aix-thread: Fix getthrds declaration and call.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
eff44fea
JB
12012-12-06 Joel Brobecker <brobecker@adacore.com>
2
3 * aix-thread.c (getthrds): Fix type of 4th parameter.
4 (get_signaled_thread): Change type of variable ktid to tid_t.
5
c90a0773
HZ
62012-12-06 Hui Zhu <hui_zhu@mentor.com>
7
8 * dwarf2loc.c (dwarf_expr_frame_base): Add check for the return
9 value of get_frame_block.
10
5bc81a00
PM
112012-12-05 Pierre Muller <muller@sourceware.org>
12
13 Avoid memory leaks on struct cmd_list_element.doc field.
14 * cli/cli-decode.c (add_alias_cmd): Make a copy of doc field
15 if flags contains DOC_ALLOCATED.
16 (add_setshow_cmd_full): Add DOC_ALLOCATED to set and show
17 flags.
18 (delete_cmd): Handle DOC_ALLOCATED flag.
19 * cli/cli-decode.h (DOC_ALLOCATED): New macro for use
20 in flags filed of struct cmd_list_element.
21 (struct cmd_list_element): Document new flag item.
22
b5ebcee6
DE
232012-12-04 Doug Evans <dje@google.com>
24
25 * symmisc.c: Whitespace fixes.
26
56bf0743
KB
272012-12-04 Karthik Bhat <kv.bhat@samsung.com>
28
29 * i386-tdep.c (i386_skip_prologue): Using symbol table
30 to find the end of prologue for clang compiled binaries.
31 * amd64-tdep.c (amd64_skip_prologue): Using symbol table
32 to find the end of prologue for clang compiled binaries.
33
56e64610
DE
342012-12-03 Doug Evans <dje@google.com>
35
36 * dwarf2read.c (struct dwarf2_per_objfile): Clarify comment.
37 (dw2_find_symbol_file): Delete unused local file_data.
38
270140bd
TT
392012-12-03 Tom Tromey <tromey@redhat.com>
40
41 * ada-exp.y (write_object_renaming, write_var_or_type)
42 (write_ambiguous_var, write_var_from_sym): Make blocks const.
43 * ada-lang.c (replace_operator_with_call)
44 (find_old_style_renaming_symbol): Make blocks const.
45 * ada-lang.h (ada_find_renaming_symbol): Update.
46 (struct ada_symbol_info) <block>: Now const.
47 * breakpoint.c (watch_command_1): Update.
48 * breakpoint.h (struct watchpoint) <exp_valid_block,
49 cond_exp_valid_block>: Now const.
50 * c-exp.y (classify_inner_name, classify_name): Make block
51 argument const.
52 * expprint.c (print_subexp_standard) <OP_VAR_VALUE>: Make 'b'
53 const.
54 * expression.h (innermost_block, parse_exp_1): Update.
55 (union exp_element) <block>: Now const.
56 * gdbtypes.c (lookup_template_type, lookup_enum, lookup_union)
57 (lookup_struct): Make block argument const.
58 * gdbtypes.h (lookup_template_type): Update.
59 * go-exp.y (classify_name, classify_packaged_name)
60 (package_name_p): Make block argument const.
61 * objc-lang.c (lookup_struct_typedef): Make block argument const.
62 * objc-lang.h (lookup_struct_typedef): Update.
63 * parse.c (parse_exp_in_context, parse_exp_1)
64 (write_exp_elt_block): Make block arguments const.
65 (expression_context_block, innermost_block): Now const.
66 * parser-defs.h (write_exp_elt_block): Update.
67 (expression_context_block, innermost_block, block_found): Now
68 const.
69 * printcmd.c (struct display) <block>: Now const.
70 * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
71 * valops.c (address_of_variable): Make block argument const.
72 * value.h (value_of_variable): Update.
73 * varobj.c (struct varobj_root) <valid_block>: Now const.
74
31f56a27
YQ
752012-11-30 Yao Qi <yao@codesourcery.com>
76
77 * breakpoint.c (print_one_breakpoint_location): Indent code.
78
556ec64d
YQ
792012-11-30 Yao Qi <yao@codesourcery.com>
80
81 * breakpoint.c (print_one_breakpoint_location): Combine two
82 blocks handling 'hit count' together.
83
3d3fef6b
YQ
842012-11-30 Yao Qi <yao@codesourcery.com>
85
86 * infrun.c (error_is_running, ensure_not_running): Move them
87 to ...
88 * infcmd.c (error_is_running, ensure_not_running): ... here.
89 Make them 'static'.
90 * inferior.h: Remove declarations of error_is_running and
91 ensure_not_running.
92
7cd12a76
YQ
932012-11-30 Yao Qi <yao@codesourcery.com>
94
95 * tic6x-linux-tdep.c (tic6x_register_sigcontext_offset): Don't
96 check REGNUM >= 0.
97
7a76f5b8
YQ
982012-11-30 Yao Qi <yao@codesourcery.com>
99
100 * infrun.c: Make the declaration of 'init_infwait_state'
101 static.
102 (init_infwait_state): Make it 'static'.
103
b1209b03
UW
1042012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
105
106 * python/python.c (finalize_python): Cast unused PyGILState_Ensure
107 return value to void to avoid compiler warning.
108
ea5e6b0e
UW
1092012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
110
111 * opencl-lang.c (opencl_print_type): New function.
112 (opencl_language_arch_info): Install it.
113
a93478ea
TT
1142012-11-29 Tom Tromey <tromey@redhat.com>
115
116 * contrib/ari/gdb_ari.sh: Remove rules for xasprintf and
117 xvasprintf.
118 * common/common-utils.c (xasprintf, xvasprintf): Remove.
119 * common/common-utils.h (xasprintf, xvasprintf): Remove.
120
ac4a2da4
JG
1212012-11-29 Jerome Guitton <guitton@adacore.com>
122
123 * ada-lang.c (ada_is_interface_tag): New function.
124 (ada_is_ignored_field): Add interface tags to the list
125 of ignored fields.
126
b50d69b5
JG
1272012-11-29 Jerome Guitton <guitton@adacore.com>
128
129 * ada-lang.h (ada_tag_value_at_base_address): New function
130 declaration.
131 * ada-lang.c (is_ada95_tag, ada_tag_value_at_base_address):
132 New functions.
133 (ada_to_fixed_type_1, ada_evaluate_subexp): Let ada_tag_base_address
134 relocate the class-wide value if need be.
135 (ada_value_struct_elt, ada_value_ind, ada_coerce_ref):
136 Let ada_tag_value_at_base_address relocate the class-wide access/ref
137 before dereferencing it.
138 * ada-valprint.c (ada_val_print_1): Relocate to base address
139 before displaying the content of an interface-wide ref.
140
ca1f964d
JG
1412012-11-29 Jerome Guitton <guitton@adacore.com>
142
143 * ada-lang.c (ada_evaluate_subexp): Unwrap only in EVAL_NORMAL.
144
38d03cf1 1452012-11-29 Joel Brobecker <brobecker@adacore.com>
146
147 GDB 7.5.1 released.
148
f5682501
YQ
1492012-11-29 Yao Qi <yao@codesourcery.com>
150 Tom Tromey <tromey@redhat.com>
151
152 * eval.c (evaluate_subexp_standard): Get the correct pointer
153 type for TYPE_CODE_MEMBERPTR.
154
f359d716
EBM
1552012-11-28 Edjunior Machado <emachado@linux.vnet.ibm.com>
156
157 * rs6000-tdep.c (gdb_print_insn_powerpc): Remove info->mach checking,
158 since now it is being done by binutils' powerpc_init_dialect().
159
0cd61f44
TT
1602012-11-28 Tom Tromey <tromey@redhat.com>
161
162 PR gdb/14290:
163 * solib-darwin.c (gdb_bfd_mach_o_fat_extract): New function.
164 (darwin_solib_get_all_image_info_addr_at_init, darwin_bfd_open):
165 Use it.
166 * gdb_bfd.h (gdb_bfd_mark_parent): Declare.
167 * gdb_bfd.c (gdb_bfd_mark_parent): New function.
168 (gdb_bfd_openr_next_archived_file): Use it.
169
945bf713
MM
1702012-11-28 Markus Metzger <markus.t.metzger@intel.com>
171
172 * configure.ac: Check for linux/perf_event.h.
173 * config.in: Regenerated.
174 * configure: Regenerated.
175
7e20dfcd
YQ
1762012-11-28 Yao Qi <yao@codesourcery.com>
177
178 * breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to
179 abbreviate 'delete tracepoints' to 'delete tr'.
180 * corefile.c (_initialize_core): Call add_alias_cmd to
181 abbreviate 'set gnutarget' to 'set g'.
182 * value.c (_initialize_values): Call add_alias_cmd to abbreviate
183 'show convenience' to 'show conv'.
184
b8293cc8
JB
1852012-11-27 Joel Brobecker <brobecker@adacore.com>
186
187 * sparc-sol2-nat.c (supply_gregset): Fix first parameter in
188 call to sparc_supply_fpregset.
189 (fill_fpregset): Fix first parameter in call to
190 sparc_collect_fpregset.
191
8c2b9656
YQ
1922012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
193 Kazu Hirata <kazu@codesourcery.com>
194 Yao Qi <yao@codesourcery.com>
195
196 * objfiles.c (init_entry_point_info): Call
197 gdbarch_convert_from_func_ptr_addr and
198 gdbarch_addr_bits_remove here ...
199 (entry_point_address_query): ... instead of here.
200 * solib-svr4.c (exec_entry_point): Call
201 gdbarch_addr_bits_remove.
202 * symfile.c (generic_load): Call gdbarch_addr_bits_remove on
203 the entry address.
204
5edf51fe
YQ
2052012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
206 Yao Qi <yao@codesourcery.com>
207
208 * eval.c (evaluate_subexp_standard): Add handling of
209 TYPE_CODE_MEMBERPTR when calling functions. Correct the
210 result of ptype for calling a TYPE_CODE_METHODPTR.
211
ca242aad
YQ
2122012-11-27 Yao Qi <yao@codesourcery.com>
213
214 * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args
215 warning.
216 Add i18n markup.
217
608e2dbb
TT
2182012-11-26 Alexander Larsson <alexl@redhat.com>
219 Jan Kratochvil <jan.kratochvil@redhat.com>
220 Tom Tromey <tromey@redhat.com>
221
222 * NEWS: Mention mini debuginfo feature.
223 * minidebug.c: New file.
224 * configure.ac: Check for lzma.
225 * configure, config.in: Rebuild.
226 * Makefile.in (LIBLZMA): New variable.
227 (CLIBS): Include LIBLZMA.
228 (SFILES): Mention minidebug.c.
229 (COMMON_OBS): Mention minidebug.o.
230 * symfile.c (read_symbols): New function.
231 (syms_from_objfile, reread_symbols): Call it.
232 * symfile.h (find_separate_debug_file_in_section): Declare.
233
17d6efc4
JB
2342012-11-26 Keith Seitz <keiths@redhat.com>
235
236 * exec.c (exec_file_attach): Move cleanup after verifying that
237 memory has in fact been allocated.
238
210bbc17
TT
2392012-11-26 Tom Tromey <tromey@redhat.com>
240
241 * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
242 * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
243 SYMBOL_SYMTAB.
244 * skip.c (skip_info): Use SYMBOL_SYMTAB.
245
0270a750
PA
2462012-11-26 Maxime Villard <rustyBSD@gmx.fr>
247 Pedro Alves <palves@redhat.com>
248
249 * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
250 size parameter passed to readlink by one byte.
251 * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
252 * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
253 * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
254 * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
255 size by one byte.
256
9c16be9a
YQ
2572012-11-26 Yao Qi <yao@codesourcery.com>
258
259 * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
260 extraneous parentheses.
261
e6f3fa52
YQ
2622012-11-26 Yao Qi <yao@codesourcery.com>
263
264 * remote.c (remote_start_remote): Typo fix.
265
db75c717
DM
2662012-11-23 David S. Miller <davem@davemloft.net>
267
268 * sparc-tdep.h (struct sparc_fpregset): New data structure.
269 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
270 sparc32_sol2_fpregset): Declare new globals.
271 (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
272 'fpregset' argument.
273 * sparc64-tdep.h (sparc64_supply_fpregset,
274 sparc64_collect_fpregset): Likewise.
275 (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
276 globals.
277 * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
278 (sparc_fpregset): Declare new global.
279 (sparc_supply_fpregset, sparc_collect_fpregset): Add new
280 'fpregset' argument.
281 * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
282 into handler.
283 (fill_fpregset): Likewise.
284 (_initialize_sparc_linux_nat): Set sparc_fpregset to
285 sparc32_bsd_fpregset.
286 * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
287 sparc32_bsd_fpregset down into handler.
288 (sparc32_linux_collect_core_fpregset): Likewise.
289 * sparc-nat.c (sparc_fpregset): Define.
290 (sparc_supply_fpregset): Add 'fpregset' argument.
291 (sparc_collect_fpregset): Likewise.
292 (sparc_fetch_inferior_registers): Pass sparc_fpregset down
293 into fpregset handler.
294 (sparc_store_inferior_registers): Likewise.
295 (_initialize_sparc_nat): Set sparc_fpregset to
296 sparc32_sunos4_fpregset if NULL.
297 * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
298 down into handler.
299 (fill_fpregset): Likewise.
300 * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
301 * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
302 use it to compute offsets.
303 (sparc32_collect_fpregset): Likewise.
304 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
305 * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
306 down into handler.
307 (fill_fpregset): Likewise.
308 * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
309 Likewise.
310 (sparc64_linux_collect_core_fpregset): Likewise.
311 * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
312 * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
313 use it to compute offsets.
314 (sparc64_collect_fpregset): Likewise.
315 (sparc64_bsd_fpregset): Define.
316 * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
317 sparc64_bsd_fpregset down into handler.
318 (sparc64fbsd_collect_fpregset): Likewise.
319 * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
320 and pass sparc{32,64}_bsd_fpregset down into handler.
321 (sparc64nbsd_collect_fpregset): Likewise.
322 * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
323 sparc64_bsd_fpregset down into handler.
324 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
325 * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
326 to sparc32_bsd_fpregset.
327 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
328 sparc32_bsd_fpregset down into sparc32_supply_fpregset.
329 (sparc32nbsd_supply_fpregset): Likewise.
330
cfcad218
TT
3312012-11-21 Tom Tromey <tromey@redhat.com>
332
333 * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
334 field.
335 (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
336 Remove.
337 * c-typeprint.c (c_type_print_base): Update.
338
85ddcc70
YQ
3392012-11-21 Yao Qi <yao@codesourcery.com>
340
341 PR tdep/7438
342 * gdbarch.sh (smash_text_address): Remove.
343 * gdbarch.c, gdbarch.h: Regenerate.
344 * arm-tdep.c (arm_smash_text_address): Remove.
345 (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
346 * hppa-tdep.c (hppa_smash_text_address): Remove.
347 (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
348 (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
349 Caller update.
350 * coffread.c (coff_symtab_read): Caller update.
351 * dbxread.c (process_one_symbol): Likewise.
352 * elfread.c (record_minimal_symbol): Likewise.
353 * somread.c (som_symtab_read): Likewise.
354
11522069
PM
3552012-11-20 Pierre Muller <muller@sourceware.org>
356
357 ARI fixes: sprintf rule.
358 Replace sprintf function calls for char arrays by
359 calls to xsnprintf calls.
360 * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
361 (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
362 (arm_neon_quad_read, arm_pseudo_read): Ditto.
363 (arm_neon_quad_write, arm_pseudo_write): Ditto.
364 * breakpoint.c (condition_completer): Ditto.
365 (create_tracepoint_from_upload): Ditto.
366 * dwarf2read.c (file_full_name): Ditto.
367 * gcore.c (gcore_command): Ditto.
368 * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
369 * go32-nat.c (go32_sysinfo): Ditto.
370 * interps.c (interp_set): Ditto.
371 * m32c-tdep.c (make_types): Ditto.
372 * ppc-linux-nat.c (fetch_register, store_register): Ditto.
373 * remote-m32r-sdi.c (m32r_open): Ditto.
374 * sol-thread.c (td_err_string): Ditto.
375 (td_state_string, solaris_pid_to_str): Ditto.
376 * symtab.c (gdb_mangle_name): Ditto.
377 * cli/cli-script.c (execute_control_command): Ditto.
378 (define_command, document_command): Ditto.
379 * tui/tui-io.c (tui_rl_display_match_list): Ditto.
380 * tui/tui-stack.c (tui_make_status_line): Ditto.
381 * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
382
ace21957
MF
3832012-11-20 Mike Frysinger <vapier@gentoo.org>
384
385 * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
386 it when looking at ptr->func.
387 * command.h (complete_on_cmdlist): Add a fourth arg.
388 * completer.c (complete_line_internal): Add local ignore_help_classes,
389 and set it to 1 when reason is not handle_help. Pass this down to
390 lookup_cmd_1 and complete_on_cmdlist.
391
ec6632d7
TT
3922012-11-20 Tom Tromey <tromey@redhat.com>
393
394 * completer.c (count_struct_fields): Remove.
395 (expression_completer): Don't call count_struct_fields.
396
ef37bb07
PA
3972012-11-20 Pedro Alves <palves@redhat.com>
398
399 * annotate.c (breakpoints_changed): Rename to ...
400 (annotate_breakpoints_changed): ... this.
401 (annotate_stopped, breakpoint_changed): Adjust caller.
402 * annotate.h (breakpoints_changed): Rename to ...
403 (annotate_breakpoints_changed): ... this.
404 * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
405 (do_map_commands_command, init_raw_breakpoint, clear_command)
406 (set_ignore_count, enable_breakpoint_disp): Adjust callers.
407
b245bdfc
DM
4082012-11-20 David S. Miller <davem@davemloft.net>
409
410 * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
411 (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
412 sysconf.
413 (get_cores_used_by_process): Update comment.
414
bd0cfc4d
YQ
4152012-11-20 Yao Qi <yao@codesourcery.com>
416
417 * objfiles.c (init_entry_point_info): Remove trailing spaces.
418
de9f1b68
YQ
4192012-11-20 Yao Qi <yao@codesourcery.com>
420
421 * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
422 to deprecated_context_hook.
423
8870954f
YQ
4242012-11-19 Yao Qi <yao@codesourcery.com>
425
426 * infrun.c (infwait_state): Add static.
427
8dea366b
KS
4282012-11-16 Keith Seitz <keiths@redhat.com>
429
430 PR c++/13615
431 * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
432 parameter and pass it to lookup_symbol_file.
433 (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
434 to search base classes.
435 (cp_lookup_symbol_namespace): Likewise.
436 (lookup_namespace_scope): Likewise.
437 (lookup_symbol_file): Add SEARCH parameter.
438 If SEARCH is non-zero and no symbol is found, lookup the class
439 and call cp_lookup_nested_symbol.
440 (find_symbol_in_baseclass): New function.
441 (cp_lookup_nested_symbol): Do not let
442 cp_lookup_symbol_in_namespace search through base classes.
443 Do that later when there is no global symbol match.
444
e64e0392
DE
4452012-11-16 Doug Evans <dje@google.com>
446
447 * main.c (gdb_datadir_provided): New static global.
448 (get_init_files): If --data-directory is provided,
449 and SYSTEM_GDBINIT lives in data-directory, look for it there.
450 * NEWS: Mention it.
451
8bdce1ff
PM
4522012-11-15 Pierre Muller <muller@sourceware.org>
453
454 ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
455 * gdb_stat.h: Delete. Moved to common directory.
456 * common/gdb_stat.h: New file.
457 * gdb_wait.h: Delete. Moved to common directory.
458 * common/gdb_wait.h: New file.
459 * Makefile.in (H_FILES_NO_SRC): Adapt to new header
460 location.
461 * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
462 location.
463 (stat.h rule): Adapt to new gdb_stat.h location.
464 * common/linux-osdata.c: Include "gdb_stat.h" header instead of
465 <sys/stat.h> header.
466 * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
467 <sys/wait.h> header.
468
3a731e0f
PM
4692012-11-15 Pierre Muller <muller@sourceware.org>
470
471 * configure.ac (AC_HEADER_STAT): Remove.
472 * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
473 and corresponding code.
474 * configure: Regenerate.
475 * config.in: Regenerate.
476
2792b94d
PM
4772012-11-15 Pierre Muller <muller@sourceware.org>
478
479 ARI xasprintf rule fixes.
480 * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
481 instead of xasprintf.
482 (open_and_init_dwp_file): Ditto.
483
5e34c6c3
LM
4842012-11-14 Luis Machado <lgustavo@codesourcery.com>
485
486 * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
487 target types.
488
e68227b9
TT
4892012-11-14 Tom Tromey <tromey@redhat.com>
490
491 * configure, config.in: Rebuild.
492 * configure.ac: Don't check for ctype.h, time.h.
493 * expprint.c: Don't use HAVE_CTYPE_H.
494
aff68abb
TT
4952012-11-13 Tom Tromey <tromey@redhat.com>
496
497 * gdbarch.h, gdbarch.c: Rebuild.
498 * gdbarch.sh (set_target_gdbarch): Rename from
499 deprecated_target_gdbarch_select_hack.
500 * arch-utils.c (gdbarch_update_p): Update.
501 (set_gdbarch_from_file): Update.
502
84277139 5032012-11-14 Pierre Muller <muller@sourceware.org>
f7c93334
PM
504
505 * MAINTAINERS (Responsible Maintainers/misc): Add myself
506 as responsible of contrib/ari directory.
507
2ae28aa9
YQ
5082012-11-14 Daniel Jacobowitz <dan@codesourcery.com>
509 Yao Qi <yao@codesourcery.com>
510
511 * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
512 bit of EXC_RETURN.
513 (arm_m_exception_cache, arm_m_exception_this_id)
514 (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
515 (arm_m_exception_unwind): New.
516 (arm_gdbarch_init): Register arm_m_exception_unwind.
517
62747a60
TT
5182012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
519
520 * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
521 parameter COUNT, for pattern filling of memory regions.
522 * NEWS: Mention it.
523
4cd29721
MM
5242012-11-13 Markus Metzger <markus.t.metzger@intel.com>
525
526 * disasm.h (DISASSEMBLY_FILENAME): New macro.
527 * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
528 to print_source_lines ().
529 * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
530 flag.
531 * source.c (print_source_lines_base): Prefix source line with
532 filename if PRINT_SOURCE_LINES_FILENAME flag is set.
533
dfaae886
MM
5342012-11-13 Markus Metzger <markus.t.metzger@intel.com>
535
536 * symtab.h (print_source_lines_flags): New enum.
537 * source.c (print_source_lines_base): Change noerror to flags.
538 (print_source_lines): Change noerror to flags.
539
08850b56
PM
5402012-11-13 Pierre Muller <muller@sourceware.org>
541
542 ARI fixes: Avoid sprintf function use rule.
543 * charset.c (convert_between_encodings): Use xsnprintf.
544 * cli-out.c (cli_field_int): Likewise.
545 * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
546 * expprint.c (op_name_standard): Likewise.
547 * frv-tdep.c (set_variant_num_gprs): Likewise.
548 (set_variant_num_fprs): Likewise.
549 * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
550 * nto-tdep.c (nto_find_and_open_solib): Likewise.
551 (nto_init_solib_absolute_prefix): Likewise.
552 * source.c (init_source_path): Likewise.
553 (print_source_lines_base): Likewise.
554 * valprint.c (print_wchar): Likewise.
555 * mi/mi-out.c (mi_field_int): Likewise.
556 windows-nat.c (windows_pid_to_exec_file): Likewise.
557 (windows_create_inferior): Likewise.
558 (_initialize_check_for_gdb_ini): Likewise.
559
ca9d61b9
JB
5602012-11-12 Joel Brobecker <brobecker@adacore.com>
561
562 * frame.h (deprecated_frame_register_read): Renames
563 frame_register_read.
564 * frame.c (deprecated_frame_register_read): Renames
565 frame_register_read. Update all callers.
566 * i386-tdep.c: Update all callers of frame_register_read.
567 * infcmd.c: Likewise.
568 * jit.c: Likewise.
569 * mips-tdep.c: Likewise.
570 * mt-tdep.c: Likewise.
571 * sh64-tdep.c: Likewise.
572
b2c7d45a
JB
5732012-11-12 Joel Brobecker <brobecker@adacore.com>
574
575 * frame.h (frame_register_read): Remove FIXME comment.
576 * frame.c (frame_register_read): Add suggestion explaining
577 which function to use in place of this one.
578
31594462
TT
5792012-11-12 Tom Tromey <tromey@redhat.com>
580
581 * python/python.c (start_type_printers): Initialize 'result_obj'.
582
18a9fc12
TT
5832012-11-12 Tom Tromey <tromey@redhat.com>
584
585 * NEWS: Update.
586 * data-directory/Makefile.in (PYTHON_FILES): Add
587 type_printers.py.
588 * python/lib/gdb/command/type_printers.py: New file.
589 * python/lib/gdb/command/types.py (TypePrinter): New class.
590 (_get_some_type_recognizers, get_type_recognizers,
591 apply_type_recognizers, register_type_printer): New
592 functions.
593 * python/py-objfile.c (objfile_object) <type_printers>: New
594 field.
595 (objfpy_dealloc): Decref new field.
596 (objfpy_new): Set new field.
597 (objfpy_get_type_printers, objfpy_set_type_printers): New
598 functions.
599 (objfile_to_objfile_object): Set new field.
600 (objfile_getset): Add "type_printers".
601 * python/py-progspace.c (pspace_object) <type_printers>: New
602 field.
603 (pspy_dealloc): Decref new field.
604 (pspy_new): Set new field.
605 (pspy_get_type_printers, pspy_set_type_printers): New functions.
606 (pspace_to_pspace_object): Set new field.
607 (pspace_getset): Add "type_printers".
608 * python/python.c (start_type_printers, apply_type_printers,
609 free_type_printers): New functions.
610 (_initialize_python): Set gdb.type_printers.
611 * python/python.h (start_type_printers, apply_type_printers,
612 free_type_printers): Declare.
613 * typeprint.c (type_print_raw_options, default_ptype_flags):
614 Update for new fields.
615 (do_free_global_table, create_global_typedef_table,
616 find_global_typedef): New functions.
617 (find_typedef_in_hash): Use find_global_typedef.
618 (whatis_exp): Use create_global_typedef_table. Change cleanup
619 handling.
620 * typeprint.h (struct type_print_options) <global_typedefs,
621 global_printers>: New fields.
622
bd69fc68
TT
6232012-11-12 Tom Tromey <tromey@redhat.com>
624
625 * c-typeprint.c (find_typedef_for_canonicalize,
626 print_name_maybe_canonical): New functions.
627 (c_print_type): Look up type name.
628 (cp_type_print_derivation_info): Add flags argument. Use
629 print_name_maybe_canonical.
630 (cp_type_print_method_args): Add wrapping.
631 (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
632 (c_type_print_template_args): New function.
633 (c_type_print_base): Change wrapping. Use
634 print_name_maybe_canonical.
635 <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
636 type name lookups.
637 * gdbtypes.c (types_equal): No longer static.
638 * gdbtypes.h (types_equal): Declare.
639 * typeprint.c (type_print_raw_options, default_ptype_flags):
640 Update.
641 (struct typedef_hash_table): New.
642 (hash_typedef_field, eq_typedef_field,
643 recursively_update_typedef_hash, add_template_parameters,
644 create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
645 make_cleanup_free_typedef_hash, copy_typedef_hash_element,
646 copy_typedef_hash, find_typedef_in_hash): New functions.
647 * typeprint.h (struct type_print_options) <local_typedefs>:
648 New field.
649 (recursively_update_typedef_hash, add_template_parameters,
650 create_typedef_hash, free_typedef_hash,
651 make_cleanup_free_typedef_hash, copy_typedef_hash,
652 find_typedef_in_hash): Declare.
653
2621e0fd
TT
6542012-11-12 Tom Tromey <tromey@redhat.com>
655
656 * cp-support.c (inspect_type,
657 replace_typedefs_qualified_name, replace_typedefs): Add
658 finder, data arguments. Call as needed.
659 (cp_canonicalize_string_full): New function.
660 (cp_canonicalize_string_no_typedefs): Rewrite.
661 * cp-support.h (canonicalization_ftype): New typedef.
662 (cp_canonicalize_string_full): Declare.
663
53342f27
TT
6642012-11-12 Tom Tromey <tromey@redhat.com>
665
666 * NEWS: Update.
667 * c-typeprint.c (c_type_print_base): Handle print_method and
668 print_typedefs flags.
669 * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
670 * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
671 options.
672 * typeprint.c (type_print_raw_options, default_ptype_flags):
673 Update for new field.s
674 (whatis_exp): Parse flags. Use LA_PRINT_TYPE.
675 (setprinttypelist, showprinttypelist, print_methods,
676 print_typedefs): New globals.
677 (set_print_type, show_print_type, set_print_type_methods,
678 show_print_type_methods, set_print_type_typedefs,
679 show_print_type_typedefs): New functions.
680 (_initialize_typeprint): Update documentation. Add "print
681 type methods" and "print type typedefs" parameters.
682 * typeprint.h (struct type_print_options) <print_methods,
683 print_typedefs>: New fields.
684
6c8702eb
TT
6852012-11-12 Tom Tromey <tromey@redhat.com>
686
687 * c-typeprint.c (cp_type_print_method_args): Add flags
688 argument. Call c_print_type, not type_print.
689 (c_type_print_base): Call c_print_type, not type_print.
690 Update.
691
79d43c61
TT
6922012-11-12 Tom Tromey <tromey@redhat.com>
693
694 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
695 to type-printing functions.
696 * ada-lang.h (ada_print_type): Add argument.
697 * ada-typeprint.c (print_array_type, print_variant_clauses,
698 print_variant_part, print_selected_record_field_types,
699 print_record_field_types, print_unchecked_union_type,
700 print_func_type, ada_print_type): Add flags argument.
701 (ada_print_typedef): Update.
702 * c-exp.y (OPERATOR conversion_type_id): Update.
703 * c-lang.h (c_print_type, c_type_print_base): Update.
704 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
705 c_type_print_modifier, c_type_print_args,
706 c_type_print_varspec_suffix, c_type_print_base): Add flags
707 argument.
708 * cp-valprint.c (cp_print_class_member): Update.
709 * dwarf2read.c (dwarf2_compute_name): Update.
710 * f-lang.h (f_print_type): Add argument.
711 * f-typeprint.c (f_print_type): Add flags argument.
712 * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
713 * go-lang.h (go_print_type): Add argument.
714 * go-typeprint.c (go_print_type): Add flags argument.
715 * jv-lang.h (java_print_type): Add argument.
716 * jv-typeprint.c (java_type_print_base, java_print_type): Add
717 flags argument.
718 * language.c (unk_lang_print_type): Add flags argument.
719 * language.h (struct language_defn) <la_print_type>: Add flags
720 argument.
721 (LA_PRINT_TYPE): Likewise.
722 * m2-lang.h (m2_print_type): Add argument.
723 * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
724 m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
725 m2_unbounded_array, m2_record_fields): Add flags argument.
726 * p-lang.h (pascal_print_type, pascal_type_print_base,
727 pascal_type_print_varspec_prefix): Add argument.
728 * p-typeprint.c (pascal_print_type,
729 pascal_type_print_varspec_prefix, pascal_print_func_args,
730 pascal_type_print_varspec_suffix, pascal_type_print_base): Add
731 flags argument.
732 * symmisc.c (print_symbol): Update.
733 * typeprint.c (type_print_raw_options, default_ptype_flags):
734 New globals.
735 (type_print): Update.
736 * typeprint.h (struct type_print_options): New.
737 (type_print_raw_options): Declare.
738 (c_type_print_varspec_suffix, c_type_print_args): Add argument.
739
cf4ded82
KS
7402012-11-10 Keith Seitz <keiths@redhat.com>
741
742 * breakpoint.c (clear_command): Add cleanup for
743 sals.sals if an argument is given.
744
745 * linespec.c (parse_linespec): Do cleanups after
746 parsing a convenience variable.
747
0d63ecda
KS
7482012-11-10 Keith Seitz <keiths@redhat.com>
749
750 PR gdb/14288
751 * c-valprint.c (c_val_print): For character arrays
752 with "print null" option on, print ellipses if
753 the output is truncated and the next character is not \000.
754 * valprint.c (MAX_WCHARS): Define.
755 (WCHAR_BUFLEN): Likewise.
756 (WCHAR_BUFLEN_MAX): Likewise.
757 (struct converted_character): New structure.
758 (count_next_character): New function.
759 (print_converted_chars_to_obstack): New function.
760 (generic_printstr): Rewrite using count_next_character
761 and print_converted_chars_to_obstack.
762
9b8d6827
SC
7632012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
764
765 * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
766 while executing the gdb command.
767 (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
768 are called from prompt_for_continue.
769 * tui/tui-io.c (tui_redisplay_readline): Likewise.
770
e840f632
SC
7712012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
772
773 PR tui/9584
774
775 * tui/tui.c (tui_rl_command_key): Do not call execute_command
776 but insert the command to execute in readline's buffer.
777
f5656ead
TT
7782012-11-09 Tom Tromey <tromey@redhat.com>
779
780 * gdbarch.sh (target_gdbarch): Remove macro.
781 (get_target_gdbarch): Rename to target_gdbarch.
782 * gdbarch.c, gdbarch.h: Rebuild.
783 * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
784 arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
785 darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
786 filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
787 ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
788 linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
789 mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
790 mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
791 nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
792 procfs.c, progspace.c, ravenscar-thread.c, record.c,
793 remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
794 rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
795 solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
796 solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
797 solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
798 spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
799 target-descriptions.c, target.c, target.h, tracepoint.c,
800 windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
801 common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
802 python/py-inferior.c, python/python.c: Update.
803
ed8a1c2d
AB
8042012-11-09 Andrew Burgess <aburgess@broadcom.com>
805
806 * source.c (print_source_lines_base): Add fullname field giving
807 full path to file in mi output.
808 * NEWS: Mention the new fullname field.
809
504b36fd
YQ
8102012-11-09 Yao Qi <yao@codesourcery.com>
811
812 * NEWS: Mention the fix to the ambiguity of 'fo' command.
813
9107fc8d
PA
8142012-11-09 Pedro Alves <palves@redhat.com>
815
816 PR gdb/14306
817
818 * infrun.c: Include target-descriptions.h.
819 (follow_exec): Fetch new target description.
820
30f8135b
YQ
8212012-11-09 Yao Qi <yao@codesourcery.com>
822
823 * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
824 0x8d (lea).
825
558a9d82
YQ
8262012-11-09 Yao Qi <yao@codesourcery.com>
827
828 * breakpoint.c: Declare set_tracepoint_count.
829 (install_breakpoint): Call set_tracepoint_count if B is a
830 tracepoint.
831 (trace_command): Don't call set_tracepoint_count. Re-indent.
832 (strace_command, ftrace_command):
833 (create_tracepoint_from_upload): Likewise.
834
6ecd4729
PA
8352012-11-09 Pedro Alves <palves@redhat.com>
836
837 * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
838 (get_target_gdbarch) <gdbarch.h>: New function.
839 (startup_gdbarch) <gdbarch.h>: Declare.
840 <gdbarch.c> (target_gdbarch): Delete.
841 <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
842 current inferior's gdbarch.
843 <gdbarch.c> (get_target_gdbarch): New function.
844 * inferior.c: Include target-descriptions.h.
845 (free_inferior): Free target description info.
846 (add_inferior_with_spaces): Set the inferior's initial
847 architecture.
848 (clone_inferior_command): Copy the original inferior's target
849 description if it was user specified.
850 (initialize_inferiors): Add comment.
851 * inferior.h (struct target_desc_info): Forward declare.
852 (struct inferior) <gdbarch>: New field.
853 * linux-nat.c: Include target-descriptions.h.
854 (linux_child_follow_fork): Copy the parent's architecture and
855 target description to the child.
856 * target-descriptions.c: Include inferior.h.
857 (struct target_desc_info): New structure, holding the equivalents
858 of ...
859 (target_desc_fetched, current_target_desc)
860 (target_description_filename): ... these removed globals.
861 (get_tdesc_info, target_desc_info_from_user_p)
862 (copy_inferior_target_desc_info, target_desc_info_free): New.
863 (target_desc_fetched, current_target_desc)
864 (target_description_filename): Reimplemented as convenience
865 macros.
866 (tdesc_filename_cmd_string): New global.
867 (set_tdesc_filename_cmd): Copy the string manipulated by the "set
868 tdescs filename ..." commands to the per-inferior equivalent.
869 (show_tdesc_filename_cmd): Get the value to show from the
870 per-inferior description filename.
871 (_initilize_target_descriptions): Change the "set/show tdesc
872 filename" commands' variable.
873 * target-descriptions.h (struct target_desc, struct target_desc_info)
874 (struct inferior): Forward declare.
875 (target_find_description, target_clear_description)
876 (target_current_description): Adjust comments.
877 (copy_inferior_target_desc_info, target_desc_info_free)
878 (target_desc_info_from_user_p). Declare.
879
4ca4d161
SC
8802012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
881
882 * tui/tui-hooks.c (tui_about_to_proceed): New function.
883 (tui_target_wait_hook): Remove.
884 (tui_install_hooks): Install the about_to_proceed observer.
885 (tui_remove_hooks): And remove it here.
886
9015683b
TT
8872012-11-08 Tom Tromey <tromey@redhat.com>
888
889 * linux-tdep.c (linux_make_siginfo_note): New function.
890 (linux_make_corefile_notes): Use it.
891 * corelow.c (get_core_siginfo): New function.
892 (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
893
ea9f10bb
TT
8942012-11-08 Tom Tromey <tromey@redhat.com>
895
896 PR gdb/14704:
897 * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
898 (zlib_decompress_section): Remove.
899 (gdb_bfd_map_section): Only check for compressed section
900 in mmap case. Use bfd_get_full_section_contents.
901 * osabi.c (check_note): Add 'sectsize' argument. Read
902 section data.
903 (generic_elf_osabi_sniff_abi_tag_sections): Don't read
904 section data. Update for check_note change.
905 * xcoffread.c (xcoff_initial_scan): Use
906 bfd_get_full_section_contents.
907 * py-auto-load.c (auto_load_section_scripts): Use
908 bfd_get_full_section_contents.
909 * contrib/cc-with-tweaks.sh: Add -Z option.
910
d071a26b
TT
9112012-11-08 Tom Tromey <tromey@redhat.com>
912
913 * python/py-bpevent.c: Include defs.h.
914 * python/py-continueevent.c: Include defs.h.
915 * python/py-event.c: Include defs.h.
916 * python/py-event.h: Don't include defs.h.
917 * python/py-events.h: Don't include defs.h.
918 * python/py-evts.c: Include defs.h.
919 * python/py-exitedevent.c: Include defs.h.
920 * python/py-newobjfileevent.c: Include defs.h.
921 * python/py-signalevent.c: Include defs.h.
922 * python/py-stopevent.c: Include defs.h.
923 * python/py-threadevent.c: Include defs.h.
924
4574b35a
PM
9252012-11-08 Pierre Muller <muller@sourceware.org>
926
927 * update-web-ari.sh (print_heading): Add number of files
928 checked.
929 (nb_files): New variable counting the number of sources
930 files found by gdb_find.sh script.
931 (debug_awk): New variable to allow extra debug output.
932 (indexes): Add more information if DEBUG_AWK is set.
933
2834ab42
EBM
9342012-11-08 Edjunior Machado <emachado@linux.vnet.ibm.com>
935
936 * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
937 ppc64_standard_linkage3): Mark ld r11 instructions as optional,
938 following the change in PLT call stubs on linker.
939
84f13595
PM
9402012-11-08 Pierre Muller <muller@sourceware.org>
941
942 * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
943 as default language.
944 (AWK): Use = instead of == for sh test to avoid warning.
945 (Linux rule): Correct [:digit] into [[:digit:]].
946 (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
947 (vasprintf rule): Adapt to common subdirectory moves.
948 (xasprintf rule): Idem.
949 (xvasprintf rule): Idem.
950 (var_boolean rule): Accept occurence in == or != test.
951
952 * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
953
d69e6a33
SC
9542012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
955
956 * tui/tui-hooks.c (tui_inferior_exit): New function.
957 (tui_detach_hook): Remove.
958 (tui_install_hooks): Install the inferior exit observer.
959 (tui_remove_hooks): Remove it.
960
1e96de83
YQ
9612012-11-08 Yao Qi <yao@codesourcery.com>
962
963 PR gdb/14777.
964 * source.c (_initialize_source): Call add_com_alias to abbreviate
965 'forward-search' as 'fo'.
966
0baeab03
PA
9672012-11-07 Pedro Alves <palves@redhat.com>
968
969 * arm-tdep.c: Make defs.h be the first include.
970 * coff-pe-read.c: Ditto.
971 * gnu-nat.c: Ditto.
972 * go32-nat.c: Ditto.
973 * i386-nat.c: Ditto.
974 * ppcnbsd-nat.c: Ditto.
975 * ada-varobj.h: Don't include defs.h.
976 * i386-darwin-tdep.h: Ditto.
977 * i386-nat.h: Ditto.
978
892a8570
PA
9792012-11-07 Pedro Alves <palves@redhat.com>
980
981 * MAINTAINERS: New FSF-appointed maintainers replace the Steering
982 Committee.
983
719502e9
PM
9842012-11-07 Pierre Muller <muller@sourceware.org>
985
986 * common/linux-osdata.c (dirent.h): ARI fix: Remove.
987 File already uses "gdb_dirent.h" header.
988
ed86b350
YQ
9892012-11-07 Yao Qi <yao@codesourcery.com>
990
991 * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
992 tracepoint_count'.
993
9a4f1e4f
TT
9942012-11-06 Tom Tromey <tromey@redhat.com>
995
996 * target.h (inferior_has_forked, inferior_has_vforked)
997 (inferior_has_execd, inferior_has_called_syscall): Remove
998 declarations.
999
0316657e
PM
10002012-11-06 Pierre Muller <muller@sourceware.org>
1001
1002 * remote.c (remote_insert_hw_breakpoint): ARI fix,
1003 add missing internalization markup.
1004
f6592439
PA
10052012-11-06 Pedro Alves <palves@redhat.com>
1006
1007 PR gdb/14810
1008
1009 * breakpoint.c (bpstat_stop_status): Skip disabled locations.
1010
01f2564a
PM
10112012-11-06 Pierre Muller <muller@sourceware.org>
1012
1013 * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
1014 is not executable.
1015
f37c4431
JB
10162012-11-05 Joel Brobecker <brobecker@adacore.com>
1017
1018 * gnulib/update-gnulib.sh: New script.
1019
550889c3
JB
10202012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
1021
1022 * MAINTAINERS: Update my email address.
1023
954b50b3
TT
10242012-11-05 Tom Tromey <tromey@redhat.com>
1025
1026 * frame.c (put_frame_register): Don't use temporary buffer.
1027
68c9da30
PA
10282012-11-05 Pedro Alves <palves@redhat.com>
1029
1030 * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
1031 child. Clear 'pending_detach'.
1032 * infrun.c (handle_vfork_child_exec_or_exit): Clear
1033 'pending_detach' in the vfork parent.
1034
80626a55
DE
10352012-11-05 Doug Evans <dje@google.com>
1036
1037 Add support for DWP files. http://gcc.gnu.org/wiki/DebugFissionDWP
1038 * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
1039 * dwarf2read.c: #include "elf-bfd.h".
1040 (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
1041 (dwop_section_names): Renamed from dwo_section names. All uses
1042 updated. Add entries for .debug_cu_index, .debug_tu_index.
1043 (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
1044 All uses updated.
1045 (struct dwp_sections): New type.
1046 (struct virtual_dwo_sections): New type.
1047 (struct dwp_hash_table): New type.
1048 (struct dwp_file): New type.
1049 (init_cutu_and_read_dies): Ensure DWO info/types section has been
1050 read in. Handle DWOs coming from DWP files.
1051 (lookup_dwo_file_slot): New function.
1052 (dwarf2_locate_dwo_sections): Move definition closer to use.
1053 (create_dwo_debug_info_hash_table_reader): Renamed from
1054 create_debug_info_hash_table_reader. All callers updated.
1055 (create_dwo_debug_info_hash_table): Renamed from
1056 create_debug_info_hash_table. All callers updated.
1057 (create_dwp_hash_table): New function.
1058 (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
1059 (lookup_dwo_in_dwp): New function.
1060 (try_open_dwop_file): Renamed from try_open_dwo_file. New parameter
1061 is_dwp. All callers updated.
1062 (open_dwop_file): Renamed from open_dwo_file. All callers updated.
1063 (open_and_init_dwo_file): Renamed from init_dwo_file.
1064 All callers updated.
1065 (lookup_dwo_file): Delete.
1066 (dwarf2_locate_dwp_sections): New function.
1067 (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
1068 (allocate_dwp_loaded_cutus_table): New function.
1069 (open_and_init_dwp_file): New function.
1070 (lookup_dwo_cutu): New function.
1071 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
1072
6f6484cd
YQ
10732012-11-03 Yao Qi <yao@codesourcery.com>
1074
1075 Fix PR gdb/14617.
1076 * breakpoint.c (trace_pass_set_count): Call
1077 observer_notify_breakpoint_modified instead of
1078 observer_notify_tracepoint_modified.
1079 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
1080
b45627a0
TT
10812012-11-02 Tom Tromey <tromey@redhat.com>
1082
1083 * breakpoint.c (catch_syscall_completer): Pass 'word' as second
1084 argument to complete_on_enum.
1085
d4fb63e1
TT
10862012-11-02 Tom Tromey <tromey@redhat.com>
1087
1088 * configure: Rebuild.
1089 * configure.ac (build_warnings): Add -Wempty-body.
1090 * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
1091 * remote.c (handle_notification): Use braces for empty 'else' body.
1092 * s390-tdep.c (s390_analyze_prologue): Use braces for empty
1093 'else' body.
1094 * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
1095 'else' body.
1096 * solib-som.c (som_relocate_section_addresses): Use braces
1097 for empty 'else' body.
1098 * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
1099 (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
1100
f50f4e56
PA
11012012-11-02 Pedro Alves <palves@redhat.com>
1102
1103 PR gdb/14766
1104
1105 * infrun.c (handle_inferior_event)
1106 <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
1107 null_ptid before handling a vfork child exec or exit. Switch to
1108 the event ptid afterwards.
1109
f0559fff
YQ
11102012-11-02 Yao Qi <yao@codesourcery.com>
1111
1112 * std-operator.def: Remove OP_LABELED.
1113 * eval.c: Remove the declaration of 'get_label'.
1114 (get_label): Remove.
1115 (evaluate_struct_tuple): Remove code handling OP_LABELED.
1116 Update comment.
1117 Remove local variable 'variantno' and related code.
1118 Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
1119 with 'fieldno'.
1120 * expprint.c (print_subexp_standard): Likewise.
1121 (dump_subexp_body_standard): Likewise.
1122 * parse.c (operator_length_standard): Likewise.
1123
e5496e3e
PM
11242012-11-01 Pierre Muller <muller@ics.u-strasbg.fr>
1125
1126 Incorporate ARI web page generator into GDB sources.
1127 * contrib/ari/create-web-ari-in-src.sh: New file.
1128 * contrib/ari/gdb_ari.sh: New file.
1129 * contrib/ari/gdb_find.sh: New file.
1130 * contrib/ari/update-web-ari.sh: New file.
1131
c66fb220
TT
11322012-10-31 Tom Tromey <tromey@redhat.com>
1133
1134 * gdbarch.c: Rebuild.
1135 * gdbarch.sh: Remove references to gdbarch_swap.
1136 * corelow.c (core_open): Remove obsolete comment.
1137
2f27adfe
AB
11382012-10-31 Andrew Burgess <aburgess@broadcom.com>
1139
1140 PR cli/14772
1141 * c-typeprint.c (c_print_type): Don't print a space for vector
1142 types, this is handled within the suffix.
1143 (c_type_print_varspec_suffix): Add a space to vector suffix.
1144
144db827
PA
11452012-10-26 Pedro Alves <palves@redhat.com>
1146
1147 * amd64-tdep.c (amd64_relocate_instruction): Use
1148 store_unsigned_integer instead of memcpy.
1149 * i386-tdep.c (i386_relocate_instruction): Ditto.
1150
940c3c06
PA
11512012-10-26 Pedro Alves <palves@redhat.com>
1152
1153 * infrun.c (handle_inferior_event): Merge handling of
1154 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
1155 switch case.
1156
47b19065
PA
11572012-10-26 Pedro Alves <palves@redhat.com>
1158
1159 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
1160 Remove comment.
1161
87d2d2a4
PA
11622012-10-26 Pedro Alves <palves@redhat.com>
1163
1164 * target.c (target_waitstatus_to_string): Handle
1165 TARGET_WAITKIND_VFORK_DONE.
1166
fed708ed
PA
11672012-10-26 Pedro Alves <palves@redhat.com>
1168
1169 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
1170 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
1171
2590b645
JB
11722012-10-24 Tristan Gingold <gingold@adacore.com>
1173
1174 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
1175 Add comments.
1176
bed0c243
JB
11772012-10-24 Joel Brobecker <brobecker@adacore.com>
1178
1179 * ravenscar-thread.c (ravenscar_wait): Only update the list
1180 of threads and inferior_ptid if the inferior is still alive.
1181
f69c91ad
JB
11822012-10-24 Joel Brobecker <brobecker@adacore.com>
1183
1184 * ada-lang.c (is_known_support_routine): Use lbasename when
1185 matching the symtab's filename against
1186 known_runtime_file_name_patterns.
1187
d99dcf51
JB
11882012-10-24 Joel Brobecker <brobecker@adacore.com>
1189
1190 * ada-lang.c (ada_same_array_size_p): New function.
1191 (ada_promote_array_of_integrals): New function.
1192 (coerce_for_assign): Add handling of arrays where the elements
1193 are integrals of a smaller size than the size of the target
1194 array element type.
1195
32560274
JB
11962012-10-24 Joel Brobecker <brobecker@adacore.com>
1197
1198 * doublest.c (convert_doublest_to_floatformat): Fix comparison
1199 against maximum exponent value.
1200
5a04cc98
JB
12012012-10-24 Joel Brobecker <brobecker@adacore.com>
1202
1203 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
1204 "unwind-seh.c".
1205
5ded5331
JB
12062012-10-24 Joel Brobecker <brobecker@adacore.com>
1207
1208 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
1209 strip typedef layer when computing the fixed type's field type,
1210 only when computing its size.
1211
2445fd7b
MK
12122012-10-24 Mark Kettenis <kettenis@gnu.org>
1213
1214 PR gdb/12783
1215 * i386-tdep.c (i386_return_value): Handle complex double and long
1216 double.
1217
8f205f9c
JB
12182012-10-24 Joel Brobecker <brobecker@adacore.com>
1219
1220 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
1221 New local variable args_len.
1222 Quote the name of the executable when computing the command line.
1223
7f7930dd
MK
12242012-10-23 Mark Kettenis <kettenis@gnu.org>
1225
1226 PR gdb/12796
1227 PR gdb/12798
1228 PR gdb/12800
1229 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
1230 AMD64_FTAG_REGNUM.
1231 * amd64-tdep.c (amd64_classify): Classify complex types.
1232 (amd64_return_value): Handle the COMPLEX_X87 class.
1233
38a69d0a
JB
12342012-10-23 Joel Brobecker <brobecker@adacore.com>
1235
1236 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
1237 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
1238
83ab93c6
JB
12392012-10-23 Joel Brobecker <brobecker@adacore.com>
1240
1241 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
1242 function.
1243 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
1244 to amd64_windows_auto_wide_charset.
1245
f6fbab7d
YQ
12462012-10-23 Yao Qi <yao@codesourcery.com>
1247
1248 * event-top.c (mark_async_signal_handler_wrapper): Remove.
1249 * event-top.h: Remove its declaration.
1250 (async_request_quit): Call mark_async_signal_handler instead of
1251 mark_async_signal_handler_wrapper.
1252 (async_do_nothing, async_disconnect): Likewise.
1253 (async_stop_sig): Likewise.
1254 * remote.c (handle_remote_sigint): Likewise.
1255 (handle_remote_sigint_twice): Likewise.
1256
05fa9251
YQ
12572012-10-23 Yao Qi <yao@codesourcery.com>
1258
1259 * event-top.c (sigint_token, sighup_token): Replace 'void *'
1260 with 'static struct async_signal_handler *'.
1261 (sighup_token, sigquit_token, sigstp_token): Likewise.
1262
08af7a40
AA
12632012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
1264
1265 * gdbarch.sh (function_list): Use 'pstring' when printing
1266 a variable which could return NULL.
1267 * gdbarch.c: Regenerate.
1268
beb4b03c
JB
12692012-10-10 Joel Brobecker <brobecker@adacore.com>
1270 Tom Tromey <tromey@redhat.com>
1271
1272 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
1273 inneffective if condition by gdb assertion. Add function
1274 description comment.
1275
a5b12627
JB
12762012-10-19 Joel Brobecker <brobecker@adacore.com>
1277
1278 * parser-defs.h (struct exp_descriptor): Document constraint
1279 on return value for "op_name" callbacks.
1280
0b0865da
TT
12812012-10-18 Tom Tromey <tromey@redhat.com>
1282
1283 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
1284 * symtab.c (iterate_over_some_symtabs): Constify.
1285 * source.h (symtab_to_fullname): Return 'const char *'.
1286 * source.c (symtab_to_fullname): Return 'const char *'.
1287 * python/py-symtab.c (stpy_fullname): Constify.
1288 * cli/cli-cmds.c (edit_command): Constify.
1289 * breakpoint.c (print_breakpoint_location)
1290 (update_static_tracepoint): Constify.
1291
94b0e70d
TT
12922012-10-18 Tom Tromey <tromey@redhat.com>
1293
1294 * breakpoint.c (compare_breakpoints): Fix comparison.
1295
fff10684
TT
12962012-10-18 Tom Tromey <tromey@redhat.com>
1297
1298 * valprint.c (generic_emit_char, generic_printstr): Pass size of
1299 gdb_wchar_t to convert_between_encodings.
1300
8de0566d
YQ
13012012-10-17 Yao Qi <yao@codesourcery.com>
1302
1303 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
1304 more parameter 'inferior'.
1305 * corefile.c (write_memory_with_notification): Caller update.
1306
1307 * mi/mi-cmd-var.c: Include "mi-main.h".
1308 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
1309 to 1 and restore it later.
1310 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
1311 and "data-write-memory-bytes.
1312 * mi/mi-interp.c: Include objfiles.h.
1313 (mi_interpreter_init): Call observer_attach_memory_changed.
1314 (mi_memory_changed): New.
1315 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
1316 New field.
1317
1318 * NEWS: Mention new MI notification "memory-changed".
1319
6235cdd1
JK
13202012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1321
1322 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
1323
07540c15
DE
13242012-10-15 Doug Evans <dje@google.com>
1325
1326 New option -nh: inhibit loading of ~/.gdbinit.
1327 * NEWS: Mention -nh.
1328 * main.c (captured_main): Recognize and process -nh.
1329 (print_gdb_help): Mention -nh.
1330 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
1331
eab09350
L
13322012-10-15 H.J. Lu <hongjiu.lu@intel.com>
1333
1334 PR backtrace/14646
1335 PR gdb/14647
1336 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
1337 pc_regnum_from_eax.
1338 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
1339 nor pc_regnum_from_eax.
1340 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
1341 nor pc_regnum_from_eax.
1342
9e3a7d65
JK
13432012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1344
1345 Fix entry values resolving in inlined frames.
1346 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
1347 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
1348 entries of FRAME.
1349
c83393b9
JB
13502012-10-15 Joel Brobecker <brobecker@adacore.com>
1351
1352 * configure.ac: Build with -DMS_WIN64 if building with Python
1353 enabled using GCC on amd64-windows.
1354 * configure: Regenerate.
1355
801e4185
TT
13562012-10-15 Tom Tromey <tromey@redhat.com>
1357
1358 PR python/14635:
1359 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
1360 to Py_None.
1361
74f910c8
TT
13622012-10-15 Tom Tromey <tromey@redhat.com>
1363
1364 PR python/14634:
1365 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
1366
2a7c8fd5
AB
13672012-10-11 Andrew Burgess <aburgess@broadcom.com>
1368
1369 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
1370 reset thread numbering back to 1.
1371
7c09e5a0
DE
13722012-10-11 Doug Evans <dje@google.com>
1373
1374 PR breakpoints/14643.
1375 * linespec.c (struct ls_parser): New member keyword_ok.
1376 (linespec_lexer_lex_string): Add comment.
1377 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
1378 for one.
1379 (parse_linespec): Set keyword_ok.
1380
a1855c1d
DE
13812012-10-10 Doug Evans <dje@google.com>
1382
844226d6
DE
1383 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
1384 "0x" prefix on address in log message.
1385
a1855c1d
DE
1386 * dwarf2read.c (read_1_byte): Add const to buf parameter.
1387 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
1388 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
1389 (lookup_dwo_file): Add const to dwo_name parameter.
1390 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
1391
2e24f4aa
JK
13922012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1393
1394 Fix crash during stepping on ppc32.
1395 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
1396 SYM.
1397
aa14df25
DE
13982012-10-03 Doug Evans <dje@google.com>
1399
1400 PR symtab/14601
1401 * buildsym.c (buildsym_init): Reset using_directives to NULL.
1402
3d468296
AB
14032012-10-02 Andrew Burgess <aburgess@broadcom.com>
1404
1405 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
1406 output and use uint32_t not long to ensure 4 byte size.
1407
8f0ee2eb
JB
14082012-10-02 Joel Brobecker <brobecker@adacore.com>
1409
1410 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
1411 unref'ed it.
1412
b3dc46ff
AB
14132012-10-01 Andrew Burgess <aburgess@broadcom.com>
1414
1415 * target.c (simple_search_memory): Include access length in
1416 warning message.
1417
f712f01f
EBM
14182012-09-28 Nathan Miller <nathanm2@us.ibm.com>
1419 Edjunior Machado <emachado@linux.vnet.ibm.com>
1420
1421 PR gdb/13989
1422 * solib.c (solib_find): Prevent GDB from loading native libraries when
1423 debugging a cross-target corefile.
1424
39181896
PA
14252012-09-28 selven <pcthegreat@gmail.com>
1426
1427 Make definition match declaration.
1428
1429 * regcache.c (regcache_register_status): Change return type to
1430 enum register_status.
1431
4c2786ba
YQ
14322012-09-28 Yao Qi <yao@codesourcery.com>
1433
1434 * mi/mi-main.c (mi_cmd_data_write_memory): Call
1435 write_memory_with_notification instead of write_memory.
1436 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
1437 instead of target_write_memory.
1438
1ae0c35e
YQ
14392012-09-28 Yao Qi <yao@codesourcery.com>
1440
1441 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
1442 when the length of content is not an even number.
1443
7977e5d2
TT
14442012-09-27 Tom Tromey <tromey@redhat.com>
1445
1446 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
1447 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
1448
807160da
JB
14492012-09-27 Joel Brobecker <brobecker@adacore.com>
1450
1451 * sol-thread.c (sol_thread_fetch_registers)
1452 (sol_thread_store_registers): Delete commented out code.
1453
43c75337
JB
14542012-09-27 Joel Brobecker <brobecker@adacore.com>
1455
1456 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1457 Move these functions to sparc-sol-thread.c.
1458 * sparc-sol-thread.c: New file.
1459 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
1460 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
1461 configurations.
1462 * configure: Regenerate.
1463
d292a972
JB
14642012-09-27 Joel Brobecker <brobecker@adacore.com>
1465
1466 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1467 Remove commented-out code.
1468
8c3da003
JB
14692012-09-27 Joel Brobecker <brobecker@adacore.com>
1470
1471 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1472 Enable this code for sparc hosts only.
1473
f00482b6
JB
14742012-09-27 Joel Brobecker <brobecker@adacore.com>
1475
1476 * procfs.h (procfs_find_LDT_entry): Add declaration.
1477 * sol-thread.c (ps_lgetLDT): Delete local declaration of
1478 function procfs_find_LDT_entry.
1479
337c776f
JB
14802012-09-27 Joel Brobecker <brobecker@adacore.com>
1481
1482 * procfs.c (proc_get_LDT_entry): Make static.
1483
1a04d88f
JB
14842012-09-27 Joel Brobecker <brobecker@adacore.com>
1485
1486 * procfs.c (proc_find_memory_regions): Fix declaration.
1487
bad43aa5
SP
14882012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1489
1490 * amd64-tdep.c (amd64_return_value): Revert previous change
1491 that used TYPE_LENGTH directly.
1492 * bfin-tdep.c (bfin_extract_return_value): Likewise.
1493 (bfin_store_return_value): Likewise.
1494 * cris-tdep.c (cris_store_return_value): Likewise.
1495 (cris_extract_return_value): Likewise.
1496 * h8300-tdep.c (h8300_extract_return_value): Likewise.
1497 * hppa-tdep.c (hppa64_return_value): Likewise.
1498 * lm32-tdep.c (lm32_store_return_value): Likewise.
1499 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1500 * spu-tdep.c (spu_value_from_register): Likewise.
1501 * vax-tdep.c (vax_return_value): Likewise.
1502
63375b74
SP
15032012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1504
1505 * gdbtypes.c (lookup_array_range_type): Expand parameters
1506 LOW_BOUND and HIGH_BOUND to LONGEST.
1507 (lookup_string_range_type): Likewise.
1508 * gdbtypes.h (lookup_array_range_type): Likewise.
1509 (lookup_string_range_type): Likewise.
1510 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
1511 Expand HIGHBOUND to ssize_t.
1512 (value_string): Likewise.
1513 * value.h (value_cstring): Expand parameter LEN to ssize_t.
1514 (value_string): Likewise.
1515
19ca11c5
YQ
15162012-09-27 Yao Qi <yao@codesourcery.com>
1517
1518 PR breakpoints/13898
1519 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
1520 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
1521 per breakpoint type.
1522
92107356
PM
15232012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1524
1525 * procfs.c: Add gdb_bfd header.
1526 * rs6000-nat.c: Likewise.
1527 * solib-pa64.c: Likewise.
1528 * spu-linux-nat.c: Likewise.
1529 * windows-nat.c: Likewise.
1530
9742094a
TT
15312012-09-26 Tom Tromey <tromey@redhat.com>
1532
1533 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
1534
0971de02
TT
15352012-09-26 Tom Tromey <tromey@redhat.com>
1536
1537 * dwarf2read.c (mark_common_block_symbol_computed): New function.
1538 (read_common_block): Handle child DIEs with
1539 DW_AT_data_member_location.
1540 (new_symbol_full): Add special case for common blocks.
1541
4357ac6c
TT
15422012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1543 Tom Tromey <tromey@redhat.com>
1544
1545 * dwarf2read.c (read_common_block): Rewrite.
1546 (new_symbol_full): Handle DW_TAG_common_block.
1547 * f-lang.c (head_common_list, find_common_for_function):
1548 Remove.
1549 * f-lang.h (struct common_entry, struct saved_f77_common,
1550 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
1551 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
1552 BLANK_COMMON_NAME_LOCAL): Remove.
1553 (struct common_block): New.
1554 * f-valprint.c (list_all_visible_commons): Remove.
1555 (info_common_command_for_block): New function.
1556 (info_common_command): Use it.
1557 * stack.c (iterate_over_block_locals): Special case for
1558 COMMON_BLOCK_DOMAIN.
1559 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
1560 constant.
1561 (struct general_symbol_info) <value.common_block>: New field.
1562 (SYMBOL_VALUE_COMMON_BLOCK): New define.
1563
965f07a8
TT
15642012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1565 Tom Tromey <tromey@redhat.com>
1566
1567 * f-lang.c (allocate_saved_bf_node,
1568 allocate_saved_function_node, allocate_saved_f77_common_node,
1569 allocate_common_entry_node, tail_common_list, current_common,
1570 saved_bf_list, saved_bf_list_end, current_head_bf_list,
1571 tmp_bf_ptr, add_common_block, add_common_entry,
1572 find_first_common_named, patch_common_entries,
1573 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
1574 global_remote_debug, get_bf_for_fcn, saved_function_list,
1575 saved_function_list_end, clear_function_list, struct saved_fcn,
1576 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
1577 SAVED_BF, SAVED_BF_PTR): Remove.
1578 * f-lang.h (tail_common_list, current_common,
1579 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
1580 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
1581 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
1582 real_main_c_value): Remove.
1583 * f-valprint.c (there_is_a_visible_common_named): Remove.
1584
6f380991
AB
15852012-09-26 Andrew Burgess <aburgess@broadcom.com>
1586
1587 * breakpoint.c (update_global_location_list): Ignore previous
1588 duplicate status of a breakpoint when starting a new scan for
1589 duplicate breakpoints.
1590
9ead7ae4 15912012-09-26 Karthik Bhat <kv.bhat@samsung.com>
8b3d5494 1592 PR breakpoints/14419
2536b51c
YQ
1593 * arm-tdep.c (arm_skip_prologue): Extending producer check to
1594 support LLVM compiler.
9ead7ae4 1595
8f8a23a2
SP
15962012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1597
1598 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
1599 * bfin-tdep.c (bfin_extract_return_value): Likewise.
1600 (bfin_store_return_value): Likewise.
1601 * cris-tdep.c (cris_store_return_value): Likewise.
1602 (cris_extract_return_value): Likewise.
1603 * h8300-tdep.c (h8300_extract_return_value): Likewise.
1604 * hppa-tdep.c (hppa64_return_value): Likewise.
1605 * lm32-tdep.c (lm32_store_return_value): Likewise.
1606 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1607 * spu-tdep.c (spu_value_from_register): Likewise.
1608 * vax-tdep.c (vax_return_value): Likewise.
1609
d7019589
SP
16102012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1611
1612 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
1613 parameter LEN to ssize_t.
1614
744a8059
SP
16152012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1616
1617 * ada-valprint.c (ada_val_print_1): Eliminate single-use
1618 variable LEN.
1619 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
1620 directly.
1621 (alpha_store_return_value): Likewise.
1622 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
1623 (amd64_push_arguments): Likewise.
1624 * ax-gdb.c (gen_trace_static_fields): Likewise.
1625 (gen_traced_pop): Likewise.
1626 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1627 * breakpoint.c (update_watchpoint): Likewise.
1628 * findcmd.c (parse_find_args): Use local variable for type
1629 instead of length.
1630 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
1631 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
1632 (h8300_store_return_value): Likewise.
1633 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1634 Use i386_darwin_arg_type_alignment directly.
1635 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
1636 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1637 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1638 (m68hc11_extract_return_value): Likewise.
1639 * mep-tdep.c (mep_push_dummy_call): Likewise.
1640 * printcmd.c (float_type_from_length): Likewise.
1641 * s390-tdep.c (s390_value_from_register): Likewise.
1642 * stack.c (read_frame_arg): Likewise.
1643 * tracepoint.c (encode_actions_1): Likewise.
1644 * valops.c (value_fetch_lazy): Use local variable for type
1645 instead of length. Use TYPE_LENGTH directly.
1646 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
1647
a4b411d6
JB
16482012-09-25 Joel Brobecker <brobecker@adacore.com>
1649
1650 * symtab.c (skip_prologue_sal): Fix typo in comment.
1651
11dba07a
JB
16522012-09-25 Joel Brobecker <brobecker@adacore.com>
1653
1654 * linespec.c (create_sals_line_offset): Fix typo in comment.
1655
318102b9
SP
16562012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1657
1658 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
1659 use plongest to print the array size.
1660
b4aa388a
SP
16612012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1662
1663 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
1664 * p-valprint.c (pascal_type_print_base): Likewise.
1665
84cebc4a
YQ
16662012-09-22 Yao Qi <yao@codesourcery.com>
1667
1668 * remote.c (remote_get_trace_status): Remove setting default
1669 values of fields of 'ts'.
1670
04e7407c
JK
16712012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1672
1673 Fix internal error on canonicalization of clang types.
1674 * cp-name-parser.y (operator): New comment at make_operator call for
1675 new, delete, new[] and delete[].
1676 (exp): Use "sizeof ". Add new comment at make_operator call.
1677
9bf4bce9
JK
16782012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1679
1680 Fix disassemble without parameters in tailcall frame.
1681 * cli/cli-cmds.c (disassemble_current_function): Use
1682 get_frame_address_in_block.
1683
1c5b7826
TT
16842012-09-21 Tom Tromey <tromey@redhat.com>
1685
1686 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
1687 TYPE_CODE_UNION>: Unify, removing a goto.
1688
62a49610
TT
16892012-09-21 Tom Tromey <tromey@redhat.com>
1690
1691 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
1692
2603f7ee
AB
16932012-09-21 Andrew Burgess <aburgess@broadcom.com>
1694
1695 * findvar.c (read_frame_register_value): Mark the result value as
1696 optimized out if any of the input registers have been optimized out.
1697
810849a3
AS
16982012-09-21 Andreas Schwab <schwab@linux-m68k.org>
1699
1700 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
1701
0953dec1
SP
17022012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
1703
1704 * eval.c (evaluate_subexp_standard): Eliminate single-use
1705 variable LOWER.
1706
82a90ccf
YQ
17072012-09-21 Yao Qi <yao@codesourcery.com>
1708
1709 * mi/mi-interp.c: Declare mi_record_changed.
1710 (mi_interpreter_init): Call observer_attach_record_changed.
1711 (mi_record_changed): New.
1712 * record.c (record_open): Call observer_notify_record_changed.
1713 (cmd_record_stop): Call observer_notify_record_changed.
1714 * NEWS: Mention it.
1715
d7de8e3c
TT
17162012-09-20 Tom Tromey <tromey@redhat.com>
1717
1718 * NEWS: Update.
1719 * python/python.c (finalize_python): New function.
1720 (_initialize_python): Make a final cleanup.
1721
43c7c83d
DE
17222012-09-19 Doug Evans <dje@google.com>
1723
1724 * buildsym.h (param_symbols): Delete, unused.
1725 (context_stack): Delete member "params", unused.
1726 * buildsym.c (push_context): Update.
1727 * dwarf2read.c (read_func_scope): Update.
1728
aa9259cc
TS
17292012-09-19 Thomas Schwinge <thomas@codesourcery.com>
1730
a6521d9a
TS
1731 * sh-tdep.c (sh_register_convert_to_virtual)
1732 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
1733 all callers. Just do a memcpy if not the little-endian case.
1734
f92589cb
TS
1735 * h8300-tdep.c (h8300_gdbarch_init): Invoke
1736 set_gdbarch_double_format and set_gdbarch_long_double_format.
1737 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
1738 set_gdbarch_double_format.
1739 * sh-tdep.c (sh_gdbarch_init): Likewise.
1740
aa9259cc
TS
1741 * NEWS: Document the removal of SH's 'regs' command.
1742 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
1743 command.
1744
c1d780c2
SDJ
17452012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1746
1747 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
1748 `jump'.
1749
4ae24af0
JB
17502012-09-18 Joel Brobecker <brobecker@adacore.com>
1751
1752 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
1753 language when iterating over symbols.
1754
bb25a15c
YQ
17552012-09-18 Yao Qi <yao@codesourcery.com>
1756
1757 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
1758 (mi_interpreter_init): Call observer_attach_tsv_created and
1759 observer_attach_tsv_deleted.
1760 (mi_tsv_created, mi_tsv_deleted): New.
1761 * tracepoint.c (delete_trace_state_variable): Call
1762 observer_notify_tsv_deleted.
1763 (trace_variable_command): Call observer_notify_tsv_created.
1764 (delete_trace_variable_command): Call
1765 observer_notify_tsv_deleted.
1766 (create_tsv_from_upload): Call observer_notify_tsv_created.
1767 * NEWS: Mention it.
1768
201b4506
YQ
17692012-09-18 Yao Qi <yao@codesourcery.com>
1770
1771 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
1772 if traceframe changed.
1773 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
1774 "trace-find".
1775 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
1776 (mi_interpreter_init): Hook mi_traceframe_changed to observer
1777 'traceframe_changed'.
1778 (mi_traceframe_changed): New.
1779 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
1780 New field.
1781 * NEWS: Mention the new MI notification.
1782
eaeb12db
MW
17832012-09-17 Mike Wrighton <wrighton@codesourcery.com>
1784
1785 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
1786
6e3c039e
JK
17872012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1788
1789 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
1790 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
1791 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
1792 Extend code also for PaX support. Convert all gdb_assert to warning
1793 calls.
1794
9a950c7c
JK
17952012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1796
1797 Implement auto-load user conveniences suggested by Doug Evans.
1798 * auto-load.c: Include top.h.
1799 (file_is_auto_load_safe): New variable advice_printed. Print advice.
1800 (_initialize_auto_load): New variable scripts_directory_help. Mention
1801 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
1802 scripts-directory. Document in online help one can use also files for
1803 set auto-load safe-path.
1804 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
1805 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
1806
deec9a9d
SP
18072012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1808
1809 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
1810 of LEN.
1811
354ecfd5
SP
18122012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1813
1814 * m2-valprint.c (m2_print_array_contents): Eliminate variable
1815 ELTLEN and use TYPE_LENGTH directly.
1816 (m2_val_print): Likewise.
1817 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
1818 variable LEN and use TYPE_LENGTH directly.
1819 (m68k_svr4_store_return_value): Likewise.
1820 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
1821 ARGLEN and use TYPE_LENGTH directly.
1822 (mips_o64_push_dummy_call): Likewise.
1823 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
1824 variable LENGTH and use TYPE_LENGTH directly.
1825 (s390_function_arg_float): Likewise.
1826 (s390_function_arg_integer): Likewise.
1827 (s390_push_dummy_call): Likewise.
1828 (s390_return_value_convention): Likewise.
1829 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
1830 TYPE_LENGTH directly.
1831
6fc1c773
YQ
18322012-09-17 Yao Qi <yao@codesourcery.com>
1833
1834 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
1835 Update comment to add_setshow_integer_cmd.
1836 * cli/cli-setshow.c (do_set_command): Handle case
1837 'var_zuinteger_unlimited'.
1838 (do_show_command): Likewise.
1839 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
1840 for command 'remotetimeout'.
1841 * command.h (enum var_types): New zuinteger_unlimited. Update comment
1842 to var_integer.
1843 * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
1844 for command 'set listsize'.
1845
6acef6cd
SP
18462012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1847
1848 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
1849 variable LEN.
1850
1ab3b62c
JK
18512012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1852
1853 PR 14119
1854 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
1855 (frame_pop): Drop also TAILCALL_FRAME frames.
1856 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
1857
acf9414f
JK
18582012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1859 Pedro Alves <palves@redhat.com>
1860
1861 PR 14548
1862 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
1863 function start if we are already at function start. Both for
1864 reverse-next and for reverse-step into function without line number
1865 info.
1866
193facb3
JK
18672012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1868
1869 Code cleanup - rename 'inline' depth to 'artificial' depth.
1870 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
1871 frame_id_artificial_p, extend the comment.
1872 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
1873 * frame.c (fprint_frame_id): Rename at a user, change debug output
1874 text to "artificial=".
1875 (skip_inlined_frames): Rename to ...
1876 (skip_artificial_frames): ... here. Extend the comment.
1877 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
1878 (frame_id_inlined_p): Rename to ...
1879 (frame_id_artificial_p): ... here. Rename at a user.
1880 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
1881 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
1882 at a user.
1883 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
1884 Extend the comment.
1885 (frame_id_inlined_p): Rename to ...
1886 (frame_id_artificial_p): ... here.
1887 * inline-frame.c (inline_frame_this_id): Rename at a user.
1888
42056501
AB
18892012-09-14 Andrew Burgess <aburgess@broadcom.com>
1890
1891 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
1892 vector variables using vector_size syntax rather than array
1893 syntax.
1894
84c47588
SP
18952012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
1896
1897 * valarith.c (value_concat): Replace unsafe ALLOCA with
1898 XMALLOC/XFREE.
1899
f4045bcb
PA
19002012-09-14 Pedro Alves <palves@redhat.com>
1901
1902 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
1903
63b46266
YPK
19042012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
1905
1906 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
1907 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
1908 data-directory as appropriate.
1909
ddd7a8e7
SP
19102012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
1911
1912 * printcmd.c (ui_printf): Eliminate single-use variable
1913 PARAM_LEN.
1914
d649a38e
YQ
19152012-09-14 Yao Qi <yao@codesourcery.com>
1916 Pedro Alves <palves@redhat.com>
1917
1918 * valops.c (value_assign): Move observer_notify_target_changed
1919 below to replace reinit_frame_cache.
1920
b9516fa1
YPK
19212012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
1922
1923 Refactor Python "gdb" module into a proper Python package, by
1924 introducing a new "_gdb" module for code implemented in C, and
1925 using reload/__import__ instead of exec.
1926 * python/lib/gdb/__init__.py: Import * from _gdb.
1927 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
1928 prompt_hook, sys.argv): Moved from finish_python_initialization.
1929 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
1930 (packages, auto_load_packages): New list and function replacing
1931 module_dict and auto-loading code, using __file__ instead of
1932 gdb.PYTHONDIR and reload/__import__ instead of exec.
1933 (GdbSetPythonDirectory): Replacing function of the same name
1934 from finish_python_initialization, using reload/__import__ instead
1935 of exec, as well as call auto_load_packages.
1936 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
1937 gdb_python_module and not gdb_module.
1938 * python/python-internal.h (gdb_python_module): Declare.
1939 * python/python.c (gdb_python_module): New global.
1940 (before_prompt_hook): Check gdb_python_module and not gdb_module.
1941 (_initialize_python): Rename gdb module to _gdb.
1942 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
1943 (finish_python_initialization): Move Python code to
1944 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
1945 __main__.
1946
aa0fbdd8
PA
19472012-09-13 Pedro Alves <palves@redhat.com>
1948
1949 * Makefile.in (COMMON_OBS): Add registry.o.
1950 * registry.c: New file.
1951 * registry.h (struct registry_container): Declare.
1952 (registry_data_callback): New typedef.
1953 (struct registry_data, struct registry_data_registration, struct
1954 registry_data_registry): New type.
1955 (register_data_with_cleanup, registry_alloc_data)
1956 (registry_callback_adaptor, registry_clear_data)
1957 (registry_container_free_data, registry_set_data, registry_data):
1958 Declare.
1959 (DEFINE_REGISTRY): Refactor structures and functions as shims over
1960 the new common structures and functions.
1961 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
1962 callback typedefs.
1963
42b5c53d
MW
19642012-09-12 Mike Wrighton <wrighton@codesourcery.com>
1965
1966 * remote.c (remote_insert_hw_breakpoint): Throw exception if
1967 there is an error inserting hardware breakpoints and use the
1968 error message from the target.
1969
1970 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
1971 Catch this exception and print the error message contained within. Do not
1972 print the default hardware error breakpoint message in this case.
1973
a1b64ce1
DE
19742012-09-12 Doug Evans <dje@google.com>
1975
1976 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
1977 cu == NULL.
1978
83a788b8
DE
19792012-09-11 Doug Evans <dje@google.com>
1980
1981 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
1982 .gdb_index symbol attributes if there are none.
1983
d9eaeb59
JB
19842012-09-11 Joel Brobecker <brobecker@adacore.com>
1985
1986 * symtab.h (struct minimal_symbol) [has_size]: New field.
1987 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
1988 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
1989 * printcmd.c (build_address_symbolic): Only filter out zero-sized
1990 minimal symbols if the symbol's size is actually known.
1991 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
1992 of msymbol's size field. Add comment.
1993 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
1994 SET_MSYMBOL_SIZE to set the minimal symbol size.
1995
a83e9154
JB
19962012-09-11 Joel Brobecker <brobecker@adacore.com>
1997
1998 * minsyms.c (install_minimal_symbols): Use memset to fill entire
1999 minimal_symbol struct object, rather than setting some of its
2000 fields one by one.
2001
350b1b26
AB
20022012-09-11 Andrew Burgess <aburgess@broadcom.com>
2003
2004 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
2005 passed_a_ptr flag when displaying typedef types.
2006
2fa15f23
JB
20072012-09-10 Joel Brobecker <brobecker@adacore.com>
2008
2009 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
2010 the optimized_out flag is preserved.
2011
5152ff90
AG
20122012-09-10 Anthony Green <green@moxielogic.com>
2013
2014 * moxie-tdep.c (moxie_analyze_prologue): Update for function
2015 prologue changes in GCC.
2016
5b4f6e25
KS
20172012-09-10 Keith Seitz <keiths@redhat.com>
2018
2019 PR gdb/13483
2020 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
2021 (BOOL_CONVERSION_BADNESS): ... this.
2022 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
2023 (rank_one_type): Allow all boolean conversions
2024 permitted by the standard.
2025
f1070426
TT
20262012-09-06 Tom Tromey <tromey@redhat.com>
2027
2028 * python/py-newobjfileevent.c (create_new_objfile_event_object):
2029 Don't decref py_objfile.
2030
a8db4212
YPK
20312012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
2032
2033 Do not enable -lmcheck by default when Python is enabled with
2034 threading support.
2035 * configure.ac: (python_has_threads) New variable, by testing
2036 if WITH_THREAD is defined in Python.h.
2037 Move --enable-lmcheck after --with-python.
2038 Do not enable -lmcheck by default if python_has_threads=yes.
2039 Warn if --enable-lmcheck and python_has_threads=yes.
2040 * configure: Regenerate.
2041
648beb2b
YQ
20422012-08-31 Yao Qi <yao@codesourcery.com>
2043
2044 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
2045 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
2046 Update some commands.
2047 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
2048 * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
2049 to 1.
2050
ef07a9f7
YQ
20512012-08-31 Yao Qi <yao@codesourcery.com>
2052
2053 * mi/mi-cmds.c (mi_cmds): Add 'static'.
2054
fda395cf
YPK
20552012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
2056
2057 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
2058
8efd8e78
DE
20592012-08-29 Doug Evans <dje@google.com>
2060
2061 * main.c (print_gdb_help): Remove reference to
2062 --use-deprecated-index-sections.
2063
883b9c6c
YQ
20642012-08-28 Yao Qi <yao@codesourcery.com>
2065
2066 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
2067 (init_cmds): Call add_setshow_uinteger_cmd for command
2068 'max-user-call-depth'.
2069 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
2070 declaration of 'max_user_call_depth'.
2071 * frame.c (backtrace_limit): Add 'unsigned'.
2072 (_initialize_frame): Call add_setshow_uinteger_cmd for command
2073 'limit'.
2074 * remote.c (remoteaddresssize): Add 'unsigned'.
2075 (remote_address_masked): Change local var 'address_size' to
2076 'unsigned'.
2077 (_initialize_remote): Call add_setshow_uinteger_cmd for
2078 'remoteaddresssize'.
2079 * top.c (history_size): Add 'unsigned'.
2080 (show_commands): Change local variables to 'unsigned'.
2081 (set_history_size_command): Don't check history_size is negative.
2082 Adjust the condition to call unstifle_history and set history_size
2083 to UNIT_MAX.
2084
1292279a
PA
20852012-08-28 Pedro Alves <palves@redhat.com>
2086
2087 PR gdb/14428
2088
2089 * infcmd.c (default_print_one_register_info): New, factored out
2090 from default_print_registers_info.
2091 (default_print_registers_info): Use it. Mark value unavailable if
2092 necessary.
2093 (registers_info): Print user registers with
2094 default_print_one_register_info.
2095
f629cd75
L
20962010-08-27 H.J. Lu <hongjiu.lu@intel.com>
2097
2098 PR tui/14486
2099 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
2100 is not NULL before referencing it.
2101
1c8cdcb1
JK
21022012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2103
2104 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
2105 variable pc. Call find_pc_line instead of find_pc_overlay, restore
2106 original PC for it.
2107
e9687799
JK
21082012-08-27 Eli Zaretskii <eliz@gnu.org>
2109 Jan Kratochvil <jan.kratochvil@redhat.com>
2110
2111 * auto-load.c (auto_load_objfile_script): Rename to ...
2112 (auto_load_objfile_script_1): ... here, change variable realname to
2113 parameter realname, document it, add return value, add variable retval.
2114 (auto_load_objfile_script): New function.
2115
7afa1642
JK
21162012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2117
2118 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
2119 followed by a whitespace.
2120
dc7650b8
JK
21212012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2122
28e66c70 2123 PR gdb/14494.
dc7650b8
JK
2124 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
2125 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
2126 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
2127 here.
2128
1591a1e8
PA
21292012-08-27 Wei-cheng Wang <cole945@gmail.com>
2130
2131 * memattr.c (create_mem_region): Fix memory region overlapping
2132 checking.
2133
ecfb0d68
SP
21342012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
2135
2136 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
2137 with xmalloc/cleanup.
2138 * mt-tdep.c (mt_push_dummy_call): Likewise.
2139 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2140 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2141
8c56c1b9
YQ
21422012-08-24 Yao Qi <yao@codesourcery.com>
2143
2144 * jv-exp.y (push_expression_name): Add "." at the end of error
2145 message.
2146
e3480f4a
YPK
21472012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2148
2149 Document how to return from "python-interactive" to GDB.
e3480f4a
YPK
2150 * python/python.c (_initialize_python): Update documentation.
2151
dfbd5e7b
PA
21522012-08-23 Pedro Alves <palves@redhat.com>
2153
2154 * infrun.c (_initialize_infrun) <handle command help text>:
2155 Mention that multiple signals are supported.
2156
2edda2ff
PA
21572012-08-23 Pedro Alves <palves@redhat.com>
2158
2159 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
2160 string.
2161
8d735b87
YQ
21622012-08-23 Yao Qi <yao@codesourcery.com>
2163
2164 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
2165 (tfind_1): Don't call registers_changed, set_traceframe_num,
2166 and clear_traceframe_info.
2167 Call set_current_traceframe.
2168 (set_current_traceframe): call set_traceframe_num.
2169
c5d9b215
SDJ
21702012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
2171
2172 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
2173 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
2174
037bbc8e
YPK
21752012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2176
2177 Enable readline in Python in a GDB-specific way and block the
2178 standard Python readline module to prevent conflicts with GDB.
2179 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
2180 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
2181 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
2182 * python/py-gdb-readline.c: New file.
2183 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
2184 prototype.
2185 * python/python.c (_initialize_python): Call
2186 gdbpy_initialize_gdb_readline.
2187
406b1477
KS
21882012-08-22 Keith Seitz <keiths@redhat.com>
2189
2190 * defs.h: Include build-gnulib/config.h
2191
6ca1b147
JM
21922012-08-22 Joseph Myers <joseph@codesourcery.com>
2193
2194 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
2195 and blx pc.
2196
8315665e
YPK
21972012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2198
2199 Add a new "python-interactive" command that starts a standard
2200 Python interactive prompt with "pi" as alias, and add "py" as
2201 an alias to "python".
2202 * NEWS: Mention the new commands.
8315665e
YPK
2203 * python/python.c (eval_python_command): New function.
2204 (python_interactive_command): For "python-interactive" with
2205 arguments, call eval_python_command. For "python-interactive"
2206 without arguments, call PyRun_InteractiveLoop.
2207 (_initialize_python): Add "python-interactive" command with
2208 "pi" as alias, and add "py" as an alias to "python".
2209
522002f9
TT
22102012-08-22 Tom Tromey <tromey@redhat.com>
2211
2212 * defs.h (quit_flag): Don't declare.
2213 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
2214 (QUIT): Use new functions.
2215 * event-top.c (command_handler): Use clear_quit_flag.
2216 (handle_sigint): Use set_quit_flag.
2217 (async_request_quit): Use check_quit_flag. Don't check
2218 immediate_quit.
2219 * exceptions.c (throw_exception): Use clear_quit_flag.
2220 * main.c (captured_main): Use clear_quit_flag.
2221 * python/python.c (clear_quit_flag, set_quit_flag)
2222 (check_quit_flag): New functions.
2223 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
2224 clear_quit_flag.
2225 * remote.c (remote_wait_as): Use check_quit_flag,
2226 clear_quit_flag.
2227 (remote_start_remote): Call QUIT.
2228 * symfile.c (load_progress): Use check_quit_flag.
2229 * top.c (command_loop): Use clear_quit_flag.
2230 (command_line_input): Call QUIT.
2231 * utils.c (quit_flag): Conditionally define.
2232 (clear_quit_flag, check_quit_flag, set_quit_flag): New
2233 functions.
2234 (prompt_for_continue): Call QUIT. Use quit, not
2235 async_request_quit.
2236 * remote-mips.c (mips_expect_timeout): Call QUIT.
2237 * monitor.c (monitor_expect): Call QUIT.
2238
b583003e
TT
22392012-08-22 Tom Tromey <tromey@redhat.com>
2240
2241 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
2242 (async_init_signals): Update.
2243 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
2244 (SIGWINCH_HANDLER_BODY): Remove.
2245
e1507e95
TT
22462012-08-22 Tom Tromey <tromey@redhat.com>
2247
2248 * jit.c (jit_object_close_impl): Don't malloc the objfile
2249 name.
2250 * objfiles.c (allocate_objfile): Don't malloc the objfile
2251 name.
2252 (free_objfile): Don't free the objfile name.
2253 * objfiles.h (struct objfile) <name>: Update comment.
2254 * symfile.c (reread_symbols): Fix reference counting. Don't
2255 malloc objfile name.
2256
1c00ec6b
TT
22572012-08-22 Tom Tromey <tromey@redhat.com>
2258
2259 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
2260 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
2261 (symfile_bfd_open): Likewise.
2262 (generic_load): Likewise.
2263 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
2264 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2265 gdb_bfd_open.
2266 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2267 Use gdb_bfd_open.
2268 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
2269 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
2270 (pmon_load_fast): Likewise.
2271 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
2272 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
2273 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
2274 (macho_check_dsym): Likewise.
2275 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
2276 (m32r_upload_command): Likewise.
2277 * gdb_bfd.h (gdb_bfd_cache): Declare.
2278 * gdb_bfd.c (struct gdb_bfd_data): New.
2279 (gdb_bfd_cache): New global.
2280 (struct gdb_bfd_cache_search): New.
2281 (hash_bfd): New function.
2282 (eq_bfd): Likewise.
2283 (gdb_bfd_open): Likewise.
2284 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
2285 (gdb_bfd_unref): Remove closed BFD from cache. Update for
2286 gdb_bfd_data.
2287 * exec.c (exec_file_attach): Use gdb_bfd_open.
2288 * dsrec.c (load_srec): Use gdb_bfd_open.
2289
6532ff36
TT
22902012-08-22 Tom Tromey <tromey@redhat.com>
2291
2292 * dwarf2read.c (macro_start_file): Update.
2293 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
2294 (free_objfile_per_bfd_storage): Destroy macro_cache.
2295 (allocate_objfile, free_objfile): Update.
2296 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
2297 New field.
2298 (struct objfile) <macro_cache>: Remove.
2299 * symfile.c (reread_symbols): Update.
2300 * symmisc.c (print_symbol_bcache_statistics): Update.
2301 (print_objfile_statistics): Update.
2302
706e3705
TT
23032012-08-22 Tom Tromey <tromey@redhat.com>
2304
2305 * elfread.c (elf_symtab_read): Update.
2306 * objfiles.c (objfiles_bfd_data): New global.
2307 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
2308 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
2309 (allocate_objfile, free_objfile): Update.
2310 (_initialize_objfiles): Initialize objfiles_bfd_data.
2311 * objfiles.h (struct objfile_per_bfd_storage): New.
2312 (struct objfile) <per_bfd>: New field.
2313 <filename_cache>: Remove.
2314 (set_objfile_per_bfd): Declare.
2315 * symfile.c (reread_symbols): Update. Call
2316 set_objfile_per_bfd.
2317 (allocate_symtab): Update.
2318 * symmisc.c (print_symbol_bcache_statistics): Update.
2319 (print_objfile_statistics): Print the size of the BFD obstack.
2320
e992eda4
TT
23212012-08-22 Tom Tromey <tromey@redhat.com>
2322
2323 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
2324 * gdb_bfd.c: Use DEFINE_REGISTRY.
2325 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
2326 (gdb_bfd_ref): Call bfd_alloc_data.
2327 (gdb_bfd_unref): Call bfd_free_data.
2328
6b81941e
TT
23292012-08-22 Tom Tromey <tromey@redhat.com>
2330
2331 * registry.h (struct registry_fields): New.
2332 (REGISTRY_FIELDS): Redefine.
2333 (REGISTRY_ACCESS_FIELD): New macro.
2334 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
2335 functions.
2336
8e260fc0
TT
23372012-08-22 Tom Tromey <tromey@redhat.com>
2338
2339 * auto-load.c (_initialize_auto_load): Update.
2340 * solib-svr4.c (_initialize_svr4_solib): Update
2341 * solib-dsbt.c (_initialize_dsbt_solib): Update.
2342 * solib-darwin.c (_initialize_darwin_solib): Update.
2343 * registry.h: New file.
2344 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
2345 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
2346 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
2347 (register_program_space_data_with_cleanup)
2348 (register_program_space_data, program_space_alloc_data)
2349 (clear_program_space_data, set_program_space_data)
2350 (program_space_data): Don't declare.
2351 * progspace.c: Use DEFINE_REGISTRY.
2352 (struct program_space_data, struct
2353 program_space_data_registration, struct
2354 program_space_data_registry, program_space_data_registry)
2355 (register_program_space_data_with_cleanup)
2356 (register_program_space_data, program_space_alloc_data)
2357 (program_space_free_data, clear_program_space_data)
2358 (set_program_space_data, program_space_data): Remove.
2359 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
2360 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
2361 (register_objfile_data_with_cleanup, register_objfile_data)
2362 (clear_objfile_data, set_objfile_data, objfile_data): Don't
2363 declare.
2364 * objfiles.c: Use DEFINE_REGISTRY.
2365 (struct objfile_data, struct objfile_data_registration, struct
2366 objfile_data_registry, objfile_data_registry)
2367 (register_objfile_data_with_cleanup, register_objfile_data)
2368 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
2369 (set_objfile_data, objfile_data): Remove.
2370 (_initialize_objfiles): Update.
2371 * jit.c (_initialize_jit): Update.
2372 * inflow.c (_initialize_inflow): Update.
2373 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
2374 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
2375 (register_inferior_data_with_cleanup, register_inferior_data)
2376 (clear_inferior_data, set_inferior_data, inferior_data): Don't
2377 declare.
2378 * inferior.c: Use DEFINE_REGISTRY.
2379 (struct inferior_data, struct inferior_data_registration, struct
2380 inferior_data_registry, inferior_data_registry)
2381 (register_inferior_data_with_cleanup, register_inferior_data)
2382 (inferior_alloc_data, inferior_free_data clear_inferior_data)
2383 (set_inferior_data, inferior_data): Remove.
2384 * auxv.c (_initialize_auxv): Update.
2385 * ada-lang.c (_initialize_ada_language): Update.
2386 * breakpoint.c (_initialize_breakpoint): Update.
2387 * i386-nat.c (i386_use_watchpoints): Update.
2388
ed9eebaf
TT
23892012-08-22 Tom Tromey <tromey@redhat.com>
2390
2391 * exec.c (exec_close, exec_file_attach): Update.
2392 (add_to_section_table): Initialize 'key' field.
2393 (add_target_sections, remove_target_sections): Add 'key' argument.
2394 * exec.h (add_target_sections, remove_target_sections): Add
2395 'key' argument.
2396 * solib.c (solib_map_sections, update_solib_list, clear_solib)
2397 (reload_shared_libraries_1): Update.
2398 * target.h (struct target_section) <key>: New field.
2399
2f2e97fa
TT
24002012-08-22 Tom Tromey <tromey@redhat.com>
2401
2402 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
2403
b3dbbd6f
PM
24042012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
2405
2406 * symfile.c (allocate_symtab): Use host_address_to_string
2407 function instead of cast of pointer to long which is not
2408 compatible with x86_64-w64-mingw32 build.
2409
f94363d7
AP
24102012-08-19 Andrew Pinski <apinski@cavium.com>
2411
2412 * mips-tdep.c (is_octeon): New function.
2413 (is_octeon_bbit_op): New function.
2414 (mips32_next_pc): Handle Octeon's bbit instructions.
2415 (mips32_instruction_has_delay_slot): Likewise.
2416
78a59c2f
AP
24172012-08-19 Andrew Pinski <apinski@cavium.com>
2418
2419 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
2420 before the function.
2421
4f5bcb50
AP
24222012-08-19 Andrew Pinski <apinski@cavium.com>
2423
2424 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
2425
e5afdbd7
KS
24262012-08-19 Keith Seitz <keiths@redhat.com>
2427
2428 PR c++/14365
2429 * c-typeprint.c (c_type_print_varspec_prefix): Pass
2430 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
2431
13c9750e
EZ
24322012-08-18 Eli Zaretskii <eliz@gnu.org>
2433
2434 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
2435 The typo broke "make TAGS".
2436
db761810 24372012-08-17 Joel Brobecker <brobecker@adacore.com>
2438
2439 GDB 7.5 released.
2440
a451cb65
KS
24412012-08-17 Keith Seitz <keiths@redhat.com>
2442
2443 PR c++/13356
2444 * gdbtypes.c (strict_type_checking): New variable.
2445 (show_strict_type_checking): New function.
2446 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
2447 if strict type checking is disabled.
2448 (_initialize_gdbtypes): Add "check type" subcommand.
2449 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
2450
24512012-08-17 Keith Seitz <keiths@redhat.com>
2452
2453 * language.h (type_mode): Remove.
2454 (type_check): Remove.
2455 (struct language_defn): Remove la_type_check.
2456 (STRICT_TYPE): Remove unused macro.
2457 (type_error): Remove.
2458 * language.c (set_type_range_case): Renamed to ...
2459 (set_range_case): ... this. Update all callers.
2460 Remove type_mode/type_check.
2461 (type_mode): Remove.
2462 (type_check): Remove.
2463 (show_type_command): Remove.
2464 (set_type_command): Remove.
2465 (language_info): Remove type checking output.
2466 (type_error): Remove unused function.
2467 (range_error): Update comment.
2468 (unknown_language_defn): Remove la_type_check.
2469 (auto_language_defn): Likewise.
2470 (local_language_defn): Likewise.
2471 (_initialize_language): Remove "check type" subcommand.
2472 * ada-lang.c (ada_language_defn): Remove la_type_check.
2473 * c-lang.c (c_language_defn): Likewise.
2474 (cplus_language_defn): Likewise.
2475 (asm_language_defn): Likewise.
2476 (minimal_language_defn): Likewise.
2477 * d-lang.c (d_language_defn): Likewise.
2478 * f-lang.c (f_language_defn): Likewise.
2479 * go-lang.c (go_language_defn): Likewise.
2480 * jv-lang.c (java_language_defn): Likewise.
2481 * m2-lang.c (m2_language_defn): Likewise.
2482 * objc-lang.c (objc_language_defn): Likewise.
2483 * opencl-lang.c (opencl_language_defn): Likewise.
2484 * p-lang.c (pascal_language_defn): Likewise.
2485
dbf6a605
MF
24862012-08-16 Mike Frysinger <vapier@gentoo.org>
2487
2488 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
2489
973e3cf7
JB
24902012-08-16 Joel Brobecker <brobecker@adacore.com>
2491
2492 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
2493 New function.
2494 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
2495 using the regache. Use ia64_hpux_get_register_from_save_state_t
2496 to access the bsp and bspstore registers if not.
2497
d80ee84f
JB
24982012-08-16 Joel Brobecker <brobecker@adacore.com>
2499
2500 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
2501 * breakpoint.c (detach_breakpoints): Change pid parameter into
2502 a ptid. Adjust code accordingly.
2503 * infrun.c (handle_inferior_event): Delete variable child_pid.
2504 Update call to detach_breakpoints to pass the child ptid for
2505 fork events.
2506 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
2507 assert that inferior_ptid's lwp is zero.
2508 (linux_handle_extended_wait): Update call to detach_breakpoints.
2509 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
2510 detach_breakpoints.
2511
2dcc6086
JB
25122012-08-16 Joel Brobecker <brobecker@adacore.com>
2513
2514 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
2515 parent, only call detach_breakpoints if tts.tts_event ==
2516 TTEVT_VFORK.
2517
0c92d8c1
JB
25182012-08-16 Joel Brobecker <brobecker@adacore.com>
2519
2520 * dwarf2-frame.c (dwarf2_frame_cache): Use
2521 get_frame_address_in_block instead of get_frame_pc as
2522 the bound for executing the frame's FDE.
2523
6b1755ce
YQ
25242012-08-16 Yao Qi <yao@codesourcery.com>
2525
2526 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
2527 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
2528 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
2529 (c_type_print_varspec_suffix): Likewise.
2530 * eval.c (evaluate_subexp_standard): Likewise.
2531 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
2532 (f_type_print_varspec_suffix): Likewise.
2533 * gdbtypes.c (is_scalar_type): Likewise.
2534 (recursive_dump_type): Likewise.
2535 * infcall.c (value_arg_coerce): Likewise.
2536 * m2-valprint.c (m2_val_print): Likewise.
2537 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
2538 (pascal_type_print_varspec_suffix): Likewise.
2539 (pascal_type_print_base): Likewise.
2540 * p-valprint.c (pascal_val_print): Likewise.
2541 (pascal_val_print): Likewise.
2542 * valops.c (value_slice): Likewise.
2543 * valprint.c (scalar_type_p): Likewise.
2544 * valarith.c (value_bitstring_subscript): Remove.
2545 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
2546 Remove comment on TYPE_CODE_BITSTRING.
2547
2548 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
2549 TYPE_CODE_BITSTRING.
2550
2551 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
2552 slot 0.
2553
8acc4065
YQ
25542012-08-16 Yao Qi <yao@codesourcery.com>
2555
2556 * tracepoint.c (trace_find_none_command): Remove.
2557 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
2558
8128fd8e
YQ
25592012-08-16 Yao Qi <yao@codesourcery.com>
2560
2561 * remote.c (handle_notification): Remove parameter 'length'.
2562 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
2563
2873700e
KS
25642012-08-15 Keith Seitz <keiths@redhat.com>
2565
2566 * gdbtypes.c (opaque_type_resolution): Make static.
2567 Add missing comment.
2568 (overload_debug): Add missing comment.
2569 (show_opaque_type_resolution): Likewise.
2570 (show_overload_debug): Likewise.
2571 (print_bit_vector): Remove unnecessary forward declaration.
2572 (print_arg_types): Likewise.
2573 (dump_fn_fieldlists): Likewise.
2574 (print_cplus_stuff): Likewise.
2575
b82d08cd
TT
25762012-08-15 Tom Tromey <tromey@redhat.com>
2577
2578 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
2579 (gdb_bfd_ref): Initialize new field.
2580 (gdb_bfd_unref): Unref the archive BFD.
2581 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
2582 parent archive.
2583
db6573d6
TT
25842012-08-15 Tom Tromey <tromey@redhat.com>
2585
2586 PR python/14387:
2587 * python/py-bpevent.c (create_breakpoint_event_object): Update
2588 comment.
2589 * python/py-event.c (evpy_add_attribute): Update comment.
2590 * python/py-exitedevent.c (create_exited_event_object): Fix
2591 reference counting and error handling.
2592 * python/py-newobjfileevent.c (create_new_objfile_event_object):
2593 Fix reference counting.
2594 * python/py-signalevent.c (create_signal_event_object): Fix
2595 reference counting and error handling.
2596 * python/py-stopevent.c (emit_stop_event): Fix reference
2597 counting.
2598 * python/py-threadevent.c (get_event_thread): Return a
2599 borrowed reference.
2600 * python/py-type.c (convert_field): Fix reference counting.
2601
a036ba48
TT
26022012-08-15 Tom Tromey <tromey@redhat.com>
2603
2604 * dwarf2read.c (dwarf_decode_macro_bytes)
2605 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
2606 as hash key.
2607
486c7739
MF
26082012-08-14 Mike Frysinger <vapier@gentoo.org>
2609
2610 * infcmd.c (_initialize_infcmd): Update help text for the signal,
2611 stepi, nexti, finish, next, step, jump, and continue commands.
2612 * infrun.c (_initialize_infrun): Update help text for the handle
2613 command.
2614
4cf93a03
DE
26152012-08-14 Doug Evans <dje@google.com>
2616
70b099cf
DE
2617 * gdbtypes.c (struct extra): Delete, unused.
2618
5212577a
DE
2619 * gdbtypes.c: Whitespace cleanup.
2620 (address_space_name_to_int): Remove "extern" from definition.
2621 (_initialize_gdbtypes): Declare with initialize_file_ftype.
2622
4cf93a03
DE
2623 * gdbtypes.c (make_pointer_type): Remove redundant setting of
2624 TYPE_POINTER_TYPE (type).
2625
3756ef7e
GB
26262012-08-14 Gary Benson <gbenson@redhat.com>
2627
2628 * solib-svr4.c (svr4_free_library_list): Use free_so.
2629
40d72643
MF
26302012-08-13 Mike Frysinger <vapier@gentoo.org>
2631
2632 * .gitignore: Add go-exp.c.
2633
f47f77df
DE
26342012-08-13 Doug Evans <dje@google.com>
2635
2636 * value.c (show_convenience): Tweak comment.
2637 (_initialize_values): Mention convenience functions in the help text
2638 for "show convenience".
2639
7507c54a
YQ
26402012-08-13 Yao Qi <yao@codesourcery.com>
2641
2642 * std-operator.def: Remove TERNOP_SLICE_COUNT.
2643 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
2644 TERNOP_SLICE_COUNT.
2645 * eval.c (evaluate_subexp_standard): Likewise.
2646 * expprint.c (print_subexp_standard): Likewise.
2647 (dump_subexp_body_standard): Likewise.
2648 * parse.c (operator_length_standard): Likewise.
2649
5cad9736
YQ
26502012-08-13 Yao Qi <yao@codesourcery.com>
2651
2652 * std-operator.def: Remove OP_BITSTRING.
2653 * breakpoint.c (watchpoint_exp_is_const): Update.
2654 * eval.c (evaluate_subexp_standard): Remove handling to
2655 OP_BITSTRING.
2656 * expprint.c (print_subexp_standard): Likewise.
2657 (dump_subexp_body_standard): Likewise.
2658 * parse.c (operator_length_standard): Likewise.
2659 * valops.c (value_bitstring): Remove.
2660 * value.h: Remove the declaration of 'value_bitstring'.
2661
bad7670a
SDJ
26622012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
2663
2664 * linespec.c (find_methods): Remove unused variables `i1' and
2665 `name_len'.
2666 (decode_line_full): Likewise for `arg_start'.
2667
d9dce7fa
SDJ
26682012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
2669
2670 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
2671 (zlib_decompress_section): Likewise for `section_data'.
2672 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
2673
a72c3253
DE
26742012-08-10 Doug Evans <dje@google.com>
2675
2676 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
2677 * NEWS: Document them.
2678 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
2679 function/strfns.py.
2680 * python/py-type.c (typy_array_1): New function.
2681 (typy_array): Call it.
2682 (typy_vector): New function.
2683 (type_object_methods): Add "vector".
2684 * python/lib/gdb/function/__init__.py: New file.
2685 * python/lib/gdb/function/strfns.py: New file.
2686
200bc880
SP
26872012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
2688
2689 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
2690 for TYPE_FIELD_BITPOS.
2691 (typy_get_sizeof): Likewise for TYPE_LENGTH.
2692
de0bea00
MF
26932012-08-10 Mike Frysinger <vapier@gentoo.org>
2694
2695 PR cli/10436:
2696 * common/vec.h (VEC_merge): Define.
2697 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
2698 (DEF_VEC_ALLOC_FUNC_P): Likewise.
2699 (DEF_VEC_ALLOC_FUNC_O): Likewise.
2700 * completer.c: Include gdb_signals.h.
2701 (signal_completer): Define.
2702 * completer.h (signal_completer): Add prototype.
2703 * infcmd.c (_initialize_infcmd): Assign the command
2704 completer for "signal" to handle_completer.
2705 * infrun.c: Include completer.h.
2706 (handle_completer): Define.
2707 (_initialize_infrun): Declare a new local variable c. Store the
2708 result of add_com("handle") to it. Assign the command
2709 completer for "handle" to handle_completer.
2710
5b9afe8a
YQ
27112012-08-09 Yao Qi <yao@codesourcery.com>
2712
2713 * cli/cli-decode.c (set_cmd_prefix): New.
2714 (lookup_cmd_for_prefixlist): New.
2715 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
2716 of each cmd_list_element in *prefixlist.
2717 (add_setshow_cmd_full): set_cmd_prefix.
2718 (add_alias_cmd): Likewise.
2719 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
2720 Declare 'auto_boolean_enums'.
2721 * cli/cli-setshow.c: Include "observer.h".
2722 (notify_command_param_changed_p): New.
2723 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
2724 Remove 'static'.
2725 (do_setshow_command): Split it to ...
2726 (do_set_command, do_show_command): ... them. New.
2727 (do_set_command): Call observer_notify_command_param_changed if
2728 notify_command_param_changed_p returns true.
2729 (cmd_show_list): Caller update.
2730 * auto-load.c (set_auto_load_cmd): Likewise.
2731 * remote.c (show_remote_cmd): Likewise.
2732 * cli/cli-setshow.h: Update declarations.
2733 * top.c (execute_command): Call do_set_command and do_show_command.
2734
2735 * NEWS: Mention new MI notification.
2736 * mi/mi-interp.c: Declare mi_command_param_changed.
2737 (mi_interpreter_init): Attach mi_command_param_changed to
2738 observer command_param_changed.
2739 (mi_command_param_changed): New.
2740 Remove mi_suppress_breakpoint_notifications.
2741 Define global variable mi_suppress_notification.
2742 (mi_breakpoint_created): Update.
2743 (mi_breakpoint_deleted): Likewise.
2744 (mi_breakpoint_modified): Likewise.
2745 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
2746 'gdb-set' and set mi_suppress_notification.
2747 * mi/mi-main.h: (mi_suppress_notification): New struct.
2748
1969df89
JK
27492012-08-09 Andreas Tobler <andreast@fgznet.ch>
2750 Jan Kratochvil <jan.kratochvil@redhat.com>
2751
2752 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
2753
8bfd80db
YQ
27542012-08-09 Yao Qi <yao@codesourcery.com>
2755
2756 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
2757 (skiplist): Move it to skip.c.
2758 (init_cmd_lists): Remove code setting enablebreaklist and
2759 skiplist to NULL.
2760 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
2761 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
2762 skiplist.
2763 * gdbcmd.h: Likewise.
2764 * skip.c (_initialize_step_skip): Move 'skiplist' from
2765 cli/cli-cmds.c.
2766
28578e6b
YQ
27672012-08-09 Yao Qi <yao@codesourcery.com>
2768
2769 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
2770 * gnu-nat.c, symfile.c: Likewise.
2771
260c0b2a
DE
27722012-08-08 Aaron Gamble <agamble@google.com>
2773
2774 * utils.c (prompt_for_continue_wait_time): New static global.
2775 (make_command_stats_cleanup): Initialize it.
2776 (report_command_stats): Subtract time waiting for user.
2777 (prompt_for_continue): Track time waiting for user.
2778 (defaulted_query): Track time waiting for user.
2779
4f485ebc
DE
27802012-08-08 Doug Evans <dje@google.com>
2781
2782 * eval.c (evaluate_subexp_standard): Fix thinko in handling
2783 UNOP_MEMVAL_TYPE.
2784 * expprint.c (print_subexp_standard, case OP_TYPE): New.
2785 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
2786 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
2787 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
2788 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
2789 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
2790 elt.
2791 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
2792 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
2793 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
2794 (dump_prefix_expression): Handle OP_TYPE.
2795
2acf2b39
KS
27962012-08-08 Keith Seitz <keiths@redhat.com>
2797
2798 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
2799 addr_start.
2800
e6712ff1
DE
28012012-08-08 Doug Evans <dje@google.com>
2802
2803 * linux-thread-db.c: #include "gdb_vecs.h".
2804 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
2805 updated.
2806 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
2807 (thread_db_load_search): Use a vector to iterate over path elements.
2808 Handle text appearing after "$pdir".
2809
2810 * gdb_string.h: Moved to ...
2811 * common/gdb_string.h: ... here.
2812 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
2813 gdb_string.h and gdb_assert.h.
2814
ab854e54
YQ
28152012-08-08 Yao Qi <yao@codesourcery.com>
2816
2817 * tic6x-tdep.c (tic6x_register_to_value): Remove.
2818 (tic6x_value_to_register): Likewise.
2819 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
2820 and set_gdbarch_value_to_register.
2821
4f69f4c2
JK
28222012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2823 Jean-Marc Saffroy <saffroy@gmail.com>
2824
2825 PR 11804
2826 * defs.h (find_memory_region_ftype): New comment. New arg modified.
2827 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
2828 * gcore.c (gcore_create_callback): New function comment. Add modified
2829 parameter. Only write modified regions. Set SEC_READONLY exactly
2830 according to MODIFIED.
2831 (objfile_find_memory_regions): Ignore separate debug info files. Ass
2832 the passed modified value to FUNC.
2833 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
2834 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
2835 first. New variables modified and has_anonymous. Parse the lines of
2836 smaps file. Add the passed MODIFIED value to FUNC.
2837 * procfs.c (find_memory_regions_callback): Add the passed modified
2838 value.
2839
78ac5f83
TT
28402012-08-06 Tom Tromey <tromey@redhat.com>
2841
2842 * dwarf2-frame.c (clear_pointer_cleanup): New function.
2843 (dwarf2_frame_cache): Use it.
2844 * frame-unwind.h (frame_sniffer_ftype): Document prologue
2845 cache initialization constraint.
2846
2c12abee
TT
28472012-08-06 Tom Tromey <tromey@redhat.com>
2848
2849 PR python/14386:
2850 * varobj.c (update_dynamic_varobj_children): Don't call
2851 PyIter_Check.
2852
4979d7f0
TT
28532012-08-06 Tom Tromey <tromey@redhat.com>
2854
2855 PR cli/14392:
2856 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
2857
f3c8a52a
JK
28582012-08-06 Nathaniel Flath <flat0103@gmail.com>
2859
2860 * NEWS: New entry for 'cd' default parameters.
2861 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
2862
5a1cf4d6
TT
28632012-08-03 Tom Tromey <tromey@redhat.com>
2864
2865 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
2866 return.
2867
7c3270ae
UW
28682012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
2869
2870 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
2871 to attempting lseek/write.
2872 (inf_child_fileio_pread): Likewise for pread.
2873
ccce17b0
YQ
28742012-08-02 Yao Qi <yao@codesourcery.com>
2875
2876 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
2877 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
2878 add_setshow_zinteger_cmd.
2879 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
2880 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
2881 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
2882 instead of add_setshow_zinteger_cmd.
2883 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
2884 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
2885 instead of add_setshow_zinteger_cmd.
2886 * frame.c (frame_debug): Add 'unsigned'.
2887 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
2888 add_setshow_zinteger_cmd.
2889 * frame.h: Update the declaration of 'frame_debug'.
2890 * gdbtypes.c (overload_debug): Add 'unsigned'.
2891 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
2892 add_setshow_zinteger_cmd.
2893 * inferior.h: Update declaration of 'debug_infrun'.
2894 * infrun.c (debug_infrun): Add 'unsigned'.
2895 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
2896 add_setshow_zinteger_cmd.
2897 * jit.c (jit_debug): Add 'unsigned'.
2898 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
2899 add_setshow_zinteger_cmd.
2900 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
2901 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
2902 instead of add_setshow_zinteger_cmd.
2903 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
2904 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
2905 add_setshow_zinteger_cmd.
2906 * machoread.c (mach_o_debug_level): Add 'unsigned'.
2907 (_initialize_machoread): Call add_setshow_zuinteger_cmd
2908 instead of add_setshow_zinteger_cmd.
2909 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
2910 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
2911 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
2912 intead of add_setshow_zinteger_cmd.
2913 * mips-tdep.c (mips_debug): Add 'unsigned'.
2914 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
2915 instead of add_setshow_zinteger_cmd.
2916 * monitor.c (monitor_debug): Add 'unsigned'.
2917 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
2918 add_setshow_zinteger_cmd.
2919 * observer.c (observer_debug): Add 'unsigned'.
2920 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
2921 add_setshow_zinteger_cmd.
2922 * parse.c (expressiondebug): Add 'unsigned'.
2923 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
2924 add_setshow_zinteger_cmd.
2925 * record.c (record_debug): Add 'unsigned'.
2926 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
2927 add_setshow_zinteger_cmd.
2928 * record.h: Update the declaration of 'record_debug'.
2929 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
2930 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
2931 add_setshow_zinteger_cmd.
2932 * serial.c (global_serial_debug_p): Add 'unsigned'.
2933 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
2934 add_setshow_zinteger_cmd.
2935 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
2936 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
2937 add_setshow_zinteger_cmd.
2938 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
2939 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
2940 add_setshow_zinteger_cmd.
2941 * target.c (targetdebug): Add 'unsigned'.
2942 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
2943 add_setshow_zinteger_cmd.
2944 * valops.c (overload_debug): Add 'unsigned'.
2945 * varobj.c (varobjdebug): Add 'unsigned'.
2946 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
2947 add_setshow_zinteger_cmd.
2948 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
2949 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
2950 instead of add_setshow_zinteger_cmd.
2951
2952 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
2953 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
2954 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
2955 instead of add_setshow_zinteger_cmd.
2956 * gdbarch.c, gdbarch.h: Re-generated.
2957
95b07c96
YQ
29582012-08-02 Yao Qi <yao@codesourcery.com>
2959
2960 * nto-tdep.c: Don't include cli/cli-decode.h and
2961 cli/cli-cmds.h.
2962 (_initialize_nto_tdep): Remove.
2963 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
2964 Remove field.
2965 Remove macro nto_internal_debugging.
2966
57295b0b
RH
29672012-08-01 Richard Henderson <rth@redhat.com>
2968
2969 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
2970 (mep-*-*) [gdb_target_obs]: Likewise.
2971
f782ad9b
AS
29722012-07-31 Andreas Schwab <schwab@linux-m68k.org>
2973
2974 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
2975 linux_get_siginfo_type.
2976
a14dd77e
JK
29772012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2978
2979 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
2980 AT_ENTRY_POINT.
2981 (call_function_by_hand) <ON_STACK>: Call write_memory with
2982 gdbarch_breakpoint_from_pc, if possible.
2983 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
2984 here.
2985
1467929f
YQ
29862012-07-31 Yao Qi <yao@codesourcery.com>
2987
2988 * tracepoint.c: Add 'static' for some variables.
2989
70976b65
YQ
29902012-07-31 Yao Qi <yao@codesourcery.com>
2991
2992 * go32-nat.c: Declare _initialize_go32_nat.
2993 * ser-go32.c: Declare _initialize_ser_dos.
2994 * top.c (do_chdir_cleanup): Add 'static'.
2995
eff9c3e6
KS
29962012-07-30 Keith Seitz <keiths@redhat.com>
2997
2998 * linespec.c (linespec_lex_number): A number followed
2999 by quotes is a valid number, too.
3000
728400d7
TT
30012012-07-30 Tom Tromey <tromey@redhat.com>
3002
3003 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
3004
fcf303ab
UW
30052012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
3006
3007 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
3008 attempt to 4-byte-align HW breakpoint addresses for Thumb.
3009
4e969b4f
AB
30102012-07-30 Andrew Burgess <aburgess@broadcom.com>
3011
3012 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
3013 invalid or reevaluated to prevent prevent references to possibly
3014 delete'd type objects being left in the varobj.
3015
c4bfde41
JK
30162012-07-27 Tom Tromey <tromey@redhat.com>
3017 Jan Kratochvil <jan.kratochvil@redhat.com>
3018
3019 * copying.awk: Print buffer-read-only and vi ro markers.
3020 * copying.c: Rebuild.
3021 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
3022 * gdbarch.c, gdbarch.h: Rebuild.
3023 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
3024 buffer-read-only and vi ro markers.
3025 * features/arm-with-iwmmxt.c: Rebuild.
3026 * features/arm-with-m-fpa-layout.c: Rebuild.
3027 * features/arm-with-m-vfp-d16.c: Rebuild.
3028 * features/arm-with-m.c: Rebuild.
3029 * features/arm-with-neon.c: Rebuild.
3030 * features/arm-with-vfpv2.c: Rebuild.
3031 * features/arm-with-vfpv3.c: Rebuild.
3032 * features/i386/amd64-avx-linux.c: Rebuild.
3033 * features/i386/amd64-avx.c: Rebuild.
3034 * features/i386/amd64-linux.c: Rebuild.
3035 * features/i386/amd64.c: Rebuild.
3036 * features/i386/i386-avx-linux.c: Rebuild.
3037 * features/i386/i386-avx.c: Rebuild.
3038 * features/i386/i386-linux.c: Rebuild.
3039 * features/i386/i386-mmx-linux.c: Rebuild.
3040 * features/i386/i386-mmx.c: Rebuild.
3041 * features/i386/i386.c: Rebuild.
3042 * features/i386/x32-avx-linux.c: Rebuild.
3043 * features/i386/x32-avx.c: Rebuild.
3044 * features/i386/x32-linux.c: Rebuild.
3045 * features/i386/x32.c: Rebuild.
3046 * features/mips-dsp-linux.c: Rebuild.
3047 * features/mips-linux.c: Rebuild.
3048 * features/mips64-dsp-linux.c: Rebuild.
3049 * features/mips64-linux.c: Rebuild.
3050 * features/rs6000/powerpc-32.c: Rebuild.
3051 * features/rs6000/powerpc-32l.c: Rebuild.
3052 * features/rs6000/powerpc-403.c: Rebuild.
3053 * features/rs6000/powerpc-403gc.c: Rebuild.
3054 * features/rs6000/powerpc-405.c: Rebuild.
3055 * features/rs6000/powerpc-505.c: Rebuild.
3056 * features/rs6000/powerpc-601.c: Rebuild.
3057 * features/rs6000/powerpc-602.c: Rebuild.
3058 * features/rs6000/powerpc-603.c: Rebuild.
3059 * features/rs6000/powerpc-604.c: Rebuild.
3060 * features/rs6000/powerpc-64.c: Rebuild.
3061 * features/rs6000/powerpc-64l.c: Rebuild.
3062 * features/rs6000/powerpc-7400.c: Rebuild.
3063 * features/rs6000/powerpc-750.c: Rebuild.
3064 * features/rs6000/powerpc-860.c: Rebuild.
3065 * features/rs6000/powerpc-altivec32.c: Rebuild.
3066 * features/rs6000/powerpc-altivec32l.c: Rebuild.
3067 * features/rs6000/powerpc-altivec64.c: Rebuild.
3068 * features/rs6000/powerpc-altivec64l.c: Rebuild.
3069 * features/rs6000/powerpc-cell32l.c: Rebuild.
3070 * features/rs6000/powerpc-cell64l.c: Rebuild.
3071 * features/rs6000/powerpc-e500.c: Rebuild.
3072 * features/rs6000/powerpc-e500l.c: Rebuild.
3073 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
3074 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
3075 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
3076 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
3077 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
3078 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
3079 * features/rs6000/powerpc-vsx32.c: Rebuild.
3080 * features/rs6000/powerpc-vsx32l.c: Rebuild.
3081 * features/rs6000/powerpc-vsx64.c: Rebuild.
3082 * features/rs6000/powerpc-vsx64l.c: Rebuild.
3083 * features/rs6000/rs6000.c: Rebuild.
3084 * features/s390-linux32.c: Rebuild.
3085 * features/s390-linux32v1.c: Rebuild.
3086 * features/s390-linux32v2.c: Rebuild.
3087 * features/s390-linux64.c: Rebuild.
3088 * features/s390-linux64v1.c: Rebuild.
3089 * features/s390-linux64v2.c: Rebuild.
3090 * features/s390x-linux64.c: Rebuild.
3091 * features/s390x-linux64v1.c: Rebuild.
3092 * features/s390x-linux64v2.c: Rebuild.
3093 * features/tic6x-c62x-linux.c: Rebuild.
3094 * features/tic6x-c62x.c: Rebuild.
3095 * features/tic6x-c64x-linux.c: Rebuild.
3096 * features/tic6x-c64x.c: Rebuild.
3097 * features/tic6x-c64xp-linux.c: Rebuild.
3098 * features/tic6x-c64xp.c: Rebuild.
3099
826f0041
TT
31002012-07-27 Tom Tromey <tromey@redhat.com>
3101
3102 * c-exp.y (classify_name): Avoid assignment in condition.
3103
84552b16
PA
31042012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
3105
3106 * amd64-windows-tdep.c: Include "frame.h".
3107 (amd64_windows_skip_trampoline_code): New function.
3108 (amd64_windows_init_abi): Add trampoline registration.
3109
a8a64aa8
YQ
31102012-07-27 Yao Qi <yao@codesourcery.com>
3111
3112 * tracepoint.c (cur_traceframe_number): Remove.
3113 (set_tfile_traceframe): Remove.
3114 (tfile_trace_find, tfile_fetch_registers): Update callers.
3115 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
3116 (tfile_open, tfile_trace_find): Likewise.
3117
d99067cb
YQ
31182012-07-27 Yao Qi <yao@codesourcery.com>
3119
3120 * thread.c (switch_to_thread): Don't call registers_changed.
3121
f2e8016f
TT
31222012-07-26 Tom Tromey <tromey@redhat.com>
3123
f782ad9b
AS
3124 * Makefile.in (SFILES): Remove objc-exp.y.
3125 (YYFILES): Remove objc-exp.c.
3126 (YYOBJ): Remove objc-exp.o.
3127 (local-maintainer-clean): Don't mention objc-exp.c.
3128 * c-exp.y: Include objc-lang.h.
3129 (%union) <class>: New field.
3130 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
3131 (exp): Clone subscript production for OBJC_LBRAC. Add various
3132 Objective C productions.
3133 (msglist, msgarglist, msgarg): New productions.
3134 (array_mod, func_mod, operator): Clone productions for
3135 OBJC_LBRAC.
3136 (parse_string_or_char): Handle '@' strings.
3137 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
3138 (classify_name): Check la_name_of_this. Recognize ObjC class
3139 names.
3140 * objc-exp.y: Remove.
3141 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
3142 * objc-lang.h (objc_parse, objc_error): Don't declare.
f2e8016f 3143
f66713d2
JK
31442012-07-26 Markus Metzger <markus.t.metzger@intel.com>
3145
3146 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
3147
7cfe01b4
JK
31482012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3149
3150 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
3151 and decrement.
3152
5ba19b4c
TT
31532012-07-26 Tom Tromey <tromey@redhat.com>
3154
3155 * copying.c: Rebuild.
3156 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
3157 'no_class'.
3158
27618ce4
TT
31592012-07-26 Tom Tromey <tromey@redhat.com>
3160
3161 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
3162 immediate_quit.
3163 (print_objfile_statistics): Likewise.
3164 (maintenance_print_symbols): Likewise.
3165 (maintenance_print_msymbols): Likewise.
3166 (maintenance_print_objfiles): Likewise.
3167 * psymtab.c (print_partial_symbols): Call QUIT.
3168 (maintenance_print_psymbols): Likewise. Don't modify
3169 immediate_quit.
3170 * copying.c (show_copying_command): Don't modify immediate_quit.
3171 (show_warranty_command): Likewise.
3172 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
3173
dd3818c8
KS
31742012-07-26 Keith Seitz <keiths@redhat.com>
3175
3176 * linespec.c (linespec_lexer_lex_number): The input
3177 is also a valid number if the next character is a comma
3178 or colon.
3179
23a80689
JB
31802012-07-26 Joel Brobecker <brobecker@adacore.com>
3181
3182 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
3183 configure options.
3184
29f77997
TG
31852012-07-26 Tristan Gingold <gingold@adacore.com>
3186
3187 * machoread.c: Include gdb_bfd.h.
3188
a55c1f32
TG
31892012-07-26 Tristan Gingold <gingold@adacore.com>
3190
3191 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
3192 offset.
3193
56eb65bd
SP
31942012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3195
3196 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
3197 SIZE to size_t.
3198 (dwarf2_evaluate_loc_desc): Likewise.
3199 (dwarf2_loc_desc_needs_frame): Likewise.
3200 (locexpr_describe_location_1): Likewise.
3201 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
3202 size_t.
3203 (struct dwarf2_loclist_baton): Likewise.
3204 * dwarf2read.c (struct dwarf_block): Likewise.
3205 (dump_die_shallow): Use pulongest to print dwarf_block.size.
3206 (decode_locdesc): Expand SIZE and I to size_t.
3207
aec8845c
JK
32082012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3209
3210 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
3211
33d7655b
JB
32122012-07-25 Joel Brobecker <brobecker@adacore.com>
3213
3214 * doublest.c (convert_doublest_to_floatformat): If the exponent
3215 is too small, treat the value as zero. If the exponent is too
3216 large, treat the value as infinity.
3217
a22d44ff
JB
32182012-07-25 Joel Brobecker <brobecker@adacore.com>
3219
3220 * configure.ac: Add --enable-lmcheck configure option.
3221 * configure: Regenerate.
3222
d6b28940
TT
32232012-07-25 Tom Tromey <tromey@redhat.com>
3224
f782ad9b
AS
3225 * NEWS: Mention maint info bfds.
3226 * gdb_bfd.c (all_bfds): New global.
3227 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
3228 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
3229 New functions.
d6b28940 3230
6e73ba20
RC
32312012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
3232
3233 * configure.tgt: Add v850*-*-rtems*.
3234
d560eebd
TT
32352012-07-25 Tom Tromey <tromey@redhat.com>
3236
3237 * macrotab.c (macro_bcache_str): Remove cast.
3238
d7cbec71
HZ
32392012-07-25 Hui Zhu <hui_zhu@mentor.com>
3240
3241 * linespec.c (linespec_lexer_lex_number): Update comments,
3242 change the return and add check to make sure the input is
3243 the decimal numbers.
3244 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
3245 false, call linespec_lexer_lex_string.
3246
882f447f
TT
32472012-07-24 Tom Tromey <tromey@redhat.com>
3248
3249 * symfile.c (symbol_file_add): Don't open BFD twice.
3250
53ab4066 32512012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
e12c7713
MK
3252
3253 * breakpoint.c (create_breakpoint): Store condition for pending
3254 breakpoints.
3255
108fb0f7
AS
32562012-07-24 Andreas Schwab <schwab@linux-m68k.org>
3257
3258 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
3259 (m68k_return_value): Handle complex types like structures.
3260 (m68k_svr4_return_value): Likewise.
3261
1634dcbe
JK
32622012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
3263
3264 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
3265 parameters to bfd_get_section_name.
3266
e2d12c21
YQ
32672012-07-24 Yao Qi <yao@codesourcery.com>
3268
3269 * cli/cli-setshow.c: Handle case 'var_uinteger'
3270 and 'var_zuninteger' together. Handle case 'var_integer' and
3271 'var_zinteger' together.
3272
64b92e45
KS
32732012-07-23 Keith Seitz <keiths@redhat.com>
3274
3275 * linespec.c (convert_linespec_to_sal): Don't add
3276 any symbols to the result vector if symbol_to_sal
3277 returns zero.
3278
0f5f4ffe
KS
32792012-07-23 Keith Seitz <keiths@redhat.com>
3280
3281 * linespec.c (decode_objc): Record the function name
3282 in the linespec.
3283
da1cc82f
TT
32842012-07-23 Tom Tromey <tromey@redhat.com>
3285
3286 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
3287 counting.
3288 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
3289 (map_vmap): Acquire a reference to the BFD.
3290
6c18f3e0
SP
32912012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
3292
3293 * p-valprint.c (pascal_object_print_value): Replace potentially
3294 unsafe alloca with xmalloc/xfree.
3295 * valops.c (search_struct_method): Likewise.
3296
695c3173
TT
32972012-07-23 Tom Tromey <tromey@redhat.com>
3298
3299 * solib-svr4.c (enable_break): Update.
3300 * bfd-target.h (target_bfd_reopen): Update documentation.
3301
08d2cd74
TT
33022012-07-23 Tom Tromey <tromey@redhat.com>
3303
3304 * symfile.c (separate_debug_file_exists): Update.
3305 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
3306 (reread_symbols): Update.
3307 * elfread.c (build_id_verify): Update.
3308 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
3309 bfd_open_maybe_remote.
3310
596f7d67
TT
33112012-07-23 Tom Tromey <tromey@redhat.com>
3312
3313 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
3314
8ac244b4
TT
33152012-07-23 Tom Tromey <tromey@redhat.com>
3316
3317 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
3318 and 'abfd'.
3319 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
3320 and 'abfd'.
3321 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
3322 * machoread.c (macho_add_oso_symfile): Make a cleanup for
3323 'abfd'.
3324 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
3325 * objfiles.c (allocate_objfile): Acquire a new reference.
3326 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
3327 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
3328 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
3329 a cleanup for 'nbfd'.
3330 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
3331 for 'nbfd'.
3332 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
3333 make a cleanup for 'abfd'.
3334 (symbol_file_add): Make a BFD cleanup.
3335
64c31149
TT
33362012-07-23 Tom Tromey <tromey@redhat.com>
3337
3338 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
3339 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
3340 * corelow.c (core_open): Use gdb_bfd_fopen.
3341 * dsrec.c (load_srec): Use gdb_bfd_openr.
3342 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
3343 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
3344 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3345 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3346 (gdb_bfd_fdopenr): New functions.
3347 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3348 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3349 (gdb_bfd_fdopenr): Declare.
3350 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
3351 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
3352 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
3353 gdb_bfd_openr_next_archived_file.
3354 (macho_check_dsym): Use gdb_bfd_openr.
3355 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
3356 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
3357 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
3358 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
3359 gdb_bfd_openr.
3360 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
3361 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
3362 gdb_bfd_openr_next_archived_file.
3363 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3364 Use gdb_bfd_openr.
3365 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3366 gdb_bfd_openr.
3367 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
3368 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
3369 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
3370 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
3371 (symfile_bfd_open): Use gdb_bfd_fopen.
3372 (generic_load): Use gdb_bfd_openr.
3373 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
3374
520b0001
TT
33752012-07-23 Tom Tromey <tromey@redhat.com>
3376
3377 * bfd-target.c (target_bfd_reopen): Update.
3378 * cli/cli-dump.c (bfd_openr_with_cleanup)
3379 (bfd_openw_with_cleanup): Update.
3380 * corelow.c (core_open): Update.
3381 * dsrec.c (load_srec): Update.
3382 * exec.c (exec_file_attach): Update.
3383 * gcore.c (create_gcore_bfd): Update.
3384 * gdb_bfd.c (gdb_bfd_ref): Return void.
3385 (gdb_bfd_open): Update.
3386 * gdb_bfd.h (gdb_bfd_ref): Return void.
3387 Update comments.
3388 * jit.c (jit_bfd_try_read_symtab): Update.
3389 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3390 * machoread.c (macho_symfile_read_all_oso): Update.
3391 (macho_check_dsym): Update.
3392 * procfs.c (insert_dbx_link_bpt_in_file): Update.
3393 * remote-m32r-sdi.c (m32r_load): Update.
3394 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
3395 * rs6000-nat.c (add_vmap): Update.
3396 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3397 Update.
3398 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
3399 * solib-spu.c (spu_bfd_open): Update.
3400 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
3401 * spu-linux-nat.c (spu_bfd_open): Update.
3402 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
3403 (generic_load): Update.
3404 * windows-nat.c (windows_make_so): Update.
3405
2322ff16
SP
34062012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
3407
3408 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
3409
3def0b36
PA
34102012-07-20 Jeff Kenton <jkenton@tilera.com>
3411
3412 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
3413 SIGTRAMP_FRAME unwinding.
3414
e615022a
DE
34152012-07-20 Doug Evans <dje@google.com>
3416
3417 * NEWS: Document new options "set/show use-deprecated-index-sections",
3418 and delete reference to --use-deprecated-index-sections.
3419 * symfile.h (use_deprecated_index_sections): Delete.
3420 * dwarf2read.c (use_deprecated_index_sections): Make static.
3421 (read_index_from_section): Update wording of how to load
3422 deprecated index sections.
3423 (_initialize_dwarf2_read): New options
3424 "set/show use-deprecated-index-sections".
3425 * main.c (captured_main): Delete --use-deprecated-index-sections.
3426
64776a0b
PA
34272012-07-20 Pedro Alves <palves@redhat.com>
3428
3429 PR threads/11692
3430 PR gdb/12203
3431
3432 * infrun.c (handle_inferior_event) <new thread>: Don't special
3433 case minus_one_ptid.
3434 <TARGET_WAITKIND_SPURIOUS>: Ditto.
3435 * linux-thread-db.c (thread_get_info_callback): Don't return early
3436 if the thread is zombie.
3437 (thread_from_lwp): Change return type to void. Rewrite stale
3438 comment.
3439 (attach_thread): Don't return early if the thread is zombie,
3440 instead set its "dying" flag.
3441 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
3442 (find_new_threads_callback): Don't return early if the thread is
3443 zombie.
3444
09826ec5
PA
34452012-07-20 Pedro Alves <palves@redhat.com>
3446
3447 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
3448 * target.c (target_wait): Likewise.
3449 (str_comma_list_concat_elem, do_option, target_options_to_string):
3450 New functions.
3451 * target.h (target_options_to_string): Declare.
3452
f7a35f02
TT
34532012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3454 Tom Tromey <tromey@redhat.com>
3455
3456 * dwarf2read.c (dwarf_decode_macros)
3457 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
3458 DW_MACRO_GNU_transparent_include_alt>: New cases.
3459 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
3460 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
3461
b81e1ee0
TT
34622012-07-20 Tom Tromey <tromey@redhat.com>
3463
3464 * dwarf2read.c (try_open_dwo_file): Don't call
3465 gdb_bfd_stash_filename.
3466
99c1624c
PA
34672012-07-20 Pedro Alves <palves@redhat.com>
3468
3469 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3470 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
3471 (i386_process_record): Tweak description comments.
3472
4ffa4fc7
PA
34732012-07-20 Pedro Alves <palves@redhat.com>
3474
3475 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3476 (i386_process_record): Use record_read_memory.
3477 * record.c (record_read_memory): New function.
3478 (record_arch_list_add_mem, record_exec_insn): Use
3479 record_read_memory.
3480 * record.h (record_read_memory): Declare.
3481
c24343e2
YQ
34822012-07-20 Yao Qi <yao@codesourcery.com>
3483
3484 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
3485 NULL for xfree.
3486
90f47860
PA
34872012-07-19 Pedro Alves <palves@redhat.com>
3488
3489 * record.c (record_resume): Ask the target beneath to report all
3490 signals.
3491
01093045
DE
34922012-07-19 Doug Evans <dje@google.com>
3493
3494 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
3495 there's no section at address zero.
3496 (dwarf2_record_block_ranges): Ditto.
3497
a7c3d162
YQ
34982012-07-19 Yao Qi <yao@codesourcery.com>
3499
3500 * command.h, remote.c: Fix a typo in comment.
3501
608b4967
TT
35022012-07-19 Tom Tromey <tromey@redhat.com>
3503
3504 PR exp/13206:
3505 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
3506 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
3507 OP_DECLTYPE>: New cases.
3508 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
3509 (type_exp): Add new productions.
3510 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
3511 and decltype.
3512 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
3513 New case.
3514 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
3515 OP_DECLTYPE>: New case.
3516 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
3517 New case.
3518 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
3519 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
3520
274b54d7
TT
35212012-07-19 Tom Tromey <tromey@redhat.com>
3522
3523 * c-exp.y (enum token_flags): New.
3524 (struct token) <cxx_only>: Remove.
3525 <flags>: New field.
3526 (tokentab3, tokentab2, ident_tokens): Update.
3527 (lex_one_token): Update. Handle FLAG_SHADOW.
3528
9eaf6705
TT
35292012-07-19 Tom Tromey <tromey@redhat.com>
3530
3531 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
3532 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
3533 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
3534 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
3535 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
3536 type_exp production where appropriate.
3537 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
3538 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
3539 <UNOP_MEMVAL_TYPE>: New case.
3540 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
3541 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
3542 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
3543 <UNOP_MEMVAL_TYPE>: New case.
3544 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
3545 UNOP_REINTERPRET_CAST>: Update.
3546 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3547 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
3548 UNOP_REINTERPRET_CAST>: Update.
3549 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3550 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
3551 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
3552 constants.
3553
6ace3df1
YQ
35542012-07-19 Yao Qi <yao@codesourcery.com>
3555 Jan Kratochvil <jan.kratochvil@redhat.com>
3556
3557 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
3558 and case 'var_optional_filename' together.
3559 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
3560 instead of add_setshow_optional_filename_cmd for setshow command
3561 'args'. Set completer for 'set args'.
3562
48faced0
DE
35632012-07-18 Doug Evans <dje@google.com>
3564
3565 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
3566 * common/gdb_vecs.c: New file, contents from utils.c.
3567 * common/host-defs.h: New file, contents from defs.h.
3568 * utils.h: New file, contents from defs.h.
3569 * defs.h: Move all declarations of objects defined in utils.c
3570 to utils.h (except QUIT() and related).
3571 #include "utils.h", "host-defs.h".
3572 * probe.h (probe_p): Move here from gdb_vecs.h.
3573 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
3574 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
3575 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
3576 * Makefile.in (SFILES): Add common/gdb_vecs.c.
3577 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
3578 (COMMON_OBS): Add gdb_vecs.o.
3579 (gdb_vecs.o): New rule.
3580
66f1999b
KS
35812012-07-18 Keith Seitz <keiths@redhat.com>
3582
3583 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
3584 parameter. If non-zero, use SYMNAME as the canonical name
3585 for the SaL.
3586 Update all callers.
3587 (convert_linespec_to_sals): Use add_sal_to_sals for
3588 expressions, too.
3589 (decode_line_full): No need to "fill in missing canonical names"
3590 anymore. Simply make cleanups for the allocated names.
3591
5d94e27b
KS
35922012-07-18 Keith Seitz <keiths@redhat.com>
3593
3594 * linespec.c (struct linespec): Constify expression,
3595 source_filename, function_name, and label_name.
3596 (symbol_not_found_error): Make all parameters const.
3597 (linespec_parser_delete): No need to check for NULL
3598 when using xfree. Cast const char * to char * for xfree.
3599
af4908ba
KS
36002012-07-18 Keith Seitz <keiths@redhat.com>
3601
3602 * breakpoint.c (invalid_thread_id_error): New function.
3603 (find_condition_and_thread): Use invalid_thread_id_error.
3604 (watch_command_1): Likewise.
3605
853254db
TT
36062012-07-18 Tom Tromey <tromey@redhat.com>
3607
3608 * cc-with-index.sh, cc-with-dwz.sh: Remove.
3609 * contrib/cc-with-tweaks.sh: New file.
3610
2ec9a5e0
TT
36112012-07-18 Tom Tromey <tromey@redhat.com>
3612
3613 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
3614 (locate_dwz_sections): Recognize .gdb_index.
3615 (create_cus_from_index_list): New function.
3616 (create_cus_from_index): Use it. Handle .dwz data.
3617 (read_index_from_section): New function, extracted from
3618 dwarf2_read_index.
3619 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
3620 if needed.
3621
36586728
TT
36222012-07-18 Tom Tromey <tromey@redhat.com>
3623
3624 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
3625 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
3626 <is_dwz>: New field.
3627 (struct dwz_file): New.
3628 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
3629 (locate_dwz_sections, dwarf2_get_dwz_file)
3630 (get_abbrev_section_for_cu): New functions.
3631 (error_check_comp_unit_head, read_and_check_comp_unit_head)
3632 (read_and_check_type_unit_head): Add abbrev_section argument.
3633 (create_debug_types_hash_table): Update.
3634 (init_cutu_and_read_dies): Use proper abbrev section.
3635 (init_cutu_and_read_dies_no_follow): Likewise.
3636 (set_partial_user): Do nothing if PST==NULL.
3637 (read_comp_units_from_section): New function.
3638 (create_all_comp_units): Use it.
3639 (scan_partial_symbols, partial_die_parent_scope): Update.
3640 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3641 (process_imported_unit_die, read_partial_die): Handle .dwz files.
3642 (find_partial_die): Add offset_in_dwz argument. Update.
3643 (guess_partial_die_structure_name, fixup_partial_die): Update.
3644 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
3645 DW_FORM_GNU_strp_alt.
3646 (read_indirect_string_from_dwz): New function.
3647 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
3648 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3649 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
3650 (follow_die_offset): Add offset_in_dwz argument.
3651 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
3652 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
3653 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
3654 Handle new macro forms.
3655 (dwarf_decode_macros): Update.
3656 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
3657 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
3658 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
3659 (create_debug_types_hash_table): Use correct abbrev section.
3660 (get_debug_line_section): New function.
3661 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
3662 (process_full_comp_unit): Pass 'required' argument to
3663 end_symtab_get_static_block.
3664 * buildsym.h (end_symtab_get_static_block): Update.
3665 * buildsym.c (end_symtab_get_static_block): Add 'required'
3666 argument.
3667 (end_symtab, end_expandable_symtab): Update.
3668
4bf44c1c
TT
36692012-07-18 Tom Tromey <tromey@redhat.com>
3670
3671 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
3672 (pagesize): Remove.
3673 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
3674 (zlib_decompress_section): Remove.
3675 (dwarf2_read_section): Use gdb_bfd_map_section.
3676 (munmap_section_buffer): Remove.
3677 (free_dwo_file, dwarf2_per_objfile_free): Don't use
3678 munmap_section_buffer.
3679 * gdb_bfd.c: Include zlib.h, sys/mman.h.
3680 (struct gdb_bfd_section_data): New.
3681 (free_one_bfd_section): New function.
3682 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
3683 (get_section_descriptor, zlib_decompress_section)
3684 (gdb_bfd_map_section): New functions.
3685 * gdb_bfd.h (gdb_bfd_map_section): Declare.
3686
bb397797
TT
36872012-07-18 Tom Tromey <tromey@redhat.com>
3688
3689 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
3690
6ec53d05
TT
36912012-07-18 Tom Tromey <tromey@redhat.com>
3692
3693 * gdb_bfd.c (struct gdb_bfd_data): New.
3694 (gdb_bfd_cache): New global.
3695 (struct gdb_bfd_cache_search): New.
3696 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
3697 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
3698 * gdb_bfd.h (gdb_bfd_open): Declare.
3699
f9a062ff
TT
37002012-07-18 Tom Tromey <tromey@redhat.com>
3701
3702 * utils.c (make_cleanup_bfd_unref): Rename from
3703 make_cleanup_bfd_close.
3704 * defs.h (make_cleanup_bfd_unref): Rename from
3705 make_cleanup_bfd_close.
3706 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
3707 (bfd_openw_with_cleanup): Update.
3708 * corelow.c (core_open): Update.
3709 * dsrec.c (load_srec): Update.
3710 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3711 * remote-m32r-sdi.c (m32r_load): Update.
3712 * remote-mips.c (mips_load_srec): Update.
3713 (pmon_load_fast): Update.
3714 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3715 Update.
3716 (darwin_bfd_open): Update.
3717 * solib.c (solib_bfd_fopen): Update.
3718 * symfile-mem.c (symbol_file_add_from_memory): Update.
3719 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
3720 (symfile_bfd_open): Update.
3721 (generic_load): Update.
3722
d6ad71ba
TT
37232012-07-18 Tom Tromey <tromey@redhat.com>
3724
3725 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
3726 (pmon_load_fast): Likewise.
3727 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
3728 (m32r_upload_command): Likewise.
3729 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
3730 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3731 Use make_cleanup_bfd_close.
3732
a4453b7e
TT
37332012-07-18 Tom Tromey <tromey@redhat.com>
3734
3735 * symfile.c (symfile_bfd_open): Don't copy name. Call
3736 gdb_bfd_stash_filename.
3737 (load_command): Open the new BFD before freeing the old.
3738 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
3739 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
3740 Call gdb_bfd_stash_filename.
3741 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
3742 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
3743 gdb_bfd_stash_filename.
3744 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3745 Free found_pathname.
3746 * rs6000-nat.c (add_vmap): Don't copy filename. Call
3747 gdb_bfd_stash_filename.
3748 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
3749 * machoread.c (macho_add_oso_symfile): Call
3750 gdb_bfd_stash_filename.
3751 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
3752 gdb_bfd_stash_filename.
3753 (macho_check_dsym): Don't copy filename. Call
3754 gdb_bfd_stash_filename.
3755 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
3756 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
3757 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
3758 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
3759 * exec.c (exec_close): Don't free the BFD's filename.
3760 (exec_file_attach): Don't copy the filename. Call
3761 gdb_bfd_stash_filename.
3762 * corelow.c (core_close): Don't free the BFD's filename.
3763 (core_open): Call gdb_bfd_stash_filename.
3764 * corefile.c (reopen_exec_file): Remove #if 0 code.
3765 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
3766 pathname.
3767 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
3768
cbb099e8
TT
37692012-07-18 Tom Tromey <tromey@redhat.com>
3770
3771 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
3772 gdb_bfd_unref.
3773 (free_dwo_file): Use gdb_bfd_unref.
3774 * cli/cli-dump.c: Include gdb_bfd.h.
3775 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
3776 (bfd_openr_with_cleanup): Likewise.
3777 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
3778 gdb_bfd_unref.
3779 * utils.c: Include gdb_bfd.h.
3780 (do_bfd_close_cleanup): Use gdb_bfd_unref.
3781 * symfile.c: Include gdb_bfd.h.
3782 (separate_debug_file_exists): Use gdb_bfd_unref.
3783 (bfd_open_maybe_remote): Use gdb_bfd_ref.
3784 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3785 (generic_load): Use gdb_bfd_ref.
3786 (reread_symbols): Use gdb_bfd_unref.
3787 * symfile-mem.c: Include gdb_bfd.h.
3788 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
3789 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3790 * solib.c: Include gdb_bfd.h.
3791 (solib_bfd_fopen): Use gdb_bfd_ref.
3792 (solib_bfd_open): Use gdb_bfd_unref.
3793 (free_so_symbols): Use gdb_bfd_unref.
3794 (reload_shared_libraries_1): Use gdb_bfd_unref.
3795 * solib-spu.c: Include gdb_bfd.h.
3796 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
3797 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
3798 gdb_bfd_unref.
3799 * solib-frv.c: Include gdb_bfd.h.
3800 (enable_break2): Use gdb_bfd_unref.
3801 * solib-dsbt.c: Include gdb_bfd.h.
3802 (enable_break2): Use gdb_bfd_unref.
3803 * solib-darwin.c: Include gdb_bfd.h.
3804 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
3805 gdb_bfd_unref.
3806 (darwin_bfd_open): Use gdb_bfd_unref.
3807 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
3808 * remote-mips.c: Include gdb_bfd.h.
3809 (mips_load_srec): Use gdb_bfd_ref.
3810 (pmon_load_fast): Use gdb_bfd_ref.
3811 * remote-m32r-sdi.c: Include gdb_bfd.h.
3812 (m32r_load): Use gdb_bfd_ref.
3813 * record.c: Include gdb_bfd.h.
3814 (record_save_cleanups): Use gdb_bfd_unref.
3815 (cmd_record_save): Use gdb_bfd_unref.
3816 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
3817 gdb_bfd_unref.
3818 * objfiles.h (gdb_bfd_close_or_warn): Remove.
3819 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
3820 * objfiles.c: Include gdb_bfd.h.
3821 (free_objfile): Use gdb_bfd_unref.
3822 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
3823 gdb_bfd.c.
3824 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
3825 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
3826 (macho_check_dsym): Likewise.
3827 * m32r-rom.c: Include gdb_bfd.h.
3828 (m32r_load): Use gdb_bfd_ref.
3829 (m32r_upload_command): Use gdb_bfd_ref.
3830 * jit.c: Include gdb_bfd.h.
3831 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
3832 * gdb_bfd.h: New file.
3833 * gdb_bfd.c: New file.
3834 * gcore.c: Include gdb_bfd.h.
3835 (create_gcore_bfd): Use gdb_bfd_ref.
3836 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
3837 (gcore_command): Use gdb_bfd_unref.
3838 * exec.c: Include gdb_bfd.h.
3839 (exec_close): Use gdb_bfd_unref.
3840 (exec_close_1): Use gdb_bfd_unref.
3841 (exec_file_attach): Use gdb_bfd_ref.
3842 * elfread.c: Include gdb_bfd.h.
3843 (build_id_verify): Use gdb_bfd_unref.
3844 * dsrec.c: Include gdb_bfd.h.
3845 (load_srec): Use gdb_bfd_ref.
3846 * corelow.c: Include gdb_bfd.h.
3847 (core_close): Use gdb_bfd_unref.
3848 (core_open): Use gdb_bfd_ref.
3849 * bfd-target.c: Include gdb_bfd.h.
3850 (target_bfd_xclose): Use gdb_bfd_unref.
3851 (target_bfd_reopen): Use gdb_bfd_ref.
3852 * Makefile.in (SFILES): Add gdb_bfd.c.
3853 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
3854 (COMMON_OBS): Add gdb_bfd.o.
3855
ed1d1739
KS
38562012-07-18 Keith Seitz <keiths@redhat.com>
3857
3858 * breakpoint.c (find_condition_and_thread): Initialize
3859 TASK and REST.
3860 (create_breakpiont): find_condition_and_thread will now
3861 initialize COND_STRING, THREAD, and REST (and TASK).
3862 (addr_string_to_sals): Likewise.
3863
eab402df
PA
38642012-07-18 Pedro Alves <palves@redhat.com>
3865
3866 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
3867 Pull the single step breakpoints out of the target.
3868
2b963b68
SDJ
38692012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
3870
3871 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
3872 * stap-probe.c (compile_probe_arg): Likewise.
3873
6bac7473
SDJ
38742012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
3875
3876 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
3877 (elf_compile_to_ax): Likewise.
3878 * infrun.c (insert_exception_resume_from_probe): Likewise.
3879 (check_exception_resume): Remove `objfile' variable.
3880 * probe.c (find_probe_by_pc): Remove `objfile' argument.
3881 (struct probe_and_objfile, probe_and_objfile_s): Delete.
3882 (collect_probes): Adjust return value to `VEC (probe_p) *'.
3883 (compare_entries): Rename to...
3884 (compare_probes): ...this. Adjust function to work with
3885 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
3886 respectively.
3887 (gen_ui_out_table_header_info): Adjust `probes' argument to be
3888 `VEC (probe_p) *'.
3889 (print_ui_out_info): Adjust argument to be `struct probe *'.
3890 (info_probes_for_ops): Adjust internal computations to use
3891 `VEC (probe_p) *'.
3892 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
3893 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
3894 gen_info_probes_table_values>: Remove `objfile' argument.
3895 (struct probe) <objfile>: New field.
3896 (find_probe_by_pc): Remove `objfile' argument.
3897 * stap-probe.c (stap_parse_probe_arguments): Likewise.
3898 (stap_get_probe_argument_count): Likewise.
3899 (stap_get_arg): Likewise.
3900 (stap_evaluate_probe_argument): Likewise.
3901 (stap_compile_to_ax): Likewise.
3902 (compile_probe_arg): Refactor not to pass `objfile' anymore.
3903 (handle_stap_probe): Fill `objfile' field from `struct probe'.
3904 (stap_gen_info_probes_table_header): Remove `objfile' argument.
3905 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
3906 sym_compile_to_ax>: Likewise.
3907
3347eb1a 39082012-07-18 Terry Guo <terry.guo@arm.com>
3909
3910 PR 14329
3911 * defs.h (GDB_MI_MSG_WIDTH): New.
3912 * ser_base (ser_base_read_error_fd): New function.
3913 (do_ser_base_readchar): Poll error file descriptor as well as
3914 standard output.
f782ad9b 3915 (generic_readchar): Refactor error handling.
3347eb1a 3916
80c8d323
JB
39172012-07-18 Joel Brobecker <brobecker@adacore.com>
3918
3919 * NEWS: Create a new section for the next release branch.
3920 Rename the section of the current branch, now that it has
3921 been cut.
3922
b45a0664 39232012-07-18 Joel Brobecker <brobecker@adacore.com>
3924
3925 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
3926 * version.in: Bump version to 7.5.50.20120718-cvs.
3927
09cf2b22
KS
39282012-07-17 Keith Seitz <keiths@redhat.com>
3929
3930 * linespec.c (linespec_parse_line_offset): Make parameter
3931 const.
3932
8f043999
JK
39332012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3934
3935 PR 11914
3936 * f-valprint.c (info_common_command): New variable frame_id.
3937 Reinitialize FI form FRAME_ID after each print_variable_and_value.
3938 * printcmd.c (print_variable_and_value): Extend function comment.
3939 Add comment for invalidated FRAME.
3940 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
3941 FI form FRAME_ID after each print_frame_local_vars.
3942 (struct print_variable_and_value_data): Change frame to frame_id.
3943 (do_print_variable_and_value): New variable frame, initialize it from
3944 p->frame_id. Add comment for invalidated FRAME.
3945 (print_frame_local_vars, print_frame_arg_vars): New function comment.
3946 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
3947 for invalidated FRAME.
3948
ae5e0686
MK
39492012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
3950 Pedro Alves <palves@redhat.com>
3951
3952 * linux-nat.c (linux_nat_detach): Don't unregister from the event
3953 loop.
3954
5049c5be
TT
39552012-07-16 Tom Tromey <tromey@redhat.com>
3956
3957 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
3958
2908cac6
DE
39592012-07-15 Doug Evans <dje@google.com>
3960
094b34ac
DE
3961 * dwarf2read.c (stmt_list_hash): New struct.
3962 (type_unit_group): Embed "per_cu" member, remove pointer.
3963 New union member "t", move member "tus" into it, all uses updated.
3964 New member "hash", replaces member "line_offset, all uses updated.
3965 (quick_file_names): Replace member "offset" with "hash", all uses
3966 updated.
3967 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
3968 (hash_file_name_entry, eq_file_name_entry): Call them.
3969 (hash_type_unit_group, eq_type_unit_group): Ditto.
3970 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
3971 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
3972 (dw2_get_file_names): Update.
3973 (create_type_unit_group): Replace "per_cu" arg with "cu".
3974 All callers updated. Fix "quick" (.gdb_index) handling.
3975 (get_type_unit_group): Replace "per_cu" arg with "cu".
3976 All callers updated.
3977 (build_type_unit_groups): Don't reset tu_stats.
3978
2908cac6
DE
3979 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
3980 "tab_cur_size". Change member "tab" to be a htab_t.
3981 (create_filename_seen_cache): Update.
3982 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
3983 (filename_seen): Update.
3984
a2b6eff5
DE
39852012-07-13 Doug Evans <dje@google.com>
3986
3987 * symtab.c (filename_seen): Update comment.
3988
4359dff1
JK
39892012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3990 Doug Evans <dje@google.com>
3991
3992 * buildsym.c (end_symtab_1): Split it to ...
3993 (end_symtab_get_static_block): ... this ...
3994 (end_symtab_from_static_block): ... and this function.
3995 (end_symtab, end_expandable_symtab): Call them.
3996 * buildsym.h (end_symtab_get_static_block)
3997 (end_symtab_from_static_block): New declarations.
3998 * dwarf2read.c (process_full_comp_unit): New variable static_block.
3999 Set its valid CU ranges.
4000
a24f71ab
JK
40012012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4002
4003 * dwarf2loc.c (disassemble_dwarf_expression): Handle
4004 DW_OP_GNU_parameter_ref.
4005
d76b7dbc
JK
40062012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4007
4008 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
4009 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
4010
9fdc877b
DE
40112012-07-13 Doug Evans <dje@google.com>
4012
4013 * symtab.c (output_source_filename): Delete unnecessary forward decl.
4014 (filename_seen_cache): New struct.
4015 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
4016 (create_filename_seen_cache): New function.
4017 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
4018 (filename_seen): Delete arg "first". New arg "cache". All callers
4019 updated.
4020 (output_source_filename_data): New struct.
4021 (output_source_filename): Delete arg "first". New arg "data".
4022 All callers updated.
4023 (sources_info): Delete local "first". New locals "data", "cleanups".
4024 Rewrite to use filename_seen_cache.
4025 (add_partial_filename_data): Delete member "first". New member
4026 "filename_seen_cache". All uses updated.
4027 (make_source_files_completion_list): Rewrite to use
4028 filename_seen_cache.
4029
f80c6f3f
DE
40302012-07-12 Doug Evans <dje@google.com>
4031
4032 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
4033
0bfa869d
DE
40342012-07-10 Doug Evans <dje@google.com>
4035
f4dc4d17
DE
4036 PR gdb/13498
4037 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
4038 all_type_unit_groups, type_unit_groups, tu_stats.
4039 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
4040 All uses updated. Add type_unit_group to union "s".
4041 (type_unit_group): New struct.
4042 (IS_TYPE_UNIT_GROUP): New macro.
4043 (abbrev_table): Delete unused member "section".
4044 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
4045 (dw2_get_cu): Assert not used with type_unit_group.
4046 (dw2_get_primary_cu): New function.
4047 (dw2_build_type_unit_groups_reader): New function.
4048 (dw2_build_type_unit_groups): New function.
4049 (dw2_get_file_names): Assert not called on type units.
4050 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
4051 Redo loop to iterate over type unit groups instead of type units.
4052 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
4053 (read_abbrev_offset): New function.
4054 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
4055 updated.
4056 (create_partial_symtab): New function.
4057 (process_psymtab_comp_unit_reader): Assert not used with type units.
4058 Call create_partial_symtab.
4059 (process_psymtab_type_unit): Delete.
4060 (hash_type_unit_group, eq_type_unit_group): New functions.
4061 (allocate_type_unit_groups_table): New function.
4062 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
4063 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
4064 (create_type_unit_group, get_type_unit_group): New functions.
4065 (tu_abbrev_offset): New struct.
4066 (sort_tu_by_abbrev_offset): New function.
4067 (add_type_unit_group_to_table): New function.
4068 (build_type_unit_groups): New function.
4069 (build_type_psymtabs_reader): New function.
4070 (build_type_psymtab_dependencies): New function.
4071 (build_type_psymtabs): Rewrite.
4072 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
4073 is seen in a type unit.
4074 (process_queue): Move symtab expansion debugging printfs here.
4075 Call process_full_type_unit for type units.
4076 (compute_symtab_includes): Assert not called for type units.
4077 (process_cu_includes): Don't call compute_symtab_includes for
4078 type units.
4079 (process_full_type_unit): New function.
4080 (process_imported_unit_die): Flag an error if called for type units.
4081 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
4082 updated. Assert not called for type units.
4083 (read_file_scope): Call dwarf2_start_symtab.
4084 (setup_type_unit_groups): New function.
4085 (read_type_unit_scope): Rewrite.
4086 (abbrev_table_read_table): Initialize abbrev_table->offset.
4087 (abbrev_table_free_cleanup): New function.
4088 (dwarf2_start_symtab): New function.
4089 (load_full_type_unit): Assert not called for type unit groups.
6d30eef8
DE
4090 * buildsym.c (finish_block_internal): New arg "expandable".
4091 All callers updated.
4092 (start_symtab): Move most contents to ...
4093 (restart_symtab): ... here. New function.
4094 (reset_symtab_globals): New function.
4095 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
4096 Call reset_symtab_globals.
4097 (end_symtab, end_expandable_symtab): New functions.
4098 (set_missing_symtab, augment_type_symtab): New functions.
4099 * buildsym.h (end_expandable_symtab): Declare.
4100 (augment_type_symtab, restart_symtab): Declare.
b4c41fc7
DE
4101 * psympriv.h (struct partial_symtab): New member "anonymous".
4102 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
4103 anonymous psymtabs.
4104 (read_psymtabs_with_filename): Ditto.
4105 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
4106 (expand_symtabs_matching_via_partial): Ditto.
4107 (dump_psymtab): Update.
0bfa869d
DE
4108 * dictionary.c (dict_add_pending): New function.
4109 * dictionary.h (dict_add_pending): Declare.
4110
45e58e77
DE
41112012-07-09 Doug Evans <dje@google.com>
4112
b74db436
DE
4113 * buildsym.c (start_subfile): Remove unnecessary check for
4114 name == NULL.
4115
fd55216c
DE
4116 * psymtab.c (allocate_psymtab): Use host_address_to_string.
4117
6721b2ec
DE
4118 * dwarf2read.c (load_full_type_unit): Simplify.
4119
b4dd5633
DE
4120 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
4121 to struct signatured_type **. All uses updated.
4122
45e58e77
DE
4123 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
4124 All callers updated.
4125
e314d629
TT
41262012-07-09 Tom Tromey <tromey@redhat.com>
4127
4128 * c-exp.y (check_parameter_typelist): New function.
4129 (parameter_typelist): Call it.
4130 * eval.c (make_params): Handle '(void)' case.
4131 * gdbtypes.c (lookup_function_type_with_arguments): Handle
4132 '(void)' case.
4133
aa7c7447
JK
41342012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4135
4136 * common/linux-ptrace.c: Include gdb_assert.h.
4137 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
4138 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
4139 stdint.h.
4140 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
4141 functions.
4142 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
4143 * linux-nat.c (linux_child_post_attach)
4144 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
4145
889003ed
JK
41462012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4147
4148 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
4149 nptl <2.7 bug workaround for core files.
4150
da559b09
JK
41512012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4152
4153 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
4154 clearing.
4155 (save_siginfo): Remove.
4156 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
4157 call.
4158 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
4159 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
4160 * linux-nat.h (struct lwp_info): Remove field siginfo.
4161
f865ee35
JK
41622012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4163
4164 Code cleanup for the next patch.
4165 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
4166 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4167 call for it.
4168 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
4169 (ia64_linux_stopped_data_address):
4170 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
4171 the return value.
4172 * linux-nat.h (linux_nat_get_siginfo): Likewise.
4173 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
4174 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4175 call for it.
4176
76b83c51
JK
41772012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4178
4179 PR 14321
4180 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
4181 Increase buffer sizes to 2x we need, not just 2x of the previous size.
4182
a6fb9c08
TT
41832012-07-06 Tom Tromey <tromey@redhat.com>
4184
4185 * c-exp.y (DOTDOTDOT): New token.
4186 (func_mod, exp): Use parameter_typelist.
4187 (parameter_typelist): New production.
4188 (tokentab3): Add "..." token.
4189 * eval.c (make_params): Handle varargs.
4190 * gdbtypes.c (lookup_function_type_with_arguments): Handle
4191 varargs.
4192
71918a86
TT
41932012-07-06 Tom Tromey <tromey@redhat.com>
4194
4195 PR exp/9608:
4196 * c-exp.y (%union) <tvec>: Change type.
4197 (func_mod): Now uses <tvec> type.
4198 (exp): Update for tvec change.
4199 (direct_abs_decl): Push the typelist.
4200 (func_mod): Return a typelist.
4201 (nonempty_typelist): Update for tvec change.
4202 * gdbtypes.c (lookup_function_type_with_arguments): New function.
4203 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
4204 * parse.c (pop_type_list): New function.
4205 (push_typelist): New function.
4206 (follow_types): Handle tp_function_with_arguments.
4207 * parser-defs.h (type_ptr): New typedef. Define a VEC.
4208 (enum type_pieces) <tp_function_with_arguments>: New constant.
4209 (union type_stack_elt) <typelist_val>: New field.
4210 (push_typelist): Declare.
4211
fcde5961
TT
42122012-07-06 Tom Tromey <tromey@redhat.com>
4213
4214 * c-exp.y (%union) <type_stack>: New field.
4215 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
4216 (ptr_operator_ts): New production.
4217 (ptype): Update.
4218 * parse.c (type_stack_reserve): New function.
4219 (check_type_stack_depth): Use it.
4220 (pop_type_stack, append_type_stack, push_type_stack)
4221 (get_type_stack, type_stack_cleanup): New functions.
4222 (follow_types): Handle tp_type_stack.
4223 (_initialize_parse): Simplify initialization.
4224 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
4225 constant.
4226 (union type_stack_elt) <stack_val>: New field.
4227 (get_type_stack, append_type_stack, push_type_stack)
4228 (type_stack_cleanup): Declare.
4229
1a7d0ce4
TT
42302012-07-06 Tom Tromey <tromey@redhat.com>
4231
4232 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
4233 Remove.
4234 (struct type_stack): New.
4235 * parse.c (type_stack, type_stack_size, type_stack_depth):
4236 Remove.
4237 (type_stack): New global.
4238 (parse_exp_in_context, check_type_stack_depth)
4239 (insert_into_type_stack, insert_type, push_type, push_type_int)
4240 (insert_type_address_space, pop_type, pop_type_int)
4241 (_initialize_parse): Update.
4242
16d01384
TT
42432012-07-06 Tom Tromey <tromey@redhat.com>
4244
4245 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
4246 Remove %type.
4247
9bfc60bf
SP
42482012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4249
4250 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
4251
d5161074
SP
42522012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4253 Jan Kratochvil <jan.kratochvil@redhat.com>
4254
4255 * cp-valprint.c (cp_print_value): Replace potentially unsafe
4256 alloca with xmalloc/xfree.
4257
a74bc576
SP
42582012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4259
4260 * MAINTAINERS (Write After Approval): Add myself to the list.
4261
667e0a4b
DE
42622012-07-05 Doug Evans <dje@google.com>
4263
4264 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
4265
34b536a8
HZ
42662012-07-05 Hui Zhu <hui_zhu@mentor.com>
4267
4268 * ax-gdb.c (cli/cli-utils.h): New include.
4269 (linespec.h): Ditto.
4270 (agent_eval_command_one): New function.
4271 (agent_command_1): Ditto.
4272 (agent_command): Call function agent_command_1.
4273 (agent_eval_command): Ditto.
4274 (_initialize_ax_gdb): Change help for "maint agent"
4275 and "maint agent-eval".
4276
e6f0bce7
HZ
42772012-07-05 Hui Zhu <hui_zhu@mentor.com>
4278
4279 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
4280 * cli/cli-utils.c (check_for_argument): New function.
4281 * cli/cli-utils.h (check_for_argument): Ditto.
4282
1b3371b1
L
42832012-07-04 H.J. Lu <hongjiu.lu@intel.com>
4284
4285 * NEWS: Mention x32 ABI support.
4286
23e2d720
L
42872012-07-04 H.J. Lu <hongjiu.lu@intel.com>
4288
4289 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
4290 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
4291
4292 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
4293 and pc_regnum_from_eax to -1. Update SP regnum from
4294 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
4295 needed.
4296
4297 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
4298 pc_regnum_from_eax.
4299
836bf454
JK
43002012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4301
4302 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
4303 * dwarf2expr.h: Include gdbtypes.h.
4304 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
4305 these forward declarations.
4306 (cu_offset, sect_offset): Move these ...
4307 * gdbtypes.h: Remove include dwarf2expr.h.
4308 (cu_offset, sect_offset): ... here.
4309
1e55e04f
L
43102012-07-03 H.J. Lu <hongjiu.lu@intel.com>
4311
4312 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
4313 (amd64_linux_sigtramp_code): This.
4314 (amd64_x32_linux_sigtramp_code): New.
4315 (LINUX_SIGTRAMP_LEN): Updated.
4316 (amd64_linux_sigtramp_start): Check x32 sigtramp.
4317
7d0e21ad
JK
43182012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4319
4320 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
4321
8775fd2d
JK
43222012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4323
4324 * config.in: Regenerate.
4325 * configure: Regenerate.
4326 * configure.ac: Remove check for gnu/libc-version.h.
4327 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
4328 gnu/libc-version.h.
4329 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
4330 variables libc_version, libc_major and libc_minor. Replace sscanf by
4331 inferior_has_bug. Extend the comment.
4332
fcb44371
JK
43332012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4334
4335 * linux-thread-db.c (inferior_has_bug): New function.
4336 (thread_db_find_new_threads_silently): Return boolean as checked by
4337 inferior_has_bug, describe it in the comments.
4338 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
4339 earlier. Abort the initialization if it returned non-zero.
7d0e21ad 4340 (thread_db_new_objfile): Exclude debug files.
fcb44371
JK
4341 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
4342 if UNTIL_NO_NEW,
4343
09406207
DE
43442012-07-02 Doug Evans <dje@google.com>
4345
0907af0c
DE
4346 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
4347 related to queue management.
4348
09406207
DE
4349 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
4350 instead of "debug dwarf2-die" in debugging printfs.
4351 (create_debug_info_hash_table_reader): Ditto.
4352 (create_debug_info_hash_table): Ditto.
4353 (init_dwo_file): Ditto.
4354 (init_cutu_and_read_dies): Add debugging printf.
4355 (init_cutu_and_read_dies_no_follow): Ditto.
4356 (process_psymtab_comp_unit_reader): Ditto.
4357
d3ce09f5
SS
43582012-07-02 Stan Shebs <stan@codesourcery.com>
4359
4360 Add target-side support for dynamic printf.
4361 * NEWS: Mention the additional style.
4362 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
4363 (struct bp_location): New field cmd_bytecode.
4364 * breakpoint.c: Include format.h.
4365 (disconnected_dprintf): New global.
4366 (parse_cmd_to_aexpr): New function.
4367 (build_target_command_list): New function.
4368 (insert_bp_location): Call it.
4369 (remove_breakpoints_pid): Skip dprintf breakpoints.
4370 (print_one_breakpoint_location): Ditto.
4371 (dprintf_style_agent): New global.
4372 (dprintf_style_enums): Add dprintf_style_agent.
4373 (update_dprintf_command_list): Add agent case.
4374 (agent_printf_command): New function.
4375 (_initialize_breakpoint): Add new commands.
4376 * common/ax.def (printf): New bytecode.
4377 * ax.h (ax_string): Declare.
4378 * ax-gdb.h (gen_printf): Declare.
4379 * ax-gdb.c: Include cli-utils.h, format.h.
4380 (gen_printf): New function.
4381 (maint_agent_print_command): New function.
4382 (_initialize_ax_gdb): Add maint agent-printf command.
4383 * ax-general.c (ax_string): New function.
4384 (ax_print): Add printf disassembly.
4385 * Makefile.in (SFILES): Add format.c
4386 (COMMON_OBS): Add format.o.
4387 * common/format.h: New file.
4388 * common/format.c: New file.
4389 * printcmd.c: Include format.h.
4390 (ui_printf): Call parse_format_string.
4391 * remote.c (remote_state): New field breakpoint_commands.
4392 (PACKET_BreakpointCommands): New enum.
4393 (remote_breakpoint_commands_feature): New function.
4394 (remote_protocol_features): Add new BreakpointCommands entry.
4395 (remote_can_run_breakpoint_commands): New function.
4396 (remote_add_target_side_commands): New function.
4397 (remote_insert_breakpoint): Call it.
4398 (remote_insert_hw_breakpoint): Ditto.
4399 (_initialize_remote): Add new packet configuration for
4400 target-side breakpoint commands.
4401 * target.h (struct target_ops): New field
4402 to_can_run_breakpoint_commands.
4403 (target_can_run_breakpoint_commands): New macro.
4404 * target.c (update_current_target): Handle
4405 to_can_run_breakpoint_commands.
4406
2d7b58e8
JK
44072012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4408
4409 Execute -ix and -iex only after system and user gdbinit files.
4410 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
4411 processing down after gdbinit files.
4412
8690e634
JK
44132012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4414
4415 Add fnmatch-gnu module.
4416 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
4417 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
4418 * gnulib/aclocal.m4: Regenerate.
4419 * gnulib/config.in: Regenerate.
4420 * gnulib/configure: Regenerate.
4421 * gnulib/import/dummy.c: Remove.
4422 * gnulib/import/Makefile.am: Regenerate.
4423 * gnulib/import/Makefile.in: Likewise.
4424 * gnulib/import/m4/gnulib-cache.m4: Likewise.
4425 * gnulib/import/m4/gnulib-comp.m4: Likewise.
4426 * gnulib/import/alloca.c: New file.
4427 * gnulib/import/alloca.in.h: Likewise.
4428 * gnulib/import/config.charset: Likewise.
4429 * gnulib/import/fnmatch.c: Likewise.
4430 * gnulib/import/fnmatch.in.h: Likewise.
4431 * gnulib/import/fnmatch_loop.c: Likewise.
4432 * gnulib/import/localcharset.c: Likewise.
4433 * gnulib/import/localcharset.h: Likewise.
4434 * gnulib/import/m4/alloca.m4: Likewise.
4435 * gnulib/import/m4/codeset.m4: Likewise.
4436 * gnulib/import/m4/configmake.m4: Likewise.
4437 * gnulib/import/m4/fcntl-o.m4: Likewise.
4438 * gnulib/import/m4/fnmatch.m4: Likewise.
4439 * gnulib/import/m4/glibc21.m4: Likewise.
4440 * gnulib/import/m4/localcharset.m4: Likewise.
4441 * gnulib/import/m4/locale-fr.m4: Likewise.
4442 * gnulib/import/m4/locale-ja.m4: Likewise.
4443 * gnulib/import/m4/locale-zh.m4: Likewise.
4444 * gnulib/import/m4/mbrtowc.m4: Likewise.
4445 * gnulib/import/m4/mbsinit.m4: Likewise.
4446 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
4447 * gnulib/import/m4/mbstate_t.m4: Likewise.
4448 * gnulib/import/m4/stdbool.m4: Likewise.
4449 * gnulib/import/m4/wchar_h.m4: Likewise.
4450 * gnulib/import/m4/wctype_h.m4: Likewise.
4451 * gnulib/import/m4/wint_t.m4: Likewise.
4452 * gnulib/import/mbrtowc.c: Likewise.
4453 * gnulib/import/mbsinit.c: Likewise.
4454 * gnulib/import/mbsrtowcs-impl.h: Likewise.
4455 * gnulib/import/mbsrtowcs-state.c: Likewise.
4456 * gnulib/import/mbsrtowcs.c: Likewise.
4457 * gnulib/import/ref-add.sin: Likewise.
4458 * gnulib/import/ref-del.sin: Likewise.
4459 * gnulib/import/stdbool.in.h: Likewise.
4460 * gnulib/import/streq.h: Likewise.
4461 * gnulib/import/strnlen1.c: Likewise.
4462 * gnulib/import/strnlen1.h: Likewise.
4463 * gnulib/import/verify.h: Likewise.
4464 * gnulib/import/wchar.in.h: Likewise.
4465 * gnulib/import/wctype.in.h: Likewise.
4466
202cbf1c
JK
44672012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4468
4469 Support shell wildcards for 'set auto-load safe-path'.
4470 * auto-load.c: Include fnmatch.h.
4471 (filename_is_in_dir): Rename to ...
4472 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
4473 it. Update function comment. Rename dir_len to pattern_len. New
4474 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
4475 messages. Use gdb_filename_fnmatch.
4476 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
4477 pattern.
4478 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
4479 * defs.h (gdb_filename_fnmatch): New declaration.
4480 * utils.c: Include fnmatch.h.
4481 (gdb_filename_fnmatch): New function.
4482
fb7b5af4
SDJ
44832012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
4484
4485 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
4486 `-probe' and `-probe-stap' options.
4487
72d0e2c5
YQ
44882012-07-01 Yao Qi <yao@codesourcery.com>
4489
4490 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
4491 always_inserted_off, and always_inserted_enums.
4492 Change always_inserted_mode's type to 'enum auto_boolean'.
4493 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
4494 callers.
4495 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
4496 of add_setshow_enum_cmd.
4497 * infrun.c: Remove can_use_displaced_stepping_auto,
4498 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
4499 can_use_displaced_stepping_enum.
4500 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
4501 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
4502 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
4503 add_setshow_enum_cmd.
4504
42e7ad6c
DE
45052012-06-30 Doug Evans <dje@google.com>
4506
4507 * dwarf2read.c (signatured_type): Make "per_cu" member first.
4508 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
4509 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
4510
39cf75f7
DE
45112012-06-29 Doug Evans <dje@google.com>
4512
4513 * linespec.c: #include "stack.h".
4514 (decode_line_with_current_source): Moved here from symtab.c and
4515 renamed from decode_line_spec. All callers updated.
4516 (decode_line_with_last_displayed): Moved here from breakpoint.c and
4517 renamed from decode_line_spec_1. All callers updated.
4518 * linespec.h (decode_line_with_current_source): Move declaration here
4519 from symtab.h and renamed from decode_line_spec.
4520 (decode_line_with_last_displayed): Move declaration here from symtab.h
4521 and renamed from decode_line_spec_1.
4522 * macrocmd.c: #include "linespec.h".
4523 * symtab.c: Remove #include "linespec.h".
4524
433df2d4
DE
45252012-06-28 Doug Evans <dje@google.com>
4526
1ce1cefd
DE
4527 * dwarf2read.c (get_cu_length): New function.
4528 (offset_in_cu_p, error_check_comp_unit_head): Call it.
4529 (create_debug_types_hash_table): Ditto.
4530 (init_cutu_and_read_dies): Ditto.
4531 (init_cutu_and_read_dies_no_follow): Ditto.
4532
3b80fe9b
DE
4533 * dwarf2read.c (dwarf2_find_base_address): Move definition.
4534
433df2d4
DE
4535 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
4536 (struct abbrev_table): Define.
4537 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
4538 abbrev_table.
4539 (init_cutu_and_read_dies): Update.
4540 (abbrev_table_alloc_abbrev): New function. Replaces
4541 dwarf_alloc_abbrev. All callers updated.
4542 (abbrev_table_add_abbrev): New function.
4543 (abbrev_table_lookup_abbrev): New function. Replaces
4544 dwarf2_lookup_abbrev. All callers updated.
4545 (abbrev_table_read_table): New function. Contents moved here from
4546 dwarf2_read_abbrevs.
4547 (dwarf2_read_abbrevs): Call it.
4548 (abbrev_table_free): New function.
4549 (dwarf2_free_abbrev_table): Call it.
4550
71caed83
SS
45512012-06-28 Stan Shebs <stan@codesourcery.com>
4552
4553 * osdata.c (info_osdata_command): Filter out "Title" columns
4554 from non-MI uses.
4555 * common/linux-osdata.c (struct osdata_type): Add title field.
4556 (osdata_table): Add titles to each entry.
4557 (linux_command_xfer_osdata): Add a column for title data.
4558
37ce89eb
SS
45592012-06-28 Stan Shebs <stan@codesourcery.com>
4560
4561 Make logging work for MI.
4562 * NEWS: Mention it.
4563 * interps.h (interp_set_logging_ftype): New typedef.
4564 (struct interp_procs): New field set_logging_proc.
4565 (current_interp_set_logging): Declare.
4566 * interps.c (current_interp_set_logging): New function.
4567 * cli/cli-logging.c: Include interps.h.
4568 (set_logging_redirect): Call current_interp_set_logging.
4569 (pop_output_files): Ditto.
4570 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
4571 * mi/mi-console.h (mi_console_set_raw): Declare.
4572 * mi/mi-console.c (mi_console_set_raw): New function.
4573 * mi/mi-interp.c (saved_raw_stdout): New global.
4574 (mi_set_logging): New function.
4575 (_initialize_mi_interp): Add it to interp procs.
4576
659c9f3a
DE
45772012-06-28 Doug Evans <dje@google.com>
4578
a743abeb
DE
4579 * symtab.c (lookup_symbol_aux_objfile): Use
4580 ALL_OBJFILE_PRIMARY_SYMTABS.
4581
659c9f3a
DE
4582 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
4583
da2d6d3d
JK
45842012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4585
4586 * common/buffer.c: Include inttypes.h and stdint.h.
4587 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
4588
e5ef252a
PA
45892012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4590 Pedro Alves <palves@redhat.com>
4591
4592 * gdbthread.h (ALL_THREADS): New macro.
4593 (thread_list): Declare.
4594 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
4595 going, but instead fall through to the stepping handling.
4596 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
4597 the passed in signal. Adjust debug output.
4598 (resume_callback): Rename to ...
4599 (linux_nat_resume_callback): ... this. Pass the thread's last
4600 stop signal, if in "pass" state.
4601 (linux_nat_resume): Adjust to rename.
4602 (stop_wait_callback): New assertion. Don't respawn signals;
4603 instead let the LWP remain with SIGNALLED set.
4604 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
4605 * remote.c (append_pending_thread_resumptions): New.
4606 (remote_vcont_resume): Call it.
4607 * target.h (target_resume): Extend comment.
4608
1d7975eb
IS
46092012-06-28 Iain Sandoe <iain@codesourcery.com>
4610
4611 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
4612
2e3cf129
DE
46132012-06-27 Doug Evans <dje@google.com>
4614
4615 * dwarf2read.c (dwarf2_cu): Add ranges_base.
4616 Delete have_addr_base, unused. All uses updated.
4617 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
4618 (dwarf2_get_pc_bounds): Add ranges_base.
4619 (dwarf2_record_block_ranges): Ditto.
4620
1bb9788d
TT
46212012-06-27 Tom Tromey <tromey@redhat.com>
4622
4623 PR macros/7961:
4624 * varobj.c (varobj_create): Update.
4625 (varobj_set_value): Update.
4626 * tracepoint.c (validate_actionline): Update.
4627 (encode_actions_1): Update.
4628 * parse.c (parse_exp_1): Add 'pc' argument.
4629 (parse_exp_in_context): Add 'pc' argument. Change how
4630 expression_context_pc is set.
4631 (parse_expression): Update.
4632 (parse_field_expression): Update.
4633 * expression.h (parse_exp_1): Update.
4634 * eval.c (parse_to_comma_and_eval): Update.
4635 * breakpoint.c (set_breakpoint_condition): Update.
4636 (update_watchpoint): Update.
4637 (init_breakpoint_sal): Update
4638 (find_condition_and_thread): Update.
4639 (watch_command_1): Update.
4640 (update_breakpoint_locations): Update.
4641 * ada-lang.c (ada_read_renaming_var_value): Update.
4642 (create_excep_cond_exprs): Update.
4643
0bc3a05c
DE
46442012-06-27 Doug Evans <dje@google.com>
4645
4646 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
4647 type units.
4648
4bdcc0c1
DE
46492012-06-26 Doug Evans <dje@google.com>
4650
4651 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
4652 prototype.
4653 (error_check_comp_unit_head): New arg abbrev_section. All callers
4654 updated.
4655 (read_and_check_comp_unit_head): Ditto.
4656 (read_and_check_type_unit_head): Ditto.
4657
ee0bf529
SCR
46582012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4659
4660 New attribute 'last' for gdb.Symtab_and_line.
4661 * NEWS (Python Scripting): Add entry about the new attribute.
4662 * python/py-symtab.c (salpy_get_last): New function which
4663 implements the get method for the 'last' attribute of
4664 gdb.Symtab_and_line.
4665 (sal_object_getset): Add entry for the 'last' attribute.
4666
1c658ad5
DE
46672012-06-26 Doug Evans <dje@google.com>
4668
09262596
DE
4669 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
4670 (dwo_sections): Add macinfo, macro.
4671 (dwarf2_locate_dwo_sections): Watch for macro sections.
4672 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
4673 All callers updated. Handle DWO files.
4674
45cfd468
DE
4675 * NEWS: Mention new options "set debug dwarf2-read" and
4676 "set debug symtab-create".
4677 * dwarf2read.c (dwarf2_read_debug): New static global.
4678 (dwarf2_build_psymtabs_hard): Add debugging printfs.
4679 (process_queue): Ditto.
4680 (process_full_comp_unit): Ditto.
4681 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
4682 * elfread.c (elf_symfile_read): Add debugging printf.
4683 * minsyms.c (install_minimal_symbols): Ditto.
4684 * psymtab.c (allocate_psymtab): Ditto.
4685 * symfile.c (allocate_symtab): Ditto.
4686 * symtab.c (symtab_create_debug): New global.
4687 (_initialize_symtab): Add new option "set debug symtab-create".
4688 * symtab.h (symtab_create_debug): Declare.
4689
1c658ad5
DE
4690 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
4691 (lookup_dwo_type_unit): Ditto.
4692
6fea9e18
L
46932012-06-26 Roland McGrath <roland@hack.frob.com>
4694 H.J. Lu <hongjiu.lu@intel.com>
4695
4696 * amd64-linux-nat.c: Include <sys/user.h>.
4697 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
4698 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
4699 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
4700
4701 * configure.ac: Check if the fs_base and gs_base members of
4702 `struct user_regs_struct' exist.
4703 * config.in: Regenerated.
4704 * configure: Likewise.
4705
adb4fe3b
ME
47062012-06-25 Michael Eager <eager@eagercon.com>
4707
4708 PR python/14291
f782ad9b 4709 * python/python.c (gdbpy_write): Check for interrupted output.
adb4fe3b 4710
fc51cce1
MGD
47112012-06-25 Greta Yorsh <greta.yorsh@arm.com>
4712
4713 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
4714 register as a stack alignment in ARM mode.
4715
40a73391
JK
47162012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4717
4718 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
4719 * gnulib/config.in: Regenerate.
4720 * gnulib/configure: Likewise.
4721 * gnulib/import/m4/extensions.m4: Update it.
4722 * gnulib/import/m4/gnulib-common.m4: Likewise.
4723 * gnulib/import/m4/memmem.m4: Likewise.
4724 * gnulib/import/m4/mmap-anon.m4: Likewise.
4725 * gnulib/import/m4/multiarch.m4: Likewise.
4726 * gnulib/import/stdint.in.h: Likewise.
4727
972daa01
YQ
47282012-06-24 Yao Qi <yao@codesourcery.com>
4729
4730 * corefile.c (write_memory_with_notification): New.
4731 * gdbcore.h: Declare write_memory_with_notification.
4732 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
4733 'observer_notify_memory_changed' with 'write_memory_with_notification'.
4734 * valops.c (value_assign): Likewise.
4735 * python/py-inferior.c (infpy_write_memory): Call
4736 'write_memory_with_notification'.
4737
8d6e0714
JK
47382012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4739
4740 * cc-with-index.sh: Use also -ex "set auto-load no".
4741
156942c7
DE
47422012-06-23 Doug Evans <dje@google.com>
4743
4744 PR 14125
4745 * NEWS: Document additions to .gdb_index.
4746 * dwarf2read.c: #include "gdb/gdb-index.h".
4747 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
4748 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
4749 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
4750 (dwarf2_read_index): Recognize version 7.
4751 (dw2_do_expand_symtabs_matching): New args want_specific_block,
4752 block_kind, domain): All callers updated.
4753 (dw2_find_symbol_file): Handle new index CU values.
4754 (dw2_expand_symtabs_matching): Match symbol kind if requested.
4755 (add_index_entry): New args is_static, kind. All callers updated.
4756 (offset_type_compare, uniquify_cu_indices): New functions
4757 (symbol_kind): New function.
4758 (write_psymtabs_to_index): Remove duplicate CU values.
4759 (write_psymtabs_to_index): Write .gdb_index version 7.
4760
352b3eda
JB
47612012-06-22 Joel Brobecker <brobecker@adacore.com>
4762
4763 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
4764 * configure: Regenerate.
4765
2678e2af
YQ
47662012-06-20 Yao Qi <yao@codesourcery.com>
4767
4768 * python/py-inferior.c: Update comments of infpy_read_memory
4769 and infpy_write_memory.
4770
95c391b6
TT
47712012-06-19 Tom Tromey <tromey@redhat.com>
4772
4773 PR exp/9514:
4774 * parser-defs.h (insert_type, insert_type_address_space): Declare.
4775 (push_type_address_space): Remove.
4776 * parse.c (insert_into_type_stack): New function.
4777 (insert_type): Likewise.
4778 (insert_type_address_space): Rename from push_type_address_space.
4779 Insert tp_space_identifier.
4780 * c-exp.y (ptr_operator): New production.
4781 (abs_decl): Use ptr_operator.
4782 (space_identifier): Call insert_type_address_space.
4783 (ptype): Don't use const_or_volatile_or_space_identifier.
4784 (const_or_volatile_noopt): Call insert_type.
4785 (conversion_type_id, conversion_declarator): New productions.
4786 (operator): Use conversion_type_id.
4787
6ac9ef80
DE
47882012-06-18 Doug Evans <dje@google.com>
4789
422d65e7
DE
4790 * symtab.h (minimal_symbol): New member created_by_gdb.
4791 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
4792 created by gdb.
4793 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
4794 (search_symbols): Call it instead of lookup_symbol.
4795 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
4796
49f6c839
DE
4797 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
4798 Adjust address for DW_OP_GNU_addr_index.
4799 * dwarf2expr.h (dwarf_expr_context): Update comment.
4800 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
4801 all callers updated. Handle TLS vars described with
4802 DW_OP_GNU_const_index.
4803 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
4804 and DW_OP_GNU_const_index.
4805 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
4806
6ac9ef80
DE
4807 * block.c (find_block_in_blockvector): Make explicit the fact that we
4808 ignore GLOBAL_BLOCK.
4809
4cd18215
TT
48102012-06-18 Tom Tromey <tromey@redhat.com>
4811
4812 * c-exp.y (operator): Remove trailing space after "delete" and
4813 "delete[]".
4814
a9b8d892
JK
48152012-06-18 Mark Kettenis <kettenis@gnu.org>
4816 Jan Kratochvil <jan.kratochvil@redhat.com>
4817
4818 Switch i386 and derived targets to ON_STACK.
4819 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
4820 (amd64_dicos_init_abi): Remove its installment.
4821 * dicos-tdep.c (dicos_init_abi): Remove the
4822 set_gdbarch_call_dummy_location call. Update the comment here.
4823 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
4824 (i386_dicos_init_abi): Remove its installment.
4825 * i386-tdep.c (i386_push_dummy_code): New function.
4826 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
4827 i386_push_dummy_code.
4828
e2e4d78b
JK
48292012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4830
4831 Remove stale dummy frames.
4832 * breakpoint.c: Include dummy-frame.h.
4833 (longjmp_breakpoint_ops): New variable.
4834 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
4835 bp_longjmp_call_dummy.
4836 (bpstat_what, bptype_string, print_one_breakpoint_location)
4837 (init_bp_location): Support bp_longjmp_call_dummy.
4838 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
4839 (set_longjmp_breakpoint_for_call_dummy)
4840 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
4841 functions.
4842 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
4843 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
4844 FIXME comment and extend the other comment for bp_call_dummy.
4845 (set_longjmp_breakpoint_for_call_dummy)
4846 (check_longjmp_breakpoint_for_call_dummy): New declarations.
4847 * dummy-frame.c: Include gdbthread.h.
4848 (pop_dummy_frame_bpt): New function.
4849 (pop_dummy_frame): Call pop_dummy_frame_bpt.
4850 (dummy_frame_discard): New function.
4851 (cleanup_dummy_frames): Update the comment about longjmps.
4852 * dummy-frame.h (dummy_frame_discard): New declaration.
4853 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
4854 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
4855 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
4856 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
4857 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
4858 keep_going if IS_LONGJMP and there is no other reason to stop.
4859
09d5912c
TT
48602012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
4861
4862 * remote-sim.c (sim_command_completer): Initialize
4863 variable 'result'.
4864
1788b2d3
JK
48652012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4866
4867 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
4868 * dwarf2loc.c (call_site_parameter_matches): Support
4869 CALL_SITE_PARAMETER_PARAM_OFFSET.
4870 (needs_dwarf_reg_entry_value): Push stub value.
4871 * dwarf2read.c (read_call_site_scope): New variable origin. Support
4872 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
4873 * gdbtypes.h (enum call_site_parameter_kind): New item
4874 CALL_SITE_PARAMETER_PARAM_OFFSET.
4875 (struct call_site.parameter.u): New field param_offset.
4876
24c5c679
JK
48772012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4878
4879 Code cleanup: Generalize call_site.parameter key.
4880 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
4881 variable dwarf_reg. New variable kind_u. Update parameters to
4882 push_dwarf_reg_entry_value.
4883 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4884 * dwarf2expr.h (enum call_site_parameter_kind)
4885 (union call_site_parameter_u): Forward declarations.
4886 (struct dwarf_expr_context_funcs): Update parameters and their
4887 description for push_dwarf_reg_entry_value.
4888 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4889 * dwarf2loc.c (call_site_parameter_matches): New function.
4890 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
4891 description. Use call_site_parameter_matches.
4892 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
4893 Update parameters and their description.
4894 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
4895 New variable kind_u. Adjust the caller for updated parameters.
4896 (needs_dwarf_reg_entry_value): Update parameters.
4897 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
4898 instead of attr. Update for the changed fields of struct
4899 call_site_parameter.
4900 * gdbtypes.h: Include dwarf2expr.h.
4901 (enum call_site_parameter_kind): New.
4902 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
4903 fb_offset into new union u.
4904
ac142d96
L
49052012-06-16 H.J. Lu <hongjiu.lu@intel.com>
4906
4907 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
4908 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
4909 for x32.
4910
ba224c70
L
49112012-06-16 H.J. Lu <hongjiu.lu@intel.com>
4912
4913 * amd64-linux-nat.c (compat_x32_clock_t): New.
4914 (compat_x32_siginfo_t): Likewise.
4915 (compat_x32_siginfo_from_siginfo): Likewise.
4916 (siginfo_from_compat_x32_siginfo): Likewise.
4917 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
4918 and siginfo_from_compat_x32_siginfo for x32.
4919
7ecbc825
HZ
49202012-06-15 Hui Zhu <hui_zhu@mentor.com>
4921
4922 * tracepoint.c (tfile_xfer_partial): Add a lseek.
4923
233dfcf0
L
49242012-06-15 H.J. Lu <hongjiu.lu@intel.com>
4925
4926 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
4927 instead of gdbarch_ptr_bit.
4928 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
4929 (amd64_supply_native_gregset): Likewise.
4930 (amd64_collect_native_gregset): Likewise.
4931 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
4932 (amd64_supply_xsave): Likewise.
4933 (amd64_collect_fxsave): Likewise.
4934 (amd64_collect_xsave): Likewise.
4935
6da38f42
L
49362012-06-15 H.J. Lu <hongjiu.lu@intel.com>
4937
4938 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
4939 (amd64_linux_read_description): Check DS segment register for
4940 x32 process.
4941
663b969e
TT
49422012-06-15 Tom Tromey <tromey@redhat.com>
4943
4944 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
4945 init_cutu_and_read_dies.
4946
d6f05027
IS
49472012-06-15 Iain Sandoe <iain@codesourcery.com>
4948
4949 * MAINTAINERS (Write After Approval): Add myself to the list.
4950
6598ed07
TT
49512012-06-15 Tom Tromey <tromey@redhat.com>
4952
4953 * valops.c (value_find_oload_method_list): Now static.
4954 * value.h (value_find_oload_method_list): Don't declare.
4955
2b214ea6
TT
49562012-06-15 Tom Tromey <tromey@redhat.com>
4957
4958 * valops.c (find_overload_match): Use value_ind.
4959
a210c238
MR
49602012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
4961
4962 * infrun.c (handle_inferior_event): Correct indentation.
4963
3771a44c
DE
49642012-06-14 Doug Evans <dje@google.com>
4965
4966 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
4967 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
4968 All uses updated.
4969 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
4970 updated. Handle DEBUG_LOC_START_LENGTH.
4971 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
4972 (loclist_describe_location): Ditto.
4973
1c5a993e
MR
49742012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
4975
4976 PR backtrace/13866
4977 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
4978 after hiding inline functions.
4979
0b155465
JB
49802012-06-13 Joel Brobecker <brobecker@adacore.com>
4981
4982 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
4983 _initialize_inf_ttrace.
4984
45717bac
JB
49852012-06-13 Joel Brobecker <brobecker@adacore.com>
4986
4987 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
4988 _initialize_hppa_hpux_nat.
4989
34370865
JB
49902012-06-13 Joel Brobecker <brobecker@adacore.com>
4991
4992 * remote-sim.c (sim_command_completer): Change type of return
4993 value to "VEC (char_ptr) *". Adjust implementation accordingly.
4994
284c5a60
MK
49952012-06-13 Mark Kettenis <kettenis@gnu.org>
4996 Jan Kratochvil <jan.kratochvil@redhat.com>
4997
4998 PR tdep/14222
4999 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
5000 stack on a 16-byte boundary.
5001
2535757a
TT
50022012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
5003
5004 * jit.c (finalize_symtab): Set function's return type to 'void' by
5005 default.
5006
fff4548b
MK
50072012-06-13 Mark Kettenis <kettenis@gnu.org>
5008 H.J. Lu <hongjiu.lu@intel.com>
5009
5a83521a
MK
5010 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
5011 Move bits common to both the classic LP64 and the new x32 ILP32
5012 ABI here.
5013 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
5014 (amd64_x32_linux_init_abi): New function.
5015 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
5016 subtype.
5017
fff4548b
MK
5018 * i386-tdep.h (i386_pseudo_register_name): New prototype.
5019 * i386-tdep.c (i386_pseudo_register_name): Make public.
5020 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
5021 * amd64-tdep.c (amd64_dword_names): Add "eip".
5022 (amd64_x32_pseudo_register_type): New function
5023 (amd64_x32_init_abi): New function.
5024
dd80ea3c
JK
50252012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5026
5027 PR build/14003
5028 * inferior.h (struct inferior_suspend_state): Comment out.
5029 (struct inferior): Comment out the field suspend.
5030 * infrun.c (struct infcall_suspend_state): Comment out the field
5031 inferior_suspend.
5032 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
5033 out its assignment.
5034
50af5481
JK
50352012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5036
5037 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5038 * c-exp.y (classify_inner_name): Remove caller assumptions in the
5039 function comment. Return ERROR for unresolved cases. Implement
5040 returning proper NAME.
5041 (yylex): Accept also NAME from classify_inner_name.
5042 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
5043 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
5044 LOC_TYPEDEF type.
5045 * cp-support.h (cp_lookup_nested_type): Update its declaration.
5046
d55637df
TT
50472012-06-13 Tom Tromey <tromey@redhat.com>
5048
5049 * breakpoint.c (condition_completer): New function.
5050 (_initialize_breakpoint): Use it.
5051 * value.c (complete_internalvar): New function.
5052 * value.h (complete_internalvar): Declare.
5053
49c4e619
TT
50542012-06-13 Tom Tromey <tromey@redhat.com>
5055
5056 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
5057 * breakpoint.c (catch_syscall_completer): Return a VEC.
5058 * cli/cli-cmds.c (complete_command): Update.
5059 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
5060 (complete_on_enum): Likewise.
5061 * command.h: Include gdb_vecs.h.
5062 (completer_ftype): Change return type.
5063 (complete_on_cmdlist, complete_on_enum): Likewise.
5064 * completer.c (noop_completer, filename_completer)
5065 (location_completer): Return a VEC.
5066 (add_struct_fields): Remove 'nextp' argument. Change 'output'
5067 to a VEC.
5068 (expression_completer, complete_line_internal, complete_line)
5069 (command_completer): Return a VEC.
5070 (gdb_completion_word_break_characters, line_completion_function):
5071 Update.
5072 * completer.h: Include gdb_vecs.h.
5073 (complete_line, noop_completer, filename_completer)
5074 (expression_completer, location_completer, command_completer):
5075 Update.
5076 * f-lang.c (f_word_break_characters): Return a VEC.
5077 * interps.c (interpreter_completer): Return a VEC.
5078 * language.h (struct language_defn)
5079 <la_make_symbol_completion_list>: Return a VEC.
5080 * python/py-cmd.c (cmdpy_completer): Return a VEC.
5081 * symtab.c (free_completion_list): Take a VEC.
5082 (return_val_size, return_val_index): Remove.
5083 (return_val): Now a VEC.
5084 (completion_list_add_name): Update.
5085 (default_make_symbol_completion_list_break_on)
5086 (default_make_symbol_completion_list, make_symbol_completion_list)
5087 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
5088 Return a VEC.
5089 (add_filename_to_list): Update.
5090 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
5091 <list>: Now a VEC.
5092 (maybe_add_partial_symtab_filename): Update.
5093 (make_source_files_completion_list): Return a VEC.
5094 * symtab.h (default_make_symbol_completion_list_break_on)
5095 (default_make_symbol_completion_list, make_symbol_completion_list)
5096 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
5097 (make_source_files_completion_list): Update.
5098
625e8578
TT
50992012-06-13 Tom Tromey <tromey@redhat.com>
5100
5101 * breakpoint.c (add_catch_command): Use completer_ftype.
5102 * breakpoint.h: Include command.h.
5103 (add_catch_command): Use completer_ftype.
5104 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
5105 * cli/cli-decode.h (struct cmd_list_element) <completer>:
5106 Use completer_ftype.
5107 * command.h (completer_ftype): New typedef.
5108 (set_cmd_completer): Use it.
5109 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
5110 completer_ftype.
5111
5eb3b062
PA
51122012-06-13 Pedro Alves <palves@redhat.com>
5113
5114 Partial revert of previous change.
5115
5116 * serial.c (scb_base): New global.
5117 (serial_for_fd): New.
5118 (serial_open, serial_fdopen_ops): Link new serial in open serials
5119 chain.
5120 (do_serial_close): Unlink serial from the open serials chain.
5121
8b3ee56d
PA
51222012-06-12 Pedro Alves <palves@redhat.com>
5123
5124 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
5125 threads here.
5126 (prepare_for_detach): No longer context switch here in non-stop
5127 mode.
5128 (fetch_inferior_event): Ditto.
5129 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
5130 to the event thread before removing breakpoints. Switch to the
5131 event thread before inserting breakpoints and resuming.
5132 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
5133 event thread before resuming.
5134 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
5135 Switch to the event thread before removing breakpoints.
5136
5d60742e
EZ
51372012-06-12 Eli Zaretskii <eliz@gnu.org>
5138
5139 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
5140 special characters correctly for the Windows shells. See
5141 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
5142 report.
5143 [!__MINGW32__]: Remove extra double quote character from special
5144 characters.
5145
a6feecf7
SS
51462012-06-11 Stan Shebs <stan@codesourcery.com>
5147
5148 * ui-out.h: Remove #if 0 declarations.
5149 * ui-out.c: Remove #if 0 functions.
5150
ddefb60f
PA
51512012-06-11 Pedro Alves <palves@redhat.com>
5152
5153 * ser-base.c (run_async_handler_and_reschedule): New.
5154 (fd_event, push_event): Use it.
5155 * serial.c (serial_open, serial_fdopen_ops): Set the initial
5156 reference count to 1.
5157 (do_serial_close): Set the bufp field to NULL. Use serial_unref
5158 instead of xfree.
5159 (serial_is_open, serial_ref, serial_unref): New.
5160 * serial.h (serial_open): Adjust comment.
5161 (serial_is_open): Declare.
5162 (serial_close): Adjust comment.
5163 (serial_ref, serial_unref) Declare.
5164 (struct serial): New field 'refcnt'.
5165
d5ad6aa5
PA
51662012-06-11 Pedro Alves <palves@redhat.com>
5167
5168 Remove #if 0'd "connect" command, and unnecessary associated
5169 refcounting and serial reuse bits.
5170
5171 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
5172 * serial.c (last_serial_opened): Delete.
5173 (scb_base): Delete.
5174 (serial_open): Adjust.
5175 (serial_for_fd): Delete.
5176 (serial_fdopen_ops, do_serial_close): Adjust.
5177 (serial_fdopen_ops): Adjust.
5178
318aa544
PA
51792012-06-11 Pedro Alves <palves@redhat.com>
5180
5181 * serial.c (do_serial_close): Remove early return when SCB is
5182 null.
5183
07261596
TT
51842012-06-11 Tom Tromey <tromey@redhat.com>
5185
5186 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
5187
cc80f267
JK
51882012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5189
5190 Fix regression by the "ambiguous linespec" series.
5191 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
5192 get_last_displayed_symtab and get_last_displayed_line and depending
5193 on CURSAL.
5194
356d9f9d
TT
51952012-06-11 Tom Tromey <tromey@redhat.com>
5196
5197 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
5198 (dw2_find_symbol_file): Use it.
5199
232b8704
ME
52002012-06-11 Michael Eager <eager@eagercon.com>
5201
5202 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
5203 * mips-linux-tdep.h (mips_signals): New
5204
e81a37f7
TT
52052012-06-11 Tom Tromey <tromey@redhat.com>
5206
5207 * infrun.c (handle_inferior_event)
5208 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
5209 breakpoint.
5210 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
5211 exception logic in all cases. Update comments.
5212 (insert_longjmp_resume_breakpoint): Set the exception resume
5213 breakpoint.
5214
2e81047f
MR
52152012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
5216
5217 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
5218
4e32eda7
SCR
52192012-06-09 Siva Chandra Reddy <sivachandra@google.com>
5220
5221 * valarith.c (binop_types_user_defined_p): Fix a typo.
5222
18648a37 52232012-06-08 Yao Qi <yao@codesourcery.com>
f782ad9b 5224 Chung-Lin Tang <cltang@codesourcery.com>
18648a37
YQ
5225
5226 * arch-utils.c (default_return_in_first_hidden_param_p): New.
5227 * arch-utils.h: Declare.
5228 * gdbarch.sh: Add return_in_first_hidden_param_p.
5229 * gdbarch.c, gdbarch.h: Regenerated.
5230 * infcall.c (call_function_by_hand): Call
5231 gdbarch_return_in_first_hidden_param_p instead of
5232 language_pass_by_reference.
5233
5234 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
5235 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
5236 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
5237 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
5238 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
5239 `cplus_return_struct_by_reference'.
5240 (tic6x_return_value): Handle language cplusplus.
5241 (tic6x_return_in_first_hidden_param_p): New.
5242 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
5243
034e5797
DE
52442012-06-07 Doug Evans <dje@google.com>
5245
5246 * dwarf2read.c (dwarf2_cu): Add comment.
5247
6a00aa1e
MR
52482012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5249
5250 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
5251 variable.
5252 (mips_eabi_push_dummy_call): Likewise.
5253 (mips_n32n64_push_dummy_call): Likewise.
5254 (mips_o32_push_dummy_call): Likewise.
5255 (mips_o64_push_dummy_call): Likewise.
5256
eaa05d59
MR
52572012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5258
5259 * mips-tdep.c (mips_convert_register_p): Correct coding style.
5260
de13fcf2
MR
52612012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5262
5263 * mips-tdep.c (mips_pseudo_register_type): Use
5264 mips_float_register_p.
5265
c3a01a22
PA
52662012-06-06 Pedro Alves <palves@redhat.com>
5267
5268 * infrun.c (handle_inferior_event): Remove calls to
5269 reinit_frame_cache that follow a context_switch call.
5270
d25f45d9
PA
52712012-06-06 Pedro Alves <palves@redhat.com>
5272
5273 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
5274 context_switch and remove stale comment.
5275
359f5fe6
PA
52762012-06-06 Pedro Alves <palves@redhat.com>
5277
5278 * infrun.c (struct execution_control_state): Remove
5279 `new_thread_event' field.
5280 (handle_inferior_event): Simplify new threads handling; don't
5281 resume the inferior if we find a new thread.
5282
2d4c29c5
TS
52832012-06-06 Thomas Schwinge <thomas@codesourcery.com>
5284
5285 * NEWS: Document the deprecation of SH's 'regs' command.
5286 * inferior.h (all_registers_info): Add function declaration.
5287 * sh-tdep.c (sh_show_regs): Remove variable.
5288 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
5289 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
5290 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
5291 (sh_show_regs_command): Remove functions.
5292 (sh_gdbarch_init): Don't set sh_show_regs.
5293 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
5294 'info all-registers'.
5295 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
5296 (sh64_show_regs): Remove functions.
5297 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
5298
f5f1cdb6
JK
52992012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5300
5301 * configure.ac: Move development=true below AC_INIT.
5302 * configure: Regenerate.
5303
bf6309af
SS
53042012-06-05 Stan Shebs <stan@codesourcery.com>
5305
5306 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
5307 gdb_stdout.
5308
45aa4659
JK
53092012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
5310
5311 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
5312 argument as ssize_t.
5313 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
5314 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
5315 * target.c (target_read_stack, target_write_memory)
5316 (target_write_raw_memory): Likewise.
5317 * target.h (target_read_stack, target_write_memory)
5318 (target_write_raw_memory): Likewise.
5319
1b162304
JK
53202012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5321
5322 * symfile-mem.c: Change gdb_static_assert to ssize_t.
5323 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
5324 * target.c (target_read_memory): Change LEN to ssize_t.
5325 * target.h (target_read_memory): Change LEN to ssize_t.
5326
8556afb4
PA
53272012-06-05 Pedro Alves <palves@redhat.com>
5328
5329 PR backtrace/13866
5330
5331 * breakpoint.c (until_break_command): Only fetch the selected
5332 frame after decode_line_1.
5333
fb139f32
PA
53342012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
5335
5336 * solib-svr4.c (enable_break): Don't fallback to setting the solib
5337 event breakpoint at _start, __start or main if a program
5338 interpreter is not found.
5339
a8e1bb34
JB
53402012-06-05 Joel Brobecker <brobecker@adacore.com>
5341
5342 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
5343 Add declaration.
5344 * windows-tdep.c: #include "objfiles.h".
5345 (windows_iterate_over_objfiles_in_search_order): New function.
5346 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
5347 iterate_over_objfiles_in_search_order gdbarch method to
5348 windows_iterate_over_objfiles_in_search_order.
5349 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
5350
19630284
JB
53512012-06-05 Joel Brobecker <brobecker@adacore.com>
5352
5353 * gdbarch.sh: Add generation of
5354 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
5355 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
5356 (iterate_over_objfiles_in_search_order): New gdbarch method.
5357 * gdbarch.h, gdbarch.c: Regenerate.
5358 * objfiles.h (default_iterate_over_objfiles_in_search_order):
5359 Add declaration.
5360 * objfiles.c (default_iterate_over_objfiles_in_search_order):
5361 New function.
5362 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5363 out of lookup_symbol_aux_symtabs.
5364 (lookup_symbol_aux_symtabs): Replace extracted-out code by
5365 call to lookup_symbol_aux_objfile.
5366 (struct global_sym_lookup_data): New type.
5367 (lookup_symbol_global_iterator_cb): New function.
5368 (lookup_symbol_global): Search for symbol using
5369 gdbarch_iterate_over_objfiles_in_search_order and
5370 lookup_symbol_global_iterator_cb.
5371 * findvar.c (struct minsym_lookup_data): New type.
5372 (minsym_lookup_iterator_cb): New function.
5373 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
5374 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
5375 and minsym_lookup_iterator_cb.
5376
67ff19f7
JB
53772012-06-05 Joel Brobecker <brobecker@adacore.com>
5378
5379 Revert the following patch:
5380 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5381 try locating the symbol in the symbol's own objfile first, before
5382 extending the search to all objfiles.
5383 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5384 out of lookup_symbol_aux_symtabs.
5385 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5386 Replace extracted-out code by call to lookup_symbol_aux_objfile.
5387 Do not search EXCLUDE_OBJFILE.
5388 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5389 (lookup_symbol_global): Search for matches in the block's objfile
5390 first, before searching all other objfiles.
5391
ccab2054
JB
53922012-06-05 Joel Brobecker <brobecker@adacore.com>
5393
5394 * breakpoint.c (find_condition_and_thread): Stop parsing
5395 as soon as the first invalid keyword is found.
5396
e23d4a9c
JB
53972012-06-05 Joel Brobecker <brobecker@adacore.com>
5398
5399 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
5400
70160166
JB
54012012-06-05 Joel Brobecker <brobecker@adacore.com>
5402
5403 * config/djgpp/djcheck.sh: Add copyright header.
5404
399501a5
JB
54052012-06-05 Joel Brobecker <brobecker@adacore.com>
5406
5407 * copyright.py (update_files, main): Fix path to update-copyright
5408 script.
5409
3770a159
JB
54102012-06-05 Joel Brobecker <brobecker@adacore.com>
5411
5412 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
5413 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
5414 for which a reminder to update by hand is printed.
5415
4aad0dfc
DE
54162012-06-04 Doug Evans <dje@google.com>
5417
5418 * buildsym.c (make_blockvector): Add comment.
5419
1f8cf220
PA
54202012-06-04 Pedro Alves <palves@redhat.com>
5421
5422 * arch-utils.c (default_gdb_signal_from_target): Delete.
5423 * arch-utils.h (default_gdb_signal_from_target): Delete.
5424 * corelow.c (core_open) <signal mapping>: Extended comment. Check
5425 gdbarch_gdb_signal_from_target_p.
5426 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
5427 predicate).
5428 * gdbarch.h: Regenerate.
5429 * gdbarch.c: Regenerate.
5430
86b49880
PA
54312012-06-04 Pedro Alves <palves@redhat.com>
5432
5433 * gdbarch.sh (gdb_signal_from_target): Mention that the
5434 implementation of the method must be host independent.
5435 * gdbarch.h: Regenerate.
5436
fe78531d
JK
54372012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5438
5439 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
5440 parameters.
5441 (target_read_memory_bfd): New function.
5442 (symbol_file_add_from_memory): Use it.
5443
d790cf0a
DE
54442012-06-03 Doug Evans <dje@google.com>
5445
78e5175a
DE
5446 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
5447 of primary symtab.
5448 (basic_lookup_transparent_type): Ditto.
5449
d790cf0a
DE
5450 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
5451 (ALL_PRIMARY_SYMTABS): Use it.
5452 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
5453 * dwarf2read.c (dw2_find_symbol_file): Ditto.
5454 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
5455 * symtab.c (lookup_symbol_aux_objfile): Ditto.
5456 (basic_lookup_transparent_type): Ditto.
5457
c6e5ee5e
SDJ
54582012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
5459
5460 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
5461 it to optimize resolution of demangled name.
5462
a68ffae9
JK
54632012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5464
5465 * configure.ac (development): Define new variable.
5466 Call AC_CHECK_LIB for mcheck if $development.
5467 (ERROR_ON_WARNING): Enable it by default only if $development.
5468 * config.in: Regenerate.
5469 * configure: Regenerate.
5470
5299c1c4
JK
54712012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
5472
5473 * target.c (target_read_memory): Make LEN argument as size_t.
5474 * target.h (target_read_memory): Likewise.
5475
54762012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7c71816c
JK
5477
5478 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
5479
0c56f59b
EBM
54802012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
5481
5482 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
5483 BookE interface for PowerPC server processors if not available
5484 in the Linux Kernel.
5485
71bdabee
KS
54862012-05-31 Keith Seitz <keiths@redhat.com>
5487
5488 * linespec.c (decode_objc): Add cleanup to free
5489 INFO.FILE_SYMTABS.
5490 (find_linespec_symbols): Add cleanup to free CLASSES.
5491 * symfile.c (find_separate_debug_file_by_debuglink): Add
5492 cleanup to free DEBUGLINK.
5493 * ui-out.c (clear_header_list): No need to check if
5494 HEADER_NEXT.COLHDR is NULL.
5495 Free HEADER_NEXT.COL_NAME.
5496
acbd605d
MGD
54972012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5498
5499 * ada-lang.c (standard_lookup): Prevent uninitialized variable
5500 warning.
5501
65662cde
PA
55022012-05-30 Jeff Kenton <jkenton@tilera.com>
5503
5504 * configure.host (gdb_host_cpu): Handle tilegx*.
5505 (gdb_host): Handle tilegx-*-linux*.
5506 * tilegx-linux-nat.c: New file.
5507 * config/tilegx/linux.mh: New file.
5508
ade64f0e
PA
55092012-05-30 Jeff Kenton <jkenton@tilera.com>
5510
5511 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
5512 tilegx-linux-tdep.o.
5513 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
5514 tilegx-linux-tdep.c.
5515 * configure.tgt: Handle tilegx-*-linux*.
5516 * tilegx-tdep.h: New file.
5517 * tilegx-tdep.c: New file.
5518 * tilegx-linux-tdep.c: New file.
5519 * regformats/reg-tilegx.dat: New file.
5520
bb08bdbd
EBM
55212012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
5522
5523 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
5524 accounting of hw watchpoints on ppc.
5525
ebd86fb5
TJB
55262012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
5527
5528 * source.c (openp): Expand tilde in path entries.
5529
0a0edcd5
DE
55302012-05-29 Doug Evans <dje@google.com>
5531
98cc87bd
DE
5532 * buildsym.c (block_compar): Fix comment.
5533 (end_symtab): Fix and clarify some comments.
5534
0a0edcd5
DE
5535 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
5536 cleanup_undefined_types.
5537 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
5538 All callers updated.
5539
6f0c7050
TT
55402012-05-29 Tom Tromey <tromey@redhat.com>
5541
5542 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
5543 fails.
5544 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
5545 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
5546 fails.
5547 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
5548 fails.
5549
ec95993c
TG
55502012-05-29 Tristan Gingold <gingold@adacore.com>
5551
5552 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
5553 (struct darwin_info): ... New struct.
5554 (solib_darwin_pspace_data): New variable.
5555 (darwin_pspace_data_cleanup): New function.
5556 (get_darwin_info): Likewise.
5557 (darwin_dyld_version_ok, darwin_load_image_infos)
5558 (darwin_solib_get_all_image_info_addr_at_init)
5559 (darwin_solib_read_all_image_info_addr): Add info argument.
5560 Adjust code.
5561 (darwin_current_sos): Use per pspace structure.
5562 (darwin_solib_create_inferior_hook): Likewise.
5563 (darwin_clear_solib): Likewise.
5564 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
5565
ae25568b
PA
55662012-05-28 Pedro Alves <palves@redhat.com>
5567
5568 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
5569 block that uses them. Clear ecss before handling each event.
5570
0c5bf5a9
JK
55712012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5572
5573 * solib-svr4.c (svr4_current_sos): New comment on
5574 svr4_current_sos_via_xfer_libraries fall back.
5575
bfb05775
JK
55762012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5577
5578 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
5579 it as a fallback for TYPE_IS_OPAQUE.
5580 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
5581 symbols for lookup_symbol.
5582
685b1105
JK
55832012-05-24 John Steele Scott <toojays@toojays.net>
5584
5585 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5586 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
5587 (producer_is_gxx_lt_4_6): Move the checking and caching to...
5588 (check_producer): ... this new function, which also checks for ICC
5589 and caches the result.
5590 (producer_is_icc): New function.
5591 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
5592 producer was ICC.
5593
22203bbf
PA
55942012-05-24 Pedro Alves <palves@redhat.com>
5595
5596 PR gdb/7205
5597
5598 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
5599 (default_gdb_signal_to_target): ... this. Add comment.
5600 (default_gdb_signal_from_host): Rename to ...
5601 (default_gdb_signal_from_target): ... this. Add comment.
5602 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
5603 (default_gdb_signal_to_target): ... this.
5604 (default_gdb_signal_from_host): Rename to ...
5605 (default_gdb_signal_from_target): ... this.
5606 * corelow.c (core_open): Adjust to naming change. Replace comment.
5607 * gdbarch.sh (gdb_signal_from_host): Rename to ...
5608 (gdb_signal_from_target): ... this. Adjust to
5609 default_gdb_signal_from_host naming change. Extend comment.
5610 (gdb_signal_to_host): Rename to ...
5611 (gdb_signal_to_target): ... this. Adjust to
5612 default_gdb_signal_to_host naming change.
5613 * gdbarch.h, gdbarch.c: Renegerate.
5614
a493e3e2
PA
56152012-05-24 Pedro Alves <palves@redhat.com>
5616
5617 PR gdb/7205
5618
f782ad9b 5619 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
a493e3e2 5620
2ea28649
PA
56212012-05-24 Pedro Alves <palves@redhat.com>
5622
5623 PR gdb/7205
5624
5625 Replace target_signal with gdb_signal throughout.
5626
b09846a9
PA
56272012-05-24 Pedro Alves <palves@redhat.com>
5628
5629 PR tui/14159
5630
5631 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
5632 string, instead of reusing the va_list argument.
5633
e77c107e
TT
56342012-05-24 Tom Tromey <tromey@redhat.com>
5635
5636 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
5637 Remove.
5638
9fccedf7
DE
56392012-05-23 Doug Evans <dje@google.com>
5640
d50bd42b
DE
5641 * symtab.c (search_symbols): Formatting fixes.
5642 (print_symbol_info): Formatting fixes.
5643
9fccedf7
DE
5644 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
5645 int64_t change to leb128 API.
5646 (read_encoded_value, decode_frame_entry_1): Ditto.
5647 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
5648 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
5649 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5650 (execute_stack_op): Ditto.
5651 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
5652 (safe_read_uleb128, safe_read_sleb128): Ditto.
5653 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
5654 (dwarf2_compile_expr_to_ax): Ditto.
5655 (locexpr_describe_location_piece): Ditto.
5656 (disassemble_dwarf_expression): Ditto.
5657 (locexpr_describe_location_1): Ditto.
5658
f3e0e960
SS
56592012-05-23 Stan Shebs <stan@codesourcery.com>
5660 Kwok Cheung Yeung <kcy@codesourcery.com>
5661
5662 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
5663 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
5664 (mi-cmd-info.o): New rule.
5665 * osdata.h (info_osdata_command): New declaration.
5666 * osdata.c (info_osdata_command): Change to non-static.
5667 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
5668 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
5669 * mi/mi-cmd-info.c: New file.
5670
c51fe631
DE
56712012-05-23 Doug Evans <dje@google.com>
5672
71cddcc1
DE
5673 * symtab.c (search_symbols): Pass NULL for file_matcher to
5674 expand_symtabs_matching if there are no files to match.
5675
c51fe631
DE
5676 * gdbtypes.c (lookup_typename): Simplify.
5677
a79378d4
PA
56782012-05-23 Pedro Alves <palves@redhat.com>
5679
5680 * arch-utils.h (default_target_signal_to_host): Delete.
5681 * arch-utils.c (default_target_signal_to_host): Delete.
5682 * gdbarch.sh (target_signal_to_host): Remove.
5683 * gdbarch.h, gdbarch.c: Regenerate.
5684
f664829e
DE
56852012-05-22 Doug Evans <dje@google.com>
5686
5687 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
5688 "const gdb_byte *".
5689 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
5690 (execute_cfa_program): Update to match API of leb128 functions.
5691 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
5692 "const gdb_byte *".
5693 (read_unsigned_leb128, read_signed_leb128): Delete.
5694 (read_initial_length): Change type of buf argument to
5695 "const gdb_byte *".
5696 (read_encoded_value): Update to match API of leb128 functions.
5697 (decode_frame_entry): Change result to "const gdb_byte *", and
5698 similarly for "start" parameter.
5699 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
5700 (dwarf2_build_frame_info): Change local frame_ptr to
5701 "const gdb_byte *".
5702 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
5703 read_uleb128, read_sleb128. All callers updated.
5704 (safe_skip_leb128): New function.
5705 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
5706 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
5707 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
5708 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
5709 read_uleb128, read_sleb128.
5710 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5711 (execute_stack_op): Update to match API of leb128 functions.
5712 * dwarf2expr.h: #include "leb128.h".
5713 (read_uleb128, read_sleb128): Delete.
5714 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
5715 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
5716 * dwarf2loc.c (debug_loc_kind): New enum.
5717 (decode_debug_loc_addresses): New function.
5718 (decode_debug_loc_dwo_addresses): New function.
5719 (dwarf2_find_location_expression): Rewrite.
5720 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
5721 (locexpr_describe_location_piece): Ditto.
5722 (disassemble_dwarf_expression): Ditto.
5723 (locexpr_describe_location_1): Ditto.
5724 (loclist_describe_location): Rewrite.
5725 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
5726 * dwarf2read.c (die_reader_specs): New member "buffer_end".
5727 (dwarf2_section_buffer_overflow_complaint): Renamed from
5728 dwarf2_macros_too_long_complaint. All callers updated.
5729 (skip_leb128): Delete.
5730 (init_cu_die_reader): Initialize reader->buffer_end.
5731 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
5732 (skip_form_bytes): New arg buffer_end. All callers updated.
5733 Replace call to skip_leb128 with gdb_skip_leb128.
5734 (skip_unknown_opcode): New arg mac_end. All callers updated.
5735 (fill_in_loclist_baton): Initialize baton->from_dwo.
5736
837a1b32
MR
57372012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
5738
5739 * mips-linux-nat.c (mips_linux_read_description): Use a more
5740 verbose error message.
5741
d0e64392
MR
57422012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
5743
5744 * NEWS: Add MIPS/Linux DSP support.
5745 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
5746 (SIGCONTEXT_DSPCTL): New macro.
5747 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
5748 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
5749 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
5750 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
5751 (N64_SIGCONTEXT_HI3): Likewise.
5752 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
5753 (N64_SIGCONTEXT_LO3): Likewise.
5754 (N64_SIGCONTEXT_DSPCTL): Likewise.
5755 (N64_SIGCONTEXT_FPCSR): Clarify definition.
5756 (mips_linux_o32_sigframe_init): Handle DSP registers.
5757 (mips_linux_n32n64_sigframe_init): Likewise.
5758
8bea7ed1
PM
57592012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
5760
5761 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
5762 call to abort.
5763
dab06dbe
PA
57642012-05-22 Pedro Alves <palves@redhat.com>
5765
5766 * target.h (store_waitstatus): Move declaration ...
5767 * inf-child.h (store_waitstatus): ... here.
5768 * target.c: Move inclusion of gdb_wait.h, and ...
5769 (store_waitstatus): ... this ...
5770 * inf-child.c: ... here.
5771 * linux-nat.c: Include inf-child.h.
5772 * rs6000-nat.c: Include inf-child.h.
5773 * spu-linux-nat.c: Include inf-child.h.
5774
43011e52
PM
57752012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
5776
5777 * tracepoint.c (start_tracing): Add missing i18n markup.
5778 (stop_tracing, set_trace_user): Ditto.
5779 (set_trace_notes, set_trace_stop_notes): Ditto.
5780
b1af9e97
TT
57812012-05-21 Tom Tromey <tromey@redhat.com>
5782
5783 PR c++/7173:
5784 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
5785 types.
5786 * value.h (value_cast_pointers): Update.
5787 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
5788 (value_cast): Update.
5789 (update_search_result): New function.
5790 (do_search_struct_field): New, from search_struct_field. Check
5791 for ambiguous results.
5792 (search_struct_field): Rewrite.
5793 * infcall.c (value_arg_coerce): Update.
5794 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
5795 value_cast_pointers.
5796 * ada-lang.c (ada_convert_actual): Update.
5797
e9e5e6b3
TT
57982012-05-21 Tom Tromey <tromey@redhat.com>
5799
5800 * macroexp.c (macro_stringify): Terminate the string.
5801
1564a261
JK
58022012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5803
5804 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
5805 Describe it.
5806 * auto-load.c (auto_load_expand_dir_vars): New function.
5807 (auto_load_safe_path_vec_update): Use it, remove the
5808 substitute_path_component call thanks to it.
5809 (auto_load_objfile_script): Remove the debug_file_directory processing.
5810 Use auto_load_expand_dir_vars, remove the substitute_path_component
5811 call thanks to it.
5812 * configure: Regenerate.
5813 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
5814 path. Escape $ also for $debugdir.
5815 (--with_auto_load_safe_path): Escape $ also for $debugdir.
5816 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
5817
a3ec0bb1
DE
58182012-05-20 Doug Evans <dje@google.com>
5819
5820 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
5821 before use. Check for symtab->includes == NULL before scanning it.
5822
d467df4e
MR
58232012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5824
5825 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
5826
4cc0665f
MR
58272012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5828
5829 * NEWS: Add microMIPS support and "set mips compression",
5830 "show mips compression" commands.
5831 * mips-tdep.h (mips_isa): New enum.
5832 (gdbarch_tdep): Add mips_isa.
5833 (mips_pc_is_mips16): Update prototype.
5834 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
5835 * mips-tdep.c (mips_compression_mips16): New variable.
5836 (mips_compression_micromips): Likewise.
5837 (mips_compression_strings): Likewise.
5838 (mips_compression_string): Likewise.
5839 (is_mips16_isa, is_micromips_isa): New functions.
5840 (is_mips16_addr): Rename to...
5841 (is_compact_addr): ... this.
5842 (unmake_mips16_addr): Likewise to...
5843 (unmake_compact_addr): ... this.
5844 (make_mips16_addr): Likewise to...
5845 (make_compact_addr): ... this.
5846 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
5847 functions.
5848 (mips_elf_make_msymbol_special): Handle microMIPS code.
5849 (msymbol_is_special): Rename to...
5850 (msymbol_is_mips16): ... this.
5851 (mips_make_symbol_special, mips_pc_is_mips16): Update
5852 accordingly.
5853 (msymbol_is_mips, msymbol_is_micromips): New functions.
5854 (mips16_to_32_reg): Rename to...
5855 (mips_reg3_to_reg): ... this.
5856 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
5857 (mips_pc_isa): Likewise.
5858 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
5859 code.
5860 (mips_fetch_instruction): Pass return status instead of printing
5861 an error message if requested. Handle microMIPS code. Bail out
5862 on an invalid ISA.
5863 (micromips_op): New macro.
5864 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
5865 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
5866 (b6s4_op, b7s3_reg): Likewise.
5867 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
5868 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
5869 (mips_insn_size): New function.
5870 (mips32_next_pc): Update mips_fetch_instruction call.
5871 (micromips_relative_offset7): New function.
5872 (micromips_relative_offset10): Likewise.
5873 (micromips_relative_offset16): Likewise.
5874 (micromips_pc_insn_size): Likewise.
5875 (micromips_bc1_pc): Likewise.
5876 (micromips_next_pc): Likewise.
5877 (unpack_mips16): Update mips_fetch_instruction call.
5878 (extended_mips16_next_pc): Update according to change to
5879 mips16_to_32_reg.
5880 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
5881 code.
5882 (mips16_scan_prologue): Update mips_fetch_instruction call.
5883 Update according to change to mips16_to_32_reg.
5884 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
5885 (mips_insn16_frame_base_sniffer): Likewise.
5886 (micromips_decode_imm9): New function.
5887 (micromips_scan_prologue): Likewise.
5888 (mips_micro_frame_cache): Likewise.
5889 (mips_micro_frame_this_id): Likewise.
5890 (mips_micro_frame_prev_register): Likewise.
5891 (mips_micro_frame_sniffer): Likewise.
5892 (mips_micro_frame_unwind): New variable.
5893 (mips_micro_frame_base_address): New function.
5894 (mips_micro_frame_base): New variable.
5895 (mips_micro_frame_base_sniffer): New function.
5896 (mips32_scan_prologue): Update mips_fetch_instruction call.
5897 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
5898 rather than for MIPS16.
5899 (mips_insn32_frame_base_sniffer): Likewise.
5900 (mips_addr_bits_remove): Handle microMIPS code.
5901 (deal_with_atomic_sequence): Rename to...
5902 (mips_deal_with_atomic_sequence): ... this. Update the type
5903 of the variable used to hold an instruction. Remove the ISA bit
5904 check. Update mips_fetch_instruction call.
5905 (micromips_deal_with_atomic_sequence): New function.
5906 (deal_with_atomic_sequence): Likewise.
5907 (mips_about_to_return): Handle microMIPS code. Update
5908 mips_fetch_instruction call.
5909 (heuristic_proc_start): Check for the standard MIPS ISA rather
5910 than for MIPS16. Update mips_pc_is_mips16 and
5911 mips_fetch_instruction calls. Handle microMIPS code.
5912 (mips_push_dummy_code): Handle microMIPS code.
5913 (mips_eabi_push_dummy_call): Likewise.
5914 (mips_o32_return_value): Update mips_pc_is_mips16 call.
5915 (mips_o64_push_dummy_call): Handle microMIPS code.
5916 (mips_o64_return_value): Update mips_pc_is_mips16 call.
5917 (is_delayed): Remove function.
5918 (mips_single_step_through_delay): Replace the call to is_delayed
5919 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
5920 Handle microMIPS code.
5921 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
5922 microMIPS code.
5923 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
5924 call.
5925 (micromips_in_function_epilogue_p): New function.
5926 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
5927 call.
5928 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
5929 Handle microMIPS.
5930 (gdb_print_insn_mips): Likewise.
5931 (mips_breakpoint_from_pc): Likewise.
5932 (mips_remote_breakpoint_from_pc): New function.
5933 (mips32_instruction_has_delay_slot): Simplify making use of the
5934 updated mips_fetch_instruction interface.
5935 (micromips_instruction_has_delay_slot): New function.
5936 (mips16_instruction_has_delay_slot): Simplify making use of the
5937 updated mips_fetch_instruction interface.
5938 (mips_adjust_breakpoint_address): Check for the standard MIPS
f782ad9b 5939 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
4cc0665f
MR
5940 calls. Handle microMIPS code.
5941 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
5942 (mips_skip_trampoline_code): Handle microMIPS code.
5943 (global_mips_compression): New function.
5944 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
5945 file flags. Register the microMIPS remote breakpoint handler
5946 and heuristic frame unwinder.
5947 (show_mips_compression): New function.
5948 (_initialize_mips_tdep): Add the "set mips compression" and
5949 "show mips compression" commands.
5950
22e048c9
SDJ
59512012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
5952
5953 * ada-lang.c:
5954 * ada-tasks.c:
5955 * ada-varobj.c:
5956 * amd64-darwin-tdep.c:
5957 * arm-symbian-tdep.c:
5958 * arm-tdep.c:
5959 * avr-tdep.c:
5960 * ax-gdb.c:
5961 * bfin-linux-tdep.c:
5962 * breakpoint.c:
5963 * c-valprint.c:
5964 * cli/cli-cmds.c:
5965 * coffread.c:
5966 * cp-support.c:
5967 * cris-tdep.c:
5968 * dwarf2-frame-tailcall.c:
5969 * dwarf2-frame.c:
5970 * dwarf2expr.c:
5971 * dwarf2loc.c:
5972 * dwarf2read.c:
5973 * elfread.c:
5974 * eval.c:
5975 * expprint.c:
5976 * f-valprint.c:
5977 * frv-tdep.c:
5978 * h8300-tdep.c:
5979 * hppa-hpux-tdep.c:
5980 * hppa-tdep.c:
5981 * hppanbsd-tdep.c:
5982 * i386-nto-tdep.c:
5983 * i386-tdep.c:
5984 * i387-tdep.c:
5985 * ia64-tdep.c:
5986 * jit.c:
5987 * linespec.c:
5988 * linux-tdep.c:
5989 * lm32-tdep.c:
5990 * m2-valprint.c:
5991 * m32c-tdep.c:
5992 * m32r-rom.c:
5993 * m32r-tdep.c:
5994 * m68k-tdep.c:
5995 * m68klinux-tdep.c:
5996 * mi/mi-main.c:
5997 * microblaze-tdep.c:
5998 * mips-linux-tdep.c:
5999 * mips-tdep.c:
6000 * mn10300-tdep.c:
6001 * p-valprint.c:
6002 * parse.c:
6003 * ppc-linux-tdep.c:
6004 * ppc-sysv-tdep.c:
6005 * printcmd.c:
6006 * python/py-finishbreakpoint.c:
6007 * python/py-inferior.c:
6008 * python/py-infthread.c:
6009 * python/py-type.c:
6010 * python/python.c:
6011 * remote-fileio.c:
6012 * remote-m32r-sdi.c:
6013 * remote-mips.c:
6014 * reverse.c:
6015 * rl78-tdep.c:
6016 * rs6000-aix-tdep.c:
6017 * rs6000-tdep.c:
6018 * s390-tdep.c:
6019 * score-tdep.c:
6020 * sh64-tdep.c:
6021 * skip.c:
6022 * solib-darwin.c:
6023 * solib-dsbt.c:
6024 * solib-frv.c:
6025 * sparc-tdep.c:
6026 * spu-multiarch.c:
6027 * spu-tdep.c:
6028 * stack.c:
6029 * symfile.c:
6030 * symtab.c:
6031 * tic6x-tdep.c:
6032 * tracepoint.c:
6033 * v850-tdep.c:
6034 * valarith.c:
6035 * valprint.c:
6036 * value.c:
6037 * xcoffread.c:
6038 * xtensa-tdep.c:
6039 * ada-lang.c:
6040 * ada-tasks.c:
6041 * ada-varobj.c:
6042 * amd64-darwin-tdep.c:
6043 * arm-symbian-tdep.c:
6044 * arm-tdep.c: Delete unused variables.
6045
aff139ff
JK
60462012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6047
6048 Rename $ddir to $datadir.
6049 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
6050 * auto-load.c (auto_load_safe_path_vec_update)
6051 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
6052 * configure: Regenerate.
6053 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
6054 Likewise. Remove the 'use $ddir' help string.
6055
f7bfa992
JK
60562012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6057
6058 * auto-load.c (show_auto_load_safe_path): Accept any combination of
6059 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
6060
9cb709b6
TT
60612012-05-18 Tom Tromey <tromey@redhat.com>
6062
6063 PR exp/13907:
6064 * valprint.h (struct value_print_options) <symbol_print>: New
6065 field.
6066 * valprint.c (user_print_options): Add default for symbol_print.
6067 (show_symbol_print): New function.
6068 (generic_val_print): Respect symbol_print.
6069 (_initialize_valprint): Add "print symbol" setting.
6070 * f-valprint.c (f_val_print): Respect symbol_print.
6071 * c-valprint.c (c_val_print): Respect symbol_print.
6072 * NEWS: Update.
6073 * printcmd.c (print_address_symbolic): Return int. Ignore some
6074 zero-size symbols.
6075 (print_address_demangle): Return int.
6076 * defs.h: (print_address_symbolic): Return int.
6077 * value.h (print_address_demangle): Return int.
6078
b012acdd
TT
60792012-05-18 Tom Tromey <tromey@redhat.com>
6080
6081 * valprint.c (val_print_string): Don't print leading space.
6082 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
6083 print space before string or vtbl.
6084 * m2-valprint.c (print_unpacked_pointer): Optionally print space
6085 before string.
6086 * jv-valprint.c (java_value_print): Print space before string.
6087 * go-valprint.c (print_go_string): Print space before string.
6088 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
6089 space before string.
6090 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
6091 space before string or vtbl.
6092 * auxv.c (fprint_target_auxv): Print space after address.
6093
1d51a733
TT
60942012-05-18 Tom Tromey <tromey@redhat.com>
6095
6096 * printcmd.c (print_address_demangle): Remove special case for 0.
6097
edf0c1b7
TT
60982012-05-18 Tom Tromey <tromey@redhat.com>
6099
6100 * printcmd.c (print_address_demangle): Add 'opts' argument.
6101 * p-valprint.c (pascal_val_print): Update.
6102 * jv-valprint.c (java_val_print): Update.
6103 * value.h: Update.
6104 * valprint.c (generic_val_print): Update.
6105 (print_function_pointer_address): Add 'options' argument. Remove
6106 'addressprint' argument. Update.
6107 * m2-valprint.c (print_unpacked_pointer): Update.
6108 * gnu-v3-abi.c (print_one_vtable): Update.
6109 (gnuv3_print_method_ptr): Update.
6110 * f-valprint.c (f_val_print): Update.
6111 * cp-valprint.c (cp_print_value_fields): Update.
6112 * valprint.h (print_function_pointer_address): Update.
6113 * c-valprint.c (c_val_print): Update.
6114
9703b513
TT
61152012-05-18 Tom Tromey <tromey@redhat.com>
6116
6117 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
6118 directly corresponding to the found psymtab.
6119 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
6120 (dw2_find_pc_sect_symtab): Use it.
6121 * block.h (blockvector_contains_pc): Declare.
6122 * block.c (find_block_in_blockvector): New function.
6123 (blockvector_for_pc_sect): Use it.
6124 (blockvector_contains_pc): New function.
6125
5a439849
MR
61262012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6127
6128 * mips-tdep.h (mips_write_pc): New prototype.
6129 * mips-tdep.c (mips_write_pc): Make external, add description.
6130 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
6131 add description.
6132
8376de04
MR
61332012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6134
6135 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
6136 mips_regnum->pc.
6137 (mips_unwind_pc, mips_write_pc): Likewise.
6138 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
6139 gdbarch_read_pc.
6140
d3581e61
JB
61412012-05-17 Joel Brobecker <brobecker@adacore.com>
6142
6143 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
6144 proc_warn, proc_error, proc_get_status, proc_flags,
6145 proc_why, proc_what, proc_nsysarg, proc_sysargs,
6146 proc_set_run_on_last_close, proc_unset_run_on_last_close,
6147 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
6148 proc_stop_process, proc_wait_for_stop, proc_run_process,
6149 proc_set_traced_signals, proc_set_traced_faults,
6150 proc_set_traced_sysentry, proc_set_traced_sysexit,
6151 proc_set_held_signals, proc_get_held_signals,
6152 proc_get_traced_signals, proc_get_traced_faults,
6153 proc_get_traced_sysentry, proc_get_traced_sysexit,
6154 proc_clear_current_fault, proc_set_current_signal,
6155 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
6156 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
6157 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
6158 proc_get_current_thread, proc_get_current_thread,
6159 proc_get_current_thread, proc_update_threads,
6160 proc_update_threads, proc_update_threads, proc_update_threads,
6161 proc_iterate_over_threads, procfs_find_new_threads,
6162 procfs_pid_to_str): Make static. Remove advance declaration.
6163 (proc_cursig): Make static. Conditionalized defintion on
6164 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
6165 (proc_syscall, proc_set_kill_on_last_close,
6166 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
6167 proc_get_pending_signals, proc_get_signal_actions,
6168 proc_trace_signal, proc_ignore_signal): Delete.
6169
81b9b86e
SDJ
61702012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
6171
6172 * coffread.c (cs_section_address): Passing proper argument for
6173 `bfd_get_section_vma'.
6174 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
6175 `bfd_get_section_flags'.
6176 * remote.c (remote_trace_set_readonly_regions): Likewise, for
6177 `bfd_get_section_vma'.
6178
abc9d0dc
TT
61792012-05-16 Tom Tromey <tromey@redhat.com>
6180
6181 PR macros/13205:
6182 * macrotab.h: (macro_define_special): Declare.
6183 (enum macro_special_kind): New.
6184 (struct macro_definition) <argc, replacement>: Update comments.
6185 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
6186 (macro_define_object_internal): New function.
6187 (macro_define_object): Use it.
6188 (macro_define_special): New function.
6189 (fixup_definition): New function.
6190 (macro_lookup_definition, foreach_macro_in_scope)
6191 (foreach_macro): Use fixup_definition.
6192 * macroexp.h (macro_stringify): Declare.
6193 * macroexp.c (free_buffer_return_text): New function.
6194 (stringify): Constify "arg".
6195 (macro_stringify): New function.
6196 * dwarf2read.c (macro_start_file): Call macro_define_special.
6197
6a3a010b 61982012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
f782ad9b 6199 Maciej W. Rozycki <macro@mips.com>
6a3a010b
MR
6200
6201 * breakpoint.h (bp_location): Add related_address member.
6202 * inferior.h (get_return_value): Take a pointer to struct value
6203 instead of struct type for the function requested.
6204 * value.h (using_struct_return): Likewise.
6205 * gdbarch.sh (return_value): Take a pointer to struct value
6206 instead of struct type for the function requested.
6207 * breakpoint.c (set_breakpoint_location_function): Initialize
6208 related_address for bp_gnu_ifunc_resolver breakpoints.
6209 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
6210 requested function's address to gdbarch_return_value.
6211 * eval.c (evaluate_subexp_standard): Pass the requested
6212 function's address to using_struct_return.
6213 * infcall.c (call_function_by_hand): Pass the requested
6214 function's address to using_struct_return and
6215 gdbarch_return_value.
6216 * infcmd.c (get_return_value): Take a pointer to struct value
6217 instead of struct type for the function requested.
6218 (print_return_value): Update accordingly.
6219 (finish_command_continuation): Likewise.
6220 * stack.c (return_command): Pass the requested function's
6221 address to using_struct_return and gdbarch_return_value.
6222 * value.c (using_struct_return): Take a pointer to struct value
6223 instead of struct type for the function requested. Pass the
6224 requested function's address to gdbarch_return_value.
6225 * python/py-finishbreakpoint.c (finish_breakpoint_object):
6226 New function_value member, replacing function_type.
6227 (bpfinishpy_dealloc): Update accordingly.
6228 (bpfinishpy_pre_stop_hook): Likewise.
6229 (bpfinishpy_init): Likewise. Record the requested function's
6230 address.
6231 * mips-tdep.c (mips_fval_reg): New enum.
6232 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
6233 words put in GP registers.
6234 (mips_o64_push_dummy_call): Update a comment.
6235 (mips_o32_return_value): Take a pointer to struct value instead
6236 of struct type for the function requested and use it to check if
6237 using the MIPS16 calling convention. Return the designated
6238 general purpose registers for floating-point values returned in
6239 MIPS16 mode.
6240 (mips_o64_return_value): Likewise.
6241 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
6242 (ppc_sysv_abi_broken_return_value): Likewise.
6243 (ppc64_sysv_abi_return_value): Likewise.
6244 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
6245 value instead of struct type for the function requested.
6246 * amd64-tdep.c (amd64_return_value): Likewise.
6247 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
6248 * arm-tdep.c (arm_return_value): Likewise.
6249 * avr-tdep.c (avr_return_value): Likewise.
6250 * bfin-tdep.c (bfin_return_value): Likewise.
6251 * cris-tdep.c (cris_return_value): Likewise.
6252 * frv-tdep.c (frv_return_value): Likewise.
6253 * h8300-tdep.c (h8300_return_value): Likewise.
6254 (h8300h_return_value): Likewise.
6255 * hppa-tdep.c (hppa32_return_value): Likewise.
6256 (hppa64_return_value): Likewise.
6257 * i386-tdep.c (i386_return_value): Likewise.
6258 * ia64-tdep.c (ia64_return_value): Likewise.
6259 * iq2000-tdep.c (iq2000_return_value): Likewise.
6260 * lm32-tdep.c (lm32_return_value): Likewise.
6261 * m32c-tdep.c (m32c_return_value): Likewise.
6262 * m32r-tdep.c (m32r_return_value): Likewise.
6263 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
6264 * m68k-tdep.c (m68k_return_value): Likewise.
6265 (m68k_svr4_return_value): Likewise.
6266 * m88k-tdep.c (m88k_return_value): Likewise.
6267 * mep-tdep.c (mep_return_value): Likewise.
6268 * microblaze-tdep.c (microblaze_return_value): Likewise.
6269 * mn10300-tdep.c (mn10300_return_value): Likewise.
6270 * moxie-tdep.c (moxie_return_value): Likewise.
6271 * mt-tdep.c (mt_return_value): Likewise.
6272 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
6273 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
6274 (ppc_sysv_abi_broken_return_value): Likewise.
6275 (ppc64_sysv_abi_return_value): Likewise.
6276 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
6277 * rl78-tdep.c (rl78_return_value): Likewise.
6278 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
6279 * rx-tdep.c (rx_return_value): Likewise.
6280 * s390-tdep.c (s390_return_value): Likewise.
6281 * score-tdep.c (score_return_value): Likewise.
6282 * sh-tdep.c (sh_return_value_nofpu): Likewise.
6283 (sh_return_value_fpu): Likewise.
6284 * sh64-tdep.c (sh64_return_value): Likewise.
6285 * sparc-tdep.c (sparc32_return_value): Likewise.
6286 * sparc64-tdep.c (sparc64_return_value): Likewise.
6287 * spu-tdep.c (spu_return_value): Likewise.
6288 * tic6x-tdep.c (tic6x_return_value): Likewise.
6289 * v850-tdep.c (v850_return_value): Likewise.
6290 * vax-tdep.c (vax_return_value): Likewise.
6291 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
6292 * xtensa-tdep.c (xtensa_return_value): Likewise.
6293 * gdbarch.c: Regenerate.
6294 * gdbarch.h: Regenerate.
6295
29ca12b3
TT
62962012-05-15 Tom Tromey <tromey@redhat.com>
6297
6298 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
6299
588ae58c
JB
63002012-05-15 Joel Brobecker <brobecker@adacore.com>
6301
6302 * breakpoint.c (init_breakpoint_sal): Add quotes around part
6303 of command in two error message.
6304
855a6e68
JB
63052012-05-15 Joel Brobecker <brobecker@adacore.com>
6306
6307 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
6308
d634f2de
JB
63092012-05-15 Joel Brobecker <brobecker@adacore.com>
6310
6311 * breakpoint.c (find_condition_and_thread): Minor reformatting.
6312
9cc815f5
JK
63132012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6314
6315 * NEWS (show auto-load scripts-directory): Add forgotten command.
6316
6a609e58
JK
63172012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6318
6319 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
6320 parameters.
6321
ac1438b5
L
63222012-05-14 H.J. Lu <hongjiu.lu@intel.com>
6323
6324 * amd64-tdep.c: Include features/i386/x32.c and
6325 features/i386/x32-avx.c.
6326 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
6327 initialize_tdesc_x32_avx.
6328
e7e0cddf
SS
63292012-05-14 Stan Shebs <stan@codesourcery.com>
6330
6331 Add dynamic printf.
6332 * breakpoint.h (enum bptype): New type bp_dprintf.
6333 (struct breakpoint): New field extra_string.
6334 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
6335 (create_breakpoint): Add extra_string arg.
6336 * breakpoint.c (dprintf_breakpoint_ops): New.
6337 (is_breakpoint): Add bp_dprintf.
6338 (bpstat_what): Add dprintf case.
6339 (bptype_string): Ditto.
6340 (print_one_breakpoint_location): Ditto.
6341 (init_bp_location): Ditto.
6342 (bkpt_print_mention): Ditto.
6343 (dprintf_style_enums): New array.
6344 (dprintf_style): New global.
6345 (dprintf_function): New global.
6346 (dprintf_channel): New global.
6347 (update_dprintf_command_list): New function.
6348 (update_dprintf_commands): New function.
6349 (init_breakpoint_sal): Add extra_string argument, handle it.
6350 (create_breakpoint_sal): Add extra_string argument.
6351 (create_breakpoints_sal): Add extra_string argument, update callers.
6352 (find_condition_and_thread): Add extra argument.
6353 (create_breakpoint): Add extra_string argument, record it.
6354 (dprintf_command): New function.
6355 (break_command_1): Add arg to create_breakpoint call.
6356 (handle_gnu_v3_exceptions): Ditto.
6357 (trace_command): Ditto.
6358 (ftrace_command): Ditto.
6359 (strace_command): Ditto.
6360 (bkpt_print_mention): Add dprintf case.
6361 (create_breakpoint_sal_default): Add extra_string argument.
6362 (_initialize_breakpoint): Add new commands.
6363 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
6364 * python/py-breakpoint.c (bppy_init): Ditto.
6365 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
6366
8ae38c14
MR
63672012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
6368
6369 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
6370
9f676e66
SCR
63712012-05-14 Siva Chandra Reddy <sivachandra@google.com>
6372
6373 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
6374 unsigned long long.
6375
7efc75aa
SCR
63762012-05-13 Siva Chandra Reddy <sivachandra@google.com>
6377
6378 Add a new function gdb.find_pc_line to the Python API.
6379 * NEWS (Python Scripting): Add entry about the new function.
6380 * python/python.c (gdbpy_find_pc_line): New function which
6381 implements gdb.find_pc_line.
6382 (GdbMethods): Add entry for the new function.
6383
70af3797
PA
63842012-05-12 Pedro Alves <palves@redhat.com>
6385
6386 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
6387 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
6388
06da564e
EZ
63892012-05-12 Eli Zaretskii <eliz@gnu.org>
6390
6391 * inferior.c: Include completer.h
6392 (initialize_inferiors): Set completer of add-inferior to
6393 filename_completer.
6394
0288cee2
L
63952012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6396
6397 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6398 gdbarch_ptr_bit for x32 core dump.
6399
f6537a2c
L
64002012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6401
6402 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
6403 and features/i386/x32-avx-linux.c.
6404
85d4a676
SS
64052012-05-11 Stan Shebs <stan@codesourcery.com>
6406 Kwok Cheung Yeung <kcy@codesourcery.com>
6407
6408 * NEWS: Describe new info os commands.
6409 * common/linux-osdata.c (PID_T, TIME_T): Define.
6410 (MAX_PID_T_STRLEN): New.
6411 (linux_common_core_of_thread): Add comment. Change to use PID_T and
6412 MAX_PID_T_STRLEN.
6413 (command_from_pid): Add comment. Change to use PID_T.
6414 (commandline_from_pid): Change to use PID_T.
6415 (user_from_pid): Add comment.
6416 (get_process_owner): Add comment. Change to use PID_T and
6417 MAX_PID_T_STRLEN.
6418 (get_number_of_cpu_cores): Add comment.
6419 (get_cores_used_by_process): Add comment. Change to use PID_T and
6420 MAX_PID_T_STRLEN.
6421 (linux_xfer_osdata_processes): Change to use PID_T and
6422 MAX_PID_T_STRLEN.
6423 (compare_processes): New function.
6424 (linux_xfer_osdata_processgroups): New function.
6425 (linux_xfer_osdata_threads): Change to use PID_T.
6426 (linux_xfer_osdata_fds): New function.
6427 (format_socket_state, print_sockets): New functions.
6428 (union socket_addr): New union.
6429 (linux_xfer_osdata_isockets): New function.
6430 (time_from_time_t, group_from_gid): New functions.
6431 (linux_xfer_osdata_shm): New function.
6432 (linux_xfer_osdata_sem): New function.
6433 (linux_xfer_osdata_msg): New function.
6434 (linux_xfer_osdata_modules): New function.
6435 (osdata_table): Add new entries.
6436 * common/buffer.c (buffer_xml_printf): Add support for long and
6437 long long format specifiers.
6438
f24afd6d
L
64392012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6440
6441 * amd64-linux-tdep.h (tdesc_x32_linux): New.
6442 (tdesc_x32_avx_linux): Likewise.
6443
7349ff92
JK
64442012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6445
6446 Implement multi-component --with-auto-load-dir.
6447 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
6448 entries.
6449 (--with-auto-load-safe-path): Update the default value description.
6450 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
6451 New.
6452 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
6453 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
6454 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
6455 (_initialize_auto_load): Initialize also auto_load_dir. Install new
6456 "set auto-load scripts-directory".
6457 * config.in: Regenerate.
6458 * configure: Regenerate.
6459 * configure.ac (--with-auto-load-dir): New configure option.
6460 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
6461
6dea1fbd
JK
64622012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6463
6464 Provide $ddir substitution for --with-auto-load-safe-path.
6465 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
6466 entries.
6467 * auto-load.c: Include observer.h.
6468 (auto_load_safe_path_vec_update): Call substitute_path_component for
6469 each component. New variable ddir_subst.
6470 (auto_load_gdb_datadir_changed): New function.
6471 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6472 AUTO_LOAD_SAFE_PATH. New comment.
6473 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6474 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
6475 * config.in: Regenerate.
6476 * configure: Regenerate.
6477 * configure.ac (--auto-load-safe-path): Rename
6478 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
6479 GDB_DATADIR/auto-load.
6480 * defs.h (substitute_path_component): New declaration.
6481 * top.c: Include observer.h.
6482 (set_gdb_datadir): New function.
6483 (init_main): Install it for "set data-directory".
6484 * utils.c (substitute_path_component): New function.
6485
b09aca3a
JK
64862012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6487
6488 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
6489 * auto-load.c (auto_load_objfile_script): Remove check for NULL
6490 DEBUG_FILE_DIRECTORY. Handle multiple components of
6491 DEBUG_FILE_DIRECTORY.
6492
95554aad
TT
64932012-05-10 Tom Tromey <tromey@redhat.com>
6494
6495 * dwarf2read.c (recursively_write_psymbols): New function.
6496 (write_psymtabs_to_index): Use it.
6497
6498 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
6499 field.
6500 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
6501 (load_partial_comp_unit): Update.
6502 (queue_comp_unit): Add argument 'pretend_language'.
6503 (process_queue): Update.
6504 (psymtab_to_symtab_1): Skip dependencies that have a user.
6505 (load_partial_comp_unit_reader): Give meaning to the 'data'
6506 argument.
6507 (load_full_comp_unit): Add 'pretend_language' argument.
6508 (process_full_comp_unit): Add 'pretend_language' argument. Set
6509 language on CU.
6510 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
6511 Update.
6512 (maybe_queue_comp_unit): Add 'pretend_language' argument.
6513 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
6514 Update.
6515 (prepare_one_comp_unit): Add 'pretend_language' argument.
6516
6517 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
6518 (struct dwarf2_per_objfile) <just_read_cus>: New field.
6519 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
6520 (dw2_do_instantiate_symtab): Check whether symtab was read in
6521 before queueing.
6522 (dw2_instantiate_symtab): Add assertion. Call
6523 process_cu_includes.
6524 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
6525 (partial_symtab_p): New typedef.
6526 (set_partial_user): New function.
6527 (dwarf2_build_psymtabs_hard): Use set_partial_user.
6528 (scan_partial_symbols): Add imported CU to imported_symtabs.
6529 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
6530 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
6531 (get_symtab, recursively_compute_inclusions)
6532 (compute_symtab_includes, process_cu_includes)
6533 (process_imported_unit_die): New functions.
6534 (process_die) <DW_TAG_imported_unit>: New case.
6535 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
6536
6537 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
6538 comment.
6539 (struct partial_die_info) <locdesc>: Remove.
6540 <d>: New field.
6541 (process_psymtab_comp_unit): Add 'read_partial' argument.
6542 Update.
6543 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
6544 (scan_partial_symbols): Handle DW_TAG_imported_unit.
6545 (add_partial_symbol): Update.
6546 (process_die): Handle DW_TAG_partial_unit.
6547 (read_file_scope): Update comment.
6548 (load_partial_dies): Handle DW_TAG_imported_unit.
6549 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
6550 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
6551
e871fbb9
TT
65522012-05-10 Tom Tromey <tromey@redhat.com>
6553
6554 * cc-with-dwz.sh: New file.
6555
b5b04b5b
TT
65562012-05-10 Tom Tromey <tromey@redhat.com>
6557
6558 * symtab.h (struct symtab) <includes, user>: New fields.
6559 * block.h (struct block_iterator) <d, idx, which>: New fields.
6560 * block.c (initialize_block_iterator, find_iterator_symtab)
6561 (block_iterator_step, block_iter_name_step)
6562 (block_iter_match_step): New functions.
6563 (block_iterator_first, block_iterator_next)
6564 (block_iter_name_first, block_iter_name_next)
6565 (block_iter_match_first, block_iter_match_next): Rewrite.
6566 (get_block_symtab): New function.
6567
84a146c9
TT
65682012-05-10 Tom Tromey <tromey@redhat.com>
6569
6570 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
6571 set_block_symtab.
6572 * jit.c (finalize_symtab): Use allocate_global_block,
6573 set_block_symtab.
6574 * buildsym.c (finish_block_internal): New function, from old
6575 finish_block.
6576 (finish_block): Rewrite.
6577 (end_symtab): Use finish_block_internal, set_block_symtab.
6578 * block.h (struct global_block): New.
6579 (allocate_global_block, set_block_symtab): Declare.
6580 * block.c (allocate_global_block, set_block_symtab): New
6581 functions.
6582
9439a077
TT
65832012-05-10 Tom Tromey <tromey@redhat.com>
6584
6585 * psymtab.c (partial_map_expand_apply): Add assertion.
6586 (partial_map_symtabs_matching_filename): Skip included psymtabs.
6587 (psymtab_to_symtab): Find unshared psymtab.
6588 (dump_psymtab): Print including psymtabs.
6589 (recursively_search_psymtabs): New function.
6590 (expand_symtabs_matching_via_partial): Use it.
6591 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
6592 fields.
6593 (enum psymtab_search_status): New.
6594
8157b174
TT
65952012-05-10 Tom Tromey <tromey@redhat.com>
6596
6597 * tracepoint.c (scope_info): Update.
6598 * symtab.c (lookup_block_symbol, iterate_over_symbols)
6599 (find_pc_sect_symtab, search_symbols)
6600 (default_make_symbol_completion_list_break_on)
6601 (make_file_symbol_completion_list): Update.
6602 * symmisc.c (dump_symtab_1): Update.
6603 * stack.c (print_frame_args, iterate_over_block_locals)
6604 (print_frame_labels, iterate_over_block_arg_vars): Update.
6605 * python/py-block.c (block_object) <dict>: Remove.
6606 <block>: New field.
6607 <iter>: Change type.
6608 (blpy_iter): Update.
6609 (blpy_block_syms_iternext): Update.
6610 * psymtab.c (map_block): Use block iterators.
6611 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
6612 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
6613 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
6614 * infrun.c (check_exception_resume): Update.
6615 * cp-support.c (make_symbol_overload_list_block): Update.
6616 * coffread.c (patch_opaque_types): Update.
6617 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
6618 * block.h (struct block_iterator): New.
6619 (block_iterator_first, block_iterator_next, block_iter_name_first)
6620 (block_iter_name_next, block_iter_match_first)
6621 (block_iter_match_next): Declare.
6622 (ALL_BLOCK_SYMBOLS): Redefine.
6623 * block.c (block_iterator_first, block_iterator_next)
6624 (block_iter_name_first, block_iter_name_next)
6625 (block_iter_match_first, block_iter_match_next): New functions.
6626 * ada-lang.c (ada_add_block_symbols)
6627 (ada_make_symbol_completion_list): Use block iterator.
6628
a2ca7a52
TT
66292012-05-10 Tom Tromey <tromey@redhat.com>
6630
6631 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
6632 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
6633 (lookup_partial_symbol, find_last_source_symtab_from_partial)
6634 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
6635 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
6636 Update.
6637
64ea88dc
JB
66382012-05-10 Joel Brobecker <brobecker@adacore.com>
6639
6640 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
6641 print-file-var-lib2.c, print-file-var-main.c and
6642 print-file-var.exp (located in gdb/testsuite/gdb.base).
6643
99a547d6
JB
66442012-05-10 Joel Brobecker <brobecker@adacore.com>
6645
6646 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6647 try locating the symbol in the symbol's own objfile first, before
6648 extending the search to all objfiles.
6649 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6650 out of lookup_symbol_aux_symtabs.
6651 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6652 Replace extracted-out code by call to lookup_symbol_aux_objfile.
6653 Do not search EXCLUDE_OBJFILE.
6654 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6655 (lookup_symbol_global): Search for matches in the block's objfile
6656 first, before searching all other objfiles.
6657
0ece64fd
TG
66582012-05-10 Tristan Gingold <gingold@adacore.com>
6659
6660 * printcmd.c (set_command): Add pre/post inc/dec.
6661
3d16a105
FCE
66622012-05-09 Frank Ch. Eigler <fche@redhat.com>
6663
6664 * gdb.1: Document -ex option.
6665
2efbc0f7
JB
66662012-05-09 Joel Brobecker <brobecker@adacore.com>
6667
6668 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
6669 * inferior.h (AT_SYMBOL): Delete.
6670
2c76a0c7
JB
66712012-05-09 Joel Brobecker <brobecker@adacore.com>
6672
6673 * mips-tdep.c (mips_push_dummy_code): New function.
6674 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
6675 ON_STACK and install mips_push_dummy_code as our gdbarch
6676 push_dummy_code routine.
6677
9401a810
PA
66782012-05-09 Pedro Alves <palves@redhat.com>
6679
6680 * target.c (set_maintenance_target_async_permitted): Rename to ...
6681 (set_target_async_command): ... this.
6682 (show_maintenance_target_async_permitted): Rename to ...
6683 (show_target_async_command): ... this.
6684 (initialize_targets): Adjust.
6685
3929b321
DE
66862012-05-08 Doug Evans <dje@google.com>
6687
6688 * go-exp.y (classify_name): Add missing assignment of fields of
6689 yylval.ssym.
6690
c41535fd
EZ
66912012-05-08 Eli Zaretskii <eliz@gnu.org>
6692
6693 Display the ">" prompt in interactive mode while reading canned
6694 commands, even when the current interpreter is MI.
6695
6696 * interps.c (interp_set_temp): New function.
6697
6698 * interps.h (interp_set_temp): Add prototype.
6699
6700 * cli/cli-script.c (restore_interp): New cleanup function.
6701 (read_command_lines): Temporarily override the current interpreter
6702 with CLI and arrange for restoring the original one.
6703
c0749c4d
JS
67042012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
6705
6706 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
6707
d7333987
SDJ
67082012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
6709
6710 * probe.c (parse_probes): Move conditional to check for
6711 debuginfo files from here...
6712 * stap-probe.c (stap_get_probes): ... to here.
6713
649e6d92
MK
67142012-05-07 Mark Kettenis <kettenis@gnu.org>
6715 H.J. Lu <hongjiu.lu@intel.com>
6716
6717 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
6718 `movl %esp, %ebp' for the X32 ABI.
6719
f39c6ffd
TT
67202012-05-07 Tom Tromey <tromey@redhat.com>
6721
6722 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
6723 get_DW_TAG_name.
6724 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
6725 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
6726 (dwarf_stack_op_name): Remove.
6727 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
6728 (decode_locdesc): Use get_DW_OP_name.
6729 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
6730 (dwarf2_compile_expr_to_ax): Likewise.
6731 (disassemble_dwarf_expression): Likewise.
6732 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
6733
1e1f6591
CLT
67342012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
6735
6736 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
6737 (sh_linux_sigtramp_cache): New function.
6738 (sh_linux_sigreturn_init): New function.
6739 (sh_linux_rt_sigreturn_init): New function.
6740 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
6741 patterns.
6742 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
6743 syscall codes.
6744 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
6745 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
6746 (sh_linux_init_abi): Add init calls to register new tramp_frame
6747 definitions under 32-bit SH, update comments.
6748
545c08b4
PA
67492012-05-07 Pedro Alves <palves@redhat.com>
6750
daac165e
PA
6751 PR gdb/10952
6752
545c08b4
PA
6753 * amd64-linux-tdep.c: Include glibc-tdep.h.
6754 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
6755 gdbarch_skip_solib_resolver callback.
6756
af2c1515
JK
67572012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6758
6759 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
6760 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
6761 (show_auto_load_safe_path): Check any-directory by comparison with "/".
6762 (add_auto_load_safe_path): Change the error message.
6763 (_initialize_auto_load): Change the "safe-path" help text.
6764 * configure: Regenerate
6765 * configure.ac (--without-auto-load-safe-path): Set
6766 WITH_AUTO_LOAD_SAFE_PATH to /.
6767
1067f998
SDJ
67682012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
6769
6770 * stap-probe.h: Do not include unecessary `probe.h'.
6771
45dfa85a
AM
67722012-05-05 Alan Modra <amodra@gmail.com>
6773
6774 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
6775 bfd_und_section_ptr.
6776 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
6777 and bfd_com_section_ptr.
6778
cf093994
JB
67792012-05-04 Joel Brobecker <brobecker@adacore.com>
6780
762ebb75 6781 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
cf093994 6782
d40dc7a8
JB
67832012-05-04 Joel Brobecker <brobecker@adacore.com>
6784
6785 * windows-nat.h (segment_register_p_ftype): New typedef.
6786 (windows_set_segment_register_p): Add declaration.
6787 * windows-nat.c (segment_register_p): New static global.
6788 (windows_set_segment_register_p): New function.
6789 (do_windows_fetch_inferior_registers): Add special handling
6790 for segment registers.
6791 * amd64-windows-nat.c: #include "amd64-tdep.h".
6792 (amd64_windows_segment_register_p): New function.
6793 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
6794 * i386-windows-nat.c: #include "i386-tdep.h".
6795 (i386_windows_segment_register_p): New function.
6796 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
6797
52b3699b
TG
67982012-05-04 Tristan Gingold <gingold@adacore.com>
6799
6800 * printcmd.c (set_command): Emit a warning if the expression is not
6801 an assignment.
6802
94c74239
JB
68032012-05-03 Joel Brobecker <brobecker@adacore.com>
6804
6805 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
6806 Make static.
6807
fcf57f19
SDJ
68082012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
6809
6810 * stap-probe.c (stap_is_operator): Change declaration.
6811 (stap_get_opcode): Change return value.
6812 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
6813 `stap_parse_argument_1'.
6814
27d2932e
PA
68152012-05-03 Pedro Alves <pedro@codesourcery.com>
6816
6817 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
6818 debug log.
6819
a20ee7a4
SCR
68202012-05-03 Siva Chandra Reddy <sivachandra@google.com>
6821
6822 Add two new methods global_block and static_block to gdb.Symtab
6823 objects.
6824 * NEWS (Python scripting): Add entry about the new methods.
6825 * python/py-symtab.c (stpy_global_block): New function which
6826 implements the gdb.Symtab.global_block() method.
6827 (stpy_static_block): New function which implements the
6828 gdb.Symtab.static_block() method.
6829 (symtab_object_methods): Add entries for the two new methods.
6830
943cb756
DE
68312012-05-03 Doug Evans <dje@google.com>
6832
6833 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
6834 files.
6835
f4644a3f
YQ
68362012-05-03 Yao Qi <yao@codesourcery.com>
6837
6838 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
6839 space.
6840 (i386_process_record): Ditto.
6841
ef61f180
JB
68422012-05-02 Joel Brobecker <brobecker@adacore.com>
6843
6844 * infcall.c (unwind_on_signal_p): Make static.
6845
02f1df11
JB
68462012-05-02 Joel Brobecker <brobecker@adacore.com>
6847
6848 * sol-thread.c (solaris_pid_to_str): Make static.
6849 (_initialize_sol_thread): Add prototype.
6850
39023530
JB
68512012-05-02 Joel Brobecker <brobecker@adacore.com>
6852
6853 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
6854
c6b0c501
CF
68552012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
6856
6857 * MAINTAINERS: Remove myself.
6858
1ef71717
JK
68592012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6860
6861 Fix --without-auto-load-safe-path for MS-Windows host platform.
6862 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
6863
b31b86a7
EZ
68642012-05-02 Eli Zaretskii <eliz@gnu.org>
6865
6866 * gdb_curses.h: Undefine KEY_EVENT before including curses
6867 headers. Move "#undef MOUSE_MOVED" before any curses header
6868 inclusion.
6869
777532fc
SDJ
68702012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
6871
6872 * features/i386/i386-mmx-linux.c: Regenerate.
6873 * features/rs6000/powerpc-32.c: Likewise.
6874 * features/rs6000/powerpc-32l.c: Likewise.
6875 * features/rs6000/powerpc-403.c: Likewise.
6876 * features/rs6000/powerpc-403gc.c: Likewise.
6877 * features/rs6000/powerpc-405.c: Likewise.
6878 * features/rs6000/powerpc-505.c: Likewise.
6879 * features/rs6000/powerpc-601.c: Likewise.
6880 * features/rs6000/powerpc-602.c: Likewise.
6881 * features/rs6000/powerpc-603.c: Likewise.
6882 * features/rs6000/powerpc-604.c: Likewise.
6883 * features/rs6000/powerpc-64.c: Likewise.
6884 * features/rs6000/powerpc-64l.c: Likewise.
6885 * features/rs6000/powerpc-750.c: Likewise.
6886 * features/rs6000/powerpc-860.c: Likewise.
6887 * features/rs6000/powerpc-e500.c: Likewise.
6888 * features/rs6000/powerpc-e500l.c: Likewise.
6889 * features/rs6000/powerpc-isa205-32l.c: Likewise.
6890 * features/rs6000/powerpc-isa205-64l.c: Likewise.
6891 * features/rs6000/rs6000.c: Likewise.
6892
d71871bc
SDJ
68932012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
6894
6895 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
6896 variable.
6897 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
6898 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
6899 (stap_parse_argument) <e>: Likewise.
6900 (handle_stap_probe) <byte_order>: Likewise.
6901
fd820528
DE
69022012-04-30 Doug Evans <dje@google.com>
6903
6904 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
6905 init_and_read_dies_worker. All callers updated.
6906 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
6907 replaced with init_cutu_and_read_dies.
6908 (load_partial_comp_unit): Pass 1 for use_existing_cu.
6909 (find_partial_die): Remove FIXME. Don't free current CU.
6910
ec3f619d 69112012-04-30 Sterling Augustine <saugustine@google.com>
be36f02d
SA
6912
6913 * contrib: New directory.
6914 * contrib/test_pubnames_and_indexes.py: New file.
6915
fceca515
DE
69162012-04-30 Doug Evans <dje@google.com>
6917
6918 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
6919 All callers updated.
6920 (init_cu_die_reader): Verify the section is non-empty.
6921 (dwarf_decode_line_header): Don't dereference section->asection
6922 until we know the section is present.
6923
311fe7e1
SDJ
69242012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
6925
6926 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
6927 probes.
6928
5977971a
YQ
69292012-04-29 Yao Qi <yao@codesourcery.com>
6930
6931 * gdb-code-style.el: New hook gdb-markup-hook
6932 and gdb-comment-hook.
6933
dee91e82
DE
69342012-04-28 Doug Evans <dje@google.com>
6935
3019eac3
DE
6936 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
6937 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
6938 objfile->obfd.
6939 * symfile.h (dwarf2_debug_sections): New member addr.
6940 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
6941 (ctx_no_get_addr_index): New function.
6942 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
6943 (ctx_no_get_addr_index): Declare.
6944 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
6945 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
6946 (dwarf_expr_ctx_funcs): Update.
6947 (needs_get_addr_index): New function.
6948 (needs_frame_ctx_funcs): Update.
6949 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
6950 * dwarf2read.c: #include "gdbcore.h".
6951 (dwarf2_per_objfile): New members addr, dwo_files.
6952 (dwarf2_elf_names): Add entry for addr.
6953 (struct dwo_section_names): New type.
6954 (dwo_section_names): New static global.
6955 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
6956 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
6957 old debug_types_section member updated to use this.
6958 Rename member debug_types_section to info_or_types_section,
6959 all uses updated.
6960 (signatured_type): Rename member type_offset to type_offset_in_tu,
6961 all uses updated. New member type_offset_in_section.
6962 (struct dwo_sections): New type.
6963 (struct dwo_unit): New type.
6964 (struct dwo_file): New type.
6965 (die_reader_specs): New member dwo_file.
6966 (dwarf2_locate_sections): Watch for .debug_addr.
6967 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
6968 (dwarf2_read_section): Get bfd of section from bfd's asection,
6969 instead of objfile.
6970 (create_cus_from_index): Initialize the_cu->info_or_types_section.
6971 (create_signatured_type_table_from_index): Initialize
6972 sig_type->info_or_types_section.
6973 (dw2_get_file_names): Statement lists for type units with DWO files
6974 live in the DWO file.
6975 (create_debug_types_hash_table): New function.
6976 (create_all_type_units): Rewrite.
6977 (init_cu_die_reader): New arg dwo_file, all callers updated.
6978 (init_and_read_dies_worker): Get section from
6979 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
6980 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
6981 continue reading the CU/TU from there.
6982 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
6983 updated. Get section from this_cu->info_or_types_section.
6984 (create_all_comp_units): Initialize this_cu->info_or_types_section.
6985 (skip_one_die): New cases DW_FORM_GNU_addr_index,
6986 DW_FORM_GNU_str_index.
6987 (hash_dwo_file, eq_dwo_file): New functions.
6988 (allocate_dwo_file_hash_table): New function.
6989 (hash_dwo_unit, eq_dwo_unit): New functions.
6990 (allocate_dwo_unit_table): New function.
6991 (dwarf2_locate_dwo_sections): New function.
6992 (struct create_dwo_info_table_data): New type.
6993 (create_debug_info_hash_table_reader): New function.
6994 (create_debug_info_hash_table): New function.
6995 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
6996 (lookup_dwo_file): New function.
6997 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
6998 (free_dwo_file, free_dwo_file_cleanup): New functions.
6999 (free_dwo_file_from_slot, free_dwo_files): New functions.
7000 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
7001 (dwarf2_record_block_ranges): Ditto.
7002 (read_partial_die): Ditto.
7003 (process_enumeration_scope): Update to use type_offset_in_section.
7004 (read_full_die_1): New function.
7005 (read_full_die): Rewrite.
7006 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
7007 DW_FORM_GNU_str_index.
7008 (read_addr_index_1, read_addr_index): New functions.
7009 (read_addr_index_from_leb128): New function.
7010 (struct dwarf2_read_addr_index_data): New type.
7011 (dwarf2_read_addr_index_reader): New function.
7012 (dwarf2_read_addr_index): New function.
7013 (read_str_index): New function.
7014 (leb128_size): New function.
7015 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
7016 If processing a type unit from a DWO file, get the line section
7017 from the DWO file.
7018 (var_decode_location): Watch for DW_OP_GNU_addr_index.
7019 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
7020 DW_FORM_GNU_str_index.
7021 (lookup_die_type): Check whether section offset of type's die is
7022 known before looking it up. Remove assert. Condition can
7023 legimately happen for inter-cu type references.
7024 (dwarf_attr_name): Handle Fission attributes.
7025 (dwarf_form_name): Handle Fission forms.
7026 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
7027 DW_FORM_GNU_str_index.
7028 (follow_die_sig): Update to use type_offset_in_section.
7029 (decode_locdesc): New case DW_OP_GNU_addr_index.
7030 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
7031 DW_FORM_GNU_str_index.
7032 (cu_debug_loc_section): New function.
7033 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
7034 (dwarf2_per_objfile_free): Unmap .debug_addr section.
7035 Free DWO files if present.
7036 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
7037
dee91e82
DE
7038 Refactor DIE reading.
7039 * dwarf2read.c (dwarf2_per_objfile): Replace members
7040 debug_info_type_hash and debug_types_type_hash with die_type_hash.
7041 (die_reader_specs): New member "die_section". Temporarily make
7042 member "buffer" non-const, pending constifying all info_ptr uses.
7043 (die_reader_func_ftype): New typedef.
7044 (dw2_get_file_names_reader): New function.
7045 (dw2_get_file_names): Rewrite.
7046 (read_and_check_type_unit_head): Rename arg type_offset to
7047 type_offset_in_tu.
7048 (create_all_type_units): Improve debugging message.
7049 Improve dummy type unit check.
7050 (init_cu_die_reader): New arg "section". All callers updated.
7051 (init_and_read_dies_worker): New function.
7052 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
7053 (init_cutu_and_read_dies_no_follow): New function.
7054 (init_cutu_and_read_dies_simple): New function.
7055 (process_psymtab_comp_unit_reader): New function.
7056 (process_psymtab_comp_unit): Delete args section,
7057 is_debug_types_section. Rewrite. All callers updated.
7058 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
7059 All callers updated. Rewrite.
7060 (load_partial_comp_unit_reader): New function.
7061 (load_partial_comp_unit): Rewrite.
7062 (skip_children): New arg reader. Delete args buffer, cu.
7063 All callers updated.
7064 (skip_one_die): New arg reader. Delete args buffer, cu.
7065 All callers updated.
7066 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
7067 All callers updated.
7068 (load_full_comp_unit_reader): New function.
7069 (load_full_comp_unit): Rewrite.
7070 (read_comp_unit): Delete.
7071 (read_die_and_children_1): Delete, contents moved ...
7072 (read_die_and_children): ... here.
7073 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
7074 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
7075 All callers updated.
7076 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
7077 All callers updated.
7078 (find_partial_die): Rewrite load_all_dies support.
7079 (read_attribute_value): New arg reader. Delete args abfd, cu.
7080 All callers updated.
7081 (read_attribute): New arg reader. Delete args abfd, cu.
7082 All callers updated.
7083 (load_full_type_unit): Add assert.
7084 (read_signatured_type_reader): New function.
7085 (read_signatured_type): Rewrite.
7086 (free_stack_comp_unit): Remove call to age_cached_comp_units.
7087 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
7088 All callers updated. Set per_cu->cu = NULL after freeing it.
7089 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
7090 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
7091 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
7092 (set_die_type): Update.
7093 (get_die_type_at_offset): Update.
7094 (read_file_scope): Call prepare_one_comp_unit.
7095 (read_type_unit_scope): Ditto.
7096 (prepare_one_comp_unit): Set producer if present.
7097
72d59e0d
SDJ
70982012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7099
7100 * probe.c (compile_rx_or_error): Silence ARI warning about missing
7101 gettext function on `error'.
7102
0fefef59
DE
71032012-04-27 Doug Evans <dje@google.com>
7104
7105 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
7106 is empty.
7107
28106bc2
SDJ
71082012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7109 Tom Tromey <tromey@redhat.com>
7110
7111 * breakpoint.c (struct breakpoint_objfile_data)
7112 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
7113 <exception_probes>: New fields.
7114 (free_breakpoint_probes): New function.
7115 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
7116 `_Unwind_DebugHook'.
7117 (create_exception_master_breakpoint): Likewise.
7118 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
7119 * infrun.c: Including necessary header files for handling SystemTap
7120 probes.
7121 (handle_inferior_event): Handling longjmp breakpoint and exceptions
7122 via SystemTap probes.
7123 (check_exception_resume): Remove `func' argument. Handle exception
7124 unwinding breakpoint set via a SystemTap probe.
7125 (insert_exception_resume_from_probe): New function.
7126
55aa24fb
SDJ
71272012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7128 Tom Tromey <tromey@redhat.com>
7129 Jan Kratochvil <jan.kratochvil@redhat.com>
7130
7131 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
7132 (COMMON_OBS): Likewise.
7133 (HFILES_NO_SRCDIR): Add `probe'.
7134 * NEWS: Mention support for static and SystemTap probes.
7135 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
7136 SystemTap probes' arguments parser.
7137 * arm-linux-tdep.c: Including headers needed to perform the parsing
7138 of SystemTap probes' arguments.
7139 (arm_stap_is_single_operand): New function.
7140 (arm_stap_parse_special_token): Likewise.
7141 (arm_linux_init_abi): Initializing proper fields used by SystemTap
7142 probes' arguments parser.
7143 * ax-gdb.c (require_rvalue): Removing static declaration.
7144 (gen_expr): Likewise.
7145 * ax-gdb.h (gen_expr): Declaring function.
7146 (require_rvalue): Likewise.
7147 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
7148 (bkpt_probe_breakpoint_ops): New variable.
7149 (momentary_breakpoint_from_master): Set the `probe' value.
7150 (add_location_to_breakpoint): Likewise.
7151 (break_command_1): Using proper breakpoint_ops according to the
7152 argument passed by the user in the command line.
7153 (bkpt_probe_insert_location): New function.
7154 (bkpt_probe_remove_location): Likewise.
7155 (bkpt_probe_create_sals_from_address): Likewise.
7156 (bkpt_probe_decode_linespec): Likewise.
7157 (tracepoint_probe_create_sals_from_address): Likewise.
7158 (tracepoint_probe_decode_linespec): Likewise.
7159 (tracepoint_probe_breakpoint_ops): New variable.
7160 (trace_command): Using proper breakpoint_ops according to the
7161 argument passed by the user in the command line.
7162 (initialize_breakpoint_ops): Initializing breakpoint_ops for
7163 static probes on breakpoints and tracepoints.
7164 * breakpoint.h (struct bp_location) <probe>: New field.
7165 * cli-utils.c (skip_spaces_const): New function.
7166 (extract_arg): Likewise.
7167 * cli-utils.h (skip_spaces_const): Likewise.
7168 (extract_arg): Likewise.
7169 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
7170 * configure.ac: Append `stap-probe.o' to be generated when ELF
7171 support is present.
7172 * configure: Regenerate.
7173 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
7174 * elfread.c: Include `probe.h' and `arch-utils.h'.
7175 (probe_key): New variable.
7176 (elf_get_probes): New function.
7177 (elf_get_probe_argument_count): Likewise.
7178 (elf_evaluate_probe_argument): Likewise.
7179 (elf_compile_to_ax): Likewise.
7180 (elf_symfile_relocate_probe): Likewise.
7181 (stap_probe_key_free): Likewise.
7182 (elf_probe_fns): New variable.
7183 (elf_sym_fns): Add `sym_probe_fns' value.
7184 (elf_sym_fns_lazy_psyms): Likewise.
7185 (elf_sym_fns_gdb_index): Likewise.
7186 (_initialize_elfread): Initialize objfile cache for static
7187 probes.
7188 * gdb_vecs.h (struct probe): New forward declaration.
7189 (probe_p): New VEC declaration.
7190 * gdbarch.c: Regenerate.
7191 * gdbarch.h: Regenerate.
7192 * gdbarch.sh (stap_integer_prefix): New variable.
7193 (stap_integer_suffix): Likewise.
7194 (stap_register_prefix): Likewise.
7195 (stap_register_suffix): Likewise.
7196 (stap_register_indirection_prefix): Likewise.
7197 (stap_register_indirection_suffix): Likewise.
7198 (stap_gdb_register_prefix): Likewise.
7199 (stap_gdb_register_suffix): Likewise.
7200 (stap_is_single_operand): New function.
7201 (stap_parse_special_token): Likewise.
7202 (struct stap_parse_info): Forward declaration.
7203 * i386-tdep.c: Including headers needed to perform the parsing
7204 of SystemTap probes' arguments.
7205 (i386_stap_is_single_operand): New function.
7206 (i386_stap_parse_special_token): Likewise.
7207 (i386_elf_init_abi): Initializing proper fields used by SystemTap
7208 probes' arguments parser.
7209 * i386-tdep.h (i386_stap_is_single_operand): New function.
7210 (i386_stap_parse_special_token): Likewise.
7211 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
7212 * mipsread.c (ecoff_sym_fns): Likewise.
7213 * objfiles.c (objfile_relocate1): Support relocation for static
7214 probes.
7215 * parse.c (prefixify_expression): Remove static declaration.
7216 (initialize_expout): Likewise.
7217 (reallocate_expout): Likewise.
7218 * parser-defs.h (initialize_expout): Declare function.
7219 (reallocate_expout): Likewise.
7220 (prefixify_expression): Likewise.
7221 * ppc-linux-tdep.c: Including headers needed to perform the parsing
7222 of SystemTap probes' arguments.
7223 (ppc_stap_is_single_operand): New function.
7224 (ppc_stap_parse_special_token): Likewise.
7225 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
7226 probes' arguments parser.
7227 * probe.c: New file, for generic statically defined probe support.
7228 * probe.h: Likewise.
7229 * s390-tdep.c: Including headers needed to perform the parsing of
7230 SystemTap probes' arguments.
7231 (s390_stap_is_single_operand): New function.
7232 (s390_gdbarch_init): Initializing proper fields used by SystemTap
7233 probes' arguments parser.
7234 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
7235 * stap-probe.c: New file, for SystemTap probe support.
7236 * stap-probe.h: Likewise.
7237 * symfile.h: Include `gdb_vecs.h'.
7238 (struct sym_probe_fns): New struct.
7239 (struct sym_fns) <sym_probe_fns>: New field.
7240 * symtab.c (init_sal): Initialize `probe' field.
7241 * symtab.h (struct probe): Forward declaration.
7242 (struct symtab_and_line) <probe>: New field.
7243 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
7244 locations.
7245 (stop_tracing): Likewise.
7246 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
7247
22d2b532
SDJ
72482012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7249 Tom Tromey <tromey@redhat.com>
7250
7251 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
7252 and to compile agent expressions.
7253 * infrun.c (siginfo_make_value): New argument `ignore'.
7254 (siginfo_funcs): New struct.
7255 (_initialize_infrun): New argument when calling
7256 `create_internalvar_type_lazy'.
7257 * thread.c (thread_id_make_value): New argument `ignore'.
7258 (thread_funcs): New struct.
7259 (_initialize_thread): New argument when calling
7260 `create_internalvar_type_lazy'.
7261 * tracepoint.c (sdata_make_value): New argument `ignore'.
7262 (sdata_funcs): New struct.
7263 (_initialize_tracepoint): New argument when calling
7264 `create_internalvar_type_lazy'.
7265 * value.c (make_value): New struct.
7266 (create_internalvar_type_lazy): New argument `data'.
7267 (compile_internalvar_to_ax): New function.
7268 (value_of_internalvar): Properly handling `make_value' case.
7269 (clear_internalvar): Likewise.
7270 (show_convenience): Adding `TRY_CATCH' block.
7271 * value.h (internalvar_make_value): Delete, replace by...
7272 (struct internalvar_funcs): ... this.
7273 (create_internalvar_type_lazy) <fun>: Delete argument.
7274 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
7275 (compile_internalvar_to_ax): New function.
7276 * windows-tdep.c (tlb_make_value): New argument `ignore'.
7277 (tlb_funcs): New struct.
7278 (_initialize_windows_tdep): New argument when calling
7279 `create_internalvar_type_lazy'.
7280
91da1414
MW
72812012-04-27 Mark Wielaard <mjw@redhat.com>
7282
7283 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
7284 see whether it is an address or a constant offset from DW_AT_low_pc.
7285 (dwarf2_record_block_ranges): Likewise.
7286 (read_partial_die): Likewise.
7287
4ab9d8ec
MW
72882012-04-26 Mark Wielaard <mjw@redhat.com>
7289
7290 * MAINTAINERS (Write After Approval): Add myself to the list.
7291
a0911fd0
MR
72922012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
7293
7294 * proc-utils.h (proc_prettyprint_signalset): New prototype.
7295 (proc_prettyprint_signal): Likewise.
7296 (proc_prettyprint_faultset): Likewise.
7297 (proc_prettyprint_fault): Likewise.
7298 (proc_prettyprint_actionset): Likewise.
7299 (proc_prettyprint_flags): Move to new proc-flags.c section.
7300 (proc_prettyfprint_flags): New prototype.
7301 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
7302 (proc_syscall, proc_cursig): Likewise.
7303 (proc_set_kill_on_last_close): Likewise.
7304 (proc_unset_kill_on_last_close): Likewise.
7305 (proc_set_watchpoint): Make static.
7306 (proc_delete_dead_threads): Likewise.
7307 (procfs_set_watchpoint): Likewise.
7308 (_initialize_procfs): Add prototype.
7309 * proc-events.c: Include proc-utils.h.
7310 (init_syscall_table): Make static.
7311 * proc-api.c (_initialize_proc_api): Add prototype.
7312 * proc-flags.c: Include proc-utils.h.
7313
9009e1ae
MR
73142012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
7315
7316 * configure.ac: Add AC_ARG_PROGRAM.
7317 * configure: Regenerate.
7318
4fae6e18
JK
73192012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7320
7321 Fix DW_AT_lower_bound defaults for DWARF-4+.
7322 * dwarf2read.c (read_subrange_type): Remove initialization of low and
7323 high. New variable low_default_is_valid. Implement DWARF-4+
7324 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
7325 no default by the DWARF standard.
7326
14132e89 73272012-04-26 Maciej W. Rozycki <macro@mips.com>
f782ad9b 7328 Maciej W. Rozycki <macro@codesourcery.com>
14132e89
MR
7329
7330 * infrun.c (handle_inferior_event): Move the check for return
7331 trampolines ahead of the check for function trampolines.
7332 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
7333 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
7334 (mips_str_mips16_ret_stub): Likewise.
7335 (mips_str_call_fp_stub): Likewise.
7336 (mips_str_call_stub): Likewise.
7337 (mips_str_fn_stub): Likewise.
7338 (mips_str_pic): Likewise.
7339 (mips_in_frame_stub): New function.
7340 (mips_unwind_pc): Return the return address rather than the PC
7341 if the PC of an intermediate frame is inside a call thunk.
7342 (mips_is_stub_suffix): New function.
7343 (mips_is_stub_mode): Likewise.
7344 (mips_get_mips16_fn_stub_pc): Likewise.
7345 (mips_skip_mips16_trampoline_code): Update to handle all the
7346 currently generated stub types. Don't recurse into __fn_stub
7347 thunks. Remove heuristics to handle stubs beyond etext/_etext.
7348 Use cooked register accesses.
7349 (mips_in_return_stub): Reintroduce function.
7350 (mips_skip_trampoline_code): Traverse trampolines recursively.
7351 (mips_gdbarch_init): Handle MIPS16 return trampolines.
7352
518f0db5 73532012-04-26 Joel Brobecker <brobecker@adacore.com>
7354
7355 GDB 7.4.1 released.
7356
3184d3f9
JL
73572012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
7358
7359 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
7360 * features/arm-with-m-vfp-d16.xml: New file. Describes
7361 Cortex-M with VFPv4-sp-d16 FPU register layout.
7362 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
7363 * features/arm-with-m-vfp-d16.c: New. Generated from above.
7364 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
7365 (arm-register_g_packet_guesses): Add vfp-d16 guess.
7366 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
7367
b6201d44
DE
73682012-04-25 Doug Evans <dje@google.com>
7369
7370 * cli/cli-decode.c (print_doc_line): Use stream instead of
7371 current_uiout.
7372
4e2f8df6
SDJ
73732012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
7374
7375 * features/arm-with-iwmmxt.c: Regenerate.
7376 * features/arm-with-m-fpa-layout.c: Likewise.
7377 * features/arm-with-m.c: Likewise.
7378 * features/arm-with-neon.c: Likewise.
7379 * features/arm-with-vfpv2.c: Likewise.
7380 * features/arm-with-vfpv3.c: Likewise.
7381 * features/mips-dsp-linux.c: Likewise.
7382 * features/mips-linux.c: Likewise.
7383 * features/mips64-dsp-linux.c: Likewise.
7384 * features/mips64-linux.c: Likewise.
7385 * features/s390-linux32.c: Likewise.
7386 * features/s390-linux32v1.c: Likewise.
7387 * features/s390-linux32v2.c: Likewise.
7388 * features/s390-linux64.c: Likewise.
7389 * features/s390-linux64v1.c: Likewise.
7390 * features/s390-linux64v2.c: Likewise.
7391 * features/s390x-linux64.c: Likewise.
7392 * features/s390x-linux64v1.c: Likewise.
7393 * features/s390x-linux64v2.c: Likewise.
7394 * features/tic6x-c62x-linux.c: Likewise.
7395 * features/tic6x-c62x.c: Likewise.
7396 * features/tic6x-c64x-linux.c: Likewise.
7397 * features/tic6x-c64x.c: Likewise.
7398 * features/tic6x-c64xp-linux.c: Likewise.
7399 * features/tic6x-c64xp.c: Likewise.
7400 * target-descriptions.c: Only generate `field_type' and `type'
7401 variables when needed.
7402
2def3e66
JB
74032012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
7404
7405 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
7406
a766d390
DE
74072012-04-25 Doug Evans <dje@google.com>
7408
7409 Initial pass at Go language support.
7410 * NEWS: Mention Go.
7411 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
7412 go-valprint.c.
7413 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
7414 (YYFILES): Add go-exp.c.
7415 (YYOBJ): Add go-exp.o.
7416 (local-maintainer-clean): Delete go-exp.c.
7417 * defs.h (enum language): Add language_go.
7418 * dwarf2read.c: #include "go-lang.h".
7419 (fixup_go_packaging): New function.
7420 (process_full_comp_unit): Call it when processing Go CUs.
7421 (dwarf2_physname): Add Go support.
7422 (read_file_scope): Handle missing language spec for GNU Go.
7423 (set_cu_language): Handle DW_LANG_Go.
7424 * go-exp.y: New file.
7425 * go-lang.h: New file.
7426 * go-lang.c: New file.
7427 * go-typeprint.c: New file.
7428 * go-valprint.c: New file.
7429 * symtab.c: #include "go-lang.h".
7430 (symbol_set_language): Handle language_go.
7431 (symbol_find_demangled_name, symbol_set_names): Ditto.
7432 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
7433
4e2af517
JM
74342012-04-24 Jim Meyering <meyering@redhat.com>
7435
7436 avoid a few strncpy-induced buffer overruns
7437 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
7438 fname and psargs before trying to concatenate.
7439 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
7440 "name" before applying strchr.
7441
b77b7f52
SCR
74422012-04-25 Siva Chandra Reddy <sivachandra@google.com>
7443
7444 * CONTRIBUTE: Use unified diff instead of context diff when
7445 generating patches.
7446
6321c22a
MR
74472012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
7448
7449 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
7450 code. Handle JR.HB correctly.
7451
742c84f6
MR
74522012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
7453
7454 * mips-tdep.c
7455 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
7456 with the other MIPS16 helpers.
7457
7fc7e0c3
SDJ
74582012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
7459
7460 * observer.sh: Conditionally declare `args', thus cleaning up
7461 unused instances of this variable.
7462
20388dd6
YQ
74632012-04-24 Yao Qi <yao@codesourcery.com>
7464
7465 Revert this patch to allow breakpoint always-inserted
7466 in record target.
7467 2011-12-05 Pedro Alves <pedro@codesourcery.com>
f782ad9b
AS
7468 * breakpoint.c: Include record.h.
7469 (breakpoints_always_inserted_mode): Return false when the record
7470 target is in use.
20388dd6
YQ
7471
7472 * breakpoint.c (iterate_over_bp_locations): New.
7473 * breakpoint.h: Declare.
7474 New typedef walk_bp_location_callback.
7475 * record.c (record_open): Call record_init_record_breakpoints.
7476 (record_sync_record_breakpoints): New.
7477 (record_init_record_breakpoints): New.
7478 * NEWS: Mention supporting breakpoint always-inserted mode in
7479 record target.
7480
4734f50e
MK
74812012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
7482
7483 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
7484 any thread.
7485
c326b90e
YQ
74862012-04-24 Yao Qi <yao@codesourcery.com>
7487
7488 * breakpoint.c (ep_is_catchpoint): Renamed to ...
7489 (is_catchpoint): ... it.
7490 (print_one_breakpoint_location): Caller update.
7491 * breakpoint.h: Update declaration.
7492
d8fb5a1e
DM
74932012-04-23 David S. Miller <davem@davemloft.net>
7494
7495 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
7496
34431a2a
TT
74972012-04-23 Tom Tromey <tromey@redhat.com>
7498
7499 * buildsym.c (add_free_pendings): Remove.
7500 * buildsym.h (add_free_pendings): Remove.
7501
4568ecf9
DE
75022012-04-23 Doug Evans <dje@google.com>
7503
7504 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
7505 attr.u.unsnd instead of attr.u.addr.
7506 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
7507 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
7508 DW_FORM_ref_udata.
7509 (dump_die_shallow): Update cases DW_FORM_ref_addr,
7510 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
7511 DW_FORM_ref_udata.
7512 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
7513
dca9aa3a
MR
75142012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
7515
7516 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
7517 (mips_o32_return_value): Likewise.
7518 (mips_o64_return_value): Likewise.
7519
c8ea1972
PH
75202012-04-21 Paul Hilfinger <hilfinger@adacore.com>
7521
7522 * ada-lang.c (ada_evaluate_subexp): Add cases for
f782ad9b
AS
7523 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
7524 their treatment in eval.c.
c8ea1972 7525
8d1b3521
DM
75262012-04-21 David S. Miller <davem@davemloft.net>
7527
7528 * sparc-tdep.c (X_DISP10): Define.
7529 (sparc_analyze_control_transfer): Handle compare-and-branch.
7530
03145bf4
JL
75312012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
7532
7533 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
7534 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
7535
004159a2 75362012-04-20 Nigel Stephens <nigel@mips.com>
f782ad9b 7537 Maciej W. Rozycki <macro@codesourcery.com>
004159a2
MR
7538
7539 * mips-tdep.c (mips_float_register_p): New function.
7540 (mips_convert_register_float_case_p): Use mips_float_register_p.
7541 (mips_register_type): Likewise.
7542 (mips_print_register): Likewise.
7543 (print_gp_register_row): Likewise.
7544 (mips_print_registers_info): Likewise.
7545
7f0e6aae
MR
75462012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
7547
7548 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
7549 of mips16 symbols.
7550
bc17beea
AP
75512012-04-20 Andrew Pinski <apinski@cavium.com>
7552
7553 * MAINTAINERS (Write After Approval): Add myself to the list.
7554
1730a5a5
SDJ
75552012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
7556
7557 * MAINTAINERS: Update my e-mail address.
7558
38ea300a
PA
75592012-04-20 Pedro Alves <palves@redhat.com>
7560
7561 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
7562 $srcdir.
7563 * configure: Regenerate.
7564
111dfaae
SDJ
75652012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
7566
7567 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
7568 declaration.
7569 * gdb_vecs.h: Declare `const_char_ptr' VEC.
7570
4fb2c64a
JK
75712012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7572
7573 Fix compilation compatibility with python-2.4
7574 * python/py-type.c (convert_field): Cast ADDRSTRING for
7575 PyObject_SetAttrString as non-const. New comment.
7576
6328eb38
TT
75772012-04-19 Tom Tromey <tromey@redhat.com>
7578
7579 * top.c (quit_target): Use all_cleanups.
7580 * main.c (captured_command_loop): Use all_cleanups.
7581 * exceptions.c (throw_exception): Use all_cleanups.
7582
c971b7fa
PA
75832012-04-19 Pedro Alves <palves@redhat.com>
7584
7585 * Makefile.in (GNULIB_BUILDDIR): New.
7586 (LIBGNU, INCGNU, GNULIB_H): Adjust.
7587 (SUBDIRS): Add $(GNULIB_BUILDDIR).
7588 (CLEANDIRS). Remove gnulib/import.
7589 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
7590 (all-lib): Ditto.
7591 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
7592 (gnulib/import/Makefile): Replace gnulib/import with
7593 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
7594 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
7595 (aclocal_m4_deps): Remove the gnulib dependencies. Add
7596 acx_configure_dir.m4.
7597 * acinclude.m4: Include acx_configure_dir.m4.
7598 * acx_configure_dir.m4: New file.
7599 * aclocal.m4: Regenerate.
a09130f9
PA
7600 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
7601 calls. Configure gnulib using ACX_CONFIGURE_DIR.
7602 (GNULIB): New variable.
7603 (GNULIB_STDINT_H): Adjust.
7604 (AC_OUTPUT): Don't output gnulib/Makefile.
7605 * gdb/defs.h: Include build-gnulib/config.h.
7606 * aclocal.m4: Regenerate.
7607 * config.in: Regenerate.
7608 * configure: Regenerate.
7609
7610 * gnulib/Makefile.in: New file.
7611 * gnulib/configure.ac: New file.
7612 * gnulib/aclocal.m4: New file.
7613 * gnulib/config.in: New file.
7614 * gnulib/configure: New file.
c971b7fa
PA
7615 * gnulib/: Re-run gnulib-tool to adjust.
7616
b10faa68
DE
76172012-04-19 Doug Evans <dje@google.com>
7618
7619 * cleanups.h (struct cleanup): Move to cleanups.c.
7620 (make_cleanup_dtor_ftype): New typedef.
7621 (make_cleanup_dtor): Use it.
7622 (ALL_CLEANUPS): Replace with ...
7623 (all_cleanups): ... this. Declare. All uses updated.
7624 * cleanups.c: #include "gdb_assert.h".
7625 (sentinel_cleanup): New static global.
7626 (SENTINEL_CLEANUP): Define.
7627 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
7628 (make_my_cleanup2): Assert result is non-NULL.
7629 (all_cleanups): New function.
7630 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
7631 of NULL.
7632
d8c267cc
PA
76332012-04-19 Pedro Alves <palves@redhat.com>
7634
7635 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
7636 Adjust paths to gnulib imported files.
7637
809277f8
PA
76382012-04-19 Pedro Alves <palves@redhat.com>
7639
7640 * gnulib/: Move whole directory ...
7641 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
7642 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
7643 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
7644 (aclocal_m4_deps): Adjust.
7645 * aclocal.m4: Regenerate.
7646 * configure: Regenerate.
7647 * configure.ac: Adjust AC_OUTPUT output.
7648
aad9eab9
YQ
76492012-04-19 Yao Qi <yao@codesourcery.com>
7650
7651 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
7652 (vec.o): New rule.
7653 * vec.c: Move it ...
7654 * common/vec.c: ... here.
7655 * vec.h: Move it ...
7656 * common/vec.h: ... here.
7657
48fe4669
YQ
76582012-04-19 Yao Qi <yao@codesourcery.com>
7659
7660 * gdb-code-style.el: New.
7661
770d76d7
PA
76622012-04-18 Pedro Alves <palves@redhat.com>
7663
7664 Update gnulib from latest git.
7665 (639ea5ae15e39fe48d43e04864b2997301e4b969)
7666
7667 * gnulib/Makefile.am: Update.
7668 * gnulib/dummy.c: Update.
7669 * gnulib/extra/arg-nonnull.h: Update.
7670 * gnulib/extra/c++defs.h: Update.
7671 * gnulib/extra/update-copyright: Update.
7672 * gnulib/extra/warn-on-use.h: Update.
7673 * gnulib/inttypes.in.h: Update.
7674 * gnulib/m4/00gnulib.m4: Update.
7675 * gnulib/m4/extensions.m4: Update.
7676 * gnulib/m4/gnulib-cache.m4: Update.
7677 * gnulib/m4/gnulib-common.m4: Update.
7678 * gnulib/m4/gnulib-comp.m4: Update.
7679 * gnulib/m4/gnulib-tool.m4: Update.
7680 * gnulib/m4/include_next.m4: Update.
7681 * gnulib/m4/inttypes-pri.m4: Update.
7682 * gnulib/m4/inttypes.m4: Update.
7683 * gnulib/m4/longlong.m4: Update.
7684 * gnulib/m4/memchr.m4: Update.
7685 * gnulib/m4/memmem.m4: Update.
7686 * gnulib/m4/mmap-anon.m4: Update.
7687 * gnulib/m4/multiarch.m4: Update.
7688 * gnulib/m4/onceonly.m4: Update.
7689 * gnulib/m4/stddef_h.m4: Update.
7690 * gnulib/m4/stdint.m4: Update.
7691 * gnulib/m4/string_h.m4: Update.
7692 * gnulib/m4/warn-on-use.m4: Update.
7693 * gnulib/m4/wchar_h.m4: Update.
7694 * gnulib/m4/wchar_t.m4: Update.
7695 * gnulib/m4/wint_t.m4: Update.
7696 * gnulib/memchr.c: Update.
7697 * gnulib/memmem.c: Update.
7698 * gnulib/stddef.in.h: Update.
7699 * gnulib/stdint.in.h: Update.
7700 * gnulib/str-two-way.h: Update.
7701 * gnulib/string.in.h: Update.
7702 * gnulib/wchar.in.h: Update.
7703
7704 * gnulib/extra/arg-nonnull.h: Delete.
7705 * gnulib/extra/c++defs.h: Delete.
7706 * gnulib/extra/warn-on-use.h: Delete.
7707 * gnulib/m4/wchar_h.m4: Delete.
7708 * gnulib/m4/wint_t.m4: Delete.
7709 * gnulib/wchar.in.h: Delete.
7710
7711 * gnulib/extra/snippets/arg-nonnull.h: New.
7712 * gnulib/extra/snippets/c++defs.h: New.
7713 * gnulib/extra/snippets/warn-on-use.h: New.
7714
7715 * aclocal.m4: Regenerate.
7716 * config.in: Regenerate.
7717 * configure: Regenerate.
7718 * gnulib/Makefile.in: Regenerate.
7719
174e088e
PA
77202012-04-18 Pedro Alves <palves@redhat.com>
7721
7722 Reimport the update-copyright module from gnulib
7723 (250b80067c1e1d8faa0c42fb572f721975b929c5).
7724
7725 * configure: Regenerate.
7726 * gnulib/Makefile.am: Update.
7727 * gnulib/Makefile.in: Regenerate.
7728 * gnulib/extra/update-copyright: Update.
7729 * gnulib/m4/gnulib-cache.m4: Update.
7730 * gnulib/m4/gnulib-comp.m4: Update.
7731
7f533142
JB
77322012-04-18 Tristan Gingold <gingold@adacore.com>
7733
7734 * configure.ac (aix): Put -lpthread into libs.
7735 * configure: Regenerate.
7736
001822aa
TT
77372012-04-18 Tom Tromey <tromey@redhat.com>
7738
7739 * linespec.c (convert_linespec_to_sals): Don't use
7740 SYMBOL_OBJ_SECTION.
7741 (compare_msymbols): Arguments are minsym_and_objfile, not
7742 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
7743
db026a31
PA
77442012-04-18 Pedro Alves <palves@redhat.com>
7745
7746 Revert gnulib/ part of:
7747 2011-01-01 Joel Brobecker <brobecker@adacore.com>
7748 Copyright year update in most files (performed by copyright.sh).
7749
12df843f
JK
77502012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7751
7752 Fix 64-bit constants on 32-bit hosts.
7753 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
7754 from unsigned long to ULONGEST.
7755 (read_signed_leb128): Change declaration return type from long to
7756 LONGEST.
7757 (dwarf2_const_value_attr): Change declaration parameter value from long
7758 to LONGEST.
7759 (dwarf2_compute_name): Change variable value from long to LONGEST.
7760 (read_unsigned_leb128): Change return type, variable result and some
7761 casts from unsigned long to ULONGEST.
7762 (read_signed_leb128): Change return type, variable result and some
7763 casts from long to LONGEST.
7764 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
7765 value from long to LONGEST.
7766 (dwarf2_const_value): Change variable value from long to LONGEST.
7767 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
7768 plongest and hex_string.
7769 * symtab.h (struct general_symbol_info): Change ivalue from long to
7770 LONGEST, remove the comment.
7771 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
7772 Change SYMBOL_VALUE format strings to use plongest and hex_string.
7773
14e75d8e
JK
77742012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
7775
7776 PR symtab/7259:
7777 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
7778 * ada-lang.c (ada_discrete_type_high_bound)
ac4ea3c2
JK
7779 (ada_discrete_type_low_bound): Fix function comment. Use
7780 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
14e75d8e
JK
7781 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
7782 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7783 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
7784 Use TYPE_FIELD_ENUMVAL.
7785 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
7786 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7787 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
7788 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
7789 TYPE_CODE_ENUM.
7790 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
7791 * dwarf2read.c (process_enumeration_scope): Likewise.
7792 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
7793 field.bitpos.
7794 (class StructMainTypePrettyPrinter): Support also
7795 FIELD_LOC_KIND_ENUMVAL.
7796 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
7797 TYPE_CODE_ENUM.
7798 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7799 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
7800 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
7801 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
7802 field enumval.
7803 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
7804 accommodate enumval.
7805 (struct call_site): Adjust loc_kind to accommodate enumval.
7806 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
7807 (TYPE_FIELD_ENUMVAL): New macros.
7808 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
7809 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
7810 TYPE_CODE_ENUM.
7811 * p-typeprint.c (pascal_type_print_base): Likewise.
7812 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
7813 enumval.
7814 * python/lib/gdb/types.py (make_enum_dict): Likewise.
7815 * python/py-type.c (convert_field): New variable addrstring. Use
7816 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7817 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
7818 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
7819 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
7820 TYPE_CODE_ENUM.
7821 * valprint.c (generic_val_print): Likewise.
7822
380bca97
DE
78232012-04-17 Doug Evans <dje@google.com>
7824
dcc07052
DE
7825 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
7826
380bca97
DE
7827 * dwarf2read.c: Whitespace fixes.
7828 (lookup_signatured_type): Tweak comment.
7829 (get_die_type_at_offset): Fix comment.
7830
ec92004f
JB
78312012-04-17 Joel Brobecker <brobecker@adacore.com>
7832
7833 * xcoffread.c (xcoff_secnum_to_sections): New function.
7834 (secnum_to_section, secnum_to_bfd_section): Reimplement
7835 using xcoff_secnum_to_sections. Rename "secnum" parameter
7836 into "n_scnum".
7837 (RECORD_MINIMAL_SYMBOL): Delete.
7838 (record_minimal_symbol): New function.
7839 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
7840 by call to record_minimal_symbol and set misc_func_recorded
7841 to 1. Set last_csect_sec to the XCOFF section index instead
7842 of GDB's section_offset index. Update calls to
7843 prim_record_minimal_symbol_and_info to pass the BFD section
7844 as well.
7845
40301fb7
JB
78462012-04-17 Joel Brobecker <brobecker@adacore.com>
7847
7848 * xcoffread.c (read_xcoff_symtab): Delete variables
7849 last_csect_val and last_csect_sec and associated code.
7850
e0088cfd
DE
78512012-04-17 Doug Evans <dje@google.com>
7852
58d5e2c3
DE
7853 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
7854 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7855 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
7856 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
7857
c27f5738
DE
7858 * cleanups.h: New file.
7859 * cleanups.c: New file.
7860 * Makefile.in (SFILES): Add cleanups.c.
7861 (HFILES_NO_SRCDIR): Add cleanups.h.
7862 (COMMON_OBS): Add cleanups.o.
7863 * defs.h (struct cleanup): Moved to cleanups.h.
7864 (do_cleanups,do_final_cleanups): Ditto.
7865 (discard_cleanups,discard_final_cleanups): Ditto
7866 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7867 (save_cleanups,save_final_cleanups): Ditto.
7868 (restore_cleanups,restore_final_cleanups): Ditto.
7869 (null_cleanup): Ditto.
7870 (make_my_cleanup,make_my_cleanup2): Ditto.
7871 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7872 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
7873 (do_cleanups,do_final_cleanups): Ditto.
7874 (discard_cleanups,discard_final_cleanups): Ditto
7875 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7876 (save_cleanups,save_final_cleanups): Ditto.
7877 (restore_cleanups,restore_final_cleanups): Ditto.
7878 (null_cleanup): Ditto.
7879 (make_my_cleanup,make_my_cleanup2): Ditto.
7880 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7881
e0088cfd
DE
7882 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
7883 make_my_cleanup.
7884 (make_cleanup_dyn_string_delete): Ditto.
7885 (make_cleanup_ui_file_delete): Ditto.
7886 (make_cleanup_ui_out_redirect_pop): Ditto.
7887 (make_cleanup_free_section_addr_info): Ditto.
7888 (make_cleanup_restore_integer): Ditto.
7889 (make_cleanup_unpush_target): Ditto.
7890 (make_cleanup_value_free_to_mark): Ditto.
7891 (make_cleanup_value_free): Ditto.
7892 (make_cleanup_free_so): Ditto.
7893
4dc84fd1
JK
78942012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7895
7896 New option "set debug auto-load".
7897 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
7898 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
7899 (auto_load_safe_path_vec_update)
7900 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
7901 if DEBUG_AUTO_LOAD.
7902 (file_is_auto_load_safe): New parameters debug_fmt and ....
7903 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
7904 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
7905 caller by explanatory string.
7906 (_initialize_auto_load): Register "set debug auto-load".
7907 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
7908 and ....
7909 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7910 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
7911 by explanatory string.
7912 * main.c (captured_main): Likewise.
7913 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
7914 (source_section_scripts): Likewise.
7915
bccbefd2
JK
79162012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7917
7918 New option "set auto-load safe-path".
7919 * NEWS: New commands "set auto-load safe-path"
7920 and "show auto-load safe-path".
7921 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
7922 (auto_load_safe_path, auto_load_safe_path_vec)
7923 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
7924 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
7925 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
7926 (source_gdb_script_for_objfile): New variable is_safe. Call
7927 file_is_auto_load_safe. Return if it is not.
7928 (struct loaded_script): New field loaded.
7929 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
7930 (print_script): Use LOADED indicator instead of FULL_PATH. Change
7931 output "Missing" to "No".
7932 (_initialize_auto_load): New variable cmd. Initialize
7933 auto_load_safe_path. Register "set auto-load safe-path",
7934 "show auto-load safe-path" and "add-auto-load-safe-path".
7935 * auto-load.h (maybe_add_script): Add parameter loaded.
7936 (file_is_auto_load_safe): New declaration.
7937 * config.in: Regenerate.
7938 * configure: Regenerate.
7939 * configure.ac: New parameters --with-auto-load-safe-path
7940 and --without-auto-load-safe-path.
7941 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7942 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
7943 * main.c (captured_main): Check file_is_auto_load_safe for
7944 LOCAL_GDBINIT.
7945 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
7946 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
7947 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
7948 not.
7949
bf88dd68
JK
79502012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7951
7952 auto-load: Implementation.
7953 * NEWS: New descriptions for "info auto-load",
7954 "info auto-load gdb-scripts", "info auto-load python-scripts",
7955 "info auto-load local-gdbinit" and "info auto-load libthread-db".
7956 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
7957 and "show auto-load-scripts". New description for "set auto-load",
7958 "show auto-load", "set auto-load gdb-scripts",
7959 "show auto-load gdb-scripts", "set auto-load python-scripts",
7960 "show auto-load python-scripts", "set auto-load local-gdbinit",
7961 "show auto-load local-gdbinit", "set auto-load libthread-db" and
7962 "show auto-load libthread-db".
7963 * auto-load.c: Remove include python/python-internal.h. Add includes
7964 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
7965 cli/cli-setshow.h.
7966 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
7967 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
7968 (gdbpy_global_auto_load): Rename to ...
7969 (global_auto_load): ... here.
7970 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7971 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
7972 (script_language_gdb, source_gdb_script_for_objfile): New.
7973 (struct loaded_script): New field language.
7974 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
7975 LANGUAGE.
7976 (maybe_add_script): Add parameter language. Drop redundant
7977 entry.full_path initialization. Initialize entry.language and
7978 (*slot)->language.
7979 (auto_load_objfile_script): Change parameter suffix to language.
7980 Remove the call of maybe_add_script.
7981 Call language->source_script_for_objfile.
7982 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
7983 New.
7984 (collect_matching_scripts): Adjust it for
7985 struct collect_matching_scripts_data.
7986 (auto_load_info_scripts_pattern_nl): New variable.
7987 (info_auto_load_scripts): Rename to ...
7988 (auto_load_info_scripts): ... here, add parameter language. Adjust it
7989 for struct collect_matching_scripts_data.
7990 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
7991 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
7992 (auto_load_show_cmdlist_get, info_auto_load_cmd)
7993 (auto_load_info_cmdlist_get): New.
7994 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
7995 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
7996 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
7997 "info auto-load local-gdbinit".
7998 * auto-load.h (struct script_language): New.
7999 (gdbpy_global_auto_load): Rename to ...
8000 (global_auto_load): ... here.
8001 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8002 (auto_load_local_gdbinit_loaded): New declarations.
8003 (maybe_add_script): New parameter language.
8004 (auto_load_objfile_script): Change parameter suffix to language.
8005 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
8006 (auto_load_info_scripts, auto_load_set_cmdlist_get)
8007 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
8008 declarations.
8009 * linux-thread-db.c: Include auto-load.h and ctype.h.
8010 (auto_load_thread_db, show_auto_load_thread_db): New.
8011 (struct thread_db_info): New field filename.
8012 (delete_thread_db_info): Call xfree for FILENAME.
8013 (try_thread_db_load): Initialize FILENAME.
8014 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
8015 if !AUTO_LOAD_THREAD_DB.
8016 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
8017 (_initialize_thread_db): Install auto_load_thread_db
8018 as "set auto-load libthread-db" and install info_auto_load_libthread_db
8019 as "info auto-load libthread-db".
8020 * main.c (captured_main): Rename gdbpy_global_auto_load to
8021 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
8022 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
8023 (print_gdb_help): Extend the help for 'local init file'.
8024 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
8025 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
8026 (auto_load_scripts): Rename to ...
8027 (auto_load_python_scripts): ... here, update the comment.
8028 (gdbpy_load_auto_script_for_objfile): New declaration.
8029 (show_auto_load_python_scripts, script_language_python)
8030 (gdbpy_load_auto_script_for_objfile): New.
8031 (source_section_scripts): Refactor the code.
8032 (load_auto_scripts_for_objfile): Rename to ...
8033 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
8034 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
8035 (info_auto_load_python_scripts): New.
8036 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
8037 Rename "set auto-load-scripts" to "set auto-load python-scripts".
8038 Register "set auto-load-scripts" as its deprecated alias. Register
8039 "info auto-load python-scripts". Register "info auto-load-scripts" as
8040 its deprecated alias.
8041 (load_auto_scripts_for_objfile): Rename to ...
8042 (gdbpy_load_auto_scripts_for_objfile): ... here.
8043 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
8044 (gdbpy_load_auto_scripts_for_objfile): ... here.
8045
e2207b9a
JK
80462012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8047
8048 auto-load: Move files.
8049 * Makefile.in (SFILES): Add auto-load.c.
8050 (HFILES_NO_SRCDIR): Add auto-load.h.
8051 (COMMON_OBS): Add auto-load.o.
8052 (distclean): Change .gdbinit for gdb-gdb.gdb.
8053 * auto-load.c: New file, with parts from python/py-auto-load.c.
8054 * auto-load.h: New file, with parts from python/python.h.
8055 * configure: Regenerate.
8056 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
8057 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
8058 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
8059 * main.c: Include auto-load.h.
8060 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
8061 command.h, observer.h and progspace.h to auto-load.c. Add include
8062 auto-load.h.
8063 (gdbpy_global_auto_load, struct auto_load_pspace_info)
8064 (struct loaded_script, auto_load_pspace_data)
8065 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
8066 (hash_loaded_script_entry, eq_loaded_script_entry)
8067 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
8068 (maybe_add_script): Move to auto-load.c.
8069 (source_section_scripts): Change maybe_add_script parameters passing,
8070 use script_not_found_warning_print.
8071 (clear_section_scripts, auto_load_objfile_script)
8072 (auto_load_new_objfile, loaded_script_ptr)
8073 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
8074 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
8075 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
8076 auto_load_new_objfile and info_auto_load_scripts initizations to
8077 auto-load.c.
8078 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
8079
e4ab2fad
JK
80802012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8081
8082 Code cleanup.
8083 * charset.c (find_charset_names): Remove variables ix and elt.
8084 Use free_char_ptr_vec.
8085 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
8086 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
8087 debugdir_end. New variable debugdir_len.
8088 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
8089 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
8090 declarations.
8091 * progspace.c (clear_program_space_solib_cache): Remove variables ix
8092 and elt. Use free_char_ptr_vec.
8093 * source.c (add_path): Remove variables argv, arg and argv_index.
8094 New variables dir_vec, back_to, ix and name.
8095 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
8096 make_cleanup_freeargv. Remove variable separator. Simplify the code
8097 no longer expecting DIRNAME_SEPARATOR.
8098 (openp): Remove variable p, p1 and len. New variables dir_vec,
8099 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
8100 no longer expecting DIRNAME_SEPARATOR.
8101 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
8102 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
8103 debugdir_end.
8104 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
8105 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
8106 (dirnames_to_char_ptr_vec): New functions.
8107
5ee4ed9f
JK
81082012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8109
8110 Code cleanup.
8111 * source.c (add_path): Remove always true conditional 'p == 0' and
8112 unindent its code block.
8113
f41f5e61
PA
81142012-04-17 Pedro Alves <palves@redhat.com>
8115
8116 * gdbtypes.h (FIELD_BITPOS): Rename to ...
8117 (FIELD_BITPOS_LVAL): ... this.
8118 (FIELD_BITPOS): New.
8119 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
8120 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
8121 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
8122 SET_FIELD_BITPOS.
8123 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
8124 SET_FIELD_BITPOS.
8125 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
8126 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
8127 * target-descriptions.c (tdesc_gdb_type): Adjust to use
8128 SET_FIELD_BITPOS.
8129
945b3a32
JK
81302012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8131
8132 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
8133 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
8134 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
8135 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
8136 * jv-lang.c (java_link_class_type): Likewise, once.
8137 * stabsread.c (read_enum_type): Likewise.
8138
42476b70
YQ
81392012-04-16 Yao Qi <yao@codesourcery.com>
8140
8141 * common/agent.c (agent_run_command): Add one more parameter `len'.
8142 Update callers.
8143 * common/agent.h: Update declaration.
8144 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8145 Update.
8146 (linux_child_static_tracepoint_markers_by_strid): Ditto.
8147
8264ba82
AG
81482012-04-14 Anton Gorenkov <xgsa@yandex.ru>
8149
8150 PR mi/13393
8151 * value.c (value_actual_type): New function.
8152 * value.h (value_actual_type): New declaration.
8153 * varobj.c (update_type_if_necessary): New function.
8154 (varobj_create): Call value_actual_type instead of
8155 value_type.
8156 (install_dynamic_child): distinct changed and type changed MI variable
8157 objects.
8158 (update_dynamic_varobj_children): Updated for install_dynamic_child
8159 change. All callers updated.
a09130f9 8160 (varobj_update): Support for MI variable object type change if
8264ba82
AG
8161 the value changed and RTTI is used to determine the type.
8162 (create_child_with_value): Call value_actual_type instead of
8163 value_type.
a09130f9 8164 (adjust_value_for_child_access): Extended with a new parameter which
8264ba82
AG
8165 specify whether the given value should be casted to enclosing type.
8166 All callers updated.
8167
55a8c076
YQ
81682012-04-14 Yao Qi <yao@codesourcery.com>
8169
8170 Import gnulib module inttypes from git
8171 (250b80067c1e1d8faa0c42fb572f721975b929c5)
8172 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
a09130f9
PA
8173 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
8174 gnulib/m4/inttypes-pri.m4
55a8c076
YQ
8175 * aclocal.m4, config.in, configure: Regenerated.
8176 * gnulib/Makefile.am: Update.
8177 * gnulib/Makefile.in: Update.
8178 * gnulib/m4/gnulib-cache.m4: Update.
8179 * gnulib/m4/gnulib-comp.m4: Update.
8180 * gnulib/inttypes.in.h: New.
8181 * gnulib/m4/inttypes-pri.m4: New.
a09130f9 8182 * gnulib/m4/inttypes.m4: New.
55a8c076 8183
ca7781d2
LM
81842012-04-13 Luis Machado <lgustavo@codesourcery.com>
8185
8186 * infrun.c (resume): Update PC address to the real PC after
8187 preparing to do displaced stepping.
8188
e319fa28
DE
81892012-04-12 Doug Evans <dje@google.com>
8190
8191 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
8192 All callers updated.
8193
15add3f5
MK
81942012-04-12 Mark Kettenis <kettenis@gnu.org>
8195
8196 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
8197
52dc124a
DE
81982012-04-12 Doug Evans <dje@google.com>
8199
0e50663e
DE
8200 * dwarf2read.c (create_all_type_units): Renamed from
8201 create_debug_types_hash_table. All callers updated.
8202
52dc124a
DE
8203 * dwarf2read.c (create_signatured_type_table_from_index): Rename
8204 local type_sig to sig_type, type_offset to type_offset_in_tu.
8205 (hash_signatured_type): Renamed from hash_type_signature,
8206 all callers updated.
8207 (eq_signatured_type): Renamed from eq_type_signature,
8208 all callers updated.
8209 (create_debug_types_hash_table): Rename local type_sig to sig_type.
8210 (process_enumeration_scope): Ditto.
8211 (lookup_signatured_type_at_offset): Ditto.
8212 (load_full_type_unit, read_signatured_type): Ditto.
8213
248fd3bf
YQ
82142012-04-12 Yao Qi <yao@codesourcery.com>
8215
8216 * remote.c (async_remote_interrupt): Correct function name in
8217 debug message.
8218 (async_remote_interrupt_twice): Ditto.
8219
bc3aa6c3
DE
82202012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
8221
8222 * source.c (find_and_open_source): Consistently pass resulting
8223 full path through xfullpath.
8224
9e529e1d
JK
82252012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8226
8227 Provide more specific displaced-stepping memory error message.
8228 * infrun.c (displaced_step_prepare): New variable status. Call
8229 target_read_memory instead of read_memory, provide more specific
8230 error message.
8231
82e0cec1
TG
82322012-04-11 Tristan Gingold <gingold@adacore.com>
8233
8234 PR gdb/13901
8235 * darwin-nat.c (darwin_execvp): Revert previous patch.
8236
d987a266
TG
82372012-04-11 Tristan Gingold <gingold@adacore.com>
8238
8239 PR gdb/13901
8240 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
8241 in case of change.
8242
016b7430
TG
82432012-04-11 Tristan Gingold <gingold@adacore.com>
8244
8245 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8246 warning.
8247
06fc020f
SCR
82482012-04-11 Siva Chandra Reddy <sivachandra@google.com>
8249
8250 New command 'explore' which helps explore values and types in
8251 scope.
8252 * NEWS: Add an entry about the new 'explore' command.
8253 * data-directory/Makefile.in: Add gdb/command/explore.py
8254 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
a09130f9 8255 command using the GDB Python API.
06fc020f 8256
de0919f8 82572012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
34b192ce
MR
8258
8259 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
8260 extension in jump target calculation.
8261
de0919f8 82622012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
9e8da49c
MR
8263
8264 * mips-tdep.c (mips32_next_pc): Handle JALX.
8265
2f26ef89
YQ
82662012-04-10 Yao Qi <yao@codesourcery.com>
8267
8268 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
8269
2e505b66
YQ
82702012-04-10 Yao Qi <yao@codesourcery.com>
8271
8272 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
8273 and gnulib/m4/gnulib-tool.m4.
8274
0d99eb77
DE
82752012-04-10 Doug Evans <dje@google.com>
8276
8277 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
8278 (load_partial_dies): Clarify comment.
8279 (find_partial_die): Support rereading type units.
8280 Clarify CU handling, if we know offset is in CU, don't search for the
8281 containing CU. Add comment regarding memory waste.
8282
9a82b8ff
L
82832012-04-10 H.J. Lu <hongjiu.lu@intel.com>
8284
8285 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
8286 i386/x32-avx and i386/x32-avx-linux.
8287 (i386/x32-expedite): New.
8288 (i386/x32-linux-expedite): Likewise.
8289 (i386/x32-avx-expedite): Likewise.
8290 (i386/x32-avx-linux-expedite): Likewise.
8291 ($(outdir)/i386/x32.dat): Likewise.
8292 ($(outdir)/i386/x32-linux.dat): Likewise.
8293 ($(outdir)/i386/x32-avx.dat): Likewise.
8294 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
8295
8296 * features/i386/x32-avx-linux.xml: New file.
8297 * features/i386/x32-avx.xml: Likewise.
8298 * features/i386/x32-core.xml: Likewise.
8299 * features/i386/x32-linux.xml: Likewise.
8300 * features/i386/x32.xml: Likewise.
8301
8302 * features/i386/x32-avx-linux.c: New. Generated.
8303 * features/i386/x32-avx.c: Likewise.
8304 * features/i386/x32-linux.c: Likewise.
8305 * features/i386/x32.c: Likewise.
8306 * regformats/i386/x32-avx-linux.dat: Likewise.
8307 * regformats/i386/x32-avx.dat: Likewise.
8308 * regformats/i386/x32-linux.dat: Likewise.
8309 * regformats/i386/x32.dat: Likewise.
8310
ee41036f
TG
83112012-04-10 Tristan Gingold <gingold@adacore.com>
8312
8313 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
8314 code to kill the inferior.
8315
a7aa5b8a
MK
83162012-04-09 Mark Kettenis <kettenis@gnu.org>
8317
8318 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8319 defines.
8320 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8321 defines.
a09130f9 8322 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
a7aa5b8a
MK
8323 (yyvsp): New defines.
8324 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8325 defines.
8326 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8327 defines.
8328 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8329 defines.
8330 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8331 defines.
8332 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8333 defines.
8334
fb57d452
MK
83352012-04-09 Mark Kettenis <kettenis@gnu.org>
8336
a09130f9 8337 * sparc64-tdep.c (sparc64_store_arguments)
fb57d452
MK
8338 (sparc64_store_arguments): Fix coding style.
8339
cdc7b32f
MK
83402012-04-07 Mark Kettenis <kettenis@gnu.org>
8341
8342 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
8343 complex floats, adjust some related comments and tighten a related
8344 assertion.
8345 (sparc64_extract_return_value): Handle complex floats.
8346
7adf1e79
DE
83472012-04-07 Doug Evans <dje@google.com>
8348
8349 * dwarf2read.c (load_partial_dies): Change condition to assert.
8350
50f1ae7b
DE
83512012-04-06 Doug Evans <dje@google.com>
8352
8353 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
8354 "mov %rsp,%rbp".
8355
55fa75c3
KB
83562012-04-05 Kevin Buettner <kevinb@redhat.com>
8357
8358 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
8359 fencepost error.
8360 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
8361 (v850_gdbarch_init): Set `num_regs' as appropriate for the
8362 architecture.
8363
40e084e1
KS
83642012-04-05 Keith Seitz <keiths@redhat.com>
8365
8366 * linespec.c (decode_compound): Remove.
8367 (enum offset_relative_sign): New enum.
8368 (struct line_offset): New struct.
8369 (struct linespec): New struct.
8370 (struct linespec_state): Move file_symtabs,
8371 user_filename, and user_function into struct linespec.
8372 Make result an anonymous struct holding vectors of
8373 symbolp and minsym_and_objfile_d.
8374 Add language member.
8375 (enum ls_token_type): New enum.
8376 (linespec_keywords): New array.
8377 (struct ls_token): New struct.
8378 (struct ls_parser): New struct.
8379 (linespec_lexer_lex_number): New function.
8380 (linespec_lexer_lex_keyword): New function.
8381 (is_ada_operator): New function.
8382 (skip_quote_char): New function.
8383 (copy_token_string): New function.
8384 (is_closing_quote_enclosed): New function.
8385 (find_parameter_list_end): New function.
8386 (linespec_lexer_lex_string): New function.
8387 (linespec_lexer_lex_one): New function.
8388 (linespec_lexer_consume_token): New function.
8389 (linespec_lexer_peek_token): New function.
8390 (cplusplus_error): Remove unused function.
8391 (find_methods): Update comment.
8392 (find_toplevel_char): Return const.
8393 (is_objc_method_format): Remove unused function.
8394 (find_toplevel_string): New function.
8395 (is_linespec_boundary): Remove.
8396 (symbol_not_found_error): New function.
8397 (find_method_overload_end): Remove function.
8398 (unexpected_linespec_error): New function.
8399 (keep_name_info): Remove.
8400 (linespec_parse_line_offset): New function.
8401 (linespec_parse_basic): New function.
8402 (canonicalize_linespec): New function.
8403 (decode_line_internal): Remove.
8404 (create_sals_line_offset): New function adapted from
8405 decode_all_digits.
8406 (convert_linespec_to_sals): New function.
8407 (parse_linespec): New function.
8408 (linespec_parser_new): New function.
8409 (linespec_state_destructor): Change parameter type to
8410 struct linespec_state *.
8411 Add language parameter.
8412 Remove freeing of moved members.
8413 (linespec_parser_delete): New function.
8414 (decode_line_full): Use parse_linespec and linespec_parser_new.
8415 (decode_line_1): Likewise.
8416 (decode_indirect): Rename to ...
8417 (linespec_expression_to_pc): ... this and rewrite
8418 to simply find CORE_ADDR, storing this result for later
8419 conversion to SALs.
8420 (locate_first_half): Remove.
8421 (deocde_objc): Add parameter LS.
8422 Initialize new struct collect_info members.
8423 Handle minimal symbols, too.
8424 (decode_compound): Delete.
8425 (lookup_prefix_sym): Rewrite.
8426 (compare_msymbols): New function.
8427 (find_method): Rewrite.
8428 Do not call cplusplus_error.
8429 (symtabs_from_filename): Rewrite.
8430 (collect_function_symbols): Delete.
8431 (find_function_symbols): Rewrite without ARGPTR-style
8432 processing.
8433 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
8434 (decode_dollar): Adapted and renamed to ...
8435 (linespec_parse_variable): ... this.
8436 (find_linespec_symbols): New function.
8437 (decode_label): Adapted and renamed to ...
8438 (find_label_symbols): ... this.
8439 (decode_digits_list_mode): Add and use LS argument.
8440 (decode_digits_ordinary): Likewise.
8441 (collect_symbols): Do not collect SALs, just symbols and msymbols.
8442 If in list mode, allow any symbol class. Otherwise, only
8443 permit LOC_BLOCK symbols.
8444 (minsym_found): Update comments.
8445 (search_minsyms_for_name): Do not convert the matching symbol
8446 into a SAL. Simply push the symbol and objfile into the
8447 result vector.
8448 (decode_variable): Delete. Contents adapted into
8449 find_linespec_symbols.
8450
8451 * cp-support.c (SKIP_SPACE): Remove.
8452 (operator_tokens): Remove unused global.
8453 (cp_validate_operator): Remove.
8454 * cp-support.h (cp_validate_operator): Remove declaration.
8455
a72c8f6a
JK
84562012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8457
8458 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
8459 for TYPE_VPTR_FIELDNO.
8460 * valprint.c (valprint_check_validity): Make it global, move the
8461 function comment ...
8462 * value.h (valprint_check_validity): ... to this new declaration.
8463
cf9bb588
TG
84642012-04-02 Tristan Gingold <gingold@adacore.com>
8465
8466 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
8467 the STATE32 api for i386 state.
8468 (i386_darwin_store_inferior_registers): Likewise.
8469
17092398
TG
84702012-04-02 Tristan Gingold <gingold@adacore.com>
8471
8472 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
8473 SS offset.
8474 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8475 format_string.
8476
ece0061f
TG
84772012-04-02 Tristan Gingold <gingold@adacore.com>
8478
8479 PR gdb/13901
d987a266 8480 * darwin-nat.c (darwin_execvp): Set binary preference.
ece0061f 8481
cf65ecd3
JK
84822012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8483
8484 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
8485
9bc3523d
TT
84862012-03-30 Tom Tromey <tromey@redhat.com>
8487
8488 * python/python.c (gdbpy_decode_line): Move cleanup creation out
8489 of TRY_CATCH. Fix error handling.
8490 * python/py-value.c (convert_value_from_python): Move 'old'
8491 declaration to innermost scope.
8492
b1ed564a
JB
84932012-03-29 Joel Brobecker <brobecker@adacore.com>
8494 Andrey Smirnov <andrew.smirnov@gmail.com>
8495
8496 -Wshadow warning fix.
8497 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
8498 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
8499 Adjust code accordingly.
8500
cb8e9b97
JB
85012012-03-29 Joel Brobecker <brobecker@adacore.com>
8502
8503 * ada-lang.c (symbol_completion_add): Rename parameter
8504 "encoded" into "encoded_p". Ajust code and documentation
8505 accordingly.
8506
c0af1706
JB
85072012-03-29 Joel Brobecker <brobecker@adacore.com>
8508 Andrey Smirnov <andrew.smirnov@gmail.com>
8509
8510 -Wshadow warning fix.
8511 * ada-lang.c (symbol_completion_add): Rename parameter
8512 "wild_match" into wild_match_p. Update code and documentation
8513 accordingly.
8514
6ea35997
JB
85152012-03-29 Joel Brobecker <brobecker@adacore.com>
8516
8517 * ada-lang.c (symbol_completion_match): Rename parameter
8518 "encoded" into "encoded_p". Ajust code and documentation
8519 accordingly.
8520
e701b3c0
JB
85212012-03-29 Joel Brobecker <brobecker@adacore.com>
8522 Andrey Smirnov <andrew.smirnov@gmail.com>
8523
8524 -Wshadow warning fix.
8525 * ada-lang.c (symbol_completion_match): Rename parameter
8526 "wild_match" into "wild_match_p". Adjust code and function
8527 documentation accordingly.
8528
5e2336be
JB
85292012-03-29 Joel Brobecker <brobecker@adacore.com>
8530 Andrey Smirnov <andrew.smirnov@gmail.com>
8531
8532 -Wshadow warning fix.
8533 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
8534 "symbol_info" into "info". Adjust code accordingly.
8535 (ada_lookup_symbol): Likewise.
8536
9f88c959
JB
85372012-03-29 Joel Brobecker <brobecker@adacore.com>
8538
8539 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
8540 of this function's documentation.
8541
82ccd55e
JB
85422012-03-29 Joel Brobecker <brobecker@adacore.com>
8543 Andrey Smirnov <andrew.smirnov@gmail.com>
8544
8545 -Wshadow warning fix.
8546 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
8547 variable into "wild_match_p". Adjust code accordingly.
8548
d0a8ab18
JB
85492012-03-29 Joel Brobecker <brobecker@adacore.com>
8550 Andrey Smirnov <andrew.smirnov@gmail.com>
8551
8552 -Wshadow warning fix.
8553 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
8554 parameter into "wild_match_p". Adjust code accordingly.
8555 Document this parameter in the function description.
8556
48b78332
JB
85572012-03-29 Joel Brobecker <brobecker@adacore.com>
8558 Andrey Smirnov <andrew.smirnov@gmail.com>
8559
8560 -Wshadow warning fix.
8561 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
8562 "wild_match" parameter to "wild_match_p" (-Wshadow).
8563
2e6e0353
JB
85642012-03-29 Joel Brobecker <brobecker@adacore.com>
8565
8566 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
8567 in function documentation.
8568
dc4024cd
JB
85692012-03-29 Joel Brobecker <brobecker@adacore.com>
8570 Andrey Smirnov <andrew.smirnov@gmail.com>
8571
8572 -Wshadow warning fix.
8573 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
8574 variable into wild_match_p. Adjust code accordingly.
8575
6c88661c
JB
85762012-03-29 Joel Brobecker <brobecker@adacore.com>
8577 Andrey Smirnov <andrew.smirnov@gmail.com>
8578
8579 * ada-valprint.c (ada_val_print_1): Move the code handling
8580 TYPE_CODE_ENUM inside its own lexical block. Declare
8581 variables len and val there, instead of in the function's
8582 top level block. Avoid declaring deref_val again in a way
8583 that shadows another variable of the same name declared
8584 in one of the up-level blocks. Just re-use the up-level
8585 variable instead.
8586
4e5c77fe
JB
85872012-03-29 Joel Brobecker <brobecker@adacore.com>
8588
8589 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
8590 Replace block_found argument by symbol_info. Adjust
8591 implementation accordingly. Add function documentation.
8592 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
8593 Fix documentation.
8594 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
8595 * ada-exp.y (write_object_renaming): Adjust to new
8596 ada_lookup_encoded_symbol API.
8597
1c0ac8c7
JB
85982012-03-29 Joel Brobecker <brobecker@adacore.com>
8599
8600 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
8601 documentation.
8602
2aaed979
KB
86032012-03-28 Rathish C <rathish.c@kpitcummins.com>
8604
8605 * v850-tdep.c: Add the enum values for mpu and fpu registers.
8606 (v850_register_name): Add the mpu and fpu register names.
8607 (v850e_register_name): Add the mpu and fpu register names.
8608 (v850e2_register_name): New function.
a09130f9 8609 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
2aaed979
KB
8610 bfd_mach_v850e2v3.
8611
927fbba6
JB
86122012-03-28 Joel Brobecker <brobecker@adacore.com>
8613
8614 * NEWS: Add entry for Ada varobj support.
8615
d32cafc7
JB
86162012-03-28 Joel Brobecker <brobecker@adacore.com>
8617
8618 * varobj.c (default_value_is_changeable_p): New function,
8619 extracted from varobj_value_is_changeable_p. Add declaration.
8620 (ada_value_is_changeable_p): New function, extracted from
8621 varobj_value_is_changeable_p. Add declaration.
8622 (struct language_specific): New field "value_is_changeable_p".
8623 (languages): Add entries for new field.
8624 (varobj_create): Set language before calling install_new_value.
8625 (varobj_value_is_changeable_p): Reimplement to call the varobj's
8626 "value_is_changeable_p" language callback.
8627
181875a4
JB
86282012-03-28 Joel Brobecker <brobecker@adacore.com>
8629
8630 * ada-varobj.h, ada-varobj.c: New files.
8631 * Makefile.in (SFILES): Add ada-varobj.c.
8632 (HFILES_NO_SRCDIR): Add ada-varobj.h.
8633 (COMMON_OBS): Add ada-varobj.o.
8634
7a290c40
JB
86352012-03-28 Joel Brobecker <brobecker@adacore.com>
8636
8637 * varobj.c (ada_value_has_mutated): Add declaration. New function.
8638 (struct language_specific): New field "value_has_mutated".
8639 (languages): Set field "value_has_mutated" in each entry of array.
8640 (varobj_value_has_mutated): New function.
8641 (varobj_udpdate): Add handling of type mutation.
8642 (value_of_root): Add handling of type mutation.
8643 (ada_value_has_mutated): New function.
8644
ca9b8b9c
PA
86452012-03-28 Pedro Alves <palves@redhat.com>
8646
8647 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
8648 Always supply $fr0 as 0.0 and $fr1 as 1.0.
8649
cc0265cd
TT
86502012-03-28 Tom Tromey <tromey@redhat.com>
8651
8652 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
8653 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
8654 before returning.
8655
3ad2ec6f
TT
86562012-03-28 Tom Tromey <tromey@redhat.com>
8657
8658 * .dir-locals.el: New file.
8659
4a6510ba
PA
86602012-03-28 Pedro Alves <palves@redhat.com>
8661
8662 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
8663
5a75128f
JB
86642012-03-28 Joel Brobecker <brobecker@adacore.com>
8665
8666 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
8667 handling for r0.
8668
f99d8bf4
PA
86692012-03-27 Pedro Alves <palves@redhat.com>
8670
8671 Eliminate struct ui_stream.
8672
8673 * ui-out.h (struct ui_stream): Delete.
8674 (ui_out_field_stream): Adjust prototype.
8675 (ui_out_stream_new, ui_out_stream_delete)
8676 (make_cleanup_ui_out_stream_delete): Delete declarations.
8677 * ui-out.c (ui_out_field_stream): Change prototype to take a
8678 ui_file instead of a ui_stream. Adjust.
8679 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
8680 (make_cleanup_ui_out_stream_delete): Delete.
8681 * breakpoint.c (print_breakpoint_location)
8682 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
8683 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8684 * disasm.c (dump_insns): Ditto.
8685 (do_mixed_source_and_assembly, do_assembly_only): Adjust
8686 prototype.
8687 (gdb_disassembly): Use ui_file/mem_fileopen instead of
8688 ui_stream/ui_out_stream_new.
8689 * infcmd.c (print_return_value): Ditto.
8690 * osdata.c (info_osdata_command): Don't allocate a local
8691 ui_stream.
8692 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
8693 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8694 * tracepoint.c (print_one_static_tracepoint_marker): Don't
8695 allocate a local ui_stream.
8696 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
8697 instead of ui_stream/ui_out_stream_new.
8698 (list_args_or_locals): Don't allocate a local ui_stream.
8699 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
8700 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
8701 ui_stream/ui_out_stream_new.
8702 * cli/cli-setshow.c (do_setshow_command): Ditto.
8703
6350a066 87042012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
72508ac0 8705
6350a066
PA
8706 * arm-linux-tdep.c (arm_linux_init_abi): Call
8707 set_gdbarch_process_record. Initialize `arm_swi_record' field.
8708 * arm-tdep.c (arm_process_record): New function.
8709 (deallocate_reg_mem): New function.
8710 (decode_insn): New function.
8711 (thumb_record_branch): New function.
8712 (thumb_record_ldm_stm_swi(): New function.
8713 (thumb_record_misc): New function.
8714 (thumb_record_ld_st_stack): New function.
8715 (thumb_record_ld_st_imm_offset): New function.
8716 (thumb_record_ld_st_reg_offset(): New function.
8717 (thumb_record_add_sub_cmp_mov): New function.
8718 (thumb_record_shift_add_sub): New function.
8719 (arm_record_coproc_data_proc): New function.
8720 (arm_record_coproc): New function.
8721 (arm_record_b_bl): New function.
8722 (arm_record_ld_st_multiple): New function.
8723 (arm_record_ld_st_reg_offset): New function.
8724 (arm_record_ld_st_imm_offset): New function.
8725 (arm_record_data_proc_imm): New function.
8726 (arm_record_data_proc_misc_ld_str): New function.
8727 (arm_record_extension_space): New function.
8728 (arm_record_strx): New function.
8729 (sbo_sbz): New function.
8730 (struct insn_decode_record): New structure for arm insn record.
8731 (REG_ALLOC): New macro for reg allocations.
8732 (MEM_ALLOC): New macro for memory allocations.
8733 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
72508ac0 8734
89e028e2
AS
87352012-03-27 Andreas Schwab <schwab@linux-m68k.org>
8736
8737 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
8738 (store_register): Likewise.
8739
6350a066 87402012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
3d9a9eb0 8741
6350a066 8742 * MAINTAINERS (Write After Approval): Add myself to the list.
3d9a9eb0 8743
5b43fab2
JK
87442012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8745
8746 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
8747 Describe also the option "auto".
8748
b5453b95
RH
87492012-03-22 Richard Henderson <rth@redhat.com>
8750
8751 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
8752 * sparc-nat.c (sparc_xfer_wcookie): Make static.
8753
227ee7fc
RH
87542012-03-22 Richard Henderson <rth@redhat.com>
8755
8756 * jit.c (jit_read_code_entry): Compute alignment and offset of
8757 int64_t member before computing entry_size.
8758
7b282c5a
SCR
87592012-03-22 Siva Chandra Reddy <sivachandra@google.com>
8760
8761 Python scripting: Add new method Value.referenced_value to
8762 gdb.Value which can dereference pointer as well as reference
8763 values.
8764 * NEWS: Add entry under 'Python scripting' about the new method
8765 Value.referenced_value on gdb.Value objects.
8766 * python/py-value.c (valpy_referenced_value): New function
8767 defining a new method on gdb.Value objects which can dereference
8768 pointer and reference values.
8769
0c83539f
SCR
87702012-03-22 Siva Chandra Reddy <sivachandra@google.com>
8771
8772 * MAINTAINERS (Write After Approval): Add myself to the list.
8773
7ccffd7c
KB
87742012-03-21 Kevin Buettner <kevinb@redhat.com>
8775
8776 * symtab.c (skip_prologue_sal): Change test to check for "main()"
8777 in addition to "main".
8778
bd0b9f9e
JB
87792012-03-21 Joel Brobecker <brobecker@adacore.com>
8780
8781 * expression.h (op_name): Add declaration.
8782 * expprint.c (op_name): Remove declaration. Make non-static.
8783 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
8784
a5362b9a
TS
87852012-03-21 Thomas Schwinge <thomas@codesourcery.com>
8786
8787 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
8788 of struct siginfo.
8789 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
8790 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
8791 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
8792 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
8793 (linux_nat_get_siginfo): Likewise.
8794 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
8795 (linux_nat_get_siginfo): Likewise.
8796 * linux-tdep.c (linux_get_siginfo_type): Likewise.
8797 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
8798 * procfs.c (gdb_siginfo_t): Likewise.
8799
adcadaab
MF
88002012-03-21 Mike Frysinger <vapier@gentoo.org>
8801
8802 * .gitignore: Ignore more files.
8803
e278ad5b
PA
88042012-03-20 Pedro Alves <palves@redhat.com>
8805
8806 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
8807 returns.
8808
741e63d7
YQ
88092012-03-20 Yao Qi <yao@codesourcery.com>
8810
8811 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
8812 comment.
8813
b64f50a1
JK
88142012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8815
8816 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
8817 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
8818 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
8819 sect_offset.
8820 * dwarf2expr.h (cu_offset, sect_offset): New types.
8821 (struct dwarf_expr_context_funcs) <dwarf_call>
8822 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
8823 sect_offset.
8824 (struct dwarf_expr_context) <len>: Improve the comment.
8825 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
8826 cu_offset and sect_offset.
8827 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
8828 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
8829 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
8830 * dwarf2loc.h: Include dwarf2expr.h.
8831 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
8832 and sect_offset.
8833 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
8834 Improve the comment.
8835 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
8836 (struct signatured_type, struct line_header, struct partial_die_info)
8837 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
8838 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
8839 (get_die_type_at_offset, create_cus_from_index)
8840 (create_signatured_type_table_from_index, dw2_get_file_names)
8841 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
8842 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
8843 (create_debug_types_hash_table, process_psymtab_comp_unit)
8844 (load_partial_comp_unit, create_all_comp_units)
8845 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
8846 (load_full_comp_unit, dwarf2_physname, read_import_statement)
8847 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
8848 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
8849 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
8850 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
8851 (find_partial_die, read_attribute_value, lookup_die_type)
8852 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
8853 (is_ref_attr): New function comment.
8854 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
8855 Use cu_offset and sect_offset.
8856 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
8857 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
8858 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
8859 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
8860 (offset_and_type_hash, offset_and_type_eq, set_die_type)
8861 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
8862 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
8863 sect_offset.
8864
e97a38f7
JK
88652012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8866
8867 Code cleanup.
8868 * python/py-auto-load.c (source_section_scripts): New variable back_to.
8869 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
8870 with xfree.
8871 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
8872
8320cc4f
JK
88732012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8874
8875 * NEWS: Describe new options --init-command=FILE, -ix and
8876 --init-eval-command=COMMAND, -iex.
8877 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
8878 CMDARG_INIT_COMMAND.
8879 (captured_main): New enum items OPT_IX and OPT_IEX. Add
8880 "init-command", "init-eval-command", "ix" and "iex" to the variable
8881 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
8882 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
8883 (print_gdb_help): Describe --init-command=FILE, -ix and
8884 --init-eval-command=COMMAND, -iex.
8885
26743505
JK
88862012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8887
8888 Code cleanup.
8889 * main.c (struct cmdarg): Move it here from main. Add more comments.
8890 (cmdarg_s, VEC (cmdarg_s)): New.
8891 (main): Move struct cmdarg from here. New variables cmdarg_vec and
8892 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
8893 Install cleanup for cmdarg_vec. Update filling for options 'x' and
8894 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
8895 of CMDARG.
8896
5ff5c7b4
TT
88972012-03-19 Tom Tromey <tromey@redhat.com>
8898
8899 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
8900
ab260dad
JK
89012012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8902
8903 PR symtab/13777
8904 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
8905 GCC >=4.5.
8906
c366c1f0
TT
89072012-03-16 Chris January <chris.january@allinea.com>
8908
8909 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
8910 of clear.
8911
e16edb45
TT
89122012-03-16 Chris January <chris.january@allinea.com>
8913
8914 * source.c (add_path): Use memmove instead of strcpy because the
8915 strings overlap.
8916
53ba8333
JB
89172012-03-16 Joel Brobecker <brobecker@adacore.com>
8918
8919 * value.h (set_value_parent): Add declaration.
8920 * value.c (set_value_parent): New function.
8921 (value_address): If VALUE->PARENT is not NULL, then use it as
8922 the base address instead of VALUE->LOCATION.address.
8923 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
8924 the same as OBJ's address. Adjust V's offset accordingly.
8925 Set V's parent.
8926
481860b3
GB
89272012-03-16 Gary Benson <gbenson@redhat.com>
8928
8929 PR breakpoints/10738
8930 * dwarf2read.c (use_deprecated_index_sections): New global.
8931 (struct partial_die_info): New member may_be_inlined.
8932 (read_partial_die): Set may_be_inlined where appropriate.
8933 (add_partial_subprogram): Add partial symbols for partial
8934 DIEs that may be inlined.
8935 (new_symbol_full): Add inlined subroutines to the current
8936 scope.
8937 (write_psymtabs_to_index): Bump version number.
8938 (dwarf2_read_index): Read only version 6 indices unless
8939 use_deprecated_index_sections is set.
8940 * linespec.c (symbol_and_data_callback): New structure.
8941 (iterate_inline_only): New function.
8942 (iterate_over_all_matching_symtabs): New argument
8943 "include_inline". If nonzero, also call the callback for
8944 symbols representing inlined subroutines.
8945 (lookup_prefix_sym): Pass extra argument to the above.
8946 (find_function_symbols): Likewise.
8947 (add_matching_symbols_to_info): Likewise.
8948 * NEWS: Mention that GDB can now set breakpoints on inlined
8949 functions.
8950
d0e7e15a
PM
89512012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
8952
8953 * p-typeprint.c (pascal_type_print_method_args):
8954 Fix display of parameter of methods.
8955
3d354654
PM
89562012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
8957
8958 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
8959 Add missing prototype.
8960
cafe75b0
JK
89612012-03-16 Yao Qi <yao@codesourcery.com>
8962 Jan Kratochvil <jan.kratochvil@redhat.com>
8963
8964 Fix false compilation warning.
8965 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
8966
25f8c692
JL
89672012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
8968 Pedro Alves <pedro@codesourcery.com>
8969
8970 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
8971 (arm_register_g_packet_guesses): New function.
8972 (arm_gdbarch_init): Don't force a target description with
8973 registers when the executable is detected as M-profile. Instead
8974 set gdbarch->tdep->is_m. Register `g' packet guesses.
8975 (_initialize_arm_tdep): Initialize the new target description.
8976 * features/arm-with-m-fpa-layout.xml: New description.
8977 * features/arm-with-m-fpa-layout.c: New, generated.
8978
35c63cd8
JB
89792012-03-15 Joel Brobecker <brobecker@adacore.com>
8980
8981 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
8982 Update function description.
8983 (insert_bp_location): Do not wipe bl->target_info out.
8984 * mem-break.c: #include "gdb_string.h".
8985 (default_memory_insert_breakpoint): Do not call target_read_memory
8986 with a pointer to the breakpoint's shadow_contents buffer. Use
8987 a local buffer instead.
8988 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
8989
57651221
TT
89902012-03-15 Tom Tromey <tromey@redhat.com>
8991
8992 * NEWS: Mention "info vtbl", not "info vtable".
8993 * cp-support.c (info_vtbl_command): Fix comment.
8994 (_initialize_cp_support): Fix text.
8995
410528f0
TT
89962012-03-15 Tom Tromey <tromey@redhat.com>
8997
8998 * cp-valprint.c (cp_print_value_fields): Use
8999 print_function_pointer_address for vtable slot.
9000
c4aeac85
TT
90012012-03-15 Tom Tromey <tromey@redhat.com>
9002
9003 * gnu-v3-abi.c (struct value_and_voffset): New.
9004 (hash_value_and_voffset, eq_value_and_voffset)
9005 (compare_value_and_voffset, compute_vtable_size)
9006 (print_one_vtable, gnuv3_print_vtable): New functions.
9007 (init_gnuv3_ops): Initialize 'print_vtable' field.
9008 * cp-support.c (info_vtbl_command): New function.
9009 (_initialize_cp_support): Add "info vtbl".
9010 * cp-abi.h (cplus_print_vtable): Declare.
9011 (struct cp_abi_ops) <print_vtable>: New field.
9012 * cp-abi.c (cplus_print_vtable): New function.
9013 * NEWS: Update.
9014
95cbceff
TT
90152012-03-15 Tom Tromey <tromey@redhat.com>
9016
9017 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
9018 iterate_over_symbols.
9019
589b4a32
DE
90202012-03-14 Doug Evans <dje@google.com>
9021
9022 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
9023 DW_OP_GNU_parameter_ref.
9024
e837f12a
JK
90252012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9026
9027 Fix double prompt of 'interpreter-exec mi'.
9028 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
9029 (mi_interpreter_resume): use it.
9030 (mi_execute_command_input_handler): New function.
9031 * mi/mi-main.c (mi_execute_command): Move prompt printing to
9032 mi_execute_command_input_handler.
9033
ff1e4526 90342012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
c381a3f6
JB
9035
9036 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
9037 prototype.
9038 (darwin_debug_port_info): Make static.
9039 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
9040 * machoread.c (_initialize_machoread): Add prototype.
9041 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
9042 (i386_darwin_set_control, i386_darwin_get_control)
9043 i386_darwin_dr_set_addr, i386_darwin_get_addr)
9044 i386_darwin_get_status, i386_darwin_get_control):
9045 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
9046
d8a5d6ee
JB
90472012-03-13 Joel Brobecker <brobecker@adacore.com>
9048
9049 * ax-gdb.c (gen_usual_unary): Remove special handling of
9050 enum and bool types.
9051
af381b8c
JB
90522012-03-13 Joel Brobecker <brobecker@adacore.com>
9053
9054 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
9055
786c562f
JB
90562012-03-13 Joel Brobecker <brobecker@adacore.com>
9057
9058 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
9059
e3ebf1bb
JB
90602012-03-13 Chris January <chris.january@allinea.com>
9061
9062 * aix-thread.c (fill_sprs): Store the floating point registers
9063 at the correct offsets into vals.
9064
c5b7e1cb
DE
90652012-03-13 Doug Evans <dje@google.com>
9066
16899756
DE
9067 * NEWS: Mention symbol-reloading has been deleted.
9068 * symfile.c (symbol_reloading): Delete.
9069 (show_symbol_reloading): Delete.
9070 (_initialize_symfile): Delete set/show symbol-reloading.
9071
c5b7e1cb
DE
9072 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
9073 read_in_chain until we have successfully read it in.
9074 (load_full_comp_unit): Ditto.
9075 (read_signatured_type): Add comment.
9076
46cb6474
JB
90772012-03-13 Chris January <chris.january@allinea.com>
9078
9079 * stabsread.c (fix_common_block): Change type of valu argument
9080 to CORE_ADDR.
9081
76219d77
JB
90822012-03-13 Chris January <chris.january@allinea.com>
9083
9084 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
9085 instruction.
9086
87b0bb13
JK
90872012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9088
9089 * common/linux-procfs.c (linux_proc_get_int): New, from
9090 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
9091 field.
9092 (linux_proc_get_tgid): Only call linux_proc_get_int.
9093 (linux_proc_get_tracerpid): New.
9094 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
9095 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
9096 linux_proc_pid_has_state.
9097 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
9098 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
9099 (linux_ptrace_attach_warnings): New.
9100 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
9101 New declaration.
9102 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
9103 (linux_nat_attach): New variables ex, buffer, message and message_s.
9104 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
9105
5f572dec
JK
91062012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9107
9108 * Makefile.in (linux-ptrace.o): New.
9109 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
9110 from linux-nat.c.
9111 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
9112 * common/linux-ptrace.c: New file.
9113 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
9114 * config/arm/linux.mh: Likewise.
9115 * config/i386/linux.mh: Likewise.
9116 * config/i386/linux64.mh: Likewise.
9117 * config/ia64/linux.mh: Likewise.
9118 * config/m32r/linux.mh: Likewise.
9119 * config/m68k/linux.mh: Likewise.
9120 * config/mips/linux.mh: Likewise.
9121 * config/pa/linux.mh: Likewise.
9122 * config/powerpc/linux.mh: Likewise.
9123 * config/powerpc/ppc64-linux.mh: Likewise.
9124 * config/powerpc/spu-linux.mh: Likewise.
9125 * config/s390/s390.mh: Likewise.
9126 * config/sparc/linux.mh: Likewise.
9127 * config/sparc/linux64.mh: Likewise.
9128 * config/xtensa/linux.mh: Likewise.
9129 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
9130 common/linux-procfs.c.
9131 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
9132
44f238bb
PA
91332012-03-13 Hui Zhu <teawater@gmail.com>
9134 Pedro Alves <palves@redhat.com>
9135
9136 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
9137 CREATE_BREAKPOINT_FLAGS_INSERTED.
9138 (create_breakpoint_sal, create_breakpoints_sal)
9139 (base_breakpoint_create_breakpoints_sal)
9140 (tracepoint_create_breakpoints_sal)
9141 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
9142 down.
9143 (break_command_1, handle_gnu_v3_exceptions, trace_command)
9144 (ftrace_command, strace_command): Adjust.
9145 (create_tracepoint_from_upload): Pass
9146 CREATE_BREAKPOINT_FLAGS_INSERTED.
9147 * breakpoint.h (enum breakpoint_create_flags): New.
9148 (create_breakpoint): New flags parameter.
9149 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
9150 * python/py-breakpoint.c (bppy_init): Adjust.
9151 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
9152 * spu-tdep.c (spu_catch_start): Adjust.
9153
1e51243a
PA
91542012-03-13 Pedro Alves <palves@redhat.com>
9155 Hui Zhu <teawater@gmail.com>
9156 Yao Qi <yao@codesourcery.com>
9157
9158 * remote.c (struct remote_state): New field `starting_up'.
9159 (remote_start_remote): Set and clear it.
9160 (remote_can_download_tracepoint): If starting up, return false.
9161
fa3064dd
YQ
91622012-03-13 Yao Qi <yao@codesourcery.com>
9163
9164 * inferior.h (struct inferior): Remove fields any_syscall_count,
9165 syscalls_counts and total_syscalls_count. Move them to new
9166 struct catch_syscall_inferior_data in breakpoint.c.
9167 * breakpoint.c: Call DEF_VEC_I(int).
9168 (struct catch_syscall_inferior_data): New.
9169 (get_catch_syscall_inferior_data): New.
9170 (catch_syscall_inferior_data_cleanup): New.
9171 (insert_catch_syscall): Update to access data in
9172 struct catch_syscall_inferior_data.
9173 (insert_catch_syscall): Likewise.
9174 (remove_catch_syscall): Likewise.
9175 (remove_catch_syscall): Likewise.
9176 (is_syscall_catchpoint_enabled): Likewise.
9177 (add_catch_command): Likewise.
9178 (_initialize_breakpoint): Register cleanup.
9179 * breakpoint.h: Removed DEF_VEC_I(int).
9180 * dwarf2loc.c: Call DEF_VEC_I(int).
9181 * mi/mi-main.c: Likewise.
9182
460fac3c
MK
91832012-03-12 Mark Kettenis <kettenis@gnu.org>
9184
9185 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
9186
e1aca11e
JB
91872012-03-12 Chris January <chris.january@allinea.com>
9188
9189 * aix-thread.c (_initialize_aix_thread): Add prototype.
9190 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
9191 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
9192
649c7061
JB
91932012-03-12 Joel Brobecker <brobecker@adacore.com>
9194
9195 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
9196 include of "amd64-nat.h".
9197
0b49e518
TT
91982012-03-12 Tom Tromey <tromey@redhat.com>
9199
9200 * buildsym.c (record_pending_block): Now static.
9201 * buildsym.h: (record_pending_block): Remove.
9202
fd24fa94
AT
92032012-03-12 Andreas Tobler <andreast@fgznet.ch>
9204
9205 * amd64bsd-nat.c: Include amd64bsd-nat.h.
9206
ba919b58
TT
92072012-03-09 Tom Tromey <tromey@redhat.com>
9208
9209 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
9210 producer_is_gxx_lt_4_6>: New fields.
9211 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
9212
a48e046c
TT
92132012-03-09 Tom Tromey <tromey@redhat.com>
9214
9215 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
9216
6f5e9362
JB
92172012-03-08 Joel Brobecker <brobecker@adacore.com>
9218
9219 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
9220 prototype.
9221
8d037db9
JB
92222012-03-08 Joel Brobecker <brobecker@adacore.com>
9223
9224 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
9225
4e841acf
JK
92262012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9227
9228 Fix -Wmissing-prototypes build.
9229 * arm-linux-nat.c (get_thread_id): Make it static.
9230 * xtensa-linux-nat.c (get_thread_id): Likewise.
9231
c6030312
JB
92322012-03-08 Joel Brobecker <brobecker@adacore.com>
9233
9234 * server.c (process_point_options): If a conditional expression
9235 is found, only print a message if remote_debug is nonzero.
9236
52323be9
LM
92372012-03-08 Luis Machado <lgustavo@codesourcery.com>
9238
9239 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
9240 of internal error for unknown/unsupported types.
9241
7fe25d9b
JK
92422012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9243
9244 Fix CU relative vs. absolute DIE offsets.
9245 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
9246 offset to offset_in_cu.
9247 * dwarf2read.c (process_enumeration_scope): Add CU offset to
9248 TYPE_OFFSET.
9249 (dwarf2_fetch_die_location_block): Rename parameter offset to
9250 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
9251
05e7c244
JK
92522012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9253
9254 * libunwind-frame.c: Rename to ...
9255 * ia64-libunwind-tdep.c: ... here.
9256 * libunwind-frame.h: Rename to ...
9257 * ia64-libunwind-tdep.h: ... here.
9258 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
9259 ia64-libunwind-tdep.h.
9260 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
9261 * README (--with-libunwind): Rename to ...
9262 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
9263 * config.in: Regenerate.
9264 * configure: Regenerate.
9265 * configure.ac: New option --with-libunwind-ia64, make the
9266 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
9267 Remove AC_DEFINE for HAVE_LIBUNWIND.
9268 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
9269 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
9270 Rename libunwind-frame in the general comment.
9271 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
9272 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
9273 Move forward declarations inside #ifndef. Rename libunwind-frame in
9274 the general comment.
9275 * ia64-tdep.c: Rename libunwind-frame.h #include to
9276 ia64-libunwind-tdep.h.
9277 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
9278 (ia64_libunwind_descr): Rename libunwind-frame to
9279 ia64-libunwind-tdep in these function comments.
9280 * ia64-tdep.h: Rename libunwind-frame.h #include to
9281 ia64-libunwind-tdep.h.
9282 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
9283 ia64-libunwind-tdep in that data comment.
9284
3755cbfd
JK
92852012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9286
9287 * libunwind-frame.h (struct frame_unwind): New declaration.
9288
d1cda5d9
JB
92892012-03-08 Joel Brobecker <brobecker@adacore.com>
9290
9291 * breakpoint.c (_initialize_breakpoint): Fix error in help of
9292 "set breakpoint condition-evaluation" command.
9293
a0ba0aa2
TG
92942012-03-08 Tristan Gingold <gingold@adacore.com>
9295
9296 * sparc-stub.c: Move to stubs/
9297 * sh-stub.c: Likewise.
9298 * m68k-stub.c: Likewise.
9299 * m32r-stub.c: Likewise.
9300 * i386-stub.c: Likewise.
9301
7b8b6d6d
AS
93022012-03-08 Andreas Schwab <schwab@linux-m68k.org>
9303
007cafee
AS
9304 * m68klinux-tdep.c (m68k_linux_init_abi): Register
9305 linux_get_siginfo_type.
9306
7b8b6d6d
AS
9307 * m68klinux-nat.c: Include "gdb_proc_service.h".
9308 (PTRACE_GET_THREAD_AREA): Define.
9309 (ps_get_thread_area): New function.
9310
bba74b36
YQ
93112012-03-08 Yao Qi <yao@codesourcery.com>
9312
9313 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
9314 `xsnprintf'.
9315 (remote_query_attached): Likewise.
9316 (remote_static_tracepoint_marker_at): Likewise.
9317 (remote_set_permissions): Likewise.
9318 (remote_detach_1, extended_remote_attach_1): Likewise.
9319 (send_g_packet, remote_vkill): Likewise.
9320 (extended_remote_disable_randomization): Likewise.
9321 (remote_add_target_side_condition): Likewise.
9322 (remote_insert_breakpoint): Likewise.
9323 (remote_remove_breakpoint): Likewise.
9324 (remote_insert_watchpoint): Likewise.
9325 (remote_remove_watchpoint): Likewise.
9326 (remote_insert_hw_breakpoint): Likewise.
9327 (remote_insert_hw_breakpoint): Likewise.
9328 (remote_remove_hw_breakpoint): Likewise.
9329 (remote_download_command_source): Likewise.
9330 (remote_download_tracepoint): Likewise.
9331 (remote_download_trace_state_variable): Likewise.
9332 (remote_disable_tracepoint): Likewise.
9333 (remote_trace_set_readonly_regions): Likewise.
9334 (remote_get_tracepoint_status): Likewise.
9335 (remote_trace_find): Likewise.
9336 (remote_get_trace_state_variable_value): Likewise.
9337 (remote_set_disconnected_tracing): Likewise.
9338 (remote_set_circular_trace_buffer): Likewise.
9339 (remote_get_min_fast_tracepoint_insn_len): Likewise.
9340 (remote_use_agent): Likewise.
9341 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
9342 Update callers.
9343
9b224c5e
PA
93442012-03-07 Pedro Alves <palves@redhat.com>
9345
9346 * NEWS: Mention QProgramSignals.
9347 * inferior.h (update_signals_program_target): Declare.
9348 * infrun.c: (update_signals_program_target): New.
9349 (handle_command): Update the target of the new program signals
9350 array changes.
9351 * remote.c (PACKET_QProgramSignals): New enum.
9352 (last_program_signals_packet): New global.
9353 (remote_program_signals): New.
9354 (remote_start_remote): Update the target with the program signals
9355 list.
9356 (remote_protocol_features): Add entry for QPassSignals.
9357 (remote_open_1): Free anc clear last_program_signals_packet.
9358 (init_remote_ops): Install remote_program_signals.
9359 * target.c (update_current_target): Adjust.
9360 (target_program_signals): New.
9361 * target.h (struct target_ops) <to_program_signals>: New field.
9362 (target_program_signals): Declare.
9363
74c48cbb
PA
93642012-03-07 Pedro Alves <palves@redhat.com>
9365
9366 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
9367 extensions.
9368
0c13fc49
AS
93692012-03-07 Andreas Schwab <schwab@linux-m68k.org>
9370
9371 * m68klinux-nat.c (getregs_supplies): Make static.
9372 (getfpregs_supplies): Likewise.
9373 (have_ptrace_getregs): Likewise.
9374
1281d2a3
JB
93752012-03-06 Joel Brobecker <brobecker@adacore.com>
9376
9377 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
9378 in call to get_die_type_at_offset.
9379
2b03b41d
SS
93802012-03-06 Stan Shebs <stan@codesourcery.com>
9381
9382 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
9383 * mi/mi-cmd-disas.c: Ditto.
9384 * mi/mi-cmd-env.c: Ditto.
9385 * mi/mi-cmd-file.c: Ditto.
9386 * mi/mi-cmd-stack.c: Ditto.
9387 * mi/mi-cmd-target.c: Ditto.
9388 * mi/mi-cmd-var.c: Ditto.
9389 * mi/mi-cmds.c: Ditto.
9390 * mi/mi-cmds.h: Ditto.
9391 * mi/mi-console.c: Ditto.
9392 * mi/mi-getopt.c: Ditto.
9393 * mi/mi-getopt.h: Ditto.
9394 * mi/mi-interp.c: Ditto.
9395 * mi/mi-main.c: Ditto.
9396 * mi/mi-out.c: Ditto.
9397 * mi/mi-parse.c: Ditto.
9398 * mi/mi-parse.h: Ditto.
9399 * mi/mi-symbol-cmds.c: Ditto.
9400
9401 * mi/mi-getopt.h: Move mi_opt struct up.
9402 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
9403 return.
9404 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
9405
c988ad87
TT
94062012-03-06 Tom Tromey <tromey@redhat.com>
9407
9408 * proc-service.c (ps_pglobal_lookup): Set the current program
9409 space.
9410
1b7c1b10
PA
94112012-03-06 Pedro Alves <palves@redhat.com>
9412
9413 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
9414
3c182069
JB
94152012-03-05 Joel Brobecker <brobecker@adacore.com>
9416
9417 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
9418
2e794194
JK
94192012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9420
9421 Code cleanup.
9422 * common/linux-osdata.c (linux_common_core_of_thread): New function
9423 comment.
9424 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
9425 call by linux_common_core_of_thread.
9426 (linux_nat_core_of_thread_1): Remove.
9427 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
9428 * linux-thread-db.c: Include linux-osdata.h.
9429 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
9430 linux_common_core_of_thread.
9431
9f9f1f31
TT
94322012-03-05 Tom Tromey <tromey@redhat.com>
9433
9434 * value.c (value_primitive_field): Don't fetch contents for
9435 non-virtual bases.
9436
b7b189f3
TT
94372012-03-05 Tom Tromey <tromey@redhat.com>
9438
9439 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
9440
05b8a789 94412012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
5538f557 9442
5538f557
JB
9443 * s390-nat.c: Include "gregset.h".
9444
75528772
JK
94452012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9446
9447 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
9448 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
9449 (libunwind_load): New variable so_error, use it for dlerror. Try to
9450 load also LIBUNWIND_SO_7.
9451
275418ae
PA
94522012-03-05 Pedro Alves <palves@redhat.com>
9453
9454 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
9455 is not NULL, and remove resulting dead code.
9456
5cbb9812
TS
94572012-03-05 Thomas Schwinge <thomas@codesourcery.com>
9458
9459 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
9460 prologue to sh_analyze_prologue.
9461 (sh_analyze_prologue): Make better use of such an upper limit, and
9462 generally be more cautious about accessing memory.
9463
541515ad
TT
94642012-03-05 Tom Tromey <tromey@redhat.com>
9465
9466 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
9467 _initialize_ia64_hpux_tdep.
9468
b4d36fb8
PA
94692012-03-05 Pedro Alves <palves@redhat.com>
9470
24490249
PA
9471 PR gdb/13766
9472
b4d36fb8
PA
9473 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
9474 the register state is clear, supply explicit zero, instead of
9475 marking the register unavailable.
9476
60c9a3c0
TG
94772012-03-05 Tristan Gingold <gingold@adacore.com>
9478
9479 * NEWS: Mention OpenVMS ia64 new target.
9480
696759ad
TG
94812012-03-05 Tristan Gingold <gingold@adacore.com>
9482
9483 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
9484 (ia64_unw_accessors, ia64_unw_rse_accessors)
9485 (ia64_libunwind_descr): Declare.
9486 * ia64-vms-tdep.c: New file.
9487 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
9488 (ia64_libunwind_descr): Make them public.
9489 * configure.tgt: Add ia64-*-*vms*.
9490 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
9491 (ALLDEPFILES): Add ia64-vms-tdep.c
9492
34864976
TG
94932012-03-05 Tristan Gingold <gingold@adacore.com>
9494
169081d0
TG
9495 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
9496 * remote.c (PACKET_qXfer_uib): New enum value.
9497 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
9498 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
9499 (_initialize_remote): Call add_packet_config_cmd for
9500 xfer:uib packet.
9501
95022012-03-05 Tristan Gingold <gingold@adacore.com>
9503
9504 * osabi.c (gdb_osabi_names): Add OpenVMS.
9505 (generic_elf_osabi_sniffer): Likewise.
9506 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
34864976 9507
6597b100
JK
95082012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9509
9510 Removed unused code.
9511 * libunwind-frame.c (libunwind_frame_unwind)
9512 (libunwind_frame_base_address): Remove.
9513 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
9514
87399aa1
YQ
95152012-03-04 Yao Qi <yao@codesourcery.com>
9516
9517 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
9518 remove trailing new line.
9519 (agent_run_command, agent_run_command): Add _ markup.
9520 (agent_capability_check): Likewise.
9521
abf1152a
JK
95222012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9523
9524 * breakpoint.c (set_condition_evaluation_mode): Set
9525 CONDITION_EVALUATION_MODE unconditionally.
9526
5808517f
YQ
95272012-03-03 Yao Qi <yao@codesourcery.com>
9528
9529 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
9530 * common/agent.h: Update declaration.
9531 * inf-child.c (inf_child_use_agent): New.
9532 (inf_child_can_use_agent): New.
9533 (inf_child_target): Initialize fields `to_use_agent'
9534 and `to_can_use_agent'.
9535 * agent.c (agent_new_objfile): New.
89b7509a 9536 (_initialize_agent): Add agent_new_objfile to new_objfile
5808517f
YQ
9537 observer.
9538
9539 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9540 New.
89b7509a 9541 (linux_target_install_ops): Initialize field
5808517f
YQ
9542 `to_static_tracepoint_markers_by_strid'.
9543 * remote.c (free_current_marker): Move it to ...
9544 * tracepoint.c (free_current_marker): ... here. New.
9545 (cleanup_target_stop): New.
9546 * tracepoint.h: Declare free_current_marker.
9547 * NEWS: Add one entry about `info static-tracepoint-marker'.
9548
58b4daa5
YQ
95492012-03-03 Yao Qi <yao@codesourcery.com>
9550
9551 * common/agent.c (agent_loaded_p): New.
89b7509a 9552 (agent_look_up_symbols): New global.
58b4daa5
YQ
9553 * common/agent.h: Declare agent_loaded_p.
9554
8ffcbaaf
YQ
95552012-03-03 Yao Qi <yao@codesourcery.com>
9556
9557 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
9558 (agent_capability_check, agent_capability_invalidate): New.
9559 (symbol_list): New array element.
9560 * common/agent.h (enum agent_capa): New.
9561 * target.c (target_pre_inferior): Call agent_capability_invalidate.
9562
d1feda86
YQ
95632012-03-03 Yao Qi <yao@codesourcery.com>
9564
9565 * target.h (struct target_ops) <to_use_agent>: New field.
9566 (struct target_ops) <to_can_use_agent>: New field.
9567 (target_use_agent, target_can_use_agent): New macro.
9568 * target.c (update_current_target): Update.
9569 * remote.c: New enum `PACKET_QAgent'.
9570 (remote_protocol_features): Add a new element.
9571 (remote_use_agent, remote_can_use_agent): New.
9572 (init_remote_ops): Initialize field `can_use_agent' with
9573 remote_can_use_agent. Intiailize field `use_agent' with
9574 remote_use_agent.
9575 * common/agent.c (use_agent): New global.
9576 * common/agent.h: Declare it.
9577 * tracepoint.c (info_static_tracepoint_markers_command): Add
9578 comment.
9579 * Makefile.in (SFILES): Add common/agent.c and agent.c.
9580 (COMMON_OBS): Add common/agent.o and agent.o
9581 (common-agent.o): New rule.
9582 * agent.c: New.
9583
2fa291ac
YQ
95842012-03-03 Yao Qi <yao@codesourcery.com>
9585
9586 * common/agent.c: New.
9587 * common/agent.h: New.
9588 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
9589 AC_CHECK_HEADERS.
9590 * configure, configh.in: Regenerated.
9591
9fc05685
KB
95922012-03-02 Kevin Buettner <kevinb@redhat.com>
9593
9594 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
9595 unless it exists for this architecture.
9596
a5ee536b
JB
95972012-03-02 Joel Brobecker <brobecker@adacore.com>
9598
9599 * language.h (struct language_defn): New "method" la_read_var_value.
9600 * findvar.c: #include "language.h".
9601 (default_read_var_value): Renames read_var_value. Rewrite
9602 function description.
9603 (read_var_value): New function.
9604 * value.h (default_read_var_value): Add prototype.
9605 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
9606 New functions.
9607 (ada_language_defn): Add entry for la_read_var_value.
9608 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
9609 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
9610 language_defn structures to add entry for new la_read_var_value
9611 field.
9612
f59f708a
PA
96132012-03-02 Tom Tromey <tromey@redhat.com>
9614 Pedro Alves <palves@redhat.com>
9615
9616 PR breakpoints/13776:
9617 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
9618 breakpoints.
9619 (delete_longjmp_breakpoint_at_next_stop): New.
9620 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
9621 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
9622 before deleting the inferior. Add comments.
9623 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
9624 breakpoints immediately, but only on next stop. Move that code
9625 next to where we mark other breakpoints for deletion.
9626
44099a67
JB
96272012-03-02 Joel Brobecker <brobecker@adacore.com>
9628
9629 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
9630 marker.
9631 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
9632 violation.
9633
2a2ef594
PA
96342012-03-02 Pedro Alves <palves@redhat.com>
9635
9636 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
9637
b261e0c5
UW
96382012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
9639
9640 Fix -Wmissing-prototypes build.
9641 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
9642 * remote-sim.c (gdbsim_has_all_memory): Likewise.
9643 (gdbsim_has_memory): Likewise.
9644
a95babbf
YQ
96452012-03-02 Yao Qi <yao@codesourcery.com>
9646
9647 Fix -Wmissing-prototypes build.
9648 * charset.c (phony_iconv_open): Make static.
9649 (phony_iconv_close, phony_iconv): Likewise.
9650 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
9651 * i386-windows-nat.c (_initialize_i386_windows_nat): New
9652 prototype.
9653 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
9654 * ser-mingw.c (create_select_thread): Make static.
9655 * windows-termcap.c (tgetent): New prototype.
9656 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
9657
d603d4b3
JK
96582012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
9659
9660 Fix -Wmissing-prototypes build.
9661 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
9662 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
9663 (_initialize_loadable): New prototypes.
9664
7fb3ad1f
DE
96652012-03-02 Doug Evans <dje@google.com>
9666
9667 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
9668 abbrev table, read_comp_unit will do it.
9669
693be288
JK
96702012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9671
9672 Fix -Wmissing-prototypes build.
9673 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
9674 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
9675 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
9676 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
9677 (_initialize_arm_symbian_tdep): New prototype.
9678 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
9679 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
9680 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
9681 static.
9682 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
9683 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
9684 prototype.
9685 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
9686 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
9687 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
9688 static.
9689 * moxie-tdep.c (moxie_process_record): Likewise.
9690 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
9691 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
9692 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
9693 (_initialize_rl78_tdep): New prototype.
9694 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
9695 (_initialize_rx_tdep): New prototype.
9696 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
9697 (_initialize_darwin_solib): New prototype.
9698 * solib-spu.c: Include solib-spu.h.
9699 (_initialize_spu_solib): New prototype.
9700 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
9701 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
9702 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
9703 (tic6x_software_single_step): Make it static.
9704 (_initialize_tic6x_tdep): New prototype.
9705
638234e5
JK
97062012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9707
9708 Fix -Wmissing-prototypes build.
9709 * cris-tdep.c (cris_can_use_hardware_watchpoint)
9710 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
9711
f4a6f16d
JK
97122012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9713
9714 Fix -Wmissing-prototypes build.
9715 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
9716 (frv_have_stopped_data_address): Remove.
9717
04dcf5fa
JK
97182012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9719
9720 Fix -Wmissing-prototypes build.
9721 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
9722 * sh-tdep.c: Include sh64-tdep.h.
9723 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
9724 * sh64-tdep.c: Include sh64-tdep.h.
9725 * sh64-tdep.h: New file.
9726
19080931
MR
97272012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9728
9729 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
9730
9aac7884
MR
97312012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9732
9733 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
9734 sp_regnum once the gdbarch_init_osabi hook has been called.
9735
a385295e
MR
97362012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9737
9738 * mips-tdep.c (mips32_bc1_pc): New function.
9739 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
9740 BPOSGE32 and BPOSGE64 instructions.
9741 (deal_with_atomic_sequence): Likewise.
9742 (mips32_instruction_has_delay_slot): Likewise.
9743
1faeff08 97442012-03-01 Maciej W. Rozycki <macro@mips.com>
a09130f9
PA
9745 Chris Dearman <chris@mips.com>
9746 Maciej W. Rozycki <macro@codesourcery.com>
9747 Joseph Myers <joseph@codesourcery.com>
1faeff08
MR
9748
9749 * features/mips-dsp.xml: New file.
9750 * features/mips64-dsp.xml: New file.
9751 * features/mips-dsp-linux.xml: New file.
9752 * features/mips64-dsp-linux.xml: New file.
9753 * features/Makefile (WHICH): Add mips-dsp-linux and
9754 mips64-dsp-linux.
9755 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
9756 * features/mips-dsp-linux.c: New file.
9757 * features/mips64-dsp-linux.c: New file.
9758 * regformats/mips-dsp-linux.dat: New file.
9759 * regformats/mips64-dsp-linux.dat: New file.
9760 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
9761 registers.
9762 (mips64_linux_register_addr): Likewise.
9763 (mips64_linux_regsets_fetch_registers): Likewise.
9764 (mips64_linux_regsets_store_registers): Likewise.
9765 (mips64_linux_fetch_registers): Update call to
9766 mips64_linux_regsets_fetch_registers.
9767 (mips64_linux_store_registers): Update call to
9768 mips64_linux_regsets_store_registers.
9769 (mips_linux_read_description): Probe for DSP registers.
9770 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
9771 and initialize_tdesc_mips64_dsp_linux.
9772 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
9773 Remove padding of no longer used embedded register slots.
9774 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
9775 (MIPS_RESTART_REGNUM): Redefine enum value.
9776 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
9777 strings.
9778 (mips_tx39_reg_names): Likewise.
9779 (mips_linux_reg_names): New array of register names for Linux
9780 targets.
9781 (mips_register_name): Check for a null pointer in
9782 mips_processor_reg_names and return an empty string.
9783 (mips_register_type): Exclude embedded registers for the IRIX
9784 and Linux ABIs.
9785 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
9786 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
9787 DSP registers.
9788 (mips_stab_reg_to_regnum): Handle DSP accumulators.
9789 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
9790 (mips_gdbarch_init): Likewise. Initialize internal register
9791 indices for the Linux ABI. Use dynamic numbers to refer to
9792 registers, as applicable, while parsing the target description.
9793 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
9794
263689d8
JB
97952012-03-01 Joel Brobecker <brobecker@adacore.com>
9796
9797 * frame.h (read_frame_register_unsigned): Fix typo in function
9798 description.
9799
f3b4f45c
PA
98002012-03-01 Pedro Alves <palves@redhat.com>
9801
9802 * jit-reader.in [!__cplusplus]
9803 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
9804
b03a2011
PA
98052012-03-01 Pedro Alves <palves@redhat.com>
9806
9807 * configure.ac (build_warnings): Add -Wmissing-prototypes.
9808 * configure: Regenerate.
9809
70221824
PA
98102012-03-01 Pedro Alves <palves@redhat.com>
9811
9812 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
9813 * breakpoint.c (create_exception_master_breakpoint, trace_command)
9814 (ftrace_command, strace_command): Make static.
9815 * d-lang.c (_initialize_d_language): Declare.
9816 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
9817 * dwarf2loc.c (_initialize_dwarf2loc):
9818 * dwarf2read.c (process_psymtab_comp_unit): Make static.
9819 * exec.c (exec_get_section_table): Make static.
9820 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
9821 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
9822 * inferior.c (remove_inferior_command, add_inferior_command)
9823 (clone_inferior_command): Make static.
9824 * linux-nat.c (linux_nat_thread_address_space)
9825 (linux_nat_core_of_thread): Make static.
9826 * linux-tdep.c (_initialize_linux_tdep): Declare.
9827 * objc-lang.c (_initialize_objc_lang): Declare.
9828 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
9829 Make static.
9830 (_initialize_opencl_language): Declare.
9831 * record.c (_initialize_record): Declare.
9832 * remote.c (demand_private_info, remote_get_tib_address)
9833 (remote_supports_cond_tracepoints)
9834 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
9835 Make static.
9836 * skip.c (_initialize_step_skip): Declare.
9837 * symtab.c (skip_prologue_using_lineinfo): Make static.
9838 * tracepoint.c (delete_trace_state_variable)
9839 (trace_variable_command, delete_trace_variable_command)
9840 (get_uploaded_tsv, find_matching_tracepoint_location)
9841 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
9842 Make static.
9843 * value.c (pack_unsigned_long): Make static.
9844 * varobj.c (varobj_ensure_python_env): Make static.
9845 * windows-tdep.c (_initialize_windows_tdep): Declare.
9846 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
9847
33fbcbee
PA
98482012-03-01 Pedro Alves <palves@redhat.com>
9849
9850 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
9851 gdbarch parameter.
9852 (linux_init_abi): Install it as has_shared_address_space gdbarch
9853 callback.
9854
44d0cd3b
PA
98552012-03-01 Pedro Alves <palves@redhat.com>
9856
9857 * observer.c (observer_test_first_notification_function)
9858 (observer_test_second_notification_function)
9859 (observer_test_third_notification_function): Add declarations.
9860
ed01b82c
PA
98612012-03-01 Pedro Alves <palves@redhat.com>
9862
9863 * common/signals.c (default_target_signal_to_host)
9864 (default_target_signal_from_host): Move ...
9865 * arch-utils.c: ... here.
9866 * arch-utils.h (default_target_signal_to_host)
9867 (default_target_signal_from_host): Declare.
9868
9869 * common/signals.c (target_signal_from_command): Move ...
9870 * infrun.c: ... here.
9871 * inferior.h (target_signal_from_command): Declare.
9872 * target.h (target_signal_from_command)
9873 (default_target_signal_from_host, default_target_signal_to_host):
9874 Delete declarations.
9875
9876 * common/signals.c (_initialize_signals): Delete.
9877
c9b87335
PA
98782012-03-01 Pedro Alves <palves@redhat.com>
9879
9880 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
9881 both __cplusplus and !__cplusplus.
9882
9340a6c0
PA
98832012-03-01 Pedro Alves <palves@redhat.com>
9884
9885 * psymtab.c (find_and_open_source): Delete declaration.
9886 * source.c (find_and_open_source): Move comment ...
9887 * source.h (find_and_open_source): ... to this new declaration.
9888
e451c4a1
PA
98892012-03-01 Pedro Alves <palves@redhat.com>
9890
9891 * inline-frame.c: Include inline-frame.h.
9892
983fb104
PA
98932012-03-01 Pedro Alves <palves@redhat.com>
9894
9895 * tui/tui-data.c (set_gen_win_origin): Delete.
9896 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
9897 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
9898
5fbce5df
PA
98992012-03-01 Pedro Alves <palves@redhat.com>
9900
9901 * remote.c (encode_actions): Delete declaration.
9902 * tracepoint.c (encode_actions): Make extern.
9903 * tracepoint.h (encode_actions): Declare.
9904
49a8461d
PA
99052012-03-01 Pedro Alves <palves@redhat.com>
9906
9907 * python/py-breakpoint.c: Include python.h.
9908 * python/py-continueevent.c (create_continue_event_object): Make
9909 static.
9910 * python/py-lazy-string.c (stpy_get_type): Make static.
9911 * python/py-newobjfileevent.c (create_new_objfile_event_object):
9912 Make static.
9913 * python/py-utils.c (unicode_to_target_python_string): Make
9914 static.
9915 * python/py-value.c: Include python.h.
9916
9079102f
PA
99172012-03-01 Pedro Alves <palves@redhat.com>
9918
9919 * inferior.c (delete_threads_of_inferior): Delete.
9920
a298c5e8
PA
99212012-03-01 Pedro Alves <palves@redhat.com>
9922
9923 Import fallback definitions from glibc.
9924
9925 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
9926 ps_prochandle): Forward declare.
9927 (ps_err_e): Use glibc's comments.
9928 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
9929 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
9930 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
9931 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
9932 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
9933 (struct ps_prochandle): Adjust comment.
9934
e3084549
PA
99352012-03-01 Pedro Alves <palves@redhat.com>
9936
9937 * ada-lang.c (ada_modulus_from_name): Delete.
9938 * ada-lex.l (lexer_init): Make static.
9939
ad5f7d6e
PA
99402012-03-01 Pedro Alves <palves@redhat.com>
9941
9942 PR gdb/13767
9943
9944 * frame.c (read_frame_register_unsigned): New.
9945 * frame.h (read_frame_register_unsigned): Declare.
9946 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
9947 Handle it.
9948 (print_i387_control_word): New parameter `control_p'. Handle it.
9949 (i387_print_float_info): Handle unavailable float registers.
9950
e0a4d108
KS
99512012-03-01 Keith Seitz <keiths@redhat.com>
9952
9953 * linespec.c (decode_line_2): Sort the list of methods
9954 alphabetically before presenting the user with a selection
9955 menu.
9956
122d1940
DE
99572012-03-01 Doug Evans <dje@google.com>
9958
9959 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
9960 has_namespace_info.
9961 (dwarf2_read_abbrevs): Remove corresponding initialization.
9962
7d74f244
DE
99632012-03-01 Scott J. Goldman <scottjg@vmware.com>
9964
9965 * NEWS: Mention new python command class gdb.COMMAND_USER.
9966 * cli/cli-cmds.c (show_user): Print error when used on a python
9967 command.
9968 (init_cli_cmds): Update documentation strings for "show user" and
9969 "set/show max-user-call-depth" to clarify that it does not apply to
9970 python commands.
9971 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
9972 error check.
9973 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
9974 gdb python api.
9975 * top.c (execute_command): Only execute a user-defined command as a
9976 legacy macro if c->user_commands is set.
9977
e88acd96
TT
99782012-03-01 Tom Tromey <tromey@redhat.com>
9979
9980 * valprint.h (struct generic_val_print_decorations): New.
9981 (generic_val_print): Declare.
9982 * valprint.c (generic_val_print): New function.
9983 * p-valprint.c (p_decorations): New global.
9984 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
9985 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
9986 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
9987 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
9988 * m2-valprint.c (m2_decorations): New global.
9989 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
9990 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
9991 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
9992 TYPE_CODE_ERROR>: Call generic_val_print.
9993 * f-valprint.c (f_decorations): New global.
9994 (f_val_print): Use print_function_pointer_address.
9995 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
9996 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
9997 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
9998 generic_val_print.
9999 * c-valprint.c (c_decorations): New global.
10000 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
10001 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
10002 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
10003 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
10004 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
10005 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
10006 case.
10007
d3eab38a
TT
100082012-03-01 Tom Tromey <tromey@redhat.com>
10009
10010 * valprint.c (val_print): Update.
10011 * p-valprint (pascal_val_print): Return void.
10012 * p-lang.h (pascal_val_print): Return void.
10013 * m2-valprint.c (m2_val_print): Return void.
10014 * m2-lang.h (m2_val_print): Return void.
10015 * language.h (struct language_defn) <la_val_print>: Return void.
10016 * language.c (unk_lang_val_print): Return void.
10017 * jv-valprint.c (java_val_print): Return void.
10018 * jv-lang.h (java_val_print): Return void.
10019 * f-valprint.c (f_val_print): Return void.
10020 * f-lang.h (f_val_print): Return void.
10021 * d-valprint.c (d_val_print): Return void.
10022 (dynamic_array_type): Update.
10023 * d-lang.h (d_val_print): Return void.
10024 * c-valprint.c (c_val_print): Return void.
10025 * c-lang.h (c_val_print): Return void.
10026 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
10027 void.
10028 * ada-lang.h (ada_val_print): Return void.
10029
35c0084b
TT
100302012-03-01 Tom Tromey <tromey@redhat.com>
10031
10032 * value.h (val_print): Return void.
10033 * valprint.c (val_print): Return void.
10034
a1f5dd1b
TT
100352012-03-01 Tom Tromey <tromey@redhat.com>
10036
10037 * value.h (common_val_print): Return void.
10038 * valprint.c (common_val_print): Return void.
10039
8e069a98
TT
100402012-03-01 Tom Tromey <tromey@redhat.com>
10041
10042 * value.h (value_print): Return void.
10043 * valprint.c (value_print): Return void.
10044 * p-valprint.c (pascal_value_print): Return void.
10045 * p-lang.h (pascal_value_print): Return void.
10046 * language.h (struct language_defn) <la_value_print>: Return
10047 void.
10048 * language.c (unk_lang_value_print): Return void.
10049 * jv-valprint.c (java_value_print): Return void.
10050 * jv-lang.h (java_value_print): Return void.
10051 * f-valprint.c (c_value_print): Don't declare.
10052 Include c-lang.h.
10053 * c-valprint.c (c_value_print): Return void.
10054 * c-lang.h (c_value_print): Return void.
10055 * ada-valprint.c (ada_value_print): Return void.
10056 * ada-lang.h (ada_value_print): Return void.
10057
be335936
TT
100582012-03-01 Tom Tromey <tromey@redhat.com>
10059
10060 * value.c (value_primitive_field): Handle virtual base classes.
10061
b0db66a7
TT
100622012-03-01 Tom Tromey <tromey@redhat.com>
10063
10064 * gdbtypes.h (struct vbase): Remove.
10065
132c57b4
TT
100662012-03-01 Tom Tromey <tromey@redhat.com>
10067
10068 * c-valprint.c (print_function_pointer_address): Move...
10069 * valprint.c: ... here. Make non-static.
10070 * m2-valprint.c (print_function_pointer_address): Remove.
10071 * valprint.h (print_function_pointer_address): Declare.
10072
e41eec66
JB
100732012-03-01 Joel Brobecker <brobecker@adacore.com>
10074
10075 * NEWS: Document the fact that one can provide a condition when
10076 creating an Ada exception catchpoint.
10077
19c37f24
TT
100782012-03-01 Tom Tromey <tromey@redhat.com>
10079
10080 * valprint.c (val_print_type_code_flags): Fix placement of
10081 trailing brace.
10082
f0fed3a3
JB
100832012-03-01 Joel Brobecker <brobecker@adacore.com>
10084
10085 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
10086 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
10087 environment variable before calling update-copyright.
10088
8ba85d85
JB
100892012-03-01 Joel Brobecker <brobecker@adacore.com>
10090
10091 * gnulib/extra/update-copyright: Update to the latest from
10092 gnulib's git repository.
10093 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
10094 variable to 2 instead of 1.
10095
8219b1e8
JB
100962012-02-29 Joel Brobecker <brobecker@adacore.com>
10097
10098 * varobj.c (c_value_of_variable): Remove dead code.
10099
718cb7da
JB
101002012-02-29 Joel Brobecker <brobecker@adacore.com>
10101
10102 * ada-lex.p (processId): Do not modify already encoded IDs.
10103 Update function documentation.
10104
739593e0
JB
101052012-02-29 Joel Brobecker <brobecker@adacore.com>
10106
10107 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
10108 "name" with "struct symbol *name_sym".
10109 * ada-exp.y (write_var_or_type): Update call to
10110 ada_find_renaming_symbol.
10111 "name" with "struct symbol *name_sym". Adjust Implementation
10112 accordingly. Adjust the function documentation.
10113
852dff6c
JB
101142012-02-29 Joel Brobecker <brobecker@adacore.com>
10115
10116 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
10117 * ada-lang.c (ada_find_any_type): Add advance declaration.
10118 Make static. Replace ada_find_any_symbol by
10119 ada_find_any_type_symbol.
10120 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
10121 Improve function description. Make static.
10122 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
10123 Replace ada_find_any_symbol by ada_find_any_type_symbol.
10124
1b611343
JB
101252012-02-29 Joel Brobecker <brobecker@adacore.com>
10126
10127 * ada-lang.c (struct tag_args): Delete.
10128 (ada_get_tsd_type): Function body moved up in source file.
10129 (ada_tag_name_1, ada_tag_name_2): Delete.
10130 (ada_get_tsd_from_tag): New function.
10131 (ada_tag_name_from_tsd): New function.
10132 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
10133 to determine the tag name.
10134
41246937
JB
101352012-02-29 Joel Brobecker <brobecker@adacore.com>
10136
10137 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
10138 declaration.
10139 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
10140 function.
10141
ffde82bf
JB
101422012-02-29 Joel Brobecker <brobecker@adacore.com>
10143
10144 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
10145
2ad01556
JB
101462012-02-29 Joel Brobecker <brobecker@adacore.com>
10147
10148 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
10149 full searches.
10150
99b1c762
JB
101512012-02-29 Joel Brobecker <brobecker@adacore.com>
10152
10153 * ada-lang.c (constrained_packed_array_type): If there is a
10154 parallel XA type, use it to determine the array index type.
10155
2d4a02ee
JB
101562012-02-29 Joel Brobecker <brobecker@adacore.com>
10157
10158 * ada-valprint.c (ada_val_print_1): If our value is a reference
10159 to an array descriptor, dereference it before converting it
10160 to a simple array.
10161
c48db5ca
JB
101622012-02-29 Joel Brobecker <brobecker@adacore.com>
10163
10164 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
10165 creating fixed value.
10166 (ada_value_ind, ada_coerce_ref, assign_component)
10167 (ada_evaluate_subexp): Remove call to unwrap_value before
10168 call to ada_to_fixed_value.
10169
2e6fda7d
JB
101702012-02-29 Joel Brobecker <brobecker@adacore.com>
10171
10172 * ada-lang.c (to_fixed_array_type): Set result's type name.
10173
5845583d
JB
101742012-02-29 Joel Brobecker <brobecker@adacore.com>
10175
10176 * ada-lang.c (catch_ada_exception_command_split): Add new
10177 argument cond_string. Add support for condition at end of
10178 "catch exception" commands.
10179 (ada_decode_exception_location): Add new argument cond_string.
10180 Update call to catch_ada_exception_command_split.
10181 (create_ada_exception_catchpoint): Add new argument cond_string.
10182 Set the breakpoint condition if needed.
10183 (catch_ada_exception_command): Update call to
10184 ada_decode_exception_location.
10185 (ada_decode_assert_location): Add function documentation.
10186 Add support for condition at end of "catch assert" command.
10187 (catch_assert_command): Update calls to ada_decode_assert_location
10188 and create_ada_exception_catchpoint.
10189
9a7f938f
JK
101902012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10191
10192 Fix disp-step-syscall.exp: fork: single step over fork.
10193 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
10194 (i386_linux_get_syscall_number_from_regcache): ... here, new function
10195 comment, change parameters gdbarch and ptid to regcache. Remove
10196 parameter regcache, initialize gdbarch from regcache here.
10197 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
10198 New functions.
10199 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
10200 instead.
10201 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
10202 'syscall'. Make the 'int' check more strict.
10203
ffdf6de5
JK
102042012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10205
10206 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
10207 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
10208 (i386_linux_intx80_sysenter_syscall_record): ... here.
10209 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
10210 Use the renamed function name.
10211
c70a6932
JK
102122012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10213
10214 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
10215 * breakpoint.c (until_break_command): Likewise.
10216 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
10217 * infcall.c (call_function_by_hand): Likewise.
10218 * infcmd.c (finish_forward): Likewise.
10219 * infrun.c (insert_exception_resume_breakpoint): Likewise.
10220
05b8a789 102212012-02-28 Tristan Gingold <gingold@adacore.com>
d4cd3da9 10222
d4cd3da9
JB
10223 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
10224 avoid variable assignments inside condition.
10225
6425366c
JK
102262012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10227
10228 Fix static analysis issue found by cppcheck.
10229 * microblaze-tdep.c (microblaze_extract_return_value): Fix
10230 uninitialized BUF for size 2.
10231
c8cef75f 102322012-02-27 Chris Dearman <chris@mips.com>
a09130f9
PA
10233 Nathan Froyd <froydnj@codesourcery.com>
10234 Maciej W. Rozycki <macro@codesourcery.com>
c8cef75f
MR
10235
10236 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
10237 (mips16_instruction_has_delay_slot): Likewise.
10238 (mips_segment_boundary): Likewise.
10239 (mips_adjust_breakpoint_address): Likewise.
10240 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
10241
473347ad 102422012-02-27 Maciej W. Rozycki <macro@mips.com>
a09130f9 10243 Maciej W. Rozycki <macro@codesourcery.com>
473347ad
MR
10244
10245 * infrun.c (handle_inferior_event): Don't proceed through
10246 shared library trampolines if stepping at the machine
10247 instruction level.
10248
cf233303
MR
102492012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
10250
10251 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
10252 too.
10253
cb2cf4ce
TS
102542012-02-27 Thomas Schwinge <thomas@codesourcery.com>
10255
10256 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
10257 (sh_stub_unwind_sniffer): New functions.
10258 (sh_stub_unwind): New variable.
10259 (sh_gdbarch_init): Wire everything.
10260
644cebc9
PA
102612012-02-27 Pedro Alves <palves@redhat.com>
10262
10263 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
10264 (linux_nat_post_attach_wait): Adjust to use
10265 linux_proc_pid_is_stopped.
10266 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
10267 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
10268 based on pid_is_stopped from both linux-nat.c and
10269 gdbserver/linux-low.c, and renamed.
10270
283002cf
MR
102712012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
10272
10273 * remote.c (remote_watchpoint_addr_within_range): New function.
10274 (init_remote_ops): Use it.
10275
9b3e86b1
MR
102762012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
10277
10278 * target.h (target_watchpoint_addr_within_range): Document macro.
10279
e36930bb
PA
102802012-02-24 Pedro Alves <palves@redhat.com>
10281
10282 * stack.c (set_last_displayed_sal): Issue internal_error instead
10283 of warning, and issue it after clearing the last displayed sal.
10284
883bc8d1
PA
102852012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10286 Pedro Alves <palves@redhat.com>
10287
10288 * breakpoint.c (until_break_command): Install breakpoints after
10289 all frame manipulations.
10290
b775012e
LM
102912012-02-24 Luis Machado <lgustavo@codesourcery.com>
10292
10293 * remote.c (remote_supports_cond_breakpoints): New forward
10294 declaration.
10295 (remote_add_target_side_condition): New function.
10296 (remote_insert_breakpoint): Add target-side breakpoint
10297 conditional if supported.
10298 (remote_insert_hw_breakpoint): Likewise.
10299 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
10300 hook.
10301
10302 * target.c (update_current_target): Inherit
10303 to_supports_evaluation_of_breakpoint_conditions.
10304 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
10305
10306 * target.h (struct target_ops)
10307 <to_supports_evaluation_of_breakpoint_conditions>: New field.
10308 (target_supports_evaluation_of_breakpoint_conditions): New #define.
10309
10310 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
10311 (condition_evaluation_both, condition_evaluation_auto,
10312 condition_evaluation_host, condition_evaluation_target,
10313 condition_evaluation_enums, condition_evaluation_mode_1,
10314 condition_evaluation_mode): New static globals.
10315 (translate_condition_evaluation_mode): New function.
10316 (breakpoint_condition_evaluation_mode): New function.
10317 (gdb_evaluates_breakpoint_condition_p): New function.
10318 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
10319 (mark_breakpoint_modified): New function.
10320 (mark_breakpoint_location_modified): New function.
10321 (set_condition_evaluation_mode): New function.
10322 (show_condition_evaluation_mode): New function.
10323 (bp_location_compare_addrs): New function.
10324 (get_first_location_gte_addr): New helper function.
10325 (set_breakpoint_condition): Free condition bytecode if locations
10326 has become unconditional. Call mark_breakpoint_modified (...).
10327 (condition_command): Call update_global_location_list (1) for
10328 breakpoints.
10329 (breakpoint_xfer_memory): Use is_breakpoint (...).
10330 (is_breakpoint): New function.
10331 (parse_cond_to_aexpr): New function.
10332 (build_target_condition_list): New function.
10333 (insert_bp_location): Handle target-side conditional
10334 breakpoints and call build_target_condition_list (...).
10335 (update_inserted_breakpoint_locations): New function.
10336 (insert_breakpoint_locations): Handle target-side conditional
10337 breakpoints.
10338 (bpstat_check_breakpoint_conditions): Add comment.
10339 (bp_condition_evaluator): New function.
10340 (bp_location_condition_evaluator): New function.
10341 (print_breakpoint_location): Print information on where the condition
10342 will be evaluated.
10343 (print_one_breakpoint_location): Likewise.
10344 (init_bp_location): Call mark_breakpoint_location_modified (...) for
10345 breakpoint location.
10346 (force_breakpoint_reinsertion): New functions.
10347 (update_global_location_list): Handle target-side breakpoint
10348 conditions.
10349 Reinsert locations that are already inserted if conditions have
10350 changed.
10351 (bp_location_dtor): Free agent expression bytecode.
10352 (disable_breakpoint): Call mark_breakpoint_modified (...).
10353 Call update_global_location_list (...) with parameter 1 for breakpoints.
10354 (disable_command): Call mark_breakpoint_location_modified (...).
10355 Call update_global_location_list (...) with parameter 1 for breakpoints.
10356 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
10357 (enable_command): mark_breakpoint_location_modified (...).
10358 (_initialize_breakpoint): Update documentation and add
10359 condition-evaluation breakpoint subcommand.
10360
10361 * breakpoint.h: Include ax.h.
10362 (condition_list): New data structure.
10363 (condition_status): New enum.
10364 (bp_target_info) <cond_list>: New field.
10365 (bp_location) <condition_changed, cond_bytecode>: New fields.
10366 (is_breakpoint): New prototype.
10367
3788aec7
LM
103682012-02-24 Luis Machado <lgustavo@codesourcery.com>
10369
10370 * remote.c (remote_state) <cond_breakpoints>: New field.
10371 (PACKET_ConditionalBreakpoints): New enum.
10372 (remote_cond_breakpoint_feature): New function.
10373 (remote_protocol_features): Add new ConditionalBreakpoints entry.
10374 (remote_supports_cond_breakpoints): New function.
10375 (_initialize_remote): Add new packet configuration for
10376 target-side conditional breakpoints.
10377
72895ff6
LM
103782012-02-24 Luis Machado <lgustavo@codesourcery.com>
10379
10380 * NEWS: Mention target-side conditional breakpoint support,
10381 new condition-evaluation breakpoint subcommand and remote
10382 packet extensions.
10383
dea2aa5f
LM
103842012-02-24 Luis Machado <lgustavo@codesourcery.com>
10385
10386 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
10387 number.
10388
8a8bc27f
TS
103892012-02-24 Thomas Schwinge <thomas@codesourcery.com>
10390
10391 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
10392 (after_prologue): Remove.
10393
6b446fdf
TT
103942012-02-23 Tom Tromey <tromey@redhat.com>
10395
10396 * jv-valprint.c (java_val_print): Remove dead code.
10397
ef59abfb
TG
103982012-02-23 Tristan Gingold <gingold@adacore.com>
10399
a09130f9
PA
10400 * ada-tasks.c (struct ada_tasks_inferior_data): Add
10401 known_tasks_element and known_tasks_length fields.
10402 (read_known_tasks_array): Change argument type. Use pointer type
10403 and number of elements from DATA. Adjust.
10404 (read_known_tasks_list): Likewise.
10405 (get_known_tasks_addr): Remove.
10406 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
10407 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
10408 type and array length. Merge former get_known_tasks_addr code.
ef59abfb 10409
def166f6
JK
104102012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10411
10412 PR backtrace/13716
10413 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
10414 it after set_momentary_breakpoint.
10415
aeaa2474
SA
104162012-02-22 Sterling Augustine <saugustine@google.com>
10417
10418 PR 13689:
10419 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
10420
feea76c2
GB
104212012-02-22 Gary Benson <gbenson@redhat.com>
10422
10423 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
10424 (find_slot_in_mapped_hash): Likewise.
10425
f06e05e0
JK
104262012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10427
10428 PR build/13638
10429 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
10430 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
10431 * configure: Regenerate.
10432
b54a8fd7
PA
104332012-02-21 Tristan Gingold <gingold@adacore.com>
10434 Pedro Alves <palves@redhat.com>
10435
10436 * ia64-tdep.c: Do not include libunwind-ia64.h.
10437 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
10438 Include libunwind-ia64.h instead of libunwind.h.
10439 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
10440 for libunwind.h existence.
10441 * configure, config.in: Regenerate.
10442
dfcee124
AG
104432012-02-21 Anton Gorenkov <xgsa@yandex.ru>
10444
10445 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
10446 instead of value_rtti_target_type.
10447 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
10448 instead of value_rtti_target_type.
10449 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
10450 value_rtti_target_type.
10451 * valops.c (value_ind): Extract function readjust_indirect_value_type.
10452 (value_rtti_target_type): Rename to ...
10453 (value_rtti_indirect_type): ... here and make it indirect. Update
10454 function comment.
10455 * value.c (readjust_indirect_value_type): New function.
10456 (coerce_ref): Support for enclosing type setting for references
10457 with readjust_indirect_value_type.
10458 * value.h (readjust_value_type): New declaration.
10459 (value_rtti_target_type): Rename to ...
10460 (value_rtti_indirect_type): ... here.
10461
02568277
AG
104622012-02-21 Anton Gorenkov <xgsa@yandex.ru>
10463
10464 * MAINTAINERS (Write After Approval): Add myself to the list.
10465
10c07b7e 104662012-02-20 Doug Evans <dje@google.com>
28ee876a 10467
d82ea6a8
DE
10468 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
10469 Rename objfile_p_char parameter to objfilep.
10470 (build_objfile_section_table): Result is now void. All callers
10471 updated.
10472 * objfiles.h (struct objfile): Tweak comments, whitespace.
10473 (build_objfile_section_table): Update.
10474
28ee876a
DE
10475 * elfread.c (elf_symfile_segments): Fix warning text.
10476
24c79950
TT
104772012-02-20 Tom Tromey <tromey@redhat.com>
10478
10479 PR gdb/13498:
10480 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
10481 particular set of file names once.
10482 (dw2_map_symbol_filenames): Likewise.
10483
3a9b40b6
JK
104842012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10485
10486 Code cleanup.
10487 * main.c (write_files): Remove the declaration.
10488 (external_editor_command): Move the declaration ...
10489 [GDBTK] (external_editor_command): ... here. Fix the comment.
10490
4d0795ca
TT
104912012-02-20 Tom Tromey <tromey@redhat.com>
10492
10493 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
10494 extraneous block.
10495
637fd620
TG
104962012-02-20 Tristan Gingold <gingold@adacore.com>
10497
10498 * darwin-nat.h (enum darwin_msg_state): Add comments.
10499
6f124894
TG
105002012-02-20 Tristan Gingold <gingold@adacore.com>
10501
10502 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
10503 value.
10504
2e6e3d9c
JB
105052012-20-18 Joel Brobecker <brobecker@adacore.com>
10506
10507 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
10508 between function description and implementation.
10509
2e8265fd
TT
105102012-02-17 Tom Tromey <tromey@redhat.com>
10511
10512 PR python/12070:
10513 * python/py-event.c (event_object_getset): New global.
10514 (event_object_type): Reference it.
10515 * python/py-type.c (field_object_getset): New global.
10516 (field_object_type): Reference it.
10517 * python/python-internal.h (gdb_py_generic_dict): Declare.
10518 * python/py-utils.c (gdb_py_generic_dict): New function.
10519
8544a150 105202012-02-17 Tristan Gingold <gingold@adacore.com>
6f124894 10521
8544a150 10522 * solib-darwin.c (darwin_current_sos): Check magic and filetype
6f124894 10523
ca193e27
TS
105242012-02-17 Thomas Schwinge <thomas@codesourcery.com>
10525
10526 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
10527 TYPE_CALLING_CONVENTION annotation.
10528
e5586183
KB
105292012-02-16 Kevin Buettner <kevinb@redhat.com>
10530
10531 * MAINTAINERS: Add rx to target ISA section.
10532 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
10533 (ALLDEPFILES): Add rx-tdep.c.
10534
7dcd53a0
TT
105352012-02-16 Tom Tromey <tromey@redhat.com>
10536
10537 * symfile.c (symbol_file_add_main_1): Use inferior's
10538 symfile_flags.
10539 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
10540 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
10541 inferior.
10542 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
10543 inferior.
10544 (follow_exec): Use inferior's symfile_flags.
10545 * inferior.h (struct inferior) <symfile_flags>: New field.
10546
ddd60447
MF
105472012-02-16 Mike Frysinger <vapier@gentoo.org>
10548
10549 PR gdb/9734:
10550 * remote-sim.c (gdbsim_create_inferior): Call error() when
10551 sim_create_inferior() fails.
10552
b0d32fb6
TG
105532012-02-16 Josh Matthews <josh@joshmatthews.net>
10554
10555 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
10556
9addecb9
TT
105572012-02-16 Tom Tromey <tromey@redhat.com>
10558
10559 PR c++/13653:
10560 * thread.c (struct current_thread_cleanup) <was_removable>: New
10561 field.
10562 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
10563 (make_cleanup_restore_current_thread): Initialize new field.
10564
a58b110a
KB
105652012-02-15 Kevin Buettner <kevinb@redhat.com>
10566
10567 * MAINTAINERS: Add rl78 to target ISA section.
10568 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
10569 (ALLDEPFILES): Add rl78-tdep.c.
10570 * NEWS: Mention rl78 as a new target.
10571
4cb6da1c
AR
105722012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
10573
10574 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
10575 data.
10576 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
10577
3af2590d
TT
105782012-02-15 Tom Tromey <tromey@redhat.com>
10579
10580 PR gdb/12659:
10581 * infcmd.c (registers_info): Print just the current register's
10582 name.
10583
c6910659
TT
105842012-02-15 Tom Tromey <tromey@redhat.com>
10585
10586 * python/py-symbol.c (sympy_value): Use _().
10587
7cee1e54
PA
105882012-02-15 Pedro Alves <palves@redhat.com>
10589
10590 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
10591 output to be like native targets'.
10592 (remote_pid_to_str): Special case the null ptid.
10593
816338b5
SS
105942012-02-14 Stan Shebs <stan@codesourcery.com>
10595
10596 * NEWS: Mention enable count command.
10597 * breakpoint.h (struct breakpoint): New field enable_count.
10598 * breakpoint.c (enable_breakpoint_disp): Add count argument.
10599 (enable_breakpoint): Add arg to call.
10600 (struct disp_data): New struct.
10601 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
10602 (do_map_enable_once_breakpoint): Create a struct and pass it.
10603 (do_map_enable_delete_breakpoint): Ditto.
10604 (do_map_enable_count_breakpoint): New function.
10605 (enable_count_command): New function.
10606 (bpstat_stop_status): Decrement enable_count.
10607 (print_one_breakpoint_location): Report enable count.
10608 (_initialize_breakpoint): Add enable count command.
10609
c47a44f4
KB
106102012-02-14 Kevin Buettner <kevinb@redhat.com>
10611
10612 * rl78-tdep.c (reggroups.h): Include.
10613 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
10614 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
10615 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
10616 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
10617 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
10618 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
10619 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
10620 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
10621 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
10622 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
10623 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
10624 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
10625 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
10626 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
10627 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
10628 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
10629 beginning of register list.
10630 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
10631 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
10632 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
10633 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
10634 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
10635 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
10636 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
10637 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
10638 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
10639 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
10640 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
10641 the pseudo registers. Rearrange other pseudo registers too so
10642 that the bank registers appear at the end.
10643 (rl78_register_type): Account for the fact that the byte sized
10644 bank registers are now pseudo-registers.
10645 (rl78_register_name): Rearrange the register name array. Make
10646 initial set of raw banked registers inaccessible.
10647 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
10648 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
10649 case for copying bytes back and forth between raw and pseudo
10650 versions of the banked registers. Update other cases to reflect
10651 the changed names.
10652 (rl78_return_value): Update to account for changed names of
10653 raw registers.
10654 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
10655 rl78_register_sim_regno().
10656
e4569f1e
KB
106572012-02-14 Kevin Buettner <kevinb@redhat.com>
10658
10659 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
10660 the name parameter being passed to find_pc_partial_function().
10661
7a05aae7
JK
106622012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10663
10664 * MAINTAINERS: Step down from being ia64 target maintainer.
10665
11fde611
JK
106662012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10667
10668 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
10669 compilation warning.
10670
57008375
JK
106712012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10672
10673 Fix crash on loaded shlibs without loaded exec_bfd.
10674 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
10675 (set_section_command): Replace exec_bfd by p->bfd.
10676
ff3c9849
TT
106772012-02-10 Tom Tromey <tromey@redhat.com>
10678
10679 * linespec.c (decode_line_internal): Skip symtabs_from_filename
10680 when we have a C++ qualified name.
10681
db2b9fdd
PA
106822012-02-10 Pedro Alves <palves@redhat.com>
10683
10684 * inferior.c (inferior_pid_to_str): New.
10685 (print_inferior, inferior_command): Use it.
10686
12cd34f3
PA
106872012-02-10 Pedro Alves <palves@redhat.com>
10688
10689 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
10690 the test CFLAGS.
10691 * configure: Regenerate.
10692
e871429d
JK
106932012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10694
10695 * linespec.c (decode_line_internal): Fix comment correctness.
10696
1916efaf
PA
106972012-02-09 Valery Khromov <valery.khromov@gmail.com>
10698
10699 PR gdb/12953
10700 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
10701 * amd64bsd-nat.c: Add support for debug registers (adapted from
10702 i386bsd-nat.c).
10703 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
10704 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
10705 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
10706 (amd64bsd_dr_get_control): New functions.
10707 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
10708 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
10709 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
10710 watchpoints initialization.
10711 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
10712
f4859d94
JK
107132012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10714
10715 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
10716 flds_bnds.fields.
10717 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
10718
c56a97f9
JK
107192012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10720
10721 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
10722
1a119f36
JB
107232012-02-08 Joel Brobecker <brobecker@adacore.com>
10724
10725 * language.h (symbol_name_cmp_ftype): Renames
10726 symbol_name_match_p_ftype.
10727 (struct language_defn)[la_get_symbol_name_cmp]: Renames
10728 la_get_symbol_name_match_p.
10729 * ada-lang.c (ada_get_symbol_name_cmp): Renames
10730 ada_get_symbol_name_match_p. Update comment.
10731 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
10732 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
10733 Renames symbol_name_match_p. Update field type.
10734 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
10735 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10736 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
10737 "la_get_symbol_name_cmp" in comments.
10738 * language.c: Likewise.
10739
c71bb1cf
RO
107402012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10741
10742 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
10743 %eflags offset.
10744 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
10745 (amd64_sol2_gregset32_reg_offs): Likewise.
10746
4b2d20a5
TG
107472012-02-08 Joel Brobecker <brobecker@adacore.com>
10748
10749 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
10750 of the returned BFD is allocated by GDB.
10751
f0823d2c
TT
107522012-02-07 Tom Tromey <tromey@redhat.com>
10753
10754 PR python/12027:
10755 * python/python-internal.h (frame_object_type): Declare.
10756 * python/py-symbol.c (sympy_needs_frame): New function.
10757 (sympy_value): New function.
10758 (symbol_object_getset): Add "needs_frame".
10759 (symbol_object_methods): Add "value".
10760 * python/py-frame.c (frame_object_type): No longer static.
10761
64e7d9dd
TT
107622012-02-07 Tom Tromey <tromey@redhat.com>
10763
10764 PR python/13599:
10765 * python/py-symbol.c (sympy_line): New function.
10766 (symbol_object_getset): Add "line".
10767
1d6b2d2b
TT
107682012-02-07 Tom Tromey <tromey@redhat.com>
10769
10770 * charset.c (find_charset_names): Check 'in' against NULL.
10771
0d5cff50
DE
107722012-02-06 Doug Evans <dje@google.com>
10773
10774 * gdbtypes.h (struct main_type): Change type of name,tag_name,
10775 and fields.name members from char * to const char *. All uses updated.
10776 (struct cplus_struct_type): Change type of fn_fieldlists.name member
10777 from char * to const char *. All uses updated.
10778 (type_name_no_tag): Update.
10779 (lookup_unsigned_typename, lookup_signed_typename): Update.
10780 * gdbtypes.c (type_name_no_tag): Change result type
10781 from char * to const char *. All callers updated.
10782 (lookup_unsigned_typename, lookup_signed_typename): Change type of
10783 name parameter from char * to const char *.
10784 * symtab.h (struct cplus_specific): Change type of demangled_name
10785 member from char * to const char *. All uses updated.
10786 (struct general_symbol_info): Change type of name and
10787 mangled_lang.demangled_name members from char * to const char *.
10788 All uses updated.
10789 (symbol_get_demangled_name, symbol_natural_name): Update.
10790 (symbol_demangled_name, symbol_search_name): Update.
10791 * symtab.c (symbol_get_demangled_name): Change result type
10792 from char * to const char *. All callers updated.
10793 (symbol_natural_name, symbol_demangled_name): Ditto.
10794 (symbol_search_name): Ditto.
10795 (completion_list_add_name): Change type of symname,sym_text,
10796 text,word parameters from char * to const char *.
10797 (completion_list_objc_symbol): Change type of sym_text,
10798 text,word parameters from char * to const char *.
10799 * ada-lang.c (find_struct_field): Change type of name parameter
10800 from char * to const char *.
10801 (encoded_ordered_before): Similarly for N0,N1 parameters.
10802 (old_renaming_is_invisible): Similarly for function_name parameter.
10803 (ada_type_name): Change result type from char * to const char *.
10804 All callers updated.
10805 * ada-lang.h (ada_type_name): Update.
10806 * buildsym.c (hashname): Change type of name parameter
10807 from char * to const char *.
10808 * buildsym.h (hashname): Update.
10809 * dbxread.c (end_psymtab): Change type of include_list parameter
10810 from char ** to const char **.
10811 * dwarf2read.c (determine_prefix): Change result type
10812 from char * to const char *. All callers updated.
10813 * f-lang.c (find_common_for_function): Change type of name, funcname
10814 parameters from char * to const char *.
10815 * f-lang.c (find_common_for_function): Update.
10816 * f-valprint.c (list_all_visible_commons): Change type of funcname
10817 parameters from char * to const char *.
10818 * gdbarch.sh (static_transform_name): Change type of name parameter
10819 and result from char * to const char *.
10820 * gdbarch.c: Regenerate.
10821 * gdbarch.h: Regenerate.
10822 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
10823 of name parameter from char * to const char *.
10824 * jv-lang.c (java_primitive_type_from_name): Ditto.
10825 (java_demangled_signature_length): Similarly for signature parameter.
10826 (java_demangled_signature_copy): Ditto.
10827 (java_demangle_type_signature): Ditto.
10828 * jv-lang.h (java_primitive_type_from_name): Update.
10829 (java_demangle_type_signature): Update.
10830 * objc-lang.c (specialcmp): Change type of a,b parameters
10831 from char * to const char *.
10832 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
10833 from char * to const char *. All callers updated.
10834 * p-lang.h (is_pascal_string_type): Update.
10835 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
10836 of name parameter from char * to const char *.
10837 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
10838 * utils.c (fprintf_symbol_filtered): Ditto.
10839 * defs.h (fprintf_symbol_filtered): Update.
10840 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
10841 * stabsread.h (end_psymtab): Update.
10842 * stack.c (find_frame_funname): Change type of funname parameter
10843 from char ** to const char **.
10844 * stack.h (find_frame_funname): Update.
10845 * typeprint.c (type_print): Change type of varstring parameter
10846 from char * to const char *.
10847 * value.h (type_print): Update.
10848 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
10849 from char * to const char *. All callers updated.
10850 (xcoff_end_psymtab): Change type of include_list parameter
10851 from char ** to const char **. All callers updated.
10852 (swap_sym): Similarly for name parameter. All callers updated.
10853 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
10854 Use xstrdup.
10855 (process_coff_symbol): Use xstrdup.
10856 * stabsread.c (stabs_method_name_from_physname): Renamed from
10857 update_method_name_from_physname. Change result type from void
10858 to char *. All callers updated.
10859 (read_member_functions): In has_destructor case, store name in objfile
10860 obstack instead of malloc space. In !has_stub case, fix mem leak.
10861
5579a92e
TT
108622012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
10863
10864 * configure: Rebuild.
10865 * configure.ac: Put -L../bfd and -L../libiberty at the front of
10866 LDFLAGS.
10867
9058f767
KB
108682012-02-03 Kevin Buettner <kevinb@redhat.com>
10869
10870 * configure.tgt (rl78-*-elf): New target.
10871 * rl78-tdep.c: New file.
10872
5b37825d
PW
108732012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10874
10875 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
10876 and continue the loop. Add QUIT statement.
10877
e009ee71
TT
108782012-02-03 Tom Tromey <tromey@redhat.com>
10879
10880 PR gdb/13596:
10881 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
10882 bfd_lookup_symbol_from_symtab.
10883 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
10884 gdb_bfd_lookup_symbol_from_symtab.
10885
f7e44f65
JB
108862012-02-03 Joel Brobecker <brobecker@adacore.com>
10887
10888 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
10889 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
10890 symbol. Add assertion that sym2 is never NULL.
10891
2c02bd72
DE
108922012-02-02 Doug Evans <dje@google.com>
10893
10894 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
10895 "name" parameter to const char ** from char **. All callers updated.
10896 (find_pc_partial_function): Ditto.
10897 (cache_pc_function_name): Change type to const char * from char *.
10898 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
10899 (find_pc_partial_function): Update.
10900 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
10901 type of "name" parameter to const char * from char *.
10902 All uses updated.
10903 * arch-utils.c (generic_in_solib_return_trampoline): Change
10904 type of "name" parameter to const char * from char *.
10905 * arch-utils.h (generic_in_solib_return_trampoline): Update.
10906 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
10907 type of "name" parameter to const char * from char *.
10908 * gdbarch.sh (in_solib_return_trampoline): Ditto.
10909 * gdbarch.c: Regenerate.
10910 * gdbarch.h: Regenerate.
10911 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
10912 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
10913 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
10914 type of "name" parameter to const char * from char *.
10915 * skip.c (skip_function_pc): Ditto.
10916 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
10917 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
10918 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
10919 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
10920 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
10921 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
10922 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
10923 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
10924 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
10925
e886a173
PA
109262012-02-02 Pedro Alves <palves@redhat.com>
10927
10928 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
10929 the current inferior has no execution. Make sure the current
10930 remote process matches gdb's current inferior.
10931
c709a7c2
TT
109322012-02-02 Tom Tromey <tromey@redhat.com>
10933
10934 PR gdb/13405:
10935 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
10936 read-only memory.
10937
f149aabd
TT
109382012-02-02 Tom Tromey <tromey@redhat.com>
10939
10940 PR gdb/9307:
10941 * symtab.c (lookup_language_this): Set block_found.
10942
03bef283
TT
109432012-02-01 Tom Tromey <tromey@redhat.com>
10944
10945 PR gdb/13431:
10946 * jit.c (struct jit_inferior_data): Rewrite.
10947 (struct jit_objfile_data): New.
10948 (get_jit_objfile_data): New function.
10949 (add_objfile_entry): Update.
10950 (jit_read_descriptor): Return int. Replace descriptor_addr
10951 argument with inf_data. Update. Don't call error.
10952 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
10953 descriptor here.
10954 (jit_inferior_init): Don't look up descriptor. Don't call error.
10955 (jit_reset_inferior_data_and_breakpoints)
10956 (jit_inferior_created_observer): Remove.
10957 (jit_inferior_exit_hook): Update.
10958 (jit_executable_changed_observer): Remove.
10959 (jit_event_handler): Update.
10960 (free_objfile_data): Reset inferior data if needed.
10961 (_initialize_jit): Update.
10962
f0bbc364
TT
109632012-02-01 Tom Tromey <tromey@redhat.com>
10964
10965 * jit.c (bfd_open_from_target_memory): Move higher in file.
10966
47c1316c
TG
109672012-02-01 Tristan Gingold <gingold@adacore.com>
10968
10969 * libunwind-frame.c (libunwind_load): Display message if dlopen
10970 failed.
10971
8e704927
GB
109722012-02-01 Gary Benson <gbenson@redhat.com>
10973
09c7a31f 10974 * symtab.h (symbol_found_callback_ftype): New typedef.
8e704927
GB
10975 (iterate_over_symbols): Use the above.
10976 * symtab.c (iterate_over_symbols): Likewise.
10977 * language.h (language_defn->la_iterate_over_symbols): Likewise.
10978 * ada-lang.c (ada_iterate_over_symbols): Likewise.
10979 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
10980 (iterate_name_matcher): Document return values.
10981 (collect_one_symbol): Likewise.
10982 (collect_function_symbols): Likewise.
10983 (collect_symbols): Likewise.
10984
d9680e73
TT
109852012-02-01 Tom Tromey <tromey@redhat.com>
10986
10987 * ada-lang.c (resolve_subexp): Update.
10988 (ada_lookup_symbol_list): Add 'full_search' argument.
10989 (ada_iterate_over_symbols): Pass 0 as full_search argument to
10990 ada_lookup_symbol_list.
10991 (ada_lookup_encoded_symbol): Update.
10992 (get_var_value): Update.
10993 * ada-exp.y (block_lookup): Update.
10994 (write_var_or_type): Update.
10995 (write_name_assoc): Update.
10996 * ada-lang.h (ada_lookup_symbol_list): Update.
10997
72e1143f
TT
109982012-01-31 Tom Tromey <tromey@redhat.com>
10999
11000 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
11001 comment.
11002
ab2d2ad3
DE
110032012-01-31 Doug Evans <dje@google.com>
11004
11005 * symtab.h: Remove outdated comment.
e9111bf7 11006 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
ab2d2ad3 11007
bc884eba
JB
110082012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
11009
11010 Fix build error in Darwin port.
11011 * i386-darwin-nat.c: Include i386-nat.h.
11012
8fc3fc34
TT
110132012-01-30 Tom Tromey <tromey@redhat.com>
11014
11015 PR breakpoints/13568:
11016 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
11017 argument. Check for recursive includes.
11018 (dwarf_decode_macros): Create an include hash.
11019
5d853008
ME
110202012-01-30 Michael Eager <eager@eagercon.com>
11021
11022 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
11023 * ppc-linux-tdep.c: Include glibc-tdep.h.
ab2d2ad3 11024 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
5d853008
ME
11025 (powerpc_linux_in_plt_stub): New function.
11026 (powerpc_linux_in_dynsym_resolve_code): New function.
11027 (ppc_skip_trampoline_code): New function.
11028 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
11029 Use glibc_skip_solib_resolver.
11030
40478521
JK
110312012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11032
11033 Code cleanup: Make 1440 bytes of data segment read-only.
11034 * arch-utils.c (endian_enum): Make it const char *const [].
11035 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
11036 Likewise.
11037 * breakpoint.c (always_inserted_enums): Likewise.
11038 * cli/cli-cmds.c (script_ext_enums): Likewise.
11039 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
11040 enumlist parameter const char *const *.
11041 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
11042 const char *const *.
11043 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
11044 parameter const char *const *.
11045 * cris-tdep.c (cris_modes): Make it const char *const [].
11046 * filesystem.c (target_file_system_kinds): Likewise.
11047 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
11048 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
11049 (can_use_displaced_stepping_enum, scheduler_enums)
11050 (exec_direction_names): Likewise.
11051 * language.c (_initialize_language): Make the type_or_range_names and
11052 case_sensitive_names variables const char *const [].
11053 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
11054 * python/python.c (python_excp_enums): Likewise.
11055 * remote.c (interrupt_sequence_modes): Likewise.
11056 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
11057 * serial.c (logbase_enums): Likewise.
11058 * sh-tdep.c (sh_cc_enum): Likewise.
11059 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
11060 Likewise.
11061 * symtab.c (multiple_symbols_modes): Likewise.
11062 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
11063 Likewise.
11064 * utils.c (internal_problem_modes): Likewise.
11065
b3b8b934
JK
110662012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11067
11068 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
11069 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
11070 result.
11071
8c85a4e2
DE
110722012-01-27 Doug Evans <dje@google.com>
11073
11074 * configure.ac (with_python): Fix absolute path handling for win32.
11075 * configure: Regenerate.
11076
78d8b4d7
DE
110772012-01-26 Doug Evans <dje@google.com>
11078
eca864fe
DE
11079 * symtab.c: Whitespace cleanup, no code changes.
11080
7e082072
DE
11081 * symtab.c (lookup_symbol_in_language): Improve comment.
11082 (lookup_symbol_aux): Fix comment.
11083
7dc25483
DE
11084 * psymtab.c (add_psymbol_to_list): Result is now "void".
11085 * psympriv.h (add_psymbol_to_list): Update.
11086
78d8b4d7
DE
11087 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
11088
4c63965b
JK
110892012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11090
11091 Do not open script filenames twice.
11092 * cli/cli-cmds.c (source_script_from_stream): Pass to
11093 source_python_script also STREAM.
11094 * python/py-auto-load.c (source_section_scripts): Pass to
11095 source_python_script_for_objfile also STREAM.
11096 (auto_load_objfile_script): Pass to source_python_script_for_objfile
11097 also INPUT.
11098 * python/python-internal.h (source_python_script_for_objfile): New
11099 parameter file, rename parameter file to filename.
11100 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
11101 instead if !_WIN32. Update the function comment.
11102 (source_python_script, source_python_script_for_objfile)
11103 (source_python_script): New parameter file, rename parameter file to
11104 filename. Pass FILENAME to python_run_simple_file.
11105 * python/python.h (source_python_script): New parameter file, rename
11106 parameter file to filename.
11107
88f38a04
PA
111082012-01-26 Pedro Alves <palves@redhat.com>
11109
11110 * corelow.c (core_has_fake_pid): Delete.
11111 (core_close): Delete references to `core_has_fake_pid'.
11112 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
11113 (core_open): Delete references to `core_has_fake_pid'.
11114 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
11115 the removed global.
11116
e078317b
JB
111172012-01-26 Joel Brobecker <brobecker@adacore.com>
11118
11119 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
11120 Remove language parameter from name_matcher. Adjust the comment.
11121 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
11122 Remove language parameter.
11123 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
11124 * linespec.c (iterate_name_matcher): Likewise.
11125 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
11126 name_matcher. Adjust call accordingly.
11127 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
11128 (maintenance_check_symtabs): Adjust type of parameter "fun".
11129 * psymtab.h (maintenance_check_symtabs): Likewise.
11130
74ccd7f5
JB
111312012-01-26 Joel Brobecker <brobecker@adacore.com>
11132
11133 * language.h (symbol_name_match_p_ftype): New typedef.
11134 (struct language_defn): Replace field la_symbol_name_compare
11135 by la_get_symbol_name_match_p.
11136 * ada-lang.c (ada_get_symbol_name_match_p): New function.
11137 (ada_language_defn): Use it.
11138 * linespec.c (struct symbol_matcher_data): New type.
11139 (iterate_name_matcher): Rewrite.
11140 (iterate_over_all_matching_symtabs): Pass a pointer to
11141 a symbol_matcher_data struct to expand_symtabs_matching
11142 instead of just the lookup name.
11143 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
11144 opencl-lang.c, p-lang.c, language.c: Delete field
11145 la_symbol_name_compare, and replace by NULL for new field
11146 la_get_symbol_name_match_p.
11147 * symfile.h (struct quick_symbol_functions): Update comment.
11148
5d268276
TT
111492012-01-25 Tom Tromey <tromey@redhat.com>
11150
11151 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
11152 dereferencing.
11153
edcc5120
TT
111542012-01-24 Tom Tromey <tromey@redhat.com>
11155
11156 PR symtab/12406:
11157 * solib.c (update_solib_list): Update the program space's
11158 added_solibs and deleted_solibs fields.
11159 * progspace.h (struct program_space) <added_solibs,
11160 deleted_solibs>: New fields.
11161 (clear_program_space_solib_cache): Declare.
11162 * progspace.c (release_program_space): Call
11163 clear_program_space_solib_cache.
11164 (clear_program_space_solib_cache): New function.
11165 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
11166 bpstat_stop_status. Use handle_solib_event.
11167 * breakpoint.c: Include gdb_regex.h.
11168 (print_solib_event): New function.
11169 (bpstat_print): Use print_solib_event.
11170 (bpstat_stop_status): Add special case for bp_shlib_event.
11171 (handle_solib_event): New function.
11172 (bpstat_what): Use handle_solib_event.
11173 (struct solib_catchpoint): New.
11174 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
11175 (breakpoint_hit_catch_solib, check_status_catch_solib)
11176 (print_it_catch_solib, print_one_catch_solib)
11177 (print_mention_catch_solib, print_recreate_catch_solib): New
11178 functions.
11179 (catch_solib_breakpoint_ops): New global.
11180 (catch_load_or_unload, catch_load_command_1)
11181 (catch_unload_command_1): New functions.
11182 (internal_bkpt_check_status): Add special case for
11183 bp_shlib_event.
11184 (internal_bkpt_print_it): Use print_solib_event.
11185 (initialize_breakpoint_ops): Initialize
11186 catch_solib_breakpoint_ops.
11187 (_initialize_breakpoint): Register "catch load" and "catch
11188 unload".
11189 * breakpoint.h (handle_solib_event): Declare.
11190 * NEWS: Add entry for "catch load" and "catch unload".
11191
fa864999
TT
111922012-01-24 Tom Tromey <tromey@redhat.com>
11193
11194 * ada-lang.c: Include gdb_vecs.h.
11195 * charset.c: Include gdb_vecs.h.
11196 * tracepoint.h: Include gdb_vecs.h.
11197 * gdb_vecs.h: New file.
11198
f90263c1
TT
111992012-01-24 Pedro Alves <pedro@codesourcery.com>
11200
11201 * breakpoint.c (breakpoint_hit_catch_fork)
11202 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
11203 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
11204 * infrun.c (inferior_has_forked, inferior_has_vforked)
11205 (inferior_has_execd, inferior_has_called_syscall): Delete.
11206 (handle_syscall_event): Get syscall_number from the execution
11207 control state's wait status.
11208 (wait_for_inferior): Don't clear syscall_number.
11209
09ac7c10
TT
112102012-01-24 Pedro Alves <palves@redhat.com>
11211
11212 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
11213 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
11214 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
11215 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
11216 `ws' parameter.
11217 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
11218 false for events other than TARGET_SIGNAL_TRAP.
11219 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
11220 Add `ws' parameter.
11221 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
11222 events other than TARGET_SIGNAL_TRAP.
11223 (tracepoint_breakpoint_hit): Add `ws' parameter.
11224 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
11225 parameter.
11226 (bpstat_stop_status): Same.
11227 (pc_at_non_inline_function): Same.
11228 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
11229 to pass the current event's waitstatus to bpstat_stop_status
11230 and pc_at_non_inline_function.
11231
86eb7e95
JK
112322012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11233
11234 Code cleanup.
11235 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
11236 Update the function comment for it.
11237 (source_script_with_search): Call make_cleanup_fclose for STREAM.
11238 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
11239 for STREAM.
11240
a9b3a50f
PA
112412012-01-24 Pedro Alves <palves@redhat.com>
11242
11243 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
11244 outside `bs->stop' block.
11245 (bpstat_what): Rework bp_shlib_event handling.
11246 (internal_bkpt_check_status): If the breakpoint is a
11247 bp_shlib_event, then set bs->stop and bs->print if
11248 stop_on_solib_events is set.
11249
53fe1783
GB
112502012-01-24 Gary Benson <gbenson@redhat.com>
11251
11252 Delete #if 0'd out code.
11253 * stack.c (print_frame_label_vars): Remove.
11254 (catch_info): Likewise.
11255 (_initialize_stack): Remove "info catch" command.
11256 * NEWS: Mention the above.
11257
49c62f2e
PA
112582012-01-24 Pedro Alves <palves@redhat.com>
11259
11260 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
11261 it.
11262 (remote_notice_new_inferior): If the remote end doesn't support
11263 the multiprocess extensions, then the PID is fake.
11264 (add_current_inferior_and_thread): New.
11265 (remote_start_remote): Use it.
11266 (extended_remote_attach_1): Adjust.
11267 (extended_remote_create_inferior_1): Use
11268 add_current_inferior_and_thread.
11269
d0d8b0c6
JK
112702012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11271
11272 Fix watchpoints to be specific for each inferior.
11273 * breakpoint.c (watchpoint_in_thread_scope): Verify also
11274 current_program_space.
11275 * i386-nat.c (i386_inferior_data_cleanup): New.
11276 (i386_inferior_data_get): Replace variable inf_data_local by an
11277 inferior_data call.
11278 (i386_use_watchpoints): Initialize i386_inferior_data.
11279 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
11280 specific iterate_over_lwps.
11281
4403d8e9
JK
112822012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11283
11284 Fix watchpoints across inferior fork.
11285 * amd64-linux-nat.c (update_debug_registers_callback): Update the
11286 comment for linux_nat_iterate_watchpoint_lwps.
11287 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11288 linux_nat_iterate_watchpoint_lwps.
11289 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
11290 * i386-linux-nat.c (update_debug_registers_callback): Update the
11291 comment for linux_nat_iterate_watchpoint_lwps.
11292 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
11293 linux_nat_iterate_watchpoint_lwps.
11294 (i386_linux_prepare_to_resume): New comment on Linux kernel.
11295 * i386-nat.c: Include inferior.h.
11296 (dr_mirror): Remove.
11297 (i386_inferior_data, struct i386_inferior_data)
11298 (i386_inferior_data_get): New.
11299 (i386_debug_reg_state): Use i386_inferior_data_get.
11300 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
11301 (i386_insert_watchpoint, i386_remove_watchpoint)
11302 (i386_stopped_data_address, i386_insert_hw_breakpoint)
11303 (i386_remove_hw_breakpoint): New variable state, use
11304 i386_debug_reg_state instead of DR_MIRROR.
11305 * linux-nat.c (delete_lwp): New declaration.
11306 (num_lwps): Move here from downwards.
11307 (delete_lwp_cleanup): New.
11308 (linux_child_follow_fork): Create new child_lp, call
11309 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
11310 PTRACE_DETACH.
11311 (num_lwps): Move upwards.
11312 (linux_nat_iterate_watchpoint_lwps): New.
11313 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
11314 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
11315
2992c9a7 113162012-01-24 Joel Brobecker <brobecker@adacore.com>
11317
11318 GDB 7.4 released.
11319
e360902b
PA
113202012-01-23 Pedro Alves <palves@redhat.com>
11321
11322 * top.c (caution): Rename to ...
11323 (confirm): ... this.
11324 (show_caution): Rename to ...
11325 (show_confirm): ... this.
11326 (quit_cover): Adjust.
11327 (init_main): Adjust.
11328 * top.h (caution): Rename to ...
11329 (confirm): ... this.
11330 * utils.c (internal_vproblem, defaulted_query): Adjust.
11331
050a2e1d
PA
113322012-01-23 Pedro Alves <palves@redhat.com>
11333
11334 * top.c (caution): Update comment.
11335 (execute_command): Don't consider the current value of `caution'.
11336
77a35dd8
JK
113372012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11338
11339 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
11340
a71b5a38
UW
113412012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
11342
11343 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11344 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
11345 * target.c (target_fileio_pwrite): Remove buffer address from
11346 debug output.
11347 (target_fileio_pread): Likewise.
11348
d99bd577
UW
113492012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11350
11351 * NEWS: Document remote "info proc" and "generate-core-file".
11352
35c2fab7
UW
113532012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11354
11355 * gdbarch.sh (find_memory_regions): New callback.
11356 * gdbarch.c, gdbarch.h: Regenerate.
11357
11358 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
11359 callback before falling back to target method.
11360
11361 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
11362 (linux_target_install_ops): No longer install it.
11363
11364 * linux-tdep.c (linux_find_memory_regions): New function.
11365 (linux_init_abi): Install it.
11366
6432734d
UW
113672012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11368
11369 * gdbarch.sh (make_corefile_notes): New architecture callback.
11370 * gdbarch.c: Regenerate.
11371 * gdbarch.h: Likewise.
11372
11373 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
11374 before target_make_corefile_notes. If NULL is returned, the
11375 target does not support core file generation.
11376
11377 * linux-nat.c: Include "linux-tdep.h".
11378 (find_signalled_thread, find_stop_signal): Remove.
11379 (linux_nat_do_thread_registers): Likewise.
11380 (struct linux_nat_corefile_thread_data): Likewise.
11381 (linux_nat_corefile_thread_callback): Likewise.
11382 (iterate_over_spus): Likewise.
11383 (struct linux_spu_corefile_data): Likewise.
11384 (linux_spu_corefile_callback): Likewise.
11385 (linux_spu_make_corefile_notes): Likewise.
11386 (linux_nat_collect_thread_registers): New function.
11387 (linux_nat_make_corefile_notes): Replace contents by call to
11388 linux_make_corefile_notes passing linux_nat_collect_thread_registers
11389 as native-only callback.
11390
11391 * linux-tdep.h: Include "bfd.h".
11392 (struct regcache): Add forward declaration.
11393 (linux_collect_thread_registers_ftype): New typedef.
11394 (linux_make_corefile_notes): Add prototype.
11395 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
11396 "regset.h", and "elf-bfd.h".
11397 (find_signalled_thread, find_stop_signal): New functions.
11398 (linux_spu_make_corefile_notes): Likewise.
11399 (linux_collect_thread_registers): Likewise.
11400 (struct linux_corefile_thread_data): New data structure.
11401 (linux_corefile_thread_callback): New funcion.
11402 (linux_make_corefile_notes): Likewise.
11403 (linux_make_corefile_notes_1): Likewise.
11404 (linux_init_abi): Install it.
11405
3030c96e
UW
114062012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11407
11408 * gdbarch.sh (info_proc): New callback.
11409 * gdbarch.c, gdbarch.h: Regenerate.
11410
11411 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
11412 before falling back to the target info_proc callback.
11413
11414 * linux-nat.c: Do not include "cli/cli-utils.h".
11415 (linux_nat_info_proc): Remove.
11416 (linux_target_install_ops): No longer install it.
11417
11418 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
11419 (read_mapping): New function.
11420 (linux_info_proc): Likewise.
11421 (linux_init_abi): Install it.
11422
145b16a9
UW
114232012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11424
11425 * defs.h (enum info_proc_what): Moved here from linux-nat.c
11426 * infcmd.c: (info_proc_cmd_1): New function.
11427 (info_proc_cmd): New function, moved here from equivalent routine
11428 orignally in linux-nat.c.
11429 (info_proc_cmd_mappings): Likewise.
11430 (info_proc_cmd_stat): Likewise.
11431 (info_proc_cmd_status): Likewise.
11432 (info_proc_cmd_cwd): Likewise.
11433 (info_proc_cmd_cmdline): Likewise.
11434 (info_proc_cmd_exe): Likewise.
11435 (info_proc_cmd_all): Likewise.
11436 (_initialize_infcmd): Install "info proc" command and subcommands.
11437
11438 * target.h (struct target_ops): Add to_info_proc.
11439 (target_info_proc): Add prototype.
11440 * target.c (target_info_proc): New function.
11441
11442 * procfs.c (procfs_info_proc): Add prototype.
11443 (info_proc_cmd): Rename into ...
11444 (procfs_info_proc): ... this. Update argument types as appropriate
11445 for a to_info_proc implementation. Handle "what" argument.
11446 (procfs_target): Install procfs_info_proc.
11447 (_initialize_procfs): No longer install "info proc" command.
11448
11449 * linux-nat.c: (enum info_proc_what): Remove.
11450 (linux_nat_info_proc_cmd_1): Rename into ...
11451 (linux_nat_info_proc): ... this. Update argument types as appropriate
11452 for a to_info_proc implementation.
11453 (linux_nat_info_proc_cmd): Remove.
11454 (linux_nat_info_proc_cmd_mappings): Likewise.
11455 (linux_nat_info_proc_cmd_stat): Likewise.
11456 (linux_nat_info_proc_cmd_status): Likewise.
11457 (linux_nat_info_proc_cmd_cwd): Likewise.
11458 (linux_nat_info_proc_cmd_cmdline): Likewise.
11459 (linux_nat_info_proc_cmd_exe): Likewise.
11460 (linux_nat_info_proc_cmd_all): Likewise.
11461 (linux_target_install_ops): Install linux_nat_info_proc.
11462 (_initialize_linux_nat): No longer install "info proc" command
11463 and subcommands.
11464
b9e7b9c3
UW
114652012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11466
11467 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
11468 * config.in, configure: Regenerate.
11469
11470 * target.h (struct target_ops): Add to_fileio_readlink.
11471 (target_fileio_readlink): Add prototype.
11472 * target.c (target_fileio_readlink): New function.
11473
11474 * inf-child.c: Conditionally include <sys/param.h>.
11475 (inf_child_fileio_readlink): New function.
11476 (inf_child_target): Install it.
11477
11478 * remote.c (PACKET_vFile_readlink): New enum value.
11479 (remote_hostio_readlink): New function.
11480 (init_remote_ops): Install it.
11481 (_initialize_remote): Handle vFile:readlink packet type.
11482
7313baad
UW
114832012-01-20 Pedro Alves <palves@redhat.com>
11484 Ulrich Weigand <ulrich.weigand@linaro.org>
11485
11486 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
11487 * config.in, configure: Regenerate.
11488
11489 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
11490 to_fileio_pread, to_fileio_close, to_fileio_unlink.
11491 (target_fileio_open): Add prototype.
11492 (target_fileio_pwrite): Likewise.
11493 (target_fileio_pread): Likewise.
11494 (target_fileio_close): Likewise.
11495 (target_fileio_unlink): Likewise.
11496 (target_fileio_read_alloc): Likewise.
11497 (target_fileio_read_stralloc): Likewise.
11498
11499 * target.c: Include "gdb/fileio.h".
11500 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
11501 (default_fileio_target): New function.
11502 (target_fileio_open): Likewise.
11503 (target_fileio_pwrite): Likewise.
11504 (target_fileio_pread): Likewise.
11505 (target_fileio_close): Likewise.
11506 (target_fileio_unlink): Likewise.
11507 (target_fileio_close_cleanup): Likewise.
11508 (target_fileio_read_alloc_1): Likewise.
11509 (target_fileio_read_alloc): Likewise.
11510 (target_fileio_read_stralloc): Likewise.
11511
11512 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
11513 <fcntl.h>, and <unistd.h>.
11514 (inf_child_fileio_open_flags_to_host): New function.
11515 (inf_child_errno_to_fileio_error): Likewise.
11516 (inf_child_fileio_open): Likewise.
11517 (inf_child_fileio_pwrite): Likewise.
11518 (inf_child_fileio_pread): Likewise.
11519 (inf_child_fileio_close): Likewise.
11520 (inf_child_fileio_unlink): Likewise.
11521 (inf_child_target): Install to_fileio routines.
11522
11523 * remote.c (init_remote_ops): Install to_fileio routines.
11524
901f9912
UW
115252012-01-20 Pedro Alves <palves@redhat.com>
11526 Ulrich Weigand <ulrich.weigand@linaro.org>
11527
11528 * remote.c (remote_multi_process_p): Only check for multi-process
11529 protocol feature, do not check for extended protocol.
11530 (remote_supports_multi_process): Check for extended protocol here.
11531 (set_general_process): Likewise.
11532 (extended_remote_kill): Likewise.
11533 (remote_pid_to_str): Likewise.
11534 (remote_query_supported): Always query multiprocess mode.
11535
e714e1bf
UW
115362012-01-20 Pedro Alves <palves@redhat.com>
11537 Ulrich Weigand <ulrich.weigand@linaro.org>
11538
11539 * inferior.h (struct inferior): Add fake_pid_p.
11540 * inferior.c (exit_inferior_1): Clear fake_pid_p.
11541 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
11542 magic_null_ptid since the remote side doesn't provide a real PID.
11543
50897289
TT
115442012-01-19 Tom Tromey <tromey@redhat.com>
11545
11546 * NEWS: Combine the two Python sections.
11547
1afc2033
JK
115482012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11549
11550 * target.h (target_close): Update comment on the target's unpush state.
11551
305436e0
PA
115522012-01-19 Pedro Alves <palves@redhat.com>
11553
11554 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
11555 linux_nat_async directly instead of going through the target
11556 vector.
11557 * target.c (unpush_target): Close target after unpushing it, not
11558 before.
11559
49323895
GB
115602012-01-19 Gary Benson <gbenson@redhat.com>
11561
11562 * mdebugread.c (sort_blocks): Replace integer constants with ones
11563 derived from FIRST_LOCAL_BLOCK.
11564
1db33378
PP
115652012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
11566 Jan Kratochvil <jan.kratochvil@redhat.com>
11567
11568 PR gdb/9538
11569 * symfile.c (find_separate_debug_file): New function.
11570 (terminate_after_last_dir_separator): Likewise.
11571 (find_separate_debug_file_by_debuglink): Also try realpath.
11572 * configure.ac (AC_CHECK_FUNCS): Add lstat.
11573 * configure: Regenerate.
11574 * config.in: Regenerate.
11575
f83d8a90
DE
115762012-01-18 Doug Evans <dje@google.com>
11577
11578 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
11579 (main.o): Remove rule.
11580 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
11581 (--with-sysroot): Rewrite.
11582 * configure: Regenerate.
11583 * config.in: Regenerate.
11584
2dbca4d6
SDJ
115852012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
11586
11587 * parse.c (initialize_expout): New function.
11588 (reallocate_expout): Likewise.
11589 (parse_exp_in_context): Use `initialize_expout' and
11590 `reallocate_expout' when appropriate.
11591
0695b514
PA
115922012-01-18 Pedro Alves <palves@redhat.com>
11593
11594 * record.c (struct record_breakpoint, record_breakpoint_p)
11595 (record_breakpoints): New.
11596 (record_insert_breakpoint, record_remove_breakpoint): Manage
11597 record breakpoints list. Only remove breakpoints from the
11598 inferior if they had been inserted there in the first place.
11599
136e1c30
DE
116002012-01-17 Doug Evans <dje@google.com>
11601
11602 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
11603 if we know we don't have a file name to look for.
11604
c0bf857d
PA
116052012-01-17 Pedro Alves <palves@redhat.com>
11606
11607 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
11608 the frame's stop reason is UNWIND_UNAVAILABLE.
11609
b486de60
JK
116102012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11611
11612 Fix compilation error.
11613 * m2-exp.y (yyerror): Use ANSI C prototype.
11614
d04550a6
SDJ
116152012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
11616
11617 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
11618 (growbuf_by_size): Likewise.
11619 (yyerror): Likewise.
11620 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
11621 (modblock): Remove variable (was #if 0'ed).
11622 (parse_number): Convert prototype from K&R to ANSI C.
11623 (yyerror): Likewise.
11624 * objc-exp.y (parse_number): Likewise.
11625 (yyerror): Likewise.
11626 (yylex): Remove #if 0'ed code.
11627 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
11628 (yyerror): Likewise.
11629
4aac40c8
TT
116302012-01-16 Tom Tromey <tromey@redhat.com>
11631
11632 * NEWS: Add item.
11633 * symtab.h (compare_filenames_for_search): Declare.
11634 * symtab.c (compare_filenames_for_search): New function.
11635 (iterate_over_some_symtabs): Use it.
11636 * symfile.h (struct quick_symbol_functions)
11637 <map_symtabs_matching_filename>: Change spec.
11638 * psymtab.c (partial_map_symtabs_matching_filename): Use
11639 compare_filenames_for_search. Update for new spec.
11640 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
11641 compare_filenames_for_search. Update for new spec.
11642 * breakpoint.c (clear_command): Use compare_filenames_for_search.
11643
cafec441
TT
116442012-01-16 Tom Tromey <tromey@redhat.com>
11645
11646 PR python/13281:
11647 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
11648 (struct main_type) <flag_flag_enum>: New field.
11649 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
11650 * NEWS: Add entries.
11651 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
11652 enums.
11653 * python/lib/gdb/printing.py (_EnumInstance): New class.
11654 (FlagEnumerationPrinter): Likewise.
11655
983af33b
SDJ
116562012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
11657
11658 * breakpoint.c (create_sals_from_address_default): New function.
11659 (create_breakpoints_sal_default): Likewise.
11660 (decode_linespec_default): Likewise.
11661 (is_marker_spec): Removed.
11662 (strace_marker_p): New function.
11663 (init_breakpoint_sal): Using `strace_marker_p' instead of
11664 `is_marker_spec'.
11665 (create_breakpoint): Call method `create_sals_from_address' from
11666 breakpoint_ops, replacing code that created SALs conditionally
11667 on the type of the breakpoint. Call method `create_breakpoints_sal',
11668 replacing code that created breakpoints conditionally on the type
11669 wanted.
11670 (base_breakpoint_create_sals_from_address): New function.
11671 (base_breakpoint_create_breakpoints_sal): Likewise.
11672 (base_breakpoint_decode_linespec): Likewise.
11673 (base_breakpoint_ops): Add methods
11674 `base_breakpoint_create_sals_from_address',
11675 `base_breakpoint_create_breakpoints_sal' and
11676 `base_breakpoint_decode_linespec'.
11677 (bkpt_create_sals_from_address): New function.
11678 (bkpt_create_breakpoints_sal): Likewise.
11679 (bkpt_decode_linespec): Likewise.
11680 (tracepoint_create_sals_from_address): Likewise.
11681 (tracepoint_create_breakpoints_sal): Likewise.
11682 (tracepoint_decode_linespec): Likewise.
11683 (strace_marker_create_sals_from_address): Likewise.
11684 (strace_marker_create_breakpoints_sal): Likewise.
11685 (strace_marker_decode_linespec): Likewise.
11686 (strace_marker_breakpoint_ops): New variable.
11687 (addr_string_to_sals): Remove `marker_spec'. Call method
11688 `decode_linespec' from breakpoint_ops, replacing code that decoded
11689 an address string into a SAL. Use `strace_marker_p' instead of
11690 `marker_spec'.
11691 (strace_command): Decide whether we are dealing with a static
11692 tracepoint with marker or not. Use the appropriate breakpoint_ops.
11693 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
11694 * breakpoint.h (linespec_result, linespec_sals): New forward
11695 declarations.
11696 (breakpoint_ops) <create_sals_from_address>,
11697 <create_breakpoints_sal>, <decode_linespec>: New methods.
11698
4795f398
DE
116992012-01-14 Doug Evans <dje@google.com>
11700
11701 * NEWS: Update text for "maint set python print-stack".
11702 It is deprecated in gdb 7.4 and deleted in 7.5.
11703
ee5106fe
EZ
117042012-01-13 Eli Zaretskii <eliz@gnu.org>
11705
11706 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
11707 including curses.h.
11708
b161e06f
JK
117092012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11710
11711 * configure: Regenerate.
11712 * config.in: Regenerate.
11713
85254831
KS
117142012-01-12 Keith Seitz <keiths@redhat.com>
11715
11716 PR mi/10586
11717 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
11718 (ANONYMOUS_UNION_NAME): Define.
11719 (is_path_expr_parent): New function.
11720 (get_path_expr_parent): New function.
11721 (is_anonymous_child): New function.
11722 (create_child_with_value): If the child is anonymous and without
11723 a name, assign an object name to it.
11724 (c_describe_child): Use get_path_expr_parent to determine
11725 the parent expression.
11726 If there field represents an anonymous struct or union and
11727 has no name, set an appropriate display name and expression.
11728 (cplus_describe_child): Likewise.
11729
620fa63a
PA
117302012-01-12 Pedro Alves <palves@redhat.com>
11731
11732 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
11733 available when %ebp is found to be zero (outermost).
11734
2efa2c79
AT
117352012-01-11 Andreas Tobler <andreast@fgznet.ch>
11736
11737 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
11738 an internal gdb_static_assert.
11739 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
11740
88e7d25d
TT
117412012-01-11 Tom Tromey <tromey@redhat.com>
11742
11743 PR gdb/9598:
11744 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
11745 catch" and "catch throw".
11746
72384ba3
PH
117472012-01-11 Paul Hilfinger <hilfingr@adacore.com>
11748
11749 * blockframe.c (block_innermost_frame): Start search from selected
11750 frame, if present, or otherwise the current frame.
11751
11752 * c-exp.y (variable): Update innermost_block for
11753 'block COLONCOLON NAME' clause.
11754 * m2-exp.y (variable): Ditto.
11755 * objc-exp.y (variable): Ditto.
11756
065a711f
TT
117572012-01-10 Tom Tromey <tromey@redhat.com>
11758
11759 PR python/13199:
11760 * python/python.c (finish_python_initialization): Set sys.argv.
11761
f3f5162e
DE
117622012-01-10 Doug Evans <dje@google.com>
11763
11764 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
11765 "want_line_info". All callers updated.
11766 (dwarf_decode_lines_1): New function.
11767 (handle_DW_AT_stmt_list): Add function comment.
11768 New arg "want_line_info". All callers updated.
11769 (read_file_scope,read_type_unit_scope): Move comment from
11770 handle_DW_AT_stmt_list to here.
11771
9934703b
JK
117722012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11773
11774 Fix regression after libiberty/ update for GCC PR 6057 and others.
11775 * c-exp.y (operator) <OPERATOR DELETE>
11776 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11777 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
11778 (make_builtin_type, make_name): New variable i, add gdb_assert.
11779 (operator) <OPERATOR NEW>: Update ARGS to 3.
11780 (operator) <OPERATOR DELETE>: Add trailing space.
11781 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
11782 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11783 * cp-support.c (cp_canonicalize_string): Check NULL from
11784 cp_comp_to_string, call warning and return.
11785
06b9f45f
JK
117862012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11787
11788 Fix duplicate .o files after omitting libbfd.a.
11789 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
11790 (SFILES): Add corelow.c.
11791 (COMMON_OBS): Add corelow.o.
11792 (ALLDEPFILES): Remove corelow.c.
11793 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
11794 * config/alpha/alpha-osf3.mh: Likewise.
11795 * config/alpha/fbsd.mh: Likewise.
11796 * config/arm/nbsdaout.mh: Likewise.
11797 * config/arm/nbsdelf.mh: Likewise.
11798 * config/i386/i386gnu.mh: Likewise.
11799 * config/ia64/hpux.mh: Likewise.
11800 * config/ia64/linux.mh: Likewise.
11801 * config/m32r/linux.mh: Likewise.
11802 * config/m68k/linux.mh: Likewise.
11803 * config/mips/irix5.mh: Likewise.
11804 * config/mips/irix6.mh: Likewise.
11805 * config/pa/hpux.mh: Likewise.
11806 * config/pa/linux.mh: Likewise.
11807 * config/powerpc/aix.mh: Likewise.
11808 * config/sparc/linux.mh: Likewise.
11809 * config/sparc/linux64.mh: Likewise.
11810 * config/sparc/sol2.mh: Likewise.
11811 * config/vax/vax.mh: Likewise.
11812 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
11813 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
11814 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
11815 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
11816 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
11817 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
11818 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
11819 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
11820 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
11821 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
11822 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
11823 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
11824 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11825 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
11826 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
11827 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11828 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
11829 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
11830 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
11831 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
11832 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
11833 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
11834 corelow.o from gdb_target_obs.
11835 * corefile.c (core_target): Update the comment on NULL value.
11836 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
11837 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
11838 MATCHES. Drop YUMMY set on NULL.
11839 (core_close): Do not call exit_inferior_silent on zero PID. Do not
11840 reclaim CORE_DATA if it is already NULL.
11841
34365054
DE
118422012-01-09 Doug Evans <dje@google.com>
11843
11844 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
11845 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
11846
696166a3
KS
118472012-01-09 Keith Seitz <keiths@redhat.com>
11848
11849 * breakpoint.c (wrapper.h): Don't include.
11850
8e7b59a5
KS
118512012-01-09 Keith Seitz <keiths@redhat.com>
11852
11853 * Makefile.in (SFILES): Remove wrapper.c.
11854 (HFILES_NO_SRCDIR): Remove wrapper.h.
11855 (COMMON_OBS): Remove wrapper.o.
11856 * cli/cli-interp.c: Don't inlude wrapper.h.
11857 * corelow.c: Likewise.
11858 (core_open): Replace gdb_target_find_new_threads with
11859 TRY_CATCH around target_find_new_threads.
11860 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
11861 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
11862 * varobj.c (varobj_create): Likewise for parse_exp_1 and
11863 evaluate_expression.
11864 (varobj_set_value): Likewise for evaluate_expression and
11865 value_assign.
11866 (install_new_variable): Likewise for value_fetch_lazy.
11867 (adjust_value_for_child_access): Likewise for value_ind.
11868 (c_describe_child): Likewise for value_subscript and
11869 value_ind.
11870 (c_value_of_root): Likewise for evaluate_expression.
11871 * wrapper.c: Remove.
11872 * wrapper.h: Remove.
11873
1a4eeb98
DE
118742012-01-09 Doug Evans <dje@google.com>
11875
9ff913ba
DE
11876 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
11877 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
11878 "abfd" args with "section". All callers updated.
11879 Error checking code moved ...
11880 (error_check_comp_unit_head): ... here. New function.
11881 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
11882 Delete arg "abfd". New arg "type_offset". All callers updated.
11883 (create_debug_types_hash_table): Simplify by using
11884 read_and_check_type_unit_head.
11885
1a4eeb98
DE
11886 * parser-defs.h (namecopy): Delete.
11887 * parse.c (namecopy, namecopy_size): Move into copy_name.
11888
2e6af8c0
JK
118892012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11890
11891 Partially fix duplicate .o files after omitting libbfd.a.
11892 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
11893 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11894 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
11895 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11896 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
11897 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
11898 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11899
9f2f828a
PA
119002012-01-09 Pedro Alves <palves@redhat.com>
11901
11902 * MAINTAINERS: Update my email address.
11903
4d72c0bc
DE
119042012-01-08 Doug Evans <dje@google.com>
11905
d467dd73
DE
11906 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
11907 n_type_units. Rename type_comp_units to all_type_units.
11908 All uses updated.
11909 (add_signatured_type_cu_to_table): Renamed from
11910 add_signatured_type_cu_to_list. All callers updated.
11911
4d72c0bc
DE
11912 * gdbtypes.h (struct cplus_struct_type): Delete member
11913 nfn_fields_total. All uses removed.
11914
21b2bd31
DE
119152012-01-06 Doug Evans <dje@google.com>
11916
11917 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
11918 to top of file.
11919 (dwarf2_find_comp_unit): Delete.
11920 (process_psymtab_comp_unit): Make result "void".
11921 Delete args buffer, info_ptr, buffer_size, and replace with
11922 "section". All callers updated.
11923 (dwarf2_build_psymtabs_hard): Simplify.
11924
bfd189b1
SDJ
119252012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
11926 Thiago Jung Bauermann <bauerman@br.ibm.com>
11927
11928 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
11929 before `struct gdb_exception'.
11930 * breakpoint.c (update_global_location_list_nothrow)
11931 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
11932 * cp-abi.c (value_rtti_type): Likewise.
11933 * cp-support.c (cp_validate_operator): Likewise.
11934 * infrun.c (insert_exception_resume_breakpoint)
11935 (check_exception_resume, keep_going): Likewise.
11936 * mi-interp.c (mi_breakpoint_created)
11937 (mi_breakpoint_modified): Likewise.
11938 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
11939 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
11940 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
11941
6b07635f
DE
119422012-01-05 Doug Evans <dje@google.com>
11943
0b30b85c
DE
11944 * dwarf2read.c (statement_prologue): Delete, unused.
11945
98714339
DE
11946 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
11947 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
11948
6b07635f
DE
11949 * dwarf2read.c (comp_unit_header): Delete, unused.
11950
761f4555
UW
119512012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
11952
11953 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
11954 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
11955
2ca0b532
PA
119562012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
11957
11958 * infrun.c (normal_stop): Don't skip calling the normal_stop
11959 observers if the thread was doing a multi-step, but stopped for
11960 some reason other than stepping.
11961
50aeff07
PA
119622012-01-05 Pedro Alves <alves.ped@gmail.com>
11963
11964 * cli/cli-decode.h: Add comments.
11965 (CMD_LIST_AMBIGUOUS): Moved to command.h
11966 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
11967 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
11968 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
11969 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
11970 (add_com, add_com_alias, add_info, add_info_alias)
11971 (complete_on_cmdlist, complete_on_enum, help_list): Remove
11972 declarations.
11973 * command.h: Add and adjust comments.
11974 (CMD_LIST_AMBIGUOUS): Moved here.
11975 (help_cmd, help_cmd_list): Delete declarations.
11976
5953832c
DE
119772012-01-04 Doug Evans <dje@google.com>
11978
e5fe5e75
DE
11979 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
11980 All callers updated.
11981 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
11982 Replace all arguments with "per_cu". All callers updated.
11983
28dee7f5
DE
11984 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
11985
23745b47
DE
11986 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
11987 New arg "per_cu". All callers updated.
11988
5953832c
DE
11989 Delete #if 0'd out code.
11990 * language.c (binop_result_type): Delete.
11991 (simple_type, ordered_type, same_type, integral_type): Delete.
11992 (numeric_type, character_type, string_type, boolean_type): Delete.
11993 (float_type, structured_type): Delete.
11994 * language.h: Update.
11995
0f5b7562
TT
119962012-01-04 Tom Tromey <tromey@redhat.com>
11997
11998 * python/py-value.c (valpy_binop): Initialize 'res_val'.
11999
78218f56
JB
120002012-01-04 Joel Brobecker <brobecker@adacore.com>
12001
12002 * corefile.c (close_exec_file): Delete.
12003 (reopen_exec_file): Remove commented out code that seems related
12004 to close_exec_file, which is being deleted here.
12005 * inferior.h (close_exec_file): Delete.
12006 * fork-child.c (fork_inferior): Remove call to fork_inferior.
12007
0fcd72ba
JB
120082012-01-04 Joel Brobecker <brobecker@adacore.com>
12009
12010 * ada-lang.c: #include "cli/cli-utils.h".
12011 (get_selections): Use skip_spaces.
12012 (ada_get_next_arg): Use skip_spaces and skip_to_space.
12013 (catch_ada_exception_command_split): Use skip_spaces.
12014 (ada_decode_assert_location): Likewise.
12015
1dabb4c4
JB
120162012-01-04 Joel Brobecker <brobecker@adacore.com>
12017
12018 * linespec.c (decode_line_internal): Check for C++ or Java
12019 compound constructs only if the current language is C, C++
12020 or Java.
12021
5931a2fa
JK
120222012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12023
12024 Revert:
12025 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12026 Joel Brobecker <brobecker@adacore.com>
12027 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12028 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12029 3 times.
12030 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12031 fall through into AT_ENTRY_POINT.
12032 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
12033 DUMMY_ADDR with it.
12034 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12035 PPC_INSN_SIZE skip to 3 times.
12036
1a2da5ee
JB
120372012-01-04 Joel Brobecker <brobecker@adacore.com>
12038
12039 * linespec.c (add_minsym): Preserve function descriptors.
12040
8645ff69
UW
120412012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
12042
12043 * breakpoint.c (all_locations_are_pending): Consider locations
12044 in program spaces executing during startup pending as well.
12045
0b302171
JB
120462012-01-04 Joel Brobecker <brobecker@adacore.com>
12047
12048 Copyright year update in most files of the GDB Project.
12049
8ba098ad
JB
120502012-01-04 Joel Brobecker <brobecker@adacore.com>
12051
12052 * copyright.sh: Delete.
12053 * copyright.py: Rewrite.
12054
09c01c30
JB
120552012-01-04 Joel Brobecker <brobecker@adacore.com>
12056
12057 * gnulib/extra/update-copyright: New file, imported from gnulib.
12058
3c36c0af
JB
120592012-01-04 Joel Brobecker <brobecker@adacore.com>
12060
12061 * README (Copyright and License Notices): New section.
12062
888fe1e1
TT
120632012-01-03 Tom Tromey <tromey@redhat.com>
12064
12065 PR python/12533:
12066 * python/py-value.c (valpy_dereference, valpy_get_address
12067 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
12068 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
12069 (valpy_absolute, valpy_richcompare): Free intermediate values.
12070
6e681866
JB
120712011-01-03 Joel Brobecker <brobecker@adacore.com>
12072
12073 * ada-lang.c: Reformat the copyright notice.
12074
0cd09acb
JK
120752012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12076
12077 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
12078 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
12079 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
12080 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
12081 Revert this part of:
12082 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12083 Build gdb directly from *.o files not using libgdb.a.
12084 * Makefile.in (COMMON_OBS): Remove solib-target.o.
12085
12c3e59c
JB
120862012-01-02 Joel Brobecker <brobecker@adacore.com>
12087
12088 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
12089 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
12090 Reformat the copyright header.
12091
11bf1490
JK
120922012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12093
12094 Revert this part of:
12095 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12096 Remove the gdbtui binary.
12097 * gdb.c (main): Remove args.interpreter_p initialization.
12098 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12099 * main.h (struct captured_main_args): Remove interpreter_p.
12100
1fef196f
JB
121012012-01-02 Joel Brobecker <brobecker@adacore.com>
12102
12103 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
12104
67827812
JB
121052012-01-02 Joel Brobecker <brobecker@adacore.com>
12106
12107 * top.c (print_gdb_version): Update copyright year.
12108
a4d0b831
YQ
121092012-01-02 Yao Qi <yao@codesourcery.com>
12110
12111 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
12112
b5914469
JK
121132012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12114 Joel Brobecker <brobecker@adacore.com>
12115
12116 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12117 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12118 3 times.
12119 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12120 fall through into AT_ENTRY_POINT.
12121 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
12122 DUMMY_ADDR with it.
12123 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12124 PPC_INSN_SIZE skip to 3 times.
12125
8da828f7
JK
121262012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12127
12128 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
12129 the return value.
12130 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
12131
8574e74b
JK
121322012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12133
12134 Build gdb directly from *.o files not using libgdb.a.
12135 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
12136 (COMMON_OBS): Remove solib-target.o.
12137 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
12138 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
12139 (LIBGDB_OBS, libgdb.a): Move it above.
12140 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
12141 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
12142 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
12143 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
12144 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
12145 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
12146 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
12147 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
12148 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
12149 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
12150 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
12151 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
12152 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
12153 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
12154 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12155 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
12156 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
12157 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12158 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
12159 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
12160 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
12161 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
12162 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
12163 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
12164 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
12165 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
12166 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
12167
217bff3e
JK
121682012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12169
12170 Remove the gdbtui binary.
12171 * .gitignore (/gdbtui): Remove.
12172 * Makefile.in (TUI): Remove.
12173 (SUBDIR_TUI_OBS): Remove tui-main.o.
12174 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
12175 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
12176 (tui-main.o): Remove.
12177 (all_object_files): Remove tui-main.o.
12178 * NEWS: New note for the gdbtui removal.
12179 * configure: Rebuilt.
12180 * configure.ac: No longer add all-tui, clean-tui, install-tui and
12181 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
12182 CONFIG_UNINSTALL respectively.
12183 * gdb.c (main): Remove args.interpreter_p initialization.
12184 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12185 * main.h (struct captured_main_args): Remove interpreter_p.
12186 * tui/tui-main.c: Remove.
12187
9cdd5dbd
DE
121882012-01-01 Doug Evans <dje@google.com>
12189
bb5ed363
DE
12190 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
12191 (dwarf2_physname, read_import_statement): Ditto.
12192 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
12193 (process_structure_scope read_subroutine_type): Ditto.
12194 (read_typedef, load_partial_dies, read_partial_die): Ditto.
12195 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
12196 (dwarf2_fetch_die_location_block): Ditto.
12197 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
12198
a0f42c21
DE
12199 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
12200 All callers updated.
12201 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
12202 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
12203 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
12204
2dc860c0
DE
12205 * dwarf2read.c (load_cu): Move assert to more useful location.
12206
68dc6402
DE
12207 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
12208 All callers updated.
12209
9cdd5dbd
DE
12210 * dwarf2read.c (dwarf2_per_objfile): Add comment.
12211 (dwarf2_elf_names): Minor reformat.
12212 (dwarf2_per_cu_data): Tweak comment.
12213 (dwarf2_read_section): Fix comment.
12214 (create_all_comp_units): Fix comment.
12215 (load_full_comp_unit): Fix comment.
12216 (process_full_comp_unit): Fix comment.
12217 (read_signatured_type): Fix comment.
12218
0c10e53e 12219For older changes see ChangeLog-2011.
c906108c
SS
12220\f
12221Local Variables:
12222mode: change-log
12223left-margin: 8
12224fill-column: 74
12225version-control: never
57da7796 12226coding: utf-8
c906108c 12227End:
This page took 1.899568 seconds and 4 git commands to generate.