]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
PR gdb/14290:
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
0cd61f44
TT
12012-11-28 Tom Tromey <tromey@redhat.com>
2
3 PR gdb/14290:
4 * solib-darwin.c (gdb_bfd_mach_o_fat_extract): New function.
5 (darwin_solib_get_all_image_info_addr_at_init, darwin_bfd_open):
6 Use it.
7 * gdb_bfd.h (gdb_bfd_mark_parent): Declare.
8 * gdb_bfd.c (gdb_bfd_mark_parent): New function.
9 (gdb_bfd_openr_next_archived_file): Use it.
10
945bf713
MM
112012-11-28 Markus Metzger <markus.t.metzger@intel.com>
12
13 * configure.ac: Check for linux/perf_event.h.
14 * config.in: Regenerated.
15 * configure: Regenerated.
16
7e20dfcd
YQ
172012-11-28 Yao Qi <yao@codesourcery.com>
18
19 * breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to
20 abbreviate 'delete tracepoints' to 'delete tr'.
21 * corefile.c (_initialize_core): Call add_alias_cmd to
22 abbreviate 'set gnutarget' to 'set g'.
23 * value.c (_initialize_values): Call add_alias_cmd to abbreviate
24 'show convenience' to 'show conv'.
25
b8293cc8
JB
262012-11-27 Joel Brobecker <brobecker@adacore.com>
27
28 * sparc-sol2-nat.c (supply_gregset): Fix first parameter in
29 call to sparc_supply_fpregset.
30 (fill_fpregset): Fix first parameter in call to
31 sparc_collect_fpregset.
32
8c2b9656
YQ
332012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
34 Kazu Hirata <kazu@codesourcery.com>
35 Yao Qi <yao@codesourcery.com>
36
37 * objfiles.c (init_entry_point_info): Call
38 gdbarch_convert_from_func_ptr_addr and
39 gdbarch_addr_bits_remove here ...
40 (entry_point_address_query): ... instead of here.
41 * solib-svr4.c (exec_entry_point): Call
42 gdbarch_addr_bits_remove.
43 * symfile.c (generic_load): Call gdbarch_addr_bits_remove on
44 the entry address.
45
5edf51fe
YQ
462012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
47 Yao Qi <yao@codesourcery.com>
48
49 * eval.c (evaluate_subexp_standard): Add handling of
50 TYPE_CODE_MEMBERPTR when calling functions. Correct the
51 result of ptype for calling a TYPE_CODE_METHODPTR.
52
ca242aad
YQ
532012-11-27 Yao Qi <yao@codesourcery.com>
54
55 * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args
56 warning.
57 Add i18n markup.
58
608e2dbb
TT
592012-11-26 Alexander Larsson <alexl@redhat.com>
60 Jan Kratochvil <jan.kratochvil@redhat.com>
61 Tom Tromey <tromey@redhat.com>
62
63 * NEWS: Mention mini debuginfo feature.
64 * minidebug.c: New file.
65 * configure.ac: Check for lzma.
66 * configure, config.in: Rebuild.
67 * Makefile.in (LIBLZMA): New variable.
68 (CLIBS): Include LIBLZMA.
69 (SFILES): Mention minidebug.c.
70 (COMMON_OBS): Mention minidebug.o.
71 * symfile.c (read_symbols): New function.
72 (syms_from_objfile, reread_symbols): Call it.
73 * symfile.h (find_separate_debug_file_in_section): Declare.
74
17d6efc4
JB
752012-11-26 Keith Seitz <keiths@redhat.com>
76
77 * exec.c (exec_file_attach): Move cleanup after verifying that
78 memory has in fact been allocated.
79
210bbc17
TT
802012-11-26 Tom Tromey <tromey@redhat.com>
81
82 * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
83 * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
84 SYMBOL_SYMTAB.
85 * skip.c (skip_info): Use SYMBOL_SYMTAB.
86
0270a750
PA
872012-11-26 Maxime Villard <rustyBSD@gmx.fr>
88 Pedro Alves <palves@redhat.com>
89
90 * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
91 size parameter passed to readlink by one byte.
92 * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
93 * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
94 * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
95 * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
96 size by one byte.
97
9c16be9a
YQ
982012-11-26 Yao Qi <yao@codesourcery.com>
99
100 * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
101 extraneous parentheses.
102
e6f3fa52
YQ
1032012-11-26 Yao Qi <yao@codesourcery.com>
104
105 * remote.c (remote_start_remote): Typo fix.
106
db75c717
DM
1072012-11-23 David S. Miller <davem@davemloft.net>
108
109 * sparc-tdep.h (struct sparc_fpregset): New data structure.
110 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
111 sparc32_sol2_fpregset): Declare new globals.
112 (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
113 'fpregset' argument.
114 * sparc64-tdep.h (sparc64_supply_fpregset,
115 sparc64_collect_fpregset): Likewise.
116 (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
117 globals.
118 * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
119 (sparc_fpregset): Declare new global.
120 (sparc_supply_fpregset, sparc_collect_fpregset): Add new
121 'fpregset' argument.
122 * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
123 into handler.
124 (fill_fpregset): Likewise.
125 (_initialize_sparc_linux_nat): Set sparc_fpregset to
126 sparc32_bsd_fpregset.
127 * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
128 sparc32_bsd_fpregset down into handler.
129 (sparc32_linux_collect_core_fpregset): Likewise.
130 * sparc-nat.c (sparc_fpregset): Define.
131 (sparc_supply_fpregset): Add 'fpregset' argument.
132 (sparc_collect_fpregset): Likewise.
133 (sparc_fetch_inferior_registers): Pass sparc_fpregset down
134 into fpregset handler.
135 (sparc_store_inferior_registers): Likewise.
136 (_initialize_sparc_nat): Set sparc_fpregset to
137 sparc32_sunos4_fpregset if NULL.
138 * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
139 down into handler.
140 (fill_fpregset): Likewise.
141 * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
142 * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
143 use it to compute offsets.
144 (sparc32_collect_fpregset): Likewise.
145 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
146 * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
147 down into handler.
148 (fill_fpregset): Likewise.
149 * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
150 Likewise.
151 (sparc64_linux_collect_core_fpregset): Likewise.
152 * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
153 * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
154 use it to compute offsets.
155 (sparc64_collect_fpregset): Likewise.
156 (sparc64_bsd_fpregset): Define.
157 * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
158 sparc64_bsd_fpregset down into handler.
159 (sparc64fbsd_collect_fpregset): Likewise.
160 * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
161 and pass sparc{32,64}_bsd_fpregset down into handler.
162 (sparc64nbsd_collect_fpregset): Likewise.
163 * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
164 sparc64_bsd_fpregset down into handler.
165 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
166 * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
167 to sparc32_bsd_fpregset.
168 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
169 sparc32_bsd_fpregset down into sparc32_supply_fpregset.
170 (sparc32nbsd_supply_fpregset): Likewise.
171
cfcad218
TT
1722012-11-21 Tom Tromey <tromey@redhat.com>
173
174 * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
175 field.
176 (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
177 Remove.
178 * c-typeprint.c (c_type_print_base): Update.
179
85ddcc70
YQ
1802012-11-21 Yao Qi <yao@codesourcery.com>
181
182 PR tdep/7438
183 * gdbarch.sh (smash_text_address): Remove.
184 * gdbarch.c, gdbarch.h: Regenerate.
185 * arm-tdep.c (arm_smash_text_address): Remove.
186 (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
187 * hppa-tdep.c (hppa_smash_text_address): Remove.
188 (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
189 (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
190 Caller update.
191 * coffread.c (coff_symtab_read): Caller update.
192 * dbxread.c (process_one_symbol): Likewise.
193 * elfread.c (record_minimal_symbol): Likewise.
194 * somread.c (som_symtab_read): Likewise.
195
11522069
PM
1962012-11-20 Pierre Muller <muller@sourceware.org>
197
198 ARI fixes: sprintf rule.
199 Replace sprintf function calls for char arrays by
200 calls to xsnprintf calls.
201 * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
202 (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
203 (arm_neon_quad_read, arm_pseudo_read): Ditto.
204 (arm_neon_quad_write, arm_pseudo_write): Ditto.
205 * breakpoint.c (condition_completer): Ditto.
206 (create_tracepoint_from_upload): Ditto.
207 * dwarf2read.c (file_full_name): Ditto.
208 * gcore.c (gcore_command): Ditto.
209 * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
210 * go32-nat.c (go32_sysinfo): Ditto.
211 * interps.c (interp_set): Ditto.
212 * m32c-tdep.c (make_types): Ditto.
213 * ppc-linux-nat.c (fetch_register, store_register): Ditto.
214 * remote-m32r-sdi.c (m32r_open): Ditto.
215 * sol-thread.c (td_err_string): Ditto.
216 (td_state_string, solaris_pid_to_str): Ditto.
217 * symtab.c (gdb_mangle_name): Ditto.
218 * cli/cli-script.c (execute_control_command): Ditto.
219 (define_command, document_command): Ditto.
220 * tui/tui-io.c (tui_rl_display_match_list): Ditto.
221 * tui/tui-stack.c (tui_make_status_line): Ditto.
222 * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
223
ace21957
MF
2242012-11-20 Mike Frysinger <vapier@gentoo.org>
225
226 * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
227 it when looking at ptr->func.
228 * command.h (complete_on_cmdlist): Add a fourth arg.
229 * completer.c (complete_line_internal): Add local ignore_help_classes,
230 and set it to 1 when reason is not handle_help. Pass this down to
231 lookup_cmd_1 and complete_on_cmdlist.
232
ec6632d7
TT
2332012-11-20 Tom Tromey <tromey@redhat.com>
234
235 * completer.c (count_struct_fields): Remove.
236 (expression_completer): Don't call count_struct_fields.
237
ef37bb07
PA
2382012-11-20 Pedro Alves <palves@redhat.com>
239
240 * annotate.c (breakpoints_changed): Rename to ...
241 (annotate_breakpoints_changed): ... this.
242 (annotate_stopped, breakpoint_changed): Adjust caller.
243 * annotate.h (breakpoints_changed): Rename to ...
244 (annotate_breakpoints_changed): ... this.
245 * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
246 (do_map_commands_command, init_raw_breakpoint, clear_command)
247 (set_ignore_count, enable_breakpoint_disp): Adjust callers.
248
b245bdfc
DM
2492012-11-20 David S. Miller <davem@davemloft.net>
250
251 * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
252 (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
253 sysconf.
254 (get_cores_used_by_process): Update comment.
255
bd0cfc4d
YQ
2562012-11-20 Yao Qi <yao@codesourcery.com>
257
258 * objfiles.c (init_entry_point_info): Remove trailing spaces.
259
de9f1b68
YQ
2602012-11-20 Yao Qi <yao@codesourcery.com>
261
262 * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
263 to deprecated_context_hook.
264
8870954f
YQ
2652012-11-19 Yao Qi <yao@codesourcery.com>
266
267 * infrun.c (infwait_state): Add static.
268
8dea366b
KS
2692012-11-16 Keith Seitz <keiths@redhat.com>
270
271 PR c++/13615
272 * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
273 parameter and pass it to lookup_symbol_file.
274 (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
275 to search base classes.
276 (cp_lookup_symbol_namespace): Likewise.
277 (lookup_namespace_scope): Likewise.
278 (lookup_symbol_file): Add SEARCH parameter.
279 If SEARCH is non-zero and no symbol is found, lookup the class
280 and call cp_lookup_nested_symbol.
281 (find_symbol_in_baseclass): New function.
282 (cp_lookup_nested_symbol): Do not let
283 cp_lookup_symbol_in_namespace search through base classes.
284 Do that later when there is no global symbol match.
285
e64e0392
DE
2862012-11-16 Doug Evans <dje@google.com>
287
288 * main.c (gdb_datadir_provided): New static global.
289 (get_init_files): If --data-directory is provided,
290 and SYSTEM_GDBINIT lives in data-directory, look for it there.
291 * NEWS: Mention it.
292
8bdce1ff
PM
2932012-11-15 Pierre Muller <muller@sourceware.org>
294
295 ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
296 * gdb_stat.h: Delete. Moved to common directory.
297 * common/gdb_stat.h: New file.
298 * gdb_wait.h: Delete. Moved to common directory.
299 * common/gdb_wait.h: New file.
300 * Makefile.in (H_FILES_NO_SRC): Adapt to new header
301 location.
302 * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
303 location.
304 (stat.h rule): Adapt to new gdb_stat.h location.
305 * common/linux-osdata.c: Include "gdb_stat.h" header instead of
306 <sys/stat.h> header.
307 * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
308 <sys/wait.h> header.
309
3a731e0f
PM
3102012-11-15 Pierre Muller <muller@sourceware.org>
311
312 * configure.ac (AC_HEADER_STAT): Remove.
313 * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
314 and corresponding code.
315 * configure: Regenerate.
316 * config.in: Regenerate.
317
2792b94d
PM
3182012-11-15 Pierre Muller <muller@sourceware.org>
319
320 ARI xasprintf rule fixes.
321 * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
322 instead of xasprintf.
323 (open_and_init_dwp_file): Ditto.
324
5e34c6c3
LM
3252012-11-14 Luis Machado <lgustavo@codesourcery.com>
326
327 * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
328 target types.
329
e68227b9
TT
3302012-11-14 Tom Tromey <tromey@redhat.com>
331
332 * configure, config.in: Rebuild.
333 * configure.ac: Don't check for ctype.h, time.h.
334 * expprint.c: Don't use HAVE_CTYPE_H.
335
aff68abb
TT
3362012-11-13 Tom Tromey <tromey@redhat.com>
337
338 * gdbarch.h, gdbarch.c: Rebuild.
339 * gdbarch.sh (set_target_gdbarch): Rename from
340 deprecated_target_gdbarch_select_hack.
341 * arch-utils.c (gdbarch_update_p): Update.
342 (set_gdbarch_from_file): Update.
343
84277139 3442012-11-14 Pierre Muller <muller@sourceware.org>
f7c93334
PM
345
346 * MAINTAINERS (Responsible Maintainers/misc): Add myself
347 as responsible of contrib/ari directory.
348
2ae28aa9
YQ
3492012-11-14 Daniel Jacobowitz <dan@codesourcery.com>
350 Yao Qi <yao@codesourcery.com>
351
352 * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
353 bit of EXC_RETURN.
354 (arm_m_exception_cache, arm_m_exception_this_id)
355 (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
356 (arm_m_exception_unwind): New.
357 (arm_gdbarch_init): Register arm_m_exception_unwind.
358
62747a60
TT
3592012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
360
361 * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
362 parameter COUNT, for pattern filling of memory regions.
363 * NEWS: Mention it.
364
4cd29721
MM
3652012-11-13 Markus Metzger <markus.t.metzger@intel.com>
366
367 * disasm.h (DISASSEMBLY_FILENAME): New macro.
368 * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
369 to print_source_lines ().
370 * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
371 flag.
372 * source.c (print_source_lines_base): Prefix source line with
373 filename if PRINT_SOURCE_LINES_FILENAME flag is set.
374
dfaae886
MM
3752012-11-13 Markus Metzger <markus.t.metzger@intel.com>
376
377 * symtab.h (print_source_lines_flags): New enum.
378 * source.c (print_source_lines_base): Change noerror to flags.
379 (print_source_lines): Change noerror to flags.
380
08850b56
PM
3812012-11-13 Pierre Muller <muller@sourceware.org>
382
383 ARI fixes: Avoid sprintf function use rule.
384 * charset.c (convert_between_encodings): Use xsnprintf.
385 * cli-out.c (cli_field_int): Likewise.
386 * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
387 * expprint.c (op_name_standard): Likewise.
388 * frv-tdep.c (set_variant_num_gprs): Likewise.
389 (set_variant_num_fprs): Likewise.
390 * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
391 * nto-tdep.c (nto_find_and_open_solib): Likewise.
392 (nto_init_solib_absolute_prefix): Likewise.
393 * source.c (init_source_path): Likewise.
394 (print_source_lines_base): Likewise.
395 * valprint.c (print_wchar): Likewise.
396 * mi/mi-out.c (mi_field_int): Likewise.
397 windows-nat.c (windows_pid_to_exec_file): Likewise.
398 (windows_create_inferior): Likewise.
399 (_initialize_check_for_gdb_ini): Likewise.
400
ca9d61b9
JB
4012012-11-12 Joel Brobecker <brobecker@adacore.com>
402
403 * frame.h (deprecated_frame_register_read): Renames
404 frame_register_read.
405 * frame.c (deprecated_frame_register_read): Renames
406 frame_register_read. Update all callers.
407 * i386-tdep.c: Update all callers of frame_register_read.
408 * infcmd.c: Likewise.
409 * jit.c: Likewise.
410 * mips-tdep.c: Likewise.
411 * mt-tdep.c: Likewise.
412 * sh64-tdep.c: Likewise.
413
b2c7d45a
JB
4142012-11-12 Joel Brobecker <brobecker@adacore.com>
415
416 * frame.h (frame_register_read): Remove FIXME comment.
417 * frame.c (frame_register_read): Add suggestion explaining
418 which function to use in place of this one.
419
31594462
TT
4202012-11-12 Tom Tromey <tromey@redhat.com>
421
422 * python/python.c (start_type_printers): Initialize 'result_obj'.
423
18a9fc12
TT
4242012-11-12 Tom Tromey <tromey@redhat.com>
425
426 * NEWS: Update.
427 * data-directory/Makefile.in (PYTHON_FILES): Add
428 type_printers.py.
429 * python/lib/gdb/command/type_printers.py: New file.
430 * python/lib/gdb/command/types.py (TypePrinter): New class.
431 (_get_some_type_recognizers, get_type_recognizers,
432 apply_type_recognizers, register_type_printer): New
433 functions.
434 * python/py-objfile.c (objfile_object) <type_printers>: New
435 field.
436 (objfpy_dealloc): Decref new field.
437 (objfpy_new): Set new field.
438 (objfpy_get_type_printers, objfpy_set_type_printers): New
439 functions.
440 (objfile_to_objfile_object): Set new field.
441 (objfile_getset): Add "type_printers".
442 * python/py-progspace.c (pspace_object) <type_printers>: New
443 field.
444 (pspy_dealloc): Decref new field.
445 (pspy_new): Set new field.
446 (pspy_get_type_printers, pspy_set_type_printers): New functions.
447 (pspace_to_pspace_object): Set new field.
448 (pspace_getset): Add "type_printers".
449 * python/python.c (start_type_printers, apply_type_printers,
450 free_type_printers): New functions.
451 (_initialize_python): Set gdb.type_printers.
452 * python/python.h (start_type_printers, apply_type_printers,
453 free_type_printers): Declare.
454 * typeprint.c (type_print_raw_options, default_ptype_flags):
455 Update for new fields.
456 (do_free_global_table, create_global_typedef_table,
457 find_global_typedef): New functions.
458 (find_typedef_in_hash): Use find_global_typedef.
459 (whatis_exp): Use create_global_typedef_table. Change cleanup
460 handling.
461 * typeprint.h (struct type_print_options) <global_typedefs,
462 global_printers>: New fields.
463
bd69fc68
TT
4642012-11-12 Tom Tromey <tromey@redhat.com>
465
466 * c-typeprint.c (find_typedef_for_canonicalize,
467 print_name_maybe_canonical): New functions.
468 (c_print_type): Look up type name.
469 (cp_type_print_derivation_info): Add flags argument. Use
470 print_name_maybe_canonical.
471 (cp_type_print_method_args): Add wrapping.
472 (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
473 (c_type_print_template_args): New function.
474 (c_type_print_base): Change wrapping. Use
475 print_name_maybe_canonical.
476 <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
477 type name lookups.
478 * gdbtypes.c (types_equal): No longer static.
479 * gdbtypes.h (types_equal): Declare.
480 * typeprint.c (type_print_raw_options, default_ptype_flags):
481 Update.
482 (struct typedef_hash_table): New.
483 (hash_typedef_field, eq_typedef_field,
484 recursively_update_typedef_hash, add_template_parameters,
485 create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
486 make_cleanup_free_typedef_hash, copy_typedef_hash_element,
487 copy_typedef_hash, find_typedef_in_hash): New functions.
488 * typeprint.h (struct type_print_options) <local_typedefs>:
489 New field.
490 (recursively_update_typedef_hash, add_template_parameters,
491 create_typedef_hash, free_typedef_hash,
492 make_cleanup_free_typedef_hash, copy_typedef_hash,
493 find_typedef_in_hash): Declare.
494
2621e0fd
TT
4952012-11-12 Tom Tromey <tromey@redhat.com>
496
497 * cp-support.c (inspect_type,
498 replace_typedefs_qualified_name, replace_typedefs): Add
499 finder, data arguments. Call as needed.
500 (cp_canonicalize_string_full): New function.
501 (cp_canonicalize_string_no_typedefs): Rewrite.
502 * cp-support.h (canonicalization_ftype): New typedef.
503 (cp_canonicalize_string_full): Declare.
504
53342f27
TT
5052012-11-12 Tom Tromey <tromey@redhat.com>
506
507 * NEWS: Update.
508 * c-typeprint.c (c_type_print_base): Handle print_method and
509 print_typedefs flags.
510 * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
511 * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
512 options.
513 * typeprint.c (type_print_raw_options, default_ptype_flags):
514 Update for new field.s
515 (whatis_exp): Parse flags. Use LA_PRINT_TYPE.
516 (setprinttypelist, showprinttypelist, print_methods,
517 print_typedefs): New globals.
518 (set_print_type, show_print_type, set_print_type_methods,
519 show_print_type_methods, set_print_type_typedefs,
520 show_print_type_typedefs): New functions.
521 (_initialize_typeprint): Update documentation. Add "print
522 type methods" and "print type typedefs" parameters.
523 * typeprint.h (struct type_print_options) <print_methods,
524 print_typedefs>: New fields.
525
6c8702eb
TT
5262012-11-12 Tom Tromey <tromey@redhat.com>
527
528 * c-typeprint.c (cp_type_print_method_args): Add flags
529 argument. Call c_print_type, not type_print.
530 (c_type_print_base): Call c_print_type, not type_print.
531 Update.
532
79d43c61
TT
5332012-11-12 Tom Tromey <tromey@redhat.com>
534
535 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
536 to type-printing functions.
537 * ada-lang.h (ada_print_type): Add argument.
538 * ada-typeprint.c (print_array_type, print_variant_clauses,
539 print_variant_part, print_selected_record_field_types,
540 print_record_field_types, print_unchecked_union_type,
541 print_func_type, ada_print_type): Add flags argument.
542 (ada_print_typedef): Update.
543 * c-exp.y (OPERATOR conversion_type_id): Update.
544 * c-lang.h (c_print_type, c_type_print_base): Update.
545 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
546 c_type_print_modifier, c_type_print_args,
547 c_type_print_varspec_suffix, c_type_print_base): Add flags
548 argument.
549 * cp-valprint.c (cp_print_class_member): Update.
550 * dwarf2read.c (dwarf2_compute_name): Update.
551 * f-lang.h (f_print_type): Add argument.
552 * f-typeprint.c (f_print_type): Add flags argument.
553 * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
554 * go-lang.h (go_print_type): Add argument.
555 * go-typeprint.c (go_print_type): Add flags argument.
556 * jv-lang.h (java_print_type): Add argument.
557 * jv-typeprint.c (java_type_print_base, java_print_type): Add
558 flags argument.
559 * language.c (unk_lang_print_type): Add flags argument.
560 * language.h (struct language_defn) <la_print_type>: Add flags
561 argument.
562 (LA_PRINT_TYPE): Likewise.
563 * m2-lang.h (m2_print_type): Add argument.
564 * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
565 m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
566 m2_unbounded_array, m2_record_fields): Add flags argument.
567 * p-lang.h (pascal_print_type, pascal_type_print_base,
568 pascal_type_print_varspec_prefix): Add argument.
569 * p-typeprint.c (pascal_print_type,
570 pascal_type_print_varspec_prefix, pascal_print_func_args,
571 pascal_type_print_varspec_suffix, pascal_type_print_base): Add
572 flags argument.
573 * symmisc.c (print_symbol): Update.
574 * typeprint.c (type_print_raw_options, default_ptype_flags):
575 New globals.
576 (type_print): Update.
577 * typeprint.h (struct type_print_options): New.
578 (type_print_raw_options): Declare.
579 (c_type_print_varspec_suffix, c_type_print_args): Add argument.
580
cf4ded82
KS
5812012-11-10 Keith Seitz <keiths@redhat.com>
582
583 * breakpoint.c (clear_command): Add cleanup for
584 sals.sals if an argument is given.
585
586 * linespec.c (parse_linespec): Do cleanups after
587 parsing a convenience variable.
588
0d63ecda
KS
5892012-11-10 Keith Seitz <keiths@redhat.com>
590
591 PR gdb/14288
592 * c-valprint.c (c_val_print): For character arrays
593 with "print null" option on, print ellipses if
594 the output is truncated and the next character is not \000.
595 * valprint.c (MAX_WCHARS): Define.
596 (WCHAR_BUFLEN): Likewise.
597 (WCHAR_BUFLEN_MAX): Likewise.
598 (struct converted_character): New structure.
599 (count_next_character): New function.
600 (print_converted_chars_to_obstack): New function.
601 (generic_printstr): Rewrite using count_next_character
602 and print_converted_chars_to_obstack.
603
9b8d6827
SC
6042012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
605
606 * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
607 while executing the gdb command.
608 (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
609 are called from prompt_for_continue.
610 * tui/tui-io.c (tui_redisplay_readline): Likewise.
611
e840f632
SC
6122012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
613
614 PR tui/9584
615
616 * tui/tui.c (tui_rl_command_key): Do not call execute_command
617 but insert the command to execute in readline's buffer.
618
f5656ead
TT
6192012-11-09 Tom Tromey <tromey@redhat.com>
620
621 * gdbarch.sh (target_gdbarch): Remove macro.
622 (get_target_gdbarch): Rename to target_gdbarch.
623 * gdbarch.c, gdbarch.h: Rebuild.
624 * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
625 arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
626 darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
627 filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
628 ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
629 linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
630 mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
631 mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
632 nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
633 procfs.c, progspace.c, ravenscar-thread.c, record.c,
634 remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
635 rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
636 solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
637 solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
638 solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
639 spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
640 target-descriptions.c, target.c, target.h, tracepoint.c,
641 windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
642 common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
643 python/py-inferior.c, python/python.c: Update.
644
ed8a1c2d
AB
6452012-11-09 Andrew Burgess <aburgess@broadcom.com>
646
647 * source.c (print_source_lines_base): Add fullname field giving
648 full path to file in mi output.
649 * NEWS: Mention the new fullname field.
650
504b36fd
YQ
6512012-11-09 Yao Qi <yao@codesourcery.com>
652
653 * NEWS: Mention the fix to the ambiguity of 'fo' command.
654
9107fc8d
PA
6552012-11-09 Pedro Alves <palves@redhat.com>
656
657 PR gdb/14306
658
659 * infrun.c: Include target-descriptions.h.
660 (follow_exec): Fetch new target description.
661
30f8135b
YQ
6622012-11-09 Yao Qi <yao@codesourcery.com>
663
664 * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
665 0x8d (lea).
666
558a9d82
YQ
6672012-11-09 Yao Qi <yao@codesourcery.com>
668
669 * breakpoint.c: Declare set_tracepoint_count.
670 (install_breakpoint): Call set_tracepoint_count if B is a
671 tracepoint.
672 (trace_command): Don't call set_tracepoint_count. Re-indent.
673 (strace_command, ftrace_command):
674 (create_tracepoint_from_upload): Likewise.
675
6ecd4729
PA
6762012-11-09 Pedro Alves <palves@redhat.com>
677
678 * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
679 (get_target_gdbarch) <gdbarch.h>: New function.
680 (startup_gdbarch) <gdbarch.h>: Declare.
681 <gdbarch.c> (target_gdbarch): Delete.
682 <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
683 current inferior's gdbarch.
684 <gdbarch.c> (get_target_gdbarch): New function.
685 * inferior.c: Include target-descriptions.h.
686 (free_inferior): Free target description info.
687 (add_inferior_with_spaces): Set the inferior's initial
688 architecture.
689 (clone_inferior_command): Copy the original inferior's target
690 description if it was user specified.
691 (initialize_inferiors): Add comment.
692 * inferior.h (struct target_desc_info): Forward declare.
693 (struct inferior) <gdbarch>: New field.
694 * linux-nat.c: Include target-descriptions.h.
695 (linux_child_follow_fork): Copy the parent's architecture and
696 target description to the child.
697 * target-descriptions.c: Include inferior.h.
698 (struct target_desc_info): New structure, holding the equivalents
699 of ...
700 (target_desc_fetched, current_target_desc)
701 (target_description_filename): ... these removed globals.
702 (get_tdesc_info, target_desc_info_from_user_p)
703 (copy_inferior_target_desc_info, target_desc_info_free): New.
704 (target_desc_fetched, current_target_desc)
705 (target_description_filename): Reimplemented as convenience
706 macros.
707 (tdesc_filename_cmd_string): New global.
708 (set_tdesc_filename_cmd): Copy the string manipulated by the "set
709 tdescs filename ..." commands to the per-inferior equivalent.
710 (show_tdesc_filename_cmd): Get the value to show from the
711 per-inferior description filename.
712 (_initilize_target_descriptions): Change the "set/show tdesc
713 filename" commands' variable.
714 * target-descriptions.h (struct target_desc, struct target_desc_info)
715 (struct inferior): Forward declare.
716 (target_find_description, target_clear_description)
717 (target_current_description): Adjust comments.
718 (copy_inferior_target_desc_info, target_desc_info_free)
719 (target_desc_info_from_user_p). Declare.
720
4ca4d161
SC
7212012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
722
723 * tui/tui-hooks.c (tui_about_to_proceed): New function.
724 (tui_target_wait_hook): Remove.
725 (tui_install_hooks): Install the about_to_proceed observer.
726 (tui_remove_hooks): And remove it here.
727
9015683b
TT
7282012-11-08 Tom Tromey <tromey@redhat.com>
729
730 * linux-tdep.c (linux_make_siginfo_note): New function.
731 (linux_make_corefile_notes): Use it.
732 * corelow.c (get_core_siginfo): New function.
733 (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
734
ea9f10bb
TT
7352012-11-08 Tom Tromey <tromey@redhat.com>
736
737 PR gdb/14704:
738 * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
739 (zlib_decompress_section): Remove.
740 (gdb_bfd_map_section): Only check for compressed section
741 in mmap case. Use bfd_get_full_section_contents.
742 * osabi.c (check_note): Add 'sectsize' argument. Read
743 section data.
744 (generic_elf_osabi_sniff_abi_tag_sections): Don't read
745 section data. Update for check_note change.
746 * xcoffread.c (xcoff_initial_scan): Use
747 bfd_get_full_section_contents.
748 * py-auto-load.c (auto_load_section_scripts): Use
749 bfd_get_full_section_contents.
750 * contrib/cc-with-tweaks.sh: Add -Z option.
751
d071a26b
TT
7522012-11-08 Tom Tromey <tromey@redhat.com>
753
754 * python/py-bpevent.c: Include defs.h.
755 * python/py-continueevent.c: Include defs.h.
756 * python/py-event.c: Include defs.h.
757 * python/py-event.h: Don't include defs.h.
758 * python/py-events.h: Don't include defs.h.
759 * python/py-evts.c: Include defs.h.
760 * python/py-exitedevent.c: Include defs.h.
761 * python/py-newobjfileevent.c: Include defs.h.
762 * python/py-signalevent.c: Include defs.h.
763 * python/py-stopevent.c: Include defs.h.
764 * python/py-threadevent.c: Include defs.h.
765
4574b35a
PM
7662012-11-08 Pierre Muller <muller@sourceware.org>
767
768 * update-web-ari.sh (print_heading): Add number of files
769 checked.
770 (nb_files): New variable counting the number of sources
771 files found by gdb_find.sh script.
772 (debug_awk): New variable to allow extra debug output.
773 (indexes): Add more information if DEBUG_AWK is set.
774
2834ab42
EBM
7752012-11-08 Edjunior Machado <emachado@linux.vnet.ibm.com>
776
777 * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
778 ppc64_standard_linkage3): Mark ld r11 instructions as optional,
779 following the change in PLT call stubs on linker.
780
84f13595
PM
7812012-11-08 Pierre Muller <muller@sourceware.org>
782
783 * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
784 as default language.
785 (AWK): Use = instead of == for sh test to avoid warning.
786 (Linux rule): Correct [:digit] into [[:digit:]].
787 (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
788 (vasprintf rule): Adapt to common subdirectory moves.
789 (xasprintf rule): Idem.
790 (xvasprintf rule): Idem.
791 (var_boolean rule): Accept occurence in == or != test.
792
793 * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
794
d69e6a33
SC
7952012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
796
797 * tui/tui-hooks.c (tui_inferior_exit): New function.
798 (tui_detach_hook): Remove.
799 (tui_install_hooks): Install the inferior exit observer.
800 (tui_remove_hooks): Remove it.
801
1e96de83
YQ
8022012-11-08 Yao Qi <yao@codesourcery.com>
803
804 PR gdb/14777.
805 * source.c (_initialize_source): Call add_com_alias to abbreviate
806 'forward-search' as 'fo'.
807
0baeab03
PA
8082012-11-07 Pedro Alves <palves@redhat.com>
809
810 * arm-tdep.c: Make defs.h be the first include.
811 * coff-pe-read.c: Ditto.
812 * gnu-nat.c: Ditto.
813 * go32-nat.c: Ditto.
814 * i386-nat.c: Ditto.
815 * ppcnbsd-nat.c: Ditto.
816 * ada-varobj.h: Don't include defs.h.
817 * i386-darwin-tdep.h: Ditto.
818 * i386-nat.h: Ditto.
819
892a8570
PA
8202012-11-07 Pedro Alves <palves@redhat.com>
821
822 * MAINTAINERS: New FSF-appointed maintainers replace the Steering
823 Committee.
824
719502e9
PM
8252012-11-07 Pierre Muller <muller@sourceware.org>
826
827 * common/linux-osdata.c (dirent.h): ARI fix: Remove.
828 File already uses "gdb_dirent.h" header.
829
ed86b350
YQ
8302012-11-07 Yao Qi <yao@codesourcery.com>
831
832 * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
833 tracepoint_count'.
834
9a4f1e4f
TT
8352012-11-06 Tom Tromey <tromey@redhat.com>
836
837 * target.h (inferior_has_forked, inferior_has_vforked)
838 (inferior_has_execd, inferior_has_called_syscall): Remove
839 declarations.
840
0316657e
PM
8412012-11-06 Pierre Muller <muller@sourceware.org>
842
843 * remote.c (remote_insert_hw_breakpoint): ARI fix,
844 add missing internalization markup.
845
f6592439
PA
8462012-11-06 Pedro Alves <palves@redhat.com>
847
848 PR gdb/14810
849
850 * breakpoint.c (bpstat_stop_status): Skip disabled locations.
851
01f2564a
PM
8522012-11-06 Pierre Muller <muller@sourceware.org>
853
854 * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
855 is not executable.
856
f37c4431
JB
8572012-11-05 Joel Brobecker <brobecker@adacore.com>
858
859 * gnulib/update-gnulib.sh: New script.
860
550889c3
JB
8612012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
862
863 * MAINTAINERS: Update my email address.
864
954b50b3
TT
8652012-11-05 Tom Tromey <tromey@redhat.com>
866
867 * frame.c (put_frame_register): Don't use temporary buffer.
868
68c9da30
PA
8692012-11-05 Pedro Alves <palves@redhat.com>
870
871 * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
872 child. Clear 'pending_detach'.
873 * infrun.c (handle_vfork_child_exec_or_exit): Clear
874 'pending_detach' in the vfork parent.
875
80626a55
DE
8762012-11-05 Doug Evans <dje@google.com>
877
878 Add support for DWP files. http://gcc.gnu.org/wiki/DebugFissionDWP
879 * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
880 * dwarf2read.c: #include "elf-bfd.h".
881 (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
882 (dwop_section_names): Renamed from dwo_section names. All uses
883 updated. Add entries for .debug_cu_index, .debug_tu_index.
884 (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
885 All uses updated.
886 (struct dwp_sections): New type.
887 (struct virtual_dwo_sections): New type.
888 (struct dwp_hash_table): New type.
889 (struct dwp_file): New type.
890 (init_cutu_and_read_dies): Ensure DWO info/types section has been
891 read in. Handle DWOs coming from DWP files.
892 (lookup_dwo_file_slot): New function.
893 (dwarf2_locate_dwo_sections): Move definition closer to use.
894 (create_dwo_debug_info_hash_table_reader): Renamed from
895 create_debug_info_hash_table_reader. All callers updated.
896 (create_dwo_debug_info_hash_table): Renamed from
897 create_debug_info_hash_table. All callers updated.
898 (create_dwp_hash_table): New function.
899 (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
900 (lookup_dwo_in_dwp): New function.
901 (try_open_dwop_file): Renamed from try_open_dwo_file. New parameter
902 is_dwp. All callers updated.
903 (open_dwop_file): Renamed from open_dwo_file. All callers updated.
904 (open_and_init_dwo_file): Renamed from init_dwo_file.
905 All callers updated.
906 (lookup_dwo_file): Delete.
907 (dwarf2_locate_dwp_sections): New function.
908 (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
909 (allocate_dwp_loaded_cutus_table): New function.
910 (open_and_init_dwp_file): New function.
911 (lookup_dwo_cutu): New function.
912 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
913
6f6484cd
YQ
9142012-11-03 Yao Qi <yao@codesourcery.com>
915
916 Fix PR gdb/14617.
917 * breakpoint.c (trace_pass_set_count): Call
918 observer_notify_breakpoint_modified instead of
919 observer_notify_tracepoint_modified.
920 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
921
b45627a0
TT
9222012-11-02 Tom Tromey <tromey@redhat.com>
923
924 * breakpoint.c (catch_syscall_completer): Pass 'word' as second
925 argument to complete_on_enum.
926
d4fb63e1
TT
9272012-11-02 Tom Tromey <tromey@redhat.com>
928
929 * configure: Rebuild.
930 * configure.ac (build_warnings): Add -Wempty-body.
931 * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
932 * remote.c (handle_notification): Use braces for empty 'else' body.
933 * s390-tdep.c (s390_analyze_prologue): Use braces for empty
934 'else' body.
935 * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
936 'else' body.
937 * solib-som.c (som_relocate_section_addresses): Use braces
938 for empty 'else' body.
939 * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
940 (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
941
f50f4e56
PA
9422012-11-02 Pedro Alves <palves@redhat.com>
943
944 PR gdb/14766
945
946 * infrun.c (handle_inferior_event)
947 <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
948 null_ptid before handling a vfork child exec or exit. Switch to
949 the event ptid afterwards.
950
f0559fff
YQ
9512012-11-02 Yao Qi <yao@codesourcery.com>
952
953 * std-operator.def: Remove OP_LABELED.
954 * eval.c: Remove the declaration of 'get_label'.
955 (get_label): Remove.
956 (evaluate_struct_tuple): Remove code handling OP_LABELED.
957 Update comment.
958 Remove local variable 'variantno' and related code.
959 Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
960 with 'fieldno'.
961 * expprint.c (print_subexp_standard): Likewise.
962 (dump_subexp_body_standard): Likewise.
963 * parse.c (operator_length_standard): Likewise.
964
e5496e3e
PM
9652012-11-01 Pierre Muller <muller@ics.u-strasbg.fr>
966
967 Incorporate ARI web page generator into GDB sources.
968 * contrib/ari/create-web-ari-in-src.sh: New file.
969 * contrib/ari/gdb_ari.sh: New file.
970 * contrib/ari/gdb_find.sh: New file.
971 * contrib/ari/update-web-ari.sh: New file.
972
c66fb220
TT
9732012-10-31 Tom Tromey <tromey@redhat.com>
974
975 * gdbarch.c: Rebuild.
976 * gdbarch.sh: Remove references to gdbarch_swap.
977 * corelow.c (core_open): Remove obsolete comment.
978
2f27adfe
AB
9792012-10-31 Andrew Burgess <aburgess@broadcom.com>
980
981 PR cli/14772
982 * c-typeprint.c (c_print_type): Don't print a space for vector
983 types, this is handled within the suffix.
984 (c_type_print_varspec_suffix): Add a space to vector suffix.
985
144db827
PA
9862012-10-26 Pedro Alves <palves@redhat.com>
987
988 * amd64-tdep.c (amd64_relocate_instruction): Use
989 store_unsigned_integer instead of memcpy.
990 * i386-tdep.c (i386_relocate_instruction): Ditto.
991
940c3c06
PA
9922012-10-26 Pedro Alves <palves@redhat.com>
993
994 * infrun.c (handle_inferior_event): Merge handling of
995 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
996 switch case.
997
47b19065
PA
9982012-10-26 Pedro Alves <palves@redhat.com>
999
1000 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
1001 Remove comment.
1002
87d2d2a4
PA
10032012-10-26 Pedro Alves <palves@redhat.com>
1004
1005 * target.c (target_waitstatus_to_string): Handle
1006 TARGET_WAITKIND_VFORK_DONE.
1007
fed708ed
PA
10082012-10-26 Pedro Alves <palves@redhat.com>
1009
1010 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
1011 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
1012
2590b645
JB
10132012-10-24 Tristan Gingold <gingold@adacore.com>
1014
1015 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
1016 Add comments.
1017
bed0c243
JB
10182012-10-24 Joel Brobecker <brobecker@adacore.com>
1019
1020 * ravenscar-thread.c (ravenscar_wait): Only update the list
1021 of threads and inferior_ptid if the inferior is still alive.
1022
f69c91ad
JB
10232012-10-24 Joel Brobecker <brobecker@adacore.com>
1024
1025 * ada-lang.c (is_known_support_routine): Use lbasename when
1026 matching the symtab's filename against
1027 known_runtime_file_name_patterns.
1028
d99dcf51
JB
10292012-10-24 Joel Brobecker <brobecker@adacore.com>
1030
1031 * ada-lang.c (ada_same_array_size_p): New function.
1032 (ada_promote_array_of_integrals): New function.
1033 (coerce_for_assign): Add handling of arrays where the elements
1034 are integrals of a smaller size than the size of the target
1035 array element type.
1036
32560274
JB
10372012-10-24 Joel Brobecker <brobecker@adacore.com>
1038
1039 * doublest.c (convert_doublest_to_floatformat): Fix comparison
1040 against maximum exponent value.
1041
5a04cc98
JB
10422012-10-24 Joel Brobecker <brobecker@adacore.com>
1043
1044 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
1045 "unwind-seh.c".
1046
5ded5331
JB
10472012-10-24 Joel Brobecker <brobecker@adacore.com>
1048
1049 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
1050 strip typedef layer when computing the fixed type's field type,
1051 only when computing its size.
1052
2445fd7b
MK
10532012-10-24 Mark Kettenis <kettenis@gnu.org>
1054
1055 PR gdb/12783
1056 * i386-tdep.c (i386_return_value): Handle complex double and long
1057 double.
1058
8f205f9c
JB
10592012-10-24 Joel Brobecker <brobecker@adacore.com>
1060
1061 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
1062 New local variable args_len.
1063 Quote the name of the executable when computing the command line.
1064
7f7930dd
MK
10652012-10-23 Mark Kettenis <kettenis@gnu.org>
1066
1067 PR gdb/12796
1068 PR gdb/12798
1069 PR gdb/12800
1070 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
1071 AMD64_FTAG_REGNUM.
1072 * amd64-tdep.c (amd64_classify): Classify complex types.
1073 (amd64_return_value): Handle the COMPLEX_X87 class.
1074
38a69d0a
JB
10752012-10-23 Joel Brobecker <brobecker@adacore.com>
1076
1077 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
1078 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
1079
83ab93c6
JB
10802012-10-23 Joel Brobecker <brobecker@adacore.com>
1081
1082 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
1083 function.
1084 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
1085 to amd64_windows_auto_wide_charset.
1086
f6fbab7d
YQ
10872012-10-23 Yao Qi <yao@codesourcery.com>
1088
1089 * event-top.c (mark_async_signal_handler_wrapper): Remove.
1090 * event-top.h: Remove its declaration.
1091 (async_request_quit): Call mark_async_signal_handler instead of
1092 mark_async_signal_handler_wrapper.
1093 (async_do_nothing, async_disconnect): Likewise.
1094 (async_stop_sig): Likewise.
1095 * remote.c (handle_remote_sigint): Likewise.
1096 (handle_remote_sigint_twice): Likewise.
1097
05fa9251
YQ
10982012-10-23 Yao Qi <yao@codesourcery.com>
1099
1100 * event-top.c (sigint_token, sighup_token): Replace 'void *'
1101 with 'static struct async_signal_handler *'.
1102 (sighup_token, sigquit_token, sigstp_token): Likewise.
1103
08af7a40
AA
11042012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
1105
1106 * gdbarch.sh (function_list): Use 'pstring' when printing
1107 a variable which could return NULL.
1108 * gdbarch.c: Regenerate.
1109
beb4b03c
JB
11102012-10-10 Joel Brobecker <brobecker@adacore.com>
1111 Tom Tromey <tromey@redhat.com>
1112
1113 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
1114 inneffective if condition by gdb assertion. Add function
1115 description comment.
1116
a5b12627
JB
11172012-10-19 Joel Brobecker <brobecker@adacore.com>
1118
1119 * parser-defs.h (struct exp_descriptor): Document constraint
1120 on return value for "op_name" callbacks.
1121
0b0865da
TT
11222012-10-18 Tom Tromey <tromey@redhat.com>
1123
1124 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
1125 * symtab.c (iterate_over_some_symtabs): Constify.
1126 * source.h (symtab_to_fullname): Return 'const char *'.
1127 * source.c (symtab_to_fullname): Return 'const char *'.
1128 * python/py-symtab.c (stpy_fullname): Constify.
1129 * cli/cli-cmds.c (edit_command): Constify.
1130 * breakpoint.c (print_breakpoint_location)
1131 (update_static_tracepoint): Constify.
1132
94b0e70d
TT
11332012-10-18 Tom Tromey <tromey@redhat.com>
1134
1135 * breakpoint.c (compare_breakpoints): Fix comparison.
1136
fff10684
TT
11372012-10-18 Tom Tromey <tromey@redhat.com>
1138
1139 * valprint.c (generic_emit_char, generic_printstr): Pass size of
1140 gdb_wchar_t to convert_between_encodings.
1141
8de0566d
YQ
11422012-10-17 Yao Qi <yao@codesourcery.com>
1143
1144 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
1145 more parameter 'inferior'.
1146 * corefile.c (write_memory_with_notification): Caller update.
1147
1148 * mi/mi-cmd-var.c: Include "mi-main.h".
1149 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
1150 to 1 and restore it later.
1151 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
1152 and "data-write-memory-bytes.
1153 * mi/mi-interp.c: Include objfiles.h.
1154 (mi_interpreter_init): Call observer_attach_memory_changed.
1155 (mi_memory_changed): New.
1156 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
1157 New field.
1158
1159 * NEWS: Mention new MI notification "memory-changed".
1160
6235cdd1
JK
11612012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1162
1163 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
1164
07540c15
DE
11652012-10-15 Doug Evans <dje@google.com>
1166
1167 New option -nh: inhibit loading of ~/.gdbinit.
1168 * NEWS: Mention -nh.
1169 * main.c (captured_main): Recognize and process -nh.
1170 (print_gdb_help): Mention -nh.
1171 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
1172
eab09350
L
11732012-10-15 H.J. Lu <hongjiu.lu@intel.com>
1174
1175 PR backtrace/14646
1176 PR gdb/14647
1177 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
1178 pc_regnum_from_eax.
1179 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
1180 nor pc_regnum_from_eax.
1181 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
1182 nor pc_regnum_from_eax.
1183
9e3a7d65
JK
11842012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1185
1186 Fix entry values resolving in inlined frames.
1187 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
1188 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
1189 entries of FRAME.
1190
c83393b9
JB
11912012-10-15 Joel Brobecker <brobecker@adacore.com>
1192
1193 * configure.ac: Build with -DMS_WIN64 if building with Python
1194 enabled using GCC on amd64-windows.
1195 * configure: Regenerate.
1196
801e4185
TT
11972012-10-15 Tom Tromey <tromey@redhat.com>
1198
1199 PR python/14635:
1200 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
1201 to Py_None.
1202
74f910c8
TT
12032012-10-15 Tom Tromey <tromey@redhat.com>
1204
1205 PR python/14634:
1206 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
1207
2a7c8fd5
AB
12082012-10-11 Andrew Burgess <aburgess@broadcom.com>
1209
1210 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
1211 reset thread numbering back to 1.
1212
7c09e5a0
DE
12132012-10-11 Doug Evans <dje@google.com>
1214
1215 PR breakpoints/14643.
1216 * linespec.c (struct ls_parser): New member keyword_ok.
1217 (linespec_lexer_lex_string): Add comment.
1218 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
1219 for one.
1220 (parse_linespec): Set keyword_ok.
1221
a1855c1d
DE
12222012-10-10 Doug Evans <dje@google.com>
1223
844226d6
DE
1224 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
1225 "0x" prefix on address in log message.
1226
a1855c1d
DE
1227 * dwarf2read.c (read_1_byte): Add const to buf parameter.
1228 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
1229 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
1230 (lookup_dwo_file): Add const to dwo_name parameter.
1231 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
1232
2e24f4aa
JK
12332012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1234
1235 Fix crash during stepping on ppc32.
1236 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
1237 SYM.
1238
aa14df25
DE
12392012-10-03 Doug Evans <dje@google.com>
1240
1241 PR symtab/14601
1242 * buildsym.c (buildsym_init): Reset using_directives to NULL.
1243
3d468296
AB
12442012-10-02 Andrew Burgess <aburgess@broadcom.com>
1245
1246 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
1247 output and use uint32_t not long to ensure 4 byte size.
1248
8f0ee2eb
JB
12492012-10-02 Joel Brobecker <brobecker@adacore.com>
1250
1251 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
1252 unref'ed it.
1253
b3dc46ff
AB
12542012-10-01 Andrew Burgess <aburgess@broadcom.com>
1255
1256 * target.c (simple_search_memory): Include access length in
1257 warning message.
1258
f712f01f
EBM
12592012-09-28 Nathan Miller <nathanm2@us.ibm.com>
1260 Edjunior Machado <emachado@linux.vnet.ibm.com>
1261
1262 PR gdb/13989
1263 * solib.c (solib_find): Prevent GDB from loading native libraries when
1264 debugging a cross-target corefile.
1265
39181896
PA
12662012-09-28 selven <pcthegreat@gmail.com>
1267
1268 Make definition match declaration.
1269
1270 * regcache.c (regcache_register_status): Change return type to
1271 enum register_status.
1272
4c2786ba
YQ
12732012-09-28 Yao Qi <yao@codesourcery.com>
1274
1275 * mi/mi-main.c (mi_cmd_data_write_memory): Call
1276 write_memory_with_notification instead of write_memory.
1277 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
1278 instead of target_write_memory.
1279
1ae0c35e
YQ
12802012-09-28 Yao Qi <yao@codesourcery.com>
1281
1282 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
1283 when the length of content is not an even number.
1284
7977e5d2
TT
12852012-09-27 Tom Tromey <tromey@redhat.com>
1286
1287 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
1288 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
1289
807160da
JB
12902012-09-27 Joel Brobecker <brobecker@adacore.com>
1291
1292 * sol-thread.c (sol_thread_fetch_registers)
1293 (sol_thread_store_registers): Delete commented out code.
1294
43c75337
JB
12952012-09-27 Joel Brobecker <brobecker@adacore.com>
1296
1297 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1298 Move these functions to sparc-sol-thread.c.
1299 * sparc-sol-thread.c: New file.
1300 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
1301 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
1302 configurations.
1303 * configure: Regenerate.
1304
d292a972
JB
13052012-09-27 Joel Brobecker <brobecker@adacore.com>
1306
1307 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1308 Remove commented-out code.
1309
8c3da003
JB
13102012-09-27 Joel Brobecker <brobecker@adacore.com>
1311
1312 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1313 Enable this code for sparc hosts only.
1314
f00482b6
JB
13152012-09-27 Joel Brobecker <brobecker@adacore.com>
1316
1317 * procfs.h (procfs_find_LDT_entry): Add declaration.
1318 * sol-thread.c (ps_lgetLDT): Delete local declaration of
1319 function procfs_find_LDT_entry.
1320
337c776f
JB
13212012-09-27 Joel Brobecker <brobecker@adacore.com>
1322
1323 * procfs.c (proc_get_LDT_entry): Make static.
1324
1a04d88f
JB
13252012-09-27 Joel Brobecker <brobecker@adacore.com>
1326
1327 * procfs.c (proc_find_memory_regions): Fix declaration.
1328
bad43aa5
SP
13292012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1330
1331 * amd64-tdep.c (amd64_return_value): Revert previous change
1332 that used TYPE_LENGTH directly.
1333 * bfin-tdep.c (bfin_extract_return_value): Likewise.
1334 (bfin_store_return_value): Likewise.
1335 * cris-tdep.c (cris_store_return_value): Likewise.
1336 (cris_extract_return_value): Likewise.
1337 * h8300-tdep.c (h8300_extract_return_value): Likewise.
1338 * hppa-tdep.c (hppa64_return_value): Likewise.
1339 * lm32-tdep.c (lm32_store_return_value): Likewise.
1340 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1341 * spu-tdep.c (spu_value_from_register): Likewise.
1342 * vax-tdep.c (vax_return_value): Likewise.
1343
63375b74
SP
13442012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1345
1346 * gdbtypes.c (lookup_array_range_type): Expand parameters
1347 LOW_BOUND and HIGH_BOUND to LONGEST.
1348 (lookup_string_range_type): Likewise.
1349 * gdbtypes.h (lookup_array_range_type): Likewise.
1350 (lookup_string_range_type): Likewise.
1351 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
1352 Expand HIGHBOUND to ssize_t.
1353 (value_string): Likewise.
1354 * value.h (value_cstring): Expand parameter LEN to ssize_t.
1355 (value_string): Likewise.
1356
19ca11c5
YQ
13572012-09-27 Yao Qi <yao@codesourcery.com>
1358
1359 PR breakpoints/13898
1360 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
1361 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
1362 per breakpoint type.
1363
92107356
PM
13642012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1365
1366 * procfs.c: Add gdb_bfd header.
1367 * rs6000-nat.c: Likewise.
1368 * solib-pa64.c: Likewise.
1369 * spu-linux-nat.c: Likewise.
1370 * windows-nat.c: Likewise.
1371
9742094a
TT
13722012-09-26 Tom Tromey <tromey@redhat.com>
1373
1374 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
1375
0971de02
TT
13762012-09-26 Tom Tromey <tromey@redhat.com>
1377
1378 * dwarf2read.c (mark_common_block_symbol_computed): New function.
1379 (read_common_block): Handle child DIEs with
1380 DW_AT_data_member_location.
1381 (new_symbol_full): Add special case for common blocks.
1382
4357ac6c
TT
13832012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1384 Tom Tromey <tromey@redhat.com>
1385
1386 * dwarf2read.c (read_common_block): Rewrite.
1387 (new_symbol_full): Handle DW_TAG_common_block.
1388 * f-lang.c (head_common_list, find_common_for_function):
1389 Remove.
1390 * f-lang.h (struct common_entry, struct saved_f77_common,
1391 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
1392 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
1393 BLANK_COMMON_NAME_LOCAL): Remove.
1394 (struct common_block): New.
1395 * f-valprint.c (list_all_visible_commons): Remove.
1396 (info_common_command_for_block): New function.
1397 (info_common_command): Use it.
1398 * stack.c (iterate_over_block_locals): Special case for
1399 COMMON_BLOCK_DOMAIN.
1400 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
1401 constant.
1402 (struct general_symbol_info) <value.common_block>: New field.
1403 (SYMBOL_VALUE_COMMON_BLOCK): New define.
1404
965f07a8
TT
14052012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1406 Tom Tromey <tromey@redhat.com>
1407
1408 * f-lang.c (allocate_saved_bf_node,
1409 allocate_saved_function_node, allocate_saved_f77_common_node,
1410 allocate_common_entry_node, tail_common_list, current_common,
1411 saved_bf_list, saved_bf_list_end, current_head_bf_list,
1412 tmp_bf_ptr, add_common_block, add_common_entry,
1413 find_first_common_named, patch_common_entries,
1414 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
1415 global_remote_debug, get_bf_for_fcn, saved_function_list,
1416 saved_function_list_end, clear_function_list, struct saved_fcn,
1417 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
1418 SAVED_BF, SAVED_BF_PTR): Remove.
1419 * f-lang.h (tail_common_list, current_common,
1420 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
1421 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
1422 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
1423 real_main_c_value): Remove.
1424 * f-valprint.c (there_is_a_visible_common_named): Remove.
1425
6f380991
AB
14262012-09-26 Andrew Burgess <aburgess@broadcom.com>
1427
1428 * breakpoint.c (update_global_location_list): Ignore previous
1429 duplicate status of a breakpoint when starting a new scan for
1430 duplicate breakpoints.
1431
9ead7ae4 14322012-09-26 Karthik Bhat <kv.bhat@samsung.com>
8b3d5494 1433 PR breakpoints/14419
2536b51c
YQ
1434 * arm-tdep.c (arm_skip_prologue): Extending producer check to
1435 support LLVM compiler.
9ead7ae4 1436
8f8a23a2
SP
14372012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1438
1439 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
1440 * bfin-tdep.c (bfin_extract_return_value): Likewise.
1441 (bfin_store_return_value): Likewise.
1442 * cris-tdep.c (cris_store_return_value): Likewise.
1443 (cris_extract_return_value): Likewise.
1444 * h8300-tdep.c (h8300_extract_return_value): Likewise.
1445 * hppa-tdep.c (hppa64_return_value): Likewise.
1446 * lm32-tdep.c (lm32_store_return_value): Likewise.
1447 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1448 * spu-tdep.c (spu_value_from_register): Likewise.
1449 * vax-tdep.c (vax_return_value): Likewise.
1450
d7019589
SP
14512012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1452
1453 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
1454 parameter LEN to ssize_t.
1455
744a8059
SP
14562012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1457
1458 * ada-valprint.c (ada_val_print_1): Eliminate single-use
1459 variable LEN.
1460 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
1461 directly.
1462 (alpha_store_return_value): Likewise.
1463 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
1464 (amd64_push_arguments): Likewise.
1465 * ax-gdb.c (gen_trace_static_fields): Likewise.
1466 (gen_traced_pop): Likewise.
1467 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1468 * breakpoint.c (update_watchpoint): Likewise.
1469 * findcmd.c (parse_find_args): Use local variable for type
1470 instead of length.
1471 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
1472 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
1473 (h8300_store_return_value): Likewise.
1474 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1475 Use i386_darwin_arg_type_alignment directly.
1476 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
1477 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1478 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1479 (m68hc11_extract_return_value): Likewise.
1480 * mep-tdep.c (mep_push_dummy_call): Likewise.
1481 * printcmd.c (float_type_from_length): Likewise.
1482 * s390-tdep.c (s390_value_from_register): Likewise.
1483 * stack.c (read_frame_arg): Likewise.
1484 * tracepoint.c (encode_actions_1): Likewise.
1485 * valops.c (value_fetch_lazy): Use local variable for type
1486 instead of length. Use TYPE_LENGTH directly.
1487 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
1488
a4b411d6
JB
14892012-09-25 Joel Brobecker <brobecker@adacore.com>
1490
1491 * symtab.c (skip_prologue_sal): Fix typo in comment.
1492
11dba07a
JB
14932012-09-25 Joel Brobecker <brobecker@adacore.com>
1494
1495 * linespec.c (create_sals_line_offset): Fix typo in comment.
1496
318102b9
SP
14972012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1498
1499 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
1500 use plongest to print the array size.
1501
b4aa388a
SP
15022012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1503
1504 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
1505 * p-valprint.c (pascal_type_print_base): Likewise.
1506
84cebc4a
YQ
15072012-09-22 Yao Qi <yao@codesourcery.com>
1508
1509 * remote.c (remote_get_trace_status): Remove setting default
1510 values of fields of 'ts'.
1511
04e7407c
JK
15122012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1513
1514 Fix internal error on canonicalization of clang types.
1515 * cp-name-parser.y (operator): New comment at make_operator call for
1516 new, delete, new[] and delete[].
1517 (exp): Use "sizeof ". Add new comment at make_operator call.
1518
9bf4bce9
JK
15192012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1520
1521 Fix disassemble without parameters in tailcall frame.
1522 * cli/cli-cmds.c (disassemble_current_function): Use
1523 get_frame_address_in_block.
1524
1c5b7826
TT
15252012-09-21 Tom Tromey <tromey@redhat.com>
1526
1527 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
1528 TYPE_CODE_UNION>: Unify, removing a goto.
1529
62a49610
TT
15302012-09-21 Tom Tromey <tromey@redhat.com>
1531
1532 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
1533
2603f7ee
AB
15342012-09-21 Andrew Burgess <aburgess@broadcom.com>
1535
1536 * findvar.c (read_frame_register_value): Mark the result value as
1537 optimized out if any of the input registers have been optimized out.
1538
810849a3
AS
15392012-09-21 Andreas Schwab <schwab@linux-m68k.org>
1540
1541 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
1542
0953dec1
SP
15432012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
1544
1545 * eval.c (evaluate_subexp_standard): Eliminate single-use
1546 variable LOWER.
1547
82a90ccf
YQ
15482012-09-21 Yao Qi <yao@codesourcery.com>
1549
1550 * mi/mi-interp.c: Declare mi_record_changed.
1551 (mi_interpreter_init): Call observer_attach_record_changed.
1552 (mi_record_changed): New.
1553 * record.c (record_open): Call observer_notify_record_changed.
1554 (cmd_record_stop): Call observer_notify_record_changed.
1555 * NEWS: Mention it.
1556
d7de8e3c
TT
15572012-09-20 Tom Tromey <tromey@redhat.com>
1558
1559 * NEWS: Update.
1560 * python/python.c (finalize_python): New function.
1561 (_initialize_python): Make a final cleanup.
1562
43c7c83d
DE
15632012-09-19 Doug Evans <dje@google.com>
1564
1565 * buildsym.h (param_symbols): Delete, unused.
1566 (context_stack): Delete member "params", unused.
1567 * buildsym.c (push_context): Update.
1568 * dwarf2read.c (read_func_scope): Update.
1569
aa9259cc
TS
15702012-09-19 Thomas Schwinge <thomas@codesourcery.com>
1571
a6521d9a
TS
1572 * sh-tdep.c (sh_register_convert_to_virtual)
1573 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
1574 all callers. Just do a memcpy if not the little-endian case.
1575
f92589cb
TS
1576 * h8300-tdep.c (h8300_gdbarch_init): Invoke
1577 set_gdbarch_double_format and set_gdbarch_long_double_format.
1578 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
1579 set_gdbarch_double_format.
1580 * sh-tdep.c (sh_gdbarch_init): Likewise.
1581
aa9259cc
TS
1582 * NEWS: Document the removal of SH's 'regs' command.
1583 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
1584 command.
1585
c1d780c2
SDJ
15862012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1587
1588 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
1589 `jump'.
1590
4ae24af0
JB
15912012-09-18 Joel Brobecker <brobecker@adacore.com>
1592
1593 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
1594 language when iterating over symbols.
1595
bb25a15c
YQ
15962012-09-18 Yao Qi <yao@codesourcery.com>
1597
1598 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
1599 (mi_interpreter_init): Call observer_attach_tsv_created and
1600 observer_attach_tsv_deleted.
1601 (mi_tsv_created, mi_tsv_deleted): New.
1602 * tracepoint.c (delete_trace_state_variable): Call
1603 observer_notify_tsv_deleted.
1604 (trace_variable_command): Call observer_notify_tsv_created.
1605 (delete_trace_variable_command): Call
1606 observer_notify_tsv_deleted.
1607 (create_tsv_from_upload): Call observer_notify_tsv_created.
1608 * NEWS: Mention it.
1609
201b4506
YQ
16102012-09-18 Yao Qi <yao@codesourcery.com>
1611
1612 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
1613 if traceframe changed.
1614 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
1615 "trace-find".
1616 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
1617 (mi_interpreter_init): Hook mi_traceframe_changed to observer
1618 'traceframe_changed'.
1619 (mi_traceframe_changed): New.
1620 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
1621 New field.
1622 * NEWS: Mention the new MI notification.
1623
eaeb12db
MW
16242012-09-17 Mike Wrighton <wrighton@codesourcery.com>
1625
1626 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
1627
6e3c039e
JK
16282012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1629
1630 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
1631 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
1632 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
1633 Extend code also for PaX support. Convert all gdb_assert to warning
1634 calls.
1635
9a950c7c
JK
16362012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1637
1638 Implement auto-load user conveniences suggested by Doug Evans.
1639 * auto-load.c: Include top.h.
1640 (file_is_auto_load_safe): New variable advice_printed. Print advice.
1641 (_initialize_auto_load): New variable scripts_directory_help. Mention
1642 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
1643 scripts-directory. Document in online help one can use also files for
1644 set auto-load safe-path.
1645 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
1646 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
1647
deec9a9d
SP
16482012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1649
1650 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
1651 of LEN.
1652
354ecfd5
SP
16532012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1654
1655 * m2-valprint.c (m2_print_array_contents): Eliminate variable
1656 ELTLEN and use TYPE_LENGTH directly.
1657 (m2_val_print): Likewise.
1658 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
1659 variable LEN and use TYPE_LENGTH directly.
1660 (m68k_svr4_store_return_value): Likewise.
1661 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
1662 ARGLEN and use TYPE_LENGTH directly.
1663 (mips_o64_push_dummy_call): Likewise.
1664 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
1665 variable LENGTH and use TYPE_LENGTH directly.
1666 (s390_function_arg_float): Likewise.
1667 (s390_function_arg_integer): Likewise.
1668 (s390_push_dummy_call): Likewise.
1669 (s390_return_value_convention): Likewise.
1670 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
1671 TYPE_LENGTH directly.
1672
6fc1c773
YQ
16732012-09-17 Yao Qi <yao@codesourcery.com>
1674
1675 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
1676 Update comment to add_setshow_integer_cmd.
1677 * cli/cli-setshow.c (do_set_command): Handle case
1678 'var_zuinteger_unlimited'.
1679 (do_show_command): Likewise.
1680 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
1681 for command 'remotetimeout'.
1682 * command.h (enum var_types): New zuinteger_unlimited. Update comment
1683 to var_integer.
1684 * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
1685 for command 'set listsize'.
1686
6acef6cd
SP
16872012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1688
1689 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
1690 variable LEN.
1691
1ab3b62c
JK
16922012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1693
1694 PR 14119
1695 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
1696 (frame_pop): Drop also TAILCALL_FRAME frames.
1697 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
1698
acf9414f
JK
16992012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1700 Pedro Alves <palves@redhat.com>
1701
1702 PR 14548
1703 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
1704 function start if we are already at function start. Both for
1705 reverse-next and for reverse-step into function without line number
1706 info.
1707
193facb3
JK
17082012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1709
1710 Code cleanup - rename 'inline' depth to 'artificial' depth.
1711 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
1712 frame_id_artificial_p, extend the comment.
1713 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
1714 * frame.c (fprint_frame_id): Rename at a user, change debug output
1715 text to "artificial=".
1716 (skip_inlined_frames): Rename to ...
1717 (skip_artificial_frames): ... here. Extend the comment.
1718 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
1719 (frame_id_inlined_p): Rename to ...
1720 (frame_id_artificial_p): ... here. Rename at a user.
1721 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
1722 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
1723 at a user.
1724 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
1725 Extend the comment.
1726 (frame_id_inlined_p): Rename to ...
1727 (frame_id_artificial_p): ... here.
1728 * inline-frame.c (inline_frame_this_id): Rename at a user.
1729
42056501
AB
17302012-09-14 Andrew Burgess <aburgess@broadcom.com>
1731
1732 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
1733 vector variables using vector_size syntax rather than array
1734 syntax.
1735
84c47588
SP
17362012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
1737
1738 * valarith.c (value_concat): Replace unsafe ALLOCA with
1739 XMALLOC/XFREE.
1740
f4045bcb
PA
17412012-09-14 Pedro Alves <palves@redhat.com>
1742
1743 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
1744
63b46266
YPK
17452012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
1746
1747 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
1748 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
1749 data-directory as appropriate.
1750
ddd7a8e7
SP
17512012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
1752
1753 * printcmd.c (ui_printf): Eliminate single-use variable
1754 PARAM_LEN.
1755
d649a38e
YQ
17562012-09-14 Yao Qi <yao@codesourcery.com>
1757 Pedro Alves <palves@redhat.com>
1758
1759 * valops.c (value_assign): Move observer_notify_target_changed
1760 below to replace reinit_frame_cache.
1761
b9516fa1
YPK
17622012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
1763
1764 Refactor Python "gdb" module into a proper Python package, by
1765 introducing a new "_gdb" module for code implemented in C, and
1766 using reload/__import__ instead of exec.
1767 * python/lib/gdb/__init__.py: Import * from _gdb.
1768 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
1769 prompt_hook, sys.argv): Moved from finish_python_initialization.
1770 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
1771 (packages, auto_load_packages): New list and function replacing
1772 module_dict and auto-loading code, using __file__ instead of
1773 gdb.PYTHONDIR and reload/__import__ instead of exec.
1774 (GdbSetPythonDirectory): Replacing function of the same name
1775 from finish_python_initialization, using reload/__import__ instead
1776 of exec, as well as call auto_load_packages.
1777 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
1778 gdb_python_module and not gdb_module.
1779 * python/python-internal.h (gdb_python_module): Declare.
1780 * python/python.c (gdb_python_module): New global.
1781 (before_prompt_hook): Check gdb_python_module and not gdb_module.
1782 (_initialize_python): Rename gdb module to _gdb.
1783 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
1784 (finish_python_initialization): Move Python code to
1785 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
1786 __main__.
1787
aa0fbdd8
PA
17882012-09-13 Pedro Alves <palves@redhat.com>
1789
1790 * Makefile.in (COMMON_OBS): Add registry.o.
1791 * registry.c: New file.
1792 * registry.h (struct registry_container): Declare.
1793 (registry_data_callback): New typedef.
1794 (struct registry_data, struct registry_data_registration, struct
1795 registry_data_registry): New type.
1796 (register_data_with_cleanup, registry_alloc_data)
1797 (registry_callback_adaptor, registry_clear_data)
1798 (registry_container_free_data, registry_set_data, registry_data):
1799 Declare.
1800 (DEFINE_REGISTRY): Refactor structures and functions as shims over
1801 the new common structures and functions.
1802 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
1803 callback typedefs.
1804
42b5c53d
MW
18052012-09-12 Mike Wrighton <wrighton@codesourcery.com>
1806
1807 * remote.c (remote_insert_hw_breakpoint): Throw exception if
1808 there is an error inserting hardware breakpoints and use the
1809 error message from the target.
1810
1811 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
1812 Catch this exception and print the error message contained within. Do not
1813 print the default hardware error breakpoint message in this case.
1814
a1b64ce1
DE
18152012-09-12 Doug Evans <dje@google.com>
1816
1817 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
1818 cu == NULL.
1819
83a788b8
DE
18202012-09-11 Doug Evans <dje@google.com>
1821
1822 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
1823 .gdb_index symbol attributes if there are none.
1824
d9eaeb59
JB
18252012-09-11 Joel Brobecker <brobecker@adacore.com>
1826
1827 * symtab.h (struct minimal_symbol) [has_size]: New field.
1828 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
1829 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
1830 * printcmd.c (build_address_symbolic): Only filter out zero-sized
1831 minimal symbols if the symbol's size is actually known.
1832 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
1833 of msymbol's size field. Add comment.
1834 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
1835 SET_MSYMBOL_SIZE to set the minimal symbol size.
1836
a83e9154
JB
18372012-09-11 Joel Brobecker <brobecker@adacore.com>
1838
1839 * minsyms.c (install_minimal_symbols): Use memset to fill entire
1840 minimal_symbol struct object, rather than setting some of its
1841 fields one by one.
1842
350b1b26
AB
18432012-09-11 Andrew Burgess <aburgess@broadcom.com>
1844
1845 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
1846 passed_a_ptr flag when displaying typedef types.
1847
2fa15f23
JB
18482012-09-10 Joel Brobecker <brobecker@adacore.com>
1849
1850 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
1851 the optimized_out flag is preserved.
1852
5152ff90
AG
18532012-09-10 Anthony Green <green@moxielogic.com>
1854
1855 * moxie-tdep.c (moxie_analyze_prologue): Update for function
1856 prologue changes in GCC.
1857
5b4f6e25
KS
18582012-09-10 Keith Seitz <keiths@redhat.com>
1859
1860 PR gdb/13483
1861 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
1862 (BOOL_CONVERSION_BADNESS): ... this.
1863 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
1864 (rank_one_type): Allow all boolean conversions
1865 permitted by the standard.
1866
f1070426
TT
18672012-09-06 Tom Tromey <tromey@redhat.com>
1868
1869 * python/py-newobjfileevent.c (create_new_objfile_event_object):
1870 Don't decref py_objfile.
1871
a8db4212
YPK
18722012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
1873
1874 Do not enable -lmcheck by default when Python is enabled with
1875 threading support.
1876 * configure.ac: (python_has_threads) New variable, by testing
1877 if WITH_THREAD is defined in Python.h.
1878 Move --enable-lmcheck after --with-python.
1879 Do not enable -lmcheck by default if python_has_threads=yes.
1880 Warn if --enable-lmcheck and python_has_threads=yes.
1881 * configure: Regenerate.
1882
648beb2b
YQ
18832012-08-31 Yao Qi <yao@codesourcery.com>
1884
1885 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
1886 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
1887 Update some commands.
1888 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
1889 * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
1890 to 1.
1891
ef07a9f7
YQ
18922012-08-31 Yao Qi <yao@codesourcery.com>
1893
1894 * mi/mi-cmds.c (mi_cmds): Add 'static'.
1895
fda395cf
YPK
18962012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
1897
1898 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
1899
8efd8e78
DE
19002012-08-29 Doug Evans <dje@google.com>
1901
1902 * main.c (print_gdb_help): Remove reference to
1903 --use-deprecated-index-sections.
1904
883b9c6c
YQ
19052012-08-28 Yao Qi <yao@codesourcery.com>
1906
1907 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
1908 (init_cmds): Call add_setshow_uinteger_cmd for command
1909 'max-user-call-depth'.
1910 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
1911 declaration of 'max_user_call_depth'.
1912 * frame.c (backtrace_limit): Add 'unsigned'.
1913 (_initialize_frame): Call add_setshow_uinteger_cmd for command
1914 'limit'.
1915 * remote.c (remoteaddresssize): Add 'unsigned'.
1916 (remote_address_masked): Change local var 'address_size' to
1917 'unsigned'.
1918 (_initialize_remote): Call add_setshow_uinteger_cmd for
1919 'remoteaddresssize'.
1920 * top.c (history_size): Add 'unsigned'.
1921 (show_commands): Change local variables to 'unsigned'.
1922 (set_history_size_command): Don't check history_size is negative.
1923 Adjust the condition to call unstifle_history and set history_size
1924 to UNIT_MAX.
1925
1292279a
PA
19262012-08-28 Pedro Alves <palves@redhat.com>
1927
1928 PR gdb/14428
1929
1930 * infcmd.c (default_print_one_register_info): New, factored out
1931 from default_print_registers_info.
1932 (default_print_registers_info): Use it. Mark value unavailable if
1933 necessary.
1934 (registers_info): Print user registers with
1935 default_print_one_register_info.
1936
f629cd75
L
19372010-08-27 H.J. Lu <hongjiu.lu@intel.com>
1938
1939 PR tui/14486
1940 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
1941 is not NULL before referencing it.
1942
1c8cdcb1
JK
19432012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1944
1945 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
1946 variable pc. Call find_pc_line instead of find_pc_overlay, restore
1947 original PC for it.
1948
e9687799
JK
19492012-08-27 Eli Zaretskii <eliz@gnu.org>
1950 Jan Kratochvil <jan.kratochvil@redhat.com>
1951
1952 * auto-load.c (auto_load_objfile_script): Rename to ...
1953 (auto_load_objfile_script_1): ... here, change variable realname to
1954 parameter realname, document it, add return value, add variable retval.
1955 (auto_load_objfile_script): New function.
1956
7afa1642
JK
19572012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1958
1959 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
1960 followed by a whitespace.
1961
dc7650b8
JK
19622012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1963
28e66c70 1964 PR gdb/14494.
dc7650b8
JK
1965 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
1966 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
1967 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
1968 here.
1969
1591a1e8
PA
19702012-08-27 Wei-cheng Wang <cole945@gmail.com>
1971
1972 * memattr.c (create_mem_region): Fix memory region overlapping
1973 checking.
1974
ecfb0d68
SP
19752012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1976
1977 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
1978 with xmalloc/cleanup.
1979 * mt-tdep.c (mt_push_dummy_call): Likewise.
1980 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1981 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1982
8c56c1b9
YQ
19832012-08-24 Yao Qi <yao@codesourcery.com>
1984
1985 * jv-exp.y (push_expression_name): Add "." at the end of error
1986 message.
1987
e3480f4a
YPK
19882012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
1989
1990 Document how to return from "python-interactive" to GDB.
e3480f4a
YPK
1991 * python/python.c (_initialize_python): Update documentation.
1992
dfbd5e7b
PA
19932012-08-23 Pedro Alves <palves@redhat.com>
1994
1995 * infrun.c (_initialize_infrun) <handle command help text>:
1996 Mention that multiple signals are supported.
1997
2edda2ff
PA
19982012-08-23 Pedro Alves <palves@redhat.com>
1999
2000 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
2001 string.
2002
8d735b87
YQ
20032012-08-23 Yao Qi <yao@codesourcery.com>
2004
2005 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
2006 (tfind_1): Don't call registers_changed, set_traceframe_num,
2007 and clear_traceframe_info.
2008 Call set_current_traceframe.
2009 (set_current_traceframe): call set_traceframe_num.
2010
c5d9b215
SDJ
20112012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
2012
2013 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
2014 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
2015
037bbc8e
YPK
20162012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2017
2018 Enable readline in Python in a GDB-specific way and block the
2019 standard Python readline module to prevent conflicts with GDB.
2020 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
2021 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
2022 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
2023 * python/py-gdb-readline.c: New file.
2024 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
2025 prototype.
2026 * python/python.c (_initialize_python): Call
2027 gdbpy_initialize_gdb_readline.
2028
406b1477
KS
20292012-08-22 Keith Seitz <keiths@redhat.com>
2030
2031 * defs.h: Include build-gnulib/config.h
2032
6ca1b147
JM
20332012-08-22 Joseph Myers <joseph@codesourcery.com>
2034
2035 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
2036 and blx pc.
2037
8315665e
YPK
20382012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2039
2040 Add a new "python-interactive" command that starts a standard
2041 Python interactive prompt with "pi" as alias, and add "py" as
2042 an alias to "python".
2043 * NEWS: Mention the new commands.
8315665e
YPK
2044 * python/python.c (eval_python_command): New function.
2045 (python_interactive_command): For "python-interactive" with
2046 arguments, call eval_python_command. For "python-interactive"
2047 without arguments, call PyRun_InteractiveLoop.
2048 (_initialize_python): Add "python-interactive" command with
2049 "pi" as alias, and add "py" as an alias to "python".
2050
522002f9
TT
20512012-08-22 Tom Tromey <tromey@redhat.com>
2052
2053 * defs.h (quit_flag): Don't declare.
2054 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
2055 (QUIT): Use new functions.
2056 * event-top.c (command_handler): Use clear_quit_flag.
2057 (handle_sigint): Use set_quit_flag.
2058 (async_request_quit): Use check_quit_flag. Don't check
2059 immediate_quit.
2060 * exceptions.c (throw_exception): Use clear_quit_flag.
2061 * main.c (captured_main): Use clear_quit_flag.
2062 * python/python.c (clear_quit_flag, set_quit_flag)
2063 (check_quit_flag): New functions.
2064 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
2065 clear_quit_flag.
2066 * remote.c (remote_wait_as): Use check_quit_flag,
2067 clear_quit_flag.
2068 (remote_start_remote): Call QUIT.
2069 * symfile.c (load_progress): Use check_quit_flag.
2070 * top.c (command_loop): Use clear_quit_flag.
2071 (command_line_input): Call QUIT.
2072 * utils.c (quit_flag): Conditionally define.
2073 (clear_quit_flag, check_quit_flag, set_quit_flag): New
2074 functions.
2075 (prompt_for_continue): Call QUIT. Use quit, not
2076 async_request_quit.
2077 * remote-mips.c (mips_expect_timeout): Call QUIT.
2078 * monitor.c (monitor_expect): Call QUIT.
2079
b583003e
TT
20802012-08-22 Tom Tromey <tromey@redhat.com>
2081
2082 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
2083 (async_init_signals): Update.
2084 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
2085 (SIGWINCH_HANDLER_BODY): Remove.
2086
e1507e95
TT
20872012-08-22 Tom Tromey <tromey@redhat.com>
2088
2089 * jit.c (jit_object_close_impl): Don't malloc the objfile
2090 name.
2091 * objfiles.c (allocate_objfile): Don't malloc the objfile
2092 name.
2093 (free_objfile): Don't free the objfile name.
2094 * objfiles.h (struct objfile) <name>: Update comment.
2095 * symfile.c (reread_symbols): Fix reference counting. Don't
2096 malloc objfile name.
2097
1c00ec6b
TT
20982012-08-22 Tom Tromey <tromey@redhat.com>
2099
2100 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
2101 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
2102 (symfile_bfd_open): Likewise.
2103 (generic_load): Likewise.
2104 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
2105 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2106 gdb_bfd_open.
2107 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2108 Use gdb_bfd_open.
2109 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
2110 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
2111 (pmon_load_fast): Likewise.
2112 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
2113 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
2114 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
2115 (macho_check_dsym): Likewise.
2116 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
2117 (m32r_upload_command): Likewise.
2118 * gdb_bfd.h (gdb_bfd_cache): Declare.
2119 * gdb_bfd.c (struct gdb_bfd_data): New.
2120 (gdb_bfd_cache): New global.
2121 (struct gdb_bfd_cache_search): New.
2122 (hash_bfd): New function.
2123 (eq_bfd): Likewise.
2124 (gdb_bfd_open): Likewise.
2125 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
2126 (gdb_bfd_unref): Remove closed BFD from cache. Update for
2127 gdb_bfd_data.
2128 * exec.c (exec_file_attach): Use gdb_bfd_open.
2129 * dsrec.c (load_srec): Use gdb_bfd_open.
2130
6532ff36
TT
21312012-08-22 Tom Tromey <tromey@redhat.com>
2132
2133 * dwarf2read.c (macro_start_file): Update.
2134 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
2135 (free_objfile_per_bfd_storage): Destroy macro_cache.
2136 (allocate_objfile, free_objfile): Update.
2137 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
2138 New field.
2139 (struct objfile) <macro_cache>: Remove.
2140 * symfile.c (reread_symbols): Update.
2141 * symmisc.c (print_symbol_bcache_statistics): Update.
2142 (print_objfile_statistics): Update.
2143
706e3705
TT
21442012-08-22 Tom Tromey <tromey@redhat.com>
2145
2146 * elfread.c (elf_symtab_read): Update.
2147 * objfiles.c (objfiles_bfd_data): New global.
2148 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
2149 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
2150 (allocate_objfile, free_objfile): Update.
2151 (_initialize_objfiles): Initialize objfiles_bfd_data.
2152 * objfiles.h (struct objfile_per_bfd_storage): New.
2153 (struct objfile) <per_bfd>: New field.
2154 <filename_cache>: Remove.
2155 (set_objfile_per_bfd): Declare.
2156 * symfile.c (reread_symbols): Update. Call
2157 set_objfile_per_bfd.
2158 (allocate_symtab): Update.
2159 * symmisc.c (print_symbol_bcache_statistics): Update.
2160 (print_objfile_statistics): Print the size of the BFD obstack.
2161
e992eda4
TT
21622012-08-22 Tom Tromey <tromey@redhat.com>
2163
2164 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
2165 * gdb_bfd.c: Use DEFINE_REGISTRY.
2166 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
2167 (gdb_bfd_ref): Call bfd_alloc_data.
2168 (gdb_bfd_unref): Call bfd_free_data.
2169
6b81941e
TT
21702012-08-22 Tom Tromey <tromey@redhat.com>
2171
2172 * registry.h (struct registry_fields): New.
2173 (REGISTRY_FIELDS): Redefine.
2174 (REGISTRY_ACCESS_FIELD): New macro.
2175 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
2176 functions.
2177
8e260fc0
TT
21782012-08-22 Tom Tromey <tromey@redhat.com>
2179
2180 * auto-load.c (_initialize_auto_load): Update.
2181 * solib-svr4.c (_initialize_svr4_solib): Update
2182 * solib-dsbt.c (_initialize_dsbt_solib): Update.
2183 * solib-darwin.c (_initialize_darwin_solib): Update.
2184 * registry.h: New file.
2185 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
2186 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
2187 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
2188 (register_program_space_data_with_cleanup)
2189 (register_program_space_data, program_space_alloc_data)
2190 (clear_program_space_data, set_program_space_data)
2191 (program_space_data): Don't declare.
2192 * progspace.c: Use DEFINE_REGISTRY.
2193 (struct program_space_data, struct
2194 program_space_data_registration, struct
2195 program_space_data_registry, program_space_data_registry)
2196 (register_program_space_data_with_cleanup)
2197 (register_program_space_data, program_space_alloc_data)
2198 (program_space_free_data, clear_program_space_data)
2199 (set_program_space_data, program_space_data): Remove.
2200 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
2201 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
2202 (register_objfile_data_with_cleanup, register_objfile_data)
2203 (clear_objfile_data, set_objfile_data, objfile_data): Don't
2204 declare.
2205 * objfiles.c: Use DEFINE_REGISTRY.
2206 (struct objfile_data, struct objfile_data_registration, struct
2207 objfile_data_registry, objfile_data_registry)
2208 (register_objfile_data_with_cleanup, register_objfile_data)
2209 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
2210 (set_objfile_data, objfile_data): Remove.
2211 (_initialize_objfiles): Update.
2212 * jit.c (_initialize_jit): Update.
2213 * inflow.c (_initialize_inflow): Update.
2214 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
2215 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
2216 (register_inferior_data_with_cleanup, register_inferior_data)
2217 (clear_inferior_data, set_inferior_data, inferior_data): Don't
2218 declare.
2219 * inferior.c: Use DEFINE_REGISTRY.
2220 (struct inferior_data, struct inferior_data_registration, struct
2221 inferior_data_registry, inferior_data_registry)
2222 (register_inferior_data_with_cleanup, register_inferior_data)
2223 (inferior_alloc_data, inferior_free_data clear_inferior_data)
2224 (set_inferior_data, inferior_data): Remove.
2225 * auxv.c (_initialize_auxv): Update.
2226 * ada-lang.c (_initialize_ada_language): Update.
2227 * breakpoint.c (_initialize_breakpoint): Update.
2228 * i386-nat.c (i386_use_watchpoints): Update.
2229
ed9eebaf
TT
22302012-08-22 Tom Tromey <tromey@redhat.com>
2231
2232 * exec.c (exec_close, exec_file_attach): Update.
2233 (add_to_section_table): Initialize 'key' field.
2234 (add_target_sections, remove_target_sections): Add 'key' argument.
2235 * exec.h (add_target_sections, remove_target_sections): Add
2236 'key' argument.
2237 * solib.c (solib_map_sections, update_solib_list, clear_solib)
2238 (reload_shared_libraries_1): Update.
2239 * target.h (struct target_section) <key>: New field.
2240
2f2e97fa
TT
22412012-08-22 Tom Tromey <tromey@redhat.com>
2242
2243 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
2244
b3dbbd6f
PM
22452012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
2246
2247 * symfile.c (allocate_symtab): Use host_address_to_string
2248 function instead of cast of pointer to long which is not
2249 compatible with x86_64-w64-mingw32 build.
2250
f94363d7
AP
22512012-08-19 Andrew Pinski <apinski@cavium.com>
2252
2253 * mips-tdep.c (is_octeon): New function.
2254 (is_octeon_bbit_op): New function.
2255 (mips32_next_pc): Handle Octeon's bbit instructions.
2256 (mips32_instruction_has_delay_slot): Likewise.
2257
78a59c2f
AP
22582012-08-19 Andrew Pinski <apinski@cavium.com>
2259
2260 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
2261 before the function.
2262
4f5bcb50
AP
22632012-08-19 Andrew Pinski <apinski@cavium.com>
2264
2265 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
2266
e5afdbd7
KS
22672012-08-19 Keith Seitz <keiths@redhat.com>
2268
2269 PR c++/14365
2270 * c-typeprint.c (c_type_print_varspec_prefix): Pass
2271 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
2272
13c9750e
EZ
22732012-08-18 Eli Zaretskii <eliz@gnu.org>
2274
2275 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
2276 The typo broke "make TAGS".
2277
db761810 22782012-08-17 Joel Brobecker <brobecker@adacore.com>
2279
2280 GDB 7.5 released.
2281
a451cb65
KS
22822012-08-17 Keith Seitz <keiths@redhat.com>
2283
2284 PR c++/13356
2285 * gdbtypes.c (strict_type_checking): New variable.
2286 (show_strict_type_checking): New function.
2287 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
2288 if strict type checking is disabled.
2289 (_initialize_gdbtypes): Add "check type" subcommand.
2290 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
2291
22922012-08-17 Keith Seitz <keiths@redhat.com>
2293
2294 * language.h (type_mode): Remove.
2295 (type_check): Remove.
2296 (struct language_defn): Remove la_type_check.
2297 (STRICT_TYPE): Remove unused macro.
2298 (type_error): Remove.
2299 * language.c (set_type_range_case): Renamed to ...
2300 (set_range_case): ... this. Update all callers.
2301 Remove type_mode/type_check.
2302 (type_mode): Remove.
2303 (type_check): Remove.
2304 (show_type_command): Remove.
2305 (set_type_command): Remove.
2306 (language_info): Remove type checking output.
2307 (type_error): Remove unused function.
2308 (range_error): Update comment.
2309 (unknown_language_defn): Remove la_type_check.
2310 (auto_language_defn): Likewise.
2311 (local_language_defn): Likewise.
2312 (_initialize_language): Remove "check type" subcommand.
2313 * ada-lang.c (ada_language_defn): Remove la_type_check.
2314 * c-lang.c (c_language_defn): Likewise.
2315 (cplus_language_defn): Likewise.
2316 (asm_language_defn): Likewise.
2317 (minimal_language_defn): Likewise.
2318 * d-lang.c (d_language_defn): Likewise.
2319 * f-lang.c (f_language_defn): Likewise.
2320 * go-lang.c (go_language_defn): Likewise.
2321 * jv-lang.c (java_language_defn): Likewise.
2322 * m2-lang.c (m2_language_defn): Likewise.
2323 * objc-lang.c (objc_language_defn): Likewise.
2324 * opencl-lang.c (opencl_language_defn): Likewise.
2325 * p-lang.c (pascal_language_defn): Likewise.
2326
dbf6a605
MF
23272012-08-16 Mike Frysinger <vapier@gentoo.org>
2328
2329 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
2330
973e3cf7
JB
23312012-08-16 Joel Brobecker <brobecker@adacore.com>
2332
2333 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
2334 New function.
2335 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
2336 using the regache. Use ia64_hpux_get_register_from_save_state_t
2337 to access the bsp and bspstore registers if not.
2338
d80ee84f
JB
23392012-08-16 Joel Brobecker <brobecker@adacore.com>
2340
2341 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
2342 * breakpoint.c (detach_breakpoints): Change pid parameter into
2343 a ptid. Adjust code accordingly.
2344 * infrun.c (handle_inferior_event): Delete variable child_pid.
2345 Update call to detach_breakpoints to pass the child ptid for
2346 fork events.
2347 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
2348 assert that inferior_ptid's lwp is zero.
2349 (linux_handle_extended_wait): Update call to detach_breakpoints.
2350 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
2351 detach_breakpoints.
2352
2dcc6086
JB
23532012-08-16 Joel Brobecker <brobecker@adacore.com>
2354
2355 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
2356 parent, only call detach_breakpoints if tts.tts_event ==
2357 TTEVT_VFORK.
2358
0c92d8c1
JB
23592012-08-16 Joel Brobecker <brobecker@adacore.com>
2360
2361 * dwarf2-frame.c (dwarf2_frame_cache): Use
2362 get_frame_address_in_block instead of get_frame_pc as
2363 the bound for executing the frame's FDE.
2364
6b1755ce
YQ
23652012-08-16 Yao Qi <yao@codesourcery.com>
2366
2367 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
2368 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
2369 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
2370 (c_type_print_varspec_suffix): Likewise.
2371 * eval.c (evaluate_subexp_standard): Likewise.
2372 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
2373 (f_type_print_varspec_suffix): Likewise.
2374 * gdbtypes.c (is_scalar_type): Likewise.
2375 (recursive_dump_type): Likewise.
2376 * infcall.c (value_arg_coerce): Likewise.
2377 * m2-valprint.c (m2_val_print): Likewise.
2378 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
2379 (pascal_type_print_varspec_suffix): Likewise.
2380 (pascal_type_print_base): Likewise.
2381 * p-valprint.c (pascal_val_print): Likewise.
2382 (pascal_val_print): Likewise.
2383 * valops.c (value_slice): Likewise.
2384 * valprint.c (scalar_type_p): Likewise.
2385 * valarith.c (value_bitstring_subscript): Remove.
2386 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
2387 Remove comment on TYPE_CODE_BITSTRING.
2388
2389 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
2390 TYPE_CODE_BITSTRING.
2391
2392 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
2393 slot 0.
2394
8acc4065
YQ
23952012-08-16 Yao Qi <yao@codesourcery.com>
2396
2397 * tracepoint.c (trace_find_none_command): Remove.
2398 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
2399
8128fd8e
YQ
24002012-08-16 Yao Qi <yao@codesourcery.com>
2401
2402 * remote.c (handle_notification): Remove parameter 'length'.
2403 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
2404
2873700e
KS
24052012-08-15 Keith Seitz <keiths@redhat.com>
2406
2407 * gdbtypes.c (opaque_type_resolution): Make static.
2408 Add missing comment.
2409 (overload_debug): Add missing comment.
2410 (show_opaque_type_resolution): Likewise.
2411 (show_overload_debug): Likewise.
2412 (print_bit_vector): Remove unnecessary forward declaration.
2413 (print_arg_types): Likewise.
2414 (dump_fn_fieldlists): Likewise.
2415 (print_cplus_stuff): Likewise.
2416
b82d08cd
TT
24172012-08-15 Tom Tromey <tromey@redhat.com>
2418
2419 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
2420 (gdb_bfd_ref): Initialize new field.
2421 (gdb_bfd_unref): Unref the archive BFD.
2422 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
2423 parent archive.
2424
db6573d6
TT
24252012-08-15 Tom Tromey <tromey@redhat.com>
2426
2427 PR python/14387:
2428 * python/py-bpevent.c (create_breakpoint_event_object): Update
2429 comment.
2430 * python/py-event.c (evpy_add_attribute): Update comment.
2431 * python/py-exitedevent.c (create_exited_event_object): Fix
2432 reference counting and error handling.
2433 * python/py-newobjfileevent.c (create_new_objfile_event_object):
2434 Fix reference counting.
2435 * python/py-signalevent.c (create_signal_event_object): Fix
2436 reference counting and error handling.
2437 * python/py-stopevent.c (emit_stop_event): Fix reference
2438 counting.
2439 * python/py-threadevent.c (get_event_thread): Return a
2440 borrowed reference.
2441 * python/py-type.c (convert_field): Fix reference counting.
2442
a036ba48
TT
24432012-08-15 Tom Tromey <tromey@redhat.com>
2444
2445 * dwarf2read.c (dwarf_decode_macro_bytes)
2446 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
2447 as hash key.
2448
486c7739
MF
24492012-08-14 Mike Frysinger <vapier@gentoo.org>
2450
2451 * infcmd.c (_initialize_infcmd): Update help text for the signal,
2452 stepi, nexti, finish, next, step, jump, and continue commands.
2453 * infrun.c (_initialize_infrun): Update help text for the handle
2454 command.
2455
4cf93a03
DE
24562012-08-14 Doug Evans <dje@google.com>
2457
70b099cf
DE
2458 * gdbtypes.c (struct extra): Delete, unused.
2459
5212577a
DE
2460 * gdbtypes.c: Whitespace cleanup.
2461 (address_space_name_to_int): Remove "extern" from definition.
2462 (_initialize_gdbtypes): Declare with initialize_file_ftype.
2463
4cf93a03
DE
2464 * gdbtypes.c (make_pointer_type): Remove redundant setting of
2465 TYPE_POINTER_TYPE (type).
2466
3756ef7e
GB
24672012-08-14 Gary Benson <gbenson@redhat.com>
2468
2469 * solib-svr4.c (svr4_free_library_list): Use free_so.
2470
40d72643
MF
24712012-08-13 Mike Frysinger <vapier@gentoo.org>
2472
2473 * .gitignore: Add go-exp.c.
2474
f47f77df
DE
24752012-08-13 Doug Evans <dje@google.com>
2476
2477 * value.c (show_convenience): Tweak comment.
2478 (_initialize_values): Mention convenience functions in the help text
2479 for "show convenience".
2480
7507c54a
YQ
24812012-08-13 Yao Qi <yao@codesourcery.com>
2482
2483 * std-operator.def: Remove TERNOP_SLICE_COUNT.
2484 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
2485 TERNOP_SLICE_COUNT.
2486 * eval.c (evaluate_subexp_standard): Likewise.
2487 * expprint.c (print_subexp_standard): Likewise.
2488 (dump_subexp_body_standard): Likewise.
2489 * parse.c (operator_length_standard): Likewise.
2490
5cad9736
YQ
24912012-08-13 Yao Qi <yao@codesourcery.com>
2492
2493 * std-operator.def: Remove OP_BITSTRING.
2494 * breakpoint.c (watchpoint_exp_is_const): Update.
2495 * eval.c (evaluate_subexp_standard): Remove handling to
2496 OP_BITSTRING.
2497 * expprint.c (print_subexp_standard): Likewise.
2498 (dump_subexp_body_standard): Likewise.
2499 * parse.c (operator_length_standard): Likewise.
2500 * valops.c (value_bitstring): Remove.
2501 * value.h: Remove the declaration of 'value_bitstring'.
2502
bad7670a
SDJ
25032012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
2504
2505 * linespec.c (find_methods): Remove unused variables `i1' and
2506 `name_len'.
2507 (decode_line_full): Likewise for `arg_start'.
2508
d9dce7fa
SDJ
25092012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
2510
2511 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
2512 (zlib_decompress_section): Likewise for `section_data'.
2513 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
2514
a72c3253
DE
25152012-08-10 Doug Evans <dje@google.com>
2516
2517 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
2518 * NEWS: Document them.
2519 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
2520 function/strfns.py.
2521 * python/py-type.c (typy_array_1): New function.
2522 (typy_array): Call it.
2523 (typy_vector): New function.
2524 (type_object_methods): Add "vector".
2525 * python/lib/gdb/function/__init__.py: New file.
2526 * python/lib/gdb/function/strfns.py: New file.
2527
200bc880
SP
25282012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
2529
2530 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
2531 for TYPE_FIELD_BITPOS.
2532 (typy_get_sizeof): Likewise for TYPE_LENGTH.
2533
de0bea00
MF
25342012-08-10 Mike Frysinger <vapier@gentoo.org>
2535
2536 PR cli/10436:
2537 * common/vec.h (VEC_merge): Define.
2538 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
2539 (DEF_VEC_ALLOC_FUNC_P): Likewise.
2540 (DEF_VEC_ALLOC_FUNC_O): Likewise.
2541 * completer.c: Include gdb_signals.h.
2542 (signal_completer): Define.
2543 * completer.h (signal_completer): Add prototype.
2544 * infcmd.c (_initialize_infcmd): Assign the command
2545 completer for "signal" to handle_completer.
2546 * infrun.c: Include completer.h.
2547 (handle_completer): Define.
2548 (_initialize_infrun): Declare a new local variable c. Store the
2549 result of add_com("handle") to it. Assign the command
2550 completer for "handle" to handle_completer.
2551
5b9afe8a
YQ
25522012-08-09 Yao Qi <yao@codesourcery.com>
2553
2554 * cli/cli-decode.c (set_cmd_prefix): New.
2555 (lookup_cmd_for_prefixlist): New.
2556 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
2557 of each cmd_list_element in *prefixlist.
2558 (add_setshow_cmd_full): set_cmd_prefix.
2559 (add_alias_cmd): Likewise.
2560 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
2561 Declare 'auto_boolean_enums'.
2562 * cli/cli-setshow.c: Include "observer.h".
2563 (notify_command_param_changed_p): New.
2564 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
2565 Remove 'static'.
2566 (do_setshow_command): Split it to ...
2567 (do_set_command, do_show_command): ... them. New.
2568 (do_set_command): Call observer_notify_command_param_changed if
2569 notify_command_param_changed_p returns true.
2570 (cmd_show_list): Caller update.
2571 * auto-load.c (set_auto_load_cmd): Likewise.
2572 * remote.c (show_remote_cmd): Likewise.
2573 * cli/cli-setshow.h: Update declarations.
2574 * top.c (execute_command): Call do_set_command and do_show_command.
2575
2576 * NEWS: Mention new MI notification.
2577 * mi/mi-interp.c: Declare mi_command_param_changed.
2578 (mi_interpreter_init): Attach mi_command_param_changed to
2579 observer command_param_changed.
2580 (mi_command_param_changed): New.
2581 Remove mi_suppress_breakpoint_notifications.
2582 Define global variable mi_suppress_notification.
2583 (mi_breakpoint_created): Update.
2584 (mi_breakpoint_deleted): Likewise.
2585 (mi_breakpoint_modified): Likewise.
2586 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
2587 'gdb-set' and set mi_suppress_notification.
2588 * mi/mi-main.h: (mi_suppress_notification): New struct.
2589
1969df89
JK
25902012-08-09 Andreas Tobler <andreast@fgznet.ch>
2591 Jan Kratochvil <jan.kratochvil@redhat.com>
2592
2593 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
2594
8bfd80db
YQ
25952012-08-09 Yao Qi <yao@codesourcery.com>
2596
2597 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
2598 (skiplist): Move it to skip.c.
2599 (init_cmd_lists): Remove code setting enablebreaklist and
2600 skiplist to NULL.
2601 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
2602 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
2603 skiplist.
2604 * gdbcmd.h: Likewise.
2605 * skip.c (_initialize_step_skip): Move 'skiplist' from
2606 cli/cli-cmds.c.
2607
28578e6b
YQ
26082012-08-09 Yao Qi <yao@codesourcery.com>
2609
2610 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
2611 * gnu-nat.c, symfile.c: Likewise.
2612
260c0b2a
DE
26132012-08-08 Aaron Gamble <agamble@google.com>
2614
2615 * utils.c (prompt_for_continue_wait_time): New static global.
2616 (make_command_stats_cleanup): Initialize it.
2617 (report_command_stats): Subtract time waiting for user.
2618 (prompt_for_continue): Track time waiting for user.
2619 (defaulted_query): Track time waiting for user.
2620
4f485ebc
DE
26212012-08-08 Doug Evans <dje@google.com>
2622
2623 * eval.c (evaluate_subexp_standard): Fix thinko in handling
2624 UNOP_MEMVAL_TYPE.
2625 * expprint.c (print_subexp_standard, case OP_TYPE): New.
2626 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
2627 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
2628 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
2629 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
2630 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
2631 elt.
2632 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
2633 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
2634 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
2635 (dump_prefix_expression): Handle OP_TYPE.
2636
2acf2b39
KS
26372012-08-08 Keith Seitz <keiths@redhat.com>
2638
2639 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
2640 addr_start.
2641
e6712ff1
DE
26422012-08-08 Doug Evans <dje@google.com>
2643
2644 * linux-thread-db.c: #include "gdb_vecs.h".
2645 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
2646 updated.
2647 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
2648 (thread_db_load_search): Use a vector to iterate over path elements.
2649 Handle text appearing after "$pdir".
2650
2651 * gdb_string.h: Moved to ...
2652 * common/gdb_string.h: ... here.
2653 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
2654 gdb_string.h and gdb_assert.h.
2655
ab854e54
YQ
26562012-08-08 Yao Qi <yao@codesourcery.com>
2657
2658 * tic6x-tdep.c (tic6x_register_to_value): Remove.
2659 (tic6x_value_to_register): Likewise.
2660 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
2661 and set_gdbarch_value_to_register.
2662
4f69f4c2
JK
26632012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2664 Jean-Marc Saffroy <saffroy@gmail.com>
2665
2666 PR 11804
2667 * defs.h (find_memory_region_ftype): New comment. New arg modified.
2668 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
2669 * gcore.c (gcore_create_callback): New function comment. Add modified
2670 parameter. Only write modified regions. Set SEC_READONLY exactly
2671 according to MODIFIED.
2672 (objfile_find_memory_regions): Ignore separate debug info files. Ass
2673 the passed modified value to FUNC.
2674 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
2675 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
2676 first. New variables modified and has_anonymous. Parse the lines of
2677 smaps file. Add the passed MODIFIED value to FUNC.
2678 * procfs.c (find_memory_regions_callback): Add the passed modified
2679 value.
2680
78ac5f83
TT
26812012-08-06 Tom Tromey <tromey@redhat.com>
2682
2683 * dwarf2-frame.c (clear_pointer_cleanup): New function.
2684 (dwarf2_frame_cache): Use it.
2685 * frame-unwind.h (frame_sniffer_ftype): Document prologue
2686 cache initialization constraint.
2687
2c12abee
TT
26882012-08-06 Tom Tromey <tromey@redhat.com>
2689
2690 PR python/14386:
2691 * varobj.c (update_dynamic_varobj_children): Don't call
2692 PyIter_Check.
2693
4979d7f0
TT
26942012-08-06 Tom Tromey <tromey@redhat.com>
2695
2696 PR cli/14392:
2697 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
2698
f3c8a52a
JK
26992012-08-06 Nathaniel Flath <flat0103@gmail.com>
2700
2701 * NEWS: New entry for 'cd' default parameters.
2702 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
2703
5a1cf4d6
TT
27042012-08-03 Tom Tromey <tromey@redhat.com>
2705
2706 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
2707 return.
2708
7c3270ae
UW
27092012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
2710
2711 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
2712 to attempting lseek/write.
2713 (inf_child_fileio_pread): Likewise for pread.
2714
ccce17b0
YQ
27152012-08-02 Yao Qi <yao@codesourcery.com>
2716
2717 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
2718 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
2719 add_setshow_zinteger_cmd.
2720 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
2721 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
2722 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
2723 instead of add_setshow_zinteger_cmd.
2724 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
2725 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
2726 instead of add_setshow_zinteger_cmd.
2727 * frame.c (frame_debug): Add 'unsigned'.
2728 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
2729 add_setshow_zinteger_cmd.
2730 * frame.h: Update the declaration of 'frame_debug'.
2731 * gdbtypes.c (overload_debug): Add 'unsigned'.
2732 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
2733 add_setshow_zinteger_cmd.
2734 * inferior.h: Update declaration of 'debug_infrun'.
2735 * infrun.c (debug_infrun): Add 'unsigned'.
2736 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
2737 add_setshow_zinteger_cmd.
2738 * jit.c (jit_debug): Add 'unsigned'.
2739 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
2740 add_setshow_zinteger_cmd.
2741 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
2742 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
2743 instead of add_setshow_zinteger_cmd.
2744 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
2745 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
2746 add_setshow_zinteger_cmd.
2747 * machoread.c (mach_o_debug_level): Add 'unsigned'.
2748 (_initialize_machoread): Call add_setshow_zuinteger_cmd
2749 instead of add_setshow_zinteger_cmd.
2750 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
2751 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
2752 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
2753 intead of add_setshow_zinteger_cmd.
2754 * mips-tdep.c (mips_debug): Add 'unsigned'.
2755 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
2756 instead of add_setshow_zinteger_cmd.
2757 * monitor.c (monitor_debug): Add 'unsigned'.
2758 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
2759 add_setshow_zinteger_cmd.
2760 * observer.c (observer_debug): Add 'unsigned'.
2761 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
2762 add_setshow_zinteger_cmd.
2763 * parse.c (expressiondebug): Add 'unsigned'.
2764 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
2765 add_setshow_zinteger_cmd.
2766 * record.c (record_debug): Add 'unsigned'.
2767 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
2768 add_setshow_zinteger_cmd.
2769 * record.h: Update the declaration of 'record_debug'.
2770 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
2771 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
2772 add_setshow_zinteger_cmd.
2773 * serial.c (global_serial_debug_p): Add 'unsigned'.
2774 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
2775 add_setshow_zinteger_cmd.
2776 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
2777 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
2778 add_setshow_zinteger_cmd.
2779 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
2780 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
2781 add_setshow_zinteger_cmd.
2782 * target.c (targetdebug): Add 'unsigned'.
2783 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
2784 add_setshow_zinteger_cmd.
2785 * valops.c (overload_debug): Add 'unsigned'.
2786 * varobj.c (varobjdebug): Add 'unsigned'.
2787 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
2788 add_setshow_zinteger_cmd.
2789 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
2790 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
2791 instead of add_setshow_zinteger_cmd.
2792
2793 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
2794 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
2795 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
2796 instead of add_setshow_zinteger_cmd.
2797 * gdbarch.c, gdbarch.h: Re-generated.
2798
95b07c96
YQ
27992012-08-02 Yao Qi <yao@codesourcery.com>
2800
2801 * nto-tdep.c: Don't include cli/cli-decode.h and
2802 cli/cli-cmds.h.
2803 (_initialize_nto_tdep): Remove.
2804 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
2805 Remove field.
2806 Remove macro nto_internal_debugging.
2807
57295b0b
RH
28082012-08-01 Richard Henderson <rth@redhat.com>
2809
2810 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
2811 (mep-*-*) [gdb_target_obs]: Likewise.
2812
f782ad9b
AS
28132012-07-31 Andreas Schwab <schwab@linux-m68k.org>
2814
2815 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
2816 linux_get_siginfo_type.
2817
a14dd77e
JK
28182012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2819
2820 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
2821 AT_ENTRY_POINT.
2822 (call_function_by_hand) <ON_STACK>: Call write_memory with
2823 gdbarch_breakpoint_from_pc, if possible.
2824 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
2825 here.
2826
1467929f
YQ
28272012-07-31 Yao Qi <yao@codesourcery.com>
2828
2829 * tracepoint.c: Add 'static' for some variables.
2830
70976b65
YQ
28312012-07-31 Yao Qi <yao@codesourcery.com>
2832
2833 * go32-nat.c: Declare _initialize_go32_nat.
2834 * ser-go32.c: Declare _initialize_ser_dos.
2835 * top.c (do_chdir_cleanup): Add 'static'.
2836
eff9c3e6
KS
28372012-07-30 Keith Seitz <keiths@redhat.com>
2838
2839 * linespec.c (linespec_lex_number): A number followed
2840 by quotes is a valid number, too.
2841
728400d7
TT
28422012-07-30 Tom Tromey <tromey@redhat.com>
2843
2844 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
2845
fcf303ab
UW
28462012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
2847
2848 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
2849 attempt to 4-byte-align HW breakpoint addresses for Thumb.
2850
4e969b4f
AB
28512012-07-30 Andrew Burgess <aburgess@broadcom.com>
2852
2853 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
2854 invalid or reevaluated to prevent prevent references to possibly
2855 delete'd type objects being left in the varobj.
2856
c4bfde41
JK
28572012-07-27 Tom Tromey <tromey@redhat.com>
2858 Jan Kratochvil <jan.kratochvil@redhat.com>
2859
2860 * copying.awk: Print buffer-read-only and vi ro markers.
2861 * copying.c: Rebuild.
2862 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
2863 * gdbarch.c, gdbarch.h: Rebuild.
2864 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
2865 buffer-read-only and vi ro markers.
2866 * features/arm-with-iwmmxt.c: Rebuild.
2867 * features/arm-with-m-fpa-layout.c: Rebuild.
2868 * features/arm-with-m-vfp-d16.c: Rebuild.
2869 * features/arm-with-m.c: Rebuild.
2870 * features/arm-with-neon.c: Rebuild.
2871 * features/arm-with-vfpv2.c: Rebuild.
2872 * features/arm-with-vfpv3.c: Rebuild.
2873 * features/i386/amd64-avx-linux.c: Rebuild.
2874 * features/i386/amd64-avx.c: Rebuild.
2875 * features/i386/amd64-linux.c: Rebuild.
2876 * features/i386/amd64.c: Rebuild.
2877 * features/i386/i386-avx-linux.c: Rebuild.
2878 * features/i386/i386-avx.c: Rebuild.
2879 * features/i386/i386-linux.c: Rebuild.
2880 * features/i386/i386-mmx-linux.c: Rebuild.
2881 * features/i386/i386-mmx.c: Rebuild.
2882 * features/i386/i386.c: Rebuild.
2883 * features/i386/x32-avx-linux.c: Rebuild.
2884 * features/i386/x32-avx.c: Rebuild.
2885 * features/i386/x32-linux.c: Rebuild.
2886 * features/i386/x32.c: Rebuild.
2887 * features/mips-dsp-linux.c: Rebuild.
2888 * features/mips-linux.c: Rebuild.
2889 * features/mips64-dsp-linux.c: Rebuild.
2890 * features/mips64-linux.c: Rebuild.
2891 * features/rs6000/powerpc-32.c: Rebuild.
2892 * features/rs6000/powerpc-32l.c: Rebuild.
2893 * features/rs6000/powerpc-403.c: Rebuild.
2894 * features/rs6000/powerpc-403gc.c: Rebuild.
2895 * features/rs6000/powerpc-405.c: Rebuild.
2896 * features/rs6000/powerpc-505.c: Rebuild.
2897 * features/rs6000/powerpc-601.c: Rebuild.
2898 * features/rs6000/powerpc-602.c: Rebuild.
2899 * features/rs6000/powerpc-603.c: Rebuild.
2900 * features/rs6000/powerpc-604.c: Rebuild.
2901 * features/rs6000/powerpc-64.c: Rebuild.
2902 * features/rs6000/powerpc-64l.c: Rebuild.
2903 * features/rs6000/powerpc-7400.c: Rebuild.
2904 * features/rs6000/powerpc-750.c: Rebuild.
2905 * features/rs6000/powerpc-860.c: Rebuild.
2906 * features/rs6000/powerpc-altivec32.c: Rebuild.
2907 * features/rs6000/powerpc-altivec32l.c: Rebuild.
2908 * features/rs6000/powerpc-altivec64.c: Rebuild.
2909 * features/rs6000/powerpc-altivec64l.c: Rebuild.
2910 * features/rs6000/powerpc-cell32l.c: Rebuild.
2911 * features/rs6000/powerpc-cell64l.c: Rebuild.
2912 * features/rs6000/powerpc-e500.c: Rebuild.
2913 * features/rs6000/powerpc-e500l.c: Rebuild.
2914 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
2915 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
2916 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
2917 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
2918 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
2919 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
2920 * features/rs6000/powerpc-vsx32.c: Rebuild.
2921 * features/rs6000/powerpc-vsx32l.c: Rebuild.
2922 * features/rs6000/powerpc-vsx64.c: Rebuild.
2923 * features/rs6000/powerpc-vsx64l.c: Rebuild.
2924 * features/rs6000/rs6000.c: Rebuild.
2925 * features/s390-linux32.c: Rebuild.
2926 * features/s390-linux32v1.c: Rebuild.
2927 * features/s390-linux32v2.c: Rebuild.
2928 * features/s390-linux64.c: Rebuild.
2929 * features/s390-linux64v1.c: Rebuild.
2930 * features/s390-linux64v2.c: Rebuild.
2931 * features/s390x-linux64.c: Rebuild.
2932 * features/s390x-linux64v1.c: Rebuild.
2933 * features/s390x-linux64v2.c: Rebuild.
2934 * features/tic6x-c62x-linux.c: Rebuild.
2935 * features/tic6x-c62x.c: Rebuild.
2936 * features/tic6x-c64x-linux.c: Rebuild.
2937 * features/tic6x-c64x.c: Rebuild.
2938 * features/tic6x-c64xp-linux.c: Rebuild.
2939 * features/tic6x-c64xp.c: Rebuild.
2940
826f0041
TT
29412012-07-27 Tom Tromey <tromey@redhat.com>
2942
2943 * c-exp.y (classify_name): Avoid assignment in condition.
2944
84552b16
PA
29452012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
2946
2947 * amd64-windows-tdep.c: Include "frame.h".
2948 (amd64_windows_skip_trampoline_code): New function.
2949 (amd64_windows_init_abi): Add trampoline registration.
2950
a8a64aa8
YQ
29512012-07-27 Yao Qi <yao@codesourcery.com>
2952
2953 * tracepoint.c (cur_traceframe_number): Remove.
2954 (set_tfile_traceframe): Remove.
2955 (tfile_trace_find, tfile_fetch_registers): Update callers.
2956 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
2957 (tfile_open, tfile_trace_find): Likewise.
2958
d99067cb
YQ
29592012-07-27 Yao Qi <yao@codesourcery.com>
2960
2961 * thread.c (switch_to_thread): Don't call registers_changed.
2962
f2e8016f
TT
29632012-07-26 Tom Tromey <tromey@redhat.com>
2964
f782ad9b
AS
2965 * Makefile.in (SFILES): Remove objc-exp.y.
2966 (YYFILES): Remove objc-exp.c.
2967 (YYOBJ): Remove objc-exp.o.
2968 (local-maintainer-clean): Don't mention objc-exp.c.
2969 * c-exp.y: Include objc-lang.h.
2970 (%union) <class>: New field.
2971 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
2972 (exp): Clone subscript production for OBJC_LBRAC. Add various
2973 Objective C productions.
2974 (msglist, msgarglist, msgarg): New productions.
2975 (array_mod, func_mod, operator): Clone productions for
2976 OBJC_LBRAC.
2977 (parse_string_or_char): Handle '@' strings.
2978 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
2979 (classify_name): Check la_name_of_this. Recognize ObjC class
2980 names.
2981 * objc-exp.y: Remove.
2982 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
2983 * objc-lang.h (objc_parse, objc_error): Don't declare.
f2e8016f 2984
f66713d2
JK
29852012-07-26 Markus Metzger <markus.t.metzger@intel.com>
2986
2987 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
2988
7cfe01b4
JK
29892012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2990
2991 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
2992 and decrement.
2993
5ba19b4c
TT
29942012-07-26 Tom Tromey <tromey@redhat.com>
2995
2996 * copying.c: Rebuild.
2997 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
2998 'no_class'.
2999
27618ce4
TT
30002012-07-26 Tom Tromey <tromey@redhat.com>
3001
3002 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
3003 immediate_quit.
3004 (print_objfile_statistics): Likewise.
3005 (maintenance_print_symbols): Likewise.
3006 (maintenance_print_msymbols): Likewise.
3007 (maintenance_print_objfiles): Likewise.
3008 * psymtab.c (print_partial_symbols): Call QUIT.
3009 (maintenance_print_psymbols): Likewise. Don't modify
3010 immediate_quit.
3011 * copying.c (show_copying_command): Don't modify immediate_quit.
3012 (show_warranty_command): Likewise.
3013 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
3014
dd3818c8
KS
30152012-07-26 Keith Seitz <keiths@redhat.com>
3016
3017 * linespec.c (linespec_lexer_lex_number): The input
3018 is also a valid number if the next character is a comma
3019 or colon.
3020
23a80689
JB
30212012-07-26 Joel Brobecker <brobecker@adacore.com>
3022
3023 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
3024 configure options.
3025
29f77997
TG
30262012-07-26 Tristan Gingold <gingold@adacore.com>
3027
3028 * machoread.c: Include gdb_bfd.h.
3029
a55c1f32
TG
30302012-07-26 Tristan Gingold <gingold@adacore.com>
3031
3032 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
3033 offset.
3034
56eb65bd
SP
30352012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3036
3037 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
3038 SIZE to size_t.
3039 (dwarf2_evaluate_loc_desc): Likewise.
3040 (dwarf2_loc_desc_needs_frame): Likewise.
3041 (locexpr_describe_location_1): Likewise.
3042 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
3043 size_t.
3044 (struct dwarf2_loclist_baton): Likewise.
3045 * dwarf2read.c (struct dwarf_block): Likewise.
3046 (dump_die_shallow): Use pulongest to print dwarf_block.size.
3047 (decode_locdesc): Expand SIZE and I to size_t.
3048
aec8845c
JK
30492012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3050
3051 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
3052
33d7655b
JB
30532012-07-25 Joel Brobecker <brobecker@adacore.com>
3054
3055 * doublest.c (convert_doublest_to_floatformat): If the exponent
3056 is too small, treat the value as zero. If the exponent is too
3057 large, treat the value as infinity.
3058
a22d44ff
JB
30592012-07-25 Joel Brobecker <brobecker@adacore.com>
3060
3061 * configure.ac: Add --enable-lmcheck configure option.
3062 * configure: Regenerate.
3063
d6b28940
TT
30642012-07-25 Tom Tromey <tromey@redhat.com>
3065
f782ad9b
AS
3066 * NEWS: Mention maint info bfds.
3067 * gdb_bfd.c (all_bfds): New global.
3068 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
3069 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
3070 New functions.
d6b28940 3071
6e73ba20
RC
30722012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
3073
3074 * configure.tgt: Add v850*-*-rtems*.
3075
d560eebd
TT
30762012-07-25 Tom Tromey <tromey@redhat.com>
3077
3078 * macrotab.c (macro_bcache_str): Remove cast.
3079
d7cbec71
HZ
30802012-07-25 Hui Zhu <hui_zhu@mentor.com>
3081
3082 * linespec.c (linespec_lexer_lex_number): Update comments,
3083 change the return and add check to make sure the input is
3084 the decimal numbers.
3085 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
3086 false, call linespec_lexer_lex_string.
3087
882f447f
TT
30882012-07-24 Tom Tromey <tromey@redhat.com>
3089
3090 * symfile.c (symbol_file_add): Don't open BFD twice.
3091
53ab4066 30922012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
e12c7713
MK
3093
3094 * breakpoint.c (create_breakpoint): Store condition for pending
3095 breakpoints.
3096
108fb0f7
AS
30972012-07-24 Andreas Schwab <schwab@linux-m68k.org>
3098
3099 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
3100 (m68k_return_value): Handle complex types like structures.
3101 (m68k_svr4_return_value): Likewise.
3102
1634dcbe
JK
31032012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
3104
3105 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
3106 parameters to bfd_get_section_name.
3107
e2d12c21
YQ
31082012-07-24 Yao Qi <yao@codesourcery.com>
3109
3110 * cli/cli-setshow.c: Handle case 'var_uinteger'
3111 and 'var_zuninteger' together. Handle case 'var_integer' and
3112 'var_zinteger' together.
3113
64b92e45
KS
31142012-07-23 Keith Seitz <keiths@redhat.com>
3115
3116 * linespec.c (convert_linespec_to_sal): Don't add
3117 any symbols to the result vector if symbol_to_sal
3118 returns zero.
3119
0f5f4ffe
KS
31202012-07-23 Keith Seitz <keiths@redhat.com>
3121
3122 * linespec.c (decode_objc): Record the function name
3123 in the linespec.
3124
da1cc82f
TT
31252012-07-23 Tom Tromey <tromey@redhat.com>
3126
3127 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
3128 counting.
3129 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
3130 (map_vmap): Acquire a reference to the BFD.
3131
6c18f3e0
SP
31322012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
3133
3134 * p-valprint.c (pascal_object_print_value): Replace potentially
3135 unsafe alloca with xmalloc/xfree.
3136 * valops.c (search_struct_method): Likewise.
3137
695c3173
TT
31382012-07-23 Tom Tromey <tromey@redhat.com>
3139
3140 * solib-svr4.c (enable_break): Update.
3141 * bfd-target.h (target_bfd_reopen): Update documentation.
3142
08d2cd74
TT
31432012-07-23 Tom Tromey <tromey@redhat.com>
3144
3145 * symfile.c (separate_debug_file_exists): Update.
3146 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
3147 (reread_symbols): Update.
3148 * elfread.c (build_id_verify): Update.
3149 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
3150 bfd_open_maybe_remote.
3151
596f7d67
TT
31522012-07-23 Tom Tromey <tromey@redhat.com>
3153
3154 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
3155
8ac244b4
TT
31562012-07-23 Tom Tromey <tromey@redhat.com>
3157
3158 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
3159 and 'abfd'.
3160 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
3161 and 'abfd'.
3162 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
3163 * machoread.c (macho_add_oso_symfile): Make a cleanup for
3164 'abfd'.
3165 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
3166 * objfiles.c (allocate_objfile): Acquire a new reference.
3167 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
3168 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
3169 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
3170 a cleanup for 'nbfd'.
3171 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
3172 for 'nbfd'.
3173 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
3174 make a cleanup for 'abfd'.
3175 (symbol_file_add): Make a BFD cleanup.
3176
64c31149
TT
31772012-07-23 Tom Tromey <tromey@redhat.com>
3178
3179 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
3180 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
3181 * corelow.c (core_open): Use gdb_bfd_fopen.
3182 * dsrec.c (load_srec): Use gdb_bfd_openr.
3183 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
3184 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
3185 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3186 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3187 (gdb_bfd_fdopenr): New functions.
3188 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3189 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3190 (gdb_bfd_fdopenr): Declare.
3191 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
3192 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
3193 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
3194 gdb_bfd_openr_next_archived_file.
3195 (macho_check_dsym): Use gdb_bfd_openr.
3196 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
3197 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
3198 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
3199 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
3200 gdb_bfd_openr.
3201 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
3202 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
3203 gdb_bfd_openr_next_archived_file.
3204 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3205 Use gdb_bfd_openr.
3206 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3207 gdb_bfd_openr.
3208 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
3209 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
3210 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
3211 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
3212 (symfile_bfd_open): Use gdb_bfd_fopen.
3213 (generic_load): Use gdb_bfd_openr.
3214 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
3215
520b0001
TT
32162012-07-23 Tom Tromey <tromey@redhat.com>
3217
3218 * bfd-target.c (target_bfd_reopen): Update.
3219 * cli/cli-dump.c (bfd_openr_with_cleanup)
3220 (bfd_openw_with_cleanup): Update.
3221 * corelow.c (core_open): Update.
3222 * dsrec.c (load_srec): Update.
3223 * exec.c (exec_file_attach): Update.
3224 * gcore.c (create_gcore_bfd): Update.
3225 * gdb_bfd.c (gdb_bfd_ref): Return void.
3226 (gdb_bfd_open): Update.
3227 * gdb_bfd.h (gdb_bfd_ref): Return void.
3228 Update comments.
3229 * jit.c (jit_bfd_try_read_symtab): Update.
3230 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3231 * machoread.c (macho_symfile_read_all_oso): Update.
3232 (macho_check_dsym): Update.
3233 * procfs.c (insert_dbx_link_bpt_in_file): Update.
3234 * remote-m32r-sdi.c (m32r_load): Update.
3235 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
3236 * rs6000-nat.c (add_vmap): Update.
3237 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3238 Update.
3239 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
3240 * solib-spu.c (spu_bfd_open): Update.
3241 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
3242 * spu-linux-nat.c (spu_bfd_open): Update.
3243 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
3244 (generic_load): Update.
3245 * windows-nat.c (windows_make_so): Update.
3246
2322ff16
SP
32472012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
3248
3249 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
3250
3def0b36
PA
32512012-07-20 Jeff Kenton <jkenton@tilera.com>
3252
3253 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
3254 SIGTRAMP_FRAME unwinding.
3255
e615022a
DE
32562012-07-20 Doug Evans <dje@google.com>
3257
3258 * NEWS: Document new options "set/show use-deprecated-index-sections",
3259 and delete reference to --use-deprecated-index-sections.
3260 * symfile.h (use_deprecated_index_sections): Delete.
3261 * dwarf2read.c (use_deprecated_index_sections): Make static.
3262 (read_index_from_section): Update wording of how to load
3263 deprecated index sections.
3264 (_initialize_dwarf2_read): New options
3265 "set/show use-deprecated-index-sections".
3266 * main.c (captured_main): Delete --use-deprecated-index-sections.
3267
64776a0b
PA
32682012-07-20 Pedro Alves <palves@redhat.com>
3269
3270 PR threads/11692
3271 PR gdb/12203
3272
3273 * infrun.c (handle_inferior_event) <new thread>: Don't special
3274 case minus_one_ptid.
3275 <TARGET_WAITKIND_SPURIOUS>: Ditto.
3276 * linux-thread-db.c (thread_get_info_callback): Don't return early
3277 if the thread is zombie.
3278 (thread_from_lwp): Change return type to void. Rewrite stale
3279 comment.
3280 (attach_thread): Don't return early if the thread is zombie,
3281 instead set its "dying" flag.
3282 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
3283 (find_new_threads_callback): Don't return early if the thread is
3284 zombie.
3285
09826ec5
PA
32862012-07-20 Pedro Alves <palves@redhat.com>
3287
3288 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
3289 * target.c (target_wait): Likewise.
3290 (str_comma_list_concat_elem, do_option, target_options_to_string):
3291 New functions.
3292 * target.h (target_options_to_string): Declare.
3293
f7a35f02
TT
32942012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3295 Tom Tromey <tromey@redhat.com>
3296
3297 * dwarf2read.c (dwarf_decode_macros)
3298 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
3299 DW_MACRO_GNU_transparent_include_alt>: New cases.
3300 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
3301 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
3302
b81e1ee0
TT
33032012-07-20 Tom Tromey <tromey@redhat.com>
3304
3305 * dwarf2read.c (try_open_dwo_file): Don't call
3306 gdb_bfd_stash_filename.
3307
99c1624c
PA
33082012-07-20 Pedro Alves <palves@redhat.com>
3309
3310 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3311 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
3312 (i386_process_record): Tweak description comments.
3313
4ffa4fc7
PA
33142012-07-20 Pedro Alves <palves@redhat.com>
3315
3316 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3317 (i386_process_record): Use record_read_memory.
3318 * record.c (record_read_memory): New function.
3319 (record_arch_list_add_mem, record_exec_insn): Use
3320 record_read_memory.
3321 * record.h (record_read_memory): Declare.
3322
c24343e2
YQ
33232012-07-20 Yao Qi <yao@codesourcery.com>
3324
3325 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
3326 NULL for xfree.
3327
90f47860
PA
33282012-07-19 Pedro Alves <palves@redhat.com>
3329
3330 * record.c (record_resume): Ask the target beneath to report all
3331 signals.
3332
01093045
DE
33332012-07-19 Doug Evans <dje@google.com>
3334
3335 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
3336 there's no section at address zero.
3337 (dwarf2_record_block_ranges): Ditto.
3338
a7c3d162
YQ
33392012-07-19 Yao Qi <yao@codesourcery.com>
3340
3341 * command.h, remote.c: Fix a typo in comment.
3342
608b4967
TT
33432012-07-19 Tom Tromey <tromey@redhat.com>
3344
3345 PR exp/13206:
3346 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
3347 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
3348 OP_DECLTYPE>: New cases.
3349 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
3350 (type_exp): Add new productions.
3351 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
3352 and decltype.
3353 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
3354 New case.
3355 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
3356 OP_DECLTYPE>: New case.
3357 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
3358 New case.
3359 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
3360 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
3361
274b54d7
TT
33622012-07-19 Tom Tromey <tromey@redhat.com>
3363
3364 * c-exp.y (enum token_flags): New.
3365 (struct token) <cxx_only>: Remove.
3366 <flags>: New field.
3367 (tokentab3, tokentab2, ident_tokens): Update.
3368 (lex_one_token): Update. Handle FLAG_SHADOW.
3369
9eaf6705
TT
33702012-07-19 Tom Tromey <tromey@redhat.com>
3371
3372 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
3373 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
3374 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
3375 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
3376 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
3377 type_exp production where appropriate.
3378 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
3379 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
3380 <UNOP_MEMVAL_TYPE>: New case.
3381 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
3382 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
3383 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
3384 <UNOP_MEMVAL_TYPE>: New case.
3385 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
3386 UNOP_REINTERPRET_CAST>: Update.
3387 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3388 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
3389 UNOP_REINTERPRET_CAST>: Update.
3390 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3391 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
3392 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
3393 constants.
3394
6ace3df1
YQ
33952012-07-19 Yao Qi <yao@codesourcery.com>
3396 Jan Kratochvil <jan.kratochvil@redhat.com>
3397
3398 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
3399 and case 'var_optional_filename' together.
3400 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
3401 instead of add_setshow_optional_filename_cmd for setshow command
3402 'args'. Set completer for 'set args'.
3403
48faced0
DE
34042012-07-18 Doug Evans <dje@google.com>
3405
3406 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
3407 * common/gdb_vecs.c: New file, contents from utils.c.
3408 * common/host-defs.h: New file, contents from defs.h.
3409 * utils.h: New file, contents from defs.h.
3410 * defs.h: Move all declarations of objects defined in utils.c
3411 to utils.h (except QUIT() and related).
3412 #include "utils.h", "host-defs.h".
3413 * probe.h (probe_p): Move here from gdb_vecs.h.
3414 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
3415 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
3416 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
3417 * Makefile.in (SFILES): Add common/gdb_vecs.c.
3418 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
3419 (COMMON_OBS): Add gdb_vecs.o.
3420 (gdb_vecs.o): New rule.
3421
66f1999b
KS
34222012-07-18 Keith Seitz <keiths@redhat.com>
3423
3424 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
3425 parameter. If non-zero, use SYMNAME as the canonical name
3426 for the SaL.
3427 Update all callers.
3428 (convert_linespec_to_sals): Use add_sal_to_sals for
3429 expressions, too.
3430 (decode_line_full): No need to "fill in missing canonical names"
3431 anymore. Simply make cleanups for the allocated names.
3432
5d94e27b
KS
34332012-07-18 Keith Seitz <keiths@redhat.com>
3434
3435 * linespec.c (struct linespec): Constify expression,
3436 source_filename, function_name, and label_name.
3437 (symbol_not_found_error): Make all parameters const.
3438 (linespec_parser_delete): No need to check for NULL
3439 when using xfree. Cast const char * to char * for xfree.
3440
af4908ba
KS
34412012-07-18 Keith Seitz <keiths@redhat.com>
3442
3443 * breakpoint.c (invalid_thread_id_error): New function.
3444 (find_condition_and_thread): Use invalid_thread_id_error.
3445 (watch_command_1): Likewise.
3446
853254db
TT
34472012-07-18 Tom Tromey <tromey@redhat.com>
3448
3449 * cc-with-index.sh, cc-with-dwz.sh: Remove.
3450 * contrib/cc-with-tweaks.sh: New file.
3451
2ec9a5e0
TT
34522012-07-18 Tom Tromey <tromey@redhat.com>
3453
3454 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
3455 (locate_dwz_sections): Recognize .gdb_index.
3456 (create_cus_from_index_list): New function.
3457 (create_cus_from_index): Use it. Handle .dwz data.
3458 (read_index_from_section): New function, extracted from
3459 dwarf2_read_index.
3460 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
3461 if needed.
3462
36586728
TT
34632012-07-18 Tom Tromey <tromey@redhat.com>
3464
3465 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
3466 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
3467 <is_dwz>: New field.
3468 (struct dwz_file): New.
3469 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
3470 (locate_dwz_sections, dwarf2_get_dwz_file)
3471 (get_abbrev_section_for_cu): New functions.
3472 (error_check_comp_unit_head, read_and_check_comp_unit_head)
3473 (read_and_check_type_unit_head): Add abbrev_section argument.
3474 (create_debug_types_hash_table): Update.
3475 (init_cutu_and_read_dies): Use proper abbrev section.
3476 (init_cutu_and_read_dies_no_follow): Likewise.
3477 (set_partial_user): Do nothing if PST==NULL.
3478 (read_comp_units_from_section): New function.
3479 (create_all_comp_units): Use it.
3480 (scan_partial_symbols, partial_die_parent_scope): Update.
3481 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3482 (process_imported_unit_die, read_partial_die): Handle .dwz files.
3483 (find_partial_die): Add offset_in_dwz argument. Update.
3484 (guess_partial_die_structure_name, fixup_partial_die): Update.
3485 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
3486 DW_FORM_GNU_strp_alt.
3487 (read_indirect_string_from_dwz): New function.
3488 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
3489 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3490 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
3491 (follow_die_offset): Add offset_in_dwz argument.
3492 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
3493 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
3494 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
3495 Handle new macro forms.
3496 (dwarf_decode_macros): Update.
3497 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
3498 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
3499 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
3500 (create_debug_types_hash_table): Use correct abbrev section.
3501 (get_debug_line_section): New function.
3502 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
3503 (process_full_comp_unit): Pass 'required' argument to
3504 end_symtab_get_static_block.
3505 * buildsym.h (end_symtab_get_static_block): Update.
3506 * buildsym.c (end_symtab_get_static_block): Add 'required'
3507 argument.
3508 (end_symtab, end_expandable_symtab): Update.
3509
4bf44c1c
TT
35102012-07-18 Tom Tromey <tromey@redhat.com>
3511
3512 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
3513 (pagesize): Remove.
3514 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
3515 (zlib_decompress_section): Remove.
3516 (dwarf2_read_section): Use gdb_bfd_map_section.
3517 (munmap_section_buffer): Remove.
3518 (free_dwo_file, dwarf2_per_objfile_free): Don't use
3519 munmap_section_buffer.
3520 * gdb_bfd.c: Include zlib.h, sys/mman.h.
3521 (struct gdb_bfd_section_data): New.
3522 (free_one_bfd_section): New function.
3523 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
3524 (get_section_descriptor, zlib_decompress_section)
3525 (gdb_bfd_map_section): New functions.
3526 * gdb_bfd.h (gdb_bfd_map_section): Declare.
3527
bb397797
TT
35282012-07-18 Tom Tromey <tromey@redhat.com>
3529
3530 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
3531
6ec53d05
TT
35322012-07-18 Tom Tromey <tromey@redhat.com>
3533
3534 * gdb_bfd.c (struct gdb_bfd_data): New.
3535 (gdb_bfd_cache): New global.
3536 (struct gdb_bfd_cache_search): New.
3537 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
3538 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
3539 * gdb_bfd.h (gdb_bfd_open): Declare.
3540
f9a062ff
TT
35412012-07-18 Tom Tromey <tromey@redhat.com>
3542
3543 * utils.c (make_cleanup_bfd_unref): Rename from
3544 make_cleanup_bfd_close.
3545 * defs.h (make_cleanup_bfd_unref): Rename from
3546 make_cleanup_bfd_close.
3547 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
3548 (bfd_openw_with_cleanup): Update.
3549 * corelow.c (core_open): Update.
3550 * dsrec.c (load_srec): Update.
3551 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3552 * remote-m32r-sdi.c (m32r_load): Update.
3553 * remote-mips.c (mips_load_srec): Update.
3554 (pmon_load_fast): Update.
3555 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3556 Update.
3557 (darwin_bfd_open): Update.
3558 * solib.c (solib_bfd_fopen): Update.
3559 * symfile-mem.c (symbol_file_add_from_memory): Update.
3560 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
3561 (symfile_bfd_open): Update.
3562 (generic_load): Update.
3563
d6ad71ba
TT
35642012-07-18 Tom Tromey <tromey@redhat.com>
3565
3566 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
3567 (pmon_load_fast): Likewise.
3568 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
3569 (m32r_upload_command): Likewise.
3570 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
3571 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3572 Use make_cleanup_bfd_close.
3573
a4453b7e
TT
35742012-07-18 Tom Tromey <tromey@redhat.com>
3575
3576 * symfile.c (symfile_bfd_open): Don't copy name. Call
3577 gdb_bfd_stash_filename.
3578 (load_command): Open the new BFD before freeing the old.
3579 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
3580 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
3581 Call gdb_bfd_stash_filename.
3582 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
3583 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
3584 gdb_bfd_stash_filename.
3585 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3586 Free found_pathname.
3587 * rs6000-nat.c (add_vmap): Don't copy filename. Call
3588 gdb_bfd_stash_filename.
3589 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
3590 * machoread.c (macho_add_oso_symfile): Call
3591 gdb_bfd_stash_filename.
3592 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
3593 gdb_bfd_stash_filename.
3594 (macho_check_dsym): Don't copy filename. Call
3595 gdb_bfd_stash_filename.
3596 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
3597 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
3598 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
3599 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
3600 * exec.c (exec_close): Don't free the BFD's filename.
3601 (exec_file_attach): Don't copy the filename. Call
3602 gdb_bfd_stash_filename.
3603 * corelow.c (core_close): Don't free the BFD's filename.
3604 (core_open): Call gdb_bfd_stash_filename.
3605 * corefile.c (reopen_exec_file): Remove #if 0 code.
3606 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
3607 pathname.
3608 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
3609
cbb099e8
TT
36102012-07-18 Tom Tromey <tromey@redhat.com>
3611
3612 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
3613 gdb_bfd_unref.
3614 (free_dwo_file): Use gdb_bfd_unref.
3615 * cli/cli-dump.c: Include gdb_bfd.h.
3616 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
3617 (bfd_openr_with_cleanup): Likewise.
3618 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
3619 gdb_bfd_unref.
3620 * utils.c: Include gdb_bfd.h.
3621 (do_bfd_close_cleanup): Use gdb_bfd_unref.
3622 * symfile.c: Include gdb_bfd.h.
3623 (separate_debug_file_exists): Use gdb_bfd_unref.
3624 (bfd_open_maybe_remote): Use gdb_bfd_ref.
3625 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3626 (generic_load): Use gdb_bfd_ref.
3627 (reread_symbols): Use gdb_bfd_unref.
3628 * symfile-mem.c: Include gdb_bfd.h.
3629 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
3630 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3631 * solib.c: Include gdb_bfd.h.
3632 (solib_bfd_fopen): Use gdb_bfd_ref.
3633 (solib_bfd_open): Use gdb_bfd_unref.
3634 (free_so_symbols): Use gdb_bfd_unref.
3635 (reload_shared_libraries_1): Use gdb_bfd_unref.
3636 * solib-spu.c: Include gdb_bfd.h.
3637 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
3638 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
3639 gdb_bfd_unref.
3640 * solib-frv.c: Include gdb_bfd.h.
3641 (enable_break2): Use gdb_bfd_unref.
3642 * solib-dsbt.c: Include gdb_bfd.h.
3643 (enable_break2): Use gdb_bfd_unref.
3644 * solib-darwin.c: Include gdb_bfd.h.
3645 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
3646 gdb_bfd_unref.
3647 (darwin_bfd_open): Use gdb_bfd_unref.
3648 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
3649 * remote-mips.c: Include gdb_bfd.h.
3650 (mips_load_srec): Use gdb_bfd_ref.
3651 (pmon_load_fast): Use gdb_bfd_ref.
3652 * remote-m32r-sdi.c: Include gdb_bfd.h.
3653 (m32r_load): Use gdb_bfd_ref.
3654 * record.c: Include gdb_bfd.h.
3655 (record_save_cleanups): Use gdb_bfd_unref.
3656 (cmd_record_save): Use gdb_bfd_unref.
3657 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
3658 gdb_bfd_unref.
3659 * objfiles.h (gdb_bfd_close_or_warn): Remove.
3660 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
3661 * objfiles.c: Include gdb_bfd.h.
3662 (free_objfile): Use gdb_bfd_unref.
3663 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
3664 gdb_bfd.c.
3665 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
3666 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
3667 (macho_check_dsym): Likewise.
3668 * m32r-rom.c: Include gdb_bfd.h.
3669 (m32r_load): Use gdb_bfd_ref.
3670 (m32r_upload_command): Use gdb_bfd_ref.
3671 * jit.c: Include gdb_bfd.h.
3672 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
3673 * gdb_bfd.h: New file.
3674 * gdb_bfd.c: New file.
3675 * gcore.c: Include gdb_bfd.h.
3676 (create_gcore_bfd): Use gdb_bfd_ref.
3677 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
3678 (gcore_command): Use gdb_bfd_unref.
3679 * exec.c: Include gdb_bfd.h.
3680 (exec_close): Use gdb_bfd_unref.
3681 (exec_close_1): Use gdb_bfd_unref.
3682 (exec_file_attach): Use gdb_bfd_ref.
3683 * elfread.c: Include gdb_bfd.h.
3684 (build_id_verify): Use gdb_bfd_unref.
3685 * dsrec.c: Include gdb_bfd.h.
3686 (load_srec): Use gdb_bfd_ref.
3687 * corelow.c: Include gdb_bfd.h.
3688 (core_close): Use gdb_bfd_unref.
3689 (core_open): Use gdb_bfd_ref.
3690 * bfd-target.c: Include gdb_bfd.h.
3691 (target_bfd_xclose): Use gdb_bfd_unref.
3692 (target_bfd_reopen): Use gdb_bfd_ref.
3693 * Makefile.in (SFILES): Add gdb_bfd.c.
3694 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
3695 (COMMON_OBS): Add gdb_bfd.o.
3696
ed1d1739
KS
36972012-07-18 Keith Seitz <keiths@redhat.com>
3698
3699 * breakpoint.c (find_condition_and_thread): Initialize
3700 TASK and REST.
3701 (create_breakpiont): find_condition_and_thread will now
3702 initialize COND_STRING, THREAD, and REST (and TASK).
3703 (addr_string_to_sals): Likewise.
3704
eab402df
PA
37052012-07-18 Pedro Alves <palves@redhat.com>
3706
3707 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
3708 Pull the single step breakpoints out of the target.
3709
2b963b68
SDJ
37102012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
3711
3712 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
3713 * stap-probe.c (compile_probe_arg): Likewise.
3714
6bac7473
SDJ
37152012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
3716
3717 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
3718 (elf_compile_to_ax): Likewise.
3719 * infrun.c (insert_exception_resume_from_probe): Likewise.
3720 (check_exception_resume): Remove `objfile' variable.
3721 * probe.c (find_probe_by_pc): Remove `objfile' argument.
3722 (struct probe_and_objfile, probe_and_objfile_s): Delete.
3723 (collect_probes): Adjust return value to `VEC (probe_p) *'.
3724 (compare_entries): Rename to...
3725 (compare_probes): ...this. Adjust function to work with
3726 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
3727 respectively.
3728 (gen_ui_out_table_header_info): Adjust `probes' argument to be
3729 `VEC (probe_p) *'.
3730 (print_ui_out_info): Adjust argument to be `struct probe *'.
3731 (info_probes_for_ops): Adjust internal computations to use
3732 `VEC (probe_p) *'.
3733 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
3734 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
3735 gen_info_probes_table_values>: Remove `objfile' argument.
3736 (struct probe) <objfile>: New field.
3737 (find_probe_by_pc): Remove `objfile' argument.
3738 * stap-probe.c (stap_parse_probe_arguments): Likewise.
3739 (stap_get_probe_argument_count): Likewise.
3740 (stap_get_arg): Likewise.
3741 (stap_evaluate_probe_argument): Likewise.
3742 (stap_compile_to_ax): Likewise.
3743 (compile_probe_arg): Refactor not to pass `objfile' anymore.
3744 (handle_stap_probe): Fill `objfile' field from `struct probe'.
3745 (stap_gen_info_probes_table_header): Remove `objfile' argument.
3746 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
3747 sym_compile_to_ax>: Likewise.
3748
3347eb1a 37492012-07-18 Terry Guo <terry.guo@arm.com>
3750
3751 PR 14329
3752 * defs.h (GDB_MI_MSG_WIDTH): New.
3753 * ser_base (ser_base_read_error_fd): New function.
3754 (do_ser_base_readchar): Poll error file descriptor as well as
3755 standard output.
f782ad9b 3756 (generic_readchar): Refactor error handling.
3347eb1a 3757
80c8d323
JB
37582012-07-18 Joel Brobecker <brobecker@adacore.com>
3759
3760 * NEWS: Create a new section for the next release branch.
3761 Rename the section of the current branch, now that it has
3762 been cut.
3763
b45a0664 37642012-07-18 Joel Brobecker <brobecker@adacore.com>
3765
3766 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
3767 * version.in: Bump version to 7.5.50.20120718-cvs.
3768
09cf2b22
KS
37692012-07-17 Keith Seitz <keiths@redhat.com>
3770
3771 * linespec.c (linespec_parse_line_offset): Make parameter
3772 const.
3773
8f043999
JK
37742012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3775
3776 PR 11914
3777 * f-valprint.c (info_common_command): New variable frame_id.
3778 Reinitialize FI form FRAME_ID after each print_variable_and_value.
3779 * printcmd.c (print_variable_and_value): Extend function comment.
3780 Add comment for invalidated FRAME.
3781 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
3782 FI form FRAME_ID after each print_frame_local_vars.
3783 (struct print_variable_and_value_data): Change frame to frame_id.
3784 (do_print_variable_and_value): New variable frame, initialize it from
3785 p->frame_id. Add comment for invalidated FRAME.
3786 (print_frame_local_vars, print_frame_arg_vars): New function comment.
3787 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
3788 for invalidated FRAME.
3789
ae5e0686
MK
37902012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
3791 Pedro Alves <palves@redhat.com>
3792
3793 * linux-nat.c (linux_nat_detach): Don't unregister from the event
3794 loop.
3795
5049c5be
TT
37962012-07-16 Tom Tromey <tromey@redhat.com>
3797
3798 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
3799
2908cac6
DE
38002012-07-15 Doug Evans <dje@google.com>
3801
094b34ac
DE
3802 * dwarf2read.c (stmt_list_hash): New struct.
3803 (type_unit_group): Embed "per_cu" member, remove pointer.
3804 New union member "t", move member "tus" into it, all uses updated.
3805 New member "hash", replaces member "line_offset, all uses updated.
3806 (quick_file_names): Replace member "offset" with "hash", all uses
3807 updated.
3808 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
3809 (hash_file_name_entry, eq_file_name_entry): Call them.
3810 (hash_type_unit_group, eq_type_unit_group): Ditto.
3811 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
3812 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
3813 (dw2_get_file_names): Update.
3814 (create_type_unit_group): Replace "per_cu" arg with "cu".
3815 All callers updated. Fix "quick" (.gdb_index) handling.
3816 (get_type_unit_group): Replace "per_cu" arg with "cu".
3817 All callers updated.
3818 (build_type_unit_groups): Don't reset tu_stats.
3819
2908cac6
DE
3820 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
3821 "tab_cur_size". Change member "tab" to be a htab_t.
3822 (create_filename_seen_cache): Update.
3823 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
3824 (filename_seen): Update.
3825
a2b6eff5
DE
38262012-07-13 Doug Evans <dje@google.com>
3827
3828 * symtab.c (filename_seen): Update comment.
3829
4359dff1
JK
38302012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3831 Doug Evans <dje@google.com>
3832
3833 * buildsym.c (end_symtab_1): Split it to ...
3834 (end_symtab_get_static_block): ... this ...
3835 (end_symtab_from_static_block): ... and this function.
3836 (end_symtab, end_expandable_symtab): Call them.
3837 * buildsym.h (end_symtab_get_static_block)
3838 (end_symtab_from_static_block): New declarations.
3839 * dwarf2read.c (process_full_comp_unit): New variable static_block.
3840 Set its valid CU ranges.
3841
a24f71ab
JK
38422012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3843
3844 * dwarf2loc.c (disassemble_dwarf_expression): Handle
3845 DW_OP_GNU_parameter_ref.
3846
d76b7dbc
JK
38472012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3848
3849 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
3850 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
3851
9fdc877b
DE
38522012-07-13 Doug Evans <dje@google.com>
3853
3854 * symtab.c (output_source_filename): Delete unnecessary forward decl.
3855 (filename_seen_cache): New struct.
3856 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
3857 (create_filename_seen_cache): New function.
3858 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
3859 (filename_seen): Delete arg "first". New arg "cache". All callers
3860 updated.
3861 (output_source_filename_data): New struct.
3862 (output_source_filename): Delete arg "first". New arg "data".
3863 All callers updated.
3864 (sources_info): Delete local "first". New locals "data", "cleanups".
3865 Rewrite to use filename_seen_cache.
3866 (add_partial_filename_data): Delete member "first". New member
3867 "filename_seen_cache". All uses updated.
3868 (make_source_files_completion_list): Rewrite to use
3869 filename_seen_cache.
3870
f80c6f3f
DE
38712012-07-12 Doug Evans <dje@google.com>
3872
3873 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
3874
0bfa869d
DE
38752012-07-10 Doug Evans <dje@google.com>
3876
f4dc4d17
DE
3877 PR gdb/13498
3878 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
3879 all_type_unit_groups, type_unit_groups, tu_stats.
3880 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
3881 All uses updated. Add type_unit_group to union "s".
3882 (type_unit_group): New struct.
3883 (IS_TYPE_UNIT_GROUP): New macro.
3884 (abbrev_table): Delete unused member "section".
3885 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
3886 (dw2_get_cu): Assert not used with type_unit_group.
3887 (dw2_get_primary_cu): New function.
3888 (dw2_build_type_unit_groups_reader): New function.
3889 (dw2_build_type_unit_groups): New function.
3890 (dw2_get_file_names): Assert not called on type units.
3891 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
3892 Redo loop to iterate over type unit groups instead of type units.
3893 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
3894 (read_abbrev_offset): New function.
3895 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
3896 updated.
3897 (create_partial_symtab): New function.
3898 (process_psymtab_comp_unit_reader): Assert not used with type units.
3899 Call create_partial_symtab.
3900 (process_psymtab_type_unit): Delete.
3901 (hash_type_unit_group, eq_type_unit_group): New functions.
3902 (allocate_type_unit_groups_table): New function.
3903 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
3904 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
3905 (create_type_unit_group, get_type_unit_group): New functions.
3906 (tu_abbrev_offset): New struct.
3907 (sort_tu_by_abbrev_offset): New function.
3908 (add_type_unit_group_to_table): New function.
3909 (build_type_unit_groups): New function.
3910 (build_type_psymtabs_reader): New function.
3911 (build_type_psymtab_dependencies): New function.
3912 (build_type_psymtabs): Rewrite.
3913 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
3914 is seen in a type unit.
3915 (process_queue): Move symtab expansion debugging printfs here.
3916 Call process_full_type_unit for type units.
3917 (compute_symtab_includes): Assert not called for type units.
3918 (process_cu_includes): Don't call compute_symtab_includes for
3919 type units.
3920 (process_full_type_unit): New function.
3921 (process_imported_unit_die): Flag an error if called for type units.
3922 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
3923 updated. Assert not called for type units.
3924 (read_file_scope): Call dwarf2_start_symtab.
3925 (setup_type_unit_groups): New function.
3926 (read_type_unit_scope): Rewrite.
3927 (abbrev_table_read_table): Initialize abbrev_table->offset.
3928 (abbrev_table_free_cleanup): New function.
3929 (dwarf2_start_symtab): New function.
3930 (load_full_type_unit): Assert not called for type unit groups.
6d30eef8
DE
3931 * buildsym.c (finish_block_internal): New arg "expandable".
3932 All callers updated.
3933 (start_symtab): Move most contents to ...
3934 (restart_symtab): ... here. New function.
3935 (reset_symtab_globals): New function.
3936 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
3937 Call reset_symtab_globals.
3938 (end_symtab, end_expandable_symtab): New functions.
3939 (set_missing_symtab, augment_type_symtab): New functions.
3940 * buildsym.h (end_expandable_symtab): Declare.
3941 (augment_type_symtab, restart_symtab): Declare.
b4c41fc7
DE
3942 * psympriv.h (struct partial_symtab): New member "anonymous".
3943 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
3944 anonymous psymtabs.
3945 (read_psymtabs_with_filename): Ditto.
3946 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
3947 (expand_symtabs_matching_via_partial): Ditto.
3948 (dump_psymtab): Update.
0bfa869d
DE
3949 * dictionary.c (dict_add_pending): New function.
3950 * dictionary.h (dict_add_pending): Declare.
3951
45e58e77
DE
39522012-07-09 Doug Evans <dje@google.com>
3953
b74db436
DE
3954 * buildsym.c (start_subfile): Remove unnecessary check for
3955 name == NULL.
3956
fd55216c
DE
3957 * psymtab.c (allocate_psymtab): Use host_address_to_string.
3958
6721b2ec
DE
3959 * dwarf2read.c (load_full_type_unit): Simplify.
3960
b4dd5633
DE
3961 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
3962 to struct signatured_type **. All uses updated.
3963
45e58e77
DE
3964 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
3965 All callers updated.
3966
e314d629
TT
39672012-07-09 Tom Tromey <tromey@redhat.com>
3968
3969 * c-exp.y (check_parameter_typelist): New function.
3970 (parameter_typelist): Call it.
3971 * eval.c (make_params): Handle '(void)' case.
3972 * gdbtypes.c (lookup_function_type_with_arguments): Handle
3973 '(void)' case.
3974
aa7c7447
JK
39752012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3976
3977 * common/linux-ptrace.c: Include gdb_assert.h.
3978 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
3979 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
3980 stdint.h.
3981 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
3982 functions.
3983 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
3984 * linux-nat.c (linux_child_post_attach)
3985 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
3986
889003ed
JK
39872012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3988
3989 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
3990 nptl <2.7 bug workaround for core files.
3991
da559b09
JK
39922012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3993
3994 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
3995 clearing.
3996 (save_siginfo): Remove.
3997 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
3998 call.
3999 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
4000 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
4001 * linux-nat.h (struct lwp_info): Remove field siginfo.
4002
f865ee35
JK
40032012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4004
4005 Code cleanup for the next patch.
4006 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
4007 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4008 call for it.
4009 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
4010 (ia64_linux_stopped_data_address):
4011 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
4012 the return value.
4013 * linux-nat.h (linux_nat_get_siginfo): Likewise.
4014 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
4015 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4016 call for it.
4017
76b83c51
JK
40182012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4019
4020 PR 14321
4021 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
4022 Increase buffer sizes to 2x we need, not just 2x of the previous size.
4023
a6fb9c08
TT
40242012-07-06 Tom Tromey <tromey@redhat.com>
4025
4026 * c-exp.y (DOTDOTDOT): New token.
4027 (func_mod, exp): Use parameter_typelist.
4028 (parameter_typelist): New production.
4029 (tokentab3): Add "..." token.
4030 * eval.c (make_params): Handle varargs.
4031 * gdbtypes.c (lookup_function_type_with_arguments): Handle
4032 varargs.
4033
71918a86
TT
40342012-07-06 Tom Tromey <tromey@redhat.com>
4035
4036 PR exp/9608:
4037 * c-exp.y (%union) <tvec>: Change type.
4038 (func_mod): Now uses <tvec> type.
4039 (exp): Update for tvec change.
4040 (direct_abs_decl): Push the typelist.
4041 (func_mod): Return a typelist.
4042 (nonempty_typelist): Update for tvec change.
4043 * gdbtypes.c (lookup_function_type_with_arguments): New function.
4044 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
4045 * parse.c (pop_type_list): New function.
4046 (push_typelist): New function.
4047 (follow_types): Handle tp_function_with_arguments.
4048 * parser-defs.h (type_ptr): New typedef. Define a VEC.
4049 (enum type_pieces) <tp_function_with_arguments>: New constant.
4050 (union type_stack_elt) <typelist_val>: New field.
4051 (push_typelist): Declare.
4052
fcde5961
TT
40532012-07-06 Tom Tromey <tromey@redhat.com>
4054
4055 * c-exp.y (%union) <type_stack>: New field.
4056 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
4057 (ptr_operator_ts): New production.
4058 (ptype): Update.
4059 * parse.c (type_stack_reserve): New function.
4060 (check_type_stack_depth): Use it.
4061 (pop_type_stack, append_type_stack, push_type_stack)
4062 (get_type_stack, type_stack_cleanup): New functions.
4063 (follow_types): Handle tp_type_stack.
4064 (_initialize_parse): Simplify initialization.
4065 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
4066 constant.
4067 (union type_stack_elt) <stack_val>: New field.
4068 (get_type_stack, append_type_stack, push_type_stack)
4069 (type_stack_cleanup): Declare.
4070
1a7d0ce4
TT
40712012-07-06 Tom Tromey <tromey@redhat.com>
4072
4073 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
4074 Remove.
4075 (struct type_stack): New.
4076 * parse.c (type_stack, type_stack_size, type_stack_depth):
4077 Remove.
4078 (type_stack): New global.
4079 (parse_exp_in_context, check_type_stack_depth)
4080 (insert_into_type_stack, insert_type, push_type, push_type_int)
4081 (insert_type_address_space, pop_type, pop_type_int)
4082 (_initialize_parse): Update.
4083
16d01384
TT
40842012-07-06 Tom Tromey <tromey@redhat.com>
4085
4086 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
4087 Remove %type.
4088
9bfc60bf
SP
40892012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4090
4091 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
4092
d5161074
SP
40932012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4094 Jan Kratochvil <jan.kratochvil@redhat.com>
4095
4096 * cp-valprint.c (cp_print_value): Replace potentially unsafe
4097 alloca with xmalloc/xfree.
4098
a74bc576
SP
40992012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4100
4101 * MAINTAINERS (Write After Approval): Add myself to the list.
4102
667e0a4b
DE
41032012-07-05 Doug Evans <dje@google.com>
4104
4105 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
4106
34b536a8
HZ
41072012-07-05 Hui Zhu <hui_zhu@mentor.com>
4108
4109 * ax-gdb.c (cli/cli-utils.h): New include.
4110 (linespec.h): Ditto.
4111 (agent_eval_command_one): New function.
4112 (agent_command_1): Ditto.
4113 (agent_command): Call function agent_command_1.
4114 (agent_eval_command): Ditto.
4115 (_initialize_ax_gdb): Change help for "maint agent"
4116 and "maint agent-eval".
4117
e6f0bce7
HZ
41182012-07-05 Hui Zhu <hui_zhu@mentor.com>
4119
4120 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
4121 * cli/cli-utils.c (check_for_argument): New function.
4122 * cli/cli-utils.h (check_for_argument): Ditto.
4123
1b3371b1
L
41242012-07-04 H.J. Lu <hongjiu.lu@intel.com>
4125
4126 * NEWS: Mention x32 ABI support.
4127
23e2d720
L
41282012-07-04 H.J. Lu <hongjiu.lu@intel.com>
4129
4130 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
4131 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
4132
4133 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
4134 and pc_regnum_from_eax to -1. Update SP regnum from
4135 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
4136 needed.
4137
4138 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
4139 pc_regnum_from_eax.
4140
836bf454
JK
41412012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4142
4143 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
4144 * dwarf2expr.h: Include gdbtypes.h.
4145 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
4146 these forward declarations.
4147 (cu_offset, sect_offset): Move these ...
4148 * gdbtypes.h: Remove include dwarf2expr.h.
4149 (cu_offset, sect_offset): ... here.
4150
1e55e04f
L
41512012-07-03 H.J. Lu <hongjiu.lu@intel.com>
4152
4153 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
4154 (amd64_linux_sigtramp_code): This.
4155 (amd64_x32_linux_sigtramp_code): New.
4156 (LINUX_SIGTRAMP_LEN): Updated.
4157 (amd64_linux_sigtramp_start): Check x32 sigtramp.
4158
7d0e21ad
JK
41592012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4160
4161 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
4162
8775fd2d
JK
41632012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4164
4165 * config.in: Regenerate.
4166 * configure: Regenerate.
4167 * configure.ac: Remove check for gnu/libc-version.h.
4168 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
4169 gnu/libc-version.h.
4170 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
4171 variables libc_version, libc_major and libc_minor. Replace sscanf by
4172 inferior_has_bug. Extend the comment.
4173
fcb44371
JK
41742012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4175
4176 * linux-thread-db.c (inferior_has_bug): New function.
4177 (thread_db_find_new_threads_silently): Return boolean as checked by
4178 inferior_has_bug, describe it in the comments.
4179 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
4180 earlier. Abort the initialization if it returned non-zero.
7d0e21ad 4181 (thread_db_new_objfile): Exclude debug files.
fcb44371
JK
4182 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
4183 if UNTIL_NO_NEW,
4184
09406207
DE
41852012-07-02 Doug Evans <dje@google.com>
4186
0907af0c
DE
4187 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
4188 related to queue management.
4189
09406207
DE
4190 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
4191 instead of "debug dwarf2-die" in debugging printfs.
4192 (create_debug_info_hash_table_reader): Ditto.
4193 (create_debug_info_hash_table): Ditto.
4194 (init_dwo_file): Ditto.
4195 (init_cutu_and_read_dies): Add debugging printf.
4196 (init_cutu_and_read_dies_no_follow): Ditto.
4197 (process_psymtab_comp_unit_reader): Ditto.
4198
d3ce09f5
SS
41992012-07-02 Stan Shebs <stan@codesourcery.com>
4200
4201 Add target-side support for dynamic printf.
4202 * NEWS: Mention the additional style.
4203 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
4204 (struct bp_location): New field cmd_bytecode.
4205 * breakpoint.c: Include format.h.
4206 (disconnected_dprintf): New global.
4207 (parse_cmd_to_aexpr): New function.
4208 (build_target_command_list): New function.
4209 (insert_bp_location): Call it.
4210 (remove_breakpoints_pid): Skip dprintf breakpoints.
4211 (print_one_breakpoint_location): Ditto.
4212 (dprintf_style_agent): New global.
4213 (dprintf_style_enums): Add dprintf_style_agent.
4214 (update_dprintf_command_list): Add agent case.
4215 (agent_printf_command): New function.
4216 (_initialize_breakpoint): Add new commands.
4217 * common/ax.def (printf): New bytecode.
4218 * ax.h (ax_string): Declare.
4219 * ax-gdb.h (gen_printf): Declare.
4220 * ax-gdb.c: Include cli-utils.h, format.h.
4221 (gen_printf): New function.
4222 (maint_agent_print_command): New function.
4223 (_initialize_ax_gdb): Add maint agent-printf command.
4224 * ax-general.c (ax_string): New function.
4225 (ax_print): Add printf disassembly.
4226 * Makefile.in (SFILES): Add format.c
4227 (COMMON_OBS): Add format.o.
4228 * common/format.h: New file.
4229 * common/format.c: New file.
4230 * printcmd.c: Include format.h.
4231 (ui_printf): Call parse_format_string.
4232 * remote.c (remote_state): New field breakpoint_commands.
4233 (PACKET_BreakpointCommands): New enum.
4234 (remote_breakpoint_commands_feature): New function.
4235 (remote_protocol_features): Add new BreakpointCommands entry.
4236 (remote_can_run_breakpoint_commands): New function.
4237 (remote_add_target_side_commands): New function.
4238 (remote_insert_breakpoint): Call it.
4239 (remote_insert_hw_breakpoint): Ditto.
4240 (_initialize_remote): Add new packet configuration for
4241 target-side breakpoint commands.
4242 * target.h (struct target_ops): New field
4243 to_can_run_breakpoint_commands.
4244 (target_can_run_breakpoint_commands): New macro.
4245 * target.c (update_current_target): Handle
4246 to_can_run_breakpoint_commands.
4247
2d7b58e8
JK
42482012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4249
4250 Execute -ix and -iex only after system and user gdbinit files.
4251 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
4252 processing down after gdbinit files.
4253
8690e634
JK
42542012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4255
4256 Add fnmatch-gnu module.
4257 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
4258 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
4259 * gnulib/aclocal.m4: Regenerate.
4260 * gnulib/config.in: Regenerate.
4261 * gnulib/configure: Regenerate.
4262 * gnulib/import/dummy.c: Remove.
4263 * gnulib/import/Makefile.am: Regenerate.
4264 * gnulib/import/Makefile.in: Likewise.
4265 * gnulib/import/m4/gnulib-cache.m4: Likewise.
4266 * gnulib/import/m4/gnulib-comp.m4: Likewise.
4267 * gnulib/import/alloca.c: New file.
4268 * gnulib/import/alloca.in.h: Likewise.
4269 * gnulib/import/config.charset: Likewise.
4270 * gnulib/import/fnmatch.c: Likewise.
4271 * gnulib/import/fnmatch.in.h: Likewise.
4272 * gnulib/import/fnmatch_loop.c: Likewise.
4273 * gnulib/import/localcharset.c: Likewise.
4274 * gnulib/import/localcharset.h: Likewise.
4275 * gnulib/import/m4/alloca.m4: Likewise.
4276 * gnulib/import/m4/codeset.m4: Likewise.
4277 * gnulib/import/m4/configmake.m4: Likewise.
4278 * gnulib/import/m4/fcntl-o.m4: Likewise.
4279 * gnulib/import/m4/fnmatch.m4: Likewise.
4280 * gnulib/import/m4/glibc21.m4: Likewise.
4281 * gnulib/import/m4/localcharset.m4: Likewise.
4282 * gnulib/import/m4/locale-fr.m4: Likewise.
4283 * gnulib/import/m4/locale-ja.m4: Likewise.
4284 * gnulib/import/m4/locale-zh.m4: Likewise.
4285 * gnulib/import/m4/mbrtowc.m4: Likewise.
4286 * gnulib/import/m4/mbsinit.m4: Likewise.
4287 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
4288 * gnulib/import/m4/mbstate_t.m4: Likewise.
4289 * gnulib/import/m4/stdbool.m4: Likewise.
4290 * gnulib/import/m4/wchar_h.m4: Likewise.
4291 * gnulib/import/m4/wctype_h.m4: Likewise.
4292 * gnulib/import/m4/wint_t.m4: Likewise.
4293 * gnulib/import/mbrtowc.c: Likewise.
4294 * gnulib/import/mbsinit.c: Likewise.
4295 * gnulib/import/mbsrtowcs-impl.h: Likewise.
4296 * gnulib/import/mbsrtowcs-state.c: Likewise.
4297 * gnulib/import/mbsrtowcs.c: Likewise.
4298 * gnulib/import/ref-add.sin: Likewise.
4299 * gnulib/import/ref-del.sin: Likewise.
4300 * gnulib/import/stdbool.in.h: Likewise.
4301 * gnulib/import/streq.h: Likewise.
4302 * gnulib/import/strnlen1.c: Likewise.
4303 * gnulib/import/strnlen1.h: Likewise.
4304 * gnulib/import/verify.h: Likewise.
4305 * gnulib/import/wchar.in.h: Likewise.
4306 * gnulib/import/wctype.in.h: Likewise.
4307
202cbf1c
JK
43082012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4309
4310 Support shell wildcards for 'set auto-load safe-path'.
4311 * auto-load.c: Include fnmatch.h.
4312 (filename_is_in_dir): Rename to ...
4313 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
4314 it. Update function comment. Rename dir_len to pattern_len. New
4315 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
4316 messages. Use gdb_filename_fnmatch.
4317 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
4318 pattern.
4319 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
4320 * defs.h (gdb_filename_fnmatch): New declaration.
4321 * utils.c: Include fnmatch.h.
4322 (gdb_filename_fnmatch): New function.
4323
fb7b5af4
SDJ
43242012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
4325
4326 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
4327 `-probe' and `-probe-stap' options.
4328
72d0e2c5
YQ
43292012-07-01 Yao Qi <yao@codesourcery.com>
4330
4331 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
4332 always_inserted_off, and always_inserted_enums.
4333 Change always_inserted_mode's type to 'enum auto_boolean'.
4334 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
4335 callers.
4336 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
4337 of add_setshow_enum_cmd.
4338 * infrun.c: Remove can_use_displaced_stepping_auto,
4339 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
4340 can_use_displaced_stepping_enum.
4341 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
4342 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
4343 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
4344 add_setshow_enum_cmd.
4345
42e7ad6c
DE
43462012-06-30 Doug Evans <dje@google.com>
4347
4348 * dwarf2read.c (signatured_type): Make "per_cu" member first.
4349 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
4350 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
4351
39cf75f7
DE
43522012-06-29 Doug Evans <dje@google.com>
4353
4354 * linespec.c: #include "stack.h".
4355 (decode_line_with_current_source): Moved here from symtab.c and
4356 renamed from decode_line_spec. All callers updated.
4357 (decode_line_with_last_displayed): Moved here from breakpoint.c and
4358 renamed from decode_line_spec_1. All callers updated.
4359 * linespec.h (decode_line_with_current_source): Move declaration here
4360 from symtab.h and renamed from decode_line_spec.
4361 (decode_line_with_last_displayed): Move declaration here from symtab.h
4362 and renamed from decode_line_spec_1.
4363 * macrocmd.c: #include "linespec.h".
4364 * symtab.c: Remove #include "linespec.h".
4365
433df2d4
DE
43662012-06-28 Doug Evans <dje@google.com>
4367
1ce1cefd
DE
4368 * dwarf2read.c (get_cu_length): New function.
4369 (offset_in_cu_p, error_check_comp_unit_head): Call it.
4370 (create_debug_types_hash_table): Ditto.
4371 (init_cutu_and_read_dies): Ditto.
4372 (init_cutu_and_read_dies_no_follow): Ditto.
4373
3b80fe9b
DE
4374 * dwarf2read.c (dwarf2_find_base_address): Move definition.
4375
433df2d4
DE
4376 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
4377 (struct abbrev_table): Define.
4378 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
4379 abbrev_table.
4380 (init_cutu_and_read_dies): Update.
4381 (abbrev_table_alloc_abbrev): New function. Replaces
4382 dwarf_alloc_abbrev. All callers updated.
4383 (abbrev_table_add_abbrev): New function.
4384 (abbrev_table_lookup_abbrev): New function. Replaces
4385 dwarf2_lookup_abbrev. All callers updated.
4386 (abbrev_table_read_table): New function. Contents moved here from
4387 dwarf2_read_abbrevs.
4388 (dwarf2_read_abbrevs): Call it.
4389 (abbrev_table_free): New function.
4390 (dwarf2_free_abbrev_table): Call it.
4391
71caed83
SS
43922012-06-28 Stan Shebs <stan@codesourcery.com>
4393
4394 * osdata.c (info_osdata_command): Filter out "Title" columns
4395 from non-MI uses.
4396 * common/linux-osdata.c (struct osdata_type): Add title field.
4397 (osdata_table): Add titles to each entry.
4398 (linux_command_xfer_osdata): Add a column for title data.
4399
37ce89eb
SS
44002012-06-28 Stan Shebs <stan@codesourcery.com>
4401
4402 Make logging work for MI.
4403 * NEWS: Mention it.
4404 * interps.h (interp_set_logging_ftype): New typedef.
4405 (struct interp_procs): New field set_logging_proc.
4406 (current_interp_set_logging): Declare.
4407 * interps.c (current_interp_set_logging): New function.
4408 * cli/cli-logging.c: Include interps.h.
4409 (set_logging_redirect): Call current_interp_set_logging.
4410 (pop_output_files): Ditto.
4411 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
4412 * mi/mi-console.h (mi_console_set_raw): Declare.
4413 * mi/mi-console.c (mi_console_set_raw): New function.
4414 * mi/mi-interp.c (saved_raw_stdout): New global.
4415 (mi_set_logging): New function.
4416 (_initialize_mi_interp): Add it to interp procs.
4417
659c9f3a
DE
44182012-06-28 Doug Evans <dje@google.com>
4419
a743abeb
DE
4420 * symtab.c (lookup_symbol_aux_objfile): Use
4421 ALL_OBJFILE_PRIMARY_SYMTABS.
4422
659c9f3a
DE
4423 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
4424
da2d6d3d
JK
44252012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4426
4427 * common/buffer.c: Include inttypes.h and stdint.h.
4428 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
4429
e5ef252a
PA
44302012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4431 Pedro Alves <palves@redhat.com>
4432
4433 * gdbthread.h (ALL_THREADS): New macro.
4434 (thread_list): Declare.
4435 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
4436 going, but instead fall through to the stepping handling.
4437 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
4438 the passed in signal. Adjust debug output.
4439 (resume_callback): Rename to ...
4440 (linux_nat_resume_callback): ... this. Pass the thread's last
4441 stop signal, if in "pass" state.
4442 (linux_nat_resume): Adjust to rename.
4443 (stop_wait_callback): New assertion. Don't respawn signals;
4444 instead let the LWP remain with SIGNALLED set.
4445 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
4446 * remote.c (append_pending_thread_resumptions): New.
4447 (remote_vcont_resume): Call it.
4448 * target.h (target_resume): Extend comment.
4449
1d7975eb
IS
44502012-06-28 Iain Sandoe <iain@codesourcery.com>
4451
4452 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
4453
2e3cf129
DE
44542012-06-27 Doug Evans <dje@google.com>
4455
4456 * dwarf2read.c (dwarf2_cu): Add ranges_base.
4457 Delete have_addr_base, unused. All uses updated.
4458 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
4459 (dwarf2_get_pc_bounds): Add ranges_base.
4460 (dwarf2_record_block_ranges): Ditto.
4461
1bb9788d
TT
44622012-06-27 Tom Tromey <tromey@redhat.com>
4463
4464 PR macros/7961:
4465 * varobj.c (varobj_create): Update.
4466 (varobj_set_value): Update.
4467 * tracepoint.c (validate_actionline): Update.
4468 (encode_actions_1): Update.
4469 * parse.c (parse_exp_1): Add 'pc' argument.
4470 (parse_exp_in_context): Add 'pc' argument. Change how
4471 expression_context_pc is set.
4472 (parse_expression): Update.
4473 (parse_field_expression): Update.
4474 * expression.h (parse_exp_1): Update.
4475 * eval.c (parse_to_comma_and_eval): Update.
4476 * breakpoint.c (set_breakpoint_condition): Update.
4477 (update_watchpoint): Update.
4478 (init_breakpoint_sal): Update
4479 (find_condition_and_thread): Update.
4480 (watch_command_1): Update.
4481 (update_breakpoint_locations): Update.
4482 * ada-lang.c (ada_read_renaming_var_value): Update.
4483 (create_excep_cond_exprs): Update.
4484
0bc3a05c
DE
44852012-06-27 Doug Evans <dje@google.com>
4486
4487 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
4488 type units.
4489
4bdcc0c1
DE
44902012-06-26 Doug Evans <dje@google.com>
4491
4492 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
4493 prototype.
4494 (error_check_comp_unit_head): New arg abbrev_section. All callers
4495 updated.
4496 (read_and_check_comp_unit_head): Ditto.
4497 (read_and_check_type_unit_head): Ditto.
4498
ee0bf529
SCR
44992012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4500
4501 New attribute 'last' for gdb.Symtab_and_line.
4502 * NEWS (Python Scripting): Add entry about the new attribute.
4503 * python/py-symtab.c (salpy_get_last): New function which
4504 implements the get method for the 'last' attribute of
4505 gdb.Symtab_and_line.
4506 (sal_object_getset): Add entry for the 'last' attribute.
4507
1c658ad5
DE
45082012-06-26 Doug Evans <dje@google.com>
4509
09262596
DE
4510 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
4511 (dwo_sections): Add macinfo, macro.
4512 (dwarf2_locate_dwo_sections): Watch for macro sections.
4513 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
4514 All callers updated. Handle DWO files.
4515
45cfd468
DE
4516 * NEWS: Mention new options "set debug dwarf2-read" and
4517 "set debug symtab-create".
4518 * dwarf2read.c (dwarf2_read_debug): New static global.
4519 (dwarf2_build_psymtabs_hard): Add debugging printfs.
4520 (process_queue): Ditto.
4521 (process_full_comp_unit): Ditto.
4522 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
4523 * elfread.c (elf_symfile_read): Add debugging printf.
4524 * minsyms.c (install_minimal_symbols): Ditto.
4525 * psymtab.c (allocate_psymtab): Ditto.
4526 * symfile.c (allocate_symtab): Ditto.
4527 * symtab.c (symtab_create_debug): New global.
4528 (_initialize_symtab): Add new option "set debug symtab-create".
4529 * symtab.h (symtab_create_debug): Declare.
4530
1c658ad5
DE
4531 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
4532 (lookup_dwo_type_unit): Ditto.
4533
6fea9e18
L
45342012-06-26 Roland McGrath <roland@hack.frob.com>
4535 H.J. Lu <hongjiu.lu@intel.com>
4536
4537 * amd64-linux-nat.c: Include <sys/user.h>.
4538 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
4539 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
4540 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
4541
4542 * configure.ac: Check if the fs_base and gs_base members of
4543 `struct user_regs_struct' exist.
4544 * config.in: Regenerated.
4545 * configure: Likewise.
4546
adb4fe3b
ME
45472012-06-25 Michael Eager <eager@eagercon.com>
4548
4549 PR python/14291
f782ad9b 4550 * python/python.c (gdbpy_write): Check for interrupted output.
adb4fe3b 4551
fc51cce1
MGD
45522012-06-25 Greta Yorsh <greta.yorsh@arm.com>
4553
4554 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
4555 register as a stack alignment in ARM mode.
4556
40a73391
JK
45572012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4558
4559 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
4560 * gnulib/config.in: Regenerate.
4561 * gnulib/configure: Likewise.
4562 * gnulib/import/m4/extensions.m4: Update it.
4563 * gnulib/import/m4/gnulib-common.m4: Likewise.
4564 * gnulib/import/m4/memmem.m4: Likewise.
4565 * gnulib/import/m4/mmap-anon.m4: Likewise.
4566 * gnulib/import/m4/multiarch.m4: Likewise.
4567 * gnulib/import/stdint.in.h: Likewise.
4568
972daa01
YQ
45692012-06-24 Yao Qi <yao@codesourcery.com>
4570
4571 * corefile.c (write_memory_with_notification): New.
4572 * gdbcore.h: Declare write_memory_with_notification.
4573 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
4574 'observer_notify_memory_changed' with 'write_memory_with_notification'.
4575 * valops.c (value_assign): Likewise.
4576 * python/py-inferior.c (infpy_write_memory): Call
4577 'write_memory_with_notification'.
4578
8d6e0714
JK
45792012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4580
4581 * cc-with-index.sh: Use also -ex "set auto-load no".
4582
156942c7
DE
45832012-06-23 Doug Evans <dje@google.com>
4584
4585 PR 14125
4586 * NEWS: Document additions to .gdb_index.
4587 * dwarf2read.c: #include "gdb/gdb-index.h".
4588 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
4589 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
4590 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
4591 (dwarf2_read_index): Recognize version 7.
4592 (dw2_do_expand_symtabs_matching): New args want_specific_block,
4593 block_kind, domain): All callers updated.
4594 (dw2_find_symbol_file): Handle new index CU values.
4595 (dw2_expand_symtabs_matching): Match symbol kind if requested.
4596 (add_index_entry): New args is_static, kind. All callers updated.
4597 (offset_type_compare, uniquify_cu_indices): New functions
4598 (symbol_kind): New function.
4599 (write_psymtabs_to_index): Remove duplicate CU values.
4600 (write_psymtabs_to_index): Write .gdb_index version 7.
4601
352b3eda
JB
46022012-06-22 Joel Brobecker <brobecker@adacore.com>
4603
4604 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
4605 * configure: Regenerate.
4606
2678e2af
YQ
46072012-06-20 Yao Qi <yao@codesourcery.com>
4608
4609 * python/py-inferior.c: Update comments of infpy_read_memory
4610 and infpy_write_memory.
4611
95c391b6
TT
46122012-06-19 Tom Tromey <tromey@redhat.com>
4613
4614 PR exp/9514:
4615 * parser-defs.h (insert_type, insert_type_address_space): Declare.
4616 (push_type_address_space): Remove.
4617 * parse.c (insert_into_type_stack): New function.
4618 (insert_type): Likewise.
4619 (insert_type_address_space): Rename from push_type_address_space.
4620 Insert tp_space_identifier.
4621 * c-exp.y (ptr_operator): New production.
4622 (abs_decl): Use ptr_operator.
4623 (space_identifier): Call insert_type_address_space.
4624 (ptype): Don't use const_or_volatile_or_space_identifier.
4625 (const_or_volatile_noopt): Call insert_type.
4626 (conversion_type_id, conversion_declarator): New productions.
4627 (operator): Use conversion_type_id.
4628
6ac9ef80
DE
46292012-06-18 Doug Evans <dje@google.com>
4630
422d65e7
DE
4631 * symtab.h (minimal_symbol): New member created_by_gdb.
4632 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
4633 created by gdb.
4634 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
4635 (search_symbols): Call it instead of lookup_symbol.
4636 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
4637
49f6c839
DE
4638 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
4639 Adjust address for DW_OP_GNU_addr_index.
4640 * dwarf2expr.h (dwarf_expr_context): Update comment.
4641 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
4642 all callers updated. Handle TLS vars described with
4643 DW_OP_GNU_const_index.
4644 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
4645 and DW_OP_GNU_const_index.
4646 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
4647
6ac9ef80
DE
4648 * block.c (find_block_in_blockvector): Make explicit the fact that we
4649 ignore GLOBAL_BLOCK.
4650
4cd18215
TT
46512012-06-18 Tom Tromey <tromey@redhat.com>
4652
4653 * c-exp.y (operator): Remove trailing space after "delete" and
4654 "delete[]".
4655
a9b8d892
JK
46562012-06-18 Mark Kettenis <kettenis@gnu.org>
4657 Jan Kratochvil <jan.kratochvil@redhat.com>
4658
4659 Switch i386 and derived targets to ON_STACK.
4660 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
4661 (amd64_dicos_init_abi): Remove its installment.
4662 * dicos-tdep.c (dicos_init_abi): Remove the
4663 set_gdbarch_call_dummy_location call. Update the comment here.
4664 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
4665 (i386_dicos_init_abi): Remove its installment.
4666 * i386-tdep.c (i386_push_dummy_code): New function.
4667 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
4668 i386_push_dummy_code.
4669
e2e4d78b
JK
46702012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4671
4672 Remove stale dummy frames.
4673 * breakpoint.c: Include dummy-frame.h.
4674 (longjmp_breakpoint_ops): New variable.
4675 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
4676 bp_longjmp_call_dummy.
4677 (bpstat_what, bptype_string, print_one_breakpoint_location)
4678 (init_bp_location): Support bp_longjmp_call_dummy.
4679 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
4680 (set_longjmp_breakpoint_for_call_dummy)
4681 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
4682 functions.
4683 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
4684 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
4685 FIXME comment and extend the other comment for bp_call_dummy.
4686 (set_longjmp_breakpoint_for_call_dummy)
4687 (check_longjmp_breakpoint_for_call_dummy): New declarations.
4688 * dummy-frame.c: Include gdbthread.h.
4689 (pop_dummy_frame_bpt): New function.
4690 (pop_dummy_frame): Call pop_dummy_frame_bpt.
4691 (dummy_frame_discard): New function.
4692 (cleanup_dummy_frames): Update the comment about longjmps.
4693 * dummy-frame.h (dummy_frame_discard): New declaration.
4694 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
4695 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
4696 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
4697 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
4698 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
4699 keep_going if IS_LONGJMP and there is no other reason to stop.
4700
09d5912c
TT
47012012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
4702
4703 * remote-sim.c (sim_command_completer): Initialize
4704 variable 'result'.
4705
1788b2d3
JK
47062012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4707
4708 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
4709 * dwarf2loc.c (call_site_parameter_matches): Support
4710 CALL_SITE_PARAMETER_PARAM_OFFSET.
4711 (needs_dwarf_reg_entry_value): Push stub value.
4712 * dwarf2read.c (read_call_site_scope): New variable origin. Support
4713 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
4714 * gdbtypes.h (enum call_site_parameter_kind): New item
4715 CALL_SITE_PARAMETER_PARAM_OFFSET.
4716 (struct call_site.parameter.u): New field param_offset.
4717
24c5c679
JK
47182012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4719
4720 Code cleanup: Generalize call_site.parameter key.
4721 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
4722 variable dwarf_reg. New variable kind_u. Update parameters to
4723 push_dwarf_reg_entry_value.
4724 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4725 * dwarf2expr.h (enum call_site_parameter_kind)
4726 (union call_site_parameter_u): Forward declarations.
4727 (struct dwarf_expr_context_funcs): Update parameters and their
4728 description for push_dwarf_reg_entry_value.
4729 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4730 * dwarf2loc.c (call_site_parameter_matches): New function.
4731 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
4732 description. Use call_site_parameter_matches.
4733 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
4734 Update parameters and their description.
4735 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
4736 New variable kind_u. Adjust the caller for updated parameters.
4737 (needs_dwarf_reg_entry_value): Update parameters.
4738 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
4739 instead of attr. Update for the changed fields of struct
4740 call_site_parameter.
4741 * gdbtypes.h: Include dwarf2expr.h.
4742 (enum call_site_parameter_kind): New.
4743 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
4744 fb_offset into new union u.
4745
ac142d96
L
47462012-06-16 H.J. Lu <hongjiu.lu@intel.com>
4747
4748 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
4749 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
4750 for x32.
4751
ba224c70
L
47522012-06-16 H.J. Lu <hongjiu.lu@intel.com>
4753
4754 * amd64-linux-nat.c (compat_x32_clock_t): New.
4755 (compat_x32_siginfo_t): Likewise.
4756 (compat_x32_siginfo_from_siginfo): Likewise.
4757 (siginfo_from_compat_x32_siginfo): Likewise.
4758 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
4759 and siginfo_from_compat_x32_siginfo for x32.
4760
7ecbc825
HZ
47612012-06-15 Hui Zhu <hui_zhu@mentor.com>
4762
4763 * tracepoint.c (tfile_xfer_partial): Add a lseek.
4764
233dfcf0
L
47652012-06-15 H.J. Lu <hongjiu.lu@intel.com>
4766
4767 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
4768 instead of gdbarch_ptr_bit.
4769 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
4770 (amd64_supply_native_gregset): Likewise.
4771 (amd64_collect_native_gregset): Likewise.
4772 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
4773 (amd64_supply_xsave): Likewise.
4774 (amd64_collect_fxsave): Likewise.
4775 (amd64_collect_xsave): Likewise.
4776
6da38f42
L
47772012-06-15 H.J. Lu <hongjiu.lu@intel.com>
4778
4779 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
4780 (amd64_linux_read_description): Check DS segment register for
4781 x32 process.
4782
663b969e
TT
47832012-06-15 Tom Tromey <tromey@redhat.com>
4784
4785 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
4786 init_cutu_and_read_dies.
4787
d6f05027
IS
47882012-06-15 Iain Sandoe <iain@codesourcery.com>
4789
4790 * MAINTAINERS (Write After Approval): Add myself to the list.
4791
6598ed07
TT
47922012-06-15 Tom Tromey <tromey@redhat.com>
4793
4794 * valops.c (value_find_oload_method_list): Now static.
4795 * value.h (value_find_oload_method_list): Don't declare.
4796
2b214ea6
TT
47972012-06-15 Tom Tromey <tromey@redhat.com>
4798
4799 * valops.c (find_overload_match): Use value_ind.
4800
a210c238
MR
48012012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
4802
4803 * infrun.c (handle_inferior_event): Correct indentation.
4804
3771a44c
DE
48052012-06-14 Doug Evans <dje@google.com>
4806
4807 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
4808 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
4809 All uses updated.
4810 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
4811 updated. Handle DEBUG_LOC_START_LENGTH.
4812 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
4813 (loclist_describe_location): Ditto.
4814
1c5a993e
MR
48152012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
4816
4817 PR backtrace/13866
4818 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
4819 after hiding inline functions.
4820
0b155465
JB
48212012-06-13 Joel Brobecker <brobecker@adacore.com>
4822
4823 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
4824 _initialize_inf_ttrace.
4825
45717bac
JB
48262012-06-13 Joel Brobecker <brobecker@adacore.com>
4827
4828 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
4829 _initialize_hppa_hpux_nat.
4830
34370865
JB
48312012-06-13 Joel Brobecker <brobecker@adacore.com>
4832
4833 * remote-sim.c (sim_command_completer): Change type of return
4834 value to "VEC (char_ptr) *". Adjust implementation accordingly.
4835
284c5a60
MK
48362012-06-13 Mark Kettenis <kettenis@gnu.org>
4837 Jan Kratochvil <jan.kratochvil@redhat.com>
4838
4839 PR tdep/14222
4840 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
4841 stack on a 16-byte boundary.
4842
2535757a
TT
48432012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
4844
4845 * jit.c (finalize_symtab): Set function's return type to 'void' by
4846 default.
4847
fff4548b
MK
48482012-06-13 Mark Kettenis <kettenis@gnu.org>
4849 H.J. Lu <hongjiu.lu@intel.com>
4850
5a83521a
MK
4851 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
4852 Move bits common to both the classic LP64 and the new x32 ILP32
4853 ABI here.
4854 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
4855 (amd64_x32_linux_init_abi): New function.
4856 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
4857 subtype.
4858
fff4548b
MK
4859 * i386-tdep.h (i386_pseudo_register_name): New prototype.
4860 * i386-tdep.c (i386_pseudo_register_name): Make public.
4861 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
4862 * amd64-tdep.c (amd64_dword_names): Add "eip".
4863 (amd64_x32_pseudo_register_type): New function
4864 (amd64_x32_init_abi): New function.
4865
dd80ea3c
JK
48662012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4867
4868 PR build/14003
4869 * inferior.h (struct inferior_suspend_state): Comment out.
4870 (struct inferior): Comment out the field suspend.
4871 * infrun.c (struct infcall_suspend_state): Comment out the field
4872 inferior_suspend.
4873 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
4874 out its assignment.
4875
50af5481
JK
48762012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4877
4878 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4879 * c-exp.y (classify_inner_name): Remove caller assumptions in the
4880 function comment. Return ERROR for unresolved cases. Implement
4881 returning proper NAME.
4882 (yylex): Accept also NAME from classify_inner_name.
4883 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
4884 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
4885 LOC_TYPEDEF type.
4886 * cp-support.h (cp_lookup_nested_type): Update its declaration.
4887
d55637df
TT
48882012-06-13 Tom Tromey <tromey@redhat.com>
4889
4890 * breakpoint.c (condition_completer): New function.
4891 (_initialize_breakpoint): Use it.
4892 * value.c (complete_internalvar): New function.
4893 * value.h (complete_internalvar): Declare.
4894
49c4e619
TT
48952012-06-13 Tom Tromey <tromey@redhat.com>
4896
4897 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
4898 * breakpoint.c (catch_syscall_completer): Return a VEC.
4899 * cli/cli-cmds.c (complete_command): Update.
4900 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
4901 (complete_on_enum): Likewise.
4902 * command.h: Include gdb_vecs.h.
4903 (completer_ftype): Change return type.
4904 (complete_on_cmdlist, complete_on_enum): Likewise.
4905 * completer.c (noop_completer, filename_completer)
4906 (location_completer): Return a VEC.
4907 (add_struct_fields): Remove 'nextp' argument. Change 'output'
4908 to a VEC.
4909 (expression_completer, complete_line_internal, complete_line)
4910 (command_completer): Return a VEC.
4911 (gdb_completion_word_break_characters, line_completion_function):
4912 Update.
4913 * completer.h: Include gdb_vecs.h.
4914 (complete_line, noop_completer, filename_completer)
4915 (expression_completer, location_completer, command_completer):
4916 Update.
4917 * f-lang.c (f_word_break_characters): Return a VEC.
4918 * interps.c (interpreter_completer): Return a VEC.
4919 * language.h (struct language_defn)
4920 <la_make_symbol_completion_list>: Return a VEC.
4921 * python/py-cmd.c (cmdpy_completer): Return a VEC.
4922 * symtab.c (free_completion_list): Take a VEC.
4923 (return_val_size, return_val_index): Remove.
4924 (return_val): Now a VEC.
4925 (completion_list_add_name): Update.
4926 (default_make_symbol_completion_list_break_on)
4927 (default_make_symbol_completion_list, make_symbol_completion_list)
4928 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
4929 Return a VEC.
4930 (add_filename_to_list): Update.
4931 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
4932 <list>: Now a VEC.
4933 (maybe_add_partial_symtab_filename): Update.
4934 (make_source_files_completion_list): Return a VEC.
4935 * symtab.h (default_make_symbol_completion_list_break_on)
4936 (default_make_symbol_completion_list, make_symbol_completion_list)
4937 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
4938 (make_source_files_completion_list): Update.
4939
625e8578
TT
49402012-06-13 Tom Tromey <tromey@redhat.com>
4941
4942 * breakpoint.c (add_catch_command): Use completer_ftype.
4943 * breakpoint.h: Include command.h.
4944 (add_catch_command): Use completer_ftype.
4945 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
4946 * cli/cli-decode.h (struct cmd_list_element) <completer>:
4947 Use completer_ftype.
4948 * command.h (completer_ftype): New typedef.
4949 (set_cmd_completer): Use it.
4950 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
4951 completer_ftype.
4952
5eb3b062
PA
49532012-06-13 Pedro Alves <palves@redhat.com>
4954
4955 Partial revert of previous change.
4956
4957 * serial.c (scb_base): New global.
4958 (serial_for_fd): New.
4959 (serial_open, serial_fdopen_ops): Link new serial in open serials
4960 chain.
4961 (do_serial_close): Unlink serial from the open serials chain.
4962
8b3ee56d
PA
49632012-06-12 Pedro Alves <palves@redhat.com>
4964
4965 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
4966 threads here.
4967 (prepare_for_detach): No longer context switch here in non-stop
4968 mode.
4969 (fetch_inferior_event): Ditto.
4970 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
4971 to the event thread before removing breakpoints. Switch to the
4972 event thread before inserting breakpoints and resuming.
4973 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
4974 event thread before resuming.
4975 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
4976 Switch to the event thread before removing breakpoints.
4977
5d60742e
EZ
49782012-06-12 Eli Zaretskii <eliz@gnu.org>
4979
4980 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
4981 special characters correctly for the Windows shells. See
4982 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
4983 report.
4984 [!__MINGW32__]: Remove extra double quote character from special
4985 characters.
4986
a6feecf7
SS
49872012-06-11 Stan Shebs <stan@codesourcery.com>
4988
4989 * ui-out.h: Remove #if 0 declarations.
4990 * ui-out.c: Remove #if 0 functions.
4991
ddefb60f
PA
49922012-06-11 Pedro Alves <palves@redhat.com>
4993
4994 * ser-base.c (run_async_handler_and_reschedule): New.
4995 (fd_event, push_event): Use it.
4996 * serial.c (serial_open, serial_fdopen_ops): Set the initial
4997 reference count to 1.
4998 (do_serial_close): Set the bufp field to NULL. Use serial_unref
4999 instead of xfree.
5000 (serial_is_open, serial_ref, serial_unref): New.
5001 * serial.h (serial_open): Adjust comment.
5002 (serial_is_open): Declare.
5003 (serial_close): Adjust comment.
5004 (serial_ref, serial_unref) Declare.
5005 (struct serial): New field 'refcnt'.
5006
d5ad6aa5
PA
50072012-06-11 Pedro Alves <palves@redhat.com>
5008
5009 Remove #if 0'd "connect" command, and unnecessary associated
5010 refcounting and serial reuse bits.
5011
5012 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
5013 * serial.c (last_serial_opened): Delete.
5014 (scb_base): Delete.
5015 (serial_open): Adjust.
5016 (serial_for_fd): Delete.
5017 (serial_fdopen_ops, do_serial_close): Adjust.
5018 (serial_fdopen_ops): Adjust.
5019
318aa544
PA
50202012-06-11 Pedro Alves <palves@redhat.com>
5021
5022 * serial.c (do_serial_close): Remove early return when SCB is
5023 null.
5024
07261596
TT
50252012-06-11 Tom Tromey <tromey@redhat.com>
5026
5027 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
5028
cc80f267
JK
50292012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5030
5031 Fix regression by the "ambiguous linespec" series.
5032 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
5033 get_last_displayed_symtab and get_last_displayed_line and depending
5034 on CURSAL.
5035
356d9f9d
TT
50362012-06-11 Tom Tromey <tromey@redhat.com>
5037
5038 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
5039 (dw2_find_symbol_file): Use it.
5040
232b8704
ME
50412012-06-11 Michael Eager <eager@eagercon.com>
5042
5043 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
5044 * mips-linux-tdep.h (mips_signals): New
5045
e81a37f7
TT
50462012-06-11 Tom Tromey <tromey@redhat.com>
5047
5048 * infrun.c (handle_inferior_event)
5049 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
5050 breakpoint.
5051 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
5052 exception logic in all cases. Update comments.
5053 (insert_longjmp_resume_breakpoint): Set the exception resume
5054 breakpoint.
5055
2e81047f
MR
50562012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
5057
5058 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
5059
4e32eda7
SCR
50602012-06-09 Siva Chandra Reddy <sivachandra@google.com>
5061
5062 * valarith.c (binop_types_user_defined_p): Fix a typo.
5063
18648a37 50642012-06-08 Yao Qi <yao@codesourcery.com>
f782ad9b 5065 Chung-Lin Tang <cltang@codesourcery.com>
18648a37
YQ
5066
5067 * arch-utils.c (default_return_in_first_hidden_param_p): New.
5068 * arch-utils.h: Declare.
5069 * gdbarch.sh: Add return_in_first_hidden_param_p.
5070 * gdbarch.c, gdbarch.h: Regenerated.
5071 * infcall.c (call_function_by_hand): Call
5072 gdbarch_return_in_first_hidden_param_p instead of
5073 language_pass_by_reference.
5074
5075 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
5076 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
5077 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
5078 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
5079 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
5080 `cplus_return_struct_by_reference'.
5081 (tic6x_return_value): Handle language cplusplus.
5082 (tic6x_return_in_first_hidden_param_p): New.
5083 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
5084
034e5797
DE
50852012-06-07 Doug Evans <dje@google.com>
5086
5087 * dwarf2read.c (dwarf2_cu): Add comment.
5088
6a00aa1e
MR
50892012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5090
5091 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
5092 variable.
5093 (mips_eabi_push_dummy_call): Likewise.
5094 (mips_n32n64_push_dummy_call): Likewise.
5095 (mips_o32_push_dummy_call): Likewise.
5096 (mips_o64_push_dummy_call): Likewise.
5097
eaa05d59
MR
50982012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5099
5100 * mips-tdep.c (mips_convert_register_p): Correct coding style.
5101
de13fcf2
MR
51022012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5103
5104 * mips-tdep.c (mips_pseudo_register_type): Use
5105 mips_float_register_p.
5106
c3a01a22
PA
51072012-06-06 Pedro Alves <palves@redhat.com>
5108
5109 * infrun.c (handle_inferior_event): Remove calls to
5110 reinit_frame_cache that follow a context_switch call.
5111
d25f45d9
PA
51122012-06-06 Pedro Alves <palves@redhat.com>
5113
5114 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
5115 context_switch and remove stale comment.
5116
359f5fe6
PA
51172012-06-06 Pedro Alves <palves@redhat.com>
5118
5119 * infrun.c (struct execution_control_state): Remove
5120 `new_thread_event' field.
5121 (handle_inferior_event): Simplify new threads handling; don't
5122 resume the inferior if we find a new thread.
5123
2d4c29c5
TS
51242012-06-06 Thomas Schwinge <thomas@codesourcery.com>
5125
5126 * NEWS: Document the deprecation of SH's 'regs' command.
5127 * inferior.h (all_registers_info): Add function declaration.
5128 * sh-tdep.c (sh_show_regs): Remove variable.
5129 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
5130 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
5131 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
5132 (sh_show_regs_command): Remove functions.
5133 (sh_gdbarch_init): Don't set sh_show_regs.
5134 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
5135 'info all-registers'.
5136 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
5137 (sh64_show_regs): Remove functions.
5138 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
5139
f5f1cdb6
JK
51402012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5141
5142 * configure.ac: Move development=true below AC_INIT.
5143 * configure: Regenerate.
5144
bf6309af
SS
51452012-06-05 Stan Shebs <stan@codesourcery.com>
5146
5147 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
5148 gdb_stdout.
5149
45aa4659
JK
51502012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
5151
5152 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
5153 argument as ssize_t.
5154 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
5155 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
5156 * target.c (target_read_stack, target_write_memory)
5157 (target_write_raw_memory): Likewise.
5158 * target.h (target_read_stack, target_write_memory)
5159 (target_write_raw_memory): Likewise.
5160
1b162304
JK
51612012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5162
5163 * symfile-mem.c: Change gdb_static_assert to ssize_t.
5164 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
5165 * target.c (target_read_memory): Change LEN to ssize_t.
5166 * target.h (target_read_memory): Change LEN to ssize_t.
5167
8556afb4
PA
51682012-06-05 Pedro Alves <palves@redhat.com>
5169
5170 PR backtrace/13866
5171
5172 * breakpoint.c (until_break_command): Only fetch the selected
5173 frame after decode_line_1.
5174
fb139f32
PA
51752012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
5176
5177 * solib-svr4.c (enable_break): Don't fallback to setting the solib
5178 event breakpoint at _start, __start or main if a program
5179 interpreter is not found.
5180
a8e1bb34
JB
51812012-06-05 Joel Brobecker <brobecker@adacore.com>
5182
5183 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
5184 Add declaration.
5185 * windows-tdep.c: #include "objfiles.h".
5186 (windows_iterate_over_objfiles_in_search_order): New function.
5187 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
5188 iterate_over_objfiles_in_search_order gdbarch method to
5189 windows_iterate_over_objfiles_in_search_order.
5190 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
5191
19630284
JB
51922012-06-05 Joel Brobecker <brobecker@adacore.com>
5193
5194 * gdbarch.sh: Add generation of
5195 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
5196 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
5197 (iterate_over_objfiles_in_search_order): New gdbarch method.
5198 * gdbarch.h, gdbarch.c: Regenerate.
5199 * objfiles.h (default_iterate_over_objfiles_in_search_order):
5200 Add declaration.
5201 * objfiles.c (default_iterate_over_objfiles_in_search_order):
5202 New function.
5203 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5204 out of lookup_symbol_aux_symtabs.
5205 (lookup_symbol_aux_symtabs): Replace extracted-out code by
5206 call to lookup_symbol_aux_objfile.
5207 (struct global_sym_lookup_data): New type.
5208 (lookup_symbol_global_iterator_cb): New function.
5209 (lookup_symbol_global): Search for symbol using
5210 gdbarch_iterate_over_objfiles_in_search_order and
5211 lookup_symbol_global_iterator_cb.
5212 * findvar.c (struct minsym_lookup_data): New type.
5213 (minsym_lookup_iterator_cb): New function.
5214 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
5215 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
5216 and minsym_lookup_iterator_cb.
5217
67ff19f7
JB
52182012-06-05 Joel Brobecker <brobecker@adacore.com>
5219
5220 Revert the following patch:
5221 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5222 try locating the symbol in the symbol's own objfile first, before
5223 extending the search to all objfiles.
5224 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5225 out of lookup_symbol_aux_symtabs.
5226 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5227 Replace extracted-out code by call to lookup_symbol_aux_objfile.
5228 Do not search EXCLUDE_OBJFILE.
5229 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5230 (lookup_symbol_global): Search for matches in the block's objfile
5231 first, before searching all other objfiles.
5232
ccab2054
JB
52332012-06-05 Joel Brobecker <brobecker@adacore.com>
5234
5235 * breakpoint.c (find_condition_and_thread): Stop parsing
5236 as soon as the first invalid keyword is found.
5237
e23d4a9c
JB
52382012-06-05 Joel Brobecker <brobecker@adacore.com>
5239
5240 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
5241
70160166
JB
52422012-06-05 Joel Brobecker <brobecker@adacore.com>
5243
5244 * config/djgpp/djcheck.sh: Add copyright header.
5245
399501a5
JB
52462012-06-05 Joel Brobecker <brobecker@adacore.com>
5247
5248 * copyright.py (update_files, main): Fix path to update-copyright
5249 script.
5250
3770a159
JB
52512012-06-05 Joel Brobecker <brobecker@adacore.com>
5252
5253 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
5254 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
5255 for which a reminder to update by hand is printed.
5256
4aad0dfc
DE
52572012-06-04 Doug Evans <dje@google.com>
5258
5259 * buildsym.c (make_blockvector): Add comment.
5260
1f8cf220
PA
52612012-06-04 Pedro Alves <palves@redhat.com>
5262
5263 * arch-utils.c (default_gdb_signal_from_target): Delete.
5264 * arch-utils.h (default_gdb_signal_from_target): Delete.
5265 * corelow.c (core_open) <signal mapping>: Extended comment. Check
5266 gdbarch_gdb_signal_from_target_p.
5267 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
5268 predicate).
5269 * gdbarch.h: Regenerate.
5270 * gdbarch.c: Regenerate.
5271
86b49880
PA
52722012-06-04 Pedro Alves <palves@redhat.com>
5273
5274 * gdbarch.sh (gdb_signal_from_target): Mention that the
5275 implementation of the method must be host independent.
5276 * gdbarch.h: Regenerate.
5277
fe78531d
JK
52782012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5279
5280 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
5281 parameters.
5282 (target_read_memory_bfd): New function.
5283 (symbol_file_add_from_memory): Use it.
5284
d790cf0a
DE
52852012-06-03 Doug Evans <dje@google.com>
5286
78e5175a
DE
5287 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
5288 of primary symtab.
5289 (basic_lookup_transparent_type): Ditto.
5290
d790cf0a
DE
5291 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
5292 (ALL_PRIMARY_SYMTABS): Use it.
5293 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
5294 * dwarf2read.c (dw2_find_symbol_file): Ditto.
5295 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
5296 * symtab.c (lookup_symbol_aux_objfile): Ditto.
5297 (basic_lookup_transparent_type): Ditto.
5298
c6e5ee5e
SDJ
52992012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
5300
5301 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
5302 it to optimize resolution of demangled name.
5303
a68ffae9
JK
53042012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5305
5306 * configure.ac (development): Define new variable.
5307 Call AC_CHECK_LIB for mcheck if $development.
5308 (ERROR_ON_WARNING): Enable it by default only if $development.
5309 * config.in: Regenerate.
5310 * configure: Regenerate.
5311
5299c1c4
JK
53122012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
5313
5314 * target.c (target_read_memory): Make LEN argument as size_t.
5315 * target.h (target_read_memory): Likewise.
5316
53172012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7c71816c
JK
5318
5319 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
5320
0c56f59b
EBM
53212012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
5322
5323 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
5324 BookE interface for PowerPC server processors if not available
5325 in the Linux Kernel.
5326
71bdabee
KS
53272012-05-31 Keith Seitz <keiths@redhat.com>
5328
5329 * linespec.c (decode_objc): Add cleanup to free
5330 INFO.FILE_SYMTABS.
5331 (find_linespec_symbols): Add cleanup to free CLASSES.
5332 * symfile.c (find_separate_debug_file_by_debuglink): Add
5333 cleanup to free DEBUGLINK.
5334 * ui-out.c (clear_header_list): No need to check if
5335 HEADER_NEXT.COLHDR is NULL.
5336 Free HEADER_NEXT.COL_NAME.
5337
acbd605d
MGD
53382012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5339
5340 * ada-lang.c (standard_lookup): Prevent uninitialized variable
5341 warning.
5342
65662cde
PA
53432012-05-30 Jeff Kenton <jkenton@tilera.com>
5344
5345 * configure.host (gdb_host_cpu): Handle tilegx*.
5346 (gdb_host): Handle tilegx-*-linux*.
5347 * tilegx-linux-nat.c: New file.
5348 * config/tilegx/linux.mh: New file.
5349
ade64f0e
PA
53502012-05-30 Jeff Kenton <jkenton@tilera.com>
5351
5352 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
5353 tilegx-linux-tdep.o.
5354 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
5355 tilegx-linux-tdep.c.
5356 * configure.tgt: Handle tilegx-*-linux*.
5357 * tilegx-tdep.h: New file.
5358 * tilegx-tdep.c: New file.
5359 * tilegx-linux-tdep.c: New file.
5360 * regformats/reg-tilegx.dat: New file.
5361
bb08bdbd
EBM
53622012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
5363
5364 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
5365 accounting of hw watchpoints on ppc.
5366
ebd86fb5
TJB
53672012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
5368
5369 * source.c (openp): Expand tilde in path entries.
5370
0a0edcd5
DE
53712012-05-29 Doug Evans <dje@google.com>
5372
98cc87bd
DE
5373 * buildsym.c (block_compar): Fix comment.
5374 (end_symtab): Fix and clarify some comments.
5375
0a0edcd5
DE
5376 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
5377 cleanup_undefined_types.
5378 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
5379 All callers updated.
5380
6f0c7050
TT
53812012-05-29 Tom Tromey <tromey@redhat.com>
5382
5383 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
5384 fails.
5385 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
5386 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
5387 fails.
5388 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
5389 fails.
5390
ec95993c
TG
53912012-05-29 Tristan Gingold <gingold@adacore.com>
5392
5393 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
5394 (struct darwin_info): ... New struct.
5395 (solib_darwin_pspace_data): New variable.
5396 (darwin_pspace_data_cleanup): New function.
5397 (get_darwin_info): Likewise.
5398 (darwin_dyld_version_ok, darwin_load_image_infos)
5399 (darwin_solib_get_all_image_info_addr_at_init)
5400 (darwin_solib_read_all_image_info_addr): Add info argument.
5401 Adjust code.
5402 (darwin_current_sos): Use per pspace structure.
5403 (darwin_solib_create_inferior_hook): Likewise.
5404 (darwin_clear_solib): Likewise.
5405 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
5406
ae25568b
PA
54072012-05-28 Pedro Alves <palves@redhat.com>
5408
5409 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
5410 block that uses them. Clear ecss before handling each event.
5411
0c5bf5a9
JK
54122012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5413
5414 * solib-svr4.c (svr4_current_sos): New comment on
5415 svr4_current_sos_via_xfer_libraries fall back.
5416
bfb05775
JK
54172012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5418
5419 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
5420 it as a fallback for TYPE_IS_OPAQUE.
5421 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
5422 symbols for lookup_symbol.
5423
685b1105
JK
54242012-05-24 John Steele Scott <toojays@toojays.net>
5425
5426 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5427 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
5428 (producer_is_gxx_lt_4_6): Move the checking and caching to...
5429 (check_producer): ... this new function, which also checks for ICC
5430 and caches the result.
5431 (producer_is_icc): New function.
5432 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
5433 producer was ICC.
5434
22203bbf
PA
54352012-05-24 Pedro Alves <palves@redhat.com>
5436
5437 PR gdb/7205
5438
5439 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
5440 (default_gdb_signal_to_target): ... this. Add comment.
5441 (default_gdb_signal_from_host): Rename to ...
5442 (default_gdb_signal_from_target): ... this. Add comment.
5443 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
5444 (default_gdb_signal_to_target): ... this.
5445 (default_gdb_signal_from_host): Rename to ...
5446 (default_gdb_signal_from_target): ... this.
5447 * corelow.c (core_open): Adjust to naming change. Replace comment.
5448 * gdbarch.sh (gdb_signal_from_host): Rename to ...
5449 (gdb_signal_from_target): ... this. Adjust to
5450 default_gdb_signal_from_host naming change. Extend comment.
5451 (gdb_signal_to_host): Rename to ...
5452 (gdb_signal_to_target): ... this. Adjust to
5453 default_gdb_signal_to_host naming change.
5454 * gdbarch.h, gdbarch.c: Renegerate.
5455
a493e3e2
PA
54562012-05-24 Pedro Alves <palves@redhat.com>
5457
5458 PR gdb/7205
5459
f782ad9b 5460 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
a493e3e2 5461
2ea28649
PA
54622012-05-24 Pedro Alves <palves@redhat.com>
5463
5464 PR gdb/7205
5465
5466 Replace target_signal with gdb_signal throughout.
5467
b09846a9
PA
54682012-05-24 Pedro Alves <palves@redhat.com>
5469
5470 PR tui/14159
5471
5472 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
5473 string, instead of reusing the va_list argument.
5474
e77c107e
TT
54752012-05-24 Tom Tromey <tromey@redhat.com>
5476
5477 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
5478 Remove.
5479
9fccedf7
DE
54802012-05-23 Doug Evans <dje@google.com>
5481
d50bd42b
DE
5482 * symtab.c (search_symbols): Formatting fixes.
5483 (print_symbol_info): Formatting fixes.
5484
9fccedf7
DE
5485 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
5486 int64_t change to leb128 API.
5487 (read_encoded_value, decode_frame_entry_1): Ditto.
5488 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
5489 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
5490 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5491 (execute_stack_op): Ditto.
5492 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
5493 (safe_read_uleb128, safe_read_sleb128): Ditto.
5494 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
5495 (dwarf2_compile_expr_to_ax): Ditto.
5496 (locexpr_describe_location_piece): Ditto.
5497 (disassemble_dwarf_expression): Ditto.
5498 (locexpr_describe_location_1): Ditto.
5499
f3e0e960
SS
55002012-05-23 Stan Shebs <stan@codesourcery.com>
5501 Kwok Cheung Yeung <kcy@codesourcery.com>
5502
5503 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
5504 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
5505 (mi-cmd-info.o): New rule.
5506 * osdata.h (info_osdata_command): New declaration.
5507 * osdata.c (info_osdata_command): Change to non-static.
5508 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
5509 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
5510 * mi/mi-cmd-info.c: New file.
5511
c51fe631
DE
55122012-05-23 Doug Evans <dje@google.com>
5513
71cddcc1
DE
5514 * symtab.c (search_symbols): Pass NULL for file_matcher to
5515 expand_symtabs_matching if there are no files to match.
5516
c51fe631
DE
5517 * gdbtypes.c (lookup_typename): Simplify.
5518
a79378d4
PA
55192012-05-23 Pedro Alves <palves@redhat.com>
5520
5521 * arch-utils.h (default_target_signal_to_host): Delete.
5522 * arch-utils.c (default_target_signal_to_host): Delete.
5523 * gdbarch.sh (target_signal_to_host): Remove.
5524 * gdbarch.h, gdbarch.c: Regenerate.
5525
f664829e
DE
55262012-05-22 Doug Evans <dje@google.com>
5527
5528 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
5529 "const gdb_byte *".
5530 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
5531 (execute_cfa_program): Update to match API of leb128 functions.
5532 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
5533 "const gdb_byte *".
5534 (read_unsigned_leb128, read_signed_leb128): Delete.
5535 (read_initial_length): Change type of buf argument to
5536 "const gdb_byte *".
5537 (read_encoded_value): Update to match API of leb128 functions.
5538 (decode_frame_entry): Change result to "const gdb_byte *", and
5539 similarly for "start" parameter.
5540 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
5541 (dwarf2_build_frame_info): Change local frame_ptr to
5542 "const gdb_byte *".
5543 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
5544 read_uleb128, read_sleb128. All callers updated.
5545 (safe_skip_leb128): New function.
5546 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
5547 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
5548 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
5549 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
5550 read_uleb128, read_sleb128.
5551 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5552 (execute_stack_op): Update to match API of leb128 functions.
5553 * dwarf2expr.h: #include "leb128.h".
5554 (read_uleb128, read_sleb128): Delete.
5555 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
5556 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
5557 * dwarf2loc.c (debug_loc_kind): New enum.
5558 (decode_debug_loc_addresses): New function.
5559 (decode_debug_loc_dwo_addresses): New function.
5560 (dwarf2_find_location_expression): Rewrite.
5561 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
5562 (locexpr_describe_location_piece): Ditto.
5563 (disassemble_dwarf_expression): Ditto.
5564 (locexpr_describe_location_1): Ditto.
5565 (loclist_describe_location): Rewrite.
5566 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
5567 * dwarf2read.c (die_reader_specs): New member "buffer_end".
5568 (dwarf2_section_buffer_overflow_complaint): Renamed from
5569 dwarf2_macros_too_long_complaint. All callers updated.
5570 (skip_leb128): Delete.
5571 (init_cu_die_reader): Initialize reader->buffer_end.
5572 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
5573 (skip_form_bytes): New arg buffer_end. All callers updated.
5574 Replace call to skip_leb128 with gdb_skip_leb128.
5575 (skip_unknown_opcode): New arg mac_end. All callers updated.
5576 (fill_in_loclist_baton): Initialize baton->from_dwo.
5577
837a1b32
MR
55782012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
5579
5580 * mips-linux-nat.c (mips_linux_read_description): Use a more
5581 verbose error message.
5582
d0e64392
MR
55832012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
5584
5585 * NEWS: Add MIPS/Linux DSP support.
5586 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
5587 (SIGCONTEXT_DSPCTL): New macro.
5588 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
5589 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
5590 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
5591 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
5592 (N64_SIGCONTEXT_HI3): Likewise.
5593 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
5594 (N64_SIGCONTEXT_LO3): Likewise.
5595 (N64_SIGCONTEXT_DSPCTL): Likewise.
5596 (N64_SIGCONTEXT_FPCSR): Clarify definition.
5597 (mips_linux_o32_sigframe_init): Handle DSP registers.
5598 (mips_linux_n32n64_sigframe_init): Likewise.
5599
8bea7ed1
PM
56002012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
5601
5602 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
5603 call to abort.
5604
dab06dbe
PA
56052012-05-22 Pedro Alves <palves@redhat.com>
5606
5607 * target.h (store_waitstatus): Move declaration ...
5608 * inf-child.h (store_waitstatus): ... here.
5609 * target.c: Move inclusion of gdb_wait.h, and ...
5610 (store_waitstatus): ... this ...
5611 * inf-child.c: ... here.
5612 * linux-nat.c: Include inf-child.h.
5613 * rs6000-nat.c: Include inf-child.h.
5614 * spu-linux-nat.c: Include inf-child.h.
5615
43011e52
PM
56162012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
5617
5618 * tracepoint.c (start_tracing): Add missing i18n markup.
5619 (stop_tracing, set_trace_user): Ditto.
5620 (set_trace_notes, set_trace_stop_notes): Ditto.
5621
b1af9e97
TT
56222012-05-21 Tom Tromey <tromey@redhat.com>
5623
5624 PR c++/7173:
5625 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
5626 types.
5627 * value.h (value_cast_pointers): Update.
5628 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
5629 (value_cast): Update.
5630 (update_search_result): New function.
5631 (do_search_struct_field): New, from search_struct_field. Check
5632 for ambiguous results.
5633 (search_struct_field): Rewrite.
5634 * infcall.c (value_arg_coerce): Update.
5635 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
5636 value_cast_pointers.
5637 * ada-lang.c (ada_convert_actual): Update.
5638
e9e5e6b3
TT
56392012-05-21 Tom Tromey <tromey@redhat.com>
5640
5641 * macroexp.c (macro_stringify): Terminate the string.
5642
1564a261
JK
56432012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5644
5645 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
5646 Describe it.
5647 * auto-load.c (auto_load_expand_dir_vars): New function.
5648 (auto_load_safe_path_vec_update): Use it, remove the
5649 substitute_path_component call thanks to it.
5650 (auto_load_objfile_script): Remove the debug_file_directory processing.
5651 Use auto_load_expand_dir_vars, remove the substitute_path_component
5652 call thanks to it.
5653 * configure: Regenerate.
5654 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
5655 path. Escape $ also for $debugdir.
5656 (--with_auto_load_safe_path): Escape $ also for $debugdir.
5657 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
5658
a3ec0bb1
DE
56592012-05-20 Doug Evans <dje@google.com>
5660
5661 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
5662 before use. Check for symtab->includes == NULL before scanning it.
5663
d467df4e
MR
56642012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5665
5666 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
5667
4cc0665f
MR
56682012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5669
5670 * NEWS: Add microMIPS support and "set mips compression",
5671 "show mips compression" commands.
5672 * mips-tdep.h (mips_isa): New enum.
5673 (gdbarch_tdep): Add mips_isa.
5674 (mips_pc_is_mips16): Update prototype.
5675 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
5676 * mips-tdep.c (mips_compression_mips16): New variable.
5677 (mips_compression_micromips): Likewise.
5678 (mips_compression_strings): Likewise.
5679 (mips_compression_string): Likewise.
5680 (is_mips16_isa, is_micromips_isa): New functions.
5681 (is_mips16_addr): Rename to...
5682 (is_compact_addr): ... this.
5683 (unmake_mips16_addr): Likewise to...
5684 (unmake_compact_addr): ... this.
5685 (make_mips16_addr): Likewise to...
5686 (make_compact_addr): ... this.
5687 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
5688 functions.
5689 (mips_elf_make_msymbol_special): Handle microMIPS code.
5690 (msymbol_is_special): Rename to...
5691 (msymbol_is_mips16): ... this.
5692 (mips_make_symbol_special, mips_pc_is_mips16): Update
5693 accordingly.
5694 (msymbol_is_mips, msymbol_is_micromips): New functions.
5695 (mips16_to_32_reg): Rename to...
5696 (mips_reg3_to_reg): ... this.
5697 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
5698 (mips_pc_isa): Likewise.
5699 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
5700 code.
5701 (mips_fetch_instruction): Pass return status instead of printing
5702 an error message if requested. Handle microMIPS code. Bail out
5703 on an invalid ISA.
5704 (micromips_op): New macro.
5705 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
5706 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
5707 (b6s4_op, b7s3_reg): Likewise.
5708 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
5709 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
5710 (mips_insn_size): New function.
5711 (mips32_next_pc): Update mips_fetch_instruction call.
5712 (micromips_relative_offset7): New function.
5713 (micromips_relative_offset10): Likewise.
5714 (micromips_relative_offset16): Likewise.
5715 (micromips_pc_insn_size): Likewise.
5716 (micromips_bc1_pc): Likewise.
5717 (micromips_next_pc): Likewise.
5718 (unpack_mips16): Update mips_fetch_instruction call.
5719 (extended_mips16_next_pc): Update according to change to
5720 mips16_to_32_reg.
5721 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
5722 code.
5723 (mips16_scan_prologue): Update mips_fetch_instruction call.
5724 Update according to change to mips16_to_32_reg.
5725 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
5726 (mips_insn16_frame_base_sniffer): Likewise.
5727 (micromips_decode_imm9): New function.
5728 (micromips_scan_prologue): Likewise.
5729 (mips_micro_frame_cache): Likewise.
5730 (mips_micro_frame_this_id): Likewise.
5731 (mips_micro_frame_prev_register): Likewise.
5732 (mips_micro_frame_sniffer): Likewise.
5733 (mips_micro_frame_unwind): New variable.
5734 (mips_micro_frame_base_address): New function.
5735 (mips_micro_frame_base): New variable.
5736 (mips_micro_frame_base_sniffer): New function.
5737 (mips32_scan_prologue): Update mips_fetch_instruction call.
5738 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
5739 rather than for MIPS16.
5740 (mips_insn32_frame_base_sniffer): Likewise.
5741 (mips_addr_bits_remove): Handle microMIPS code.
5742 (deal_with_atomic_sequence): Rename to...
5743 (mips_deal_with_atomic_sequence): ... this. Update the type
5744 of the variable used to hold an instruction. Remove the ISA bit
5745 check. Update mips_fetch_instruction call.
5746 (micromips_deal_with_atomic_sequence): New function.
5747 (deal_with_atomic_sequence): Likewise.
5748 (mips_about_to_return): Handle microMIPS code. Update
5749 mips_fetch_instruction call.
5750 (heuristic_proc_start): Check for the standard MIPS ISA rather
5751 than for MIPS16. Update mips_pc_is_mips16 and
5752 mips_fetch_instruction calls. Handle microMIPS code.
5753 (mips_push_dummy_code): Handle microMIPS code.
5754 (mips_eabi_push_dummy_call): Likewise.
5755 (mips_o32_return_value): Update mips_pc_is_mips16 call.
5756 (mips_o64_push_dummy_call): Handle microMIPS code.
5757 (mips_o64_return_value): Update mips_pc_is_mips16 call.
5758 (is_delayed): Remove function.
5759 (mips_single_step_through_delay): Replace the call to is_delayed
5760 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
5761 Handle microMIPS code.
5762 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
5763 microMIPS code.
5764 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
5765 call.
5766 (micromips_in_function_epilogue_p): New function.
5767 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
5768 call.
5769 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
5770 Handle microMIPS.
5771 (gdb_print_insn_mips): Likewise.
5772 (mips_breakpoint_from_pc): Likewise.
5773 (mips_remote_breakpoint_from_pc): New function.
5774 (mips32_instruction_has_delay_slot): Simplify making use of the
5775 updated mips_fetch_instruction interface.
5776 (micromips_instruction_has_delay_slot): New function.
5777 (mips16_instruction_has_delay_slot): Simplify making use of the
5778 updated mips_fetch_instruction interface.
5779 (mips_adjust_breakpoint_address): Check for the standard MIPS
f782ad9b 5780 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
4cc0665f
MR
5781 calls. Handle microMIPS code.
5782 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
5783 (mips_skip_trampoline_code): Handle microMIPS code.
5784 (global_mips_compression): New function.
5785 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
5786 file flags. Register the microMIPS remote breakpoint handler
5787 and heuristic frame unwinder.
5788 (show_mips_compression): New function.
5789 (_initialize_mips_tdep): Add the "set mips compression" and
5790 "show mips compression" commands.
5791
22e048c9
SDJ
57922012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
5793
5794 * ada-lang.c:
5795 * ada-tasks.c:
5796 * ada-varobj.c:
5797 * amd64-darwin-tdep.c:
5798 * arm-symbian-tdep.c:
5799 * arm-tdep.c:
5800 * avr-tdep.c:
5801 * ax-gdb.c:
5802 * bfin-linux-tdep.c:
5803 * breakpoint.c:
5804 * c-valprint.c:
5805 * cli/cli-cmds.c:
5806 * coffread.c:
5807 * cp-support.c:
5808 * cris-tdep.c:
5809 * dwarf2-frame-tailcall.c:
5810 * dwarf2-frame.c:
5811 * dwarf2expr.c:
5812 * dwarf2loc.c:
5813 * dwarf2read.c:
5814 * elfread.c:
5815 * eval.c:
5816 * expprint.c:
5817 * f-valprint.c:
5818 * frv-tdep.c:
5819 * h8300-tdep.c:
5820 * hppa-hpux-tdep.c:
5821 * hppa-tdep.c:
5822 * hppanbsd-tdep.c:
5823 * i386-nto-tdep.c:
5824 * i386-tdep.c:
5825 * i387-tdep.c:
5826 * ia64-tdep.c:
5827 * jit.c:
5828 * linespec.c:
5829 * linux-tdep.c:
5830 * lm32-tdep.c:
5831 * m2-valprint.c:
5832 * m32c-tdep.c:
5833 * m32r-rom.c:
5834 * m32r-tdep.c:
5835 * m68k-tdep.c:
5836 * m68klinux-tdep.c:
5837 * mi/mi-main.c:
5838 * microblaze-tdep.c:
5839 * mips-linux-tdep.c:
5840 * mips-tdep.c:
5841 * mn10300-tdep.c:
5842 * p-valprint.c:
5843 * parse.c:
5844 * ppc-linux-tdep.c:
5845 * ppc-sysv-tdep.c:
5846 * printcmd.c:
5847 * python/py-finishbreakpoint.c:
5848 * python/py-inferior.c:
5849 * python/py-infthread.c:
5850 * python/py-type.c:
5851 * python/python.c:
5852 * remote-fileio.c:
5853 * remote-m32r-sdi.c:
5854 * remote-mips.c:
5855 * reverse.c:
5856 * rl78-tdep.c:
5857 * rs6000-aix-tdep.c:
5858 * rs6000-tdep.c:
5859 * s390-tdep.c:
5860 * score-tdep.c:
5861 * sh64-tdep.c:
5862 * skip.c:
5863 * solib-darwin.c:
5864 * solib-dsbt.c:
5865 * solib-frv.c:
5866 * sparc-tdep.c:
5867 * spu-multiarch.c:
5868 * spu-tdep.c:
5869 * stack.c:
5870 * symfile.c:
5871 * symtab.c:
5872 * tic6x-tdep.c:
5873 * tracepoint.c:
5874 * v850-tdep.c:
5875 * valarith.c:
5876 * valprint.c:
5877 * value.c:
5878 * xcoffread.c:
5879 * xtensa-tdep.c:
5880 * ada-lang.c:
5881 * ada-tasks.c:
5882 * ada-varobj.c:
5883 * amd64-darwin-tdep.c:
5884 * arm-symbian-tdep.c:
5885 * arm-tdep.c: Delete unused variables.
5886
aff139ff
JK
58872012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5888
5889 Rename $ddir to $datadir.
5890 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
5891 * auto-load.c (auto_load_safe_path_vec_update)
5892 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
5893 * configure: Regenerate.
5894 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
5895 Likewise. Remove the 'use $ddir' help string.
5896
f7bfa992
JK
58972012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5898
5899 * auto-load.c (show_auto_load_safe_path): Accept any combination of
5900 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
5901
9cb709b6
TT
59022012-05-18 Tom Tromey <tromey@redhat.com>
5903
5904 PR exp/13907:
5905 * valprint.h (struct value_print_options) <symbol_print>: New
5906 field.
5907 * valprint.c (user_print_options): Add default for symbol_print.
5908 (show_symbol_print): New function.
5909 (generic_val_print): Respect symbol_print.
5910 (_initialize_valprint): Add "print symbol" setting.
5911 * f-valprint.c (f_val_print): Respect symbol_print.
5912 * c-valprint.c (c_val_print): Respect symbol_print.
5913 * NEWS: Update.
5914 * printcmd.c (print_address_symbolic): Return int. Ignore some
5915 zero-size symbols.
5916 (print_address_demangle): Return int.
5917 * defs.h: (print_address_symbolic): Return int.
5918 * value.h (print_address_demangle): Return int.
5919
b012acdd
TT
59202012-05-18 Tom Tromey <tromey@redhat.com>
5921
5922 * valprint.c (val_print_string): Don't print leading space.
5923 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
5924 print space before string or vtbl.
5925 * m2-valprint.c (print_unpacked_pointer): Optionally print space
5926 before string.
5927 * jv-valprint.c (java_value_print): Print space before string.
5928 * go-valprint.c (print_go_string): Print space before string.
5929 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
5930 space before string.
5931 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
5932 space before string or vtbl.
5933 * auxv.c (fprint_target_auxv): Print space after address.
5934
1d51a733
TT
59352012-05-18 Tom Tromey <tromey@redhat.com>
5936
5937 * printcmd.c (print_address_demangle): Remove special case for 0.
5938
edf0c1b7
TT
59392012-05-18 Tom Tromey <tromey@redhat.com>
5940
5941 * printcmd.c (print_address_demangle): Add 'opts' argument.
5942 * p-valprint.c (pascal_val_print): Update.
5943 * jv-valprint.c (java_val_print): Update.
5944 * value.h: Update.
5945 * valprint.c (generic_val_print): Update.
5946 (print_function_pointer_address): Add 'options' argument. Remove
5947 'addressprint' argument. Update.
5948 * m2-valprint.c (print_unpacked_pointer): Update.
5949 * gnu-v3-abi.c (print_one_vtable): Update.
5950 (gnuv3_print_method_ptr): Update.
5951 * f-valprint.c (f_val_print): Update.
5952 * cp-valprint.c (cp_print_value_fields): Update.
5953 * valprint.h (print_function_pointer_address): Update.
5954 * c-valprint.c (c_val_print): Update.
5955
9703b513
TT
59562012-05-18 Tom Tromey <tromey@redhat.com>
5957
5958 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
5959 directly corresponding to the found psymtab.
5960 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
5961 (dw2_find_pc_sect_symtab): Use it.
5962 * block.h (blockvector_contains_pc): Declare.
5963 * block.c (find_block_in_blockvector): New function.
5964 (blockvector_for_pc_sect): Use it.
5965 (blockvector_contains_pc): New function.
5966
5a439849
MR
59672012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5968
5969 * mips-tdep.h (mips_write_pc): New prototype.
5970 * mips-tdep.c (mips_write_pc): Make external, add description.
5971 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
5972 add description.
5973
8376de04
MR
59742012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5975
5976 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
5977 mips_regnum->pc.
5978 (mips_unwind_pc, mips_write_pc): Likewise.
5979 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
5980 gdbarch_read_pc.
5981
d3581e61
JB
59822012-05-17 Joel Brobecker <brobecker@adacore.com>
5983
5984 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
5985 proc_warn, proc_error, proc_get_status, proc_flags,
5986 proc_why, proc_what, proc_nsysarg, proc_sysargs,
5987 proc_set_run_on_last_close, proc_unset_run_on_last_close,
5988 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
5989 proc_stop_process, proc_wait_for_stop, proc_run_process,
5990 proc_set_traced_signals, proc_set_traced_faults,
5991 proc_set_traced_sysentry, proc_set_traced_sysexit,
5992 proc_set_held_signals, proc_get_held_signals,
5993 proc_get_traced_signals, proc_get_traced_faults,
5994 proc_get_traced_sysentry, proc_get_traced_sysexit,
5995 proc_clear_current_fault, proc_set_current_signal,
5996 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
5997 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
5998 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
5999 proc_get_current_thread, proc_get_current_thread,
6000 proc_get_current_thread, proc_update_threads,
6001 proc_update_threads, proc_update_threads, proc_update_threads,
6002 proc_iterate_over_threads, procfs_find_new_threads,
6003 procfs_pid_to_str): Make static. Remove advance declaration.
6004 (proc_cursig): Make static. Conditionalized defintion on
6005 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
6006 (proc_syscall, proc_set_kill_on_last_close,
6007 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
6008 proc_get_pending_signals, proc_get_signal_actions,
6009 proc_trace_signal, proc_ignore_signal): Delete.
6010
81b9b86e
SDJ
60112012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
6012
6013 * coffread.c (cs_section_address): Passing proper argument for
6014 `bfd_get_section_vma'.
6015 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
6016 `bfd_get_section_flags'.
6017 * remote.c (remote_trace_set_readonly_regions): Likewise, for
6018 `bfd_get_section_vma'.
6019
abc9d0dc
TT
60202012-05-16 Tom Tromey <tromey@redhat.com>
6021
6022 PR macros/13205:
6023 * macrotab.h: (macro_define_special): Declare.
6024 (enum macro_special_kind): New.
6025 (struct macro_definition) <argc, replacement>: Update comments.
6026 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
6027 (macro_define_object_internal): New function.
6028 (macro_define_object): Use it.
6029 (macro_define_special): New function.
6030 (fixup_definition): New function.
6031 (macro_lookup_definition, foreach_macro_in_scope)
6032 (foreach_macro): Use fixup_definition.
6033 * macroexp.h (macro_stringify): Declare.
6034 * macroexp.c (free_buffer_return_text): New function.
6035 (stringify): Constify "arg".
6036 (macro_stringify): New function.
6037 * dwarf2read.c (macro_start_file): Call macro_define_special.
6038
6a3a010b 60392012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
f782ad9b 6040 Maciej W. Rozycki <macro@mips.com>
6a3a010b
MR
6041
6042 * breakpoint.h (bp_location): Add related_address member.
6043 * inferior.h (get_return_value): Take a pointer to struct value
6044 instead of struct type for the function requested.
6045 * value.h (using_struct_return): Likewise.
6046 * gdbarch.sh (return_value): Take a pointer to struct value
6047 instead of struct type for the function requested.
6048 * breakpoint.c (set_breakpoint_location_function): Initialize
6049 related_address for bp_gnu_ifunc_resolver breakpoints.
6050 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
6051 requested function's address to gdbarch_return_value.
6052 * eval.c (evaluate_subexp_standard): Pass the requested
6053 function's address to using_struct_return.
6054 * infcall.c (call_function_by_hand): Pass the requested
6055 function's address to using_struct_return and
6056 gdbarch_return_value.
6057 * infcmd.c (get_return_value): Take a pointer to struct value
6058 instead of struct type for the function requested.
6059 (print_return_value): Update accordingly.
6060 (finish_command_continuation): Likewise.
6061 * stack.c (return_command): Pass the requested function's
6062 address to using_struct_return and gdbarch_return_value.
6063 * value.c (using_struct_return): Take a pointer to struct value
6064 instead of struct type for the function requested. Pass the
6065 requested function's address to gdbarch_return_value.
6066 * python/py-finishbreakpoint.c (finish_breakpoint_object):
6067 New function_value member, replacing function_type.
6068 (bpfinishpy_dealloc): Update accordingly.
6069 (bpfinishpy_pre_stop_hook): Likewise.
6070 (bpfinishpy_init): Likewise. Record the requested function's
6071 address.
6072 * mips-tdep.c (mips_fval_reg): New enum.
6073 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
6074 words put in GP registers.
6075 (mips_o64_push_dummy_call): Update a comment.
6076 (mips_o32_return_value): Take a pointer to struct value instead
6077 of struct type for the function requested and use it to check if
6078 using the MIPS16 calling convention. Return the designated
6079 general purpose registers for floating-point values returned in
6080 MIPS16 mode.
6081 (mips_o64_return_value): Likewise.
6082 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
6083 (ppc_sysv_abi_broken_return_value): Likewise.
6084 (ppc64_sysv_abi_return_value): Likewise.
6085 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
6086 value instead of struct type for the function requested.
6087 * amd64-tdep.c (amd64_return_value): Likewise.
6088 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
6089 * arm-tdep.c (arm_return_value): Likewise.
6090 * avr-tdep.c (avr_return_value): Likewise.
6091 * bfin-tdep.c (bfin_return_value): Likewise.
6092 * cris-tdep.c (cris_return_value): Likewise.
6093 * frv-tdep.c (frv_return_value): Likewise.
6094 * h8300-tdep.c (h8300_return_value): Likewise.
6095 (h8300h_return_value): Likewise.
6096 * hppa-tdep.c (hppa32_return_value): Likewise.
6097 (hppa64_return_value): Likewise.
6098 * i386-tdep.c (i386_return_value): Likewise.
6099 * ia64-tdep.c (ia64_return_value): Likewise.
6100 * iq2000-tdep.c (iq2000_return_value): Likewise.
6101 * lm32-tdep.c (lm32_return_value): Likewise.
6102 * m32c-tdep.c (m32c_return_value): Likewise.
6103 * m32r-tdep.c (m32r_return_value): Likewise.
6104 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
6105 * m68k-tdep.c (m68k_return_value): Likewise.
6106 (m68k_svr4_return_value): Likewise.
6107 * m88k-tdep.c (m88k_return_value): Likewise.
6108 * mep-tdep.c (mep_return_value): Likewise.
6109 * microblaze-tdep.c (microblaze_return_value): Likewise.
6110 * mn10300-tdep.c (mn10300_return_value): Likewise.
6111 * moxie-tdep.c (moxie_return_value): Likewise.
6112 * mt-tdep.c (mt_return_value): Likewise.
6113 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
6114 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
6115 (ppc_sysv_abi_broken_return_value): Likewise.
6116 (ppc64_sysv_abi_return_value): Likewise.
6117 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
6118 * rl78-tdep.c (rl78_return_value): Likewise.
6119 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
6120 * rx-tdep.c (rx_return_value): Likewise.
6121 * s390-tdep.c (s390_return_value): Likewise.
6122 * score-tdep.c (score_return_value): Likewise.
6123 * sh-tdep.c (sh_return_value_nofpu): Likewise.
6124 (sh_return_value_fpu): Likewise.
6125 * sh64-tdep.c (sh64_return_value): Likewise.
6126 * sparc-tdep.c (sparc32_return_value): Likewise.
6127 * sparc64-tdep.c (sparc64_return_value): Likewise.
6128 * spu-tdep.c (spu_return_value): Likewise.
6129 * tic6x-tdep.c (tic6x_return_value): Likewise.
6130 * v850-tdep.c (v850_return_value): Likewise.
6131 * vax-tdep.c (vax_return_value): Likewise.
6132 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
6133 * xtensa-tdep.c (xtensa_return_value): Likewise.
6134 * gdbarch.c: Regenerate.
6135 * gdbarch.h: Regenerate.
6136
29ca12b3
TT
61372012-05-15 Tom Tromey <tromey@redhat.com>
6138
6139 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
6140
588ae58c
JB
61412012-05-15 Joel Brobecker <brobecker@adacore.com>
6142
6143 * breakpoint.c (init_breakpoint_sal): Add quotes around part
6144 of command in two error message.
6145
855a6e68
JB
61462012-05-15 Joel Brobecker <brobecker@adacore.com>
6147
6148 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
6149
d634f2de
JB
61502012-05-15 Joel Brobecker <brobecker@adacore.com>
6151
6152 * breakpoint.c (find_condition_and_thread): Minor reformatting.
6153
9cc815f5
JK
61542012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6155
6156 * NEWS (show auto-load scripts-directory): Add forgotten command.
6157
6a609e58
JK
61582012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6159
6160 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
6161 parameters.
6162
ac1438b5
L
61632012-05-14 H.J. Lu <hongjiu.lu@intel.com>
6164
6165 * amd64-tdep.c: Include features/i386/x32.c and
6166 features/i386/x32-avx.c.
6167 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
6168 initialize_tdesc_x32_avx.
6169
e7e0cddf
SS
61702012-05-14 Stan Shebs <stan@codesourcery.com>
6171
6172 Add dynamic printf.
6173 * breakpoint.h (enum bptype): New type bp_dprintf.
6174 (struct breakpoint): New field extra_string.
6175 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
6176 (create_breakpoint): Add extra_string arg.
6177 * breakpoint.c (dprintf_breakpoint_ops): New.
6178 (is_breakpoint): Add bp_dprintf.
6179 (bpstat_what): Add dprintf case.
6180 (bptype_string): Ditto.
6181 (print_one_breakpoint_location): Ditto.
6182 (init_bp_location): Ditto.
6183 (bkpt_print_mention): Ditto.
6184 (dprintf_style_enums): New array.
6185 (dprintf_style): New global.
6186 (dprintf_function): New global.
6187 (dprintf_channel): New global.
6188 (update_dprintf_command_list): New function.
6189 (update_dprintf_commands): New function.
6190 (init_breakpoint_sal): Add extra_string argument, handle it.
6191 (create_breakpoint_sal): Add extra_string argument.
6192 (create_breakpoints_sal): Add extra_string argument, update callers.
6193 (find_condition_and_thread): Add extra argument.
6194 (create_breakpoint): Add extra_string argument, record it.
6195 (dprintf_command): New function.
6196 (break_command_1): Add arg to create_breakpoint call.
6197 (handle_gnu_v3_exceptions): Ditto.
6198 (trace_command): Ditto.
6199 (ftrace_command): Ditto.
6200 (strace_command): Ditto.
6201 (bkpt_print_mention): Add dprintf case.
6202 (create_breakpoint_sal_default): Add extra_string argument.
6203 (_initialize_breakpoint): Add new commands.
6204 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
6205 * python/py-breakpoint.c (bppy_init): Ditto.
6206 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
6207
8ae38c14
MR
62082012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
6209
6210 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
6211
9f676e66
SCR
62122012-05-14 Siva Chandra Reddy <sivachandra@google.com>
6213
6214 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
6215 unsigned long long.
6216
7efc75aa
SCR
62172012-05-13 Siva Chandra Reddy <sivachandra@google.com>
6218
6219 Add a new function gdb.find_pc_line to the Python API.
6220 * NEWS (Python Scripting): Add entry about the new function.
6221 * python/python.c (gdbpy_find_pc_line): New function which
6222 implements gdb.find_pc_line.
6223 (GdbMethods): Add entry for the new function.
6224
70af3797
PA
62252012-05-12 Pedro Alves <palves@redhat.com>
6226
6227 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
6228 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
6229
06da564e
EZ
62302012-05-12 Eli Zaretskii <eliz@gnu.org>
6231
6232 * inferior.c: Include completer.h
6233 (initialize_inferiors): Set completer of add-inferior to
6234 filename_completer.
6235
0288cee2
L
62362012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6237
6238 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6239 gdbarch_ptr_bit for x32 core dump.
6240
f6537a2c
L
62412012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6242
6243 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
6244 and features/i386/x32-avx-linux.c.
6245
85d4a676
SS
62462012-05-11 Stan Shebs <stan@codesourcery.com>
6247 Kwok Cheung Yeung <kcy@codesourcery.com>
6248
6249 * NEWS: Describe new info os commands.
6250 * common/linux-osdata.c (PID_T, TIME_T): Define.
6251 (MAX_PID_T_STRLEN): New.
6252 (linux_common_core_of_thread): Add comment. Change to use PID_T and
6253 MAX_PID_T_STRLEN.
6254 (command_from_pid): Add comment. Change to use PID_T.
6255 (commandline_from_pid): Change to use PID_T.
6256 (user_from_pid): Add comment.
6257 (get_process_owner): Add comment. Change to use PID_T and
6258 MAX_PID_T_STRLEN.
6259 (get_number_of_cpu_cores): Add comment.
6260 (get_cores_used_by_process): Add comment. Change to use PID_T and
6261 MAX_PID_T_STRLEN.
6262 (linux_xfer_osdata_processes): Change to use PID_T and
6263 MAX_PID_T_STRLEN.
6264 (compare_processes): New function.
6265 (linux_xfer_osdata_processgroups): New function.
6266 (linux_xfer_osdata_threads): Change to use PID_T.
6267 (linux_xfer_osdata_fds): New function.
6268 (format_socket_state, print_sockets): New functions.
6269 (union socket_addr): New union.
6270 (linux_xfer_osdata_isockets): New function.
6271 (time_from_time_t, group_from_gid): New functions.
6272 (linux_xfer_osdata_shm): New function.
6273 (linux_xfer_osdata_sem): New function.
6274 (linux_xfer_osdata_msg): New function.
6275 (linux_xfer_osdata_modules): New function.
6276 (osdata_table): Add new entries.
6277 * common/buffer.c (buffer_xml_printf): Add support for long and
6278 long long format specifiers.
6279
f24afd6d
L
62802012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6281
6282 * amd64-linux-tdep.h (tdesc_x32_linux): New.
6283 (tdesc_x32_avx_linux): Likewise.
6284
7349ff92
JK
62852012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6286
6287 Implement multi-component --with-auto-load-dir.
6288 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
6289 entries.
6290 (--with-auto-load-safe-path): Update the default value description.
6291 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
6292 New.
6293 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
6294 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
6295 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
6296 (_initialize_auto_load): Initialize also auto_load_dir. Install new
6297 "set auto-load scripts-directory".
6298 * config.in: Regenerate.
6299 * configure: Regenerate.
6300 * configure.ac (--with-auto-load-dir): New configure option.
6301 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
6302
6dea1fbd
JK
63032012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6304
6305 Provide $ddir substitution for --with-auto-load-safe-path.
6306 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
6307 entries.
6308 * auto-load.c: Include observer.h.
6309 (auto_load_safe_path_vec_update): Call substitute_path_component for
6310 each component. New variable ddir_subst.
6311 (auto_load_gdb_datadir_changed): New function.
6312 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6313 AUTO_LOAD_SAFE_PATH. New comment.
6314 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6315 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
6316 * config.in: Regenerate.
6317 * configure: Regenerate.
6318 * configure.ac (--auto-load-safe-path): Rename
6319 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
6320 GDB_DATADIR/auto-load.
6321 * defs.h (substitute_path_component): New declaration.
6322 * top.c: Include observer.h.
6323 (set_gdb_datadir): New function.
6324 (init_main): Install it for "set data-directory".
6325 * utils.c (substitute_path_component): New function.
6326
b09aca3a
JK
63272012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6328
6329 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
6330 * auto-load.c (auto_load_objfile_script): Remove check for NULL
6331 DEBUG_FILE_DIRECTORY. Handle multiple components of
6332 DEBUG_FILE_DIRECTORY.
6333
95554aad
TT
63342012-05-10 Tom Tromey <tromey@redhat.com>
6335
6336 * dwarf2read.c (recursively_write_psymbols): New function.
6337 (write_psymtabs_to_index): Use it.
6338
6339 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
6340 field.
6341 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
6342 (load_partial_comp_unit): Update.
6343 (queue_comp_unit): Add argument 'pretend_language'.
6344 (process_queue): Update.
6345 (psymtab_to_symtab_1): Skip dependencies that have a user.
6346 (load_partial_comp_unit_reader): Give meaning to the 'data'
6347 argument.
6348 (load_full_comp_unit): Add 'pretend_language' argument.
6349 (process_full_comp_unit): Add 'pretend_language' argument. Set
6350 language on CU.
6351 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
6352 Update.
6353 (maybe_queue_comp_unit): Add 'pretend_language' argument.
6354 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
6355 Update.
6356 (prepare_one_comp_unit): Add 'pretend_language' argument.
6357
6358 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
6359 (struct dwarf2_per_objfile) <just_read_cus>: New field.
6360 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
6361 (dw2_do_instantiate_symtab): Check whether symtab was read in
6362 before queueing.
6363 (dw2_instantiate_symtab): Add assertion. Call
6364 process_cu_includes.
6365 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
6366 (partial_symtab_p): New typedef.
6367 (set_partial_user): New function.
6368 (dwarf2_build_psymtabs_hard): Use set_partial_user.
6369 (scan_partial_symbols): Add imported CU to imported_symtabs.
6370 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
6371 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
6372 (get_symtab, recursively_compute_inclusions)
6373 (compute_symtab_includes, process_cu_includes)
6374 (process_imported_unit_die): New functions.
6375 (process_die) <DW_TAG_imported_unit>: New case.
6376 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
6377
6378 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
6379 comment.
6380 (struct partial_die_info) <locdesc>: Remove.
6381 <d>: New field.
6382 (process_psymtab_comp_unit): Add 'read_partial' argument.
6383 Update.
6384 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
6385 (scan_partial_symbols): Handle DW_TAG_imported_unit.
6386 (add_partial_symbol): Update.
6387 (process_die): Handle DW_TAG_partial_unit.
6388 (read_file_scope): Update comment.
6389 (load_partial_dies): Handle DW_TAG_imported_unit.
6390 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
6391 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
6392
e871fbb9
TT
63932012-05-10 Tom Tromey <tromey@redhat.com>
6394
6395 * cc-with-dwz.sh: New file.
6396
b5b04b5b
TT
63972012-05-10 Tom Tromey <tromey@redhat.com>
6398
6399 * symtab.h (struct symtab) <includes, user>: New fields.
6400 * block.h (struct block_iterator) <d, idx, which>: New fields.
6401 * block.c (initialize_block_iterator, find_iterator_symtab)
6402 (block_iterator_step, block_iter_name_step)
6403 (block_iter_match_step): New functions.
6404 (block_iterator_first, block_iterator_next)
6405 (block_iter_name_first, block_iter_name_next)
6406 (block_iter_match_first, block_iter_match_next): Rewrite.
6407 (get_block_symtab): New function.
6408
84a146c9
TT
64092012-05-10 Tom Tromey <tromey@redhat.com>
6410
6411 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
6412 set_block_symtab.
6413 * jit.c (finalize_symtab): Use allocate_global_block,
6414 set_block_symtab.
6415 * buildsym.c (finish_block_internal): New function, from old
6416 finish_block.
6417 (finish_block): Rewrite.
6418 (end_symtab): Use finish_block_internal, set_block_symtab.
6419 * block.h (struct global_block): New.
6420 (allocate_global_block, set_block_symtab): Declare.
6421 * block.c (allocate_global_block, set_block_symtab): New
6422 functions.
6423
9439a077
TT
64242012-05-10 Tom Tromey <tromey@redhat.com>
6425
6426 * psymtab.c (partial_map_expand_apply): Add assertion.
6427 (partial_map_symtabs_matching_filename): Skip included psymtabs.
6428 (psymtab_to_symtab): Find unshared psymtab.
6429 (dump_psymtab): Print including psymtabs.
6430 (recursively_search_psymtabs): New function.
6431 (expand_symtabs_matching_via_partial): Use it.
6432 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
6433 fields.
6434 (enum psymtab_search_status): New.
6435
8157b174
TT
64362012-05-10 Tom Tromey <tromey@redhat.com>
6437
6438 * tracepoint.c (scope_info): Update.
6439 * symtab.c (lookup_block_symbol, iterate_over_symbols)
6440 (find_pc_sect_symtab, search_symbols)
6441 (default_make_symbol_completion_list_break_on)
6442 (make_file_symbol_completion_list): Update.
6443 * symmisc.c (dump_symtab_1): Update.
6444 * stack.c (print_frame_args, iterate_over_block_locals)
6445 (print_frame_labels, iterate_over_block_arg_vars): Update.
6446 * python/py-block.c (block_object) <dict>: Remove.
6447 <block>: New field.
6448 <iter>: Change type.
6449 (blpy_iter): Update.
6450 (blpy_block_syms_iternext): Update.
6451 * psymtab.c (map_block): Use block iterators.
6452 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
6453 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
6454 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
6455 * infrun.c (check_exception_resume): Update.
6456 * cp-support.c (make_symbol_overload_list_block): Update.
6457 * coffread.c (patch_opaque_types): Update.
6458 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
6459 * block.h (struct block_iterator): New.
6460 (block_iterator_first, block_iterator_next, block_iter_name_first)
6461 (block_iter_name_next, block_iter_match_first)
6462 (block_iter_match_next): Declare.
6463 (ALL_BLOCK_SYMBOLS): Redefine.
6464 * block.c (block_iterator_first, block_iterator_next)
6465 (block_iter_name_first, block_iter_name_next)
6466 (block_iter_match_first, block_iter_match_next): New functions.
6467 * ada-lang.c (ada_add_block_symbols)
6468 (ada_make_symbol_completion_list): Use block iterator.
6469
a2ca7a52
TT
64702012-05-10 Tom Tromey <tromey@redhat.com>
6471
6472 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
6473 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
6474 (lookup_partial_symbol, find_last_source_symtab_from_partial)
6475 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
6476 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
6477 Update.
6478
64ea88dc
JB
64792012-05-10 Joel Brobecker <brobecker@adacore.com>
6480
6481 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
6482 print-file-var-lib2.c, print-file-var-main.c and
6483 print-file-var.exp (located in gdb/testsuite/gdb.base).
6484
99a547d6
JB
64852012-05-10 Joel Brobecker <brobecker@adacore.com>
6486
6487 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6488 try locating the symbol in the symbol's own objfile first, before
6489 extending the search to all objfiles.
6490 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6491 out of lookup_symbol_aux_symtabs.
6492 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6493 Replace extracted-out code by call to lookup_symbol_aux_objfile.
6494 Do not search EXCLUDE_OBJFILE.
6495 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6496 (lookup_symbol_global): Search for matches in the block's objfile
6497 first, before searching all other objfiles.
6498
0ece64fd
TG
64992012-05-10 Tristan Gingold <gingold@adacore.com>
6500
6501 * printcmd.c (set_command): Add pre/post inc/dec.
6502
3d16a105
FCE
65032012-05-09 Frank Ch. Eigler <fche@redhat.com>
6504
6505 * gdb.1: Document -ex option.
6506
2efbc0f7
JB
65072012-05-09 Joel Brobecker <brobecker@adacore.com>
6508
6509 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
6510 * inferior.h (AT_SYMBOL): Delete.
6511
2c76a0c7
JB
65122012-05-09 Joel Brobecker <brobecker@adacore.com>
6513
6514 * mips-tdep.c (mips_push_dummy_code): New function.
6515 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
6516 ON_STACK and install mips_push_dummy_code as our gdbarch
6517 push_dummy_code routine.
6518
9401a810
PA
65192012-05-09 Pedro Alves <palves@redhat.com>
6520
6521 * target.c (set_maintenance_target_async_permitted): Rename to ...
6522 (set_target_async_command): ... this.
6523 (show_maintenance_target_async_permitted): Rename to ...
6524 (show_target_async_command): ... this.
6525 (initialize_targets): Adjust.
6526
3929b321
DE
65272012-05-08 Doug Evans <dje@google.com>
6528
6529 * go-exp.y (classify_name): Add missing assignment of fields of
6530 yylval.ssym.
6531
c41535fd
EZ
65322012-05-08 Eli Zaretskii <eliz@gnu.org>
6533
6534 Display the ">" prompt in interactive mode while reading canned
6535 commands, even when the current interpreter is MI.
6536
6537 * interps.c (interp_set_temp): New function.
6538
6539 * interps.h (interp_set_temp): Add prototype.
6540
6541 * cli/cli-script.c (restore_interp): New cleanup function.
6542 (read_command_lines): Temporarily override the current interpreter
6543 with CLI and arrange for restoring the original one.
6544
c0749c4d
JS
65452012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
6546
6547 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
6548
d7333987
SDJ
65492012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
6550
6551 * probe.c (parse_probes): Move conditional to check for
6552 debuginfo files from here...
6553 * stap-probe.c (stap_get_probes): ... to here.
6554
649e6d92
MK
65552012-05-07 Mark Kettenis <kettenis@gnu.org>
6556 H.J. Lu <hongjiu.lu@intel.com>
6557
6558 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
6559 `movl %esp, %ebp' for the X32 ABI.
6560
f39c6ffd
TT
65612012-05-07 Tom Tromey <tromey@redhat.com>
6562
6563 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
6564 get_DW_TAG_name.
6565 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
6566 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
6567 (dwarf_stack_op_name): Remove.
6568 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
6569 (decode_locdesc): Use get_DW_OP_name.
6570 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
6571 (dwarf2_compile_expr_to_ax): Likewise.
6572 (disassemble_dwarf_expression): Likewise.
6573 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
6574
1e1f6591
CLT
65752012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
6576
6577 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
6578 (sh_linux_sigtramp_cache): New function.
6579 (sh_linux_sigreturn_init): New function.
6580 (sh_linux_rt_sigreturn_init): New function.
6581 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
6582 patterns.
6583 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
6584 syscall codes.
6585 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
6586 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
6587 (sh_linux_init_abi): Add init calls to register new tramp_frame
6588 definitions under 32-bit SH, update comments.
6589
545c08b4
PA
65902012-05-07 Pedro Alves <palves@redhat.com>
6591
daac165e
PA
6592 PR gdb/10952
6593
545c08b4
PA
6594 * amd64-linux-tdep.c: Include glibc-tdep.h.
6595 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
6596 gdbarch_skip_solib_resolver callback.
6597
af2c1515
JK
65982012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6599
6600 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
6601 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
6602 (show_auto_load_safe_path): Check any-directory by comparison with "/".
6603 (add_auto_load_safe_path): Change the error message.
6604 (_initialize_auto_load): Change the "safe-path" help text.
6605 * configure: Regenerate
6606 * configure.ac (--without-auto-load-safe-path): Set
6607 WITH_AUTO_LOAD_SAFE_PATH to /.
6608
1067f998
SDJ
66092012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
6610
6611 * stap-probe.h: Do not include unecessary `probe.h'.
6612
45dfa85a
AM
66132012-05-05 Alan Modra <amodra@gmail.com>
6614
6615 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
6616 bfd_und_section_ptr.
6617 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
6618 and bfd_com_section_ptr.
6619
cf093994
JB
66202012-05-04 Joel Brobecker <brobecker@adacore.com>
6621
762ebb75 6622 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
cf093994 6623
d40dc7a8
JB
66242012-05-04 Joel Brobecker <brobecker@adacore.com>
6625
6626 * windows-nat.h (segment_register_p_ftype): New typedef.
6627 (windows_set_segment_register_p): Add declaration.
6628 * windows-nat.c (segment_register_p): New static global.
6629 (windows_set_segment_register_p): New function.
6630 (do_windows_fetch_inferior_registers): Add special handling
6631 for segment registers.
6632 * amd64-windows-nat.c: #include "amd64-tdep.h".
6633 (amd64_windows_segment_register_p): New function.
6634 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
6635 * i386-windows-nat.c: #include "i386-tdep.h".
6636 (i386_windows_segment_register_p): New function.
6637 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
6638
52b3699b
TG
66392012-05-04 Tristan Gingold <gingold@adacore.com>
6640
6641 * printcmd.c (set_command): Emit a warning if the expression is not
6642 an assignment.
6643
94c74239
JB
66442012-05-03 Joel Brobecker <brobecker@adacore.com>
6645
6646 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
6647 Make static.
6648
fcf57f19
SDJ
66492012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
6650
6651 * stap-probe.c (stap_is_operator): Change declaration.
6652 (stap_get_opcode): Change return value.
6653 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
6654 `stap_parse_argument_1'.
6655
27d2932e
PA
66562012-05-03 Pedro Alves <pedro@codesourcery.com>
6657
6658 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
6659 debug log.
6660
a20ee7a4
SCR
66612012-05-03 Siva Chandra Reddy <sivachandra@google.com>
6662
6663 Add two new methods global_block and static_block to gdb.Symtab
6664 objects.
6665 * NEWS (Python scripting): Add entry about the new methods.
6666 * python/py-symtab.c (stpy_global_block): New function which
6667 implements the gdb.Symtab.global_block() method.
6668 (stpy_static_block): New function which implements the
6669 gdb.Symtab.static_block() method.
6670 (symtab_object_methods): Add entries for the two new methods.
6671
943cb756
DE
66722012-05-03 Doug Evans <dje@google.com>
6673
6674 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
6675 files.
6676
f4644a3f
YQ
66772012-05-03 Yao Qi <yao@codesourcery.com>
6678
6679 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
6680 space.
6681 (i386_process_record): Ditto.
6682
ef61f180
JB
66832012-05-02 Joel Brobecker <brobecker@adacore.com>
6684
6685 * infcall.c (unwind_on_signal_p): Make static.
6686
02f1df11
JB
66872012-05-02 Joel Brobecker <brobecker@adacore.com>
6688
6689 * sol-thread.c (solaris_pid_to_str): Make static.
6690 (_initialize_sol_thread): Add prototype.
6691
39023530
JB
66922012-05-02 Joel Brobecker <brobecker@adacore.com>
6693
6694 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
6695
c6b0c501
CF
66962012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
6697
6698 * MAINTAINERS: Remove myself.
6699
1ef71717
JK
67002012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6701
6702 Fix --without-auto-load-safe-path for MS-Windows host platform.
6703 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
6704
b31b86a7
EZ
67052012-05-02 Eli Zaretskii <eliz@gnu.org>
6706
6707 * gdb_curses.h: Undefine KEY_EVENT before including curses
6708 headers. Move "#undef MOUSE_MOVED" before any curses header
6709 inclusion.
6710
777532fc
SDJ
67112012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
6712
6713 * features/i386/i386-mmx-linux.c: Regenerate.
6714 * features/rs6000/powerpc-32.c: Likewise.
6715 * features/rs6000/powerpc-32l.c: Likewise.
6716 * features/rs6000/powerpc-403.c: Likewise.
6717 * features/rs6000/powerpc-403gc.c: Likewise.
6718 * features/rs6000/powerpc-405.c: Likewise.
6719 * features/rs6000/powerpc-505.c: Likewise.
6720 * features/rs6000/powerpc-601.c: Likewise.
6721 * features/rs6000/powerpc-602.c: Likewise.
6722 * features/rs6000/powerpc-603.c: Likewise.
6723 * features/rs6000/powerpc-604.c: Likewise.
6724 * features/rs6000/powerpc-64.c: Likewise.
6725 * features/rs6000/powerpc-64l.c: Likewise.
6726 * features/rs6000/powerpc-750.c: Likewise.
6727 * features/rs6000/powerpc-860.c: Likewise.
6728 * features/rs6000/powerpc-e500.c: Likewise.
6729 * features/rs6000/powerpc-e500l.c: Likewise.
6730 * features/rs6000/powerpc-isa205-32l.c: Likewise.
6731 * features/rs6000/powerpc-isa205-64l.c: Likewise.
6732 * features/rs6000/rs6000.c: Likewise.
6733
d71871bc
SDJ
67342012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
6735
6736 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
6737 variable.
6738 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
6739 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
6740 (stap_parse_argument) <e>: Likewise.
6741 (handle_stap_probe) <byte_order>: Likewise.
6742
fd820528
DE
67432012-04-30 Doug Evans <dje@google.com>
6744
6745 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
6746 init_and_read_dies_worker. All callers updated.
6747 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
6748 replaced with init_cutu_and_read_dies.
6749 (load_partial_comp_unit): Pass 1 for use_existing_cu.
6750 (find_partial_die): Remove FIXME. Don't free current CU.
6751
ec3f619d 67522012-04-30 Sterling Augustine <saugustine@google.com>
be36f02d
SA
6753
6754 * contrib: New directory.
6755 * contrib/test_pubnames_and_indexes.py: New file.
6756
fceca515
DE
67572012-04-30 Doug Evans <dje@google.com>
6758
6759 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
6760 All callers updated.
6761 (init_cu_die_reader): Verify the section is non-empty.
6762 (dwarf_decode_line_header): Don't dereference section->asection
6763 until we know the section is present.
6764
311fe7e1
SDJ
67652012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
6766
6767 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
6768 probes.
6769
5977971a
YQ
67702012-04-29 Yao Qi <yao@codesourcery.com>
6771
6772 * gdb-code-style.el: New hook gdb-markup-hook
6773 and gdb-comment-hook.
6774
dee91e82
DE
67752012-04-28 Doug Evans <dje@google.com>
6776
3019eac3
DE
6777 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
6778 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
6779 objfile->obfd.
6780 * symfile.h (dwarf2_debug_sections): New member addr.
6781 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
6782 (ctx_no_get_addr_index): New function.
6783 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
6784 (ctx_no_get_addr_index): Declare.
6785 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
6786 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
6787 (dwarf_expr_ctx_funcs): Update.
6788 (needs_get_addr_index): New function.
6789 (needs_frame_ctx_funcs): Update.
6790 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
6791 * dwarf2read.c: #include "gdbcore.h".
6792 (dwarf2_per_objfile): New members addr, dwo_files.
6793 (dwarf2_elf_names): Add entry for addr.
6794 (struct dwo_section_names): New type.
6795 (dwo_section_names): New static global.
6796 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
6797 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
6798 old debug_types_section member updated to use this.
6799 Rename member debug_types_section to info_or_types_section,
6800 all uses updated.
6801 (signatured_type): Rename member type_offset to type_offset_in_tu,
6802 all uses updated. New member type_offset_in_section.
6803 (struct dwo_sections): New type.
6804 (struct dwo_unit): New type.
6805 (struct dwo_file): New type.
6806 (die_reader_specs): New member dwo_file.
6807 (dwarf2_locate_sections): Watch for .debug_addr.
6808 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
6809 (dwarf2_read_section): Get bfd of section from bfd's asection,
6810 instead of objfile.
6811 (create_cus_from_index): Initialize the_cu->info_or_types_section.
6812 (create_signatured_type_table_from_index): Initialize
6813 sig_type->info_or_types_section.
6814 (dw2_get_file_names): Statement lists for type units with DWO files
6815 live in the DWO file.
6816 (create_debug_types_hash_table): New function.
6817 (create_all_type_units): Rewrite.
6818 (init_cu_die_reader): New arg dwo_file, all callers updated.
6819 (init_and_read_dies_worker): Get section from
6820 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
6821 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
6822 continue reading the CU/TU from there.
6823 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
6824 updated. Get section from this_cu->info_or_types_section.
6825 (create_all_comp_units): Initialize this_cu->info_or_types_section.
6826 (skip_one_die): New cases DW_FORM_GNU_addr_index,
6827 DW_FORM_GNU_str_index.
6828 (hash_dwo_file, eq_dwo_file): New functions.
6829 (allocate_dwo_file_hash_table): New function.
6830 (hash_dwo_unit, eq_dwo_unit): New functions.
6831 (allocate_dwo_unit_table): New function.
6832 (dwarf2_locate_dwo_sections): New function.
6833 (struct create_dwo_info_table_data): New type.
6834 (create_debug_info_hash_table_reader): New function.
6835 (create_debug_info_hash_table): New function.
6836 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
6837 (lookup_dwo_file): New function.
6838 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
6839 (free_dwo_file, free_dwo_file_cleanup): New functions.
6840 (free_dwo_file_from_slot, free_dwo_files): New functions.
6841 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
6842 (dwarf2_record_block_ranges): Ditto.
6843 (read_partial_die): Ditto.
6844 (process_enumeration_scope): Update to use type_offset_in_section.
6845 (read_full_die_1): New function.
6846 (read_full_die): Rewrite.
6847 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
6848 DW_FORM_GNU_str_index.
6849 (read_addr_index_1, read_addr_index): New functions.
6850 (read_addr_index_from_leb128): New function.
6851 (struct dwarf2_read_addr_index_data): New type.
6852 (dwarf2_read_addr_index_reader): New function.
6853 (dwarf2_read_addr_index): New function.
6854 (read_str_index): New function.
6855 (leb128_size): New function.
6856 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
6857 If processing a type unit from a DWO file, get the line section
6858 from the DWO file.
6859 (var_decode_location): Watch for DW_OP_GNU_addr_index.
6860 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
6861 DW_FORM_GNU_str_index.
6862 (lookup_die_type): Check whether section offset of type's die is
6863 known before looking it up. Remove assert. Condition can
6864 legimately happen for inter-cu type references.
6865 (dwarf_attr_name): Handle Fission attributes.
6866 (dwarf_form_name): Handle Fission forms.
6867 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
6868 DW_FORM_GNU_str_index.
6869 (follow_die_sig): Update to use type_offset_in_section.
6870 (decode_locdesc): New case DW_OP_GNU_addr_index.
6871 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
6872 DW_FORM_GNU_str_index.
6873 (cu_debug_loc_section): New function.
6874 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
6875 (dwarf2_per_objfile_free): Unmap .debug_addr section.
6876 Free DWO files if present.
6877 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
6878
dee91e82
DE
6879 Refactor DIE reading.
6880 * dwarf2read.c (dwarf2_per_objfile): Replace members
6881 debug_info_type_hash and debug_types_type_hash with die_type_hash.
6882 (die_reader_specs): New member "die_section". Temporarily make
6883 member "buffer" non-const, pending constifying all info_ptr uses.
6884 (die_reader_func_ftype): New typedef.
6885 (dw2_get_file_names_reader): New function.
6886 (dw2_get_file_names): Rewrite.
6887 (read_and_check_type_unit_head): Rename arg type_offset to
6888 type_offset_in_tu.
6889 (create_all_type_units): Improve debugging message.
6890 Improve dummy type unit check.
6891 (init_cu_die_reader): New arg "section". All callers updated.
6892 (init_and_read_dies_worker): New function.
6893 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
6894 (init_cutu_and_read_dies_no_follow): New function.
6895 (init_cutu_and_read_dies_simple): New function.
6896 (process_psymtab_comp_unit_reader): New function.
6897 (process_psymtab_comp_unit): Delete args section,
6898 is_debug_types_section. Rewrite. All callers updated.
6899 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
6900 All callers updated. Rewrite.
6901 (load_partial_comp_unit_reader): New function.
6902 (load_partial_comp_unit): Rewrite.
6903 (skip_children): New arg reader. Delete args buffer, cu.
6904 All callers updated.
6905 (skip_one_die): New arg reader. Delete args buffer, cu.
6906 All callers updated.
6907 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
6908 All callers updated.
6909 (load_full_comp_unit_reader): New function.
6910 (load_full_comp_unit): Rewrite.
6911 (read_comp_unit): Delete.
6912 (read_die_and_children_1): Delete, contents moved ...
6913 (read_die_and_children): ... here.
6914 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
6915 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
6916 All callers updated.
6917 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
6918 All callers updated.
6919 (find_partial_die): Rewrite load_all_dies support.
6920 (read_attribute_value): New arg reader. Delete args abfd, cu.
6921 All callers updated.
6922 (read_attribute): New arg reader. Delete args abfd, cu.
6923 All callers updated.
6924 (load_full_type_unit): Add assert.
6925 (read_signatured_type_reader): New function.
6926 (read_signatured_type): Rewrite.
6927 (free_stack_comp_unit): Remove call to age_cached_comp_units.
6928 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
6929 All callers updated. Set per_cu->cu = NULL after freeing it.
6930 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
6931 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
6932 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
6933 (set_die_type): Update.
6934 (get_die_type_at_offset): Update.
6935 (read_file_scope): Call prepare_one_comp_unit.
6936 (read_type_unit_scope): Ditto.
6937 (prepare_one_comp_unit): Set producer if present.
6938
72d59e0d
SDJ
69392012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6940
6941 * probe.c (compile_rx_or_error): Silence ARI warning about missing
6942 gettext function on `error'.
6943
0fefef59
DE
69442012-04-27 Doug Evans <dje@google.com>
6945
6946 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
6947 is empty.
6948
28106bc2
SDJ
69492012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6950 Tom Tromey <tromey@redhat.com>
6951
6952 * breakpoint.c (struct breakpoint_objfile_data)
6953 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
6954 <exception_probes>: New fields.
6955 (free_breakpoint_probes): New function.
6956 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
6957 `_Unwind_DebugHook'.
6958 (create_exception_master_breakpoint): Likewise.
6959 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
6960 * infrun.c: Including necessary header files for handling SystemTap
6961 probes.
6962 (handle_inferior_event): Handling longjmp breakpoint and exceptions
6963 via SystemTap probes.
6964 (check_exception_resume): Remove `func' argument. Handle exception
6965 unwinding breakpoint set via a SystemTap probe.
6966 (insert_exception_resume_from_probe): New function.
6967
55aa24fb
SDJ
69682012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6969 Tom Tromey <tromey@redhat.com>
6970 Jan Kratochvil <jan.kratochvil@redhat.com>
6971
6972 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
6973 (COMMON_OBS): Likewise.
6974 (HFILES_NO_SRCDIR): Add `probe'.
6975 * NEWS: Mention support for static and SystemTap probes.
6976 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
6977 SystemTap probes' arguments parser.
6978 * arm-linux-tdep.c: Including headers needed to perform the parsing
6979 of SystemTap probes' arguments.
6980 (arm_stap_is_single_operand): New function.
6981 (arm_stap_parse_special_token): Likewise.
6982 (arm_linux_init_abi): Initializing proper fields used by SystemTap
6983 probes' arguments parser.
6984 * ax-gdb.c (require_rvalue): Removing static declaration.
6985 (gen_expr): Likewise.
6986 * ax-gdb.h (gen_expr): Declaring function.
6987 (require_rvalue): Likewise.
6988 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
6989 (bkpt_probe_breakpoint_ops): New variable.
6990 (momentary_breakpoint_from_master): Set the `probe' value.
6991 (add_location_to_breakpoint): Likewise.
6992 (break_command_1): Using proper breakpoint_ops according to the
6993 argument passed by the user in the command line.
6994 (bkpt_probe_insert_location): New function.
6995 (bkpt_probe_remove_location): Likewise.
6996 (bkpt_probe_create_sals_from_address): Likewise.
6997 (bkpt_probe_decode_linespec): Likewise.
6998 (tracepoint_probe_create_sals_from_address): Likewise.
6999 (tracepoint_probe_decode_linespec): Likewise.
7000 (tracepoint_probe_breakpoint_ops): New variable.
7001 (trace_command): Using proper breakpoint_ops according to the
7002 argument passed by the user in the command line.
7003 (initialize_breakpoint_ops): Initializing breakpoint_ops for
7004 static probes on breakpoints and tracepoints.
7005 * breakpoint.h (struct bp_location) <probe>: New field.
7006 * cli-utils.c (skip_spaces_const): New function.
7007 (extract_arg): Likewise.
7008 * cli-utils.h (skip_spaces_const): Likewise.
7009 (extract_arg): Likewise.
7010 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
7011 * configure.ac: Append `stap-probe.o' to be generated when ELF
7012 support is present.
7013 * configure: Regenerate.
7014 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
7015 * elfread.c: Include `probe.h' and `arch-utils.h'.
7016 (probe_key): New variable.
7017 (elf_get_probes): New function.
7018 (elf_get_probe_argument_count): Likewise.
7019 (elf_evaluate_probe_argument): Likewise.
7020 (elf_compile_to_ax): Likewise.
7021 (elf_symfile_relocate_probe): Likewise.
7022 (stap_probe_key_free): Likewise.
7023 (elf_probe_fns): New variable.
7024 (elf_sym_fns): Add `sym_probe_fns' value.
7025 (elf_sym_fns_lazy_psyms): Likewise.
7026 (elf_sym_fns_gdb_index): Likewise.
7027 (_initialize_elfread): Initialize objfile cache for static
7028 probes.
7029 * gdb_vecs.h (struct probe): New forward declaration.
7030 (probe_p): New VEC declaration.
7031 * gdbarch.c: Regenerate.
7032 * gdbarch.h: Regenerate.
7033 * gdbarch.sh (stap_integer_prefix): New variable.
7034 (stap_integer_suffix): Likewise.
7035 (stap_register_prefix): Likewise.
7036 (stap_register_suffix): Likewise.
7037 (stap_register_indirection_prefix): Likewise.
7038 (stap_register_indirection_suffix): Likewise.
7039 (stap_gdb_register_prefix): Likewise.
7040 (stap_gdb_register_suffix): Likewise.
7041 (stap_is_single_operand): New function.
7042 (stap_parse_special_token): Likewise.
7043 (struct stap_parse_info): Forward declaration.
7044 * i386-tdep.c: Including headers needed to perform the parsing
7045 of SystemTap probes' arguments.
7046 (i386_stap_is_single_operand): New function.
7047 (i386_stap_parse_special_token): Likewise.
7048 (i386_elf_init_abi): Initializing proper fields used by SystemTap
7049 probes' arguments parser.
7050 * i386-tdep.h (i386_stap_is_single_operand): New function.
7051 (i386_stap_parse_special_token): Likewise.
7052 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
7053 * mipsread.c (ecoff_sym_fns): Likewise.
7054 * objfiles.c (objfile_relocate1): Support relocation for static
7055 probes.
7056 * parse.c (prefixify_expression): Remove static declaration.
7057 (initialize_expout): Likewise.
7058 (reallocate_expout): Likewise.
7059 * parser-defs.h (initialize_expout): Declare function.
7060 (reallocate_expout): Likewise.
7061 (prefixify_expression): Likewise.
7062 * ppc-linux-tdep.c: Including headers needed to perform the parsing
7063 of SystemTap probes' arguments.
7064 (ppc_stap_is_single_operand): New function.
7065 (ppc_stap_parse_special_token): Likewise.
7066 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
7067 probes' arguments parser.
7068 * probe.c: New file, for generic statically defined probe support.
7069 * probe.h: Likewise.
7070 * s390-tdep.c: Including headers needed to perform the parsing of
7071 SystemTap probes' arguments.
7072 (s390_stap_is_single_operand): New function.
7073 (s390_gdbarch_init): Initializing proper fields used by SystemTap
7074 probes' arguments parser.
7075 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
7076 * stap-probe.c: New file, for SystemTap probe support.
7077 * stap-probe.h: Likewise.
7078 * symfile.h: Include `gdb_vecs.h'.
7079 (struct sym_probe_fns): New struct.
7080 (struct sym_fns) <sym_probe_fns>: New field.
7081 * symtab.c (init_sal): Initialize `probe' field.
7082 * symtab.h (struct probe): Forward declaration.
7083 (struct symtab_and_line) <probe>: New field.
7084 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
7085 locations.
7086 (stop_tracing): Likewise.
7087 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
7088
22d2b532
SDJ
70892012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7090 Tom Tromey <tromey@redhat.com>
7091
7092 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
7093 and to compile agent expressions.
7094 * infrun.c (siginfo_make_value): New argument `ignore'.
7095 (siginfo_funcs): New struct.
7096 (_initialize_infrun): New argument when calling
7097 `create_internalvar_type_lazy'.
7098 * thread.c (thread_id_make_value): New argument `ignore'.
7099 (thread_funcs): New struct.
7100 (_initialize_thread): New argument when calling
7101 `create_internalvar_type_lazy'.
7102 * tracepoint.c (sdata_make_value): New argument `ignore'.
7103 (sdata_funcs): New struct.
7104 (_initialize_tracepoint): New argument when calling
7105 `create_internalvar_type_lazy'.
7106 * value.c (make_value): New struct.
7107 (create_internalvar_type_lazy): New argument `data'.
7108 (compile_internalvar_to_ax): New function.
7109 (value_of_internalvar): Properly handling `make_value' case.
7110 (clear_internalvar): Likewise.
7111 (show_convenience): Adding `TRY_CATCH' block.
7112 * value.h (internalvar_make_value): Delete, replace by...
7113 (struct internalvar_funcs): ... this.
7114 (create_internalvar_type_lazy) <fun>: Delete argument.
7115 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
7116 (compile_internalvar_to_ax): New function.
7117 * windows-tdep.c (tlb_make_value): New argument `ignore'.
7118 (tlb_funcs): New struct.
7119 (_initialize_windows_tdep): New argument when calling
7120 `create_internalvar_type_lazy'.
7121
91da1414
MW
71222012-04-27 Mark Wielaard <mjw@redhat.com>
7123
7124 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
7125 see whether it is an address or a constant offset from DW_AT_low_pc.
7126 (dwarf2_record_block_ranges): Likewise.
7127 (read_partial_die): Likewise.
7128
4ab9d8ec
MW
71292012-04-26 Mark Wielaard <mjw@redhat.com>
7130
7131 * MAINTAINERS (Write After Approval): Add myself to the list.
7132
a0911fd0
MR
71332012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
7134
7135 * proc-utils.h (proc_prettyprint_signalset): New prototype.
7136 (proc_prettyprint_signal): Likewise.
7137 (proc_prettyprint_faultset): Likewise.
7138 (proc_prettyprint_fault): Likewise.
7139 (proc_prettyprint_actionset): Likewise.
7140 (proc_prettyprint_flags): Move to new proc-flags.c section.
7141 (proc_prettyfprint_flags): New prototype.
7142 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
7143 (proc_syscall, proc_cursig): Likewise.
7144 (proc_set_kill_on_last_close): Likewise.
7145 (proc_unset_kill_on_last_close): Likewise.
7146 (proc_set_watchpoint): Make static.
7147 (proc_delete_dead_threads): Likewise.
7148 (procfs_set_watchpoint): Likewise.
7149 (_initialize_procfs): Add prototype.
7150 * proc-events.c: Include proc-utils.h.
7151 (init_syscall_table): Make static.
7152 * proc-api.c (_initialize_proc_api): Add prototype.
7153 * proc-flags.c: Include proc-utils.h.
7154
9009e1ae
MR
71552012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
7156
7157 * configure.ac: Add AC_ARG_PROGRAM.
7158 * configure: Regenerate.
7159
4fae6e18
JK
71602012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7161
7162 Fix DW_AT_lower_bound defaults for DWARF-4+.
7163 * dwarf2read.c (read_subrange_type): Remove initialization of low and
7164 high. New variable low_default_is_valid. Implement DWARF-4+
7165 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
7166 no default by the DWARF standard.
7167
14132e89 71682012-04-26 Maciej W. Rozycki <macro@mips.com>
f782ad9b 7169 Maciej W. Rozycki <macro@codesourcery.com>
14132e89
MR
7170
7171 * infrun.c (handle_inferior_event): Move the check for return
7172 trampolines ahead of the check for function trampolines.
7173 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
7174 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
7175 (mips_str_mips16_ret_stub): Likewise.
7176 (mips_str_call_fp_stub): Likewise.
7177 (mips_str_call_stub): Likewise.
7178 (mips_str_fn_stub): Likewise.
7179 (mips_str_pic): Likewise.
7180 (mips_in_frame_stub): New function.
7181 (mips_unwind_pc): Return the return address rather than the PC
7182 if the PC of an intermediate frame is inside a call thunk.
7183 (mips_is_stub_suffix): New function.
7184 (mips_is_stub_mode): Likewise.
7185 (mips_get_mips16_fn_stub_pc): Likewise.
7186 (mips_skip_mips16_trampoline_code): Update to handle all the
7187 currently generated stub types. Don't recurse into __fn_stub
7188 thunks. Remove heuristics to handle stubs beyond etext/_etext.
7189 Use cooked register accesses.
7190 (mips_in_return_stub): Reintroduce function.
7191 (mips_skip_trampoline_code): Traverse trampolines recursively.
7192 (mips_gdbarch_init): Handle MIPS16 return trampolines.
7193
518f0db5 71942012-04-26 Joel Brobecker <brobecker@adacore.com>
7195
7196 GDB 7.4.1 released.
7197
3184d3f9
JL
71982012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
7199
7200 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
7201 * features/arm-with-m-vfp-d16.xml: New file. Describes
7202 Cortex-M with VFPv4-sp-d16 FPU register layout.
7203 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
7204 * features/arm-with-m-vfp-d16.c: New. Generated from above.
7205 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
7206 (arm-register_g_packet_guesses): Add vfp-d16 guess.
7207 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
7208
b6201d44
DE
72092012-04-25 Doug Evans <dje@google.com>
7210
7211 * cli/cli-decode.c (print_doc_line): Use stream instead of
7212 current_uiout.
7213
4e2f8df6
SDJ
72142012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
7215
7216 * features/arm-with-iwmmxt.c: Regenerate.
7217 * features/arm-with-m-fpa-layout.c: Likewise.
7218 * features/arm-with-m.c: Likewise.
7219 * features/arm-with-neon.c: Likewise.
7220 * features/arm-with-vfpv2.c: Likewise.
7221 * features/arm-with-vfpv3.c: Likewise.
7222 * features/mips-dsp-linux.c: Likewise.
7223 * features/mips-linux.c: Likewise.
7224 * features/mips64-dsp-linux.c: Likewise.
7225 * features/mips64-linux.c: Likewise.
7226 * features/s390-linux32.c: Likewise.
7227 * features/s390-linux32v1.c: Likewise.
7228 * features/s390-linux32v2.c: Likewise.
7229 * features/s390-linux64.c: Likewise.
7230 * features/s390-linux64v1.c: Likewise.
7231 * features/s390-linux64v2.c: Likewise.
7232 * features/s390x-linux64.c: Likewise.
7233 * features/s390x-linux64v1.c: Likewise.
7234 * features/s390x-linux64v2.c: Likewise.
7235 * features/tic6x-c62x-linux.c: Likewise.
7236 * features/tic6x-c62x.c: Likewise.
7237 * features/tic6x-c64x-linux.c: Likewise.
7238 * features/tic6x-c64x.c: Likewise.
7239 * features/tic6x-c64xp-linux.c: Likewise.
7240 * features/tic6x-c64xp.c: Likewise.
7241 * target-descriptions.c: Only generate `field_type' and `type'
7242 variables when needed.
7243
2def3e66
JB
72442012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
7245
7246 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
7247
a766d390
DE
72482012-04-25 Doug Evans <dje@google.com>
7249
7250 Initial pass at Go language support.
7251 * NEWS: Mention Go.
7252 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
7253 go-valprint.c.
7254 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
7255 (YYFILES): Add go-exp.c.
7256 (YYOBJ): Add go-exp.o.
7257 (local-maintainer-clean): Delete go-exp.c.
7258 * defs.h (enum language): Add language_go.
7259 * dwarf2read.c: #include "go-lang.h".
7260 (fixup_go_packaging): New function.
7261 (process_full_comp_unit): Call it when processing Go CUs.
7262 (dwarf2_physname): Add Go support.
7263 (read_file_scope): Handle missing language spec for GNU Go.
7264 (set_cu_language): Handle DW_LANG_Go.
7265 * go-exp.y: New file.
7266 * go-lang.h: New file.
7267 * go-lang.c: New file.
7268 * go-typeprint.c: New file.
7269 * go-valprint.c: New file.
7270 * symtab.c: #include "go-lang.h".
7271 (symbol_set_language): Handle language_go.
7272 (symbol_find_demangled_name, symbol_set_names): Ditto.
7273 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
7274
4e2af517
JM
72752012-04-24 Jim Meyering <meyering@redhat.com>
7276
7277 avoid a few strncpy-induced buffer overruns
7278 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
7279 fname and psargs before trying to concatenate.
7280 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
7281 "name" before applying strchr.
7282
b77b7f52
SCR
72832012-04-25 Siva Chandra Reddy <sivachandra@google.com>
7284
7285 * CONTRIBUTE: Use unified diff instead of context diff when
7286 generating patches.
7287
6321c22a
MR
72882012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
7289
7290 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
7291 code. Handle JR.HB correctly.
7292
742c84f6
MR
72932012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
7294
7295 * mips-tdep.c
7296 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
7297 with the other MIPS16 helpers.
7298
7fc7e0c3
SDJ
72992012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
7300
7301 * observer.sh: Conditionally declare `args', thus cleaning up
7302 unused instances of this variable.
7303
20388dd6
YQ
73042012-04-24 Yao Qi <yao@codesourcery.com>
7305
7306 Revert this patch to allow breakpoint always-inserted
7307 in record target.
7308 2011-12-05 Pedro Alves <pedro@codesourcery.com>
f782ad9b
AS
7309 * breakpoint.c: Include record.h.
7310 (breakpoints_always_inserted_mode): Return false when the record
7311 target is in use.
20388dd6
YQ
7312
7313 * breakpoint.c (iterate_over_bp_locations): New.
7314 * breakpoint.h: Declare.
7315 New typedef walk_bp_location_callback.
7316 * record.c (record_open): Call record_init_record_breakpoints.
7317 (record_sync_record_breakpoints): New.
7318 (record_init_record_breakpoints): New.
7319 * NEWS: Mention supporting breakpoint always-inserted mode in
7320 record target.
7321
4734f50e
MK
73222012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
7323
7324 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
7325 any thread.
7326
c326b90e
YQ
73272012-04-24 Yao Qi <yao@codesourcery.com>
7328
7329 * breakpoint.c (ep_is_catchpoint): Renamed to ...
7330 (is_catchpoint): ... it.
7331 (print_one_breakpoint_location): Caller update.
7332 * breakpoint.h: Update declaration.
7333
d8fb5a1e
DM
73342012-04-23 David S. Miller <davem@davemloft.net>
7335
7336 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
7337
34431a2a
TT
73382012-04-23 Tom Tromey <tromey@redhat.com>
7339
7340 * buildsym.c (add_free_pendings): Remove.
7341 * buildsym.h (add_free_pendings): Remove.
7342
4568ecf9
DE
73432012-04-23 Doug Evans <dje@google.com>
7344
7345 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
7346 attr.u.unsnd instead of attr.u.addr.
7347 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
7348 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
7349 DW_FORM_ref_udata.
7350 (dump_die_shallow): Update cases DW_FORM_ref_addr,
7351 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
7352 DW_FORM_ref_udata.
7353 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
7354
dca9aa3a
MR
73552012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
7356
7357 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
7358 (mips_o32_return_value): Likewise.
7359 (mips_o64_return_value): Likewise.
7360
c8ea1972
PH
73612012-04-21 Paul Hilfinger <hilfinger@adacore.com>
7362
7363 * ada-lang.c (ada_evaluate_subexp): Add cases for
f782ad9b
AS
7364 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
7365 their treatment in eval.c.
c8ea1972 7366
8d1b3521
DM
73672012-04-21 David S. Miller <davem@davemloft.net>
7368
7369 * sparc-tdep.c (X_DISP10): Define.
7370 (sparc_analyze_control_transfer): Handle compare-and-branch.
7371
03145bf4
JL
73722012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
7373
7374 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
7375 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
7376
004159a2 73772012-04-20 Nigel Stephens <nigel@mips.com>
f782ad9b 7378 Maciej W. Rozycki <macro@codesourcery.com>
004159a2
MR
7379
7380 * mips-tdep.c (mips_float_register_p): New function.
7381 (mips_convert_register_float_case_p): Use mips_float_register_p.
7382 (mips_register_type): Likewise.
7383 (mips_print_register): Likewise.
7384 (print_gp_register_row): Likewise.
7385 (mips_print_registers_info): Likewise.
7386
7f0e6aae
MR
73872012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
7388
7389 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
7390 of mips16 symbols.
7391
bc17beea
AP
73922012-04-20 Andrew Pinski <apinski@cavium.com>
7393
7394 * MAINTAINERS (Write After Approval): Add myself to the list.
7395
1730a5a5
SDJ
73962012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
7397
7398 * MAINTAINERS: Update my e-mail address.
7399
38ea300a
PA
74002012-04-20 Pedro Alves <palves@redhat.com>
7401
7402 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
7403 $srcdir.
7404 * configure: Regenerate.
7405
111dfaae
SDJ
74062012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
7407
7408 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
7409 declaration.
7410 * gdb_vecs.h: Declare `const_char_ptr' VEC.
7411
4fb2c64a
JK
74122012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7413
7414 Fix compilation compatibility with python-2.4
7415 * python/py-type.c (convert_field): Cast ADDRSTRING for
7416 PyObject_SetAttrString as non-const. New comment.
7417
6328eb38
TT
74182012-04-19 Tom Tromey <tromey@redhat.com>
7419
7420 * top.c (quit_target): Use all_cleanups.
7421 * main.c (captured_command_loop): Use all_cleanups.
7422 * exceptions.c (throw_exception): Use all_cleanups.
7423
c971b7fa
PA
74242012-04-19 Pedro Alves <palves@redhat.com>
7425
7426 * Makefile.in (GNULIB_BUILDDIR): New.
7427 (LIBGNU, INCGNU, GNULIB_H): Adjust.
7428 (SUBDIRS): Add $(GNULIB_BUILDDIR).
7429 (CLEANDIRS). Remove gnulib/import.
7430 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
7431 (all-lib): Ditto.
7432 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
7433 (gnulib/import/Makefile): Replace gnulib/import with
7434 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
7435 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
7436 (aclocal_m4_deps): Remove the gnulib dependencies. Add
7437 acx_configure_dir.m4.
7438 * acinclude.m4: Include acx_configure_dir.m4.
7439 * acx_configure_dir.m4: New file.
7440 * aclocal.m4: Regenerate.
a09130f9
PA
7441 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
7442 calls. Configure gnulib using ACX_CONFIGURE_DIR.
7443 (GNULIB): New variable.
7444 (GNULIB_STDINT_H): Adjust.
7445 (AC_OUTPUT): Don't output gnulib/Makefile.
7446 * gdb/defs.h: Include build-gnulib/config.h.
7447 * aclocal.m4: Regenerate.
7448 * config.in: Regenerate.
7449 * configure: Regenerate.
7450
7451 * gnulib/Makefile.in: New file.
7452 * gnulib/configure.ac: New file.
7453 * gnulib/aclocal.m4: New file.
7454 * gnulib/config.in: New file.
7455 * gnulib/configure: New file.
c971b7fa
PA
7456 * gnulib/: Re-run gnulib-tool to adjust.
7457
b10faa68
DE
74582012-04-19 Doug Evans <dje@google.com>
7459
7460 * cleanups.h (struct cleanup): Move to cleanups.c.
7461 (make_cleanup_dtor_ftype): New typedef.
7462 (make_cleanup_dtor): Use it.
7463 (ALL_CLEANUPS): Replace with ...
7464 (all_cleanups): ... this. Declare. All uses updated.
7465 * cleanups.c: #include "gdb_assert.h".
7466 (sentinel_cleanup): New static global.
7467 (SENTINEL_CLEANUP): Define.
7468 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
7469 (make_my_cleanup2): Assert result is non-NULL.
7470 (all_cleanups): New function.
7471 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
7472 of NULL.
7473
d8c267cc
PA
74742012-04-19 Pedro Alves <palves@redhat.com>
7475
7476 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
7477 Adjust paths to gnulib imported files.
7478
809277f8
PA
74792012-04-19 Pedro Alves <palves@redhat.com>
7480
7481 * gnulib/: Move whole directory ...
7482 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
7483 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
7484 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
7485 (aclocal_m4_deps): Adjust.
7486 * aclocal.m4: Regenerate.
7487 * configure: Regenerate.
7488 * configure.ac: Adjust AC_OUTPUT output.
7489
aad9eab9
YQ
74902012-04-19 Yao Qi <yao@codesourcery.com>
7491
7492 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
7493 (vec.o): New rule.
7494 * vec.c: Move it ...
7495 * common/vec.c: ... here.
7496 * vec.h: Move it ...
7497 * common/vec.h: ... here.
7498
48fe4669
YQ
74992012-04-19 Yao Qi <yao@codesourcery.com>
7500
7501 * gdb-code-style.el: New.
7502
770d76d7
PA
75032012-04-18 Pedro Alves <palves@redhat.com>
7504
7505 Update gnulib from latest git.
7506 (639ea5ae15e39fe48d43e04864b2997301e4b969)
7507
7508 * gnulib/Makefile.am: Update.
7509 * gnulib/dummy.c: Update.
7510 * gnulib/extra/arg-nonnull.h: Update.
7511 * gnulib/extra/c++defs.h: Update.
7512 * gnulib/extra/update-copyright: Update.
7513 * gnulib/extra/warn-on-use.h: Update.
7514 * gnulib/inttypes.in.h: Update.
7515 * gnulib/m4/00gnulib.m4: Update.
7516 * gnulib/m4/extensions.m4: Update.
7517 * gnulib/m4/gnulib-cache.m4: Update.
7518 * gnulib/m4/gnulib-common.m4: Update.
7519 * gnulib/m4/gnulib-comp.m4: Update.
7520 * gnulib/m4/gnulib-tool.m4: Update.
7521 * gnulib/m4/include_next.m4: Update.
7522 * gnulib/m4/inttypes-pri.m4: Update.
7523 * gnulib/m4/inttypes.m4: Update.
7524 * gnulib/m4/longlong.m4: Update.
7525 * gnulib/m4/memchr.m4: Update.
7526 * gnulib/m4/memmem.m4: Update.
7527 * gnulib/m4/mmap-anon.m4: Update.
7528 * gnulib/m4/multiarch.m4: Update.
7529 * gnulib/m4/onceonly.m4: Update.
7530 * gnulib/m4/stddef_h.m4: Update.
7531 * gnulib/m4/stdint.m4: Update.
7532 * gnulib/m4/string_h.m4: Update.
7533 * gnulib/m4/warn-on-use.m4: Update.
7534 * gnulib/m4/wchar_h.m4: Update.
7535 * gnulib/m4/wchar_t.m4: Update.
7536 * gnulib/m4/wint_t.m4: Update.
7537 * gnulib/memchr.c: Update.
7538 * gnulib/memmem.c: Update.
7539 * gnulib/stddef.in.h: Update.
7540 * gnulib/stdint.in.h: Update.
7541 * gnulib/str-two-way.h: Update.
7542 * gnulib/string.in.h: Update.
7543 * gnulib/wchar.in.h: Update.
7544
7545 * gnulib/extra/arg-nonnull.h: Delete.
7546 * gnulib/extra/c++defs.h: Delete.
7547 * gnulib/extra/warn-on-use.h: Delete.
7548 * gnulib/m4/wchar_h.m4: Delete.
7549 * gnulib/m4/wint_t.m4: Delete.
7550 * gnulib/wchar.in.h: Delete.
7551
7552 * gnulib/extra/snippets/arg-nonnull.h: New.
7553 * gnulib/extra/snippets/c++defs.h: New.
7554 * gnulib/extra/snippets/warn-on-use.h: New.
7555
7556 * aclocal.m4: Regenerate.
7557 * config.in: Regenerate.
7558 * configure: Regenerate.
7559 * gnulib/Makefile.in: Regenerate.
7560
174e088e
PA
75612012-04-18 Pedro Alves <palves@redhat.com>
7562
7563 Reimport the update-copyright module from gnulib
7564 (250b80067c1e1d8faa0c42fb572f721975b929c5).
7565
7566 * configure: Regenerate.
7567 * gnulib/Makefile.am: Update.
7568 * gnulib/Makefile.in: Regenerate.
7569 * gnulib/extra/update-copyright: Update.
7570 * gnulib/m4/gnulib-cache.m4: Update.
7571 * gnulib/m4/gnulib-comp.m4: Update.
7572
7f533142
JB
75732012-04-18 Tristan Gingold <gingold@adacore.com>
7574
7575 * configure.ac (aix): Put -lpthread into libs.
7576 * configure: Regenerate.
7577
001822aa
TT
75782012-04-18 Tom Tromey <tromey@redhat.com>
7579
7580 * linespec.c (convert_linespec_to_sals): Don't use
7581 SYMBOL_OBJ_SECTION.
7582 (compare_msymbols): Arguments are minsym_and_objfile, not
7583 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
7584
db026a31
PA
75852012-04-18 Pedro Alves <palves@redhat.com>
7586
7587 Revert gnulib/ part of:
7588 2011-01-01 Joel Brobecker <brobecker@adacore.com>
7589 Copyright year update in most files (performed by copyright.sh).
7590
12df843f
JK
75912012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7592
7593 Fix 64-bit constants on 32-bit hosts.
7594 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
7595 from unsigned long to ULONGEST.
7596 (read_signed_leb128): Change declaration return type from long to
7597 LONGEST.
7598 (dwarf2_const_value_attr): Change declaration parameter value from long
7599 to LONGEST.
7600 (dwarf2_compute_name): Change variable value from long to LONGEST.
7601 (read_unsigned_leb128): Change return type, variable result and some
7602 casts from unsigned long to ULONGEST.
7603 (read_signed_leb128): Change return type, variable result and some
7604 casts from long to LONGEST.
7605 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
7606 value from long to LONGEST.
7607 (dwarf2_const_value): Change variable value from long to LONGEST.
7608 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
7609 plongest and hex_string.
7610 * symtab.h (struct general_symbol_info): Change ivalue from long to
7611 LONGEST, remove the comment.
7612 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
7613 Change SYMBOL_VALUE format strings to use plongest and hex_string.
7614
14e75d8e
JK
76152012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
7616
7617 PR symtab/7259:
7618 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
7619 * ada-lang.c (ada_discrete_type_high_bound)
ac4ea3c2
JK
7620 (ada_discrete_type_low_bound): Fix function comment. Use
7621 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
14e75d8e
JK
7622 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
7623 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7624 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
7625 Use TYPE_FIELD_ENUMVAL.
7626 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
7627 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7628 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
7629 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
7630 TYPE_CODE_ENUM.
7631 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
7632 * dwarf2read.c (process_enumeration_scope): Likewise.
7633 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
7634 field.bitpos.
7635 (class StructMainTypePrettyPrinter): Support also
7636 FIELD_LOC_KIND_ENUMVAL.
7637 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
7638 TYPE_CODE_ENUM.
7639 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7640 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
7641 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
7642 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
7643 field enumval.
7644 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
7645 accommodate enumval.
7646 (struct call_site): Adjust loc_kind to accommodate enumval.
7647 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
7648 (TYPE_FIELD_ENUMVAL): New macros.
7649 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
7650 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
7651 TYPE_CODE_ENUM.
7652 * p-typeprint.c (pascal_type_print_base): Likewise.
7653 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
7654 enumval.
7655 * python/lib/gdb/types.py (make_enum_dict): Likewise.
7656 * python/py-type.c (convert_field): New variable addrstring. Use
7657 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7658 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
7659 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
7660 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
7661 TYPE_CODE_ENUM.
7662 * valprint.c (generic_val_print): Likewise.
7663
380bca97
DE
76642012-04-17 Doug Evans <dje@google.com>
7665
dcc07052
DE
7666 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
7667
380bca97
DE
7668 * dwarf2read.c: Whitespace fixes.
7669 (lookup_signatured_type): Tweak comment.
7670 (get_die_type_at_offset): Fix comment.
7671
ec92004f
JB
76722012-04-17 Joel Brobecker <brobecker@adacore.com>
7673
7674 * xcoffread.c (xcoff_secnum_to_sections): New function.
7675 (secnum_to_section, secnum_to_bfd_section): Reimplement
7676 using xcoff_secnum_to_sections. Rename "secnum" parameter
7677 into "n_scnum".
7678 (RECORD_MINIMAL_SYMBOL): Delete.
7679 (record_minimal_symbol): New function.
7680 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
7681 by call to record_minimal_symbol and set misc_func_recorded
7682 to 1. Set last_csect_sec to the XCOFF section index instead
7683 of GDB's section_offset index. Update calls to
7684 prim_record_minimal_symbol_and_info to pass the BFD section
7685 as well.
7686
40301fb7
JB
76872012-04-17 Joel Brobecker <brobecker@adacore.com>
7688
7689 * xcoffread.c (read_xcoff_symtab): Delete variables
7690 last_csect_val and last_csect_sec and associated code.
7691
e0088cfd
DE
76922012-04-17 Doug Evans <dje@google.com>
7693
58d5e2c3
DE
7694 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
7695 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7696 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
7697 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
7698
c27f5738
DE
7699 * cleanups.h: New file.
7700 * cleanups.c: New file.
7701 * Makefile.in (SFILES): Add cleanups.c.
7702 (HFILES_NO_SRCDIR): Add cleanups.h.
7703 (COMMON_OBS): Add cleanups.o.
7704 * defs.h (struct cleanup): Moved to cleanups.h.
7705 (do_cleanups,do_final_cleanups): Ditto.
7706 (discard_cleanups,discard_final_cleanups): Ditto
7707 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7708 (save_cleanups,save_final_cleanups): Ditto.
7709 (restore_cleanups,restore_final_cleanups): Ditto.
7710 (null_cleanup): Ditto.
7711 (make_my_cleanup,make_my_cleanup2): Ditto.
7712 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7713 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
7714 (do_cleanups,do_final_cleanups): Ditto.
7715 (discard_cleanups,discard_final_cleanups): Ditto
7716 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7717 (save_cleanups,save_final_cleanups): Ditto.
7718 (restore_cleanups,restore_final_cleanups): Ditto.
7719 (null_cleanup): Ditto.
7720 (make_my_cleanup,make_my_cleanup2): Ditto.
7721 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7722
e0088cfd
DE
7723 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
7724 make_my_cleanup.
7725 (make_cleanup_dyn_string_delete): Ditto.
7726 (make_cleanup_ui_file_delete): Ditto.
7727 (make_cleanup_ui_out_redirect_pop): Ditto.
7728 (make_cleanup_free_section_addr_info): Ditto.
7729 (make_cleanup_restore_integer): Ditto.
7730 (make_cleanup_unpush_target): Ditto.
7731 (make_cleanup_value_free_to_mark): Ditto.
7732 (make_cleanup_value_free): Ditto.
7733 (make_cleanup_free_so): Ditto.
7734
4dc84fd1
JK
77352012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7736
7737 New option "set debug auto-load".
7738 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
7739 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
7740 (auto_load_safe_path_vec_update)
7741 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
7742 if DEBUG_AUTO_LOAD.
7743 (file_is_auto_load_safe): New parameters debug_fmt and ....
7744 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
7745 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
7746 caller by explanatory string.
7747 (_initialize_auto_load): Register "set debug auto-load".
7748 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
7749 and ....
7750 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7751 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
7752 by explanatory string.
7753 * main.c (captured_main): Likewise.
7754 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
7755 (source_section_scripts): Likewise.
7756
bccbefd2
JK
77572012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7758
7759 New option "set auto-load safe-path".
7760 * NEWS: New commands "set auto-load safe-path"
7761 and "show auto-load safe-path".
7762 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
7763 (auto_load_safe_path, auto_load_safe_path_vec)
7764 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
7765 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
7766 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
7767 (source_gdb_script_for_objfile): New variable is_safe. Call
7768 file_is_auto_load_safe. Return if it is not.
7769 (struct loaded_script): New field loaded.
7770 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
7771 (print_script): Use LOADED indicator instead of FULL_PATH. Change
7772 output "Missing" to "No".
7773 (_initialize_auto_load): New variable cmd. Initialize
7774 auto_load_safe_path. Register "set auto-load safe-path",
7775 "show auto-load safe-path" and "add-auto-load-safe-path".
7776 * auto-load.h (maybe_add_script): Add parameter loaded.
7777 (file_is_auto_load_safe): New declaration.
7778 * config.in: Regenerate.
7779 * configure: Regenerate.
7780 * configure.ac: New parameters --with-auto-load-safe-path
7781 and --without-auto-load-safe-path.
7782 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7783 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
7784 * main.c (captured_main): Check file_is_auto_load_safe for
7785 LOCAL_GDBINIT.
7786 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
7787 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
7788 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
7789 not.
7790
bf88dd68
JK
77912012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7792
7793 auto-load: Implementation.
7794 * NEWS: New descriptions for "info auto-load",
7795 "info auto-load gdb-scripts", "info auto-load python-scripts",
7796 "info auto-load local-gdbinit" and "info auto-load libthread-db".
7797 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
7798 and "show auto-load-scripts". New description for "set auto-load",
7799 "show auto-load", "set auto-load gdb-scripts",
7800 "show auto-load gdb-scripts", "set auto-load python-scripts",
7801 "show auto-load python-scripts", "set auto-load local-gdbinit",
7802 "show auto-load local-gdbinit", "set auto-load libthread-db" and
7803 "show auto-load libthread-db".
7804 * auto-load.c: Remove include python/python-internal.h. Add includes
7805 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
7806 cli/cli-setshow.h.
7807 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
7808 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
7809 (gdbpy_global_auto_load): Rename to ...
7810 (global_auto_load): ... here.
7811 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7812 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
7813 (script_language_gdb, source_gdb_script_for_objfile): New.
7814 (struct loaded_script): New field language.
7815 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
7816 LANGUAGE.
7817 (maybe_add_script): Add parameter language. Drop redundant
7818 entry.full_path initialization. Initialize entry.language and
7819 (*slot)->language.
7820 (auto_load_objfile_script): Change parameter suffix to language.
7821 Remove the call of maybe_add_script.
7822 Call language->source_script_for_objfile.
7823 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
7824 New.
7825 (collect_matching_scripts): Adjust it for
7826 struct collect_matching_scripts_data.
7827 (auto_load_info_scripts_pattern_nl): New variable.
7828 (info_auto_load_scripts): Rename to ...
7829 (auto_load_info_scripts): ... here, add parameter language. Adjust it
7830 for struct collect_matching_scripts_data.
7831 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
7832 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
7833 (auto_load_show_cmdlist_get, info_auto_load_cmd)
7834 (auto_load_info_cmdlist_get): New.
7835 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
7836 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
7837 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
7838 "info auto-load local-gdbinit".
7839 * auto-load.h (struct script_language): New.
7840 (gdbpy_global_auto_load): Rename to ...
7841 (global_auto_load): ... here.
7842 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7843 (auto_load_local_gdbinit_loaded): New declarations.
7844 (maybe_add_script): New parameter language.
7845 (auto_load_objfile_script): Change parameter suffix to language.
7846 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
7847 (auto_load_info_scripts, auto_load_set_cmdlist_get)
7848 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
7849 declarations.
7850 * linux-thread-db.c: Include auto-load.h and ctype.h.
7851 (auto_load_thread_db, show_auto_load_thread_db): New.
7852 (struct thread_db_info): New field filename.
7853 (delete_thread_db_info): Call xfree for FILENAME.
7854 (try_thread_db_load): Initialize FILENAME.
7855 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
7856 if !AUTO_LOAD_THREAD_DB.
7857 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
7858 (_initialize_thread_db): Install auto_load_thread_db
7859 as "set auto-load libthread-db" and install info_auto_load_libthread_db
7860 as "info auto-load libthread-db".
7861 * main.c (captured_main): Rename gdbpy_global_auto_load to
7862 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
7863 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
7864 (print_gdb_help): Extend the help for 'local init file'.
7865 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
7866 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
7867 (auto_load_scripts): Rename to ...
7868 (auto_load_python_scripts): ... here, update the comment.
7869 (gdbpy_load_auto_script_for_objfile): New declaration.
7870 (show_auto_load_python_scripts, script_language_python)
7871 (gdbpy_load_auto_script_for_objfile): New.
7872 (source_section_scripts): Refactor the code.
7873 (load_auto_scripts_for_objfile): Rename to ...
7874 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
7875 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
7876 (info_auto_load_python_scripts): New.
7877 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
7878 Rename "set auto-load-scripts" to "set auto-load python-scripts".
7879 Register "set auto-load-scripts" as its deprecated alias. Register
7880 "info auto-load python-scripts". Register "info auto-load-scripts" as
7881 its deprecated alias.
7882 (load_auto_scripts_for_objfile): Rename to ...
7883 (gdbpy_load_auto_scripts_for_objfile): ... here.
7884 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
7885 (gdbpy_load_auto_scripts_for_objfile): ... here.
7886
e2207b9a
JK
78872012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7888
7889 auto-load: Move files.
7890 * Makefile.in (SFILES): Add auto-load.c.
7891 (HFILES_NO_SRCDIR): Add auto-load.h.
7892 (COMMON_OBS): Add auto-load.o.
7893 (distclean): Change .gdbinit for gdb-gdb.gdb.
7894 * auto-load.c: New file, with parts from python/py-auto-load.c.
7895 * auto-load.h: New file, with parts from python/python.h.
7896 * configure: Regenerate.
7897 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
7898 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
7899 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
7900 * main.c: Include auto-load.h.
7901 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
7902 command.h, observer.h and progspace.h to auto-load.c. Add include
7903 auto-load.h.
7904 (gdbpy_global_auto_load, struct auto_load_pspace_info)
7905 (struct loaded_script, auto_load_pspace_data)
7906 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
7907 (hash_loaded_script_entry, eq_loaded_script_entry)
7908 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
7909 (maybe_add_script): Move to auto-load.c.
7910 (source_section_scripts): Change maybe_add_script parameters passing,
7911 use script_not_found_warning_print.
7912 (clear_section_scripts, auto_load_objfile_script)
7913 (auto_load_new_objfile, loaded_script_ptr)
7914 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
7915 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
7916 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
7917 auto_load_new_objfile and info_auto_load_scripts initizations to
7918 auto-load.c.
7919 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
7920
e4ab2fad
JK
79212012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7922
7923 Code cleanup.
7924 * charset.c (find_charset_names): Remove variables ix and elt.
7925 Use free_char_ptr_vec.
7926 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
7927 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
7928 debugdir_end. New variable debugdir_len.
7929 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
7930 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
7931 declarations.
7932 * progspace.c (clear_program_space_solib_cache): Remove variables ix
7933 and elt. Use free_char_ptr_vec.
7934 * source.c (add_path): Remove variables argv, arg and argv_index.
7935 New variables dir_vec, back_to, ix and name.
7936 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
7937 make_cleanup_freeargv. Remove variable separator. Simplify the code
7938 no longer expecting DIRNAME_SEPARATOR.
7939 (openp): Remove variable p, p1 and len. New variables dir_vec,
7940 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
7941 no longer expecting DIRNAME_SEPARATOR.
7942 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
7943 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
7944 debugdir_end.
7945 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
7946 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
7947 (dirnames_to_char_ptr_vec): New functions.
7948
5ee4ed9f
JK
79492012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7950
7951 Code cleanup.
7952 * source.c (add_path): Remove always true conditional 'p == 0' and
7953 unindent its code block.
7954
f41f5e61
PA
79552012-04-17 Pedro Alves <palves@redhat.com>
7956
7957 * gdbtypes.h (FIELD_BITPOS): Rename to ...
7958 (FIELD_BITPOS_LVAL): ... this.
7959 (FIELD_BITPOS): New.
7960 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
7961 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
7962 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
7963 SET_FIELD_BITPOS.
7964 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
7965 SET_FIELD_BITPOS.
7966 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
7967 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
7968 * target-descriptions.c (tdesc_gdb_type): Adjust to use
7969 SET_FIELD_BITPOS.
7970
945b3a32
JK
79712012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7972
7973 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
7974 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
7975 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
7976 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
7977 * jv-lang.c (java_link_class_type): Likewise, once.
7978 * stabsread.c (read_enum_type): Likewise.
7979
42476b70
YQ
79802012-04-16 Yao Qi <yao@codesourcery.com>
7981
7982 * common/agent.c (agent_run_command): Add one more parameter `len'.
7983 Update callers.
7984 * common/agent.h: Update declaration.
7985 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
7986 Update.
7987 (linux_child_static_tracepoint_markers_by_strid): Ditto.
7988
8264ba82
AG
79892012-04-14 Anton Gorenkov <xgsa@yandex.ru>
7990
7991 PR mi/13393
7992 * value.c (value_actual_type): New function.
7993 * value.h (value_actual_type): New declaration.
7994 * varobj.c (update_type_if_necessary): New function.
7995 (varobj_create): Call value_actual_type instead of
7996 value_type.
7997 (install_dynamic_child): distinct changed and type changed MI variable
7998 objects.
7999 (update_dynamic_varobj_children): Updated for install_dynamic_child
8000 change. All callers updated.
a09130f9 8001 (varobj_update): Support for MI variable object type change if
8264ba82
AG
8002 the value changed and RTTI is used to determine the type.
8003 (create_child_with_value): Call value_actual_type instead of
8004 value_type.
a09130f9 8005 (adjust_value_for_child_access): Extended with a new parameter which
8264ba82
AG
8006 specify whether the given value should be casted to enclosing type.
8007 All callers updated.
8008
55a8c076
YQ
80092012-04-14 Yao Qi <yao@codesourcery.com>
8010
8011 Import gnulib module inttypes from git
8012 (250b80067c1e1d8faa0c42fb572f721975b929c5)
8013 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
a09130f9
PA
8014 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
8015 gnulib/m4/inttypes-pri.m4
55a8c076
YQ
8016 * aclocal.m4, config.in, configure: Regenerated.
8017 * gnulib/Makefile.am: Update.
8018 * gnulib/Makefile.in: Update.
8019 * gnulib/m4/gnulib-cache.m4: Update.
8020 * gnulib/m4/gnulib-comp.m4: Update.
8021 * gnulib/inttypes.in.h: New.
8022 * gnulib/m4/inttypes-pri.m4: New.
a09130f9 8023 * gnulib/m4/inttypes.m4: New.
55a8c076 8024
ca7781d2
LM
80252012-04-13 Luis Machado <lgustavo@codesourcery.com>
8026
8027 * infrun.c (resume): Update PC address to the real PC after
8028 preparing to do displaced stepping.
8029
e319fa28
DE
80302012-04-12 Doug Evans <dje@google.com>
8031
8032 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
8033 All callers updated.
8034
15add3f5
MK
80352012-04-12 Mark Kettenis <kettenis@gnu.org>
8036
8037 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
8038
52dc124a
DE
80392012-04-12 Doug Evans <dje@google.com>
8040
0e50663e
DE
8041 * dwarf2read.c (create_all_type_units): Renamed from
8042 create_debug_types_hash_table. All callers updated.
8043
52dc124a
DE
8044 * dwarf2read.c (create_signatured_type_table_from_index): Rename
8045 local type_sig to sig_type, type_offset to type_offset_in_tu.
8046 (hash_signatured_type): Renamed from hash_type_signature,
8047 all callers updated.
8048 (eq_signatured_type): Renamed from eq_type_signature,
8049 all callers updated.
8050 (create_debug_types_hash_table): Rename local type_sig to sig_type.
8051 (process_enumeration_scope): Ditto.
8052 (lookup_signatured_type_at_offset): Ditto.
8053 (load_full_type_unit, read_signatured_type): Ditto.
8054
248fd3bf
YQ
80552012-04-12 Yao Qi <yao@codesourcery.com>
8056
8057 * remote.c (async_remote_interrupt): Correct function name in
8058 debug message.
8059 (async_remote_interrupt_twice): Ditto.
8060
bc3aa6c3
DE
80612012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
8062
8063 * source.c (find_and_open_source): Consistently pass resulting
8064 full path through xfullpath.
8065
9e529e1d
JK
80662012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8067
8068 Provide more specific displaced-stepping memory error message.
8069 * infrun.c (displaced_step_prepare): New variable status. Call
8070 target_read_memory instead of read_memory, provide more specific
8071 error message.
8072
82e0cec1
TG
80732012-04-11 Tristan Gingold <gingold@adacore.com>
8074
8075 PR gdb/13901
8076 * darwin-nat.c (darwin_execvp): Revert previous patch.
8077
d987a266
TG
80782012-04-11 Tristan Gingold <gingold@adacore.com>
8079
8080 PR gdb/13901
8081 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
8082 in case of change.
8083
016b7430
TG
80842012-04-11 Tristan Gingold <gingold@adacore.com>
8085
8086 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8087 warning.
8088
06fc020f
SCR
80892012-04-11 Siva Chandra Reddy <sivachandra@google.com>
8090
8091 New command 'explore' which helps explore values and types in
8092 scope.
8093 * NEWS: Add an entry about the new 'explore' command.
8094 * data-directory/Makefile.in: Add gdb/command/explore.py
8095 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
a09130f9 8096 command using the GDB Python API.
06fc020f 8097
de0919f8 80982012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
34b192ce
MR
8099
8100 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
8101 extension in jump target calculation.
8102
de0919f8 81032012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
9e8da49c
MR
8104
8105 * mips-tdep.c (mips32_next_pc): Handle JALX.
8106
2f26ef89
YQ
81072012-04-10 Yao Qi <yao@codesourcery.com>
8108
8109 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
8110
2e505b66
YQ
81112012-04-10 Yao Qi <yao@codesourcery.com>
8112
8113 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
8114 and gnulib/m4/gnulib-tool.m4.
8115
0d99eb77
DE
81162012-04-10 Doug Evans <dje@google.com>
8117
8118 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
8119 (load_partial_dies): Clarify comment.
8120 (find_partial_die): Support rereading type units.
8121 Clarify CU handling, if we know offset is in CU, don't search for the
8122 containing CU. Add comment regarding memory waste.
8123
9a82b8ff
L
81242012-04-10 H.J. Lu <hongjiu.lu@intel.com>
8125
8126 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
8127 i386/x32-avx and i386/x32-avx-linux.
8128 (i386/x32-expedite): New.
8129 (i386/x32-linux-expedite): Likewise.
8130 (i386/x32-avx-expedite): Likewise.
8131 (i386/x32-avx-linux-expedite): Likewise.
8132 ($(outdir)/i386/x32.dat): Likewise.
8133 ($(outdir)/i386/x32-linux.dat): Likewise.
8134 ($(outdir)/i386/x32-avx.dat): Likewise.
8135 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
8136
8137 * features/i386/x32-avx-linux.xml: New file.
8138 * features/i386/x32-avx.xml: Likewise.
8139 * features/i386/x32-core.xml: Likewise.
8140 * features/i386/x32-linux.xml: Likewise.
8141 * features/i386/x32.xml: Likewise.
8142
8143 * features/i386/x32-avx-linux.c: New. Generated.
8144 * features/i386/x32-avx.c: Likewise.
8145 * features/i386/x32-linux.c: Likewise.
8146 * features/i386/x32.c: Likewise.
8147 * regformats/i386/x32-avx-linux.dat: Likewise.
8148 * regformats/i386/x32-avx.dat: Likewise.
8149 * regformats/i386/x32-linux.dat: Likewise.
8150 * regformats/i386/x32.dat: Likewise.
8151
ee41036f
TG
81522012-04-10 Tristan Gingold <gingold@adacore.com>
8153
8154 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
8155 code to kill the inferior.
8156
a7aa5b8a
MK
81572012-04-09 Mark Kettenis <kettenis@gnu.org>
8158
8159 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8160 defines.
8161 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8162 defines.
a09130f9 8163 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
a7aa5b8a
MK
8164 (yyvsp): New defines.
8165 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8166 defines.
8167 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8168 defines.
8169 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8170 defines.
8171 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8172 defines.
8173 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8174 defines.
8175
fb57d452
MK
81762012-04-09 Mark Kettenis <kettenis@gnu.org>
8177
a09130f9 8178 * sparc64-tdep.c (sparc64_store_arguments)
fb57d452
MK
8179 (sparc64_store_arguments): Fix coding style.
8180
cdc7b32f
MK
81812012-04-07 Mark Kettenis <kettenis@gnu.org>
8182
8183 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
8184 complex floats, adjust some related comments and tighten a related
8185 assertion.
8186 (sparc64_extract_return_value): Handle complex floats.
8187
7adf1e79
DE
81882012-04-07 Doug Evans <dje@google.com>
8189
8190 * dwarf2read.c (load_partial_dies): Change condition to assert.
8191
50f1ae7b
DE
81922012-04-06 Doug Evans <dje@google.com>
8193
8194 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
8195 "mov %rsp,%rbp".
8196
55fa75c3
KB
81972012-04-05 Kevin Buettner <kevinb@redhat.com>
8198
8199 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
8200 fencepost error.
8201 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
8202 (v850_gdbarch_init): Set `num_regs' as appropriate for the
8203 architecture.
8204
40e084e1
KS
82052012-04-05 Keith Seitz <keiths@redhat.com>
8206
8207 * linespec.c (decode_compound): Remove.
8208 (enum offset_relative_sign): New enum.
8209 (struct line_offset): New struct.
8210 (struct linespec): New struct.
8211 (struct linespec_state): Move file_symtabs,
8212 user_filename, and user_function into struct linespec.
8213 Make result an anonymous struct holding vectors of
8214 symbolp and minsym_and_objfile_d.
8215 Add language member.
8216 (enum ls_token_type): New enum.
8217 (linespec_keywords): New array.
8218 (struct ls_token): New struct.
8219 (struct ls_parser): New struct.
8220 (linespec_lexer_lex_number): New function.
8221 (linespec_lexer_lex_keyword): New function.
8222 (is_ada_operator): New function.
8223 (skip_quote_char): New function.
8224 (copy_token_string): New function.
8225 (is_closing_quote_enclosed): New function.
8226 (find_parameter_list_end): New function.
8227 (linespec_lexer_lex_string): New function.
8228 (linespec_lexer_lex_one): New function.
8229 (linespec_lexer_consume_token): New function.
8230 (linespec_lexer_peek_token): New function.
8231 (cplusplus_error): Remove unused function.
8232 (find_methods): Update comment.
8233 (find_toplevel_char): Return const.
8234 (is_objc_method_format): Remove unused function.
8235 (find_toplevel_string): New function.
8236 (is_linespec_boundary): Remove.
8237 (symbol_not_found_error): New function.
8238 (find_method_overload_end): Remove function.
8239 (unexpected_linespec_error): New function.
8240 (keep_name_info): Remove.
8241 (linespec_parse_line_offset): New function.
8242 (linespec_parse_basic): New function.
8243 (canonicalize_linespec): New function.
8244 (decode_line_internal): Remove.
8245 (create_sals_line_offset): New function adapted from
8246 decode_all_digits.
8247 (convert_linespec_to_sals): New function.
8248 (parse_linespec): New function.
8249 (linespec_parser_new): New function.
8250 (linespec_state_destructor): Change parameter type to
8251 struct linespec_state *.
8252 Add language parameter.
8253 Remove freeing of moved members.
8254 (linespec_parser_delete): New function.
8255 (decode_line_full): Use parse_linespec and linespec_parser_new.
8256 (decode_line_1): Likewise.
8257 (decode_indirect): Rename to ...
8258 (linespec_expression_to_pc): ... this and rewrite
8259 to simply find CORE_ADDR, storing this result for later
8260 conversion to SALs.
8261 (locate_first_half): Remove.
8262 (deocde_objc): Add parameter LS.
8263 Initialize new struct collect_info members.
8264 Handle minimal symbols, too.
8265 (decode_compound): Delete.
8266 (lookup_prefix_sym): Rewrite.
8267 (compare_msymbols): New function.
8268 (find_method): Rewrite.
8269 Do not call cplusplus_error.
8270 (symtabs_from_filename): Rewrite.
8271 (collect_function_symbols): Delete.
8272 (find_function_symbols): Rewrite without ARGPTR-style
8273 processing.
8274 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
8275 (decode_dollar): Adapted and renamed to ...
8276 (linespec_parse_variable): ... this.
8277 (find_linespec_symbols): New function.
8278 (decode_label): Adapted and renamed to ...
8279 (find_label_symbols): ... this.
8280 (decode_digits_list_mode): Add and use LS argument.
8281 (decode_digits_ordinary): Likewise.
8282 (collect_symbols): Do not collect SALs, just symbols and msymbols.
8283 If in list mode, allow any symbol class. Otherwise, only
8284 permit LOC_BLOCK symbols.
8285 (minsym_found): Update comments.
8286 (search_minsyms_for_name): Do not convert the matching symbol
8287 into a SAL. Simply push the symbol and objfile into the
8288 result vector.
8289 (decode_variable): Delete. Contents adapted into
8290 find_linespec_symbols.
8291
8292 * cp-support.c (SKIP_SPACE): Remove.
8293 (operator_tokens): Remove unused global.
8294 (cp_validate_operator): Remove.
8295 * cp-support.h (cp_validate_operator): Remove declaration.
8296
a72c8f6a
JK
82972012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8298
8299 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
8300 for TYPE_VPTR_FIELDNO.
8301 * valprint.c (valprint_check_validity): Make it global, move the
8302 function comment ...
8303 * value.h (valprint_check_validity): ... to this new declaration.
8304
cf9bb588
TG
83052012-04-02 Tristan Gingold <gingold@adacore.com>
8306
8307 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
8308 the STATE32 api for i386 state.
8309 (i386_darwin_store_inferior_registers): Likewise.
8310
17092398
TG
83112012-04-02 Tristan Gingold <gingold@adacore.com>
8312
8313 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
8314 SS offset.
8315 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8316 format_string.
8317
ece0061f
TG
83182012-04-02 Tristan Gingold <gingold@adacore.com>
8319
8320 PR gdb/13901
d987a266 8321 * darwin-nat.c (darwin_execvp): Set binary preference.
ece0061f 8322
cf65ecd3
JK
83232012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8324
8325 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
8326
9bc3523d
TT
83272012-03-30 Tom Tromey <tromey@redhat.com>
8328
8329 * python/python.c (gdbpy_decode_line): Move cleanup creation out
8330 of TRY_CATCH. Fix error handling.
8331 * python/py-value.c (convert_value_from_python): Move 'old'
8332 declaration to innermost scope.
8333
b1ed564a
JB
83342012-03-29 Joel Brobecker <brobecker@adacore.com>
8335 Andrey Smirnov <andrew.smirnov@gmail.com>
8336
8337 -Wshadow warning fix.
8338 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
8339 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
8340 Adjust code accordingly.
8341
cb8e9b97
JB
83422012-03-29 Joel Brobecker <brobecker@adacore.com>
8343
8344 * ada-lang.c (symbol_completion_add): Rename parameter
8345 "encoded" into "encoded_p". Ajust code and documentation
8346 accordingly.
8347
c0af1706
JB
83482012-03-29 Joel Brobecker <brobecker@adacore.com>
8349 Andrey Smirnov <andrew.smirnov@gmail.com>
8350
8351 -Wshadow warning fix.
8352 * ada-lang.c (symbol_completion_add): Rename parameter
8353 "wild_match" into wild_match_p. Update code and documentation
8354 accordingly.
8355
6ea35997
JB
83562012-03-29 Joel Brobecker <brobecker@adacore.com>
8357
8358 * ada-lang.c (symbol_completion_match): Rename parameter
8359 "encoded" into "encoded_p". Ajust code and documentation
8360 accordingly.
8361
e701b3c0
JB
83622012-03-29 Joel Brobecker <brobecker@adacore.com>
8363 Andrey Smirnov <andrew.smirnov@gmail.com>
8364
8365 -Wshadow warning fix.
8366 * ada-lang.c (symbol_completion_match): Rename parameter
8367 "wild_match" into "wild_match_p". Adjust code and function
8368 documentation accordingly.
8369
5e2336be
JB
83702012-03-29 Joel Brobecker <brobecker@adacore.com>
8371 Andrey Smirnov <andrew.smirnov@gmail.com>
8372
8373 -Wshadow warning fix.
8374 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
8375 "symbol_info" into "info". Adjust code accordingly.
8376 (ada_lookup_symbol): Likewise.
8377
9f88c959
JB
83782012-03-29 Joel Brobecker <brobecker@adacore.com>
8379
8380 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
8381 of this function's documentation.
8382
82ccd55e
JB
83832012-03-29 Joel Brobecker <brobecker@adacore.com>
8384 Andrey Smirnov <andrew.smirnov@gmail.com>
8385
8386 -Wshadow warning fix.
8387 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
8388 variable into "wild_match_p". Adjust code accordingly.
8389
d0a8ab18
JB
83902012-03-29 Joel Brobecker <brobecker@adacore.com>
8391 Andrey Smirnov <andrew.smirnov@gmail.com>
8392
8393 -Wshadow warning fix.
8394 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
8395 parameter into "wild_match_p". Adjust code accordingly.
8396 Document this parameter in the function description.
8397
48b78332
JB
83982012-03-29 Joel Brobecker <brobecker@adacore.com>
8399 Andrey Smirnov <andrew.smirnov@gmail.com>
8400
8401 -Wshadow warning fix.
8402 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
8403 "wild_match" parameter to "wild_match_p" (-Wshadow).
8404
2e6e0353
JB
84052012-03-29 Joel Brobecker <brobecker@adacore.com>
8406
8407 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
8408 in function documentation.
8409
dc4024cd
JB
84102012-03-29 Joel Brobecker <brobecker@adacore.com>
8411 Andrey Smirnov <andrew.smirnov@gmail.com>
8412
8413 -Wshadow warning fix.
8414 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
8415 variable into wild_match_p. Adjust code accordingly.
8416
6c88661c
JB
84172012-03-29 Joel Brobecker <brobecker@adacore.com>
8418 Andrey Smirnov <andrew.smirnov@gmail.com>
8419
8420 * ada-valprint.c (ada_val_print_1): Move the code handling
8421 TYPE_CODE_ENUM inside its own lexical block. Declare
8422 variables len and val there, instead of in the function's
8423 top level block. Avoid declaring deref_val again in a way
8424 that shadows another variable of the same name declared
8425 in one of the up-level blocks. Just re-use the up-level
8426 variable instead.
8427
4e5c77fe
JB
84282012-03-29 Joel Brobecker <brobecker@adacore.com>
8429
8430 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
8431 Replace block_found argument by symbol_info. Adjust
8432 implementation accordingly. Add function documentation.
8433 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
8434 Fix documentation.
8435 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
8436 * ada-exp.y (write_object_renaming): Adjust to new
8437 ada_lookup_encoded_symbol API.
8438
1c0ac8c7
JB
84392012-03-29 Joel Brobecker <brobecker@adacore.com>
8440
8441 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
8442 documentation.
8443
2aaed979
KB
84442012-03-28 Rathish C <rathish.c@kpitcummins.com>
8445
8446 * v850-tdep.c: Add the enum values for mpu and fpu registers.
8447 (v850_register_name): Add the mpu and fpu register names.
8448 (v850e_register_name): Add the mpu and fpu register names.
8449 (v850e2_register_name): New function.
a09130f9 8450 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
2aaed979
KB
8451 bfd_mach_v850e2v3.
8452
927fbba6
JB
84532012-03-28 Joel Brobecker <brobecker@adacore.com>
8454
8455 * NEWS: Add entry for Ada varobj support.
8456
d32cafc7
JB
84572012-03-28 Joel Brobecker <brobecker@adacore.com>
8458
8459 * varobj.c (default_value_is_changeable_p): New function,
8460 extracted from varobj_value_is_changeable_p. Add declaration.
8461 (ada_value_is_changeable_p): New function, extracted from
8462 varobj_value_is_changeable_p. Add declaration.
8463 (struct language_specific): New field "value_is_changeable_p".
8464 (languages): Add entries for new field.
8465 (varobj_create): Set language before calling install_new_value.
8466 (varobj_value_is_changeable_p): Reimplement to call the varobj's
8467 "value_is_changeable_p" language callback.
8468
181875a4
JB
84692012-03-28 Joel Brobecker <brobecker@adacore.com>
8470
8471 * ada-varobj.h, ada-varobj.c: New files.
8472 * Makefile.in (SFILES): Add ada-varobj.c.
8473 (HFILES_NO_SRCDIR): Add ada-varobj.h.
8474 (COMMON_OBS): Add ada-varobj.o.
8475
7a290c40
JB
84762012-03-28 Joel Brobecker <brobecker@adacore.com>
8477
8478 * varobj.c (ada_value_has_mutated): Add declaration. New function.
8479 (struct language_specific): New field "value_has_mutated".
8480 (languages): Set field "value_has_mutated" in each entry of array.
8481 (varobj_value_has_mutated): New function.
8482 (varobj_udpdate): Add handling of type mutation.
8483 (value_of_root): Add handling of type mutation.
8484 (ada_value_has_mutated): New function.
8485
ca9b8b9c
PA
84862012-03-28 Pedro Alves <palves@redhat.com>
8487
8488 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
8489 Always supply $fr0 as 0.0 and $fr1 as 1.0.
8490
cc0265cd
TT
84912012-03-28 Tom Tromey <tromey@redhat.com>
8492
8493 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
8494 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
8495 before returning.
8496
3ad2ec6f
TT
84972012-03-28 Tom Tromey <tromey@redhat.com>
8498
8499 * .dir-locals.el: New file.
8500
4a6510ba
PA
85012012-03-28 Pedro Alves <palves@redhat.com>
8502
8503 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
8504
5a75128f
JB
85052012-03-28 Joel Brobecker <brobecker@adacore.com>
8506
8507 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
8508 handling for r0.
8509
f99d8bf4
PA
85102012-03-27 Pedro Alves <palves@redhat.com>
8511
8512 Eliminate struct ui_stream.
8513
8514 * ui-out.h (struct ui_stream): Delete.
8515 (ui_out_field_stream): Adjust prototype.
8516 (ui_out_stream_new, ui_out_stream_delete)
8517 (make_cleanup_ui_out_stream_delete): Delete declarations.
8518 * ui-out.c (ui_out_field_stream): Change prototype to take a
8519 ui_file instead of a ui_stream. Adjust.
8520 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
8521 (make_cleanup_ui_out_stream_delete): Delete.
8522 * breakpoint.c (print_breakpoint_location)
8523 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
8524 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8525 * disasm.c (dump_insns): Ditto.
8526 (do_mixed_source_and_assembly, do_assembly_only): Adjust
8527 prototype.
8528 (gdb_disassembly): Use ui_file/mem_fileopen instead of
8529 ui_stream/ui_out_stream_new.
8530 * infcmd.c (print_return_value): Ditto.
8531 * osdata.c (info_osdata_command): Don't allocate a local
8532 ui_stream.
8533 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
8534 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8535 * tracepoint.c (print_one_static_tracepoint_marker): Don't
8536 allocate a local ui_stream.
8537 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
8538 instead of ui_stream/ui_out_stream_new.
8539 (list_args_or_locals): Don't allocate a local ui_stream.
8540 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
8541 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
8542 ui_stream/ui_out_stream_new.
8543 * cli/cli-setshow.c (do_setshow_command): Ditto.
8544
6350a066 85452012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
72508ac0 8546
6350a066
PA
8547 * arm-linux-tdep.c (arm_linux_init_abi): Call
8548 set_gdbarch_process_record. Initialize `arm_swi_record' field.
8549 * arm-tdep.c (arm_process_record): New function.
8550 (deallocate_reg_mem): New function.
8551 (decode_insn): New function.
8552 (thumb_record_branch): New function.
8553 (thumb_record_ldm_stm_swi(): New function.
8554 (thumb_record_misc): New function.
8555 (thumb_record_ld_st_stack): New function.
8556 (thumb_record_ld_st_imm_offset): New function.
8557 (thumb_record_ld_st_reg_offset(): New function.
8558 (thumb_record_add_sub_cmp_mov): New function.
8559 (thumb_record_shift_add_sub): New function.
8560 (arm_record_coproc_data_proc): New function.
8561 (arm_record_coproc): New function.
8562 (arm_record_b_bl): New function.
8563 (arm_record_ld_st_multiple): New function.
8564 (arm_record_ld_st_reg_offset): New function.
8565 (arm_record_ld_st_imm_offset): New function.
8566 (arm_record_data_proc_imm): New function.
8567 (arm_record_data_proc_misc_ld_str): New function.
8568 (arm_record_extension_space): New function.
8569 (arm_record_strx): New function.
8570 (sbo_sbz): New function.
8571 (struct insn_decode_record): New structure for arm insn record.
8572 (REG_ALLOC): New macro for reg allocations.
8573 (MEM_ALLOC): New macro for memory allocations.
8574 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
72508ac0 8575
89e028e2
AS
85762012-03-27 Andreas Schwab <schwab@linux-m68k.org>
8577
8578 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
8579 (store_register): Likewise.
8580
6350a066 85812012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
3d9a9eb0 8582
6350a066 8583 * MAINTAINERS (Write After Approval): Add myself to the list.
3d9a9eb0 8584
5b43fab2
JK
85852012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8586
8587 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
8588 Describe also the option "auto".
8589
b5453b95
RH
85902012-03-22 Richard Henderson <rth@redhat.com>
8591
8592 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
8593 * sparc-nat.c (sparc_xfer_wcookie): Make static.
8594
227ee7fc
RH
85952012-03-22 Richard Henderson <rth@redhat.com>
8596
8597 * jit.c (jit_read_code_entry): Compute alignment and offset of
8598 int64_t member before computing entry_size.
8599
7b282c5a
SCR
86002012-03-22 Siva Chandra Reddy <sivachandra@google.com>
8601
8602 Python scripting: Add new method Value.referenced_value to
8603 gdb.Value which can dereference pointer as well as reference
8604 values.
8605 * NEWS: Add entry under 'Python scripting' about the new method
8606 Value.referenced_value on gdb.Value objects.
8607 * python/py-value.c (valpy_referenced_value): New function
8608 defining a new method on gdb.Value objects which can dereference
8609 pointer and reference values.
8610
0c83539f
SCR
86112012-03-22 Siva Chandra Reddy <sivachandra@google.com>
8612
8613 * MAINTAINERS (Write After Approval): Add myself to the list.
8614
7ccffd7c
KB
86152012-03-21 Kevin Buettner <kevinb@redhat.com>
8616
8617 * symtab.c (skip_prologue_sal): Change test to check for "main()"
8618 in addition to "main".
8619
bd0b9f9e
JB
86202012-03-21 Joel Brobecker <brobecker@adacore.com>
8621
8622 * expression.h (op_name): Add declaration.
8623 * expprint.c (op_name): Remove declaration. Make non-static.
8624 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
8625
a5362b9a
TS
86262012-03-21 Thomas Schwinge <thomas@codesourcery.com>
8627
8628 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
8629 of struct siginfo.
8630 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
8631 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
8632 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
8633 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
8634 (linux_nat_get_siginfo): Likewise.
8635 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
8636 (linux_nat_get_siginfo): Likewise.
8637 * linux-tdep.c (linux_get_siginfo_type): Likewise.
8638 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
8639 * procfs.c (gdb_siginfo_t): Likewise.
8640
adcadaab
MF
86412012-03-21 Mike Frysinger <vapier@gentoo.org>
8642
8643 * .gitignore: Ignore more files.
8644
e278ad5b
PA
86452012-03-20 Pedro Alves <palves@redhat.com>
8646
8647 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
8648 returns.
8649
741e63d7
YQ
86502012-03-20 Yao Qi <yao@codesourcery.com>
8651
8652 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
8653 comment.
8654
b64f50a1
JK
86552012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8656
8657 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
8658 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
8659 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
8660 sect_offset.
8661 * dwarf2expr.h (cu_offset, sect_offset): New types.
8662 (struct dwarf_expr_context_funcs) <dwarf_call>
8663 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
8664 sect_offset.
8665 (struct dwarf_expr_context) <len>: Improve the comment.
8666 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
8667 cu_offset and sect_offset.
8668 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
8669 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
8670 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
8671 * dwarf2loc.h: Include dwarf2expr.h.
8672 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
8673 and sect_offset.
8674 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
8675 Improve the comment.
8676 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
8677 (struct signatured_type, struct line_header, struct partial_die_info)
8678 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
8679 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
8680 (get_die_type_at_offset, create_cus_from_index)
8681 (create_signatured_type_table_from_index, dw2_get_file_names)
8682 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
8683 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
8684 (create_debug_types_hash_table, process_psymtab_comp_unit)
8685 (load_partial_comp_unit, create_all_comp_units)
8686 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
8687 (load_full_comp_unit, dwarf2_physname, read_import_statement)
8688 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
8689 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
8690 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
8691 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
8692 (find_partial_die, read_attribute_value, lookup_die_type)
8693 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
8694 (is_ref_attr): New function comment.
8695 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
8696 Use cu_offset and sect_offset.
8697 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
8698 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
8699 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
8700 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
8701 (offset_and_type_hash, offset_and_type_eq, set_die_type)
8702 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
8703 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
8704 sect_offset.
8705
e97a38f7
JK
87062012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8707
8708 Code cleanup.
8709 * python/py-auto-load.c (source_section_scripts): New variable back_to.
8710 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
8711 with xfree.
8712 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
8713
8320cc4f
JK
87142012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8715
8716 * NEWS: Describe new options --init-command=FILE, -ix and
8717 --init-eval-command=COMMAND, -iex.
8718 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
8719 CMDARG_INIT_COMMAND.
8720 (captured_main): New enum items OPT_IX and OPT_IEX. Add
8721 "init-command", "init-eval-command", "ix" and "iex" to the variable
8722 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
8723 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
8724 (print_gdb_help): Describe --init-command=FILE, -ix and
8725 --init-eval-command=COMMAND, -iex.
8726
26743505
JK
87272012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8728
8729 Code cleanup.
8730 * main.c (struct cmdarg): Move it here from main. Add more comments.
8731 (cmdarg_s, VEC (cmdarg_s)): New.
8732 (main): Move struct cmdarg from here. New variables cmdarg_vec and
8733 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
8734 Install cleanup for cmdarg_vec. Update filling for options 'x' and
8735 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
8736 of CMDARG.
8737
5ff5c7b4
TT
87382012-03-19 Tom Tromey <tromey@redhat.com>
8739
8740 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
8741
ab260dad
JK
87422012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8743
8744 PR symtab/13777
8745 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
8746 GCC >=4.5.
8747
c366c1f0
TT
87482012-03-16 Chris January <chris.january@allinea.com>
8749
8750 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
8751 of clear.
8752
e16edb45
TT
87532012-03-16 Chris January <chris.january@allinea.com>
8754
8755 * source.c (add_path): Use memmove instead of strcpy because the
8756 strings overlap.
8757
53ba8333
JB
87582012-03-16 Joel Brobecker <brobecker@adacore.com>
8759
8760 * value.h (set_value_parent): Add declaration.
8761 * value.c (set_value_parent): New function.
8762 (value_address): If VALUE->PARENT is not NULL, then use it as
8763 the base address instead of VALUE->LOCATION.address.
8764 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
8765 the same as OBJ's address. Adjust V's offset accordingly.
8766 Set V's parent.
8767
481860b3
GB
87682012-03-16 Gary Benson <gbenson@redhat.com>
8769
8770 PR breakpoints/10738
8771 * dwarf2read.c (use_deprecated_index_sections): New global.
8772 (struct partial_die_info): New member may_be_inlined.
8773 (read_partial_die): Set may_be_inlined where appropriate.
8774 (add_partial_subprogram): Add partial symbols for partial
8775 DIEs that may be inlined.
8776 (new_symbol_full): Add inlined subroutines to the current
8777 scope.
8778 (write_psymtabs_to_index): Bump version number.
8779 (dwarf2_read_index): Read only version 6 indices unless
8780 use_deprecated_index_sections is set.
8781 * linespec.c (symbol_and_data_callback): New structure.
8782 (iterate_inline_only): New function.
8783 (iterate_over_all_matching_symtabs): New argument
8784 "include_inline". If nonzero, also call the callback for
8785 symbols representing inlined subroutines.
8786 (lookup_prefix_sym): Pass extra argument to the above.
8787 (find_function_symbols): Likewise.
8788 (add_matching_symbols_to_info): Likewise.
8789 * NEWS: Mention that GDB can now set breakpoints on inlined
8790 functions.
8791
d0e7e15a
PM
87922012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
8793
8794 * p-typeprint.c (pascal_type_print_method_args):
8795 Fix display of parameter of methods.
8796
3d354654
PM
87972012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
8798
8799 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
8800 Add missing prototype.
8801
cafe75b0
JK
88022012-03-16 Yao Qi <yao@codesourcery.com>
8803 Jan Kratochvil <jan.kratochvil@redhat.com>
8804
8805 Fix false compilation warning.
8806 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
8807
25f8c692
JL
88082012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
8809 Pedro Alves <pedro@codesourcery.com>
8810
8811 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
8812 (arm_register_g_packet_guesses): New function.
8813 (arm_gdbarch_init): Don't force a target description with
8814 registers when the executable is detected as M-profile. Instead
8815 set gdbarch->tdep->is_m. Register `g' packet guesses.
8816 (_initialize_arm_tdep): Initialize the new target description.
8817 * features/arm-with-m-fpa-layout.xml: New description.
8818 * features/arm-with-m-fpa-layout.c: New, generated.
8819
35c63cd8
JB
88202012-03-15 Joel Brobecker <brobecker@adacore.com>
8821
8822 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
8823 Update function description.
8824 (insert_bp_location): Do not wipe bl->target_info out.
8825 * mem-break.c: #include "gdb_string.h".
8826 (default_memory_insert_breakpoint): Do not call target_read_memory
8827 with a pointer to the breakpoint's shadow_contents buffer. Use
8828 a local buffer instead.
8829 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
8830
57651221
TT
88312012-03-15 Tom Tromey <tromey@redhat.com>
8832
8833 * NEWS: Mention "info vtbl", not "info vtable".
8834 * cp-support.c (info_vtbl_command): Fix comment.
8835 (_initialize_cp_support): Fix text.
8836
410528f0
TT
88372012-03-15 Tom Tromey <tromey@redhat.com>
8838
8839 * cp-valprint.c (cp_print_value_fields): Use
8840 print_function_pointer_address for vtable slot.
8841
c4aeac85
TT
88422012-03-15 Tom Tromey <tromey@redhat.com>
8843
8844 * gnu-v3-abi.c (struct value_and_voffset): New.
8845 (hash_value_and_voffset, eq_value_and_voffset)
8846 (compare_value_and_voffset, compute_vtable_size)
8847 (print_one_vtable, gnuv3_print_vtable): New functions.
8848 (init_gnuv3_ops): Initialize 'print_vtable' field.
8849 * cp-support.c (info_vtbl_command): New function.
8850 (_initialize_cp_support): Add "info vtbl".
8851 * cp-abi.h (cplus_print_vtable): Declare.
8852 (struct cp_abi_ops) <print_vtable>: New field.
8853 * cp-abi.c (cplus_print_vtable): New function.
8854 * NEWS: Update.
8855
95cbceff
TT
88562012-03-15 Tom Tromey <tromey@redhat.com>
8857
8858 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
8859 iterate_over_symbols.
8860
589b4a32
DE
88612012-03-14 Doug Evans <dje@google.com>
8862
8863 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
8864 DW_OP_GNU_parameter_ref.
8865
e837f12a
JK
88662012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8867
8868 Fix double prompt of 'interpreter-exec mi'.
8869 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
8870 (mi_interpreter_resume): use it.
8871 (mi_execute_command_input_handler): New function.
8872 * mi/mi-main.c (mi_execute_command): Move prompt printing to
8873 mi_execute_command_input_handler.
8874
ff1e4526 88752012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
c381a3f6
JB
8876
8877 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
8878 prototype.
8879 (darwin_debug_port_info): Make static.
8880 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
8881 * machoread.c (_initialize_machoread): Add prototype.
8882 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
8883 (i386_darwin_set_control, i386_darwin_get_control)
8884 i386_darwin_dr_set_addr, i386_darwin_get_addr)
8885 i386_darwin_get_status, i386_darwin_get_control):
8886 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
8887
d8a5d6ee
JB
88882012-03-13 Joel Brobecker <brobecker@adacore.com>
8889
8890 * ax-gdb.c (gen_usual_unary): Remove special handling of
8891 enum and bool types.
8892
af381b8c
JB
88932012-03-13 Joel Brobecker <brobecker@adacore.com>
8894
8895 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
8896
786c562f
JB
88972012-03-13 Joel Brobecker <brobecker@adacore.com>
8898
8899 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
8900
e3ebf1bb
JB
89012012-03-13 Chris January <chris.january@allinea.com>
8902
8903 * aix-thread.c (fill_sprs): Store the floating point registers
8904 at the correct offsets into vals.
8905
c5b7e1cb
DE
89062012-03-13 Doug Evans <dje@google.com>
8907
16899756
DE
8908 * NEWS: Mention symbol-reloading has been deleted.
8909 * symfile.c (symbol_reloading): Delete.
8910 (show_symbol_reloading): Delete.
8911 (_initialize_symfile): Delete set/show symbol-reloading.
8912
c5b7e1cb
DE
8913 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
8914 read_in_chain until we have successfully read it in.
8915 (load_full_comp_unit): Ditto.
8916 (read_signatured_type): Add comment.
8917
46cb6474
JB
89182012-03-13 Chris January <chris.january@allinea.com>
8919
8920 * stabsread.c (fix_common_block): Change type of valu argument
8921 to CORE_ADDR.
8922
76219d77
JB
89232012-03-13 Chris January <chris.january@allinea.com>
8924
8925 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
8926 instruction.
8927
87b0bb13
JK
89282012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8929
8930 * common/linux-procfs.c (linux_proc_get_int): New, from
8931 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
8932 field.
8933 (linux_proc_get_tgid): Only call linux_proc_get_int.
8934 (linux_proc_get_tracerpid): New.
8935 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
8936 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
8937 linux_proc_pid_has_state.
8938 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
8939 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
8940 (linux_ptrace_attach_warnings): New.
8941 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
8942 New declaration.
8943 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
8944 (linux_nat_attach): New variables ex, buffer, message and message_s.
8945 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
8946
5f572dec
JK
89472012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8948
8949 * Makefile.in (linux-ptrace.o): New.
8950 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
8951 from linux-nat.c.
8952 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
8953 * common/linux-ptrace.c: New file.
8954 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
8955 * config/arm/linux.mh: Likewise.
8956 * config/i386/linux.mh: Likewise.
8957 * config/i386/linux64.mh: Likewise.
8958 * config/ia64/linux.mh: Likewise.
8959 * config/m32r/linux.mh: Likewise.
8960 * config/m68k/linux.mh: Likewise.
8961 * config/mips/linux.mh: Likewise.
8962 * config/pa/linux.mh: Likewise.
8963 * config/powerpc/linux.mh: Likewise.
8964 * config/powerpc/ppc64-linux.mh: Likewise.
8965 * config/powerpc/spu-linux.mh: Likewise.
8966 * config/s390/s390.mh: Likewise.
8967 * config/sparc/linux.mh: Likewise.
8968 * config/sparc/linux64.mh: Likewise.
8969 * config/xtensa/linux.mh: Likewise.
8970 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
8971 common/linux-procfs.c.
8972 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
8973
44f238bb
PA
89742012-03-13 Hui Zhu <teawater@gmail.com>
8975 Pedro Alves <palves@redhat.com>
8976
8977 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
8978 CREATE_BREAKPOINT_FLAGS_INSERTED.
8979 (create_breakpoint_sal, create_breakpoints_sal)
8980 (base_breakpoint_create_breakpoints_sal)
8981 (tracepoint_create_breakpoints_sal)
8982 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
8983 down.
8984 (break_command_1, handle_gnu_v3_exceptions, trace_command)
8985 (ftrace_command, strace_command): Adjust.
8986 (create_tracepoint_from_upload): Pass
8987 CREATE_BREAKPOINT_FLAGS_INSERTED.
8988 * breakpoint.h (enum breakpoint_create_flags): New.
8989 (create_breakpoint): New flags parameter.
8990 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
8991 * python/py-breakpoint.c (bppy_init): Adjust.
8992 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
8993 * spu-tdep.c (spu_catch_start): Adjust.
8994
1e51243a
PA
89952012-03-13 Pedro Alves <palves@redhat.com>
8996 Hui Zhu <teawater@gmail.com>
8997 Yao Qi <yao@codesourcery.com>
8998
8999 * remote.c (struct remote_state): New field `starting_up'.
9000 (remote_start_remote): Set and clear it.
9001 (remote_can_download_tracepoint): If starting up, return false.
9002
fa3064dd
YQ
90032012-03-13 Yao Qi <yao@codesourcery.com>
9004
9005 * inferior.h (struct inferior): Remove fields any_syscall_count,
9006 syscalls_counts and total_syscalls_count. Move them to new
9007 struct catch_syscall_inferior_data in breakpoint.c.
9008 * breakpoint.c: Call DEF_VEC_I(int).
9009 (struct catch_syscall_inferior_data): New.
9010 (get_catch_syscall_inferior_data): New.
9011 (catch_syscall_inferior_data_cleanup): New.
9012 (insert_catch_syscall): Update to access data in
9013 struct catch_syscall_inferior_data.
9014 (insert_catch_syscall): Likewise.
9015 (remove_catch_syscall): Likewise.
9016 (remove_catch_syscall): Likewise.
9017 (is_syscall_catchpoint_enabled): Likewise.
9018 (add_catch_command): Likewise.
9019 (_initialize_breakpoint): Register cleanup.
9020 * breakpoint.h: Removed DEF_VEC_I(int).
9021 * dwarf2loc.c: Call DEF_VEC_I(int).
9022 * mi/mi-main.c: Likewise.
9023
460fac3c
MK
90242012-03-12 Mark Kettenis <kettenis@gnu.org>
9025
9026 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
9027
e1aca11e
JB
90282012-03-12 Chris January <chris.january@allinea.com>
9029
9030 * aix-thread.c (_initialize_aix_thread): Add prototype.
9031 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
9032 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
9033
649c7061
JB
90342012-03-12 Joel Brobecker <brobecker@adacore.com>
9035
9036 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
9037 include of "amd64-nat.h".
9038
0b49e518
TT
90392012-03-12 Tom Tromey <tromey@redhat.com>
9040
9041 * buildsym.c (record_pending_block): Now static.
9042 * buildsym.h: (record_pending_block): Remove.
9043
fd24fa94
AT
90442012-03-12 Andreas Tobler <andreast@fgznet.ch>
9045
9046 * amd64bsd-nat.c: Include amd64bsd-nat.h.
9047
ba919b58
TT
90482012-03-09 Tom Tromey <tromey@redhat.com>
9049
9050 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
9051 producer_is_gxx_lt_4_6>: New fields.
9052 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
9053
a48e046c
TT
90542012-03-09 Tom Tromey <tromey@redhat.com>
9055
9056 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
9057
6f5e9362
JB
90582012-03-08 Joel Brobecker <brobecker@adacore.com>
9059
9060 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
9061 prototype.
9062
8d037db9
JB
90632012-03-08 Joel Brobecker <brobecker@adacore.com>
9064
9065 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
9066
4e841acf
JK
90672012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9068
9069 Fix -Wmissing-prototypes build.
9070 * arm-linux-nat.c (get_thread_id): Make it static.
9071 * xtensa-linux-nat.c (get_thread_id): Likewise.
9072
c6030312
JB
90732012-03-08 Joel Brobecker <brobecker@adacore.com>
9074
9075 * server.c (process_point_options): If a conditional expression
9076 is found, only print a message if remote_debug is nonzero.
9077
52323be9
LM
90782012-03-08 Luis Machado <lgustavo@codesourcery.com>
9079
9080 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
9081 of internal error for unknown/unsupported types.
9082
7fe25d9b
JK
90832012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9084
9085 Fix CU relative vs. absolute DIE offsets.
9086 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
9087 offset to offset_in_cu.
9088 * dwarf2read.c (process_enumeration_scope): Add CU offset to
9089 TYPE_OFFSET.
9090 (dwarf2_fetch_die_location_block): Rename parameter offset to
9091 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
9092
05e7c244
JK
90932012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9094
9095 * libunwind-frame.c: Rename to ...
9096 * ia64-libunwind-tdep.c: ... here.
9097 * libunwind-frame.h: Rename to ...
9098 * ia64-libunwind-tdep.h: ... here.
9099 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
9100 ia64-libunwind-tdep.h.
9101 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
9102 * README (--with-libunwind): Rename to ...
9103 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
9104 * config.in: Regenerate.
9105 * configure: Regenerate.
9106 * configure.ac: New option --with-libunwind-ia64, make the
9107 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
9108 Remove AC_DEFINE for HAVE_LIBUNWIND.
9109 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
9110 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
9111 Rename libunwind-frame in the general comment.
9112 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
9113 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
9114 Move forward declarations inside #ifndef. Rename libunwind-frame in
9115 the general comment.
9116 * ia64-tdep.c: Rename libunwind-frame.h #include to
9117 ia64-libunwind-tdep.h.
9118 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
9119 (ia64_libunwind_descr): Rename libunwind-frame to
9120 ia64-libunwind-tdep in these function comments.
9121 * ia64-tdep.h: Rename libunwind-frame.h #include to
9122 ia64-libunwind-tdep.h.
9123 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
9124 ia64-libunwind-tdep in that data comment.
9125
3755cbfd
JK
91262012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9127
9128 * libunwind-frame.h (struct frame_unwind): New declaration.
9129
d1cda5d9
JB
91302012-03-08 Joel Brobecker <brobecker@adacore.com>
9131
9132 * breakpoint.c (_initialize_breakpoint): Fix error in help of
9133 "set breakpoint condition-evaluation" command.
9134
a0ba0aa2
TG
91352012-03-08 Tristan Gingold <gingold@adacore.com>
9136
9137 * sparc-stub.c: Move to stubs/
9138 * sh-stub.c: Likewise.
9139 * m68k-stub.c: Likewise.
9140 * m32r-stub.c: Likewise.
9141 * i386-stub.c: Likewise.
9142
7b8b6d6d
AS
91432012-03-08 Andreas Schwab <schwab@linux-m68k.org>
9144
007cafee
AS
9145 * m68klinux-tdep.c (m68k_linux_init_abi): Register
9146 linux_get_siginfo_type.
9147
7b8b6d6d
AS
9148 * m68klinux-nat.c: Include "gdb_proc_service.h".
9149 (PTRACE_GET_THREAD_AREA): Define.
9150 (ps_get_thread_area): New function.
9151
bba74b36
YQ
91522012-03-08 Yao Qi <yao@codesourcery.com>
9153
9154 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
9155 `xsnprintf'.
9156 (remote_query_attached): Likewise.
9157 (remote_static_tracepoint_marker_at): Likewise.
9158 (remote_set_permissions): Likewise.
9159 (remote_detach_1, extended_remote_attach_1): Likewise.
9160 (send_g_packet, remote_vkill): Likewise.
9161 (extended_remote_disable_randomization): Likewise.
9162 (remote_add_target_side_condition): Likewise.
9163 (remote_insert_breakpoint): Likewise.
9164 (remote_remove_breakpoint): Likewise.
9165 (remote_insert_watchpoint): Likewise.
9166 (remote_remove_watchpoint): Likewise.
9167 (remote_insert_hw_breakpoint): Likewise.
9168 (remote_insert_hw_breakpoint): Likewise.
9169 (remote_remove_hw_breakpoint): Likewise.
9170 (remote_download_command_source): Likewise.
9171 (remote_download_tracepoint): Likewise.
9172 (remote_download_trace_state_variable): Likewise.
9173 (remote_disable_tracepoint): Likewise.
9174 (remote_trace_set_readonly_regions): Likewise.
9175 (remote_get_tracepoint_status): Likewise.
9176 (remote_trace_find): Likewise.
9177 (remote_get_trace_state_variable_value): Likewise.
9178 (remote_set_disconnected_tracing): Likewise.
9179 (remote_set_circular_trace_buffer): Likewise.
9180 (remote_get_min_fast_tracepoint_insn_len): Likewise.
9181 (remote_use_agent): Likewise.
9182 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
9183 Update callers.
9184
9b224c5e
PA
91852012-03-07 Pedro Alves <palves@redhat.com>
9186
9187 * NEWS: Mention QProgramSignals.
9188 * inferior.h (update_signals_program_target): Declare.
9189 * infrun.c: (update_signals_program_target): New.
9190 (handle_command): Update the target of the new program signals
9191 array changes.
9192 * remote.c (PACKET_QProgramSignals): New enum.
9193 (last_program_signals_packet): New global.
9194 (remote_program_signals): New.
9195 (remote_start_remote): Update the target with the program signals
9196 list.
9197 (remote_protocol_features): Add entry for QPassSignals.
9198 (remote_open_1): Free anc clear last_program_signals_packet.
9199 (init_remote_ops): Install remote_program_signals.
9200 * target.c (update_current_target): Adjust.
9201 (target_program_signals): New.
9202 * target.h (struct target_ops) <to_program_signals>: New field.
9203 (target_program_signals): Declare.
9204
74c48cbb
PA
92052012-03-07 Pedro Alves <palves@redhat.com>
9206
9207 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
9208 extensions.
9209
0c13fc49
AS
92102012-03-07 Andreas Schwab <schwab@linux-m68k.org>
9211
9212 * m68klinux-nat.c (getregs_supplies): Make static.
9213 (getfpregs_supplies): Likewise.
9214 (have_ptrace_getregs): Likewise.
9215
1281d2a3
JB
92162012-03-06 Joel Brobecker <brobecker@adacore.com>
9217
9218 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
9219 in call to get_die_type_at_offset.
9220
2b03b41d
SS
92212012-03-06 Stan Shebs <stan@codesourcery.com>
9222
9223 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
9224 * mi/mi-cmd-disas.c: Ditto.
9225 * mi/mi-cmd-env.c: Ditto.
9226 * mi/mi-cmd-file.c: Ditto.
9227 * mi/mi-cmd-stack.c: Ditto.
9228 * mi/mi-cmd-target.c: Ditto.
9229 * mi/mi-cmd-var.c: Ditto.
9230 * mi/mi-cmds.c: Ditto.
9231 * mi/mi-cmds.h: Ditto.
9232 * mi/mi-console.c: Ditto.
9233 * mi/mi-getopt.c: Ditto.
9234 * mi/mi-getopt.h: Ditto.
9235 * mi/mi-interp.c: Ditto.
9236 * mi/mi-main.c: Ditto.
9237 * mi/mi-out.c: Ditto.
9238 * mi/mi-parse.c: Ditto.
9239 * mi/mi-parse.h: Ditto.
9240 * mi/mi-symbol-cmds.c: Ditto.
9241
9242 * mi/mi-getopt.h: Move mi_opt struct up.
9243 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
9244 return.
9245 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
9246
c988ad87
TT
92472012-03-06 Tom Tromey <tromey@redhat.com>
9248
9249 * proc-service.c (ps_pglobal_lookup): Set the current program
9250 space.
9251
1b7c1b10
PA
92522012-03-06 Pedro Alves <palves@redhat.com>
9253
9254 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
9255
3c182069
JB
92562012-03-05 Joel Brobecker <brobecker@adacore.com>
9257
9258 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
9259
2e794194
JK
92602012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9261
9262 Code cleanup.
9263 * common/linux-osdata.c (linux_common_core_of_thread): New function
9264 comment.
9265 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
9266 call by linux_common_core_of_thread.
9267 (linux_nat_core_of_thread_1): Remove.
9268 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
9269 * linux-thread-db.c: Include linux-osdata.h.
9270 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
9271 linux_common_core_of_thread.
9272
9f9f1f31
TT
92732012-03-05 Tom Tromey <tromey@redhat.com>
9274
9275 * value.c (value_primitive_field): Don't fetch contents for
9276 non-virtual bases.
9277
b7b189f3
TT
92782012-03-05 Tom Tromey <tromey@redhat.com>
9279
9280 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
9281
05b8a789 92822012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
5538f557 9283
5538f557
JB
9284 * s390-nat.c: Include "gregset.h".
9285
75528772
JK
92862012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9287
9288 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
9289 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
9290 (libunwind_load): New variable so_error, use it for dlerror. Try to
9291 load also LIBUNWIND_SO_7.
9292
275418ae
PA
92932012-03-05 Pedro Alves <palves@redhat.com>
9294
9295 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
9296 is not NULL, and remove resulting dead code.
9297
5cbb9812
TS
92982012-03-05 Thomas Schwinge <thomas@codesourcery.com>
9299
9300 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
9301 prologue to sh_analyze_prologue.
9302 (sh_analyze_prologue): Make better use of such an upper limit, and
9303 generally be more cautious about accessing memory.
9304
541515ad
TT
93052012-03-05 Tom Tromey <tromey@redhat.com>
9306
9307 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
9308 _initialize_ia64_hpux_tdep.
9309
b4d36fb8
PA
93102012-03-05 Pedro Alves <palves@redhat.com>
9311
24490249
PA
9312 PR gdb/13766
9313
b4d36fb8
PA
9314 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
9315 the register state is clear, supply explicit zero, instead of
9316 marking the register unavailable.
9317
60c9a3c0
TG
93182012-03-05 Tristan Gingold <gingold@adacore.com>
9319
9320 * NEWS: Mention OpenVMS ia64 new target.
9321
696759ad
TG
93222012-03-05 Tristan Gingold <gingold@adacore.com>
9323
9324 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
9325 (ia64_unw_accessors, ia64_unw_rse_accessors)
9326 (ia64_libunwind_descr): Declare.
9327 * ia64-vms-tdep.c: New file.
9328 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
9329 (ia64_libunwind_descr): Make them public.
9330 * configure.tgt: Add ia64-*-*vms*.
9331 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
9332 (ALLDEPFILES): Add ia64-vms-tdep.c
9333
34864976
TG
93342012-03-05 Tristan Gingold <gingold@adacore.com>
9335
169081d0
TG
9336 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
9337 * remote.c (PACKET_qXfer_uib): New enum value.
9338 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
9339 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
9340 (_initialize_remote): Call add_packet_config_cmd for
9341 xfer:uib packet.
9342
93432012-03-05 Tristan Gingold <gingold@adacore.com>
9344
9345 * osabi.c (gdb_osabi_names): Add OpenVMS.
9346 (generic_elf_osabi_sniffer): Likewise.
9347 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
34864976 9348
6597b100
JK
93492012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9350
9351 Removed unused code.
9352 * libunwind-frame.c (libunwind_frame_unwind)
9353 (libunwind_frame_base_address): Remove.
9354 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
9355
87399aa1
YQ
93562012-03-04 Yao Qi <yao@codesourcery.com>
9357
9358 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
9359 remove trailing new line.
9360 (agent_run_command, agent_run_command): Add _ markup.
9361 (agent_capability_check): Likewise.
9362
abf1152a
JK
93632012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9364
9365 * breakpoint.c (set_condition_evaluation_mode): Set
9366 CONDITION_EVALUATION_MODE unconditionally.
9367
5808517f
YQ
93682012-03-03 Yao Qi <yao@codesourcery.com>
9369
9370 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
9371 * common/agent.h: Update declaration.
9372 * inf-child.c (inf_child_use_agent): New.
9373 (inf_child_can_use_agent): New.
9374 (inf_child_target): Initialize fields `to_use_agent'
9375 and `to_can_use_agent'.
9376 * agent.c (agent_new_objfile): New.
89b7509a 9377 (_initialize_agent): Add agent_new_objfile to new_objfile
5808517f
YQ
9378 observer.
9379
9380 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9381 New.
89b7509a 9382 (linux_target_install_ops): Initialize field
5808517f
YQ
9383 `to_static_tracepoint_markers_by_strid'.
9384 * remote.c (free_current_marker): Move it to ...
9385 * tracepoint.c (free_current_marker): ... here. New.
9386 (cleanup_target_stop): New.
9387 * tracepoint.h: Declare free_current_marker.
9388 * NEWS: Add one entry about `info static-tracepoint-marker'.
9389
58b4daa5
YQ
93902012-03-03 Yao Qi <yao@codesourcery.com>
9391
9392 * common/agent.c (agent_loaded_p): New.
89b7509a 9393 (agent_look_up_symbols): New global.
58b4daa5
YQ
9394 * common/agent.h: Declare agent_loaded_p.
9395
8ffcbaaf
YQ
93962012-03-03 Yao Qi <yao@codesourcery.com>
9397
9398 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
9399 (agent_capability_check, agent_capability_invalidate): New.
9400 (symbol_list): New array element.
9401 * common/agent.h (enum agent_capa): New.
9402 * target.c (target_pre_inferior): Call agent_capability_invalidate.
9403
d1feda86
YQ
94042012-03-03 Yao Qi <yao@codesourcery.com>
9405
9406 * target.h (struct target_ops) <to_use_agent>: New field.
9407 (struct target_ops) <to_can_use_agent>: New field.
9408 (target_use_agent, target_can_use_agent): New macro.
9409 * target.c (update_current_target): Update.
9410 * remote.c: New enum `PACKET_QAgent'.
9411 (remote_protocol_features): Add a new element.
9412 (remote_use_agent, remote_can_use_agent): New.
9413 (init_remote_ops): Initialize field `can_use_agent' with
9414 remote_can_use_agent. Intiailize field `use_agent' with
9415 remote_use_agent.
9416 * common/agent.c (use_agent): New global.
9417 * common/agent.h: Declare it.
9418 * tracepoint.c (info_static_tracepoint_markers_command): Add
9419 comment.
9420 * Makefile.in (SFILES): Add common/agent.c and agent.c.
9421 (COMMON_OBS): Add common/agent.o and agent.o
9422 (common-agent.o): New rule.
9423 * agent.c: New.
9424
2fa291ac
YQ
94252012-03-03 Yao Qi <yao@codesourcery.com>
9426
9427 * common/agent.c: New.
9428 * common/agent.h: New.
9429 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
9430 AC_CHECK_HEADERS.
9431 * configure, configh.in: Regenerated.
9432
9fc05685
KB
94332012-03-02 Kevin Buettner <kevinb@redhat.com>
9434
9435 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
9436 unless it exists for this architecture.
9437
a5ee536b
JB
94382012-03-02 Joel Brobecker <brobecker@adacore.com>
9439
9440 * language.h (struct language_defn): New "method" la_read_var_value.
9441 * findvar.c: #include "language.h".
9442 (default_read_var_value): Renames read_var_value. Rewrite
9443 function description.
9444 (read_var_value): New function.
9445 * value.h (default_read_var_value): Add prototype.
9446 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
9447 New functions.
9448 (ada_language_defn): Add entry for la_read_var_value.
9449 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
9450 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
9451 language_defn structures to add entry for new la_read_var_value
9452 field.
9453
f59f708a
PA
94542012-03-02 Tom Tromey <tromey@redhat.com>
9455 Pedro Alves <palves@redhat.com>
9456
9457 PR breakpoints/13776:
9458 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
9459 breakpoints.
9460 (delete_longjmp_breakpoint_at_next_stop): New.
9461 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
9462 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
9463 before deleting the inferior. Add comments.
9464 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
9465 breakpoints immediately, but only on next stop. Move that code
9466 next to where we mark other breakpoints for deletion.
9467
44099a67
JB
94682012-03-02 Joel Brobecker <brobecker@adacore.com>
9469
9470 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
9471 marker.
9472 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
9473 violation.
9474
2a2ef594
PA
94752012-03-02 Pedro Alves <palves@redhat.com>
9476
9477 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
9478
b261e0c5
UW
94792012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
9480
9481 Fix -Wmissing-prototypes build.
9482 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
9483 * remote-sim.c (gdbsim_has_all_memory): Likewise.
9484 (gdbsim_has_memory): Likewise.
9485
a95babbf
YQ
94862012-03-02 Yao Qi <yao@codesourcery.com>
9487
9488 Fix -Wmissing-prototypes build.
9489 * charset.c (phony_iconv_open): Make static.
9490 (phony_iconv_close, phony_iconv): Likewise.
9491 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
9492 * i386-windows-nat.c (_initialize_i386_windows_nat): New
9493 prototype.
9494 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
9495 * ser-mingw.c (create_select_thread): Make static.
9496 * windows-termcap.c (tgetent): New prototype.
9497 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
9498
d603d4b3
JK
94992012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
9500
9501 Fix -Wmissing-prototypes build.
9502 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
9503 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
9504 (_initialize_loadable): New prototypes.
9505
7fb3ad1f
DE
95062012-03-02 Doug Evans <dje@google.com>
9507
9508 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
9509 abbrev table, read_comp_unit will do it.
9510
693be288
JK
95112012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9512
9513 Fix -Wmissing-prototypes build.
9514 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
9515 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
9516 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
9517 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
9518 (_initialize_arm_symbian_tdep): New prototype.
9519 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
9520 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
9521 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
9522 static.
9523 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
9524 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
9525 prototype.
9526 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
9527 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
9528 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
9529 static.
9530 * moxie-tdep.c (moxie_process_record): Likewise.
9531 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
9532 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
9533 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
9534 (_initialize_rl78_tdep): New prototype.
9535 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
9536 (_initialize_rx_tdep): New prototype.
9537 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
9538 (_initialize_darwin_solib): New prototype.
9539 * solib-spu.c: Include solib-spu.h.
9540 (_initialize_spu_solib): New prototype.
9541 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
9542 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
9543 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
9544 (tic6x_software_single_step): Make it static.
9545 (_initialize_tic6x_tdep): New prototype.
9546
638234e5
JK
95472012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9548
9549 Fix -Wmissing-prototypes build.
9550 * cris-tdep.c (cris_can_use_hardware_watchpoint)
9551 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
9552
f4a6f16d
JK
95532012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9554
9555 Fix -Wmissing-prototypes build.
9556 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
9557 (frv_have_stopped_data_address): Remove.
9558
04dcf5fa
JK
95592012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9560
9561 Fix -Wmissing-prototypes build.
9562 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
9563 * sh-tdep.c: Include sh64-tdep.h.
9564 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
9565 * sh64-tdep.c: Include sh64-tdep.h.
9566 * sh64-tdep.h: New file.
9567
19080931
MR
95682012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9569
9570 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
9571
9aac7884
MR
95722012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9573
9574 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
9575 sp_regnum once the gdbarch_init_osabi hook has been called.
9576
a385295e
MR
95772012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9578
9579 * mips-tdep.c (mips32_bc1_pc): New function.
9580 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
9581 BPOSGE32 and BPOSGE64 instructions.
9582 (deal_with_atomic_sequence): Likewise.
9583 (mips32_instruction_has_delay_slot): Likewise.
9584
1faeff08 95852012-03-01 Maciej W. Rozycki <macro@mips.com>
a09130f9
PA
9586 Chris Dearman <chris@mips.com>
9587 Maciej W. Rozycki <macro@codesourcery.com>
9588 Joseph Myers <joseph@codesourcery.com>
1faeff08
MR
9589
9590 * features/mips-dsp.xml: New file.
9591 * features/mips64-dsp.xml: New file.
9592 * features/mips-dsp-linux.xml: New file.
9593 * features/mips64-dsp-linux.xml: New file.
9594 * features/Makefile (WHICH): Add mips-dsp-linux and
9595 mips64-dsp-linux.
9596 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
9597 * features/mips-dsp-linux.c: New file.
9598 * features/mips64-dsp-linux.c: New file.
9599 * regformats/mips-dsp-linux.dat: New file.
9600 * regformats/mips64-dsp-linux.dat: New file.
9601 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
9602 registers.
9603 (mips64_linux_register_addr): Likewise.
9604 (mips64_linux_regsets_fetch_registers): Likewise.
9605 (mips64_linux_regsets_store_registers): Likewise.
9606 (mips64_linux_fetch_registers): Update call to
9607 mips64_linux_regsets_fetch_registers.
9608 (mips64_linux_store_registers): Update call to
9609 mips64_linux_regsets_store_registers.
9610 (mips_linux_read_description): Probe for DSP registers.
9611 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
9612 and initialize_tdesc_mips64_dsp_linux.
9613 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
9614 Remove padding of no longer used embedded register slots.
9615 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
9616 (MIPS_RESTART_REGNUM): Redefine enum value.
9617 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
9618 strings.
9619 (mips_tx39_reg_names): Likewise.
9620 (mips_linux_reg_names): New array of register names for Linux
9621 targets.
9622 (mips_register_name): Check for a null pointer in
9623 mips_processor_reg_names and return an empty string.
9624 (mips_register_type): Exclude embedded registers for the IRIX
9625 and Linux ABIs.
9626 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
9627 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
9628 DSP registers.
9629 (mips_stab_reg_to_regnum): Handle DSP accumulators.
9630 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
9631 (mips_gdbarch_init): Likewise. Initialize internal register
9632 indices for the Linux ABI. Use dynamic numbers to refer to
9633 registers, as applicable, while parsing the target description.
9634 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
9635
263689d8
JB
96362012-03-01 Joel Brobecker <brobecker@adacore.com>
9637
9638 * frame.h (read_frame_register_unsigned): Fix typo in function
9639 description.
9640
f3b4f45c
PA
96412012-03-01 Pedro Alves <palves@redhat.com>
9642
9643 * jit-reader.in [!__cplusplus]
9644 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
9645
b03a2011
PA
96462012-03-01 Pedro Alves <palves@redhat.com>
9647
9648 * configure.ac (build_warnings): Add -Wmissing-prototypes.
9649 * configure: Regenerate.
9650
70221824
PA
96512012-03-01 Pedro Alves <palves@redhat.com>
9652
9653 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
9654 * breakpoint.c (create_exception_master_breakpoint, trace_command)
9655 (ftrace_command, strace_command): Make static.
9656 * d-lang.c (_initialize_d_language): Declare.
9657 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
9658 * dwarf2loc.c (_initialize_dwarf2loc):
9659 * dwarf2read.c (process_psymtab_comp_unit): Make static.
9660 * exec.c (exec_get_section_table): Make static.
9661 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
9662 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
9663 * inferior.c (remove_inferior_command, add_inferior_command)
9664 (clone_inferior_command): Make static.
9665 * linux-nat.c (linux_nat_thread_address_space)
9666 (linux_nat_core_of_thread): Make static.
9667 * linux-tdep.c (_initialize_linux_tdep): Declare.
9668 * objc-lang.c (_initialize_objc_lang): Declare.
9669 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
9670 Make static.
9671 (_initialize_opencl_language): Declare.
9672 * record.c (_initialize_record): Declare.
9673 * remote.c (demand_private_info, remote_get_tib_address)
9674 (remote_supports_cond_tracepoints)
9675 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
9676 Make static.
9677 * skip.c (_initialize_step_skip): Declare.
9678 * symtab.c (skip_prologue_using_lineinfo): Make static.
9679 * tracepoint.c (delete_trace_state_variable)
9680 (trace_variable_command, delete_trace_variable_command)
9681 (get_uploaded_tsv, find_matching_tracepoint_location)
9682 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
9683 Make static.
9684 * value.c (pack_unsigned_long): Make static.
9685 * varobj.c (varobj_ensure_python_env): Make static.
9686 * windows-tdep.c (_initialize_windows_tdep): Declare.
9687 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
9688
33fbcbee
PA
96892012-03-01 Pedro Alves <palves@redhat.com>
9690
9691 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
9692 gdbarch parameter.
9693 (linux_init_abi): Install it as has_shared_address_space gdbarch
9694 callback.
9695
44d0cd3b
PA
96962012-03-01 Pedro Alves <palves@redhat.com>
9697
9698 * observer.c (observer_test_first_notification_function)
9699 (observer_test_second_notification_function)
9700 (observer_test_third_notification_function): Add declarations.
9701
ed01b82c
PA
97022012-03-01 Pedro Alves <palves@redhat.com>
9703
9704 * common/signals.c (default_target_signal_to_host)
9705 (default_target_signal_from_host): Move ...
9706 * arch-utils.c: ... here.
9707 * arch-utils.h (default_target_signal_to_host)
9708 (default_target_signal_from_host): Declare.
9709
9710 * common/signals.c (target_signal_from_command): Move ...
9711 * infrun.c: ... here.
9712 * inferior.h (target_signal_from_command): Declare.
9713 * target.h (target_signal_from_command)
9714 (default_target_signal_from_host, default_target_signal_to_host):
9715 Delete declarations.
9716
9717 * common/signals.c (_initialize_signals): Delete.
9718
c9b87335
PA
97192012-03-01 Pedro Alves <palves@redhat.com>
9720
9721 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
9722 both __cplusplus and !__cplusplus.
9723
9340a6c0
PA
97242012-03-01 Pedro Alves <palves@redhat.com>
9725
9726 * psymtab.c (find_and_open_source): Delete declaration.
9727 * source.c (find_and_open_source): Move comment ...
9728 * source.h (find_and_open_source): ... to this new declaration.
9729
e451c4a1
PA
97302012-03-01 Pedro Alves <palves@redhat.com>
9731
9732 * inline-frame.c: Include inline-frame.h.
9733
983fb104
PA
97342012-03-01 Pedro Alves <palves@redhat.com>
9735
9736 * tui/tui-data.c (set_gen_win_origin): Delete.
9737 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
9738 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
9739
5fbce5df
PA
97402012-03-01 Pedro Alves <palves@redhat.com>
9741
9742 * remote.c (encode_actions): Delete declaration.
9743 * tracepoint.c (encode_actions): Make extern.
9744 * tracepoint.h (encode_actions): Declare.
9745
49a8461d
PA
97462012-03-01 Pedro Alves <palves@redhat.com>
9747
9748 * python/py-breakpoint.c: Include python.h.
9749 * python/py-continueevent.c (create_continue_event_object): Make
9750 static.
9751 * python/py-lazy-string.c (stpy_get_type): Make static.
9752 * python/py-newobjfileevent.c (create_new_objfile_event_object):
9753 Make static.
9754 * python/py-utils.c (unicode_to_target_python_string): Make
9755 static.
9756 * python/py-value.c: Include python.h.
9757
9079102f
PA
97582012-03-01 Pedro Alves <palves@redhat.com>
9759
9760 * inferior.c (delete_threads_of_inferior): Delete.
9761
a298c5e8
PA
97622012-03-01 Pedro Alves <palves@redhat.com>
9763
9764 Import fallback definitions from glibc.
9765
9766 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
9767 ps_prochandle): Forward declare.
9768 (ps_err_e): Use glibc's comments.
9769 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
9770 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
9771 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
9772 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
9773 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
9774 (struct ps_prochandle): Adjust comment.
9775
e3084549
PA
97762012-03-01 Pedro Alves <palves@redhat.com>
9777
9778 * ada-lang.c (ada_modulus_from_name): Delete.
9779 * ada-lex.l (lexer_init): Make static.
9780
ad5f7d6e
PA
97812012-03-01 Pedro Alves <palves@redhat.com>
9782
9783 PR gdb/13767
9784
9785 * frame.c (read_frame_register_unsigned): New.
9786 * frame.h (read_frame_register_unsigned): Declare.
9787 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
9788 Handle it.
9789 (print_i387_control_word): New parameter `control_p'. Handle it.
9790 (i387_print_float_info): Handle unavailable float registers.
9791
e0a4d108
KS
97922012-03-01 Keith Seitz <keiths@redhat.com>
9793
9794 * linespec.c (decode_line_2): Sort the list of methods
9795 alphabetically before presenting the user with a selection
9796 menu.
9797
122d1940
DE
97982012-03-01 Doug Evans <dje@google.com>
9799
9800 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
9801 has_namespace_info.
9802 (dwarf2_read_abbrevs): Remove corresponding initialization.
9803
7d74f244
DE
98042012-03-01 Scott J. Goldman <scottjg@vmware.com>
9805
9806 * NEWS: Mention new python command class gdb.COMMAND_USER.
9807 * cli/cli-cmds.c (show_user): Print error when used on a python
9808 command.
9809 (init_cli_cmds): Update documentation strings for "show user" and
9810 "set/show max-user-call-depth" to clarify that it does not apply to
9811 python commands.
9812 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
9813 error check.
9814 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
9815 gdb python api.
9816 * top.c (execute_command): Only execute a user-defined command as a
9817 legacy macro if c->user_commands is set.
9818
e88acd96
TT
98192012-03-01 Tom Tromey <tromey@redhat.com>
9820
9821 * valprint.h (struct generic_val_print_decorations): New.
9822 (generic_val_print): Declare.
9823 * valprint.c (generic_val_print): New function.
9824 * p-valprint.c (p_decorations): New global.
9825 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
9826 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
9827 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
9828 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
9829 * m2-valprint.c (m2_decorations): New global.
9830 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
9831 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
9832 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
9833 TYPE_CODE_ERROR>: Call generic_val_print.
9834 * f-valprint.c (f_decorations): New global.
9835 (f_val_print): Use print_function_pointer_address.
9836 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
9837 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
9838 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
9839 generic_val_print.
9840 * c-valprint.c (c_decorations): New global.
9841 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
9842 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
9843 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
9844 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
9845 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
9846 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
9847 case.
9848
d3eab38a
TT
98492012-03-01 Tom Tromey <tromey@redhat.com>
9850
9851 * valprint.c (val_print): Update.
9852 * p-valprint (pascal_val_print): Return void.
9853 * p-lang.h (pascal_val_print): Return void.
9854 * m2-valprint.c (m2_val_print): Return void.
9855 * m2-lang.h (m2_val_print): Return void.
9856 * language.h (struct language_defn) <la_val_print>: Return void.
9857 * language.c (unk_lang_val_print): Return void.
9858 * jv-valprint.c (java_val_print): Return void.
9859 * jv-lang.h (java_val_print): Return void.
9860 * f-valprint.c (f_val_print): Return void.
9861 * f-lang.h (f_val_print): Return void.
9862 * d-valprint.c (d_val_print): Return void.
9863 (dynamic_array_type): Update.
9864 * d-lang.h (d_val_print): Return void.
9865 * c-valprint.c (c_val_print): Return void.
9866 * c-lang.h (c_val_print): Return void.
9867 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
9868 void.
9869 * ada-lang.h (ada_val_print): Return void.
9870
35c0084b
TT
98712012-03-01 Tom Tromey <tromey@redhat.com>
9872
9873 * value.h (val_print): Return void.
9874 * valprint.c (val_print): Return void.
9875
a1f5dd1b
TT
98762012-03-01 Tom Tromey <tromey@redhat.com>
9877
9878 * value.h (common_val_print): Return void.
9879 * valprint.c (common_val_print): Return void.
9880
8e069a98
TT
98812012-03-01 Tom Tromey <tromey@redhat.com>
9882
9883 * value.h (value_print): Return void.
9884 * valprint.c (value_print): Return void.
9885 * p-valprint.c (pascal_value_print): Return void.
9886 * p-lang.h (pascal_value_print): Return void.
9887 * language.h (struct language_defn) <la_value_print>: Return
9888 void.
9889 * language.c (unk_lang_value_print): Return void.
9890 * jv-valprint.c (java_value_print): Return void.
9891 * jv-lang.h (java_value_print): Return void.
9892 * f-valprint.c (c_value_print): Don't declare.
9893 Include c-lang.h.
9894 * c-valprint.c (c_value_print): Return void.
9895 * c-lang.h (c_value_print): Return void.
9896 * ada-valprint.c (ada_value_print): Return void.
9897 * ada-lang.h (ada_value_print): Return void.
9898
be335936
TT
98992012-03-01 Tom Tromey <tromey@redhat.com>
9900
9901 * value.c (value_primitive_field): Handle virtual base classes.
9902
b0db66a7
TT
99032012-03-01 Tom Tromey <tromey@redhat.com>
9904
9905 * gdbtypes.h (struct vbase): Remove.
9906
132c57b4
TT
99072012-03-01 Tom Tromey <tromey@redhat.com>
9908
9909 * c-valprint.c (print_function_pointer_address): Move...
9910 * valprint.c: ... here. Make non-static.
9911 * m2-valprint.c (print_function_pointer_address): Remove.
9912 * valprint.h (print_function_pointer_address): Declare.
9913
e41eec66
JB
99142012-03-01 Joel Brobecker <brobecker@adacore.com>
9915
9916 * NEWS: Document the fact that one can provide a condition when
9917 creating an Ada exception catchpoint.
9918
19c37f24
TT
99192012-03-01 Tom Tromey <tromey@redhat.com>
9920
9921 * valprint.c (val_print_type_code_flags): Fix placement of
9922 trailing brace.
9923
f0fed3a3
JB
99242012-03-01 Joel Brobecker <brobecker@adacore.com>
9925
9926 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
9927 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
9928 environment variable before calling update-copyright.
9929
8ba85d85
JB
99302012-03-01 Joel Brobecker <brobecker@adacore.com>
9931
9932 * gnulib/extra/update-copyright: Update to the latest from
9933 gnulib's git repository.
9934 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
9935 variable to 2 instead of 1.
9936
8219b1e8
JB
99372012-02-29 Joel Brobecker <brobecker@adacore.com>
9938
9939 * varobj.c (c_value_of_variable): Remove dead code.
9940
718cb7da
JB
99412012-02-29 Joel Brobecker <brobecker@adacore.com>
9942
9943 * ada-lex.p (processId): Do not modify already encoded IDs.
9944 Update function documentation.
9945
739593e0
JB
99462012-02-29 Joel Brobecker <brobecker@adacore.com>
9947
9948 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
9949 "name" with "struct symbol *name_sym".
9950 * ada-exp.y (write_var_or_type): Update call to
9951 ada_find_renaming_symbol.
9952 "name" with "struct symbol *name_sym". Adjust Implementation
9953 accordingly. Adjust the function documentation.
9954
852dff6c
JB
99552012-02-29 Joel Brobecker <brobecker@adacore.com>
9956
9957 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
9958 * ada-lang.c (ada_find_any_type): Add advance declaration.
9959 Make static. Replace ada_find_any_symbol by
9960 ada_find_any_type_symbol.
9961 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
9962 Improve function description. Make static.
9963 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
9964 Replace ada_find_any_symbol by ada_find_any_type_symbol.
9965
1b611343
JB
99662012-02-29 Joel Brobecker <brobecker@adacore.com>
9967
9968 * ada-lang.c (struct tag_args): Delete.
9969 (ada_get_tsd_type): Function body moved up in source file.
9970 (ada_tag_name_1, ada_tag_name_2): Delete.
9971 (ada_get_tsd_from_tag): New function.
9972 (ada_tag_name_from_tsd): New function.
9973 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
9974 to determine the tag name.
9975
41246937
JB
99762012-02-29 Joel Brobecker <brobecker@adacore.com>
9977
9978 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
9979 declaration.
9980 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
9981 function.
9982
ffde82bf
JB
99832012-02-29 Joel Brobecker <brobecker@adacore.com>
9984
9985 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
9986
2ad01556
JB
99872012-02-29 Joel Brobecker <brobecker@adacore.com>
9988
9989 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
9990 full searches.
9991
99b1c762
JB
99922012-02-29 Joel Brobecker <brobecker@adacore.com>
9993
9994 * ada-lang.c (constrained_packed_array_type): If there is a
9995 parallel XA type, use it to determine the array index type.
9996
2d4a02ee
JB
99972012-02-29 Joel Brobecker <brobecker@adacore.com>
9998
9999 * ada-valprint.c (ada_val_print_1): If our value is a reference
10000 to an array descriptor, dereference it before converting it
10001 to a simple array.
10002
c48db5ca
JB
100032012-02-29 Joel Brobecker <brobecker@adacore.com>
10004
10005 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
10006 creating fixed value.
10007 (ada_value_ind, ada_coerce_ref, assign_component)
10008 (ada_evaluate_subexp): Remove call to unwrap_value before
10009 call to ada_to_fixed_value.
10010
2e6fda7d
JB
100112012-02-29 Joel Brobecker <brobecker@adacore.com>
10012
10013 * ada-lang.c (to_fixed_array_type): Set result's type name.
10014
5845583d
JB
100152012-02-29 Joel Brobecker <brobecker@adacore.com>
10016
10017 * ada-lang.c (catch_ada_exception_command_split): Add new
10018 argument cond_string. Add support for condition at end of
10019 "catch exception" commands.
10020 (ada_decode_exception_location): Add new argument cond_string.
10021 Update call to catch_ada_exception_command_split.
10022 (create_ada_exception_catchpoint): Add new argument cond_string.
10023 Set the breakpoint condition if needed.
10024 (catch_ada_exception_command): Update call to
10025 ada_decode_exception_location.
10026 (ada_decode_assert_location): Add function documentation.
10027 Add support for condition at end of "catch assert" command.
10028 (catch_assert_command): Update calls to ada_decode_assert_location
10029 and create_ada_exception_catchpoint.
10030
9a7f938f
JK
100312012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10032
10033 Fix disp-step-syscall.exp: fork: single step over fork.
10034 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
10035 (i386_linux_get_syscall_number_from_regcache): ... here, new function
10036 comment, change parameters gdbarch and ptid to regcache. Remove
10037 parameter regcache, initialize gdbarch from regcache here.
10038 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
10039 New functions.
10040 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
10041 instead.
10042 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
10043 'syscall'. Make the 'int' check more strict.
10044
ffdf6de5
JK
100452012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10046
10047 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
10048 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
10049 (i386_linux_intx80_sysenter_syscall_record): ... here.
10050 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
10051 Use the renamed function name.
10052
c70a6932
JK
100532012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10054
10055 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
10056 * breakpoint.c (until_break_command): Likewise.
10057 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
10058 * infcall.c (call_function_by_hand): Likewise.
10059 * infcmd.c (finish_forward): Likewise.
10060 * infrun.c (insert_exception_resume_breakpoint): Likewise.
10061
05b8a789 100622012-02-28 Tristan Gingold <gingold@adacore.com>
d4cd3da9 10063
d4cd3da9
JB
10064 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
10065 avoid variable assignments inside condition.
10066
6425366c
JK
100672012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10068
10069 Fix static analysis issue found by cppcheck.
10070 * microblaze-tdep.c (microblaze_extract_return_value): Fix
10071 uninitialized BUF for size 2.
10072
c8cef75f 100732012-02-27 Chris Dearman <chris@mips.com>
a09130f9
PA
10074 Nathan Froyd <froydnj@codesourcery.com>
10075 Maciej W. Rozycki <macro@codesourcery.com>
c8cef75f
MR
10076
10077 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
10078 (mips16_instruction_has_delay_slot): Likewise.
10079 (mips_segment_boundary): Likewise.
10080 (mips_adjust_breakpoint_address): Likewise.
10081 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
10082
473347ad 100832012-02-27 Maciej W. Rozycki <macro@mips.com>
a09130f9 10084 Maciej W. Rozycki <macro@codesourcery.com>
473347ad
MR
10085
10086 * infrun.c (handle_inferior_event): Don't proceed through
10087 shared library trampolines if stepping at the machine
10088 instruction level.
10089
cf233303
MR
100902012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
10091
10092 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
10093 too.
10094
cb2cf4ce
TS
100952012-02-27 Thomas Schwinge <thomas@codesourcery.com>
10096
10097 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
10098 (sh_stub_unwind_sniffer): New functions.
10099 (sh_stub_unwind): New variable.
10100 (sh_gdbarch_init): Wire everything.
10101
644cebc9
PA
101022012-02-27 Pedro Alves <palves@redhat.com>
10103
10104 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
10105 (linux_nat_post_attach_wait): Adjust to use
10106 linux_proc_pid_is_stopped.
10107 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
10108 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
10109 based on pid_is_stopped from both linux-nat.c and
10110 gdbserver/linux-low.c, and renamed.
10111
283002cf
MR
101122012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
10113
10114 * remote.c (remote_watchpoint_addr_within_range): New function.
10115 (init_remote_ops): Use it.
10116
9b3e86b1
MR
101172012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
10118
10119 * target.h (target_watchpoint_addr_within_range): Document macro.
10120
e36930bb
PA
101212012-02-24 Pedro Alves <palves@redhat.com>
10122
10123 * stack.c (set_last_displayed_sal): Issue internal_error instead
10124 of warning, and issue it after clearing the last displayed sal.
10125
883bc8d1
PA
101262012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10127 Pedro Alves <palves@redhat.com>
10128
10129 * breakpoint.c (until_break_command): Install breakpoints after
10130 all frame manipulations.
10131
b775012e
LM
101322012-02-24 Luis Machado <lgustavo@codesourcery.com>
10133
10134 * remote.c (remote_supports_cond_breakpoints): New forward
10135 declaration.
10136 (remote_add_target_side_condition): New function.
10137 (remote_insert_breakpoint): Add target-side breakpoint
10138 conditional if supported.
10139 (remote_insert_hw_breakpoint): Likewise.
10140 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
10141 hook.
10142
10143 * target.c (update_current_target): Inherit
10144 to_supports_evaluation_of_breakpoint_conditions.
10145 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
10146
10147 * target.h (struct target_ops)
10148 <to_supports_evaluation_of_breakpoint_conditions>: New field.
10149 (target_supports_evaluation_of_breakpoint_conditions): New #define.
10150
10151 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
10152 (condition_evaluation_both, condition_evaluation_auto,
10153 condition_evaluation_host, condition_evaluation_target,
10154 condition_evaluation_enums, condition_evaluation_mode_1,
10155 condition_evaluation_mode): New static globals.
10156 (translate_condition_evaluation_mode): New function.
10157 (breakpoint_condition_evaluation_mode): New function.
10158 (gdb_evaluates_breakpoint_condition_p): New function.
10159 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
10160 (mark_breakpoint_modified): New function.
10161 (mark_breakpoint_location_modified): New function.
10162 (set_condition_evaluation_mode): New function.
10163 (show_condition_evaluation_mode): New function.
10164 (bp_location_compare_addrs): New function.
10165 (get_first_location_gte_addr): New helper function.
10166 (set_breakpoint_condition): Free condition bytecode if locations
10167 has become unconditional. Call mark_breakpoint_modified (...).
10168 (condition_command): Call update_global_location_list (1) for
10169 breakpoints.
10170 (breakpoint_xfer_memory): Use is_breakpoint (...).
10171 (is_breakpoint): New function.
10172 (parse_cond_to_aexpr): New function.
10173 (build_target_condition_list): New function.
10174 (insert_bp_location): Handle target-side conditional
10175 breakpoints and call build_target_condition_list (...).
10176 (update_inserted_breakpoint_locations): New function.
10177 (insert_breakpoint_locations): Handle target-side conditional
10178 breakpoints.
10179 (bpstat_check_breakpoint_conditions): Add comment.
10180 (bp_condition_evaluator): New function.
10181 (bp_location_condition_evaluator): New function.
10182 (print_breakpoint_location): Print information on where the condition
10183 will be evaluated.
10184 (print_one_breakpoint_location): Likewise.
10185 (init_bp_location): Call mark_breakpoint_location_modified (...) for
10186 breakpoint location.
10187 (force_breakpoint_reinsertion): New functions.
10188 (update_global_location_list): Handle target-side breakpoint
10189 conditions.
10190 Reinsert locations that are already inserted if conditions have
10191 changed.
10192 (bp_location_dtor): Free agent expression bytecode.
10193 (disable_breakpoint): Call mark_breakpoint_modified (...).
10194 Call update_global_location_list (...) with parameter 1 for breakpoints.
10195 (disable_command): Call mark_breakpoint_location_modified (...).
10196 Call update_global_location_list (...) with parameter 1 for breakpoints.
10197 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
10198 (enable_command): mark_breakpoint_location_modified (...).
10199 (_initialize_breakpoint): Update documentation and add
10200 condition-evaluation breakpoint subcommand.
10201
10202 * breakpoint.h: Include ax.h.
10203 (condition_list): New data structure.
10204 (condition_status): New enum.
10205 (bp_target_info) <cond_list>: New field.
10206 (bp_location) <condition_changed, cond_bytecode>: New fields.
10207 (is_breakpoint): New prototype.
10208
3788aec7
LM
102092012-02-24 Luis Machado <lgustavo@codesourcery.com>
10210
10211 * remote.c (remote_state) <cond_breakpoints>: New field.
10212 (PACKET_ConditionalBreakpoints): New enum.
10213 (remote_cond_breakpoint_feature): New function.
10214 (remote_protocol_features): Add new ConditionalBreakpoints entry.
10215 (remote_supports_cond_breakpoints): New function.
10216 (_initialize_remote): Add new packet configuration for
10217 target-side conditional breakpoints.
10218
72895ff6
LM
102192012-02-24 Luis Machado <lgustavo@codesourcery.com>
10220
10221 * NEWS: Mention target-side conditional breakpoint support,
10222 new condition-evaluation breakpoint subcommand and remote
10223 packet extensions.
10224
dea2aa5f
LM
102252012-02-24 Luis Machado <lgustavo@codesourcery.com>
10226
10227 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
10228 number.
10229
8a8bc27f
TS
102302012-02-24 Thomas Schwinge <thomas@codesourcery.com>
10231
10232 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
10233 (after_prologue): Remove.
10234
6b446fdf
TT
102352012-02-23 Tom Tromey <tromey@redhat.com>
10236
10237 * jv-valprint.c (java_val_print): Remove dead code.
10238
ef59abfb
TG
102392012-02-23 Tristan Gingold <gingold@adacore.com>
10240
a09130f9
PA
10241 * ada-tasks.c (struct ada_tasks_inferior_data): Add
10242 known_tasks_element and known_tasks_length fields.
10243 (read_known_tasks_array): Change argument type. Use pointer type
10244 and number of elements from DATA. Adjust.
10245 (read_known_tasks_list): Likewise.
10246 (get_known_tasks_addr): Remove.
10247 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
10248 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
10249 type and array length. Merge former get_known_tasks_addr code.
ef59abfb 10250
def166f6
JK
102512012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10252
10253 PR backtrace/13716
10254 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
10255 it after set_momentary_breakpoint.
10256
aeaa2474
SA
102572012-02-22 Sterling Augustine <saugustine@google.com>
10258
10259 PR 13689:
10260 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
10261
feea76c2
GB
102622012-02-22 Gary Benson <gbenson@redhat.com>
10263
10264 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
10265 (find_slot_in_mapped_hash): Likewise.
10266
f06e05e0
JK
102672012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10268
10269 PR build/13638
10270 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
10271 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
10272 * configure: Regenerate.
10273
b54a8fd7
PA
102742012-02-21 Tristan Gingold <gingold@adacore.com>
10275 Pedro Alves <palves@redhat.com>
10276
10277 * ia64-tdep.c: Do not include libunwind-ia64.h.
10278 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
10279 Include libunwind-ia64.h instead of libunwind.h.
10280 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
10281 for libunwind.h existence.
10282 * configure, config.in: Regenerate.
10283
dfcee124
AG
102842012-02-21 Anton Gorenkov <xgsa@yandex.ru>
10285
10286 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
10287 instead of value_rtti_target_type.
10288 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
10289 instead of value_rtti_target_type.
10290 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
10291 value_rtti_target_type.
10292 * valops.c (value_ind): Extract function readjust_indirect_value_type.
10293 (value_rtti_target_type): Rename to ...
10294 (value_rtti_indirect_type): ... here and make it indirect. Update
10295 function comment.
10296 * value.c (readjust_indirect_value_type): New function.
10297 (coerce_ref): Support for enclosing type setting for references
10298 with readjust_indirect_value_type.
10299 * value.h (readjust_value_type): New declaration.
10300 (value_rtti_target_type): Rename to ...
10301 (value_rtti_indirect_type): ... here.
10302
02568277
AG
103032012-02-21 Anton Gorenkov <xgsa@yandex.ru>
10304
10305 * MAINTAINERS (Write After Approval): Add myself to the list.
10306
10c07b7e 103072012-02-20 Doug Evans <dje@google.com>
28ee876a 10308
d82ea6a8
DE
10309 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
10310 Rename objfile_p_char parameter to objfilep.
10311 (build_objfile_section_table): Result is now void. All callers
10312 updated.
10313 * objfiles.h (struct objfile): Tweak comments, whitespace.
10314 (build_objfile_section_table): Update.
10315
28ee876a
DE
10316 * elfread.c (elf_symfile_segments): Fix warning text.
10317
24c79950
TT
103182012-02-20 Tom Tromey <tromey@redhat.com>
10319
10320 PR gdb/13498:
10321 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
10322 particular set of file names once.
10323 (dw2_map_symbol_filenames): Likewise.
10324
3a9b40b6
JK
103252012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10326
10327 Code cleanup.
10328 * main.c (write_files): Remove the declaration.
10329 (external_editor_command): Move the declaration ...
10330 [GDBTK] (external_editor_command): ... here. Fix the comment.
10331
4d0795ca
TT
103322012-02-20 Tom Tromey <tromey@redhat.com>
10333
10334 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
10335 extraneous block.
10336
637fd620
TG
103372012-02-20 Tristan Gingold <gingold@adacore.com>
10338
10339 * darwin-nat.h (enum darwin_msg_state): Add comments.
10340
6f124894
TG
103412012-02-20 Tristan Gingold <gingold@adacore.com>
10342
10343 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
10344 value.
10345
2e6e3d9c
JB
103462012-20-18 Joel Brobecker <brobecker@adacore.com>
10347
10348 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
10349 between function description and implementation.
10350
2e8265fd
TT
103512012-02-17 Tom Tromey <tromey@redhat.com>
10352
10353 PR python/12070:
10354 * python/py-event.c (event_object_getset): New global.
10355 (event_object_type): Reference it.
10356 * python/py-type.c (field_object_getset): New global.
10357 (field_object_type): Reference it.
10358 * python/python-internal.h (gdb_py_generic_dict): Declare.
10359 * python/py-utils.c (gdb_py_generic_dict): New function.
10360
8544a150 103612012-02-17 Tristan Gingold <gingold@adacore.com>
6f124894 10362
8544a150 10363 * solib-darwin.c (darwin_current_sos): Check magic and filetype
6f124894 10364
ca193e27
TS
103652012-02-17 Thomas Schwinge <thomas@codesourcery.com>
10366
10367 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
10368 TYPE_CALLING_CONVENTION annotation.
10369
e5586183
KB
103702012-02-16 Kevin Buettner <kevinb@redhat.com>
10371
10372 * MAINTAINERS: Add rx to target ISA section.
10373 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
10374 (ALLDEPFILES): Add rx-tdep.c.
10375
7dcd53a0
TT
103762012-02-16 Tom Tromey <tromey@redhat.com>
10377
10378 * symfile.c (symbol_file_add_main_1): Use inferior's
10379 symfile_flags.
10380 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
10381 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
10382 inferior.
10383 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
10384 inferior.
10385 (follow_exec): Use inferior's symfile_flags.
10386 * inferior.h (struct inferior) <symfile_flags>: New field.
10387
ddd60447
MF
103882012-02-16 Mike Frysinger <vapier@gentoo.org>
10389
10390 PR gdb/9734:
10391 * remote-sim.c (gdbsim_create_inferior): Call error() when
10392 sim_create_inferior() fails.
10393
b0d32fb6
TG
103942012-02-16 Josh Matthews <josh@joshmatthews.net>
10395
10396 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
10397
9addecb9
TT
103982012-02-16 Tom Tromey <tromey@redhat.com>
10399
10400 PR c++/13653:
10401 * thread.c (struct current_thread_cleanup) <was_removable>: New
10402 field.
10403 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
10404 (make_cleanup_restore_current_thread): Initialize new field.
10405
a58b110a
KB
104062012-02-15 Kevin Buettner <kevinb@redhat.com>
10407
10408 * MAINTAINERS: Add rl78 to target ISA section.
10409 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
10410 (ALLDEPFILES): Add rl78-tdep.c.
10411 * NEWS: Mention rl78 as a new target.
10412
4cb6da1c
AR
104132012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
10414
10415 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
10416 data.
10417 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
10418
3af2590d
TT
104192012-02-15 Tom Tromey <tromey@redhat.com>
10420
10421 PR gdb/12659:
10422 * infcmd.c (registers_info): Print just the current register's
10423 name.
10424
c6910659
TT
104252012-02-15 Tom Tromey <tromey@redhat.com>
10426
10427 * python/py-symbol.c (sympy_value): Use _().
10428
7cee1e54
PA
104292012-02-15 Pedro Alves <palves@redhat.com>
10430
10431 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
10432 output to be like native targets'.
10433 (remote_pid_to_str): Special case the null ptid.
10434
816338b5
SS
104352012-02-14 Stan Shebs <stan@codesourcery.com>
10436
10437 * NEWS: Mention enable count command.
10438 * breakpoint.h (struct breakpoint): New field enable_count.
10439 * breakpoint.c (enable_breakpoint_disp): Add count argument.
10440 (enable_breakpoint): Add arg to call.
10441 (struct disp_data): New struct.
10442 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
10443 (do_map_enable_once_breakpoint): Create a struct and pass it.
10444 (do_map_enable_delete_breakpoint): Ditto.
10445 (do_map_enable_count_breakpoint): New function.
10446 (enable_count_command): New function.
10447 (bpstat_stop_status): Decrement enable_count.
10448 (print_one_breakpoint_location): Report enable count.
10449 (_initialize_breakpoint): Add enable count command.
10450
c47a44f4
KB
104512012-02-14 Kevin Buettner <kevinb@redhat.com>
10452
10453 * rl78-tdep.c (reggroups.h): Include.
10454 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
10455 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
10456 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
10457 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
10458 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
10459 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
10460 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
10461 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
10462 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
10463 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
10464 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
10465 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
10466 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
10467 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
10468 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
10469 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
10470 beginning of register list.
10471 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
10472 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
10473 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
10474 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
10475 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
10476 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
10477 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
10478 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
10479 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
10480 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
10481 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
10482 the pseudo registers. Rearrange other pseudo registers too so
10483 that the bank registers appear at the end.
10484 (rl78_register_type): Account for the fact that the byte sized
10485 bank registers are now pseudo-registers.
10486 (rl78_register_name): Rearrange the register name array. Make
10487 initial set of raw banked registers inaccessible.
10488 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
10489 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
10490 case for copying bytes back and forth between raw and pseudo
10491 versions of the banked registers. Update other cases to reflect
10492 the changed names.
10493 (rl78_return_value): Update to account for changed names of
10494 raw registers.
10495 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
10496 rl78_register_sim_regno().
10497
e4569f1e
KB
104982012-02-14 Kevin Buettner <kevinb@redhat.com>
10499
10500 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
10501 the name parameter being passed to find_pc_partial_function().
10502
7a05aae7
JK
105032012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10504
10505 * MAINTAINERS: Step down from being ia64 target maintainer.
10506
11fde611
JK
105072012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10508
10509 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
10510 compilation warning.
10511
57008375
JK
105122012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10513
10514 Fix crash on loaded shlibs without loaded exec_bfd.
10515 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
10516 (set_section_command): Replace exec_bfd by p->bfd.
10517
ff3c9849
TT
105182012-02-10 Tom Tromey <tromey@redhat.com>
10519
10520 * linespec.c (decode_line_internal): Skip symtabs_from_filename
10521 when we have a C++ qualified name.
10522
db2b9fdd
PA
105232012-02-10 Pedro Alves <palves@redhat.com>
10524
10525 * inferior.c (inferior_pid_to_str): New.
10526 (print_inferior, inferior_command): Use it.
10527
12cd34f3
PA
105282012-02-10 Pedro Alves <palves@redhat.com>
10529
10530 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
10531 the test CFLAGS.
10532 * configure: Regenerate.
10533
e871429d
JK
105342012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10535
10536 * linespec.c (decode_line_internal): Fix comment correctness.
10537
1916efaf
PA
105382012-02-09 Valery Khromov <valery.khromov@gmail.com>
10539
10540 PR gdb/12953
10541 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
10542 * amd64bsd-nat.c: Add support for debug registers (adapted from
10543 i386bsd-nat.c).
10544 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
10545 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
10546 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
10547 (amd64bsd_dr_get_control): New functions.
10548 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
10549 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
10550 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
10551 watchpoints initialization.
10552 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
10553
f4859d94
JK
105542012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10555
10556 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
10557 flds_bnds.fields.
10558 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
10559
c56a97f9
JK
105602012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10561
10562 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
10563
1a119f36
JB
105642012-02-08 Joel Brobecker <brobecker@adacore.com>
10565
10566 * language.h (symbol_name_cmp_ftype): Renames
10567 symbol_name_match_p_ftype.
10568 (struct language_defn)[la_get_symbol_name_cmp]: Renames
10569 la_get_symbol_name_match_p.
10570 * ada-lang.c (ada_get_symbol_name_cmp): Renames
10571 ada_get_symbol_name_match_p. Update comment.
10572 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
10573 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
10574 Renames symbol_name_match_p. Update field type.
10575 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
10576 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10577 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
10578 "la_get_symbol_name_cmp" in comments.
10579 * language.c: Likewise.
10580
c71bb1cf
RO
105812012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10582
10583 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
10584 %eflags offset.
10585 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
10586 (amd64_sol2_gregset32_reg_offs): Likewise.
10587
4b2d20a5
TG
105882012-02-08 Joel Brobecker <brobecker@adacore.com>
10589
10590 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
10591 of the returned BFD is allocated by GDB.
10592
f0823d2c
TT
105932012-02-07 Tom Tromey <tromey@redhat.com>
10594
10595 PR python/12027:
10596 * python/python-internal.h (frame_object_type): Declare.
10597 * python/py-symbol.c (sympy_needs_frame): New function.
10598 (sympy_value): New function.
10599 (symbol_object_getset): Add "needs_frame".
10600 (symbol_object_methods): Add "value".
10601 * python/py-frame.c (frame_object_type): No longer static.
10602
64e7d9dd
TT
106032012-02-07 Tom Tromey <tromey@redhat.com>
10604
10605 PR python/13599:
10606 * python/py-symbol.c (sympy_line): New function.
10607 (symbol_object_getset): Add "line".
10608
1d6b2d2b
TT
106092012-02-07 Tom Tromey <tromey@redhat.com>
10610
10611 * charset.c (find_charset_names): Check 'in' against NULL.
10612
0d5cff50
DE
106132012-02-06 Doug Evans <dje@google.com>
10614
10615 * gdbtypes.h (struct main_type): Change type of name,tag_name,
10616 and fields.name members from char * to const char *. All uses updated.
10617 (struct cplus_struct_type): Change type of fn_fieldlists.name member
10618 from char * to const char *. All uses updated.
10619 (type_name_no_tag): Update.
10620 (lookup_unsigned_typename, lookup_signed_typename): Update.
10621 * gdbtypes.c (type_name_no_tag): Change result type
10622 from char * to const char *. All callers updated.
10623 (lookup_unsigned_typename, lookup_signed_typename): Change type of
10624 name parameter from char * to const char *.
10625 * symtab.h (struct cplus_specific): Change type of demangled_name
10626 member from char * to const char *. All uses updated.
10627 (struct general_symbol_info): Change type of name and
10628 mangled_lang.demangled_name members from char * to const char *.
10629 All uses updated.
10630 (symbol_get_demangled_name, symbol_natural_name): Update.
10631 (symbol_demangled_name, symbol_search_name): Update.
10632 * symtab.c (symbol_get_demangled_name): Change result type
10633 from char * to const char *. All callers updated.
10634 (symbol_natural_name, symbol_demangled_name): Ditto.
10635 (symbol_search_name): Ditto.
10636 (completion_list_add_name): Change type of symname,sym_text,
10637 text,word parameters from char * to const char *.
10638 (completion_list_objc_symbol): Change type of sym_text,
10639 text,word parameters from char * to const char *.
10640 * ada-lang.c (find_struct_field): Change type of name parameter
10641 from char * to const char *.
10642 (encoded_ordered_before): Similarly for N0,N1 parameters.
10643 (old_renaming_is_invisible): Similarly for function_name parameter.
10644 (ada_type_name): Change result type from char * to const char *.
10645 All callers updated.
10646 * ada-lang.h (ada_type_name): Update.
10647 * buildsym.c (hashname): Change type of name parameter
10648 from char * to const char *.
10649 * buildsym.h (hashname): Update.
10650 * dbxread.c (end_psymtab): Change type of include_list parameter
10651 from char ** to const char **.
10652 * dwarf2read.c (determine_prefix): Change result type
10653 from char * to const char *. All callers updated.
10654 * f-lang.c (find_common_for_function): Change type of name, funcname
10655 parameters from char * to const char *.
10656 * f-lang.c (find_common_for_function): Update.
10657 * f-valprint.c (list_all_visible_commons): Change type of funcname
10658 parameters from char * to const char *.
10659 * gdbarch.sh (static_transform_name): Change type of name parameter
10660 and result from char * to const char *.
10661 * gdbarch.c: Regenerate.
10662 * gdbarch.h: Regenerate.
10663 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
10664 of name parameter from char * to const char *.
10665 * jv-lang.c (java_primitive_type_from_name): Ditto.
10666 (java_demangled_signature_length): Similarly for signature parameter.
10667 (java_demangled_signature_copy): Ditto.
10668 (java_demangle_type_signature): Ditto.
10669 * jv-lang.h (java_primitive_type_from_name): Update.
10670 (java_demangle_type_signature): Update.
10671 * objc-lang.c (specialcmp): Change type of a,b parameters
10672 from char * to const char *.
10673 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
10674 from char * to const char *. All callers updated.
10675 * p-lang.h (is_pascal_string_type): Update.
10676 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
10677 of name parameter from char * to const char *.
10678 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
10679 * utils.c (fprintf_symbol_filtered): Ditto.
10680 * defs.h (fprintf_symbol_filtered): Update.
10681 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
10682 * stabsread.h (end_psymtab): Update.
10683 * stack.c (find_frame_funname): Change type of funname parameter
10684 from char ** to const char **.
10685 * stack.h (find_frame_funname): Update.
10686 * typeprint.c (type_print): Change type of varstring parameter
10687 from char * to const char *.
10688 * value.h (type_print): Update.
10689 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
10690 from char * to const char *. All callers updated.
10691 (xcoff_end_psymtab): Change type of include_list parameter
10692 from char ** to const char **. All callers updated.
10693 (swap_sym): Similarly for name parameter. All callers updated.
10694 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
10695 Use xstrdup.
10696 (process_coff_symbol): Use xstrdup.
10697 * stabsread.c (stabs_method_name_from_physname): Renamed from
10698 update_method_name_from_physname. Change result type from void
10699 to char *. All callers updated.
10700 (read_member_functions): In has_destructor case, store name in objfile
10701 obstack instead of malloc space. In !has_stub case, fix mem leak.
10702
5579a92e
TT
107032012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
10704
10705 * configure: Rebuild.
10706 * configure.ac: Put -L../bfd and -L../libiberty at the front of
10707 LDFLAGS.
10708
9058f767
KB
107092012-02-03 Kevin Buettner <kevinb@redhat.com>
10710
10711 * configure.tgt (rl78-*-elf): New target.
10712 * rl78-tdep.c: New file.
10713
5b37825d
PW
107142012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10715
10716 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
10717 and continue the loop. Add QUIT statement.
10718
e009ee71
TT
107192012-02-03 Tom Tromey <tromey@redhat.com>
10720
10721 PR gdb/13596:
10722 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
10723 bfd_lookup_symbol_from_symtab.
10724 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
10725 gdb_bfd_lookup_symbol_from_symtab.
10726
f7e44f65
JB
107272012-02-03 Joel Brobecker <brobecker@adacore.com>
10728
10729 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
10730 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
10731 symbol. Add assertion that sym2 is never NULL.
10732
2c02bd72
DE
107332012-02-02 Doug Evans <dje@google.com>
10734
10735 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
10736 "name" parameter to const char ** from char **. All callers updated.
10737 (find_pc_partial_function): Ditto.
10738 (cache_pc_function_name): Change type to const char * from char *.
10739 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
10740 (find_pc_partial_function): Update.
10741 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
10742 type of "name" parameter to const char * from char *.
10743 All uses updated.
10744 * arch-utils.c (generic_in_solib_return_trampoline): Change
10745 type of "name" parameter to const char * from char *.
10746 * arch-utils.h (generic_in_solib_return_trampoline): Update.
10747 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
10748 type of "name" parameter to const char * from char *.
10749 * gdbarch.sh (in_solib_return_trampoline): Ditto.
10750 * gdbarch.c: Regenerate.
10751 * gdbarch.h: Regenerate.
10752 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
10753 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
10754 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
10755 type of "name" parameter to const char * from char *.
10756 * skip.c (skip_function_pc): Ditto.
10757 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
10758 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
10759 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
10760 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
10761 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
10762 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
10763 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
10764 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
10765 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
10766
e886a173
PA
107672012-02-02 Pedro Alves <palves@redhat.com>
10768
10769 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
10770 the current inferior has no execution. Make sure the current
10771 remote process matches gdb's current inferior.
10772
c709a7c2
TT
107732012-02-02 Tom Tromey <tromey@redhat.com>
10774
10775 PR gdb/13405:
10776 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
10777 read-only memory.
10778
f149aabd
TT
107792012-02-02 Tom Tromey <tromey@redhat.com>
10780
10781 PR gdb/9307:
10782 * symtab.c (lookup_language_this): Set block_found.
10783
03bef283
TT
107842012-02-01 Tom Tromey <tromey@redhat.com>
10785
10786 PR gdb/13431:
10787 * jit.c (struct jit_inferior_data): Rewrite.
10788 (struct jit_objfile_data): New.
10789 (get_jit_objfile_data): New function.
10790 (add_objfile_entry): Update.
10791 (jit_read_descriptor): Return int. Replace descriptor_addr
10792 argument with inf_data. Update. Don't call error.
10793 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
10794 descriptor here.
10795 (jit_inferior_init): Don't look up descriptor. Don't call error.
10796 (jit_reset_inferior_data_and_breakpoints)
10797 (jit_inferior_created_observer): Remove.
10798 (jit_inferior_exit_hook): Update.
10799 (jit_executable_changed_observer): Remove.
10800 (jit_event_handler): Update.
10801 (free_objfile_data): Reset inferior data if needed.
10802 (_initialize_jit): Update.
10803
f0bbc364
TT
108042012-02-01 Tom Tromey <tromey@redhat.com>
10805
10806 * jit.c (bfd_open_from_target_memory): Move higher in file.
10807
47c1316c
TG
108082012-02-01 Tristan Gingold <gingold@adacore.com>
10809
10810 * libunwind-frame.c (libunwind_load): Display message if dlopen
10811 failed.
10812
8e704927
GB
108132012-02-01 Gary Benson <gbenson@redhat.com>
10814
09c7a31f 10815 * symtab.h (symbol_found_callback_ftype): New typedef.
8e704927
GB
10816 (iterate_over_symbols): Use the above.
10817 * symtab.c (iterate_over_symbols): Likewise.
10818 * language.h (language_defn->la_iterate_over_symbols): Likewise.
10819 * ada-lang.c (ada_iterate_over_symbols): Likewise.
10820 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
10821 (iterate_name_matcher): Document return values.
10822 (collect_one_symbol): Likewise.
10823 (collect_function_symbols): Likewise.
10824 (collect_symbols): Likewise.
10825
d9680e73
TT
108262012-02-01 Tom Tromey <tromey@redhat.com>
10827
10828 * ada-lang.c (resolve_subexp): Update.
10829 (ada_lookup_symbol_list): Add 'full_search' argument.
10830 (ada_iterate_over_symbols): Pass 0 as full_search argument to
10831 ada_lookup_symbol_list.
10832 (ada_lookup_encoded_symbol): Update.
10833 (get_var_value): Update.
10834 * ada-exp.y (block_lookup): Update.
10835 (write_var_or_type): Update.
10836 (write_name_assoc): Update.
10837 * ada-lang.h (ada_lookup_symbol_list): Update.
10838
72e1143f
TT
108392012-01-31 Tom Tromey <tromey@redhat.com>
10840
10841 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
10842 comment.
10843
ab2d2ad3
DE
108442012-01-31 Doug Evans <dje@google.com>
10845
10846 * symtab.h: Remove outdated comment.
e9111bf7 10847 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
ab2d2ad3 10848
bc884eba
JB
108492012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
10850
10851 Fix build error in Darwin port.
10852 * i386-darwin-nat.c: Include i386-nat.h.
10853
8fc3fc34
TT
108542012-01-30 Tom Tromey <tromey@redhat.com>
10855
10856 PR breakpoints/13568:
10857 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
10858 argument. Check for recursive includes.
10859 (dwarf_decode_macros): Create an include hash.
10860
5d853008
ME
108612012-01-30 Michael Eager <eager@eagercon.com>
10862
10863 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
10864 * ppc-linux-tdep.c: Include glibc-tdep.h.
ab2d2ad3 10865 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
5d853008
ME
10866 (powerpc_linux_in_plt_stub): New function.
10867 (powerpc_linux_in_dynsym_resolve_code): New function.
10868 (ppc_skip_trampoline_code): New function.
10869 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
10870 Use glibc_skip_solib_resolver.
10871
40478521
JK
108722012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10873
10874 Code cleanup: Make 1440 bytes of data segment read-only.
10875 * arch-utils.c (endian_enum): Make it const char *const [].
10876 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
10877 Likewise.
10878 * breakpoint.c (always_inserted_enums): Likewise.
10879 * cli/cli-cmds.c (script_ext_enums): Likewise.
10880 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
10881 enumlist parameter const char *const *.
10882 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
10883 const char *const *.
10884 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
10885 parameter const char *const *.
10886 * cris-tdep.c (cris_modes): Make it const char *const [].
10887 * filesystem.c (target_file_system_kinds): Likewise.
10888 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
10889 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
10890 (can_use_displaced_stepping_enum, scheduler_enums)
10891 (exec_direction_names): Likewise.
10892 * language.c (_initialize_language): Make the type_or_range_names and
10893 case_sensitive_names variables const char *const [].
10894 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
10895 * python/python.c (python_excp_enums): Likewise.
10896 * remote.c (interrupt_sequence_modes): Likewise.
10897 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
10898 * serial.c (logbase_enums): Likewise.
10899 * sh-tdep.c (sh_cc_enum): Likewise.
10900 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
10901 Likewise.
10902 * symtab.c (multiple_symbols_modes): Likewise.
10903 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
10904 Likewise.
10905 * utils.c (internal_problem_modes): Likewise.
10906
b3b8b934
JK
109072012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10908
10909 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
10910 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
10911 result.
10912
8c85a4e2
DE
109132012-01-27 Doug Evans <dje@google.com>
10914
10915 * configure.ac (with_python): Fix absolute path handling for win32.
10916 * configure: Regenerate.
10917
78d8b4d7
DE
109182012-01-26 Doug Evans <dje@google.com>
10919
eca864fe
DE
10920 * symtab.c: Whitespace cleanup, no code changes.
10921
7e082072
DE
10922 * symtab.c (lookup_symbol_in_language): Improve comment.
10923 (lookup_symbol_aux): Fix comment.
10924
7dc25483
DE
10925 * psymtab.c (add_psymbol_to_list): Result is now "void".
10926 * psympriv.h (add_psymbol_to_list): Update.
10927
78d8b4d7
DE
10928 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
10929
4c63965b
JK
109302012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10931
10932 Do not open script filenames twice.
10933 * cli/cli-cmds.c (source_script_from_stream): Pass to
10934 source_python_script also STREAM.
10935 * python/py-auto-load.c (source_section_scripts): Pass to
10936 source_python_script_for_objfile also STREAM.
10937 (auto_load_objfile_script): Pass to source_python_script_for_objfile
10938 also INPUT.
10939 * python/python-internal.h (source_python_script_for_objfile): New
10940 parameter file, rename parameter file to filename.
10941 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
10942 instead if !_WIN32. Update the function comment.
10943 (source_python_script, source_python_script_for_objfile)
10944 (source_python_script): New parameter file, rename parameter file to
10945 filename. Pass FILENAME to python_run_simple_file.
10946 * python/python.h (source_python_script): New parameter file, rename
10947 parameter file to filename.
10948
88f38a04
PA
109492012-01-26 Pedro Alves <palves@redhat.com>
10950
10951 * corelow.c (core_has_fake_pid): Delete.
10952 (core_close): Delete references to `core_has_fake_pid'.
10953 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
10954 (core_open): Delete references to `core_has_fake_pid'.
10955 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
10956 the removed global.
10957
e078317b
JB
109582012-01-26 Joel Brobecker <brobecker@adacore.com>
10959
10960 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
10961 Remove language parameter from name_matcher. Adjust the comment.
10962 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
10963 Remove language parameter.
10964 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
10965 * linespec.c (iterate_name_matcher): Likewise.
10966 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
10967 name_matcher. Adjust call accordingly.
10968 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
10969 (maintenance_check_symtabs): Adjust type of parameter "fun".
10970 * psymtab.h (maintenance_check_symtabs): Likewise.
10971
74ccd7f5
JB
109722012-01-26 Joel Brobecker <brobecker@adacore.com>
10973
10974 * language.h (symbol_name_match_p_ftype): New typedef.
10975 (struct language_defn): Replace field la_symbol_name_compare
10976 by la_get_symbol_name_match_p.
10977 * ada-lang.c (ada_get_symbol_name_match_p): New function.
10978 (ada_language_defn): Use it.
10979 * linespec.c (struct symbol_matcher_data): New type.
10980 (iterate_name_matcher): Rewrite.
10981 (iterate_over_all_matching_symtabs): Pass a pointer to
10982 a symbol_matcher_data struct to expand_symtabs_matching
10983 instead of just the lookup name.
10984 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10985 opencl-lang.c, p-lang.c, language.c: Delete field
10986 la_symbol_name_compare, and replace by NULL for new field
10987 la_get_symbol_name_match_p.
10988 * symfile.h (struct quick_symbol_functions): Update comment.
10989
5d268276
TT
109902012-01-25 Tom Tromey <tromey@redhat.com>
10991
10992 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
10993 dereferencing.
10994
edcc5120
TT
109952012-01-24 Tom Tromey <tromey@redhat.com>
10996
10997 PR symtab/12406:
10998 * solib.c (update_solib_list): Update the program space's
10999 added_solibs and deleted_solibs fields.
11000 * progspace.h (struct program_space) <added_solibs,
11001 deleted_solibs>: New fields.
11002 (clear_program_space_solib_cache): Declare.
11003 * progspace.c (release_program_space): Call
11004 clear_program_space_solib_cache.
11005 (clear_program_space_solib_cache): New function.
11006 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
11007 bpstat_stop_status. Use handle_solib_event.
11008 * breakpoint.c: Include gdb_regex.h.
11009 (print_solib_event): New function.
11010 (bpstat_print): Use print_solib_event.
11011 (bpstat_stop_status): Add special case for bp_shlib_event.
11012 (handle_solib_event): New function.
11013 (bpstat_what): Use handle_solib_event.
11014 (struct solib_catchpoint): New.
11015 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
11016 (breakpoint_hit_catch_solib, check_status_catch_solib)
11017 (print_it_catch_solib, print_one_catch_solib)
11018 (print_mention_catch_solib, print_recreate_catch_solib): New
11019 functions.
11020 (catch_solib_breakpoint_ops): New global.
11021 (catch_load_or_unload, catch_load_command_1)
11022 (catch_unload_command_1): New functions.
11023 (internal_bkpt_check_status): Add special case for
11024 bp_shlib_event.
11025 (internal_bkpt_print_it): Use print_solib_event.
11026 (initialize_breakpoint_ops): Initialize
11027 catch_solib_breakpoint_ops.
11028 (_initialize_breakpoint): Register "catch load" and "catch
11029 unload".
11030 * breakpoint.h (handle_solib_event): Declare.
11031 * NEWS: Add entry for "catch load" and "catch unload".
11032
fa864999
TT
110332012-01-24 Tom Tromey <tromey@redhat.com>
11034
11035 * ada-lang.c: Include gdb_vecs.h.
11036 * charset.c: Include gdb_vecs.h.
11037 * tracepoint.h: Include gdb_vecs.h.
11038 * gdb_vecs.h: New file.
11039
f90263c1
TT
110402012-01-24 Pedro Alves <pedro@codesourcery.com>
11041
11042 * breakpoint.c (breakpoint_hit_catch_fork)
11043 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
11044 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
11045 * infrun.c (inferior_has_forked, inferior_has_vforked)
11046 (inferior_has_execd, inferior_has_called_syscall): Delete.
11047 (handle_syscall_event): Get syscall_number from the execution
11048 control state's wait status.
11049 (wait_for_inferior): Don't clear syscall_number.
11050
09ac7c10
TT
110512012-01-24 Pedro Alves <palves@redhat.com>
11052
11053 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
11054 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
11055 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
11056 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
11057 `ws' parameter.
11058 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
11059 false for events other than TARGET_SIGNAL_TRAP.
11060 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
11061 Add `ws' parameter.
11062 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
11063 events other than TARGET_SIGNAL_TRAP.
11064 (tracepoint_breakpoint_hit): Add `ws' parameter.
11065 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
11066 parameter.
11067 (bpstat_stop_status): Same.
11068 (pc_at_non_inline_function): Same.
11069 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
11070 to pass the current event's waitstatus to bpstat_stop_status
11071 and pc_at_non_inline_function.
11072
86eb7e95
JK
110732012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11074
11075 Code cleanup.
11076 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
11077 Update the function comment for it.
11078 (source_script_with_search): Call make_cleanup_fclose for STREAM.
11079 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
11080 for STREAM.
11081
a9b3a50f
PA
110822012-01-24 Pedro Alves <palves@redhat.com>
11083
11084 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
11085 outside `bs->stop' block.
11086 (bpstat_what): Rework bp_shlib_event handling.
11087 (internal_bkpt_check_status): If the breakpoint is a
11088 bp_shlib_event, then set bs->stop and bs->print if
11089 stop_on_solib_events is set.
11090
53fe1783
GB
110912012-01-24 Gary Benson <gbenson@redhat.com>
11092
11093 Delete #if 0'd out code.
11094 * stack.c (print_frame_label_vars): Remove.
11095 (catch_info): Likewise.
11096 (_initialize_stack): Remove "info catch" command.
11097 * NEWS: Mention the above.
11098
49c62f2e
PA
110992012-01-24 Pedro Alves <palves@redhat.com>
11100
11101 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
11102 it.
11103 (remote_notice_new_inferior): If the remote end doesn't support
11104 the multiprocess extensions, then the PID is fake.
11105 (add_current_inferior_and_thread): New.
11106 (remote_start_remote): Use it.
11107 (extended_remote_attach_1): Adjust.
11108 (extended_remote_create_inferior_1): Use
11109 add_current_inferior_and_thread.
11110
d0d8b0c6
JK
111112012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11112
11113 Fix watchpoints to be specific for each inferior.
11114 * breakpoint.c (watchpoint_in_thread_scope): Verify also
11115 current_program_space.
11116 * i386-nat.c (i386_inferior_data_cleanup): New.
11117 (i386_inferior_data_get): Replace variable inf_data_local by an
11118 inferior_data call.
11119 (i386_use_watchpoints): Initialize i386_inferior_data.
11120 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
11121 specific iterate_over_lwps.
11122
4403d8e9
JK
111232012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11124
11125 Fix watchpoints across inferior fork.
11126 * amd64-linux-nat.c (update_debug_registers_callback): Update the
11127 comment for linux_nat_iterate_watchpoint_lwps.
11128 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11129 linux_nat_iterate_watchpoint_lwps.
11130 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
11131 * i386-linux-nat.c (update_debug_registers_callback): Update the
11132 comment for linux_nat_iterate_watchpoint_lwps.
11133 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
11134 linux_nat_iterate_watchpoint_lwps.
11135 (i386_linux_prepare_to_resume): New comment on Linux kernel.
11136 * i386-nat.c: Include inferior.h.
11137 (dr_mirror): Remove.
11138 (i386_inferior_data, struct i386_inferior_data)
11139 (i386_inferior_data_get): New.
11140 (i386_debug_reg_state): Use i386_inferior_data_get.
11141 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
11142 (i386_insert_watchpoint, i386_remove_watchpoint)
11143 (i386_stopped_data_address, i386_insert_hw_breakpoint)
11144 (i386_remove_hw_breakpoint): New variable state, use
11145 i386_debug_reg_state instead of DR_MIRROR.
11146 * linux-nat.c (delete_lwp): New declaration.
11147 (num_lwps): Move here from downwards.
11148 (delete_lwp_cleanup): New.
11149 (linux_child_follow_fork): Create new child_lp, call
11150 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
11151 PTRACE_DETACH.
11152 (num_lwps): Move upwards.
11153 (linux_nat_iterate_watchpoint_lwps): New.
11154 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
11155 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
11156
2992c9a7 111572012-01-24 Joel Brobecker <brobecker@adacore.com>
11158
11159 GDB 7.4 released.
11160
e360902b
PA
111612012-01-23 Pedro Alves <palves@redhat.com>
11162
11163 * top.c (caution): Rename to ...
11164 (confirm): ... this.
11165 (show_caution): Rename to ...
11166 (show_confirm): ... this.
11167 (quit_cover): Adjust.
11168 (init_main): Adjust.
11169 * top.h (caution): Rename to ...
11170 (confirm): ... this.
11171 * utils.c (internal_vproblem, defaulted_query): Adjust.
11172
050a2e1d
PA
111732012-01-23 Pedro Alves <palves@redhat.com>
11174
11175 * top.c (caution): Update comment.
11176 (execute_command): Don't consider the current value of `caution'.
11177
77a35dd8
JK
111782012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11179
11180 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
11181
a71b5a38
UW
111822012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
11183
11184 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11185 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
11186 * target.c (target_fileio_pwrite): Remove buffer address from
11187 debug output.
11188 (target_fileio_pread): Likewise.
11189
d99bd577
UW
111902012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11191
11192 * NEWS: Document remote "info proc" and "generate-core-file".
11193
35c2fab7
UW
111942012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11195
11196 * gdbarch.sh (find_memory_regions): New callback.
11197 * gdbarch.c, gdbarch.h: Regenerate.
11198
11199 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
11200 callback before falling back to target method.
11201
11202 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
11203 (linux_target_install_ops): No longer install it.
11204
11205 * linux-tdep.c (linux_find_memory_regions): New function.
11206 (linux_init_abi): Install it.
11207
6432734d
UW
112082012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11209
11210 * gdbarch.sh (make_corefile_notes): New architecture callback.
11211 * gdbarch.c: Regenerate.
11212 * gdbarch.h: Likewise.
11213
11214 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
11215 before target_make_corefile_notes. If NULL is returned, the
11216 target does not support core file generation.
11217
11218 * linux-nat.c: Include "linux-tdep.h".
11219 (find_signalled_thread, find_stop_signal): Remove.
11220 (linux_nat_do_thread_registers): Likewise.
11221 (struct linux_nat_corefile_thread_data): Likewise.
11222 (linux_nat_corefile_thread_callback): Likewise.
11223 (iterate_over_spus): Likewise.
11224 (struct linux_spu_corefile_data): Likewise.
11225 (linux_spu_corefile_callback): Likewise.
11226 (linux_spu_make_corefile_notes): Likewise.
11227 (linux_nat_collect_thread_registers): New function.
11228 (linux_nat_make_corefile_notes): Replace contents by call to
11229 linux_make_corefile_notes passing linux_nat_collect_thread_registers
11230 as native-only callback.
11231
11232 * linux-tdep.h: Include "bfd.h".
11233 (struct regcache): Add forward declaration.
11234 (linux_collect_thread_registers_ftype): New typedef.
11235 (linux_make_corefile_notes): Add prototype.
11236 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
11237 "regset.h", and "elf-bfd.h".
11238 (find_signalled_thread, find_stop_signal): New functions.
11239 (linux_spu_make_corefile_notes): Likewise.
11240 (linux_collect_thread_registers): Likewise.
11241 (struct linux_corefile_thread_data): New data structure.
11242 (linux_corefile_thread_callback): New funcion.
11243 (linux_make_corefile_notes): Likewise.
11244 (linux_make_corefile_notes_1): Likewise.
11245 (linux_init_abi): Install it.
11246
3030c96e
UW
112472012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11248
11249 * gdbarch.sh (info_proc): New callback.
11250 * gdbarch.c, gdbarch.h: Regenerate.
11251
11252 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
11253 before falling back to the target info_proc callback.
11254
11255 * linux-nat.c: Do not include "cli/cli-utils.h".
11256 (linux_nat_info_proc): Remove.
11257 (linux_target_install_ops): No longer install it.
11258
11259 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
11260 (read_mapping): New function.
11261 (linux_info_proc): Likewise.
11262 (linux_init_abi): Install it.
11263
145b16a9
UW
112642012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11265
11266 * defs.h (enum info_proc_what): Moved here from linux-nat.c
11267 * infcmd.c: (info_proc_cmd_1): New function.
11268 (info_proc_cmd): New function, moved here from equivalent routine
11269 orignally in linux-nat.c.
11270 (info_proc_cmd_mappings): Likewise.
11271 (info_proc_cmd_stat): Likewise.
11272 (info_proc_cmd_status): Likewise.
11273 (info_proc_cmd_cwd): Likewise.
11274 (info_proc_cmd_cmdline): Likewise.
11275 (info_proc_cmd_exe): Likewise.
11276 (info_proc_cmd_all): Likewise.
11277 (_initialize_infcmd): Install "info proc" command and subcommands.
11278
11279 * target.h (struct target_ops): Add to_info_proc.
11280 (target_info_proc): Add prototype.
11281 * target.c (target_info_proc): New function.
11282
11283 * procfs.c (procfs_info_proc): Add prototype.
11284 (info_proc_cmd): Rename into ...
11285 (procfs_info_proc): ... this. Update argument types as appropriate
11286 for a to_info_proc implementation. Handle "what" argument.
11287 (procfs_target): Install procfs_info_proc.
11288 (_initialize_procfs): No longer install "info proc" command.
11289
11290 * linux-nat.c: (enum info_proc_what): Remove.
11291 (linux_nat_info_proc_cmd_1): Rename into ...
11292 (linux_nat_info_proc): ... this. Update argument types as appropriate
11293 for a to_info_proc implementation.
11294 (linux_nat_info_proc_cmd): Remove.
11295 (linux_nat_info_proc_cmd_mappings): Likewise.
11296 (linux_nat_info_proc_cmd_stat): Likewise.
11297 (linux_nat_info_proc_cmd_status): Likewise.
11298 (linux_nat_info_proc_cmd_cwd): Likewise.
11299 (linux_nat_info_proc_cmd_cmdline): Likewise.
11300 (linux_nat_info_proc_cmd_exe): Likewise.
11301 (linux_nat_info_proc_cmd_all): Likewise.
11302 (linux_target_install_ops): Install linux_nat_info_proc.
11303 (_initialize_linux_nat): No longer install "info proc" command
11304 and subcommands.
11305
b9e7b9c3
UW
113062012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11307
11308 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
11309 * config.in, configure: Regenerate.
11310
11311 * target.h (struct target_ops): Add to_fileio_readlink.
11312 (target_fileio_readlink): Add prototype.
11313 * target.c (target_fileio_readlink): New function.
11314
11315 * inf-child.c: Conditionally include <sys/param.h>.
11316 (inf_child_fileio_readlink): New function.
11317 (inf_child_target): Install it.
11318
11319 * remote.c (PACKET_vFile_readlink): New enum value.
11320 (remote_hostio_readlink): New function.
11321 (init_remote_ops): Install it.
11322 (_initialize_remote): Handle vFile:readlink packet type.
11323
7313baad
UW
113242012-01-20 Pedro Alves <palves@redhat.com>
11325 Ulrich Weigand <ulrich.weigand@linaro.org>
11326
11327 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
11328 * config.in, configure: Regenerate.
11329
11330 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
11331 to_fileio_pread, to_fileio_close, to_fileio_unlink.
11332 (target_fileio_open): Add prototype.
11333 (target_fileio_pwrite): Likewise.
11334 (target_fileio_pread): Likewise.
11335 (target_fileio_close): Likewise.
11336 (target_fileio_unlink): Likewise.
11337 (target_fileio_read_alloc): Likewise.
11338 (target_fileio_read_stralloc): Likewise.
11339
11340 * target.c: Include "gdb/fileio.h".
11341 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
11342 (default_fileio_target): New function.
11343 (target_fileio_open): Likewise.
11344 (target_fileio_pwrite): Likewise.
11345 (target_fileio_pread): Likewise.
11346 (target_fileio_close): Likewise.
11347 (target_fileio_unlink): Likewise.
11348 (target_fileio_close_cleanup): Likewise.
11349 (target_fileio_read_alloc_1): Likewise.
11350 (target_fileio_read_alloc): Likewise.
11351 (target_fileio_read_stralloc): Likewise.
11352
11353 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
11354 <fcntl.h>, and <unistd.h>.
11355 (inf_child_fileio_open_flags_to_host): New function.
11356 (inf_child_errno_to_fileio_error): Likewise.
11357 (inf_child_fileio_open): Likewise.
11358 (inf_child_fileio_pwrite): Likewise.
11359 (inf_child_fileio_pread): Likewise.
11360 (inf_child_fileio_close): Likewise.
11361 (inf_child_fileio_unlink): Likewise.
11362 (inf_child_target): Install to_fileio routines.
11363
11364 * remote.c (init_remote_ops): Install to_fileio routines.
11365
901f9912
UW
113662012-01-20 Pedro Alves <palves@redhat.com>
11367 Ulrich Weigand <ulrich.weigand@linaro.org>
11368
11369 * remote.c (remote_multi_process_p): Only check for multi-process
11370 protocol feature, do not check for extended protocol.
11371 (remote_supports_multi_process): Check for extended protocol here.
11372 (set_general_process): Likewise.
11373 (extended_remote_kill): Likewise.
11374 (remote_pid_to_str): Likewise.
11375 (remote_query_supported): Always query multiprocess mode.
11376
e714e1bf
UW
113772012-01-20 Pedro Alves <palves@redhat.com>
11378 Ulrich Weigand <ulrich.weigand@linaro.org>
11379
11380 * inferior.h (struct inferior): Add fake_pid_p.
11381 * inferior.c (exit_inferior_1): Clear fake_pid_p.
11382 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
11383 magic_null_ptid since the remote side doesn't provide a real PID.
11384
50897289
TT
113852012-01-19 Tom Tromey <tromey@redhat.com>
11386
11387 * NEWS: Combine the two Python sections.
11388
1afc2033
JK
113892012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11390
11391 * target.h (target_close): Update comment on the target's unpush state.
11392
305436e0
PA
113932012-01-19 Pedro Alves <palves@redhat.com>
11394
11395 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
11396 linux_nat_async directly instead of going through the target
11397 vector.
11398 * target.c (unpush_target): Close target after unpushing it, not
11399 before.
11400
49323895
GB
114012012-01-19 Gary Benson <gbenson@redhat.com>
11402
11403 * mdebugread.c (sort_blocks): Replace integer constants with ones
11404 derived from FIRST_LOCAL_BLOCK.
11405
1db33378
PP
114062012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
11407 Jan Kratochvil <jan.kratochvil@redhat.com>
11408
11409 PR gdb/9538
11410 * symfile.c (find_separate_debug_file): New function.
11411 (terminate_after_last_dir_separator): Likewise.
11412 (find_separate_debug_file_by_debuglink): Also try realpath.
11413 * configure.ac (AC_CHECK_FUNCS): Add lstat.
11414 * configure: Regenerate.
11415 * config.in: Regenerate.
11416
f83d8a90
DE
114172012-01-18 Doug Evans <dje@google.com>
11418
11419 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
11420 (main.o): Remove rule.
11421 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
11422 (--with-sysroot): Rewrite.
11423 * configure: Regenerate.
11424 * config.in: Regenerate.
11425
2dbca4d6
SDJ
114262012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
11427
11428 * parse.c (initialize_expout): New function.
11429 (reallocate_expout): Likewise.
11430 (parse_exp_in_context): Use `initialize_expout' and
11431 `reallocate_expout' when appropriate.
11432
0695b514
PA
114332012-01-18 Pedro Alves <palves@redhat.com>
11434
11435 * record.c (struct record_breakpoint, record_breakpoint_p)
11436 (record_breakpoints): New.
11437 (record_insert_breakpoint, record_remove_breakpoint): Manage
11438 record breakpoints list. Only remove breakpoints from the
11439 inferior if they had been inserted there in the first place.
11440
136e1c30
DE
114412012-01-17 Doug Evans <dje@google.com>
11442
11443 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
11444 if we know we don't have a file name to look for.
11445
c0bf857d
PA
114462012-01-17 Pedro Alves <palves@redhat.com>
11447
11448 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
11449 the frame's stop reason is UNWIND_UNAVAILABLE.
11450
b486de60
JK
114512012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11452
11453 Fix compilation error.
11454 * m2-exp.y (yyerror): Use ANSI C prototype.
11455
d04550a6
SDJ
114562012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
11457
11458 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
11459 (growbuf_by_size): Likewise.
11460 (yyerror): Likewise.
11461 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
11462 (modblock): Remove variable (was #if 0'ed).
11463 (parse_number): Convert prototype from K&R to ANSI C.
11464 (yyerror): Likewise.
11465 * objc-exp.y (parse_number): Likewise.
11466 (yyerror): Likewise.
11467 (yylex): Remove #if 0'ed code.
11468 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
11469 (yyerror): Likewise.
11470
4aac40c8
TT
114712012-01-16 Tom Tromey <tromey@redhat.com>
11472
11473 * NEWS: Add item.
11474 * symtab.h (compare_filenames_for_search): Declare.
11475 * symtab.c (compare_filenames_for_search): New function.
11476 (iterate_over_some_symtabs): Use it.
11477 * symfile.h (struct quick_symbol_functions)
11478 <map_symtabs_matching_filename>: Change spec.
11479 * psymtab.c (partial_map_symtabs_matching_filename): Use
11480 compare_filenames_for_search. Update for new spec.
11481 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
11482 compare_filenames_for_search. Update for new spec.
11483 * breakpoint.c (clear_command): Use compare_filenames_for_search.
11484
cafec441
TT
114852012-01-16 Tom Tromey <tromey@redhat.com>
11486
11487 PR python/13281:
11488 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
11489 (struct main_type) <flag_flag_enum>: New field.
11490 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
11491 * NEWS: Add entries.
11492 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
11493 enums.
11494 * python/lib/gdb/printing.py (_EnumInstance): New class.
11495 (FlagEnumerationPrinter): Likewise.
11496
983af33b
SDJ
114972012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
11498
11499 * breakpoint.c (create_sals_from_address_default): New function.
11500 (create_breakpoints_sal_default): Likewise.
11501 (decode_linespec_default): Likewise.
11502 (is_marker_spec): Removed.
11503 (strace_marker_p): New function.
11504 (init_breakpoint_sal): Using `strace_marker_p' instead of
11505 `is_marker_spec'.
11506 (create_breakpoint): Call method `create_sals_from_address' from
11507 breakpoint_ops, replacing code that created SALs conditionally
11508 on the type of the breakpoint. Call method `create_breakpoints_sal',
11509 replacing code that created breakpoints conditionally on the type
11510 wanted.
11511 (base_breakpoint_create_sals_from_address): New function.
11512 (base_breakpoint_create_breakpoints_sal): Likewise.
11513 (base_breakpoint_decode_linespec): Likewise.
11514 (base_breakpoint_ops): Add methods
11515 `base_breakpoint_create_sals_from_address',
11516 `base_breakpoint_create_breakpoints_sal' and
11517 `base_breakpoint_decode_linespec'.
11518 (bkpt_create_sals_from_address): New function.
11519 (bkpt_create_breakpoints_sal): Likewise.
11520 (bkpt_decode_linespec): Likewise.
11521 (tracepoint_create_sals_from_address): Likewise.
11522 (tracepoint_create_breakpoints_sal): Likewise.
11523 (tracepoint_decode_linespec): Likewise.
11524 (strace_marker_create_sals_from_address): Likewise.
11525 (strace_marker_create_breakpoints_sal): Likewise.
11526 (strace_marker_decode_linespec): Likewise.
11527 (strace_marker_breakpoint_ops): New variable.
11528 (addr_string_to_sals): Remove `marker_spec'. Call method
11529 `decode_linespec' from breakpoint_ops, replacing code that decoded
11530 an address string into a SAL. Use `strace_marker_p' instead of
11531 `marker_spec'.
11532 (strace_command): Decide whether we are dealing with a static
11533 tracepoint with marker or not. Use the appropriate breakpoint_ops.
11534 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
11535 * breakpoint.h (linespec_result, linespec_sals): New forward
11536 declarations.
11537 (breakpoint_ops) <create_sals_from_address>,
11538 <create_breakpoints_sal>, <decode_linespec>: New methods.
11539
4795f398
DE
115402012-01-14 Doug Evans <dje@google.com>
11541
11542 * NEWS: Update text for "maint set python print-stack".
11543 It is deprecated in gdb 7.4 and deleted in 7.5.
11544
ee5106fe
EZ
115452012-01-13 Eli Zaretskii <eliz@gnu.org>
11546
11547 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
11548 including curses.h.
11549
b161e06f
JK
115502012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11551
11552 * configure: Regenerate.
11553 * config.in: Regenerate.
11554
85254831
KS
115552012-01-12 Keith Seitz <keiths@redhat.com>
11556
11557 PR mi/10586
11558 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
11559 (ANONYMOUS_UNION_NAME): Define.
11560 (is_path_expr_parent): New function.
11561 (get_path_expr_parent): New function.
11562 (is_anonymous_child): New function.
11563 (create_child_with_value): If the child is anonymous and without
11564 a name, assign an object name to it.
11565 (c_describe_child): Use get_path_expr_parent to determine
11566 the parent expression.
11567 If there field represents an anonymous struct or union and
11568 has no name, set an appropriate display name and expression.
11569 (cplus_describe_child): Likewise.
11570
620fa63a
PA
115712012-01-12 Pedro Alves <palves@redhat.com>
11572
11573 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
11574 available when %ebp is found to be zero (outermost).
11575
2efa2c79
AT
115762012-01-11 Andreas Tobler <andreast@fgznet.ch>
11577
11578 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
11579 an internal gdb_static_assert.
11580 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
11581
88e7d25d
TT
115822012-01-11 Tom Tromey <tromey@redhat.com>
11583
11584 PR gdb/9598:
11585 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
11586 catch" and "catch throw".
11587
72384ba3
PH
115882012-01-11 Paul Hilfinger <hilfingr@adacore.com>
11589
11590 * blockframe.c (block_innermost_frame): Start search from selected
11591 frame, if present, or otherwise the current frame.
11592
11593 * c-exp.y (variable): Update innermost_block for
11594 'block COLONCOLON NAME' clause.
11595 * m2-exp.y (variable): Ditto.
11596 * objc-exp.y (variable): Ditto.
11597
065a711f
TT
115982012-01-10 Tom Tromey <tromey@redhat.com>
11599
11600 PR python/13199:
11601 * python/python.c (finish_python_initialization): Set sys.argv.
11602
f3f5162e
DE
116032012-01-10 Doug Evans <dje@google.com>
11604
11605 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
11606 "want_line_info". All callers updated.
11607 (dwarf_decode_lines_1): New function.
11608 (handle_DW_AT_stmt_list): Add function comment.
11609 New arg "want_line_info". All callers updated.
11610 (read_file_scope,read_type_unit_scope): Move comment from
11611 handle_DW_AT_stmt_list to here.
11612
9934703b
JK
116132012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11614
11615 Fix regression after libiberty/ update for GCC PR 6057 and others.
11616 * c-exp.y (operator) <OPERATOR DELETE>
11617 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11618 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
11619 (make_builtin_type, make_name): New variable i, add gdb_assert.
11620 (operator) <OPERATOR NEW>: Update ARGS to 3.
11621 (operator) <OPERATOR DELETE>: Add trailing space.
11622 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
11623 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11624 * cp-support.c (cp_canonicalize_string): Check NULL from
11625 cp_comp_to_string, call warning and return.
11626
06b9f45f
JK
116272012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11628
11629 Fix duplicate .o files after omitting libbfd.a.
11630 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
11631 (SFILES): Add corelow.c.
11632 (COMMON_OBS): Add corelow.o.
11633 (ALLDEPFILES): Remove corelow.c.
11634 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
11635 * config/alpha/alpha-osf3.mh: Likewise.
11636 * config/alpha/fbsd.mh: Likewise.
11637 * config/arm/nbsdaout.mh: Likewise.
11638 * config/arm/nbsdelf.mh: Likewise.
11639 * config/i386/i386gnu.mh: Likewise.
11640 * config/ia64/hpux.mh: Likewise.
11641 * config/ia64/linux.mh: Likewise.
11642 * config/m32r/linux.mh: Likewise.
11643 * config/m68k/linux.mh: Likewise.
11644 * config/mips/irix5.mh: Likewise.
11645 * config/mips/irix6.mh: Likewise.
11646 * config/pa/hpux.mh: Likewise.
11647 * config/pa/linux.mh: Likewise.
11648 * config/powerpc/aix.mh: Likewise.
11649 * config/sparc/linux.mh: Likewise.
11650 * config/sparc/linux64.mh: Likewise.
11651 * config/sparc/sol2.mh: Likewise.
11652 * config/vax/vax.mh: Likewise.
11653 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
11654 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
11655 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
11656 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
11657 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
11658 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
11659 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
11660 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
11661 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
11662 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
11663 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
11664 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
11665 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11666 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
11667 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
11668 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11669 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
11670 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
11671 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
11672 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
11673 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
11674 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
11675 corelow.o from gdb_target_obs.
11676 * corefile.c (core_target): Update the comment on NULL value.
11677 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
11678 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
11679 MATCHES. Drop YUMMY set on NULL.
11680 (core_close): Do not call exit_inferior_silent on zero PID. Do not
11681 reclaim CORE_DATA if it is already NULL.
11682
34365054
DE
116832012-01-09 Doug Evans <dje@google.com>
11684
11685 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
11686 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
11687
696166a3
KS
116882012-01-09 Keith Seitz <keiths@redhat.com>
11689
11690 * breakpoint.c (wrapper.h): Don't include.
11691
8e7b59a5
KS
116922012-01-09 Keith Seitz <keiths@redhat.com>
11693
11694 * Makefile.in (SFILES): Remove wrapper.c.
11695 (HFILES_NO_SRCDIR): Remove wrapper.h.
11696 (COMMON_OBS): Remove wrapper.o.
11697 * cli/cli-interp.c: Don't inlude wrapper.h.
11698 * corelow.c: Likewise.
11699 (core_open): Replace gdb_target_find_new_threads with
11700 TRY_CATCH around target_find_new_threads.
11701 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
11702 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
11703 * varobj.c (varobj_create): Likewise for parse_exp_1 and
11704 evaluate_expression.
11705 (varobj_set_value): Likewise for evaluate_expression and
11706 value_assign.
11707 (install_new_variable): Likewise for value_fetch_lazy.
11708 (adjust_value_for_child_access): Likewise for value_ind.
11709 (c_describe_child): Likewise for value_subscript and
11710 value_ind.
11711 (c_value_of_root): Likewise for evaluate_expression.
11712 * wrapper.c: Remove.
11713 * wrapper.h: Remove.
11714
1a4eeb98
DE
117152012-01-09 Doug Evans <dje@google.com>
11716
9ff913ba
DE
11717 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
11718 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
11719 "abfd" args with "section". All callers updated.
11720 Error checking code moved ...
11721 (error_check_comp_unit_head): ... here. New function.
11722 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
11723 Delete arg "abfd". New arg "type_offset". All callers updated.
11724 (create_debug_types_hash_table): Simplify by using
11725 read_and_check_type_unit_head.
11726
1a4eeb98
DE
11727 * parser-defs.h (namecopy): Delete.
11728 * parse.c (namecopy, namecopy_size): Move into copy_name.
11729
2e6af8c0
JK
117302012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11731
11732 Partially fix duplicate .o files after omitting libbfd.a.
11733 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
11734 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11735 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
11736 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11737 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
11738 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
11739 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11740
9f2f828a
PA
117412012-01-09 Pedro Alves <palves@redhat.com>
11742
11743 * MAINTAINERS: Update my email address.
11744
4d72c0bc
DE
117452012-01-08 Doug Evans <dje@google.com>
11746
d467dd73
DE
11747 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
11748 n_type_units. Rename type_comp_units to all_type_units.
11749 All uses updated.
11750 (add_signatured_type_cu_to_table): Renamed from
11751 add_signatured_type_cu_to_list. All callers updated.
11752
4d72c0bc
DE
11753 * gdbtypes.h (struct cplus_struct_type): Delete member
11754 nfn_fields_total. All uses removed.
11755
21b2bd31
DE
117562012-01-06 Doug Evans <dje@google.com>
11757
11758 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
11759 to top of file.
11760 (dwarf2_find_comp_unit): Delete.
11761 (process_psymtab_comp_unit): Make result "void".
11762 Delete args buffer, info_ptr, buffer_size, and replace with
11763 "section". All callers updated.
11764 (dwarf2_build_psymtabs_hard): Simplify.
11765
bfd189b1
SDJ
117662012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
11767 Thiago Jung Bauermann <bauerman@br.ibm.com>
11768
11769 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
11770 before `struct gdb_exception'.
11771 * breakpoint.c (update_global_location_list_nothrow)
11772 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
11773 * cp-abi.c (value_rtti_type): Likewise.
11774 * cp-support.c (cp_validate_operator): Likewise.
11775 * infrun.c (insert_exception_resume_breakpoint)
11776 (check_exception_resume, keep_going): Likewise.
11777 * mi-interp.c (mi_breakpoint_created)
11778 (mi_breakpoint_modified): Likewise.
11779 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
11780 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
11781 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
11782
6b07635f
DE
117832012-01-05 Doug Evans <dje@google.com>
11784
0b30b85c
DE
11785 * dwarf2read.c (statement_prologue): Delete, unused.
11786
98714339
DE
11787 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
11788 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
11789
6b07635f
DE
11790 * dwarf2read.c (comp_unit_header): Delete, unused.
11791
761f4555
UW
117922012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
11793
11794 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
11795 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
11796
2ca0b532
PA
117972012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
11798
11799 * infrun.c (normal_stop): Don't skip calling the normal_stop
11800 observers if the thread was doing a multi-step, but stopped for
11801 some reason other than stepping.
11802
50aeff07
PA
118032012-01-05 Pedro Alves <alves.ped@gmail.com>
11804
11805 * cli/cli-decode.h: Add comments.
11806 (CMD_LIST_AMBIGUOUS): Moved to command.h
11807 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
11808 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
11809 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
11810 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
11811 (add_com, add_com_alias, add_info, add_info_alias)
11812 (complete_on_cmdlist, complete_on_enum, help_list): Remove
11813 declarations.
11814 * command.h: Add and adjust comments.
11815 (CMD_LIST_AMBIGUOUS): Moved here.
11816 (help_cmd, help_cmd_list): Delete declarations.
11817
5953832c
DE
118182012-01-04 Doug Evans <dje@google.com>
11819
e5fe5e75
DE
11820 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
11821 All callers updated.
11822 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
11823 Replace all arguments with "per_cu". All callers updated.
11824
28dee7f5
DE
11825 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
11826
23745b47
DE
11827 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
11828 New arg "per_cu". All callers updated.
11829
5953832c
DE
11830 Delete #if 0'd out code.
11831 * language.c (binop_result_type): Delete.
11832 (simple_type, ordered_type, same_type, integral_type): Delete.
11833 (numeric_type, character_type, string_type, boolean_type): Delete.
11834 (float_type, structured_type): Delete.
11835 * language.h: Update.
11836
0f5b7562
TT
118372012-01-04 Tom Tromey <tromey@redhat.com>
11838
11839 * python/py-value.c (valpy_binop): Initialize 'res_val'.
11840
78218f56
JB
118412012-01-04 Joel Brobecker <brobecker@adacore.com>
11842
11843 * corefile.c (close_exec_file): Delete.
11844 (reopen_exec_file): Remove commented out code that seems related
11845 to close_exec_file, which is being deleted here.
11846 * inferior.h (close_exec_file): Delete.
11847 * fork-child.c (fork_inferior): Remove call to fork_inferior.
11848
0fcd72ba
JB
118492012-01-04 Joel Brobecker <brobecker@adacore.com>
11850
11851 * ada-lang.c: #include "cli/cli-utils.h".
11852 (get_selections): Use skip_spaces.
11853 (ada_get_next_arg): Use skip_spaces and skip_to_space.
11854 (catch_ada_exception_command_split): Use skip_spaces.
11855 (ada_decode_assert_location): Likewise.
11856
1dabb4c4
JB
118572012-01-04 Joel Brobecker <brobecker@adacore.com>
11858
11859 * linespec.c (decode_line_internal): Check for C++ or Java
11860 compound constructs only if the current language is C, C++
11861 or Java.
11862
5931a2fa
JK
118632012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11864
11865 Revert:
11866 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11867 Joel Brobecker <brobecker@adacore.com>
11868 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11869 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11870 3 times.
11871 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11872 fall through into AT_ENTRY_POINT.
11873 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
11874 DUMMY_ADDR with it.
11875 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11876 PPC_INSN_SIZE skip to 3 times.
11877
1a2da5ee
JB
118782012-01-04 Joel Brobecker <brobecker@adacore.com>
11879
11880 * linespec.c (add_minsym): Preserve function descriptors.
11881
8645ff69
UW
118822012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11883
11884 * breakpoint.c (all_locations_are_pending): Consider locations
11885 in program spaces executing during startup pending as well.
11886
0b302171
JB
118872012-01-04 Joel Brobecker <brobecker@adacore.com>
11888
11889 Copyright year update in most files of the GDB Project.
11890
8ba098ad
JB
118912012-01-04 Joel Brobecker <brobecker@adacore.com>
11892
11893 * copyright.sh: Delete.
11894 * copyright.py: Rewrite.
11895
09c01c30
JB
118962012-01-04 Joel Brobecker <brobecker@adacore.com>
11897
11898 * gnulib/extra/update-copyright: New file, imported from gnulib.
11899
3c36c0af
JB
119002012-01-04 Joel Brobecker <brobecker@adacore.com>
11901
11902 * README (Copyright and License Notices): New section.
11903
888fe1e1
TT
119042012-01-03 Tom Tromey <tromey@redhat.com>
11905
11906 PR python/12533:
11907 * python/py-value.c (valpy_dereference, valpy_get_address
11908 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
11909 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
11910 (valpy_absolute, valpy_richcompare): Free intermediate values.
11911
6e681866
JB
119122011-01-03 Joel Brobecker <brobecker@adacore.com>
11913
11914 * ada-lang.c: Reformat the copyright notice.
11915
0cd09acb
JK
119162012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11917
11918 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
11919 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
11920 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
11921 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
11922 Revert this part of:
11923 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11924 Build gdb directly from *.o files not using libgdb.a.
11925 * Makefile.in (COMMON_OBS): Remove solib-target.o.
11926
12c3e59c
JB
119272012-01-02 Joel Brobecker <brobecker@adacore.com>
11928
11929 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
11930 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
11931 Reformat the copyright header.
11932
11bf1490
JK
119332012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11934
11935 Revert this part of:
11936 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11937 Remove the gdbtui binary.
11938 * gdb.c (main): Remove args.interpreter_p initialization.
11939 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11940 * main.h (struct captured_main_args): Remove interpreter_p.
11941
1fef196f
JB
119422012-01-02 Joel Brobecker <brobecker@adacore.com>
11943
11944 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
11945
67827812
JB
119462012-01-02 Joel Brobecker <brobecker@adacore.com>
11947
11948 * top.c (print_gdb_version): Update copyright year.
11949
a4d0b831
YQ
119502012-01-02 Yao Qi <yao@codesourcery.com>
11951
11952 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
11953
b5914469
JK
119542012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11955 Joel Brobecker <brobecker@adacore.com>
11956
11957 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11958 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11959 3 times.
11960 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11961 fall through into AT_ENTRY_POINT.
11962 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
11963 DUMMY_ADDR with it.
11964 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11965 PPC_INSN_SIZE skip to 3 times.
11966
8da828f7
JK
119672012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11968
11969 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
11970 the return value.
11971 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
11972
8574e74b
JK
119732012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11974
11975 Build gdb directly from *.o files not using libgdb.a.
11976 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
11977 (COMMON_OBS): Remove solib-target.o.
11978 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
11979 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
11980 (LIBGDB_OBS, libgdb.a): Move it above.
11981 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
11982 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
11983 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
11984 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
11985 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
11986 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
11987 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
11988 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
11989 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
11990 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
11991 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
11992 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
11993 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
11994 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
11995 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11996 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
11997 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
11998 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11999 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
12000 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
12001 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
12002 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
12003 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
12004 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
12005 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
12006 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
12007 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
12008
217bff3e
JK
120092012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12010
12011 Remove the gdbtui binary.
12012 * .gitignore (/gdbtui): Remove.
12013 * Makefile.in (TUI): Remove.
12014 (SUBDIR_TUI_OBS): Remove tui-main.o.
12015 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
12016 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
12017 (tui-main.o): Remove.
12018 (all_object_files): Remove tui-main.o.
12019 * NEWS: New note for the gdbtui removal.
12020 * configure: Rebuilt.
12021 * configure.ac: No longer add all-tui, clean-tui, install-tui and
12022 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
12023 CONFIG_UNINSTALL respectively.
12024 * gdb.c (main): Remove args.interpreter_p initialization.
12025 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12026 * main.h (struct captured_main_args): Remove interpreter_p.
12027 * tui/tui-main.c: Remove.
12028
9cdd5dbd
DE
120292012-01-01 Doug Evans <dje@google.com>
12030
bb5ed363
DE
12031 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
12032 (dwarf2_physname, read_import_statement): Ditto.
12033 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
12034 (process_structure_scope read_subroutine_type): Ditto.
12035 (read_typedef, load_partial_dies, read_partial_die): Ditto.
12036 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
12037 (dwarf2_fetch_die_location_block): Ditto.
12038 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
12039
a0f42c21
DE
12040 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
12041 All callers updated.
12042 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
12043 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
12044 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
12045
2dc860c0
DE
12046 * dwarf2read.c (load_cu): Move assert to more useful location.
12047
68dc6402
DE
12048 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
12049 All callers updated.
12050
9cdd5dbd
DE
12051 * dwarf2read.c (dwarf2_per_objfile): Add comment.
12052 (dwarf2_elf_names): Minor reformat.
12053 (dwarf2_per_cu_data): Tweak comment.
12054 (dwarf2_read_section): Fix comment.
12055 (create_all_comp_units): Fix comment.
12056 (load_full_comp_unit): Fix comment.
12057 (process_full_comp_unit): Fix comment.
12058 (read_signatured_type): Fix comment.
12059
0c10e53e 12060For older changes see ChangeLog-2011.
c906108c
SS
12061\f
12062Local Variables:
12063mode: change-log
12064left-margin: 8
12065fill-column: 74
12066version-control: never
57da7796 12067coding: utf-8
c906108c 12068End: