PR ld/10629
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
31f56a27
YQ
12012-11-30 Yao Qi <yao@codesourcery.com>
2
3 * breakpoint.c (print_one_breakpoint_location): Indent code.
4
556ec64d
YQ
52012-11-30 Yao Qi <yao@codesourcery.com>
6
7 * breakpoint.c (print_one_breakpoint_location): Combine two
8 blocks handling 'hit count' together.
9
3d3fef6b
YQ
102012-11-30 Yao Qi <yao@codesourcery.com>
11
12 * infrun.c (error_is_running, ensure_not_running): Move them
13 to ...
14 * infcmd.c (error_is_running, ensure_not_running): ... here.
15 Make them 'static'.
16 * inferior.h: Remove declarations of error_is_running and
17 ensure_not_running.
18
7cd12a76
YQ
192012-11-30 Yao Qi <yao@codesourcery.com>
20
21 * tic6x-linux-tdep.c (tic6x_register_sigcontext_offset): Don't
22 check REGNUM >= 0.
23
7a76f5b8
YQ
242012-11-30 Yao Qi <yao@codesourcery.com>
25
26 * infrun.c: Make the declaration of 'init_infwait_state'
27 static.
28 (init_infwait_state): Make it 'static'.
29
b1209b03
UW
302012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
31
32 * python/python.c (finalize_python): Cast unused PyGILState_Ensure
33 return value to void to avoid compiler warning.
34
ea5e6b0e
UW
352012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
36
37 * opencl-lang.c (opencl_print_type): New function.
38 (opencl_language_arch_info): Install it.
39
a93478ea
TT
402012-11-29 Tom Tromey <tromey@redhat.com>
41
42 * contrib/ari/gdb_ari.sh: Remove rules for xasprintf and
43 xvasprintf.
44 * common/common-utils.c (xasprintf, xvasprintf): Remove.
45 * common/common-utils.h (xasprintf, xvasprintf): Remove.
46
ac4a2da4
JG
472012-11-29 Jerome Guitton <guitton@adacore.com>
48
49 * ada-lang.c (ada_is_interface_tag): New function.
50 (ada_is_ignored_field): Add interface tags to the list
51 of ignored fields.
52
b50d69b5
JG
532012-11-29 Jerome Guitton <guitton@adacore.com>
54
55 * ada-lang.h (ada_tag_value_at_base_address): New function
56 declaration.
57 * ada-lang.c (is_ada95_tag, ada_tag_value_at_base_address):
58 New functions.
59 (ada_to_fixed_type_1, ada_evaluate_subexp): Let ada_tag_base_address
60 relocate the class-wide value if need be.
61 (ada_value_struct_elt, ada_value_ind, ada_coerce_ref):
62 Let ada_tag_value_at_base_address relocate the class-wide access/ref
63 before dereferencing it.
64 * ada-valprint.c (ada_val_print_1): Relocate to base address
65 before displaying the content of an interface-wide ref.
66
ca1f964d
JG
672012-11-29 Jerome Guitton <guitton@adacore.com>
68
69 * ada-lang.c (ada_evaluate_subexp): Unwrap only in EVAL_NORMAL.
70
38d03cf1 712012-11-29 Joel Brobecker <brobecker@adacore.com>
72
73 GDB 7.5.1 released.
74
f5682501
YQ
752012-11-29 Yao Qi <yao@codesourcery.com>
76 Tom Tromey <tromey@redhat.com>
77
78 * eval.c (evaluate_subexp_standard): Get the correct pointer
79 type for TYPE_CODE_MEMBERPTR.
80
f359d716
EBM
812012-11-28 Edjunior Machado <emachado@linux.vnet.ibm.com>
82
83 * rs6000-tdep.c (gdb_print_insn_powerpc): Remove info->mach checking,
84 since now it is being done by binutils' powerpc_init_dialect().
85
0cd61f44
TT
862012-11-28 Tom Tromey <tromey@redhat.com>
87
88 PR gdb/14290:
89 * solib-darwin.c (gdb_bfd_mach_o_fat_extract): New function.
90 (darwin_solib_get_all_image_info_addr_at_init, darwin_bfd_open):
91 Use it.
92 * gdb_bfd.h (gdb_bfd_mark_parent): Declare.
93 * gdb_bfd.c (gdb_bfd_mark_parent): New function.
94 (gdb_bfd_openr_next_archived_file): Use it.
95
945bf713
MM
962012-11-28 Markus Metzger <markus.t.metzger@intel.com>
97
98 * configure.ac: Check for linux/perf_event.h.
99 * config.in: Regenerated.
100 * configure: Regenerated.
101
7e20dfcd
YQ
1022012-11-28 Yao Qi <yao@codesourcery.com>
103
104 * breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to
105 abbreviate 'delete tracepoints' to 'delete tr'.
106 * corefile.c (_initialize_core): Call add_alias_cmd to
107 abbreviate 'set gnutarget' to 'set g'.
108 * value.c (_initialize_values): Call add_alias_cmd to abbreviate
109 'show convenience' to 'show conv'.
110
b8293cc8
JB
1112012-11-27 Joel Brobecker <brobecker@adacore.com>
112
113 * sparc-sol2-nat.c (supply_gregset): Fix first parameter in
114 call to sparc_supply_fpregset.
115 (fill_fpregset): Fix first parameter in call to
116 sparc_collect_fpregset.
117
8c2b9656
YQ
1182012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
119 Kazu Hirata <kazu@codesourcery.com>
120 Yao Qi <yao@codesourcery.com>
121
122 * objfiles.c (init_entry_point_info): Call
123 gdbarch_convert_from_func_ptr_addr and
124 gdbarch_addr_bits_remove here ...
125 (entry_point_address_query): ... instead of here.
126 * solib-svr4.c (exec_entry_point): Call
127 gdbarch_addr_bits_remove.
128 * symfile.c (generic_load): Call gdbarch_addr_bits_remove on
129 the entry address.
130
5edf51fe
YQ
1312012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
132 Yao Qi <yao@codesourcery.com>
133
134 * eval.c (evaluate_subexp_standard): Add handling of
135 TYPE_CODE_MEMBERPTR when calling functions. Correct the
136 result of ptype for calling a TYPE_CODE_METHODPTR.
137
ca242aad
YQ
1382012-11-27 Yao Qi <yao@codesourcery.com>
139
140 * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args
141 warning.
142 Add i18n markup.
143
608e2dbb
TT
1442012-11-26 Alexander Larsson <alexl@redhat.com>
145 Jan Kratochvil <jan.kratochvil@redhat.com>
146 Tom Tromey <tromey@redhat.com>
147
148 * NEWS: Mention mini debuginfo feature.
149 * minidebug.c: New file.
150 * configure.ac: Check for lzma.
151 * configure, config.in: Rebuild.
152 * Makefile.in (LIBLZMA): New variable.
153 (CLIBS): Include LIBLZMA.
154 (SFILES): Mention minidebug.c.
155 (COMMON_OBS): Mention minidebug.o.
156 * symfile.c (read_symbols): New function.
157 (syms_from_objfile, reread_symbols): Call it.
158 * symfile.h (find_separate_debug_file_in_section): Declare.
159
17d6efc4
JB
1602012-11-26 Keith Seitz <keiths@redhat.com>
161
162 * exec.c (exec_file_attach): Move cleanup after verifying that
163 memory has in fact been allocated.
164
210bbc17
TT
1652012-11-26 Tom Tromey <tromey@redhat.com>
166
167 * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
168 * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
169 SYMBOL_SYMTAB.
170 * skip.c (skip_info): Use SYMBOL_SYMTAB.
171
0270a750
PA
1722012-11-26 Maxime Villard <rustyBSD@gmx.fr>
173 Pedro Alves <palves@redhat.com>
174
175 * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
176 size parameter passed to readlink by one byte.
177 * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
178 * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
179 * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
180 * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
181 size by one byte.
182
9c16be9a
YQ
1832012-11-26 Yao Qi <yao@codesourcery.com>
184
185 * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
186 extraneous parentheses.
187
e6f3fa52
YQ
1882012-11-26 Yao Qi <yao@codesourcery.com>
189
190 * remote.c (remote_start_remote): Typo fix.
191
db75c717
DM
1922012-11-23 David S. Miller <davem@davemloft.net>
193
194 * sparc-tdep.h (struct sparc_fpregset): New data structure.
195 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
196 sparc32_sol2_fpregset): Declare new globals.
197 (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
198 'fpregset' argument.
199 * sparc64-tdep.h (sparc64_supply_fpregset,
200 sparc64_collect_fpregset): Likewise.
201 (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
202 globals.
203 * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
204 (sparc_fpregset): Declare new global.
205 (sparc_supply_fpregset, sparc_collect_fpregset): Add new
206 'fpregset' argument.
207 * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
208 into handler.
209 (fill_fpregset): Likewise.
210 (_initialize_sparc_linux_nat): Set sparc_fpregset to
211 sparc32_bsd_fpregset.
212 * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
213 sparc32_bsd_fpregset down into handler.
214 (sparc32_linux_collect_core_fpregset): Likewise.
215 * sparc-nat.c (sparc_fpregset): Define.
216 (sparc_supply_fpregset): Add 'fpregset' argument.
217 (sparc_collect_fpregset): Likewise.
218 (sparc_fetch_inferior_registers): Pass sparc_fpregset down
219 into fpregset handler.
220 (sparc_store_inferior_registers): Likewise.
221 (_initialize_sparc_nat): Set sparc_fpregset to
222 sparc32_sunos4_fpregset if NULL.
223 * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
224 down into handler.
225 (fill_fpregset): Likewise.
226 * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
227 * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
228 use it to compute offsets.
229 (sparc32_collect_fpregset): Likewise.
230 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
231 * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
232 down into handler.
233 (fill_fpregset): Likewise.
234 * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
235 Likewise.
236 (sparc64_linux_collect_core_fpregset): Likewise.
237 * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
238 * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
239 use it to compute offsets.
240 (sparc64_collect_fpregset): Likewise.
241 (sparc64_bsd_fpregset): Define.
242 * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
243 sparc64_bsd_fpregset down into handler.
244 (sparc64fbsd_collect_fpregset): Likewise.
245 * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
246 and pass sparc{32,64}_bsd_fpregset down into handler.
247 (sparc64nbsd_collect_fpregset): Likewise.
248 * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
249 sparc64_bsd_fpregset down into handler.
250 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
251 * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
252 to sparc32_bsd_fpregset.
253 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
254 sparc32_bsd_fpregset down into sparc32_supply_fpregset.
255 (sparc32nbsd_supply_fpregset): Likewise.
256
cfcad218
TT
2572012-11-21 Tom Tromey <tromey@redhat.com>
258
259 * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
260 field.
261 (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
262 Remove.
263 * c-typeprint.c (c_type_print_base): Update.
264
85ddcc70
YQ
2652012-11-21 Yao Qi <yao@codesourcery.com>
266
267 PR tdep/7438
268 * gdbarch.sh (smash_text_address): Remove.
269 * gdbarch.c, gdbarch.h: Regenerate.
270 * arm-tdep.c (arm_smash_text_address): Remove.
271 (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
272 * hppa-tdep.c (hppa_smash_text_address): Remove.
273 (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
274 (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
275 Caller update.
276 * coffread.c (coff_symtab_read): Caller update.
277 * dbxread.c (process_one_symbol): Likewise.
278 * elfread.c (record_minimal_symbol): Likewise.
279 * somread.c (som_symtab_read): Likewise.
280
11522069
PM
2812012-11-20 Pierre Muller <muller@sourceware.org>
282
283 ARI fixes: sprintf rule.
284 Replace sprintf function calls for char arrays by
285 calls to xsnprintf calls.
286 * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
287 (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
288 (arm_neon_quad_read, arm_pseudo_read): Ditto.
289 (arm_neon_quad_write, arm_pseudo_write): Ditto.
290 * breakpoint.c (condition_completer): Ditto.
291 (create_tracepoint_from_upload): Ditto.
292 * dwarf2read.c (file_full_name): Ditto.
293 * gcore.c (gcore_command): Ditto.
294 * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
295 * go32-nat.c (go32_sysinfo): Ditto.
296 * interps.c (interp_set): Ditto.
297 * m32c-tdep.c (make_types): Ditto.
298 * ppc-linux-nat.c (fetch_register, store_register): Ditto.
299 * remote-m32r-sdi.c (m32r_open): Ditto.
300 * sol-thread.c (td_err_string): Ditto.
301 (td_state_string, solaris_pid_to_str): Ditto.
302 * symtab.c (gdb_mangle_name): Ditto.
303 * cli/cli-script.c (execute_control_command): Ditto.
304 (define_command, document_command): Ditto.
305 * tui/tui-io.c (tui_rl_display_match_list): Ditto.
306 * tui/tui-stack.c (tui_make_status_line): Ditto.
307 * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
308
ace21957
MF
3092012-11-20 Mike Frysinger <vapier@gentoo.org>
310
311 * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
312 it when looking at ptr->func.
313 * command.h (complete_on_cmdlist): Add a fourth arg.
314 * completer.c (complete_line_internal): Add local ignore_help_classes,
315 and set it to 1 when reason is not handle_help. Pass this down to
316 lookup_cmd_1 and complete_on_cmdlist.
317
ec6632d7
TT
3182012-11-20 Tom Tromey <tromey@redhat.com>
319
320 * completer.c (count_struct_fields): Remove.
321 (expression_completer): Don't call count_struct_fields.
322
ef37bb07
PA
3232012-11-20 Pedro Alves <palves@redhat.com>
324
325 * annotate.c (breakpoints_changed): Rename to ...
326 (annotate_breakpoints_changed): ... this.
327 (annotate_stopped, breakpoint_changed): Adjust caller.
328 * annotate.h (breakpoints_changed): Rename to ...
329 (annotate_breakpoints_changed): ... this.
330 * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
331 (do_map_commands_command, init_raw_breakpoint, clear_command)
332 (set_ignore_count, enable_breakpoint_disp): Adjust callers.
333
b245bdfc
DM
3342012-11-20 David S. Miller <davem@davemloft.net>
335
336 * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
337 (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
338 sysconf.
339 (get_cores_used_by_process): Update comment.
340
bd0cfc4d
YQ
3412012-11-20 Yao Qi <yao@codesourcery.com>
342
343 * objfiles.c (init_entry_point_info): Remove trailing spaces.
344
de9f1b68
YQ
3452012-11-20 Yao Qi <yao@codesourcery.com>
346
347 * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
348 to deprecated_context_hook.
349
8870954f
YQ
3502012-11-19 Yao Qi <yao@codesourcery.com>
351
352 * infrun.c (infwait_state): Add static.
353
8dea366b
KS
3542012-11-16 Keith Seitz <keiths@redhat.com>
355
356 PR c++/13615
357 * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
358 parameter and pass it to lookup_symbol_file.
359 (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
360 to search base classes.
361 (cp_lookup_symbol_namespace): Likewise.
362 (lookup_namespace_scope): Likewise.
363 (lookup_symbol_file): Add SEARCH parameter.
364 If SEARCH is non-zero and no symbol is found, lookup the class
365 and call cp_lookup_nested_symbol.
366 (find_symbol_in_baseclass): New function.
367 (cp_lookup_nested_symbol): Do not let
368 cp_lookup_symbol_in_namespace search through base classes.
369 Do that later when there is no global symbol match.
370
e64e0392
DE
3712012-11-16 Doug Evans <dje@google.com>
372
373 * main.c (gdb_datadir_provided): New static global.
374 (get_init_files): If --data-directory is provided,
375 and SYSTEM_GDBINIT lives in data-directory, look for it there.
376 * NEWS: Mention it.
377
8bdce1ff
PM
3782012-11-15 Pierre Muller <muller@sourceware.org>
379
380 ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
381 * gdb_stat.h: Delete. Moved to common directory.
382 * common/gdb_stat.h: New file.
383 * gdb_wait.h: Delete. Moved to common directory.
384 * common/gdb_wait.h: New file.
385 * Makefile.in (H_FILES_NO_SRC): Adapt to new header
386 location.
387 * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
388 location.
389 (stat.h rule): Adapt to new gdb_stat.h location.
390 * common/linux-osdata.c: Include "gdb_stat.h" header instead of
391 <sys/stat.h> header.
392 * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
393 <sys/wait.h> header.
394
3a731e0f
PM
3952012-11-15 Pierre Muller <muller@sourceware.org>
396
397 * configure.ac (AC_HEADER_STAT): Remove.
398 * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
399 and corresponding code.
400 * configure: Regenerate.
401 * config.in: Regenerate.
402
2792b94d
PM
4032012-11-15 Pierre Muller <muller@sourceware.org>
404
405 ARI xasprintf rule fixes.
406 * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
407 instead of xasprintf.
408 (open_and_init_dwp_file): Ditto.
409
5e34c6c3
LM
4102012-11-14 Luis Machado <lgustavo@codesourcery.com>
411
412 * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
413 target types.
414
e68227b9
TT
4152012-11-14 Tom Tromey <tromey@redhat.com>
416
417 * configure, config.in: Rebuild.
418 * configure.ac: Don't check for ctype.h, time.h.
419 * expprint.c: Don't use HAVE_CTYPE_H.
420
aff68abb
TT
4212012-11-13 Tom Tromey <tromey@redhat.com>
422
423 * gdbarch.h, gdbarch.c: Rebuild.
424 * gdbarch.sh (set_target_gdbarch): Rename from
425 deprecated_target_gdbarch_select_hack.
426 * arch-utils.c (gdbarch_update_p): Update.
427 (set_gdbarch_from_file): Update.
428
84277139 4292012-11-14 Pierre Muller <muller@sourceware.org>
f7c93334
PM
430
431 * MAINTAINERS (Responsible Maintainers/misc): Add myself
432 as responsible of contrib/ari directory.
433
2ae28aa9
YQ
4342012-11-14 Daniel Jacobowitz <dan@codesourcery.com>
435 Yao Qi <yao@codesourcery.com>
436
437 * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
438 bit of EXC_RETURN.
439 (arm_m_exception_cache, arm_m_exception_this_id)
440 (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
441 (arm_m_exception_unwind): New.
442 (arm_gdbarch_init): Register arm_m_exception_unwind.
443
62747a60
TT
4442012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
445
446 * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
447 parameter COUNT, for pattern filling of memory regions.
448 * NEWS: Mention it.
449
4cd29721
MM
4502012-11-13 Markus Metzger <markus.t.metzger@intel.com>
451
452 * disasm.h (DISASSEMBLY_FILENAME): New macro.
453 * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
454 to print_source_lines ().
455 * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
456 flag.
457 * source.c (print_source_lines_base): Prefix source line with
458 filename if PRINT_SOURCE_LINES_FILENAME flag is set.
459
dfaae886
MM
4602012-11-13 Markus Metzger <markus.t.metzger@intel.com>
461
462 * symtab.h (print_source_lines_flags): New enum.
463 * source.c (print_source_lines_base): Change noerror to flags.
464 (print_source_lines): Change noerror to flags.
465
08850b56
PM
4662012-11-13 Pierre Muller <muller@sourceware.org>
467
468 ARI fixes: Avoid sprintf function use rule.
469 * charset.c (convert_between_encodings): Use xsnprintf.
470 * cli-out.c (cli_field_int): Likewise.
471 * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
472 * expprint.c (op_name_standard): Likewise.
473 * frv-tdep.c (set_variant_num_gprs): Likewise.
474 (set_variant_num_fprs): Likewise.
475 * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
476 * nto-tdep.c (nto_find_and_open_solib): Likewise.
477 (nto_init_solib_absolute_prefix): Likewise.
478 * source.c (init_source_path): Likewise.
479 (print_source_lines_base): Likewise.
480 * valprint.c (print_wchar): Likewise.
481 * mi/mi-out.c (mi_field_int): Likewise.
482 windows-nat.c (windows_pid_to_exec_file): Likewise.
483 (windows_create_inferior): Likewise.
484 (_initialize_check_for_gdb_ini): Likewise.
485
ca9d61b9
JB
4862012-11-12 Joel Brobecker <brobecker@adacore.com>
487
488 * frame.h (deprecated_frame_register_read): Renames
489 frame_register_read.
490 * frame.c (deprecated_frame_register_read): Renames
491 frame_register_read. Update all callers.
492 * i386-tdep.c: Update all callers of frame_register_read.
493 * infcmd.c: Likewise.
494 * jit.c: Likewise.
495 * mips-tdep.c: Likewise.
496 * mt-tdep.c: Likewise.
497 * sh64-tdep.c: Likewise.
498
b2c7d45a
JB
4992012-11-12 Joel Brobecker <brobecker@adacore.com>
500
501 * frame.h (frame_register_read): Remove FIXME comment.
502 * frame.c (frame_register_read): Add suggestion explaining
503 which function to use in place of this one.
504
31594462
TT
5052012-11-12 Tom Tromey <tromey@redhat.com>
506
507 * python/python.c (start_type_printers): Initialize 'result_obj'.
508
18a9fc12
TT
5092012-11-12 Tom Tromey <tromey@redhat.com>
510
511 * NEWS: Update.
512 * data-directory/Makefile.in (PYTHON_FILES): Add
513 type_printers.py.
514 * python/lib/gdb/command/type_printers.py: New file.
515 * python/lib/gdb/command/types.py (TypePrinter): New class.
516 (_get_some_type_recognizers, get_type_recognizers,
517 apply_type_recognizers, register_type_printer): New
518 functions.
519 * python/py-objfile.c (objfile_object) <type_printers>: New
520 field.
521 (objfpy_dealloc): Decref new field.
522 (objfpy_new): Set new field.
523 (objfpy_get_type_printers, objfpy_set_type_printers): New
524 functions.
525 (objfile_to_objfile_object): Set new field.
526 (objfile_getset): Add "type_printers".
527 * python/py-progspace.c (pspace_object) <type_printers>: New
528 field.
529 (pspy_dealloc): Decref new field.
530 (pspy_new): Set new field.
531 (pspy_get_type_printers, pspy_set_type_printers): New functions.
532 (pspace_to_pspace_object): Set new field.
533 (pspace_getset): Add "type_printers".
534 * python/python.c (start_type_printers, apply_type_printers,
535 free_type_printers): New functions.
536 (_initialize_python): Set gdb.type_printers.
537 * python/python.h (start_type_printers, apply_type_printers,
538 free_type_printers): Declare.
539 * typeprint.c (type_print_raw_options, default_ptype_flags):
540 Update for new fields.
541 (do_free_global_table, create_global_typedef_table,
542 find_global_typedef): New functions.
543 (find_typedef_in_hash): Use find_global_typedef.
544 (whatis_exp): Use create_global_typedef_table. Change cleanup
545 handling.
546 * typeprint.h (struct type_print_options) <global_typedefs,
547 global_printers>: New fields.
548
bd69fc68
TT
5492012-11-12 Tom Tromey <tromey@redhat.com>
550
551 * c-typeprint.c (find_typedef_for_canonicalize,
552 print_name_maybe_canonical): New functions.
553 (c_print_type): Look up type name.
554 (cp_type_print_derivation_info): Add flags argument. Use
555 print_name_maybe_canonical.
556 (cp_type_print_method_args): Add wrapping.
557 (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
558 (c_type_print_template_args): New function.
559 (c_type_print_base): Change wrapping. Use
560 print_name_maybe_canonical.
561 <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
562 type name lookups.
563 * gdbtypes.c (types_equal): No longer static.
564 * gdbtypes.h (types_equal): Declare.
565 * typeprint.c (type_print_raw_options, default_ptype_flags):
566 Update.
567 (struct typedef_hash_table): New.
568 (hash_typedef_field, eq_typedef_field,
569 recursively_update_typedef_hash, add_template_parameters,
570 create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
571 make_cleanup_free_typedef_hash, copy_typedef_hash_element,
572 copy_typedef_hash, find_typedef_in_hash): New functions.
573 * typeprint.h (struct type_print_options) <local_typedefs>:
574 New field.
575 (recursively_update_typedef_hash, add_template_parameters,
576 create_typedef_hash, free_typedef_hash,
577 make_cleanup_free_typedef_hash, copy_typedef_hash,
578 find_typedef_in_hash): Declare.
579
2621e0fd
TT
5802012-11-12 Tom Tromey <tromey@redhat.com>
581
582 * cp-support.c (inspect_type,
583 replace_typedefs_qualified_name, replace_typedefs): Add
584 finder, data arguments. Call as needed.
585 (cp_canonicalize_string_full): New function.
586 (cp_canonicalize_string_no_typedefs): Rewrite.
587 * cp-support.h (canonicalization_ftype): New typedef.
588 (cp_canonicalize_string_full): Declare.
589
53342f27
TT
5902012-11-12 Tom Tromey <tromey@redhat.com>
591
592 * NEWS: Update.
593 * c-typeprint.c (c_type_print_base): Handle print_method and
594 print_typedefs flags.
595 * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
596 * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
597 options.
598 * typeprint.c (type_print_raw_options, default_ptype_flags):
599 Update for new field.s
600 (whatis_exp): Parse flags. Use LA_PRINT_TYPE.
601 (setprinttypelist, showprinttypelist, print_methods,
602 print_typedefs): New globals.
603 (set_print_type, show_print_type, set_print_type_methods,
604 show_print_type_methods, set_print_type_typedefs,
605 show_print_type_typedefs): New functions.
606 (_initialize_typeprint): Update documentation. Add "print
607 type methods" and "print type typedefs" parameters.
608 * typeprint.h (struct type_print_options) <print_methods,
609 print_typedefs>: New fields.
610
6c8702eb
TT
6112012-11-12 Tom Tromey <tromey@redhat.com>
612
613 * c-typeprint.c (cp_type_print_method_args): Add flags
614 argument. Call c_print_type, not type_print.
615 (c_type_print_base): Call c_print_type, not type_print.
616 Update.
617
79d43c61
TT
6182012-11-12 Tom Tromey <tromey@redhat.com>
619
620 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
621 to type-printing functions.
622 * ada-lang.h (ada_print_type): Add argument.
623 * ada-typeprint.c (print_array_type, print_variant_clauses,
624 print_variant_part, print_selected_record_field_types,
625 print_record_field_types, print_unchecked_union_type,
626 print_func_type, ada_print_type): Add flags argument.
627 (ada_print_typedef): Update.
628 * c-exp.y (OPERATOR conversion_type_id): Update.
629 * c-lang.h (c_print_type, c_type_print_base): Update.
630 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
631 c_type_print_modifier, c_type_print_args,
632 c_type_print_varspec_suffix, c_type_print_base): Add flags
633 argument.
634 * cp-valprint.c (cp_print_class_member): Update.
635 * dwarf2read.c (dwarf2_compute_name): Update.
636 * f-lang.h (f_print_type): Add argument.
637 * f-typeprint.c (f_print_type): Add flags argument.
638 * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
639 * go-lang.h (go_print_type): Add argument.
640 * go-typeprint.c (go_print_type): Add flags argument.
641 * jv-lang.h (java_print_type): Add argument.
642 * jv-typeprint.c (java_type_print_base, java_print_type): Add
643 flags argument.
644 * language.c (unk_lang_print_type): Add flags argument.
645 * language.h (struct language_defn) <la_print_type>: Add flags
646 argument.
647 (LA_PRINT_TYPE): Likewise.
648 * m2-lang.h (m2_print_type): Add argument.
649 * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
650 m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
651 m2_unbounded_array, m2_record_fields): Add flags argument.
652 * p-lang.h (pascal_print_type, pascal_type_print_base,
653 pascal_type_print_varspec_prefix): Add argument.
654 * p-typeprint.c (pascal_print_type,
655 pascal_type_print_varspec_prefix, pascal_print_func_args,
656 pascal_type_print_varspec_suffix, pascal_type_print_base): Add
657 flags argument.
658 * symmisc.c (print_symbol): Update.
659 * typeprint.c (type_print_raw_options, default_ptype_flags):
660 New globals.
661 (type_print): Update.
662 * typeprint.h (struct type_print_options): New.
663 (type_print_raw_options): Declare.
664 (c_type_print_varspec_suffix, c_type_print_args): Add argument.
665
cf4ded82
KS
6662012-11-10 Keith Seitz <keiths@redhat.com>
667
668 * breakpoint.c (clear_command): Add cleanup for
669 sals.sals if an argument is given.
670
671 * linespec.c (parse_linespec): Do cleanups after
672 parsing a convenience variable.
673
0d63ecda
KS
6742012-11-10 Keith Seitz <keiths@redhat.com>
675
676 PR gdb/14288
677 * c-valprint.c (c_val_print): For character arrays
678 with "print null" option on, print ellipses if
679 the output is truncated and the next character is not \000.
680 * valprint.c (MAX_WCHARS): Define.
681 (WCHAR_BUFLEN): Likewise.
682 (WCHAR_BUFLEN_MAX): Likewise.
683 (struct converted_character): New structure.
684 (count_next_character): New function.
685 (print_converted_chars_to_obstack): New function.
686 (generic_printstr): Rewrite using count_next_character
687 and print_converted_chars_to_obstack.
688
9b8d6827
SC
6892012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
690
691 * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
692 while executing the gdb command.
693 (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
694 are called from prompt_for_continue.
695 * tui/tui-io.c (tui_redisplay_readline): Likewise.
696
e840f632
SC
6972012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
698
699 PR tui/9584
700
701 * tui/tui.c (tui_rl_command_key): Do not call execute_command
702 but insert the command to execute in readline's buffer.
703
f5656ead
TT
7042012-11-09 Tom Tromey <tromey@redhat.com>
705
706 * gdbarch.sh (target_gdbarch): Remove macro.
707 (get_target_gdbarch): Rename to target_gdbarch.
708 * gdbarch.c, gdbarch.h: Rebuild.
709 * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
710 arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
711 darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
712 filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
713 ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
714 linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
715 mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
716 mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
717 nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
718 procfs.c, progspace.c, ravenscar-thread.c, record.c,
719 remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
720 rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
721 solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
722 solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
723 solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
724 spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
725 target-descriptions.c, target.c, target.h, tracepoint.c,
726 windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
727 common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
728 python/py-inferior.c, python/python.c: Update.
729
ed8a1c2d
AB
7302012-11-09 Andrew Burgess <aburgess@broadcom.com>
731
732 * source.c (print_source_lines_base): Add fullname field giving
733 full path to file in mi output.
734 * NEWS: Mention the new fullname field.
735
504b36fd
YQ
7362012-11-09 Yao Qi <yao@codesourcery.com>
737
738 * NEWS: Mention the fix to the ambiguity of 'fo' command.
739
9107fc8d
PA
7402012-11-09 Pedro Alves <palves@redhat.com>
741
742 PR gdb/14306
743
744 * infrun.c: Include target-descriptions.h.
745 (follow_exec): Fetch new target description.
746
30f8135b
YQ
7472012-11-09 Yao Qi <yao@codesourcery.com>
748
749 * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
750 0x8d (lea).
751
558a9d82
YQ
7522012-11-09 Yao Qi <yao@codesourcery.com>
753
754 * breakpoint.c: Declare set_tracepoint_count.
755 (install_breakpoint): Call set_tracepoint_count if B is a
756 tracepoint.
757 (trace_command): Don't call set_tracepoint_count. Re-indent.
758 (strace_command, ftrace_command):
759 (create_tracepoint_from_upload): Likewise.
760
6ecd4729
PA
7612012-11-09 Pedro Alves <palves@redhat.com>
762
763 * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
764 (get_target_gdbarch) <gdbarch.h>: New function.
765 (startup_gdbarch) <gdbarch.h>: Declare.
766 <gdbarch.c> (target_gdbarch): Delete.
767 <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
768 current inferior's gdbarch.
769 <gdbarch.c> (get_target_gdbarch): New function.
770 * inferior.c: Include target-descriptions.h.
771 (free_inferior): Free target description info.
772 (add_inferior_with_spaces): Set the inferior's initial
773 architecture.
774 (clone_inferior_command): Copy the original inferior's target
775 description if it was user specified.
776 (initialize_inferiors): Add comment.
777 * inferior.h (struct target_desc_info): Forward declare.
778 (struct inferior) <gdbarch>: New field.
779 * linux-nat.c: Include target-descriptions.h.
780 (linux_child_follow_fork): Copy the parent's architecture and
781 target description to the child.
782 * target-descriptions.c: Include inferior.h.
783 (struct target_desc_info): New structure, holding the equivalents
784 of ...
785 (target_desc_fetched, current_target_desc)
786 (target_description_filename): ... these removed globals.
787 (get_tdesc_info, target_desc_info_from_user_p)
788 (copy_inferior_target_desc_info, target_desc_info_free): New.
789 (target_desc_fetched, current_target_desc)
790 (target_description_filename): Reimplemented as convenience
791 macros.
792 (tdesc_filename_cmd_string): New global.
793 (set_tdesc_filename_cmd): Copy the string manipulated by the "set
794 tdescs filename ..." commands to the per-inferior equivalent.
795 (show_tdesc_filename_cmd): Get the value to show from the
796 per-inferior description filename.
797 (_initilize_target_descriptions): Change the "set/show tdesc
798 filename" commands' variable.
799 * target-descriptions.h (struct target_desc, struct target_desc_info)
800 (struct inferior): Forward declare.
801 (target_find_description, target_clear_description)
802 (target_current_description): Adjust comments.
803 (copy_inferior_target_desc_info, target_desc_info_free)
804 (target_desc_info_from_user_p). Declare.
805
4ca4d161
SC
8062012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
807
808 * tui/tui-hooks.c (tui_about_to_proceed): New function.
809 (tui_target_wait_hook): Remove.
810 (tui_install_hooks): Install the about_to_proceed observer.
811 (tui_remove_hooks): And remove it here.
812
9015683b
TT
8132012-11-08 Tom Tromey <tromey@redhat.com>
814
815 * linux-tdep.c (linux_make_siginfo_note): New function.
816 (linux_make_corefile_notes): Use it.
817 * corelow.c (get_core_siginfo): New function.
818 (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
819
ea9f10bb
TT
8202012-11-08 Tom Tromey <tromey@redhat.com>
821
822 PR gdb/14704:
823 * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
824 (zlib_decompress_section): Remove.
825 (gdb_bfd_map_section): Only check for compressed section
826 in mmap case. Use bfd_get_full_section_contents.
827 * osabi.c (check_note): Add 'sectsize' argument. Read
828 section data.
829 (generic_elf_osabi_sniff_abi_tag_sections): Don't read
830 section data. Update for check_note change.
831 * xcoffread.c (xcoff_initial_scan): Use
832 bfd_get_full_section_contents.
833 * py-auto-load.c (auto_load_section_scripts): Use
834 bfd_get_full_section_contents.
835 * contrib/cc-with-tweaks.sh: Add -Z option.
836
d071a26b
TT
8372012-11-08 Tom Tromey <tromey@redhat.com>
838
839 * python/py-bpevent.c: Include defs.h.
840 * python/py-continueevent.c: Include defs.h.
841 * python/py-event.c: Include defs.h.
842 * python/py-event.h: Don't include defs.h.
843 * python/py-events.h: Don't include defs.h.
844 * python/py-evts.c: Include defs.h.
845 * python/py-exitedevent.c: Include defs.h.
846 * python/py-newobjfileevent.c: Include defs.h.
847 * python/py-signalevent.c: Include defs.h.
848 * python/py-stopevent.c: Include defs.h.
849 * python/py-threadevent.c: Include defs.h.
850
4574b35a
PM
8512012-11-08 Pierre Muller <muller@sourceware.org>
852
853 * update-web-ari.sh (print_heading): Add number of files
854 checked.
855 (nb_files): New variable counting the number of sources
856 files found by gdb_find.sh script.
857 (debug_awk): New variable to allow extra debug output.
858 (indexes): Add more information if DEBUG_AWK is set.
859
2834ab42
EBM
8602012-11-08 Edjunior Machado <emachado@linux.vnet.ibm.com>
861
862 * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
863 ppc64_standard_linkage3): Mark ld r11 instructions as optional,
864 following the change in PLT call stubs on linker.
865
84f13595
PM
8662012-11-08 Pierre Muller <muller@sourceware.org>
867
868 * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
869 as default language.
870 (AWK): Use = instead of == for sh test to avoid warning.
871 (Linux rule): Correct [:digit] into [[:digit:]].
872 (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
873 (vasprintf rule): Adapt to common subdirectory moves.
874 (xasprintf rule): Idem.
875 (xvasprintf rule): Idem.
876 (var_boolean rule): Accept occurence in == or != test.
877
878 * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
879
d69e6a33
SC
8802012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
881
882 * tui/tui-hooks.c (tui_inferior_exit): New function.
883 (tui_detach_hook): Remove.
884 (tui_install_hooks): Install the inferior exit observer.
885 (tui_remove_hooks): Remove it.
886
1e96de83
YQ
8872012-11-08 Yao Qi <yao@codesourcery.com>
888
889 PR gdb/14777.
890 * source.c (_initialize_source): Call add_com_alias to abbreviate
891 'forward-search' as 'fo'.
892
0baeab03
PA
8932012-11-07 Pedro Alves <palves@redhat.com>
894
895 * arm-tdep.c: Make defs.h be the first include.
896 * coff-pe-read.c: Ditto.
897 * gnu-nat.c: Ditto.
898 * go32-nat.c: Ditto.
899 * i386-nat.c: Ditto.
900 * ppcnbsd-nat.c: Ditto.
901 * ada-varobj.h: Don't include defs.h.
902 * i386-darwin-tdep.h: Ditto.
903 * i386-nat.h: Ditto.
904
892a8570
PA
9052012-11-07 Pedro Alves <palves@redhat.com>
906
907 * MAINTAINERS: New FSF-appointed maintainers replace the Steering
908 Committee.
909
719502e9
PM
9102012-11-07 Pierre Muller <muller@sourceware.org>
911
912 * common/linux-osdata.c (dirent.h): ARI fix: Remove.
913 File already uses "gdb_dirent.h" header.
914
ed86b350
YQ
9152012-11-07 Yao Qi <yao@codesourcery.com>
916
917 * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
918 tracepoint_count'.
919
9a4f1e4f
TT
9202012-11-06 Tom Tromey <tromey@redhat.com>
921
922 * target.h (inferior_has_forked, inferior_has_vforked)
923 (inferior_has_execd, inferior_has_called_syscall): Remove
924 declarations.
925
0316657e
PM
9262012-11-06 Pierre Muller <muller@sourceware.org>
927
928 * remote.c (remote_insert_hw_breakpoint): ARI fix,
929 add missing internalization markup.
930
f6592439
PA
9312012-11-06 Pedro Alves <palves@redhat.com>
932
933 PR gdb/14810
934
935 * breakpoint.c (bpstat_stop_status): Skip disabled locations.
936
01f2564a
PM
9372012-11-06 Pierre Muller <muller@sourceware.org>
938
939 * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
940 is not executable.
941
f37c4431
JB
9422012-11-05 Joel Brobecker <brobecker@adacore.com>
943
944 * gnulib/update-gnulib.sh: New script.
945
550889c3
JB
9462012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
947
948 * MAINTAINERS: Update my email address.
949
954b50b3
TT
9502012-11-05 Tom Tromey <tromey@redhat.com>
951
952 * frame.c (put_frame_register): Don't use temporary buffer.
953
68c9da30
PA
9542012-11-05 Pedro Alves <palves@redhat.com>
955
956 * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
957 child. Clear 'pending_detach'.
958 * infrun.c (handle_vfork_child_exec_or_exit): Clear
959 'pending_detach' in the vfork parent.
960
80626a55
DE
9612012-11-05 Doug Evans <dje@google.com>
962
963 Add support for DWP files. http://gcc.gnu.org/wiki/DebugFissionDWP
964 * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
965 * dwarf2read.c: #include "elf-bfd.h".
966 (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
967 (dwop_section_names): Renamed from dwo_section names. All uses
968 updated. Add entries for .debug_cu_index, .debug_tu_index.
969 (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
970 All uses updated.
971 (struct dwp_sections): New type.
972 (struct virtual_dwo_sections): New type.
973 (struct dwp_hash_table): New type.
974 (struct dwp_file): New type.
975 (init_cutu_and_read_dies): Ensure DWO info/types section has been
976 read in. Handle DWOs coming from DWP files.
977 (lookup_dwo_file_slot): New function.
978 (dwarf2_locate_dwo_sections): Move definition closer to use.
979 (create_dwo_debug_info_hash_table_reader): Renamed from
980 create_debug_info_hash_table_reader. All callers updated.
981 (create_dwo_debug_info_hash_table): Renamed from
982 create_debug_info_hash_table. All callers updated.
983 (create_dwp_hash_table): New function.
984 (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
985 (lookup_dwo_in_dwp): New function.
986 (try_open_dwop_file): Renamed from try_open_dwo_file. New parameter
987 is_dwp. All callers updated.
988 (open_dwop_file): Renamed from open_dwo_file. All callers updated.
989 (open_and_init_dwo_file): Renamed from init_dwo_file.
990 All callers updated.
991 (lookup_dwo_file): Delete.
992 (dwarf2_locate_dwp_sections): New function.
993 (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
994 (allocate_dwp_loaded_cutus_table): New function.
995 (open_and_init_dwp_file): New function.
996 (lookup_dwo_cutu): New function.
997 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
998
6f6484cd
YQ
9992012-11-03 Yao Qi <yao@codesourcery.com>
1000
1001 Fix PR gdb/14617.
1002 * breakpoint.c (trace_pass_set_count): Call
1003 observer_notify_breakpoint_modified instead of
1004 observer_notify_tracepoint_modified.
1005 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
1006
b45627a0
TT
10072012-11-02 Tom Tromey <tromey@redhat.com>
1008
1009 * breakpoint.c (catch_syscall_completer): Pass 'word' as second
1010 argument to complete_on_enum.
1011
d4fb63e1
TT
10122012-11-02 Tom Tromey <tromey@redhat.com>
1013
1014 * configure: Rebuild.
1015 * configure.ac (build_warnings): Add -Wempty-body.
1016 * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
1017 * remote.c (handle_notification): Use braces for empty 'else' body.
1018 * s390-tdep.c (s390_analyze_prologue): Use braces for empty
1019 'else' body.
1020 * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
1021 'else' body.
1022 * solib-som.c (som_relocate_section_addresses): Use braces
1023 for empty 'else' body.
1024 * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
1025 (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
1026
f50f4e56
PA
10272012-11-02 Pedro Alves <palves@redhat.com>
1028
1029 PR gdb/14766
1030
1031 * infrun.c (handle_inferior_event)
1032 <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
1033 null_ptid before handling a vfork child exec or exit. Switch to
1034 the event ptid afterwards.
1035
f0559fff
YQ
10362012-11-02 Yao Qi <yao@codesourcery.com>
1037
1038 * std-operator.def: Remove OP_LABELED.
1039 * eval.c: Remove the declaration of 'get_label'.
1040 (get_label): Remove.
1041 (evaluate_struct_tuple): Remove code handling OP_LABELED.
1042 Update comment.
1043 Remove local variable 'variantno' and related code.
1044 Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
1045 with 'fieldno'.
1046 * expprint.c (print_subexp_standard): Likewise.
1047 (dump_subexp_body_standard): Likewise.
1048 * parse.c (operator_length_standard): Likewise.
1049
e5496e3e
PM
10502012-11-01 Pierre Muller <muller@ics.u-strasbg.fr>
1051
1052 Incorporate ARI web page generator into GDB sources.
1053 * contrib/ari/create-web-ari-in-src.sh: New file.
1054 * contrib/ari/gdb_ari.sh: New file.
1055 * contrib/ari/gdb_find.sh: New file.
1056 * contrib/ari/update-web-ari.sh: New file.
1057
c66fb220
TT
10582012-10-31 Tom Tromey <tromey@redhat.com>
1059
1060 * gdbarch.c: Rebuild.
1061 * gdbarch.sh: Remove references to gdbarch_swap.
1062 * corelow.c (core_open): Remove obsolete comment.
1063
2f27adfe
AB
10642012-10-31 Andrew Burgess <aburgess@broadcom.com>
1065
1066 PR cli/14772
1067 * c-typeprint.c (c_print_type): Don't print a space for vector
1068 types, this is handled within the suffix.
1069 (c_type_print_varspec_suffix): Add a space to vector suffix.
1070
144db827
PA
10712012-10-26 Pedro Alves <palves@redhat.com>
1072
1073 * amd64-tdep.c (amd64_relocate_instruction): Use
1074 store_unsigned_integer instead of memcpy.
1075 * i386-tdep.c (i386_relocate_instruction): Ditto.
1076
940c3c06
PA
10772012-10-26 Pedro Alves <palves@redhat.com>
1078
1079 * infrun.c (handle_inferior_event): Merge handling of
1080 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
1081 switch case.
1082
47b19065
PA
10832012-10-26 Pedro Alves <palves@redhat.com>
1084
1085 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
1086 Remove comment.
1087
87d2d2a4
PA
10882012-10-26 Pedro Alves <palves@redhat.com>
1089
1090 * target.c (target_waitstatus_to_string): Handle
1091 TARGET_WAITKIND_VFORK_DONE.
1092
fed708ed
PA
10932012-10-26 Pedro Alves <palves@redhat.com>
1094
1095 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
1096 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
1097
2590b645
JB
10982012-10-24 Tristan Gingold <gingold@adacore.com>
1099
1100 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
1101 Add comments.
1102
bed0c243
JB
11032012-10-24 Joel Brobecker <brobecker@adacore.com>
1104
1105 * ravenscar-thread.c (ravenscar_wait): Only update the list
1106 of threads and inferior_ptid if the inferior is still alive.
1107
f69c91ad
JB
11082012-10-24 Joel Brobecker <brobecker@adacore.com>
1109
1110 * ada-lang.c (is_known_support_routine): Use lbasename when
1111 matching the symtab's filename against
1112 known_runtime_file_name_patterns.
1113
d99dcf51
JB
11142012-10-24 Joel Brobecker <brobecker@adacore.com>
1115
1116 * ada-lang.c (ada_same_array_size_p): New function.
1117 (ada_promote_array_of_integrals): New function.
1118 (coerce_for_assign): Add handling of arrays where the elements
1119 are integrals of a smaller size than the size of the target
1120 array element type.
1121
32560274
JB
11222012-10-24 Joel Brobecker <brobecker@adacore.com>
1123
1124 * doublest.c (convert_doublest_to_floatformat): Fix comparison
1125 against maximum exponent value.
1126
5a04cc98
JB
11272012-10-24 Joel Brobecker <brobecker@adacore.com>
1128
1129 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
1130 "unwind-seh.c".
1131
5ded5331
JB
11322012-10-24 Joel Brobecker <brobecker@adacore.com>
1133
1134 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
1135 strip typedef layer when computing the fixed type's field type,
1136 only when computing its size.
1137
2445fd7b
MK
11382012-10-24 Mark Kettenis <kettenis@gnu.org>
1139
1140 PR gdb/12783
1141 * i386-tdep.c (i386_return_value): Handle complex double and long
1142 double.
1143
8f205f9c
JB
11442012-10-24 Joel Brobecker <brobecker@adacore.com>
1145
1146 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
1147 New local variable args_len.
1148 Quote the name of the executable when computing the command line.
1149
7f7930dd
MK
11502012-10-23 Mark Kettenis <kettenis@gnu.org>
1151
1152 PR gdb/12796
1153 PR gdb/12798
1154 PR gdb/12800
1155 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
1156 AMD64_FTAG_REGNUM.
1157 * amd64-tdep.c (amd64_classify): Classify complex types.
1158 (amd64_return_value): Handle the COMPLEX_X87 class.
1159
38a69d0a
JB
11602012-10-23 Joel Brobecker <brobecker@adacore.com>
1161
1162 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
1163 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
1164
83ab93c6
JB
11652012-10-23 Joel Brobecker <brobecker@adacore.com>
1166
1167 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
1168 function.
1169 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
1170 to amd64_windows_auto_wide_charset.
1171
f6fbab7d
YQ
11722012-10-23 Yao Qi <yao@codesourcery.com>
1173
1174 * event-top.c (mark_async_signal_handler_wrapper): Remove.
1175 * event-top.h: Remove its declaration.
1176 (async_request_quit): Call mark_async_signal_handler instead of
1177 mark_async_signal_handler_wrapper.
1178 (async_do_nothing, async_disconnect): Likewise.
1179 (async_stop_sig): Likewise.
1180 * remote.c (handle_remote_sigint): Likewise.
1181 (handle_remote_sigint_twice): Likewise.
1182
05fa9251
YQ
11832012-10-23 Yao Qi <yao@codesourcery.com>
1184
1185 * event-top.c (sigint_token, sighup_token): Replace 'void *'
1186 with 'static struct async_signal_handler *'.
1187 (sighup_token, sigquit_token, sigstp_token): Likewise.
1188
08af7a40
AA
11892012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
1190
1191 * gdbarch.sh (function_list): Use 'pstring' when printing
1192 a variable which could return NULL.
1193 * gdbarch.c: Regenerate.
1194
beb4b03c
JB
11952012-10-10 Joel Brobecker <brobecker@adacore.com>
1196 Tom Tromey <tromey@redhat.com>
1197
1198 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
1199 inneffective if condition by gdb assertion. Add function
1200 description comment.
1201
a5b12627
JB
12022012-10-19 Joel Brobecker <brobecker@adacore.com>
1203
1204 * parser-defs.h (struct exp_descriptor): Document constraint
1205 on return value for "op_name" callbacks.
1206
0b0865da
TT
12072012-10-18 Tom Tromey <tromey@redhat.com>
1208
1209 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
1210 * symtab.c (iterate_over_some_symtabs): Constify.
1211 * source.h (symtab_to_fullname): Return 'const char *'.
1212 * source.c (symtab_to_fullname): Return 'const char *'.
1213 * python/py-symtab.c (stpy_fullname): Constify.
1214 * cli/cli-cmds.c (edit_command): Constify.
1215 * breakpoint.c (print_breakpoint_location)
1216 (update_static_tracepoint): Constify.
1217
94b0e70d
TT
12182012-10-18 Tom Tromey <tromey@redhat.com>
1219
1220 * breakpoint.c (compare_breakpoints): Fix comparison.
1221
fff10684
TT
12222012-10-18 Tom Tromey <tromey@redhat.com>
1223
1224 * valprint.c (generic_emit_char, generic_printstr): Pass size of
1225 gdb_wchar_t to convert_between_encodings.
1226
8de0566d
YQ
12272012-10-17 Yao Qi <yao@codesourcery.com>
1228
1229 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
1230 more parameter 'inferior'.
1231 * corefile.c (write_memory_with_notification): Caller update.
1232
1233 * mi/mi-cmd-var.c: Include "mi-main.h".
1234 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
1235 to 1 and restore it later.
1236 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
1237 and "data-write-memory-bytes.
1238 * mi/mi-interp.c: Include objfiles.h.
1239 (mi_interpreter_init): Call observer_attach_memory_changed.
1240 (mi_memory_changed): New.
1241 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
1242 New field.
1243
1244 * NEWS: Mention new MI notification "memory-changed".
1245
6235cdd1
JK
12462012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1247
1248 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
1249
07540c15
DE
12502012-10-15 Doug Evans <dje@google.com>
1251
1252 New option -nh: inhibit loading of ~/.gdbinit.
1253 * NEWS: Mention -nh.
1254 * main.c (captured_main): Recognize and process -nh.
1255 (print_gdb_help): Mention -nh.
1256 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
1257
eab09350
L
12582012-10-15 H.J. Lu <hongjiu.lu@intel.com>
1259
1260 PR backtrace/14646
1261 PR gdb/14647
1262 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
1263 pc_regnum_from_eax.
1264 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
1265 nor pc_regnum_from_eax.
1266 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
1267 nor pc_regnum_from_eax.
1268
9e3a7d65
JK
12692012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1270
1271 Fix entry values resolving in inlined frames.
1272 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
1273 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
1274 entries of FRAME.
1275
c83393b9
JB
12762012-10-15 Joel Brobecker <brobecker@adacore.com>
1277
1278 * configure.ac: Build with -DMS_WIN64 if building with Python
1279 enabled using GCC on amd64-windows.
1280 * configure: Regenerate.
1281
801e4185
TT
12822012-10-15 Tom Tromey <tromey@redhat.com>
1283
1284 PR python/14635:
1285 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
1286 to Py_None.
1287
74f910c8
TT
12882012-10-15 Tom Tromey <tromey@redhat.com>
1289
1290 PR python/14634:
1291 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
1292
2a7c8fd5
AB
12932012-10-11 Andrew Burgess <aburgess@broadcom.com>
1294
1295 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
1296 reset thread numbering back to 1.
1297
7c09e5a0
DE
12982012-10-11 Doug Evans <dje@google.com>
1299
1300 PR breakpoints/14643.
1301 * linespec.c (struct ls_parser): New member keyword_ok.
1302 (linespec_lexer_lex_string): Add comment.
1303 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
1304 for one.
1305 (parse_linespec): Set keyword_ok.
1306
a1855c1d
DE
13072012-10-10 Doug Evans <dje@google.com>
1308
844226d6
DE
1309 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
1310 "0x" prefix on address in log message.
1311
a1855c1d
DE
1312 * dwarf2read.c (read_1_byte): Add const to buf parameter.
1313 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
1314 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
1315 (lookup_dwo_file): Add const to dwo_name parameter.
1316 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
1317
2e24f4aa
JK
13182012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1319
1320 Fix crash during stepping on ppc32.
1321 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
1322 SYM.
1323
aa14df25
DE
13242012-10-03 Doug Evans <dje@google.com>
1325
1326 PR symtab/14601
1327 * buildsym.c (buildsym_init): Reset using_directives to NULL.
1328
3d468296
AB
13292012-10-02 Andrew Burgess <aburgess@broadcom.com>
1330
1331 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
1332 output and use uint32_t not long to ensure 4 byte size.
1333
8f0ee2eb
JB
13342012-10-02 Joel Brobecker <brobecker@adacore.com>
1335
1336 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
1337 unref'ed it.
1338
b3dc46ff
AB
13392012-10-01 Andrew Burgess <aburgess@broadcom.com>
1340
1341 * target.c (simple_search_memory): Include access length in
1342 warning message.
1343
f712f01f
EBM
13442012-09-28 Nathan Miller <nathanm2@us.ibm.com>
1345 Edjunior Machado <emachado@linux.vnet.ibm.com>
1346
1347 PR gdb/13989
1348 * solib.c (solib_find): Prevent GDB from loading native libraries when
1349 debugging a cross-target corefile.
1350
39181896
PA
13512012-09-28 selven <pcthegreat@gmail.com>
1352
1353 Make definition match declaration.
1354
1355 * regcache.c (regcache_register_status): Change return type to
1356 enum register_status.
1357
4c2786ba
YQ
13582012-09-28 Yao Qi <yao@codesourcery.com>
1359
1360 * mi/mi-main.c (mi_cmd_data_write_memory): Call
1361 write_memory_with_notification instead of write_memory.
1362 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
1363 instead of target_write_memory.
1364
1ae0c35e
YQ
13652012-09-28 Yao Qi <yao@codesourcery.com>
1366
1367 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
1368 when the length of content is not an even number.
1369
7977e5d2
TT
13702012-09-27 Tom Tromey <tromey@redhat.com>
1371
1372 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
1373 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
1374
807160da
JB
13752012-09-27 Joel Brobecker <brobecker@adacore.com>
1376
1377 * sol-thread.c (sol_thread_fetch_registers)
1378 (sol_thread_store_registers): Delete commented out code.
1379
43c75337
JB
13802012-09-27 Joel Brobecker <brobecker@adacore.com>
1381
1382 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1383 Move these functions to sparc-sol-thread.c.
1384 * sparc-sol-thread.c: New file.
1385 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
1386 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
1387 configurations.
1388 * configure: Regenerate.
1389
d292a972
JB
13902012-09-27 Joel Brobecker <brobecker@adacore.com>
1391
1392 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1393 Remove commented-out code.
1394
8c3da003
JB
13952012-09-27 Joel Brobecker <brobecker@adacore.com>
1396
1397 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1398 Enable this code for sparc hosts only.
1399
f00482b6
JB
14002012-09-27 Joel Brobecker <brobecker@adacore.com>
1401
1402 * procfs.h (procfs_find_LDT_entry): Add declaration.
1403 * sol-thread.c (ps_lgetLDT): Delete local declaration of
1404 function procfs_find_LDT_entry.
1405
337c776f
JB
14062012-09-27 Joel Brobecker <brobecker@adacore.com>
1407
1408 * procfs.c (proc_get_LDT_entry): Make static.
1409
1a04d88f
JB
14102012-09-27 Joel Brobecker <brobecker@adacore.com>
1411
1412 * procfs.c (proc_find_memory_regions): Fix declaration.
1413
bad43aa5
SP
14142012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1415
1416 * amd64-tdep.c (amd64_return_value): Revert previous change
1417 that used TYPE_LENGTH directly.
1418 * bfin-tdep.c (bfin_extract_return_value): Likewise.
1419 (bfin_store_return_value): Likewise.
1420 * cris-tdep.c (cris_store_return_value): Likewise.
1421 (cris_extract_return_value): Likewise.
1422 * h8300-tdep.c (h8300_extract_return_value): Likewise.
1423 * hppa-tdep.c (hppa64_return_value): Likewise.
1424 * lm32-tdep.c (lm32_store_return_value): Likewise.
1425 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1426 * spu-tdep.c (spu_value_from_register): Likewise.
1427 * vax-tdep.c (vax_return_value): Likewise.
1428
63375b74
SP
14292012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1430
1431 * gdbtypes.c (lookup_array_range_type): Expand parameters
1432 LOW_BOUND and HIGH_BOUND to LONGEST.
1433 (lookup_string_range_type): Likewise.
1434 * gdbtypes.h (lookup_array_range_type): Likewise.
1435 (lookup_string_range_type): Likewise.
1436 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
1437 Expand HIGHBOUND to ssize_t.
1438 (value_string): Likewise.
1439 * value.h (value_cstring): Expand parameter LEN to ssize_t.
1440 (value_string): Likewise.
1441
19ca11c5
YQ
14422012-09-27 Yao Qi <yao@codesourcery.com>
1443
1444 PR breakpoints/13898
1445 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
1446 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
1447 per breakpoint type.
1448
92107356
PM
14492012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1450
1451 * procfs.c: Add gdb_bfd header.
1452 * rs6000-nat.c: Likewise.
1453 * solib-pa64.c: Likewise.
1454 * spu-linux-nat.c: Likewise.
1455 * windows-nat.c: Likewise.
1456
9742094a
TT
14572012-09-26 Tom Tromey <tromey@redhat.com>
1458
1459 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
1460
0971de02
TT
14612012-09-26 Tom Tromey <tromey@redhat.com>
1462
1463 * dwarf2read.c (mark_common_block_symbol_computed): New function.
1464 (read_common_block): Handle child DIEs with
1465 DW_AT_data_member_location.
1466 (new_symbol_full): Add special case for common blocks.
1467
4357ac6c
TT
14682012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1469 Tom Tromey <tromey@redhat.com>
1470
1471 * dwarf2read.c (read_common_block): Rewrite.
1472 (new_symbol_full): Handle DW_TAG_common_block.
1473 * f-lang.c (head_common_list, find_common_for_function):
1474 Remove.
1475 * f-lang.h (struct common_entry, struct saved_f77_common,
1476 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
1477 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
1478 BLANK_COMMON_NAME_LOCAL): Remove.
1479 (struct common_block): New.
1480 * f-valprint.c (list_all_visible_commons): Remove.
1481 (info_common_command_for_block): New function.
1482 (info_common_command): Use it.
1483 * stack.c (iterate_over_block_locals): Special case for
1484 COMMON_BLOCK_DOMAIN.
1485 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
1486 constant.
1487 (struct general_symbol_info) <value.common_block>: New field.
1488 (SYMBOL_VALUE_COMMON_BLOCK): New define.
1489
965f07a8
TT
14902012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1491 Tom Tromey <tromey@redhat.com>
1492
1493 * f-lang.c (allocate_saved_bf_node,
1494 allocate_saved_function_node, allocate_saved_f77_common_node,
1495 allocate_common_entry_node, tail_common_list, current_common,
1496 saved_bf_list, saved_bf_list_end, current_head_bf_list,
1497 tmp_bf_ptr, add_common_block, add_common_entry,
1498 find_first_common_named, patch_common_entries,
1499 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
1500 global_remote_debug, get_bf_for_fcn, saved_function_list,
1501 saved_function_list_end, clear_function_list, struct saved_fcn,
1502 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
1503 SAVED_BF, SAVED_BF_PTR): Remove.
1504 * f-lang.h (tail_common_list, current_common,
1505 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
1506 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
1507 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
1508 real_main_c_value): Remove.
1509 * f-valprint.c (there_is_a_visible_common_named): Remove.
1510
6f380991
AB
15112012-09-26 Andrew Burgess <aburgess@broadcom.com>
1512
1513 * breakpoint.c (update_global_location_list): Ignore previous
1514 duplicate status of a breakpoint when starting a new scan for
1515 duplicate breakpoints.
1516
9ead7ae4 15172012-09-26 Karthik Bhat <kv.bhat@samsung.com>
8b3d5494 1518 PR breakpoints/14419
2536b51c
YQ
1519 * arm-tdep.c (arm_skip_prologue): Extending producer check to
1520 support LLVM compiler.
9ead7ae4 1521
8f8a23a2
SP
15222012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1523
1524 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
1525 * bfin-tdep.c (bfin_extract_return_value): Likewise.
1526 (bfin_store_return_value): Likewise.
1527 * cris-tdep.c (cris_store_return_value): Likewise.
1528 (cris_extract_return_value): Likewise.
1529 * h8300-tdep.c (h8300_extract_return_value): Likewise.
1530 * hppa-tdep.c (hppa64_return_value): Likewise.
1531 * lm32-tdep.c (lm32_store_return_value): Likewise.
1532 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1533 * spu-tdep.c (spu_value_from_register): Likewise.
1534 * vax-tdep.c (vax_return_value): Likewise.
1535
d7019589
SP
15362012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1537
1538 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
1539 parameter LEN to ssize_t.
1540
744a8059
SP
15412012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1542
1543 * ada-valprint.c (ada_val_print_1): Eliminate single-use
1544 variable LEN.
1545 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
1546 directly.
1547 (alpha_store_return_value): Likewise.
1548 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
1549 (amd64_push_arguments): Likewise.
1550 * ax-gdb.c (gen_trace_static_fields): Likewise.
1551 (gen_traced_pop): Likewise.
1552 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1553 * breakpoint.c (update_watchpoint): Likewise.
1554 * findcmd.c (parse_find_args): Use local variable for type
1555 instead of length.
1556 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
1557 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
1558 (h8300_store_return_value): Likewise.
1559 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1560 Use i386_darwin_arg_type_alignment directly.
1561 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
1562 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1563 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1564 (m68hc11_extract_return_value): Likewise.
1565 * mep-tdep.c (mep_push_dummy_call): Likewise.
1566 * printcmd.c (float_type_from_length): Likewise.
1567 * s390-tdep.c (s390_value_from_register): Likewise.
1568 * stack.c (read_frame_arg): Likewise.
1569 * tracepoint.c (encode_actions_1): Likewise.
1570 * valops.c (value_fetch_lazy): Use local variable for type
1571 instead of length. Use TYPE_LENGTH directly.
1572 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
1573
a4b411d6
JB
15742012-09-25 Joel Brobecker <brobecker@adacore.com>
1575
1576 * symtab.c (skip_prologue_sal): Fix typo in comment.
1577
11dba07a
JB
15782012-09-25 Joel Brobecker <brobecker@adacore.com>
1579
1580 * linespec.c (create_sals_line_offset): Fix typo in comment.
1581
318102b9
SP
15822012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1583
1584 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
1585 use plongest to print the array size.
1586
b4aa388a
SP
15872012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1588
1589 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
1590 * p-valprint.c (pascal_type_print_base): Likewise.
1591
84cebc4a
YQ
15922012-09-22 Yao Qi <yao@codesourcery.com>
1593
1594 * remote.c (remote_get_trace_status): Remove setting default
1595 values of fields of 'ts'.
1596
04e7407c
JK
15972012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1598
1599 Fix internal error on canonicalization of clang types.
1600 * cp-name-parser.y (operator): New comment at make_operator call for
1601 new, delete, new[] and delete[].
1602 (exp): Use "sizeof ". Add new comment at make_operator call.
1603
9bf4bce9
JK
16042012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1605
1606 Fix disassemble without parameters in tailcall frame.
1607 * cli/cli-cmds.c (disassemble_current_function): Use
1608 get_frame_address_in_block.
1609
1c5b7826
TT
16102012-09-21 Tom Tromey <tromey@redhat.com>
1611
1612 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
1613 TYPE_CODE_UNION>: Unify, removing a goto.
1614
62a49610
TT
16152012-09-21 Tom Tromey <tromey@redhat.com>
1616
1617 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
1618
2603f7ee
AB
16192012-09-21 Andrew Burgess <aburgess@broadcom.com>
1620
1621 * findvar.c (read_frame_register_value): Mark the result value as
1622 optimized out if any of the input registers have been optimized out.
1623
810849a3
AS
16242012-09-21 Andreas Schwab <schwab@linux-m68k.org>
1625
1626 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
1627
0953dec1
SP
16282012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
1629
1630 * eval.c (evaluate_subexp_standard): Eliminate single-use
1631 variable LOWER.
1632
82a90ccf
YQ
16332012-09-21 Yao Qi <yao@codesourcery.com>
1634
1635 * mi/mi-interp.c: Declare mi_record_changed.
1636 (mi_interpreter_init): Call observer_attach_record_changed.
1637 (mi_record_changed): New.
1638 * record.c (record_open): Call observer_notify_record_changed.
1639 (cmd_record_stop): Call observer_notify_record_changed.
1640 * NEWS: Mention it.
1641
d7de8e3c
TT
16422012-09-20 Tom Tromey <tromey@redhat.com>
1643
1644 * NEWS: Update.
1645 * python/python.c (finalize_python): New function.
1646 (_initialize_python): Make a final cleanup.
1647
43c7c83d
DE
16482012-09-19 Doug Evans <dje@google.com>
1649
1650 * buildsym.h (param_symbols): Delete, unused.
1651 (context_stack): Delete member "params", unused.
1652 * buildsym.c (push_context): Update.
1653 * dwarf2read.c (read_func_scope): Update.
1654
aa9259cc
TS
16552012-09-19 Thomas Schwinge <thomas@codesourcery.com>
1656
a6521d9a
TS
1657 * sh-tdep.c (sh_register_convert_to_virtual)
1658 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
1659 all callers. Just do a memcpy if not the little-endian case.
1660
f92589cb
TS
1661 * h8300-tdep.c (h8300_gdbarch_init): Invoke
1662 set_gdbarch_double_format and set_gdbarch_long_double_format.
1663 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
1664 set_gdbarch_double_format.
1665 * sh-tdep.c (sh_gdbarch_init): Likewise.
1666
aa9259cc
TS
1667 * NEWS: Document the removal of SH's 'regs' command.
1668 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
1669 command.
1670
c1d780c2
SDJ
16712012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1672
1673 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
1674 `jump'.
1675
4ae24af0
JB
16762012-09-18 Joel Brobecker <brobecker@adacore.com>
1677
1678 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
1679 language when iterating over symbols.
1680
bb25a15c
YQ
16812012-09-18 Yao Qi <yao@codesourcery.com>
1682
1683 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
1684 (mi_interpreter_init): Call observer_attach_tsv_created and
1685 observer_attach_tsv_deleted.
1686 (mi_tsv_created, mi_tsv_deleted): New.
1687 * tracepoint.c (delete_trace_state_variable): Call
1688 observer_notify_tsv_deleted.
1689 (trace_variable_command): Call observer_notify_tsv_created.
1690 (delete_trace_variable_command): Call
1691 observer_notify_tsv_deleted.
1692 (create_tsv_from_upload): Call observer_notify_tsv_created.
1693 * NEWS: Mention it.
1694
201b4506
YQ
16952012-09-18 Yao Qi <yao@codesourcery.com>
1696
1697 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
1698 if traceframe changed.
1699 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
1700 "trace-find".
1701 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
1702 (mi_interpreter_init): Hook mi_traceframe_changed to observer
1703 'traceframe_changed'.
1704 (mi_traceframe_changed): New.
1705 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
1706 New field.
1707 * NEWS: Mention the new MI notification.
1708
eaeb12db
MW
17092012-09-17 Mike Wrighton <wrighton@codesourcery.com>
1710
1711 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
1712
6e3c039e
JK
17132012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1714
1715 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
1716 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
1717 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
1718 Extend code also for PaX support. Convert all gdb_assert to warning
1719 calls.
1720
9a950c7c
JK
17212012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1722
1723 Implement auto-load user conveniences suggested by Doug Evans.
1724 * auto-load.c: Include top.h.
1725 (file_is_auto_load_safe): New variable advice_printed. Print advice.
1726 (_initialize_auto_load): New variable scripts_directory_help. Mention
1727 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
1728 scripts-directory. Document in online help one can use also files for
1729 set auto-load safe-path.
1730 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
1731 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
1732
deec9a9d
SP
17332012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1734
1735 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
1736 of LEN.
1737
354ecfd5
SP
17382012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1739
1740 * m2-valprint.c (m2_print_array_contents): Eliminate variable
1741 ELTLEN and use TYPE_LENGTH directly.
1742 (m2_val_print): Likewise.
1743 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
1744 variable LEN and use TYPE_LENGTH directly.
1745 (m68k_svr4_store_return_value): Likewise.
1746 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
1747 ARGLEN and use TYPE_LENGTH directly.
1748 (mips_o64_push_dummy_call): Likewise.
1749 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
1750 variable LENGTH and use TYPE_LENGTH directly.
1751 (s390_function_arg_float): Likewise.
1752 (s390_function_arg_integer): Likewise.
1753 (s390_push_dummy_call): Likewise.
1754 (s390_return_value_convention): Likewise.
1755 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
1756 TYPE_LENGTH directly.
1757
6fc1c773
YQ
17582012-09-17 Yao Qi <yao@codesourcery.com>
1759
1760 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
1761 Update comment to add_setshow_integer_cmd.
1762 * cli/cli-setshow.c (do_set_command): Handle case
1763 'var_zuinteger_unlimited'.
1764 (do_show_command): Likewise.
1765 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
1766 for command 'remotetimeout'.
1767 * command.h (enum var_types): New zuinteger_unlimited. Update comment
1768 to var_integer.
1769 * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
1770 for command 'set listsize'.
1771
6acef6cd
SP
17722012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1773
1774 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
1775 variable LEN.
1776
1ab3b62c
JK
17772012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1778
1779 PR 14119
1780 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
1781 (frame_pop): Drop also TAILCALL_FRAME frames.
1782 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
1783
acf9414f
JK
17842012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1785 Pedro Alves <palves@redhat.com>
1786
1787 PR 14548
1788 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
1789 function start if we are already at function start. Both for
1790 reverse-next and for reverse-step into function without line number
1791 info.
1792
193facb3
JK
17932012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1794
1795 Code cleanup - rename 'inline' depth to 'artificial' depth.
1796 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
1797 frame_id_artificial_p, extend the comment.
1798 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
1799 * frame.c (fprint_frame_id): Rename at a user, change debug output
1800 text to "artificial=".
1801 (skip_inlined_frames): Rename to ...
1802 (skip_artificial_frames): ... here. Extend the comment.
1803 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
1804 (frame_id_inlined_p): Rename to ...
1805 (frame_id_artificial_p): ... here. Rename at a user.
1806 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
1807 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
1808 at a user.
1809 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
1810 Extend the comment.
1811 (frame_id_inlined_p): Rename to ...
1812 (frame_id_artificial_p): ... here.
1813 * inline-frame.c (inline_frame_this_id): Rename at a user.
1814
42056501
AB
18152012-09-14 Andrew Burgess <aburgess@broadcom.com>
1816
1817 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
1818 vector variables using vector_size syntax rather than array
1819 syntax.
1820
84c47588
SP
18212012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
1822
1823 * valarith.c (value_concat): Replace unsafe ALLOCA with
1824 XMALLOC/XFREE.
1825
f4045bcb
PA
18262012-09-14 Pedro Alves <palves@redhat.com>
1827
1828 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
1829
63b46266
YPK
18302012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
1831
1832 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
1833 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
1834 data-directory as appropriate.
1835
ddd7a8e7
SP
18362012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
1837
1838 * printcmd.c (ui_printf): Eliminate single-use variable
1839 PARAM_LEN.
1840
d649a38e
YQ
18412012-09-14 Yao Qi <yao@codesourcery.com>
1842 Pedro Alves <palves@redhat.com>
1843
1844 * valops.c (value_assign): Move observer_notify_target_changed
1845 below to replace reinit_frame_cache.
1846
b9516fa1
YPK
18472012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
1848
1849 Refactor Python "gdb" module into a proper Python package, by
1850 introducing a new "_gdb" module for code implemented in C, and
1851 using reload/__import__ instead of exec.
1852 * python/lib/gdb/__init__.py: Import * from _gdb.
1853 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
1854 prompt_hook, sys.argv): Moved from finish_python_initialization.
1855 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
1856 (packages, auto_load_packages): New list and function replacing
1857 module_dict and auto-loading code, using __file__ instead of
1858 gdb.PYTHONDIR and reload/__import__ instead of exec.
1859 (GdbSetPythonDirectory): Replacing function of the same name
1860 from finish_python_initialization, using reload/__import__ instead
1861 of exec, as well as call auto_load_packages.
1862 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
1863 gdb_python_module and not gdb_module.
1864 * python/python-internal.h (gdb_python_module): Declare.
1865 * python/python.c (gdb_python_module): New global.
1866 (before_prompt_hook): Check gdb_python_module and not gdb_module.
1867 (_initialize_python): Rename gdb module to _gdb.
1868 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
1869 (finish_python_initialization): Move Python code to
1870 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
1871 __main__.
1872
aa0fbdd8
PA
18732012-09-13 Pedro Alves <palves@redhat.com>
1874
1875 * Makefile.in (COMMON_OBS): Add registry.o.
1876 * registry.c: New file.
1877 * registry.h (struct registry_container): Declare.
1878 (registry_data_callback): New typedef.
1879 (struct registry_data, struct registry_data_registration, struct
1880 registry_data_registry): New type.
1881 (register_data_with_cleanup, registry_alloc_data)
1882 (registry_callback_adaptor, registry_clear_data)
1883 (registry_container_free_data, registry_set_data, registry_data):
1884 Declare.
1885 (DEFINE_REGISTRY): Refactor structures and functions as shims over
1886 the new common structures and functions.
1887 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
1888 callback typedefs.
1889
42b5c53d
MW
18902012-09-12 Mike Wrighton <wrighton@codesourcery.com>
1891
1892 * remote.c (remote_insert_hw_breakpoint): Throw exception if
1893 there is an error inserting hardware breakpoints and use the
1894 error message from the target.
1895
1896 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
1897 Catch this exception and print the error message contained within. Do not
1898 print the default hardware error breakpoint message in this case.
1899
a1b64ce1
DE
19002012-09-12 Doug Evans <dje@google.com>
1901
1902 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
1903 cu == NULL.
1904
83a788b8
DE
19052012-09-11 Doug Evans <dje@google.com>
1906
1907 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
1908 .gdb_index symbol attributes if there are none.
1909
d9eaeb59
JB
19102012-09-11 Joel Brobecker <brobecker@adacore.com>
1911
1912 * symtab.h (struct minimal_symbol) [has_size]: New field.
1913 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
1914 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
1915 * printcmd.c (build_address_symbolic): Only filter out zero-sized
1916 minimal symbols if the symbol's size is actually known.
1917 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
1918 of msymbol's size field. Add comment.
1919 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
1920 SET_MSYMBOL_SIZE to set the minimal symbol size.
1921
a83e9154
JB
19222012-09-11 Joel Brobecker <brobecker@adacore.com>
1923
1924 * minsyms.c (install_minimal_symbols): Use memset to fill entire
1925 minimal_symbol struct object, rather than setting some of its
1926 fields one by one.
1927
350b1b26
AB
19282012-09-11 Andrew Burgess <aburgess@broadcom.com>
1929
1930 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
1931 passed_a_ptr flag when displaying typedef types.
1932
2fa15f23
JB
19332012-09-10 Joel Brobecker <brobecker@adacore.com>
1934
1935 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
1936 the optimized_out flag is preserved.
1937
5152ff90
AG
19382012-09-10 Anthony Green <green@moxielogic.com>
1939
1940 * moxie-tdep.c (moxie_analyze_prologue): Update for function
1941 prologue changes in GCC.
1942
5b4f6e25
KS
19432012-09-10 Keith Seitz <keiths@redhat.com>
1944
1945 PR gdb/13483
1946 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
1947 (BOOL_CONVERSION_BADNESS): ... this.
1948 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
1949 (rank_one_type): Allow all boolean conversions
1950 permitted by the standard.
1951
f1070426
TT
19522012-09-06 Tom Tromey <tromey@redhat.com>
1953
1954 * python/py-newobjfileevent.c (create_new_objfile_event_object):
1955 Don't decref py_objfile.
1956
a8db4212
YPK
19572012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
1958
1959 Do not enable -lmcheck by default when Python is enabled with
1960 threading support.
1961 * configure.ac: (python_has_threads) New variable, by testing
1962 if WITH_THREAD is defined in Python.h.
1963 Move --enable-lmcheck after --with-python.
1964 Do not enable -lmcheck by default if python_has_threads=yes.
1965 Warn if --enable-lmcheck and python_has_threads=yes.
1966 * configure: Regenerate.
1967
648beb2b
YQ
19682012-08-31 Yao Qi <yao@codesourcery.com>
1969
1970 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
1971 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
1972 Update some commands.
1973 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
1974 * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
1975 to 1.
1976
ef07a9f7
YQ
19772012-08-31 Yao Qi <yao@codesourcery.com>
1978
1979 * mi/mi-cmds.c (mi_cmds): Add 'static'.
1980
fda395cf
YPK
19812012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
1982
1983 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
1984
8efd8e78
DE
19852012-08-29 Doug Evans <dje@google.com>
1986
1987 * main.c (print_gdb_help): Remove reference to
1988 --use-deprecated-index-sections.
1989
883b9c6c
YQ
19902012-08-28 Yao Qi <yao@codesourcery.com>
1991
1992 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
1993 (init_cmds): Call add_setshow_uinteger_cmd for command
1994 'max-user-call-depth'.
1995 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
1996 declaration of 'max_user_call_depth'.
1997 * frame.c (backtrace_limit): Add 'unsigned'.
1998 (_initialize_frame): Call add_setshow_uinteger_cmd for command
1999 'limit'.
2000 * remote.c (remoteaddresssize): Add 'unsigned'.
2001 (remote_address_masked): Change local var 'address_size' to
2002 'unsigned'.
2003 (_initialize_remote): Call add_setshow_uinteger_cmd for
2004 'remoteaddresssize'.
2005 * top.c (history_size): Add 'unsigned'.
2006 (show_commands): Change local variables to 'unsigned'.
2007 (set_history_size_command): Don't check history_size is negative.
2008 Adjust the condition to call unstifle_history and set history_size
2009 to UNIT_MAX.
2010
1292279a
PA
20112012-08-28 Pedro Alves <palves@redhat.com>
2012
2013 PR gdb/14428
2014
2015 * infcmd.c (default_print_one_register_info): New, factored out
2016 from default_print_registers_info.
2017 (default_print_registers_info): Use it. Mark value unavailable if
2018 necessary.
2019 (registers_info): Print user registers with
2020 default_print_one_register_info.
2021
f629cd75
L
20222010-08-27 H.J. Lu <hongjiu.lu@intel.com>
2023
2024 PR tui/14486
2025 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
2026 is not NULL before referencing it.
2027
1c8cdcb1
JK
20282012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2029
2030 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
2031 variable pc. Call find_pc_line instead of find_pc_overlay, restore
2032 original PC for it.
2033
e9687799
JK
20342012-08-27 Eli Zaretskii <eliz@gnu.org>
2035 Jan Kratochvil <jan.kratochvil@redhat.com>
2036
2037 * auto-load.c (auto_load_objfile_script): Rename to ...
2038 (auto_load_objfile_script_1): ... here, change variable realname to
2039 parameter realname, document it, add return value, add variable retval.
2040 (auto_load_objfile_script): New function.
2041
7afa1642
JK
20422012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2043
2044 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
2045 followed by a whitespace.
2046
dc7650b8
JK
20472012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2048
28e66c70 2049 PR gdb/14494.
dc7650b8
JK
2050 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
2051 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
2052 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
2053 here.
2054
1591a1e8
PA
20552012-08-27 Wei-cheng Wang <cole945@gmail.com>
2056
2057 * memattr.c (create_mem_region): Fix memory region overlapping
2058 checking.
2059
ecfb0d68
SP
20602012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
2061
2062 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
2063 with xmalloc/cleanup.
2064 * mt-tdep.c (mt_push_dummy_call): Likewise.
2065 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2066 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2067
8c56c1b9
YQ
20682012-08-24 Yao Qi <yao@codesourcery.com>
2069
2070 * jv-exp.y (push_expression_name): Add "." at the end of error
2071 message.
2072
e3480f4a
YPK
20732012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2074
2075 Document how to return from "python-interactive" to GDB.
e3480f4a
YPK
2076 * python/python.c (_initialize_python): Update documentation.
2077
dfbd5e7b
PA
20782012-08-23 Pedro Alves <palves@redhat.com>
2079
2080 * infrun.c (_initialize_infrun) <handle command help text>:
2081 Mention that multiple signals are supported.
2082
2edda2ff
PA
20832012-08-23 Pedro Alves <palves@redhat.com>
2084
2085 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
2086 string.
2087
8d735b87
YQ
20882012-08-23 Yao Qi <yao@codesourcery.com>
2089
2090 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
2091 (tfind_1): Don't call registers_changed, set_traceframe_num,
2092 and clear_traceframe_info.
2093 Call set_current_traceframe.
2094 (set_current_traceframe): call set_traceframe_num.
2095
c5d9b215
SDJ
20962012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
2097
2098 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
2099 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
2100
037bbc8e
YPK
21012012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2102
2103 Enable readline in Python in a GDB-specific way and block the
2104 standard Python readline module to prevent conflicts with GDB.
2105 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
2106 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
2107 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
2108 * python/py-gdb-readline.c: New file.
2109 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
2110 prototype.
2111 * python/python.c (_initialize_python): Call
2112 gdbpy_initialize_gdb_readline.
2113
406b1477
KS
21142012-08-22 Keith Seitz <keiths@redhat.com>
2115
2116 * defs.h: Include build-gnulib/config.h
2117
6ca1b147
JM
21182012-08-22 Joseph Myers <joseph@codesourcery.com>
2119
2120 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
2121 and blx pc.
2122
8315665e
YPK
21232012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2124
2125 Add a new "python-interactive" command that starts a standard
2126 Python interactive prompt with "pi" as alias, and add "py" as
2127 an alias to "python".
2128 * NEWS: Mention the new commands.
8315665e
YPK
2129 * python/python.c (eval_python_command): New function.
2130 (python_interactive_command): For "python-interactive" with
2131 arguments, call eval_python_command. For "python-interactive"
2132 without arguments, call PyRun_InteractiveLoop.
2133 (_initialize_python): Add "python-interactive" command with
2134 "pi" as alias, and add "py" as an alias to "python".
2135
522002f9
TT
21362012-08-22 Tom Tromey <tromey@redhat.com>
2137
2138 * defs.h (quit_flag): Don't declare.
2139 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
2140 (QUIT): Use new functions.
2141 * event-top.c (command_handler): Use clear_quit_flag.
2142 (handle_sigint): Use set_quit_flag.
2143 (async_request_quit): Use check_quit_flag. Don't check
2144 immediate_quit.
2145 * exceptions.c (throw_exception): Use clear_quit_flag.
2146 * main.c (captured_main): Use clear_quit_flag.
2147 * python/python.c (clear_quit_flag, set_quit_flag)
2148 (check_quit_flag): New functions.
2149 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
2150 clear_quit_flag.
2151 * remote.c (remote_wait_as): Use check_quit_flag,
2152 clear_quit_flag.
2153 (remote_start_remote): Call QUIT.
2154 * symfile.c (load_progress): Use check_quit_flag.
2155 * top.c (command_loop): Use clear_quit_flag.
2156 (command_line_input): Call QUIT.
2157 * utils.c (quit_flag): Conditionally define.
2158 (clear_quit_flag, check_quit_flag, set_quit_flag): New
2159 functions.
2160 (prompt_for_continue): Call QUIT. Use quit, not
2161 async_request_quit.
2162 * remote-mips.c (mips_expect_timeout): Call QUIT.
2163 * monitor.c (monitor_expect): Call QUIT.
2164
b583003e
TT
21652012-08-22 Tom Tromey <tromey@redhat.com>
2166
2167 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
2168 (async_init_signals): Update.
2169 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
2170 (SIGWINCH_HANDLER_BODY): Remove.
2171
e1507e95
TT
21722012-08-22 Tom Tromey <tromey@redhat.com>
2173
2174 * jit.c (jit_object_close_impl): Don't malloc the objfile
2175 name.
2176 * objfiles.c (allocate_objfile): Don't malloc the objfile
2177 name.
2178 (free_objfile): Don't free the objfile name.
2179 * objfiles.h (struct objfile) <name>: Update comment.
2180 * symfile.c (reread_symbols): Fix reference counting. Don't
2181 malloc objfile name.
2182
1c00ec6b
TT
21832012-08-22 Tom Tromey <tromey@redhat.com>
2184
2185 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
2186 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
2187 (symfile_bfd_open): Likewise.
2188 (generic_load): Likewise.
2189 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
2190 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2191 gdb_bfd_open.
2192 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2193 Use gdb_bfd_open.
2194 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
2195 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
2196 (pmon_load_fast): Likewise.
2197 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
2198 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
2199 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
2200 (macho_check_dsym): Likewise.
2201 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
2202 (m32r_upload_command): Likewise.
2203 * gdb_bfd.h (gdb_bfd_cache): Declare.
2204 * gdb_bfd.c (struct gdb_bfd_data): New.
2205 (gdb_bfd_cache): New global.
2206 (struct gdb_bfd_cache_search): New.
2207 (hash_bfd): New function.
2208 (eq_bfd): Likewise.
2209 (gdb_bfd_open): Likewise.
2210 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
2211 (gdb_bfd_unref): Remove closed BFD from cache. Update for
2212 gdb_bfd_data.
2213 * exec.c (exec_file_attach): Use gdb_bfd_open.
2214 * dsrec.c (load_srec): Use gdb_bfd_open.
2215
6532ff36
TT
22162012-08-22 Tom Tromey <tromey@redhat.com>
2217
2218 * dwarf2read.c (macro_start_file): Update.
2219 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
2220 (free_objfile_per_bfd_storage): Destroy macro_cache.
2221 (allocate_objfile, free_objfile): Update.
2222 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
2223 New field.
2224 (struct objfile) <macro_cache>: Remove.
2225 * symfile.c (reread_symbols): Update.
2226 * symmisc.c (print_symbol_bcache_statistics): Update.
2227 (print_objfile_statistics): Update.
2228
706e3705
TT
22292012-08-22 Tom Tromey <tromey@redhat.com>
2230
2231 * elfread.c (elf_symtab_read): Update.
2232 * objfiles.c (objfiles_bfd_data): New global.
2233 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
2234 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
2235 (allocate_objfile, free_objfile): Update.
2236 (_initialize_objfiles): Initialize objfiles_bfd_data.
2237 * objfiles.h (struct objfile_per_bfd_storage): New.
2238 (struct objfile) <per_bfd>: New field.
2239 <filename_cache>: Remove.
2240 (set_objfile_per_bfd): Declare.
2241 * symfile.c (reread_symbols): Update. Call
2242 set_objfile_per_bfd.
2243 (allocate_symtab): Update.
2244 * symmisc.c (print_symbol_bcache_statistics): Update.
2245 (print_objfile_statistics): Print the size of the BFD obstack.
2246
e992eda4
TT
22472012-08-22 Tom Tromey <tromey@redhat.com>
2248
2249 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
2250 * gdb_bfd.c: Use DEFINE_REGISTRY.
2251 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
2252 (gdb_bfd_ref): Call bfd_alloc_data.
2253 (gdb_bfd_unref): Call bfd_free_data.
2254
6b81941e
TT
22552012-08-22 Tom Tromey <tromey@redhat.com>
2256
2257 * registry.h (struct registry_fields): New.
2258 (REGISTRY_FIELDS): Redefine.
2259 (REGISTRY_ACCESS_FIELD): New macro.
2260 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
2261 functions.
2262
8e260fc0
TT
22632012-08-22 Tom Tromey <tromey@redhat.com>
2264
2265 * auto-load.c (_initialize_auto_load): Update.
2266 * solib-svr4.c (_initialize_svr4_solib): Update
2267 * solib-dsbt.c (_initialize_dsbt_solib): Update.
2268 * solib-darwin.c (_initialize_darwin_solib): Update.
2269 * registry.h: New file.
2270 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
2271 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
2272 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
2273 (register_program_space_data_with_cleanup)
2274 (register_program_space_data, program_space_alloc_data)
2275 (clear_program_space_data, set_program_space_data)
2276 (program_space_data): Don't declare.
2277 * progspace.c: Use DEFINE_REGISTRY.
2278 (struct program_space_data, struct
2279 program_space_data_registration, struct
2280 program_space_data_registry, program_space_data_registry)
2281 (register_program_space_data_with_cleanup)
2282 (register_program_space_data, program_space_alloc_data)
2283 (program_space_free_data, clear_program_space_data)
2284 (set_program_space_data, program_space_data): Remove.
2285 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
2286 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
2287 (register_objfile_data_with_cleanup, register_objfile_data)
2288 (clear_objfile_data, set_objfile_data, objfile_data): Don't
2289 declare.
2290 * objfiles.c: Use DEFINE_REGISTRY.
2291 (struct objfile_data, struct objfile_data_registration, struct
2292 objfile_data_registry, objfile_data_registry)
2293 (register_objfile_data_with_cleanup, register_objfile_data)
2294 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
2295 (set_objfile_data, objfile_data): Remove.
2296 (_initialize_objfiles): Update.
2297 * jit.c (_initialize_jit): Update.
2298 * inflow.c (_initialize_inflow): Update.
2299 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
2300 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
2301 (register_inferior_data_with_cleanup, register_inferior_data)
2302 (clear_inferior_data, set_inferior_data, inferior_data): Don't
2303 declare.
2304 * inferior.c: Use DEFINE_REGISTRY.
2305 (struct inferior_data, struct inferior_data_registration, struct
2306 inferior_data_registry, inferior_data_registry)
2307 (register_inferior_data_with_cleanup, register_inferior_data)
2308 (inferior_alloc_data, inferior_free_data clear_inferior_data)
2309 (set_inferior_data, inferior_data): Remove.
2310 * auxv.c (_initialize_auxv): Update.
2311 * ada-lang.c (_initialize_ada_language): Update.
2312 * breakpoint.c (_initialize_breakpoint): Update.
2313 * i386-nat.c (i386_use_watchpoints): Update.
2314
ed9eebaf
TT
23152012-08-22 Tom Tromey <tromey@redhat.com>
2316
2317 * exec.c (exec_close, exec_file_attach): Update.
2318 (add_to_section_table): Initialize 'key' field.
2319 (add_target_sections, remove_target_sections): Add 'key' argument.
2320 * exec.h (add_target_sections, remove_target_sections): Add
2321 'key' argument.
2322 * solib.c (solib_map_sections, update_solib_list, clear_solib)
2323 (reload_shared_libraries_1): Update.
2324 * target.h (struct target_section) <key>: New field.
2325
2f2e97fa
TT
23262012-08-22 Tom Tromey <tromey@redhat.com>
2327
2328 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
2329
b3dbbd6f
PM
23302012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
2331
2332 * symfile.c (allocate_symtab): Use host_address_to_string
2333 function instead of cast of pointer to long which is not
2334 compatible with x86_64-w64-mingw32 build.
2335
f94363d7
AP
23362012-08-19 Andrew Pinski <apinski@cavium.com>
2337
2338 * mips-tdep.c (is_octeon): New function.
2339 (is_octeon_bbit_op): New function.
2340 (mips32_next_pc): Handle Octeon's bbit instructions.
2341 (mips32_instruction_has_delay_slot): Likewise.
2342
78a59c2f
AP
23432012-08-19 Andrew Pinski <apinski@cavium.com>
2344
2345 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
2346 before the function.
2347
4f5bcb50
AP
23482012-08-19 Andrew Pinski <apinski@cavium.com>
2349
2350 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
2351
e5afdbd7
KS
23522012-08-19 Keith Seitz <keiths@redhat.com>
2353
2354 PR c++/14365
2355 * c-typeprint.c (c_type_print_varspec_prefix): Pass
2356 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
2357
13c9750e
EZ
23582012-08-18 Eli Zaretskii <eliz@gnu.org>
2359
2360 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
2361 The typo broke "make TAGS".
2362
db761810 23632012-08-17 Joel Brobecker <brobecker@adacore.com>
2364
2365 GDB 7.5 released.
2366
a451cb65
KS
23672012-08-17 Keith Seitz <keiths@redhat.com>
2368
2369 PR c++/13356
2370 * gdbtypes.c (strict_type_checking): New variable.
2371 (show_strict_type_checking): New function.
2372 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
2373 if strict type checking is disabled.
2374 (_initialize_gdbtypes): Add "check type" subcommand.
2375 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
2376
23772012-08-17 Keith Seitz <keiths@redhat.com>
2378
2379 * language.h (type_mode): Remove.
2380 (type_check): Remove.
2381 (struct language_defn): Remove la_type_check.
2382 (STRICT_TYPE): Remove unused macro.
2383 (type_error): Remove.
2384 * language.c (set_type_range_case): Renamed to ...
2385 (set_range_case): ... this. Update all callers.
2386 Remove type_mode/type_check.
2387 (type_mode): Remove.
2388 (type_check): Remove.
2389 (show_type_command): Remove.
2390 (set_type_command): Remove.
2391 (language_info): Remove type checking output.
2392 (type_error): Remove unused function.
2393 (range_error): Update comment.
2394 (unknown_language_defn): Remove la_type_check.
2395 (auto_language_defn): Likewise.
2396 (local_language_defn): Likewise.
2397 (_initialize_language): Remove "check type" subcommand.
2398 * ada-lang.c (ada_language_defn): Remove la_type_check.
2399 * c-lang.c (c_language_defn): Likewise.
2400 (cplus_language_defn): Likewise.
2401 (asm_language_defn): Likewise.
2402 (minimal_language_defn): Likewise.
2403 * d-lang.c (d_language_defn): Likewise.
2404 * f-lang.c (f_language_defn): Likewise.
2405 * go-lang.c (go_language_defn): Likewise.
2406 * jv-lang.c (java_language_defn): Likewise.
2407 * m2-lang.c (m2_language_defn): Likewise.
2408 * objc-lang.c (objc_language_defn): Likewise.
2409 * opencl-lang.c (opencl_language_defn): Likewise.
2410 * p-lang.c (pascal_language_defn): Likewise.
2411
dbf6a605
MF
24122012-08-16 Mike Frysinger <vapier@gentoo.org>
2413
2414 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
2415
973e3cf7
JB
24162012-08-16 Joel Brobecker <brobecker@adacore.com>
2417
2418 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
2419 New function.
2420 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
2421 using the regache. Use ia64_hpux_get_register_from_save_state_t
2422 to access the bsp and bspstore registers if not.
2423
d80ee84f
JB
24242012-08-16 Joel Brobecker <brobecker@adacore.com>
2425
2426 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
2427 * breakpoint.c (detach_breakpoints): Change pid parameter into
2428 a ptid. Adjust code accordingly.
2429 * infrun.c (handle_inferior_event): Delete variable child_pid.
2430 Update call to detach_breakpoints to pass the child ptid for
2431 fork events.
2432 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
2433 assert that inferior_ptid's lwp is zero.
2434 (linux_handle_extended_wait): Update call to detach_breakpoints.
2435 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
2436 detach_breakpoints.
2437
2dcc6086
JB
24382012-08-16 Joel Brobecker <brobecker@adacore.com>
2439
2440 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
2441 parent, only call detach_breakpoints if tts.tts_event ==
2442 TTEVT_VFORK.
2443
0c92d8c1
JB
24442012-08-16 Joel Brobecker <brobecker@adacore.com>
2445
2446 * dwarf2-frame.c (dwarf2_frame_cache): Use
2447 get_frame_address_in_block instead of get_frame_pc as
2448 the bound for executing the frame's FDE.
2449
6b1755ce
YQ
24502012-08-16 Yao Qi <yao@codesourcery.com>
2451
2452 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
2453 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
2454 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
2455 (c_type_print_varspec_suffix): Likewise.
2456 * eval.c (evaluate_subexp_standard): Likewise.
2457 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
2458 (f_type_print_varspec_suffix): Likewise.
2459 * gdbtypes.c (is_scalar_type): Likewise.
2460 (recursive_dump_type): Likewise.
2461 * infcall.c (value_arg_coerce): Likewise.
2462 * m2-valprint.c (m2_val_print): Likewise.
2463 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
2464 (pascal_type_print_varspec_suffix): Likewise.
2465 (pascal_type_print_base): Likewise.
2466 * p-valprint.c (pascal_val_print): Likewise.
2467 (pascal_val_print): Likewise.
2468 * valops.c (value_slice): Likewise.
2469 * valprint.c (scalar_type_p): Likewise.
2470 * valarith.c (value_bitstring_subscript): Remove.
2471 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
2472 Remove comment on TYPE_CODE_BITSTRING.
2473
2474 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
2475 TYPE_CODE_BITSTRING.
2476
2477 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
2478 slot 0.
2479
8acc4065
YQ
24802012-08-16 Yao Qi <yao@codesourcery.com>
2481
2482 * tracepoint.c (trace_find_none_command): Remove.
2483 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
2484
8128fd8e
YQ
24852012-08-16 Yao Qi <yao@codesourcery.com>
2486
2487 * remote.c (handle_notification): Remove parameter 'length'.
2488 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
2489
2873700e
KS
24902012-08-15 Keith Seitz <keiths@redhat.com>
2491
2492 * gdbtypes.c (opaque_type_resolution): Make static.
2493 Add missing comment.
2494 (overload_debug): Add missing comment.
2495 (show_opaque_type_resolution): Likewise.
2496 (show_overload_debug): Likewise.
2497 (print_bit_vector): Remove unnecessary forward declaration.
2498 (print_arg_types): Likewise.
2499 (dump_fn_fieldlists): Likewise.
2500 (print_cplus_stuff): Likewise.
2501
b82d08cd
TT
25022012-08-15 Tom Tromey <tromey@redhat.com>
2503
2504 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
2505 (gdb_bfd_ref): Initialize new field.
2506 (gdb_bfd_unref): Unref the archive BFD.
2507 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
2508 parent archive.
2509
db6573d6
TT
25102012-08-15 Tom Tromey <tromey@redhat.com>
2511
2512 PR python/14387:
2513 * python/py-bpevent.c (create_breakpoint_event_object): Update
2514 comment.
2515 * python/py-event.c (evpy_add_attribute): Update comment.
2516 * python/py-exitedevent.c (create_exited_event_object): Fix
2517 reference counting and error handling.
2518 * python/py-newobjfileevent.c (create_new_objfile_event_object):
2519 Fix reference counting.
2520 * python/py-signalevent.c (create_signal_event_object): Fix
2521 reference counting and error handling.
2522 * python/py-stopevent.c (emit_stop_event): Fix reference
2523 counting.
2524 * python/py-threadevent.c (get_event_thread): Return a
2525 borrowed reference.
2526 * python/py-type.c (convert_field): Fix reference counting.
2527
a036ba48
TT
25282012-08-15 Tom Tromey <tromey@redhat.com>
2529
2530 * dwarf2read.c (dwarf_decode_macro_bytes)
2531 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
2532 as hash key.
2533
486c7739
MF
25342012-08-14 Mike Frysinger <vapier@gentoo.org>
2535
2536 * infcmd.c (_initialize_infcmd): Update help text for the signal,
2537 stepi, nexti, finish, next, step, jump, and continue commands.
2538 * infrun.c (_initialize_infrun): Update help text for the handle
2539 command.
2540
4cf93a03
DE
25412012-08-14 Doug Evans <dje@google.com>
2542
70b099cf
DE
2543 * gdbtypes.c (struct extra): Delete, unused.
2544
5212577a
DE
2545 * gdbtypes.c: Whitespace cleanup.
2546 (address_space_name_to_int): Remove "extern" from definition.
2547 (_initialize_gdbtypes): Declare with initialize_file_ftype.
2548
4cf93a03
DE
2549 * gdbtypes.c (make_pointer_type): Remove redundant setting of
2550 TYPE_POINTER_TYPE (type).
2551
3756ef7e
GB
25522012-08-14 Gary Benson <gbenson@redhat.com>
2553
2554 * solib-svr4.c (svr4_free_library_list): Use free_so.
2555
40d72643
MF
25562012-08-13 Mike Frysinger <vapier@gentoo.org>
2557
2558 * .gitignore: Add go-exp.c.
2559
f47f77df
DE
25602012-08-13 Doug Evans <dje@google.com>
2561
2562 * value.c (show_convenience): Tweak comment.
2563 (_initialize_values): Mention convenience functions in the help text
2564 for "show convenience".
2565
7507c54a
YQ
25662012-08-13 Yao Qi <yao@codesourcery.com>
2567
2568 * std-operator.def: Remove TERNOP_SLICE_COUNT.
2569 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
2570 TERNOP_SLICE_COUNT.
2571 * eval.c (evaluate_subexp_standard): Likewise.
2572 * expprint.c (print_subexp_standard): Likewise.
2573 (dump_subexp_body_standard): Likewise.
2574 * parse.c (operator_length_standard): Likewise.
2575
5cad9736
YQ
25762012-08-13 Yao Qi <yao@codesourcery.com>
2577
2578 * std-operator.def: Remove OP_BITSTRING.
2579 * breakpoint.c (watchpoint_exp_is_const): Update.
2580 * eval.c (evaluate_subexp_standard): Remove handling to
2581 OP_BITSTRING.
2582 * expprint.c (print_subexp_standard): Likewise.
2583 (dump_subexp_body_standard): Likewise.
2584 * parse.c (operator_length_standard): Likewise.
2585 * valops.c (value_bitstring): Remove.
2586 * value.h: Remove the declaration of 'value_bitstring'.
2587
bad7670a
SDJ
25882012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
2589
2590 * linespec.c (find_methods): Remove unused variables `i1' and
2591 `name_len'.
2592 (decode_line_full): Likewise for `arg_start'.
2593
d9dce7fa
SDJ
25942012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
2595
2596 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
2597 (zlib_decompress_section): Likewise for `section_data'.
2598 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
2599
a72c3253
DE
26002012-08-10 Doug Evans <dje@google.com>
2601
2602 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
2603 * NEWS: Document them.
2604 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
2605 function/strfns.py.
2606 * python/py-type.c (typy_array_1): New function.
2607 (typy_array): Call it.
2608 (typy_vector): New function.
2609 (type_object_methods): Add "vector".
2610 * python/lib/gdb/function/__init__.py: New file.
2611 * python/lib/gdb/function/strfns.py: New file.
2612
200bc880
SP
26132012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
2614
2615 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
2616 for TYPE_FIELD_BITPOS.
2617 (typy_get_sizeof): Likewise for TYPE_LENGTH.
2618
de0bea00
MF
26192012-08-10 Mike Frysinger <vapier@gentoo.org>
2620
2621 PR cli/10436:
2622 * common/vec.h (VEC_merge): Define.
2623 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
2624 (DEF_VEC_ALLOC_FUNC_P): Likewise.
2625 (DEF_VEC_ALLOC_FUNC_O): Likewise.
2626 * completer.c: Include gdb_signals.h.
2627 (signal_completer): Define.
2628 * completer.h (signal_completer): Add prototype.
2629 * infcmd.c (_initialize_infcmd): Assign the command
2630 completer for "signal" to handle_completer.
2631 * infrun.c: Include completer.h.
2632 (handle_completer): Define.
2633 (_initialize_infrun): Declare a new local variable c. Store the
2634 result of add_com("handle") to it. Assign the command
2635 completer for "handle" to handle_completer.
2636
5b9afe8a
YQ
26372012-08-09 Yao Qi <yao@codesourcery.com>
2638
2639 * cli/cli-decode.c (set_cmd_prefix): New.
2640 (lookup_cmd_for_prefixlist): New.
2641 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
2642 of each cmd_list_element in *prefixlist.
2643 (add_setshow_cmd_full): set_cmd_prefix.
2644 (add_alias_cmd): Likewise.
2645 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
2646 Declare 'auto_boolean_enums'.
2647 * cli/cli-setshow.c: Include "observer.h".
2648 (notify_command_param_changed_p): New.
2649 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
2650 Remove 'static'.
2651 (do_setshow_command): Split it to ...
2652 (do_set_command, do_show_command): ... them. New.
2653 (do_set_command): Call observer_notify_command_param_changed if
2654 notify_command_param_changed_p returns true.
2655 (cmd_show_list): Caller update.
2656 * auto-load.c (set_auto_load_cmd): Likewise.
2657 * remote.c (show_remote_cmd): Likewise.
2658 * cli/cli-setshow.h: Update declarations.
2659 * top.c (execute_command): Call do_set_command and do_show_command.
2660
2661 * NEWS: Mention new MI notification.
2662 * mi/mi-interp.c: Declare mi_command_param_changed.
2663 (mi_interpreter_init): Attach mi_command_param_changed to
2664 observer command_param_changed.
2665 (mi_command_param_changed): New.
2666 Remove mi_suppress_breakpoint_notifications.
2667 Define global variable mi_suppress_notification.
2668 (mi_breakpoint_created): Update.
2669 (mi_breakpoint_deleted): Likewise.
2670 (mi_breakpoint_modified): Likewise.
2671 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
2672 'gdb-set' and set mi_suppress_notification.
2673 * mi/mi-main.h: (mi_suppress_notification): New struct.
2674
1969df89
JK
26752012-08-09 Andreas Tobler <andreast@fgznet.ch>
2676 Jan Kratochvil <jan.kratochvil@redhat.com>
2677
2678 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
2679
8bfd80db
YQ
26802012-08-09 Yao Qi <yao@codesourcery.com>
2681
2682 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
2683 (skiplist): Move it to skip.c.
2684 (init_cmd_lists): Remove code setting enablebreaklist and
2685 skiplist to NULL.
2686 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
2687 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
2688 skiplist.
2689 * gdbcmd.h: Likewise.
2690 * skip.c (_initialize_step_skip): Move 'skiplist' from
2691 cli/cli-cmds.c.
2692
28578e6b
YQ
26932012-08-09 Yao Qi <yao@codesourcery.com>
2694
2695 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
2696 * gnu-nat.c, symfile.c: Likewise.
2697
260c0b2a
DE
26982012-08-08 Aaron Gamble <agamble@google.com>
2699
2700 * utils.c (prompt_for_continue_wait_time): New static global.
2701 (make_command_stats_cleanup): Initialize it.
2702 (report_command_stats): Subtract time waiting for user.
2703 (prompt_for_continue): Track time waiting for user.
2704 (defaulted_query): Track time waiting for user.
2705
4f485ebc
DE
27062012-08-08 Doug Evans <dje@google.com>
2707
2708 * eval.c (evaluate_subexp_standard): Fix thinko in handling
2709 UNOP_MEMVAL_TYPE.
2710 * expprint.c (print_subexp_standard, case OP_TYPE): New.
2711 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
2712 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
2713 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
2714 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
2715 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
2716 elt.
2717 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
2718 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
2719 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
2720 (dump_prefix_expression): Handle OP_TYPE.
2721
2acf2b39
KS
27222012-08-08 Keith Seitz <keiths@redhat.com>
2723
2724 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
2725 addr_start.
2726
e6712ff1
DE
27272012-08-08 Doug Evans <dje@google.com>
2728
2729 * linux-thread-db.c: #include "gdb_vecs.h".
2730 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
2731 updated.
2732 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
2733 (thread_db_load_search): Use a vector to iterate over path elements.
2734 Handle text appearing after "$pdir".
2735
2736 * gdb_string.h: Moved to ...
2737 * common/gdb_string.h: ... here.
2738 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
2739 gdb_string.h and gdb_assert.h.
2740
ab854e54
YQ
27412012-08-08 Yao Qi <yao@codesourcery.com>
2742
2743 * tic6x-tdep.c (tic6x_register_to_value): Remove.
2744 (tic6x_value_to_register): Likewise.
2745 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
2746 and set_gdbarch_value_to_register.
2747
4f69f4c2
JK
27482012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2749 Jean-Marc Saffroy <saffroy@gmail.com>
2750
2751 PR 11804
2752 * defs.h (find_memory_region_ftype): New comment. New arg modified.
2753 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
2754 * gcore.c (gcore_create_callback): New function comment. Add modified
2755 parameter. Only write modified regions. Set SEC_READONLY exactly
2756 according to MODIFIED.
2757 (objfile_find_memory_regions): Ignore separate debug info files. Ass
2758 the passed modified value to FUNC.
2759 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
2760 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
2761 first. New variables modified and has_anonymous. Parse the lines of
2762 smaps file. Add the passed MODIFIED value to FUNC.
2763 * procfs.c (find_memory_regions_callback): Add the passed modified
2764 value.
2765
78ac5f83
TT
27662012-08-06 Tom Tromey <tromey@redhat.com>
2767
2768 * dwarf2-frame.c (clear_pointer_cleanup): New function.
2769 (dwarf2_frame_cache): Use it.
2770 * frame-unwind.h (frame_sniffer_ftype): Document prologue
2771 cache initialization constraint.
2772
2c12abee
TT
27732012-08-06 Tom Tromey <tromey@redhat.com>
2774
2775 PR python/14386:
2776 * varobj.c (update_dynamic_varobj_children): Don't call
2777 PyIter_Check.
2778
4979d7f0
TT
27792012-08-06 Tom Tromey <tromey@redhat.com>
2780
2781 PR cli/14392:
2782 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
2783
f3c8a52a
JK
27842012-08-06 Nathaniel Flath <flat0103@gmail.com>
2785
2786 * NEWS: New entry for 'cd' default parameters.
2787 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
2788
5a1cf4d6
TT
27892012-08-03 Tom Tromey <tromey@redhat.com>
2790
2791 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
2792 return.
2793
7c3270ae
UW
27942012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
2795
2796 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
2797 to attempting lseek/write.
2798 (inf_child_fileio_pread): Likewise for pread.
2799
ccce17b0
YQ
28002012-08-02 Yao Qi <yao@codesourcery.com>
2801
2802 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
2803 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
2804 add_setshow_zinteger_cmd.
2805 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
2806 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
2807 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
2808 instead of add_setshow_zinteger_cmd.
2809 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
2810 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
2811 instead of add_setshow_zinteger_cmd.
2812 * frame.c (frame_debug): Add 'unsigned'.
2813 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
2814 add_setshow_zinteger_cmd.
2815 * frame.h: Update the declaration of 'frame_debug'.
2816 * gdbtypes.c (overload_debug): Add 'unsigned'.
2817 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
2818 add_setshow_zinteger_cmd.
2819 * inferior.h: Update declaration of 'debug_infrun'.
2820 * infrun.c (debug_infrun): Add 'unsigned'.
2821 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
2822 add_setshow_zinteger_cmd.
2823 * jit.c (jit_debug): Add 'unsigned'.
2824 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
2825 add_setshow_zinteger_cmd.
2826 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
2827 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
2828 instead of add_setshow_zinteger_cmd.
2829 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
2830 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
2831 add_setshow_zinteger_cmd.
2832 * machoread.c (mach_o_debug_level): Add 'unsigned'.
2833 (_initialize_machoread): Call add_setshow_zuinteger_cmd
2834 instead of add_setshow_zinteger_cmd.
2835 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
2836 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
2837 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
2838 intead of add_setshow_zinteger_cmd.
2839 * mips-tdep.c (mips_debug): Add 'unsigned'.
2840 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
2841 instead of add_setshow_zinteger_cmd.
2842 * monitor.c (monitor_debug): Add 'unsigned'.
2843 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
2844 add_setshow_zinteger_cmd.
2845 * observer.c (observer_debug): Add 'unsigned'.
2846 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
2847 add_setshow_zinteger_cmd.
2848 * parse.c (expressiondebug): Add 'unsigned'.
2849 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
2850 add_setshow_zinteger_cmd.
2851 * record.c (record_debug): Add 'unsigned'.
2852 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
2853 add_setshow_zinteger_cmd.
2854 * record.h: Update the declaration of 'record_debug'.
2855 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
2856 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
2857 add_setshow_zinteger_cmd.
2858 * serial.c (global_serial_debug_p): Add 'unsigned'.
2859 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
2860 add_setshow_zinteger_cmd.
2861 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
2862 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
2863 add_setshow_zinteger_cmd.
2864 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
2865 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
2866 add_setshow_zinteger_cmd.
2867 * target.c (targetdebug): Add 'unsigned'.
2868 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
2869 add_setshow_zinteger_cmd.
2870 * valops.c (overload_debug): Add 'unsigned'.
2871 * varobj.c (varobjdebug): Add 'unsigned'.
2872 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
2873 add_setshow_zinteger_cmd.
2874 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
2875 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
2876 instead of add_setshow_zinteger_cmd.
2877
2878 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
2879 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
2880 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
2881 instead of add_setshow_zinteger_cmd.
2882 * gdbarch.c, gdbarch.h: Re-generated.
2883
95b07c96
YQ
28842012-08-02 Yao Qi <yao@codesourcery.com>
2885
2886 * nto-tdep.c: Don't include cli/cli-decode.h and
2887 cli/cli-cmds.h.
2888 (_initialize_nto_tdep): Remove.
2889 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
2890 Remove field.
2891 Remove macro nto_internal_debugging.
2892
57295b0b
RH
28932012-08-01 Richard Henderson <rth@redhat.com>
2894
2895 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
2896 (mep-*-*) [gdb_target_obs]: Likewise.
2897
f782ad9b
AS
28982012-07-31 Andreas Schwab <schwab@linux-m68k.org>
2899
2900 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
2901 linux_get_siginfo_type.
2902
a14dd77e
JK
29032012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2904
2905 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
2906 AT_ENTRY_POINT.
2907 (call_function_by_hand) <ON_STACK>: Call write_memory with
2908 gdbarch_breakpoint_from_pc, if possible.
2909 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
2910 here.
2911
1467929f
YQ
29122012-07-31 Yao Qi <yao@codesourcery.com>
2913
2914 * tracepoint.c: Add 'static' for some variables.
2915
70976b65
YQ
29162012-07-31 Yao Qi <yao@codesourcery.com>
2917
2918 * go32-nat.c: Declare _initialize_go32_nat.
2919 * ser-go32.c: Declare _initialize_ser_dos.
2920 * top.c (do_chdir_cleanup): Add 'static'.
2921
eff9c3e6
KS
29222012-07-30 Keith Seitz <keiths@redhat.com>
2923
2924 * linespec.c (linespec_lex_number): A number followed
2925 by quotes is a valid number, too.
2926
728400d7
TT
29272012-07-30 Tom Tromey <tromey@redhat.com>
2928
2929 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
2930
fcf303ab
UW
29312012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
2932
2933 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
2934 attempt to 4-byte-align HW breakpoint addresses for Thumb.
2935
4e969b4f
AB
29362012-07-30 Andrew Burgess <aburgess@broadcom.com>
2937
2938 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
2939 invalid or reevaluated to prevent prevent references to possibly
2940 delete'd type objects being left in the varobj.
2941
c4bfde41
JK
29422012-07-27 Tom Tromey <tromey@redhat.com>
2943 Jan Kratochvil <jan.kratochvil@redhat.com>
2944
2945 * copying.awk: Print buffer-read-only and vi ro markers.
2946 * copying.c: Rebuild.
2947 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
2948 * gdbarch.c, gdbarch.h: Rebuild.
2949 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
2950 buffer-read-only and vi ro markers.
2951 * features/arm-with-iwmmxt.c: Rebuild.
2952 * features/arm-with-m-fpa-layout.c: Rebuild.
2953 * features/arm-with-m-vfp-d16.c: Rebuild.
2954 * features/arm-with-m.c: Rebuild.
2955 * features/arm-with-neon.c: Rebuild.
2956 * features/arm-with-vfpv2.c: Rebuild.
2957 * features/arm-with-vfpv3.c: Rebuild.
2958 * features/i386/amd64-avx-linux.c: Rebuild.
2959 * features/i386/amd64-avx.c: Rebuild.
2960 * features/i386/amd64-linux.c: Rebuild.
2961 * features/i386/amd64.c: Rebuild.
2962 * features/i386/i386-avx-linux.c: Rebuild.
2963 * features/i386/i386-avx.c: Rebuild.
2964 * features/i386/i386-linux.c: Rebuild.
2965 * features/i386/i386-mmx-linux.c: Rebuild.
2966 * features/i386/i386-mmx.c: Rebuild.
2967 * features/i386/i386.c: Rebuild.
2968 * features/i386/x32-avx-linux.c: Rebuild.
2969 * features/i386/x32-avx.c: Rebuild.
2970 * features/i386/x32-linux.c: Rebuild.
2971 * features/i386/x32.c: Rebuild.
2972 * features/mips-dsp-linux.c: Rebuild.
2973 * features/mips-linux.c: Rebuild.
2974 * features/mips64-dsp-linux.c: Rebuild.
2975 * features/mips64-linux.c: Rebuild.
2976 * features/rs6000/powerpc-32.c: Rebuild.
2977 * features/rs6000/powerpc-32l.c: Rebuild.
2978 * features/rs6000/powerpc-403.c: Rebuild.
2979 * features/rs6000/powerpc-403gc.c: Rebuild.
2980 * features/rs6000/powerpc-405.c: Rebuild.
2981 * features/rs6000/powerpc-505.c: Rebuild.
2982 * features/rs6000/powerpc-601.c: Rebuild.
2983 * features/rs6000/powerpc-602.c: Rebuild.
2984 * features/rs6000/powerpc-603.c: Rebuild.
2985 * features/rs6000/powerpc-604.c: Rebuild.
2986 * features/rs6000/powerpc-64.c: Rebuild.
2987 * features/rs6000/powerpc-64l.c: Rebuild.
2988 * features/rs6000/powerpc-7400.c: Rebuild.
2989 * features/rs6000/powerpc-750.c: Rebuild.
2990 * features/rs6000/powerpc-860.c: Rebuild.
2991 * features/rs6000/powerpc-altivec32.c: Rebuild.
2992 * features/rs6000/powerpc-altivec32l.c: Rebuild.
2993 * features/rs6000/powerpc-altivec64.c: Rebuild.
2994 * features/rs6000/powerpc-altivec64l.c: Rebuild.
2995 * features/rs6000/powerpc-cell32l.c: Rebuild.
2996 * features/rs6000/powerpc-cell64l.c: Rebuild.
2997 * features/rs6000/powerpc-e500.c: Rebuild.
2998 * features/rs6000/powerpc-e500l.c: Rebuild.
2999 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
3000 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
3001 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
3002 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
3003 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
3004 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
3005 * features/rs6000/powerpc-vsx32.c: Rebuild.
3006 * features/rs6000/powerpc-vsx32l.c: Rebuild.
3007 * features/rs6000/powerpc-vsx64.c: Rebuild.
3008 * features/rs6000/powerpc-vsx64l.c: Rebuild.
3009 * features/rs6000/rs6000.c: Rebuild.
3010 * features/s390-linux32.c: Rebuild.
3011 * features/s390-linux32v1.c: Rebuild.
3012 * features/s390-linux32v2.c: Rebuild.
3013 * features/s390-linux64.c: Rebuild.
3014 * features/s390-linux64v1.c: Rebuild.
3015 * features/s390-linux64v2.c: Rebuild.
3016 * features/s390x-linux64.c: Rebuild.
3017 * features/s390x-linux64v1.c: Rebuild.
3018 * features/s390x-linux64v2.c: Rebuild.
3019 * features/tic6x-c62x-linux.c: Rebuild.
3020 * features/tic6x-c62x.c: Rebuild.
3021 * features/tic6x-c64x-linux.c: Rebuild.
3022 * features/tic6x-c64x.c: Rebuild.
3023 * features/tic6x-c64xp-linux.c: Rebuild.
3024 * features/tic6x-c64xp.c: Rebuild.
3025
826f0041
TT
30262012-07-27 Tom Tromey <tromey@redhat.com>
3027
3028 * c-exp.y (classify_name): Avoid assignment in condition.
3029
84552b16
PA
30302012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
3031
3032 * amd64-windows-tdep.c: Include "frame.h".
3033 (amd64_windows_skip_trampoline_code): New function.
3034 (amd64_windows_init_abi): Add trampoline registration.
3035
a8a64aa8
YQ
30362012-07-27 Yao Qi <yao@codesourcery.com>
3037
3038 * tracepoint.c (cur_traceframe_number): Remove.
3039 (set_tfile_traceframe): Remove.
3040 (tfile_trace_find, tfile_fetch_registers): Update callers.
3041 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
3042 (tfile_open, tfile_trace_find): Likewise.
3043
d99067cb
YQ
30442012-07-27 Yao Qi <yao@codesourcery.com>
3045
3046 * thread.c (switch_to_thread): Don't call registers_changed.
3047
f2e8016f
TT
30482012-07-26 Tom Tromey <tromey@redhat.com>
3049
f782ad9b
AS
3050 * Makefile.in (SFILES): Remove objc-exp.y.
3051 (YYFILES): Remove objc-exp.c.
3052 (YYOBJ): Remove objc-exp.o.
3053 (local-maintainer-clean): Don't mention objc-exp.c.
3054 * c-exp.y: Include objc-lang.h.
3055 (%union) <class>: New field.
3056 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
3057 (exp): Clone subscript production for OBJC_LBRAC. Add various
3058 Objective C productions.
3059 (msglist, msgarglist, msgarg): New productions.
3060 (array_mod, func_mod, operator): Clone productions for
3061 OBJC_LBRAC.
3062 (parse_string_or_char): Handle '@' strings.
3063 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
3064 (classify_name): Check la_name_of_this. Recognize ObjC class
3065 names.
3066 * objc-exp.y: Remove.
3067 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
3068 * objc-lang.h (objc_parse, objc_error): Don't declare.
f2e8016f 3069
f66713d2
JK
30702012-07-26 Markus Metzger <markus.t.metzger@intel.com>
3071
3072 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
3073
7cfe01b4
JK
30742012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3075
3076 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
3077 and decrement.
3078
5ba19b4c
TT
30792012-07-26 Tom Tromey <tromey@redhat.com>
3080
3081 * copying.c: Rebuild.
3082 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
3083 'no_class'.
3084
27618ce4
TT
30852012-07-26 Tom Tromey <tromey@redhat.com>
3086
3087 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
3088 immediate_quit.
3089 (print_objfile_statistics): Likewise.
3090 (maintenance_print_symbols): Likewise.
3091 (maintenance_print_msymbols): Likewise.
3092 (maintenance_print_objfiles): Likewise.
3093 * psymtab.c (print_partial_symbols): Call QUIT.
3094 (maintenance_print_psymbols): Likewise. Don't modify
3095 immediate_quit.
3096 * copying.c (show_copying_command): Don't modify immediate_quit.
3097 (show_warranty_command): Likewise.
3098 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
3099
dd3818c8
KS
31002012-07-26 Keith Seitz <keiths@redhat.com>
3101
3102 * linespec.c (linespec_lexer_lex_number): The input
3103 is also a valid number if the next character is a comma
3104 or colon.
3105
23a80689
JB
31062012-07-26 Joel Brobecker <brobecker@adacore.com>
3107
3108 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
3109 configure options.
3110
29f77997
TG
31112012-07-26 Tristan Gingold <gingold@adacore.com>
3112
3113 * machoread.c: Include gdb_bfd.h.
3114
a55c1f32
TG
31152012-07-26 Tristan Gingold <gingold@adacore.com>
3116
3117 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
3118 offset.
3119
56eb65bd
SP
31202012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3121
3122 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
3123 SIZE to size_t.
3124 (dwarf2_evaluate_loc_desc): Likewise.
3125 (dwarf2_loc_desc_needs_frame): Likewise.
3126 (locexpr_describe_location_1): Likewise.
3127 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
3128 size_t.
3129 (struct dwarf2_loclist_baton): Likewise.
3130 * dwarf2read.c (struct dwarf_block): Likewise.
3131 (dump_die_shallow): Use pulongest to print dwarf_block.size.
3132 (decode_locdesc): Expand SIZE and I to size_t.
3133
aec8845c
JK
31342012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3135
3136 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
3137
33d7655b
JB
31382012-07-25 Joel Brobecker <brobecker@adacore.com>
3139
3140 * doublest.c (convert_doublest_to_floatformat): If the exponent
3141 is too small, treat the value as zero. If the exponent is too
3142 large, treat the value as infinity.
3143
a22d44ff
JB
31442012-07-25 Joel Brobecker <brobecker@adacore.com>
3145
3146 * configure.ac: Add --enable-lmcheck configure option.
3147 * configure: Regenerate.
3148
d6b28940
TT
31492012-07-25 Tom Tromey <tromey@redhat.com>
3150
f782ad9b
AS
3151 * NEWS: Mention maint info bfds.
3152 * gdb_bfd.c (all_bfds): New global.
3153 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
3154 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
3155 New functions.
d6b28940 3156
6e73ba20
RC
31572012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
3158
3159 * configure.tgt: Add v850*-*-rtems*.
3160
d560eebd
TT
31612012-07-25 Tom Tromey <tromey@redhat.com>
3162
3163 * macrotab.c (macro_bcache_str): Remove cast.
3164
d7cbec71
HZ
31652012-07-25 Hui Zhu <hui_zhu@mentor.com>
3166
3167 * linespec.c (linespec_lexer_lex_number): Update comments,
3168 change the return and add check to make sure the input is
3169 the decimal numbers.
3170 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
3171 false, call linespec_lexer_lex_string.
3172
882f447f
TT
31732012-07-24 Tom Tromey <tromey@redhat.com>
3174
3175 * symfile.c (symbol_file_add): Don't open BFD twice.
3176
53ab4066 31772012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
e12c7713
MK
3178
3179 * breakpoint.c (create_breakpoint): Store condition for pending
3180 breakpoints.
3181
108fb0f7
AS
31822012-07-24 Andreas Schwab <schwab@linux-m68k.org>
3183
3184 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
3185 (m68k_return_value): Handle complex types like structures.
3186 (m68k_svr4_return_value): Likewise.
3187
1634dcbe
JK
31882012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
3189
3190 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
3191 parameters to bfd_get_section_name.
3192
e2d12c21
YQ
31932012-07-24 Yao Qi <yao@codesourcery.com>
3194
3195 * cli/cli-setshow.c: Handle case 'var_uinteger'
3196 and 'var_zuninteger' together. Handle case 'var_integer' and
3197 'var_zinteger' together.
3198
64b92e45
KS
31992012-07-23 Keith Seitz <keiths@redhat.com>
3200
3201 * linespec.c (convert_linespec_to_sal): Don't add
3202 any symbols to the result vector if symbol_to_sal
3203 returns zero.
3204
0f5f4ffe
KS
32052012-07-23 Keith Seitz <keiths@redhat.com>
3206
3207 * linespec.c (decode_objc): Record the function name
3208 in the linespec.
3209
da1cc82f
TT
32102012-07-23 Tom Tromey <tromey@redhat.com>
3211
3212 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
3213 counting.
3214 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
3215 (map_vmap): Acquire a reference to the BFD.
3216
6c18f3e0
SP
32172012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
3218
3219 * p-valprint.c (pascal_object_print_value): Replace potentially
3220 unsafe alloca with xmalloc/xfree.
3221 * valops.c (search_struct_method): Likewise.
3222
695c3173
TT
32232012-07-23 Tom Tromey <tromey@redhat.com>
3224
3225 * solib-svr4.c (enable_break): Update.
3226 * bfd-target.h (target_bfd_reopen): Update documentation.
3227
08d2cd74
TT
32282012-07-23 Tom Tromey <tromey@redhat.com>
3229
3230 * symfile.c (separate_debug_file_exists): Update.
3231 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
3232 (reread_symbols): Update.
3233 * elfread.c (build_id_verify): Update.
3234 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
3235 bfd_open_maybe_remote.
3236
596f7d67
TT
32372012-07-23 Tom Tromey <tromey@redhat.com>
3238
3239 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
3240
8ac244b4
TT
32412012-07-23 Tom Tromey <tromey@redhat.com>
3242
3243 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
3244 and 'abfd'.
3245 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
3246 and 'abfd'.
3247 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
3248 * machoread.c (macho_add_oso_symfile): Make a cleanup for
3249 'abfd'.
3250 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
3251 * objfiles.c (allocate_objfile): Acquire a new reference.
3252 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
3253 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
3254 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
3255 a cleanup for 'nbfd'.
3256 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
3257 for 'nbfd'.
3258 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
3259 make a cleanup for 'abfd'.
3260 (symbol_file_add): Make a BFD cleanup.
3261
64c31149
TT
32622012-07-23 Tom Tromey <tromey@redhat.com>
3263
3264 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
3265 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
3266 * corelow.c (core_open): Use gdb_bfd_fopen.
3267 * dsrec.c (load_srec): Use gdb_bfd_openr.
3268 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
3269 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
3270 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3271 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3272 (gdb_bfd_fdopenr): New functions.
3273 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3274 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3275 (gdb_bfd_fdopenr): Declare.
3276 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
3277 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
3278 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
3279 gdb_bfd_openr_next_archived_file.
3280 (macho_check_dsym): Use gdb_bfd_openr.
3281 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
3282 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
3283 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
3284 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
3285 gdb_bfd_openr.
3286 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
3287 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
3288 gdb_bfd_openr_next_archived_file.
3289 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3290 Use gdb_bfd_openr.
3291 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3292 gdb_bfd_openr.
3293 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
3294 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
3295 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
3296 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
3297 (symfile_bfd_open): Use gdb_bfd_fopen.
3298 (generic_load): Use gdb_bfd_openr.
3299 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
3300
520b0001
TT
33012012-07-23 Tom Tromey <tromey@redhat.com>
3302
3303 * bfd-target.c (target_bfd_reopen): Update.
3304 * cli/cli-dump.c (bfd_openr_with_cleanup)
3305 (bfd_openw_with_cleanup): Update.
3306 * corelow.c (core_open): Update.
3307 * dsrec.c (load_srec): Update.
3308 * exec.c (exec_file_attach): Update.
3309 * gcore.c (create_gcore_bfd): Update.
3310 * gdb_bfd.c (gdb_bfd_ref): Return void.
3311 (gdb_bfd_open): Update.
3312 * gdb_bfd.h (gdb_bfd_ref): Return void.
3313 Update comments.
3314 * jit.c (jit_bfd_try_read_symtab): Update.
3315 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3316 * machoread.c (macho_symfile_read_all_oso): Update.
3317 (macho_check_dsym): Update.
3318 * procfs.c (insert_dbx_link_bpt_in_file): Update.
3319 * remote-m32r-sdi.c (m32r_load): Update.
3320 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
3321 * rs6000-nat.c (add_vmap): Update.
3322 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3323 Update.
3324 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
3325 * solib-spu.c (spu_bfd_open): Update.
3326 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
3327 * spu-linux-nat.c (spu_bfd_open): Update.
3328 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
3329 (generic_load): Update.
3330 * windows-nat.c (windows_make_so): Update.
3331
2322ff16
SP
33322012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
3333
3334 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
3335
3def0b36
PA
33362012-07-20 Jeff Kenton <jkenton@tilera.com>
3337
3338 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
3339 SIGTRAMP_FRAME unwinding.
3340
e615022a
DE
33412012-07-20 Doug Evans <dje@google.com>
3342
3343 * NEWS: Document new options "set/show use-deprecated-index-sections",
3344 and delete reference to --use-deprecated-index-sections.
3345 * symfile.h (use_deprecated_index_sections): Delete.
3346 * dwarf2read.c (use_deprecated_index_sections): Make static.
3347 (read_index_from_section): Update wording of how to load
3348 deprecated index sections.
3349 (_initialize_dwarf2_read): New options
3350 "set/show use-deprecated-index-sections".
3351 * main.c (captured_main): Delete --use-deprecated-index-sections.
3352
64776a0b
PA
33532012-07-20 Pedro Alves <palves@redhat.com>
3354
3355 PR threads/11692
3356 PR gdb/12203
3357
3358 * infrun.c (handle_inferior_event) <new thread>: Don't special
3359 case minus_one_ptid.
3360 <TARGET_WAITKIND_SPURIOUS>: Ditto.
3361 * linux-thread-db.c (thread_get_info_callback): Don't return early
3362 if the thread is zombie.
3363 (thread_from_lwp): Change return type to void. Rewrite stale
3364 comment.
3365 (attach_thread): Don't return early if the thread is zombie,
3366 instead set its "dying" flag.
3367 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
3368 (find_new_threads_callback): Don't return early if the thread is
3369 zombie.
3370
09826ec5
PA
33712012-07-20 Pedro Alves <palves@redhat.com>
3372
3373 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
3374 * target.c (target_wait): Likewise.
3375 (str_comma_list_concat_elem, do_option, target_options_to_string):
3376 New functions.
3377 * target.h (target_options_to_string): Declare.
3378
f7a35f02
TT
33792012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3380 Tom Tromey <tromey@redhat.com>
3381
3382 * dwarf2read.c (dwarf_decode_macros)
3383 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
3384 DW_MACRO_GNU_transparent_include_alt>: New cases.
3385 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
3386 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
3387
b81e1ee0
TT
33882012-07-20 Tom Tromey <tromey@redhat.com>
3389
3390 * dwarf2read.c (try_open_dwo_file): Don't call
3391 gdb_bfd_stash_filename.
3392
99c1624c
PA
33932012-07-20 Pedro Alves <palves@redhat.com>
3394
3395 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3396 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
3397 (i386_process_record): Tweak description comments.
3398
4ffa4fc7
PA
33992012-07-20 Pedro Alves <palves@redhat.com>
3400
3401 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3402 (i386_process_record): Use record_read_memory.
3403 * record.c (record_read_memory): New function.
3404 (record_arch_list_add_mem, record_exec_insn): Use
3405 record_read_memory.
3406 * record.h (record_read_memory): Declare.
3407
c24343e2
YQ
34082012-07-20 Yao Qi <yao@codesourcery.com>
3409
3410 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
3411 NULL for xfree.
3412
90f47860
PA
34132012-07-19 Pedro Alves <palves@redhat.com>
3414
3415 * record.c (record_resume): Ask the target beneath to report all
3416 signals.
3417
01093045
DE
34182012-07-19 Doug Evans <dje@google.com>
3419
3420 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
3421 there's no section at address zero.
3422 (dwarf2_record_block_ranges): Ditto.
3423
a7c3d162
YQ
34242012-07-19 Yao Qi <yao@codesourcery.com>
3425
3426 * command.h, remote.c: Fix a typo in comment.
3427
608b4967
TT
34282012-07-19 Tom Tromey <tromey@redhat.com>
3429
3430 PR exp/13206:
3431 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
3432 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
3433 OP_DECLTYPE>: New cases.
3434 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
3435 (type_exp): Add new productions.
3436 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
3437 and decltype.
3438 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
3439 New case.
3440 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
3441 OP_DECLTYPE>: New case.
3442 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
3443 New case.
3444 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
3445 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
3446
274b54d7
TT
34472012-07-19 Tom Tromey <tromey@redhat.com>
3448
3449 * c-exp.y (enum token_flags): New.
3450 (struct token) <cxx_only>: Remove.
3451 <flags>: New field.
3452 (tokentab3, tokentab2, ident_tokens): Update.
3453 (lex_one_token): Update. Handle FLAG_SHADOW.
3454
9eaf6705
TT
34552012-07-19 Tom Tromey <tromey@redhat.com>
3456
3457 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
3458 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
3459 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
3460 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
3461 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
3462 type_exp production where appropriate.
3463 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
3464 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
3465 <UNOP_MEMVAL_TYPE>: New case.
3466 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
3467 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
3468 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
3469 <UNOP_MEMVAL_TYPE>: New case.
3470 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
3471 UNOP_REINTERPRET_CAST>: Update.
3472 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3473 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
3474 UNOP_REINTERPRET_CAST>: Update.
3475 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3476 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
3477 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
3478 constants.
3479
6ace3df1
YQ
34802012-07-19 Yao Qi <yao@codesourcery.com>
3481 Jan Kratochvil <jan.kratochvil@redhat.com>
3482
3483 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
3484 and case 'var_optional_filename' together.
3485 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
3486 instead of add_setshow_optional_filename_cmd for setshow command
3487 'args'. Set completer for 'set args'.
3488
48faced0
DE
34892012-07-18 Doug Evans <dje@google.com>
3490
3491 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
3492 * common/gdb_vecs.c: New file, contents from utils.c.
3493 * common/host-defs.h: New file, contents from defs.h.
3494 * utils.h: New file, contents from defs.h.
3495 * defs.h: Move all declarations of objects defined in utils.c
3496 to utils.h (except QUIT() and related).
3497 #include "utils.h", "host-defs.h".
3498 * probe.h (probe_p): Move here from gdb_vecs.h.
3499 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
3500 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
3501 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
3502 * Makefile.in (SFILES): Add common/gdb_vecs.c.
3503 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
3504 (COMMON_OBS): Add gdb_vecs.o.
3505 (gdb_vecs.o): New rule.
3506
66f1999b
KS
35072012-07-18 Keith Seitz <keiths@redhat.com>
3508
3509 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
3510 parameter. If non-zero, use SYMNAME as the canonical name
3511 for the SaL.
3512 Update all callers.
3513 (convert_linespec_to_sals): Use add_sal_to_sals for
3514 expressions, too.
3515 (decode_line_full): No need to "fill in missing canonical names"
3516 anymore. Simply make cleanups for the allocated names.
3517
5d94e27b
KS
35182012-07-18 Keith Seitz <keiths@redhat.com>
3519
3520 * linespec.c (struct linespec): Constify expression,
3521 source_filename, function_name, and label_name.
3522 (symbol_not_found_error): Make all parameters const.
3523 (linespec_parser_delete): No need to check for NULL
3524 when using xfree. Cast const char * to char * for xfree.
3525
af4908ba
KS
35262012-07-18 Keith Seitz <keiths@redhat.com>
3527
3528 * breakpoint.c (invalid_thread_id_error): New function.
3529 (find_condition_and_thread): Use invalid_thread_id_error.
3530 (watch_command_1): Likewise.
3531
853254db
TT
35322012-07-18 Tom Tromey <tromey@redhat.com>
3533
3534 * cc-with-index.sh, cc-with-dwz.sh: Remove.
3535 * contrib/cc-with-tweaks.sh: New file.
3536
2ec9a5e0
TT
35372012-07-18 Tom Tromey <tromey@redhat.com>
3538
3539 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
3540 (locate_dwz_sections): Recognize .gdb_index.
3541 (create_cus_from_index_list): New function.
3542 (create_cus_from_index): Use it. Handle .dwz data.
3543 (read_index_from_section): New function, extracted from
3544 dwarf2_read_index.
3545 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
3546 if needed.
3547
36586728
TT
35482012-07-18 Tom Tromey <tromey@redhat.com>
3549
3550 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
3551 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
3552 <is_dwz>: New field.
3553 (struct dwz_file): New.
3554 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
3555 (locate_dwz_sections, dwarf2_get_dwz_file)
3556 (get_abbrev_section_for_cu): New functions.
3557 (error_check_comp_unit_head, read_and_check_comp_unit_head)
3558 (read_and_check_type_unit_head): Add abbrev_section argument.
3559 (create_debug_types_hash_table): Update.
3560 (init_cutu_and_read_dies): Use proper abbrev section.
3561 (init_cutu_and_read_dies_no_follow): Likewise.
3562 (set_partial_user): Do nothing if PST==NULL.
3563 (read_comp_units_from_section): New function.
3564 (create_all_comp_units): Use it.
3565 (scan_partial_symbols, partial_die_parent_scope): Update.
3566 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3567 (process_imported_unit_die, read_partial_die): Handle .dwz files.
3568 (find_partial_die): Add offset_in_dwz argument. Update.
3569 (guess_partial_die_structure_name, fixup_partial_die): Update.
3570 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
3571 DW_FORM_GNU_strp_alt.
3572 (read_indirect_string_from_dwz): New function.
3573 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
3574 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3575 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
3576 (follow_die_offset): Add offset_in_dwz argument.
3577 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
3578 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
3579 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
3580 Handle new macro forms.
3581 (dwarf_decode_macros): Update.
3582 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
3583 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
3584 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
3585 (create_debug_types_hash_table): Use correct abbrev section.
3586 (get_debug_line_section): New function.
3587 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
3588 (process_full_comp_unit): Pass 'required' argument to
3589 end_symtab_get_static_block.
3590 * buildsym.h (end_symtab_get_static_block): Update.
3591 * buildsym.c (end_symtab_get_static_block): Add 'required'
3592 argument.
3593 (end_symtab, end_expandable_symtab): Update.
3594
4bf44c1c
TT
35952012-07-18 Tom Tromey <tromey@redhat.com>
3596
3597 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
3598 (pagesize): Remove.
3599 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
3600 (zlib_decompress_section): Remove.
3601 (dwarf2_read_section): Use gdb_bfd_map_section.
3602 (munmap_section_buffer): Remove.
3603 (free_dwo_file, dwarf2_per_objfile_free): Don't use
3604 munmap_section_buffer.
3605 * gdb_bfd.c: Include zlib.h, sys/mman.h.
3606 (struct gdb_bfd_section_data): New.
3607 (free_one_bfd_section): New function.
3608 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
3609 (get_section_descriptor, zlib_decompress_section)
3610 (gdb_bfd_map_section): New functions.
3611 * gdb_bfd.h (gdb_bfd_map_section): Declare.
3612
bb397797
TT
36132012-07-18 Tom Tromey <tromey@redhat.com>
3614
3615 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
3616
6ec53d05
TT
36172012-07-18 Tom Tromey <tromey@redhat.com>
3618
3619 * gdb_bfd.c (struct gdb_bfd_data): New.
3620 (gdb_bfd_cache): New global.
3621 (struct gdb_bfd_cache_search): New.
3622 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
3623 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
3624 * gdb_bfd.h (gdb_bfd_open): Declare.
3625
f9a062ff
TT
36262012-07-18 Tom Tromey <tromey@redhat.com>
3627
3628 * utils.c (make_cleanup_bfd_unref): Rename from
3629 make_cleanup_bfd_close.
3630 * defs.h (make_cleanup_bfd_unref): Rename from
3631 make_cleanup_bfd_close.
3632 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
3633 (bfd_openw_with_cleanup): Update.
3634 * corelow.c (core_open): Update.
3635 * dsrec.c (load_srec): Update.
3636 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3637 * remote-m32r-sdi.c (m32r_load): Update.
3638 * remote-mips.c (mips_load_srec): Update.
3639 (pmon_load_fast): Update.
3640 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3641 Update.
3642 (darwin_bfd_open): Update.
3643 * solib.c (solib_bfd_fopen): Update.
3644 * symfile-mem.c (symbol_file_add_from_memory): Update.
3645 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
3646 (symfile_bfd_open): Update.
3647 (generic_load): Update.
3648
d6ad71ba
TT
36492012-07-18 Tom Tromey <tromey@redhat.com>
3650
3651 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
3652 (pmon_load_fast): Likewise.
3653 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
3654 (m32r_upload_command): Likewise.
3655 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
3656 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3657 Use make_cleanup_bfd_close.
3658
a4453b7e
TT
36592012-07-18 Tom Tromey <tromey@redhat.com>
3660
3661 * symfile.c (symfile_bfd_open): Don't copy name. Call
3662 gdb_bfd_stash_filename.
3663 (load_command): Open the new BFD before freeing the old.
3664 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
3665 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
3666 Call gdb_bfd_stash_filename.
3667 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
3668 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
3669 gdb_bfd_stash_filename.
3670 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3671 Free found_pathname.
3672 * rs6000-nat.c (add_vmap): Don't copy filename. Call
3673 gdb_bfd_stash_filename.
3674 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
3675 * machoread.c (macho_add_oso_symfile): Call
3676 gdb_bfd_stash_filename.
3677 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
3678 gdb_bfd_stash_filename.
3679 (macho_check_dsym): Don't copy filename. Call
3680 gdb_bfd_stash_filename.
3681 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
3682 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
3683 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
3684 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
3685 * exec.c (exec_close): Don't free the BFD's filename.
3686 (exec_file_attach): Don't copy the filename. Call
3687 gdb_bfd_stash_filename.
3688 * corelow.c (core_close): Don't free the BFD's filename.
3689 (core_open): Call gdb_bfd_stash_filename.
3690 * corefile.c (reopen_exec_file): Remove #if 0 code.
3691 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
3692 pathname.
3693 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
3694
cbb099e8
TT
36952012-07-18 Tom Tromey <tromey@redhat.com>
3696
3697 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
3698 gdb_bfd_unref.
3699 (free_dwo_file): Use gdb_bfd_unref.
3700 * cli/cli-dump.c: Include gdb_bfd.h.
3701 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
3702 (bfd_openr_with_cleanup): Likewise.
3703 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
3704 gdb_bfd_unref.
3705 * utils.c: Include gdb_bfd.h.
3706 (do_bfd_close_cleanup): Use gdb_bfd_unref.
3707 * symfile.c: Include gdb_bfd.h.
3708 (separate_debug_file_exists): Use gdb_bfd_unref.
3709 (bfd_open_maybe_remote): Use gdb_bfd_ref.
3710 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3711 (generic_load): Use gdb_bfd_ref.
3712 (reread_symbols): Use gdb_bfd_unref.
3713 * symfile-mem.c: Include gdb_bfd.h.
3714 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
3715 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3716 * solib.c: Include gdb_bfd.h.
3717 (solib_bfd_fopen): Use gdb_bfd_ref.
3718 (solib_bfd_open): Use gdb_bfd_unref.
3719 (free_so_symbols): Use gdb_bfd_unref.
3720 (reload_shared_libraries_1): Use gdb_bfd_unref.
3721 * solib-spu.c: Include gdb_bfd.h.
3722 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
3723 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
3724 gdb_bfd_unref.
3725 * solib-frv.c: Include gdb_bfd.h.
3726 (enable_break2): Use gdb_bfd_unref.
3727 * solib-dsbt.c: Include gdb_bfd.h.
3728 (enable_break2): Use gdb_bfd_unref.
3729 * solib-darwin.c: Include gdb_bfd.h.
3730 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
3731 gdb_bfd_unref.
3732 (darwin_bfd_open): Use gdb_bfd_unref.
3733 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
3734 * remote-mips.c: Include gdb_bfd.h.
3735 (mips_load_srec): Use gdb_bfd_ref.
3736 (pmon_load_fast): Use gdb_bfd_ref.
3737 * remote-m32r-sdi.c: Include gdb_bfd.h.
3738 (m32r_load): Use gdb_bfd_ref.
3739 * record.c: Include gdb_bfd.h.
3740 (record_save_cleanups): Use gdb_bfd_unref.
3741 (cmd_record_save): Use gdb_bfd_unref.
3742 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
3743 gdb_bfd_unref.
3744 * objfiles.h (gdb_bfd_close_or_warn): Remove.
3745 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
3746 * objfiles.c: Include gdb_bfd.h.
3747 (free_objfile): Use gdb_bfd_unref.
3748 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
3749 gdb_bfd.c.
3750 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
3751 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
3752 (macho_check_dsym): Likewise.
3753 * m32r-rom.c: Include gdb_bfd.h.
3754 (m32r_load): Use gdb_bfd_ref.
3755 (m32r_upload_command): Use gdb_bfd_ref.
3756 * jit.c: Include gdb_bfd.h.
3757 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
3758 * gdb_bfd.h: New file.
3759 * gdb_bfd.c: New file.
3760 * gcore.c: Include gdb_bfd.h.
3761 (create_gcore_bfd): Use gdb_bfd_ref.
3762 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
3763 (gcore_command): Use gdb_bfd_unref.
3764 * exec.c: Include gdb_bfd.h.
3765 (exec_close): Use gdb_bfd_unref.
3766 (exec_close_1): Use gdb_bfd_unref.
3767 (exec_file_attach): Use gdb_bfd_ref.
3768 * elfread.c: Include gdb_bfd.h.
3769 (build_id_verify): Use gdb_bfd_unref.
3770 * dsrec.c: Include gdb_bfd.h.
3771 (load_srec): Use gdb_bfd_ref.
3772 * corelow.c: Include gdb_bfd.h.
3773 (core_close): Use gdb_bfd_unref.
3774 (core_open): Use gdb_bfd_ref.
3775 * bfd-target.c: Include gdb_bfd.h.
3776 (target_bfd_xclose): Use gdb_bfd_unref.
3777 (target_bfd_reopen): Use gdb_bfd_ref.
3778 * Makefile.in (SFILES): Add gdb_bfd.c.
3779 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
3780 (COMMON_OBS): Add gdb_bfd.o.
3781
ed1d1739
KS
37822012-07-18 Keith Seitz <keiths@redhat.com>
3783
3784 * breakpoint.c (find_condition_and_thread): Initialize
3785 TASK and REST.
3786 (create_breakpiont): find_condition_and_thread will now
3787 initialize COND_STRING, THREAD, and REST (and TASK).
3788 (addr_string_to_sals): Likewise.
3789
eab402df
PA
37902012-07-18 Pedro Alves <palves@redhat.com>
3791
3792 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
3793 Pull the single step breakpoints out of the target.
3794
2b963b68
SDJ
37952012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
3796
3797 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
3798 * stap-probe.c (compile_probe_arg): Likewise.
3799
6bac7473
SDJ
38002012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
3801
3802 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
3803 (elf_compile_to_ax): Likewise.
3804 * infrun.c (insert_exception_resume_from_probe): Likewise.
3805 (check_exception_resume): Remove `objfile' variable.
3806 * probe.c (find_probe_by_pc): Remove `objfile' argument.
3807 (struct probe_and_objfile, probe_and_objfile_s): Delete.
3808 (collect_probes): Adjust return value to `VEC (probe_p) *'.
3809 (compare_entries): Rename to...
3810 (compare_probes): ...this. Adjust function to work with
3811 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
3812 respectively.
3813 (gen_ui_out_table_header_info): Adjust `probes' argument to be
3814 `VEC (probe_p) *'.
3815 (print_ui_out_info): Adjust argument to be `struct probe *'.
3816 (info_probes_for_ops): Adjust internal computations to use
3817 `VEC (probe_p) *'.
3818 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
3819 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
3820 gen_info_probes_table_values>: Remove `objfile' argument.
3821 (struct probe) <objfile>: New field.
3822 (find_probe_by_pc): Remove `objfile' argument.
3823 * stap-probe.c (stap_parse_probe_arguments): Likewise.
3824 (stap_get_probe_argument_count): Likewise.
3825 (stap_get_arg): Likewise.
3826 (stap_evaluate_probe_argument): Likewise.
3827 (stap_compile_to_ax): Likewise.
3828 (compile_probe_arg): Refactor not to pass `objfile' anymore.
3829 (handle_stap_probe): Fill `objfile' field from `struct probe'.
3830 (stap_gen_info_probes_table_header): Remove `objfile' argument.
3831 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
3832 sym_compile_to_ax>: Likewise.
3833
3347eb1a 38342012-07-18 Terry Guo <terry.guo@arm.com>
3835
3836 PR 14329
3837 * defs.h (GDB_MI_MSG_WIDTH): New.
3838 * ser_base (ser_base_read_error_fd): New function.
3839 (do_ser_base_readchar): Poll error file descriptor as well as
3840 standard output.
f782ad9b 3841 (generic_readchar): Refactor error handling.
3347eb1a 3842
80c8d323
JB
38432012-07-18 Joel Brobecker <brobecker@adacore.com>
3844
3845 * NEWS: Create a new section for the next release branch.
3846 Rename the section of the current branch, now that it has
3847 been cut.
3848
b45a0664 38492012-07-18 Joel Brobecker <brobecker@adacore.com>
3850
3851 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
3852 * version.in: Bump version to 7.5.50.20120718-cvs.
3853
09cf2b22
KS
38542012-07-17 Keith Seitz <keiths@redhat.com>
3855
3856 * linespec.c (linespec_parse_line_offset): Make parameter
3857 const.
3858
8f043999
JK
38592012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3860
3861 PR 11914
3862 * f-valprint.c (info_common_command): New variable frame_id.
3863 Reinitialize FI form FRAME_ID after each print_variable_and_value.
3864 * printcmd.c (print_variable_and_value): Extend function comment.
3865 Add comment for invalidated FRAME.
3866 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
3867 FI form FRAME_ID after each print_frame_local_vars.
3868 (struct print_variable_and_value_data): Change frame to frame_id.
3869 (do_print_variable_and_value): New variable frame, initialize it from
3870 p->frame_id. Add comment for invalidated FRAME.
3871 (print_frame_local_vars, print_frame_arg_vars): New function comment.
3872 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
3873 for invalidated FRAME.
3874
ae5e0686
MK
38752012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
3876 Pedro Alves <palves@redhat.com>
3877
3878 * linux-nat.c (linux_nat_detach): Don't unregister from the event
3879 loop.
3880
5049c5be
TT
38812012-07-16 Tom Tromey <tromey@redhat.com>
3882
3883 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
3884
2908cac6
DE
38852012-07-15 Doug Evans <dje@google.com>
3886
094b34ac
DE
3887 * dwarf2read.c (stmt_list_hash): New struct.
3888 (type_unit_group): Embed "per_cu" member, remove pointer.
3889 New union member "t", move member "tus" into it, all uses updated.
3890 New member "hash", replaces member "line_offset, all uses updated.
3891 (quick_file_names): Replace member "offset" with "hash", all uses
3892 updated.
3893 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
3894 (hash_file_name_entry, eq_file_name_entry): Call them.
3895 (hash_type_unit_group, eq_type_unit_group): Ditto.
3896 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
3897 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
3898 (dw2_get_file_names): Update.
3899 (create_type_unit_group): Replace "per_cu" arg with "cu".
3900 All callers updated. Fix "quick" (.gdb_index) handling.
3901 (get_type_unit_group): Replace "per_cu" arg with "cu".
3902 All callers updated.
3903 (build_type_unit_groups): Don't reset tu_stats.
3904
2908cac6
DE
3905 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
3906 "tab_cur_size". Change member "tab" to be a htab_t.
3907 (create_filename_seen_cache): Update.
3908 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
3909 (filename_seen): Update.
3910
a2b6eff5
DE
39112012-07-13 Doug Evans <dje@google.com>
3912
3913 * symtab.c (filename_seen): Update comment.
3914
4359dff1
JK
39152012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3916 Doug Evans <dje@google.com>
3917
3918 * buildsym.c (end_symtab_1): Split it to ...
3919 (end_symtab_get_static_block): ... this ...
3920 (end_symtab_from_static_block): ... and this function.
3921 (end_symtab, end_expandable_symtab): Call them.
3922 * buildsym.h (end_symtab_get_static_block)
3923 (end_symtab_from_static_block): New declarations.
3924 * dwarf2read.c (process_full_comp_unit): New variable static_block.
3925 Set its valid CU ranges.
3926
a24f71ab
JK
39272012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3928
3929 * dwarf2loc.c (disassemble_dwarf_expression): Handle
3930 DW_OP_GNU_parameter_ref.
3931
d76b7dbc
JK
39322012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3933
3934 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
3935 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
3936
9fdc877b
DE
39372012-07-13 Doug Evans <dje@google.com>
3938
3939 * symtab.c (output_source_filename): Delete unnecessary forward decl.
3940 (filename_seen_cache): New struct.
3941 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
3942 (create_filename_seen_cache): New function.
3943 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
3944 (filename_seen): Delete arg "first". New arg "cache". All callers
3945 updated.
3946 (output_source_filename_data): New struct.
3947 (output_source_filename): Delete arg "first". New arg "data".
3948 All callers updated.
3949 (sources_info): Delete local "first". New locals "data", "cleanups".
3950 Rewrite to use filename_seen_cache.
3951 (add_partial_filename_data): Delete member "first". New member
3952 "filename_seen_cache". All uses updated.
3953 (make_source_files_completion_list): Rewrite to use
3954 filename_seen_cache.
3955
f80c6f3f
DE
39562012-07-12 Doug Evans <dje@google.com>
3957
3958 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
3959
0bfa869d
DE
39602012-07-10 Doug Evans <dje@google.com>
3961
f4dc4d17
DE
3962 PR gdb/13498
3963 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
3964 all_type_unit_groups, type_unit_groups, tu_stats.
3965 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
3966 All uses updated. Add type_unit_group to union "s".
3967 (type_unit_group): New struct.
3968 (IS_TYPE_UNIT_GROUP): New macro.
3969 (abbrev_table): Delete unused member "section".
3970 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
3971 (dw2_get_cu): Assert not used with type_unit_group.
3972 (dw2_get_primary_cu): New function.
3973 (dw2_build_type_unit_groups_reader): New function.
3974 (dw2_build_type_unit_groups): New function.
3975 (dw2_get_file_names): Assert not called on type units.
3976 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
3977 Redo loop to iterate over type unit groups instead of type units.
3978 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
3979 (read_abbrev_offset): New function.
3980 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
3981 updated.
3982 (create_partial_symtab): New function.
3983 (process_psymtab_comp_unit_reader): Assert not used with type units.
3984 Call create_partial_symtab.
3985 (process_psymtab_type_unit): Delete.
3986 (hash_type_unit_group, eq_type_unit_group): New functions.
3987 (allocate_type_unit_groups_table): New function.
3988 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
3989 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
3990 (create_type_unit_group, get_type_unit_group): New functions.
3991 (tu_abbrev_offset): New struct.
3992 (sort_tu_by_abbrev_offset): New function.
3993 (add_type_unit_group_to_table): New function.
3994 (build_type_unit_groups): New function.
3995 (build_type_psymtabs_reader): New function.
3996 (build_type_psymtab_dependencies): New function.
3997 (build_type_psymtabs): Rewrite.
3998 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
3999 is seen in a type unit.
4000 (process_queue): Move symtab expansion debugging printfs here.
4001 Call process_full_type_unit for type units.
4002 (compute_symtab_includes): Assert not called for type units.
4003 (process_cu_includes): Don't call compute_symtab_includes for
4004 type units.
4005 (process_full_type_unit): New function.
4006 (process_imported_unit_die): Flag an error if called for type units.
4007 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
4008 updated. Assert not called for type units.
4009 (read_file_scope): Call dwarf2_start_symtab.
4010 (setup_type_unit_groups): New function.
4011 (read_type_unit_scope): Rewrite.
4012 (abbrev_table_read_table): Initialize abbrev_table->offset.
4013 (abbrev_table_free_cleanup): New function.
4014 (dwarf2_start_symtab): New function.
4015 (load_full_type_unit): Assert not called for type unit groups.
6d30eef8
DE
4016 * buildsym.c (finish_block_internal): New arg "expandable".
4017 All callers updated.
4018 (start_symtab): Move most contents to ...
4019 (restart_symtab): ... here. New function.
4020 (reset_symtab_globals): New function.
4021 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
4022 Call reset_symtab_globals.
4023 (end_symtab, end_expandable_symtab): New functions.
4024 (set_missing_symtab, augment_type_symtab): New functions.
4025 * buildsym.h (end_expandable_symtab): Declare.
4026 (augment_type_symtab, restart_symtab): Declare.
b4c41fc7
DE
4027 * psympriv.h (struct partial_symtab): New member "anonymous".
4028 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
4029 anonymous psymtabs.
4030 (read_psymtabs_with_filename): Ditto.
4031 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
4032 (expand_symtabs_matching_via_partial): Ditto.
4033 (dump_psymtab): Update.
0bfa869d
DE
4034 * dictionary.c (dict_add_pending): New function.
4035 * dictionary.h (dict_add_pending): Declare.
4036
45e58e77
DE
40372012-07-09 Doug Evans <dje@google.com>
4038
b74db436
DE
4039 * buildsym.c (start_subfile): Remove unnecessary check for
4040 name == NULL.
4041
fd55216c
DE
4042 * psymtab.c (allocate_psymtab): Use host_address_to_string.
4043
6721b2ec
DE
4044 * dwarf2read.c (load_full_type_unit): Simplify.
4045
b4dd5633
DE
4046 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
4047 to struct signatured_type **. All uses updated.
4048
45e58e77
DE
4049 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
4050 All callers updated.
4051
e314d629
TT
40522012-07-09 Tom Tromey <tromey@redhat.com>
4053
4054 * c-exp.y (check_parameter_typelist): New function.
4055 (parameter_typelist): Call it.
4056 * eval.c (make_params): Handle '(void)' case.
4057 * gdbtypes.c (lookup_function_type_with_arguments): Handle
4058 '(void)' case.
4059
aa7c7447
JK
40602012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4061
4062 * common/linux-ptrace.c: Include gdb_assert.h.
4063 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
4064 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
4065 stdint.h.
4066 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
4067 functions.
4068 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
4069 * linux-nat.c (linux_child_post_attach)
4070 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
4071
889003ed
JK
40722012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4073
4074 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
4075 nptl <2.7 bug workaround for core files.
4076
da559b09
JK
40772012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4078
4079 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
4080 clearing.
4081 (save_siginfo): Remove.
4082 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
4083 call.
4084 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
4085 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
4086 * linux-nat.h (struct lwp_info): Remove field siginfo.
4087
f865ee35
JK
40882012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4089
4090 Code cleanup for the next patch.
4091 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
4092 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4093 call for it.
4094 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
4095 (ia64_linux_stopped_data_address):
4096 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
4097 the return value.
4098 * linux-nat.h (linux_nat_get_siginfo): Likewise.
4099 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
4100 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4101 call for it.
4102
76b83c51
JK
41032012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4104
4105 PR 14321
4106 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
4107 Increase buffer sizes to 2x we need, not just 2x of the previous size.
4108
a6fb9c08
TT
41092012-07-06 Tom Tromey <tromey@redhat.com>
4110
4111 * c-exp.y (DOTDOTDOT): New token.
4112 (func_mod, exp): Use parameter_typelist.
4113 (parameter_typelist): New production.
4114 (tokentab3): Add "..." token.
4115 * eval.c (make_params): Handle varargs.
4116 * gdbtypes.c (lookup_function_type_with_arguments): Handle
4117 varargs.
4118
71918a86
TT
41192012-07-06 Tom Tromey <tromey@redhat.com>
4120
4121 PR exp/9608:
4122 * c-exp.y (%union) <tvec>: Change type.
4123 (func_mod): Now uses <tvec> type.
4124 (exp): Update for tvec change.
4125 (direct_abs_decl): Push the typelist.
4126 (func_mod): Return a typelist.
4127 (nonempty_typelist): Update for tvec change.
4128 * gdbtypes.c (lookup_function_type_with_arguments): New function.
4129 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
4130 * parse.c (pop_type_list): New function.
4131 (push_typelist): New function.
4132 (follow_types): Handle tp_function_with_arguments.
4133 * parser-defs.h (type_ptr): New typedef. Define a VEC.
4134 (enum type_pieces) <tp_function_with_arguments>: New constant.
4135 (union type_stack_elt) <typelist_val>: New field.
4136 (push_typelist): Declare.
4137
fcde5961
TT
41382012-07-06 Tom Tromey <tromey@redhat.com>
4139
4140 * c-exp.y (%union) <type_stack>: New field.
4141 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
4142 (ptr_operator_ts): New production.
4143 (ptype): Update.
4144 * parse.c (type_stack_reserve): New function.
4145 (check_type_stack_depth): Use it.
4146 (pop_type_stack, append_type_stack, push_type_stack)
4147 (get_type_stack, type_stack_cleanup): New functions.
4148 (follow_types): Handle tp_type_stack.
4149 (_initialize_parse): Simplify initialization.
4150 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
4151 constant.
4152 (union type_stack_elt) <stack_val>: New field.
4153 (get_type_stack, append_type_stack, push_type_stack)
4154 (type_stack_cleanup): Declare.
4155
1a7d0ce4
TT
41562012-07-06 Tom Tromey <tromey@redhat.com>
4157
4158 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
4159 Remove.
4160 (struct type_stack): New.
4161 * parse.c (type_stack, type_stack_size, type_stack_depth):
4162 Remove.
4163 (type_stack): New global.
4164 (parse_exp_in_context, check_type_stack_depth)
4165 (insert_into_type_stack, insert_type, push_type, push_type_int)
4166 (insert_type_address_space, pop_type, pop_type_int)
4167 (_initialize_parse): Update.
4168
16d01384
TT
41692012-07-06 Tom Tromey <tromey@redhat.com>
4170
4171 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
4172 Remove %type.
4173
9bfc60bf
SP
41742012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4175
4176 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
4177
d5161074
SP
41782012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4179 Jan Kratochvil <jan.kratochvil@redhat.com>
4180
4181 * cp-valprint.c (cp_print_value): Replace potentially unsafe
4182 alloca with xmalloc/xfree.
4183
a74bc576
SP
41842012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4185
4186 * MAINTAINERS (Write After Approval): Add myself to the list.
4187
667e0a4b
DE
41882012-07-05 Doug Evans <dje@google.com>
4189
4190 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
4191
34b536a8
HZ
41922012-07-05 Hui Zhu <hui_zhu@mentor.com>
4193
4194 * ax-gdb.c (cli/cli-utils.h): New include.
4195 (linespec.h): Ditto.
4196 (agent_eval_command_one): New function.
4197 (agent_command_1): Ditto.
4198 (agent_command): Call function agent_command_1.
4199 (agent_eval_command): Ditto.
4200 (_initialize_ax_gdb): Change help for "maint agent"
4201 and "maint agent-eval".
4202
e6f0bce7
HZ
42032012-07-05 Hui Zhu <hui_zhu@mentor.com>
4204
4205 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
4206 * cli/cli-utils.c (check_for_argument): New function.
4207 * cli/cli-utils.h (check_for_argument): Ditto.
4208
1b3371b1
L
42092012-07-04 H.J. Lu <hongjiu.lu@intel.com>
4210
4211 * NEWS: Mention x32 ABI support.
4212
23e2d720
L
42132012-07-04 H.J. Lu <hongjiu.lu@intel.com>
4214
4215 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
4216 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
4217
4218 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
4219 and pc_regnum_from_eax to -1. Update SP regnum from
4220 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
4221 needed.
4222
4223 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
4224 pc_regnum_from_eax.
4225
836bf454
JK
42262012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4227
4228 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
4229 * dwarf2expr.h: Include gdbtypes.h.
4230 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
4231 these forward declarations.
4232 (cu_offset, sect_offset): Move these ...
4233 * gdbtypes.h: Remove include dwarf2expr.h.
4234 (cu_offset, sect_offset): ... here.
4235
1e55e04f
L
42362012-07-03 H.J. Lu <hongjiu.lu@intel.com>
4237
4238 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
4239 (amd64_linux_sigtramp_code): This.
4240 (amd64_x32_linux_sigtramp_code): New.
4241 (LINUX_SIGTRAMP_LEN): Updated.
4242 (amd64_linux_sigtramp_start): Check x32 sigtramp.
4243
7d0e21ad
JK
42442012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4245
4246 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
4247
8775fd2d
JK
42482012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4249
4250 * config.in: Regenerate.
4251 * configure: Regenerate.
4252 * configure.ac: Remove check for gnu/libc-version.h.
4253 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
4254 gnu/libc-version.h.
4255 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
4256 variables libc_version, libc_major and libc_minor. Replace sscanf by
4257 inferior_has_bug. Extend the comment.
4258
fcb44371
JK
42592012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4260
4261 * linux-thread-db.c (inferior_has_bug): New function.
4262 (thread_db_find_new_threads_silently): Return boolean as checked by
4263 inferior_has_bug, describe it in the comments.
4264 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
4265 earlier. Abort the initialization if it returned non-zero.
7d0e21ad 4266 (thread_db_new_objfile): Exclude debug files.
fcb44371
JK
4267 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
4268 if UNTIL_NO_NEW,
4269
09406207
DE
42702012-07-02 Doug Evans <dje@google.com>
4271
0907af0c
DE
4272 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
4273 related to queue management.
4274
09406207
DE
4275 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
4276 instead of "debug dwarf2-die" in debugging printfs.
4277 (create_debug_info_hash_table_reader): Ditto.
4278 (create_debug_info_hash_table): Ditto.
4279 (init_dwo_file): Ditto.
4280 (init_cutu_and_read_dies): Add debugging printf.
4281 (init_cutu_and_read_dies_no_follow): Ditto.
4282 (process_psymtab_comp_unit_reader): Ditto.
4283
d3ce09f5
SS
42842012-07-02 Stan Shebs <stan@codesourcery.com>
4285
4286 Add target-side support for dynamic printf.
4287 * NEWS: Mention the additional style.
4288 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
4289 (struct bp_location): New field cmd_bytecode.
4290 * breakpoint.c: Include format.h.
4291 (disconnected_dprintf): New global.
4292 (parse_cmd_to_aexpr): New function.
4293 (build_target_command_list): New function.
4294 (insert_bp_location): Call it.
4295 (remove_breakpoints_pid): Skip dprintf breakpoints.
4296 (print_one_breakpoint_location): Ditto.
4297 (dprintf_style_agent): New global.
4298 (dprintf_style_enums): Add dprintf_style_agent.
4299 (update_dprintf_command_list): Add agent case.
4300 (agent_printf_command): New function.
4301 (_initialize_breakpoint): Add new commands.
4302 * common/ax.def (printf): New bytecode.
4303 * ax.h (ax_string): Declare.
4304 * ax-gdb.h (gen_printf): Declare.
4305 * ax-gdb.c: Include cli-utils.h, format.h.
4306 (gen_printf): New function.
4307 (maint_agent_print_command): New function.
4308 (_initialize_ax_gdb): Add maint agent-printf command.
4309 * ax-general.c (ax_string): New function.
4310 (ax_print): Add printf disassembly.
4311 * Makefile.in (SFILES): Add format.c
4312 (COMMON_OBS): Add format.o.
4313 * common/format.h: New file.
4314 * common/format.c: New file.
4315 * printcmd.c: Include format.h.
4316 (ui_printf): Call parse_format_string.
4317 * remote.c (remote_state): New field breakpoint_commands.
4318 (PACKET_BreakpointCommands): New enum.
4319 (remote_breakpoint_commands_feature): New function.
4320 (remote_protocol_features): Add new BreakpointCommands entry.
4321 (remote_can_run_breakpoint_commands): New function.
4322 (remote_add_target_side_commands): New function.
4323 (remote_insert_breakpoint): Call it.
4324 (remote_insert_hw_breakpoint): Ditto.
4325 (_initialize_remote): Add new packet configuration for
4326 target-side breakpoint commands.
4327 * target.h (struct target_ops): New field
4328 to_can_run_breakpoint_commands.
4329 (target_can_run_breakpoint_commands): New macro.
4330 * target.c (update_current_target): Handle
4331 to_can_run_breakpoint_commands.
4332
2d7b58e8
JK
43332012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4334
4335 Execute -ix and -iex only after system and user gdbinit files.
4336 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
4337 processing down after gdbinit files.
4338
8690e634
JK
43392012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4340
4341 Add fnmatch-gnu module.
4342 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
4343 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
4344 * gnulib/aclocal.m4: Regenerate.
4345 * gnulib/config.in: Regenerate.
4346 * gnulib/configure: Regenerate.
4347 * gnulib/import/dummy.c: Remove.
4348 * gnulib/import/Makefile.am: Regenerate.
4349 * gnulib/import/Makefile.in: Likewise.
4350 * gnulib/import/m4/gnulib-cache.m4: Likewise.
4351 * gnulib/import/m4/gnulib-comp.m4: Likewise.
4352 * gnulib/import/alloca.c: New file.
4353 * gnulib/import/alloca.in.h: Likewise.
4354 * gnulib/import/config.charset: Likewise.
4355 * gnulib/import/fnmatch.c: Likewise.
4356 * gnulib/import/fnmatch.in.h: Likewise.
4357 * gnulib/import/fnmatch_loop.c: Likewise.
4358 * gnulib/import/localcharset.c: Likewise.
4359 * gnulib/import/localcharset.h: Likewise.
4360 * gnulib/import/m4/alloca.m4: Likewise.
4361 * gnulib/import/m4/codeset.m4: Likewise.
4362 * gnulib/import/m4/configmake.m4: Likewise.
4363 * gnulib/import/m4/fcntl-o.m4: Likewise.
4364 * gnulib/import/m4/fnmatch.m4: Likewise.
4365 * gnulib/import/m4/glibc21.m4: Likewise.
4366 * gnulib/import/m4/localcharset.m4: Likewise.
4367 * gnulib/import/m4/locale-fr.m4: Likewise.
4368 * gnulib/import/m4/locale-ja.m4: Likewise.
4369 * gnulib/import/m4/locale-zh.m4: Likewise.
4370 * gnulib/import/m4/mbrtowc.m4: Likewise.
4371 * gnulib/import/m4/mbsinit.m4: Likewise.
4372 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
4373 * gnulib/import/m4/mbstate_t.m4: Likewise.
4374 * gnulib/import/m4/stdbool.m4: Likewise.
4375 * gnulib/import/m4/wchar_h.m4: Likewise.
4376 * gnulib/import/m4/wctype_h.m4: Likewise.
4377 * gnulib/import/m4/wint_t.m4: Likewise.
4378 * gnulib/import/mbrtowc.c: Likewise.
4379 * gnulib/import/mbsinit.c: Likewise.
4380 * gnulib/import/mbsrtowcs-impl.h: Likewise.
4381 * gnulib/import/mbsrtowcs-state.c: Likewise.
4382 * gnulib/import/mbsrtowcs.c: Likewise.
4383 * gnulib/import/ref-add.sin: Likewise.
4384 * gnulib/import/ref-del.sin: Likewise.
4385 * gnulib/import/stdbool.in.h: Likewise.
4386 * gnulib/import/streq.h: Likewise.
4387 * gnulib/import/strnlen1.c: Likewise.
4388 * gnulib/import/strnlen1.h: Likewise.
4389 * gnulib/import/verify.h: Likewise.
4390 * gnulib/import/wchar.in.h: Likewise.
4391 * gnulib/import/wctype.in.h: Likewise.
4392
202cbf1c
JK
43932012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4394
4395 Support shell wildcards for 'set auto-load safe-path'.
4396 * auto-load.c: Include fnmatch.h.
4397 (filename_is_in_dir): Rename to ...
4398 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
4399 it. Update function comment. Rename dir_len to pattern_len. New
4400 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
4401 messages. Use gdb_filename_fnmatch.
4402 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
4403 pattern.
4404 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
4405 * defs.h (gdb_filename_fnmatch): New declaration.
4406 * utils.c: Include fnmatch.h.
4407 (gdb_filename_fnmatch): New function.
4408
fb7b5af4
SDJ
44092012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
4410
4411 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
4412 `-probe' and `-probe-stap' options.
4413
72d0e2c5
YQ
44142012-07-01 Yao Qi <yao@codesourcery.com>
4415
4416 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
4417 always_inserted_off, and always_inserted_enums.
4418 Change always_inserted_mode's type to 'enum auto_boolean'.
4419 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
4420 callers.
4421 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
4422 of add_setshow_enum_cmd.
4423 * infrun.c: Remove can_use_displaced_stepping_auto,
4424 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
4425 can_use_displaced_stepping_enum.
4426 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
4427 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
4428 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
4429 add_setshow_enum_cmd.
4430
42e7ad6c
DE
44312012-06-30 Doug Evans <dje@google.com>
4432
4433 * dwarf2read.c (signatured_type): Make "per_cu" member first.
4434 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
4435 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
4436
39cf75f7
DE
44372012-06-29 Doug Evans <dje@google.com>
4438
4439 * linespec.c: #include "stack.h".
4440 (decode_line_with_current_source): Moved here from symtab.c and
4441 renamed from decode_line_spec. All callers updated.
4442 (decode_line_with_last_displayed): Moved here from breakpoint.c and
4443 renamed from decode_line_spec_1. All callers updated.
4444 * linespec.h (decode_line_with_current_source): Move declaration here
4445 from symtab.h and renamed from decode_line_spec.
4446 (decode_line_with_last_displayed): Move declaration here from symtab.h
4447 and renamed from decode_line_spec_1.
4448 * macrocmd.c: #include "linespec.h".
4449 * symtab.c: Remove #include "linespec.h".
4450
433df2d4
DE
44512012-06-28 Doug Evans <dje@google.com>
4452
1ce1cefd
DE
4453 * dwarf2read.c (get_cu_length): New function.
4454 (offset_in_cu_p, error_check_comp_unit_head): Call it.
4455 (create_debug_types_hash_table): Ditto.
4456 (init_cutu_and_read_dies): Ditto.
4457 (init_cutu_and_read_dies_no_follow): Ditto.
4458
3b80fe9b
DE
4459 * dwarf2read.c (dwarf2_find_base_address): Move definition.
4460
433df2d4
DE
4461 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
4462 (struct abbrev_table): Define.
4463 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
4464 abbrev_table.
4465 (init_cutu_and_read_dies): Update.
4466 (abbrev_table_alloc_abbrev): New function. Replaces
4467 dwarf_alloc_abbrev. All callers updated.
4468 (abbrev_table_add_abbrev): New function.
4469 (abbrev_table_lookup_abbrev): New function. Replaces
4470 dwarf2_lookup_abbrev. All callers updated.
4471 (abbrev_table_read_table): New function. Contents moved here from
4472 dwarf2_read_abbrevs.
4473 (dwarf2_read_abbrevs): Call it.
4474 (abbrev_table_free): New function.
4475 (dwarf2_free_abbrev_table): Call it.
4476
71caed83
SS
44772012-06-28 Stan Shebs <stan@codesourcery.com>
4478
4479 * osdata.c (info_osdata_command): Filter out "Title" columns
4480 from non-MI uses.
4481 * common/linux-osdata.c (struct osdata_type): Add title field.
4482 (osdata_table): Add titles to each entry.
4483 (linux_command_xfer_osdata): Add a column for title data.
4484
37ce89eb
SS
44852012-06-28 Stan Shebs <stan@codesourcery.com>
4486
4487 Make logging work for MI.
4488 * NEWS: Mention it.
4489 * interps.h (interp_set_logging_ftype): New typedef.
4490 (struct interp_procs): New field set_logging_proc.
4491 (current_interp_set_logging): Declare.
4492 * interps.c (current_interp_set_logging): New function.
4493 * cli/cli-logging.c: Include interps.h.
4494 (set_logging_redirect): Call current_interp_set_logging.
4495 (pop_output_files): Ditto.
4496 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
4497 * mi/mi-console.h (mi_console_set_raw): Declare.
4498 * mi/mi-console.c (mi_console_set_raw): New function.
4499 * mi/mi-interp.c (saved_raw_stdout): New global.
4500 (mi_set_logging): New function.
4501 (_initialize_mi_interp): Add it to interp procs.
4502
659c9f3a
DE
45032012-06-28 Doug Evans <dje@google.com>
4504
a743abeb
DE
4505 * symtab.c (lookup_symbol_aux_objfile): Use
4506 ALL_OBJFILE_PRIMARY_SYMTABS.
4507
659c9f3a
DE
4508 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
4509
da2d6d3d
JK
45102012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4511
4512 * common/buffer.c: Include inttypes.h and stdint.h.
4513 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
4514
e5ef252a
PA
45152012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4516 Pedro Alves <palves@redhat.com>
4517
4518 * gdbthread.h (ALL_THREADS): New macro.
4519 (thread_list): Declare.
4520 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
4521 going, but instead fall through to the stepping handling.
4522 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
4523 the passed in signal. Adjust debug output.
4524 (resume_callback): Rename to ...
4525 (linux_nat_resume_callback): ... this. Pass the thread's last
4526 stop signal, if in "pass" state.
4527 (linux_nat_resume): Adjust to rename.
4528 (stop_wait_callback): New assertion. Don't respawn signals;
4529 instead let the LWP remain with SIGNALLED set.
4530 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
4531 * remote.c (append_pending_thread_resumptions): New.
4532 (remote_vcont_resume): Call it.
4533 * target.h (target_resume): Extend comment.
4534
1d7975eb
IS
45352012-06-28 Iain Sandoe <iain@codesourcery.com>
4536
4537 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
4538
2e3cf129
DE
45392012-06-27 Doug Evans <dje@google.com>
4540
4541 * dwarf2read.c (dwarf2_cu): Add ranges_base.
4542 Delete have_addr_base, unused. All uses updated.
4543 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
4544 (dwarf2_get_pc_bounds): Add ranges_base.
4545 (dwarf2_record_block_ranges): Ditto.
4546
1bb9788d
TT
45472012-06-27 Tom Tromey <tromey@redhat.com>
4548
4549 PR macros/7961:
4550 * varobj.c (varobj_create): Update.
4551 (varobj_set_value): Update.
4552 * tracepoint.c (validate_actionline): Update.
4553 (encode_actions_1): Update.
4554 * parse.c (parse_exp_1): Add 'pc' argument.
4555 (parse_exp_in_context): Add 'pc' argument. Change how
4556 expression_context_pc is set.
4557 (parse_expression): Update.
4558 (parse_field_expression): Update.
4559 * expression.h (parse_exp_1): Update.
4560 * eval.c (parse_to_comma_and_eval): Update.
4561 * breakpoint.c (set_breakpoint_condition): Update.
4562 (update_watchpoint): Update.
4563 (init_breakpoint_sal): Update
4564 (find_condition_and_thread): Update.
4565 (watch_command_1): Update.
4566 (update_breakpoint_locations): Update.
4567 * ada-lang.c (ada_read_renaming_var_value): Update.
4568 (create_excep_cond_exprs): Update.
4569
0bc3a05c
DE
45702012-06-27 Doug Evans <dje@google.com>
4571
4572 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
4573 type units.
4574
4bdcc0c1
DE
45752012-06-26 Doug Evans <dje@google.com>
4576
4577 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
4578 prototype.
4579 (error_check_comp_unit_head): New arg abbrev_section. All callers
4580 updated.
4581 (read_and_check_comp_unit_head): Ditto.
4582 (read_and_check_type_unit_head): Ditto.
4583
ee0bf529
SCR
45842012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4585
4586 New attribute 'last' for gdb.Symtab_and_line.
4587 * NEWS (Python Scripting): Add entry about the new attribute.
4588 * python/py-symtab.c (salpy_get_last): New function which
4589 implements the get method for the 'last' attribute of
4590 gdb.Symtab_and_line.
4591 (sal_object_getset): Add entry for the 'last' attribute.
4592
1c658ad5
DE
45932012-06-26 Doug Evans <dje@google.com>
4594
09262596
DE
4595 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
4596 (dwo_sections): Add macinfo, macro.
4597 (dwarf2_locate_dwo_sections): Watch for macro sections.
4598 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
4599 All callers updated. Handle DWO files.
4600
45cfd468
DE
4601 * NEWS: Mention new options "set debug dwarf2-read" and
4602 "set debug symtab-create".
4603 * dwarf2read.c (dwarf2_read_debug): New static global.
4604 (dwarf2_build_psymtabs_hard): Add debugging printfs.
4605 (process_queue): Ditto.
4606 (process_full_comp_unit): Ditto.
4607 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
4608 * elfread.c (elf_symfile_read): Add debugging printf.
4609 * minsyms.c (install_minimal_symbols): Ditto.
4610 * psymtab.c (allocate_psymtab): Ditto.
4611 * symfile.c (allocate_symtab): Ditto.
4612 * symtab.c (symtab_create_debug): New global.
4613 (_initialize_symtab): Add new option "set debug symtab-create".
4614 * symtab.h (symtab_create_debug): Declare.
4615
1c658ad5
DE
4616 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
4617 (lookup_dwo_type_unit): Ditto.
4618
6fea9e18
L
46192012-06-26 Roland McGrath <roland@hack.frob.com>
4620 H.J. Lu <hongjiu.lu@intel.com>
4621
4622 * amd64-linux-nat.c: Include <sys/user.h>.
4623 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
4624 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
4625 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
4626
4627 * configure.ac: Check if the fs_base and gs_base members of
4628 `struct user_regs_struct' exist.
4629 * config.in: Regenerated.
4630 * configure: Likewise.
4631
adb4fe3b
ME
46322012-06-25 Michael Eager <eager@eagercon.com>
4633
4634 PR python/14291
f782ad9b 4635 * python/python.c (gdbpy_write): Check for interrupted output.
adb4fe3b 4636
fc51cce1
MGD
46372012-06-25 Greta Yorsh <greta.yorsh@arm.com>
4638
4639 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
4640 register as a stack alignment in ARM mode.
4641
40a73391
JK
46422012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4643
4644 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
4645 * gnulib/config.in: Regenerate.
4646 * gnulib/configure: Likewise.
4647 * gnulib/import/m4/extensions.m4: Update it.
4648 * gnulib/import/m4/gnulib-common.m4: Likewise.
4649 * gnulib/import/m4/memmem.m4: Likewise.
4650 * gnulib/import/m4/mmap-anon.m4: Likewise.
4651 * gnulib/import/m4/multiarch.m4: Likewise.
4652 * gnulib/import/stdint.in.h: Likewise.
4653
972daa01
YQ
46542012-06-24 Yao Qi <yao@codesourcery.com>
4655
4656 * corefile.c (write_memory_with_notification): New.
4657 * gdbcore.h: Declare write_memory_with_notification.
4658 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
4659 'observer_notify_memory_changed' with 'write_memory_with_notification'.
4660 * valops.c (value_assign): Likewise.
4661 * python/py-inferior.c (infpy_write_memory): Call
4662 'write_memory_with_notification'.
4663
8d6e0714
JK
46642012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4665
4666 * cc-with-index.sh: Use also -ex "set auto-load no".
4667
156942c7
DE
46682012-06-23 Doug Evans <dje@google.com>
4669
4670 PR 14125
4671 * NEWS: Document additions to .gdb_index.
4672 * dwarf2read.c: #include "gdb/gdb-index.h".
4673 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
4674 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
4675 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
4676 (dwarf2_read_index): Recognize version 7.
4677 (dw2_do_expand_symtabs_matching): New args want_specific_block,
4678 block_kind, domain): All callers updated.
4679 (dw2_find_symbol_file): Handle new index CU values.
4680 (dw2_expand_symtabs_matching): Match symbol kind if requested.
4681 (add_index_entry): New args is_static, kind. All callers updated.
4682 (offset_type_compare, uniquify_cu_indices): New functions
4683 (symbol_kind): New function.
4684 (write_psymtabs_to_index): Remove duplicate CU values.
4685 (write_psymtabs_to_index): Write .gdb_index version 7.
4686
352b3eda
JB
46872012-06-22 Joel Brobecker <brobecker@adacore.com>
4688
4689 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
4690 * configure: Regenerate.
4691
2678e2af
YQ
46922012-06-20 Yao Qi <yao@codesourcery.com>
4693
4694 * python/py-inferior.c: Update comments of infpy_read_memory
4695 and infpy_write_memory.
4696
95c391b6
TT
46972012-06-19 Tom Tromey <tromey@redhat.com>
4698
4699 PR exp/9514:
4700 * parser-defs.h (insert_type, insert_type_address_space): Declare.
4701 (push_type_address_space): Remove.
4702 * parse.c (insert_into_type_stack): New function.
4703 (insert_type): Likewise.
4704 (insert_type_address_space): Rename from push_type_address_space.
4705 Insert tp_space_identifier.
4706 * c-exp.y (ptr_operator): New production.
4707 (abs_decl): Use ptr_operator.
4708 (space_identifier): Call insert_type_address_space.
4709 (ptype): Don't use const_or_volatile_or_space_identifier.
4710 (const_or_volatile_noopt): Call insert_type.
4711 (conversion_type_id, conversion_declarator): New productions.
4712 (operator): Use conversion_type_id.
4713
6ac9ef80
DE
47142012-06-18 Doug Evans <dje@google.com>
4715
422d65e7
DE
4716 * symtab.h (minimal_symbol): New member created_by_gdb.
4717 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
4718 created by gdb.
4719 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
4720 (search_symbols): Call it instead of lookup_symbol.
4721 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
4722
49f6c839
DE
4723 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
4724 Adjust address for DW_OP_GNU_addr_index.
4725 * dwarf2expr.h (dwarf_expr_context): Update comment.
4726 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
4727 all callers updated. Handle TLS vars described with
4728 DW_OP_GNU_const_index.
4729 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
4730 and DW_OP_GNU_const_index.
4731 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
4732
6ac9ef80
DE
4733 * block.c (find_block_in_blockvector): Make explicit the fact that we
4734 ignore GLOBAL_BLOCK.
4735
4cd18215
TT
47362012-06-18 Tom Tromey <tromey@redhat.com>
4737
4738 * c-exp.y (operator): Remove trailing space after "delete" and
4739 "delete[]".
4740
a9b8d892
JK
47412012-06-18 Mark Kettenis <kettenis@gnu.org>
4742 Jan Kratochvil <jan.kratochvil@redhat.com>
4743
4744 Switch i386 and derived targets to ON_STACK.
4745 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
4746 (amd64_dicos_init_abi): Remove its installment.
4747 * dicos-tdep.c (dicos_init_abi): Remove the
4748 set_gdbarch_call_dummy_location call. Update the comment here.
4749 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
4750 (i386_dicos_init_abi): Remove its installment.
4751 * i386-tdep.c (i386_push_dummy_code): New function.
4752 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
4753 i386_push_dummy_code.
4754
e2e4d78b
JK
47552012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4756
4757 Remove stale dummy frames.
4758 * breakpoint.c: Include dummy-frame.h.
4759 (longjmp_breakpoint_ops): New variable.
4760 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
4761 bp_longjmp_call_dummy.
4762 (bpstat_what, bptype_string, print_one_breakpoint_location)
4763 (init_bp_location): Support bp_longjmp_call_dummy.
4764 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
4765 (set_longjmp_breakpoint_for_call_dummy)
4766 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
4767 functions.
4768 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
4769 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
4770 FIXME comment and extend the other comment for bp_call_dummy.
4771 (set_longjmp_breakpoint_for_call_dummy)
4772 (check_longjmp_breakpoint_for_call_dummy): New declarations.
4773 * dummy-frame.c: Include gdbthread.h.
4774 (pop_dummy_frame_bpt): New function.
4775 (pop_dummy_frame): Call pop_dummy_frame_bpt.
4776 (dummy_frame_discard): New function.
4777 (cleanup_dummy_frames): Update the comment about longjmps.
4778 * dummy-frame.h (dummy_frame_discard): New declaration.
4779 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
4780 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
4781 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
4782 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
4783 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
4784 keep_going if IS_LONGJMP and there is no other reason to stop.
4785
09d5912c
TT
47862012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
4787
4788 * remote-sim.c (sim_command_completer): Initialize
4789 variable 'result'.
4790
1788b2d3
JK
47912012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4792
4793 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
4794 * dwarf2loc.c (call_site_parameter_matches): Support
4795 CALL_SITE_PARAMETER_PARAM_OFFSET.
4796 (needs_dwarf_reg_entry_value): Push stub value.
4797 * dwarf2read.c (read_call_site_scope): New variable origin. Support
4798 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
4799 * gdbtypes.h (enum call_site_parameter_kind): New item
4800 CALL_SITE_PARAMETER_PARAM_OFFSET.
4801 (struct call_site.parameter.u): New field param_offset.
4802
24c5c679
JK
48032012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4804
4805 Code cleanup: Generalize call_site.parameter key.
4806 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
4807 variable dwarf_reg. New variable kind_u. Update parameters to
4808 push_dwarf_reg_entry_value.
4809 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4810 * dwarf2expr.h (enum call_site_parameter_kind)
4811 (union call_site_parameter_u): Forward declarations.
4812 (struct dwarf_expr_context_funcs): Update parameters and their
4813 description for push_dwarf_reg_entry_value.
4814 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4815 * dwarf2loc.c (call_site_parameter_matches): New function.
4816 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
4817 description. Use call_site_parameter_matches.
4818 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
4819 Update parameters and their description.
4820 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
4821 New variable kind_u. Adjust the caller for updated parameters.
4822 (needs_dwarf_reg_entry_value): Update parameters.
4823 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
4824 instead of attr. Update for the changed fields of struct
4825 call_site_parameter.
4826 * gdbtypes.h: Include dwarf2expr.h.
4827 (enum call_site_parameter_kind): New.
4828 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
4829 fb_offset into new union u.
4830
ac142d96
L
48312012-06-16 H.J. Lu <hongjiu.lu@intel.com>
4832
4833 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
4834 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
4835 for x32.
4836
ba224c70
L
48372012-06-16 H.J. Lu <hongjiu.lu@intel.com>
4838
4839 * amd64-linux-nat.c (compat_x32_clock_t): New.
4840 (compat_x32_siginfo_t): Likewise.
4841 (compat_x32_siginfo_from_siginfo): Likewise.
4842 (siginfo_from_compat_x32_siginfo): Likewise.
4843 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
4844 and siginfo_from_compat_x32_siginfo for x32.
4845
7ecbc825
HZ
48462012-06-15 Hui Zhu <hui_zhu@mentor.com>
4847
4848 * tracepoint.c (tfile_xfer_partial): Add a lseek.
4849
233dfcf0
L
48502012-06-15 H.J. Lu <hongjiu.lu@intel.com>
4851
4852 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
4853 instead of gdbarch_ptr_bit.
4854 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
4855 (amd64_supply_native_gregset): Likewise.
4856 (amd64_collect_native_gregset): Likewise.
4857 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
4858 (amd64_supply_xsave): Likewise.
4859 (amd64_collect_fxsave): Likewise.
4860 (amd64_collect_xsave): Likewise.
4861
6da38f42
L
48622012-06-15 H.J. Lu <hongjiu.lu@intel.com>
4863
4864 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
4865 (amd64_linux_read_description): Check DS segment register for
4866 x32 process.
4867
663b969e
TT
48682012-06-15 Tom Tromey <tromey@redhat.com>
4869
4870 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
4871 init_cutu_and_read_dies.
4872
d6f05027
IS
48732012-06-15 Iain Sandoe <iain@codesourcery.com>
4874
4875 * MAINTAINERS (Write After Approval): Add myself to the list.
4876
6598ed07
TT
48772012-06-15 Tom Tromey <tromey@redhat.com>
4878
4879 * valops.c (value_find_oload_method_list): Now static.
4880 * value.h (value_find_oload_method_list): Don't declare.
4881
2b214ea6
TT
48822012-06-15 Tom Tromey <tromey@redhat.com>
4883
4884 * valops.c (find_overload_match): Use value_ind.
4885
a210c238
MR
48862012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
4887
4888 * infrun.c (handle_inferior_event): Correct indentation.
4889
3771a44c
DE
48902012-06-14 Doug Evans <dje@google.com>
4891
4892 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
4893 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
4894 All uses updated.
4895 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
4896 updated. Handle DEBUG_LOC_START_LENGTH.
4897 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
4898 (loclist_describe_location): Ditto.
4899
1c5a993e
MR
49002012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
4901
4902 PR backtrace/13866
4903 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
4904 after hiding inline functions.
4905
0b155465
JB
49062012-06-13 Joel Brobecker <brobecker@adacore.com>
4907
4908 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
4909 _initialize_inf_ttrace.
4910
45717bac
JB
49112012-06-13 Joel Brobecker <brobecker@adacore.com>
4912
4913 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
4914 _initialize_hppa_hpux_nat.
4915
34370865
JB
49162012-06-13 Joel Brobecker <brobecker@adacore.com>
4917
4918 * remote-sim.c (sim_command_completer): Change type of return
4919 value to "VEC (char_ptr) *". Adjust implementation accordingly.
4920
284c5a60
MK
49212012-06-13 Mark Kettenis <kettenis@gnu.org>
4922 Jan Kratochvil <jan.kratochvil@redhat.com>
4923
4924 PR tdep/14222
4925 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
4926 stack on a 16-byte boundary.
4927
2535757a
TT
49282012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
4929
4930 * jit.c (finalize_symtab): Set function's return type to 'void' by
4931 default.
4932
fff4548b
MK
49332012-06-13 Mark Kettenis <kettenis@gnu.org>
4934 H.J. Lu <hongjiu.lu@intel.com>
4935
5a83521a
MK
4936 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
4937 Move bits common to both the classic LP64 and the new x32 ILP32
4938 ABI here.
4939 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
4940 (amd64_x32_linux_init_abi): New function.
4941 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
4942 subtype.
4943
fff4548b
MK
4944 * i386-tdep.h (i386_pseudo_register_name): New prototype.
4945 * i386-tdep.c (i386_pseudo_register_name): Make public.
4946 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
4947 * amd64-tdep.c (amd64_dword_names): Add "eip".
4948 (amd64_x32_pseudo_register_type): New function
4949 (amd64_x32_init_abi): New function.
4950
dd80ea3c
JK
49512012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4952
4953 PR build/14003
4954 * inferior.h (struct inferior_suspend_state): Comment out.
4955 (struct inferior): Comment out the field suspend.
4956 * infrun.c (struct infcall_suspend_state): Comment out the field
4957 inferior_suspend.
4958 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
4959 out its assignment.
4960
50af5481
JK
49612012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4962
4963 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4964 * c-exp.y (classify_inner_name): Remove caller assumptions in the
4965 function comment. Return ERROR for unresolved cases. Implement
4966 returning proper NAME.
4967 (yylex): Accept also NAME from classify_inner_name.
4968 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
4969 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
4970 LOC_TYPEDEF type.
4971 * cp-support.h (cp_lookup_nested_type): Update its declaration.
4972
d55637df
TT
49732012-06-13 Tom Tromey <tromey@redhat.com>
4974
4975 * breakpoint.c (condition_completer): New function.
4976 (_initialize_breakpoint): Use it.
4977 * value.c (complete_internalvar): New function.
4978 * value.h (complete_internalvar): Declare.
4979
49c4e619
TT
49802012-06-13 Tom Tromey <tromey@redhat.com>
4981
4982 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
4983 * breakpoint.c (catch_syscall_completer): Return a VEC.
4984 * cli/cli-cmds.c (complete_command): Update.
4985 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
4986 (complete_on_enum): Likewise.
4987 * command.h: Include gdb_vecs.h.
4988 (completer_ftype): Change return type.
4989 (complete_on_cmdlist, complete_on_enum): Likewise.
4990 * completer.c (noop_completer, filename_completer)
4991 (location_completer): Return a VEC.
4992 (add_struct_fields): Remove 'nextp' argument. Change 'output'
4993 to a VEC.
4994 (expression_completer, complete_line_internal, complete_line)
4995 (command_completer): Return a VEC.
4996 (gdb_completion_word_break_characters, line_completion_function):
4997 Update.
4998 * completer.h: Include gdb_vecs.h.
4999 (complete_line, noop_completer, filename_completer)
5000 (expression_completer, location_completer, command_completer):
5001 Update.
5002 * f-lang.c (f_word_break_characters): Return a VEC.
5003 * interps.c (interpreter_completer): Return a VEC.
5004 * language.h (struct language_defn)
5005 <la_make_symbol_completion_list>: Return a VEC.
5006 * python/py-cmd.c (cmdpy_completer): Return a VEC.
5007 * symtab.c (free_completion_list): Take a VEC.
5008 (return_val_size, return_val_index): Remove.
5009 (return_val): Now a VEC.
5010 (completion_list_add_name): Update.
5011 (default_make_symbol_completion_list_break_on)
5012 (default_make_symbol_completion_list, make_symbol_completion_list)
5013 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
5014 Return a VEC.
5015 (add_filename_to_list): Update.
5016 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
5017 <list>: Now a VEC.
5018 (maybe_add_partial_symtab_filename): Update.
5019 (make_source_files_completion_list): Return a VEC.
5020 * symtab.h (default_make_symbol_completion_list_break_on)
5021 (default_make_symbol_completion_list, make_symbol_completion_list)
5022 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
5023 (make_source_files_completion_list): Update.
5024
625e8578
TT
50252012-06-13 Tom Tromey <tromey@redhat.com>
5026
5027 * breakpoint.c (add_catch_command): Use completer_ftype.
5028 * breakpoint.h: Include command.h.
5029 (add_catch_command): Use completer_ftype.
5030 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
5031 * cli/cli-decode.h (struct cmd_list_element) <completer>:
5032 Use completer_ftype.
5033 * command.h (completer_ftype): New typedef.
5034 (set_cmd_completer): Use it.
5035 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
5036 completer_ftype.
5037
5eb3b062
PA
50382012-06-13 Pedro Alves <palves@redhat.com>
5039
5040 Partial revert of previous change.
5041
5042 * serial.c (scb_base): New global.
5043 (serial_for_fd): New.
5044 (serial_open, serial_fdopen_ops): Link new serial in open serials
5045 chain.
5046 (do_serial_close): Unlink serial from the open serials chain.
5047
8b3ee56d
PA
50482012-06-12 Pedro Alves <palves@redhat.com>
5049
5050 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
5051 threads here.
5052 (prepare_for_detach): No longer context switch here in non-stop
5053 mode.
5054 (fetch_inferior_event): Ditto.
5055 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
5056 to the event thread before removing breakpoints. Switch to the
5057 event thread before inserting breakpoints and resuming.
5058 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
5059 event thread before resuming.
5060 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
5061 Switch to the event thread before removing breakpoints.
5062
5d60742e
EZ
50632012-06-12 Eli Zaretskii <eliz@gnu.org>
5064
5065 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
5066 special characters correctly for the Windows shells. See
5067 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
5068 report.
5069 [!__MINGW32__]: Remove extra double quote character from special
5070 characters.
5071
a6feecf7
SS
50722012-06-11 Stan Shebs <stan@codesourcery.com>
5073
5074 * ui-out.h: Remove #if 0 declarations.
5075 * ui-out.c: Remove #if 0 functions.
5076
ddefb60f
PA
50772012-06-11 Pedro Alves <palves@redhat.com>
5078
5079 * ser-base.c (run_async_handler_and_reschedule): New.
5080 (fd_event, push_event): Use it.
5081 * serial.c (serial_open, serial_fdopen_ops): Set the initial
5082 reference count to 1.
5083 (do_serial_close): Set the bufp field to NULL. Use serial_unref
5084 instead of xfree.
5085 (serial_is_open, serial_ref, serial_unref): New.
5086 * serial.h (serial_open): Adjust comment.
5087 (serial_is_open): Declare.
5088 (serial_close): Adjust comment.
5089 (serial_ref, serial_unref) Declare.
5090 (struct serial): New field 'refcnt'.
5091
d5ad6aa5
PA
50922012-06-11 Pedro Alves <palves@redhat.com>
5093
5094 Remove #if 0'd "connect" command, and unnecessary associated
5095 refcounting and serial reuse bits.
5096
5097 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
5098 * serial.c (last_serial_opened): Delete.
5099 (scb_base): Delete.
5100 (serial_open): Adjust.
5101 (serial_for_fd): Delete.
5102 (serial_fdopen_ops, do_serial_close): Adjust.
5103 (serial_fdopen_ops): Adjust.
5104
318aa544
PA
51052012-06-11 Pedro Alves <palves@redhat.com>
5106
5107 * serial.c (do_serial_close): Remove early return when SCB is
5108 null.
5109
07261596
TT
51102012-06-11 Tom Tromey <tromey@redhat.com>
5111
5112 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
5113
cc80f267
JK
51142012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5115
5116 Fix regression by the "ambiguous linespec" series.
5117 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
5118 get_last_displayed_symtab and get_last_displayed_line and depending
5119 on CURSAL.
5120
356d9f9d
TT
51212012-06-11 Tom Tromey <tromey@redhat.com>
5122
5123 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
5124 (dw2_find_symbol_file): Use it.
5125
232b8704
ME
51262012-06-11 Michael Eager <eager@eagercon.com>
5127
5128 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
5129 * mips-linux-tdep.h (mips_signals): New
5130
e81a37f7
TT
51312012-06-11 Tom Tromey <tromey@redhat.com>
5132
5133 * infrun.c (handle_inferior_event)
5134 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
5135 breakpoint.
5136 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
5137 exception logic in all cases. Update comments.
5138 (insert_longjmp_resume_breakpoint): Set the exception resume
5139 breakpoint.
5140
2e81047f
MR
51412012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
5142
5143 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
5144
4e32eda7
SCR
51452012-06-09 Siva Chandra Reddy <sivachandra@google.com>
5146
5147 * valarith.c (binop_types_user_defined_p): Fix a typo.
5148
18648a37 51492012-06-08 Yao Qi <yao@codesourcery.com>
f782ad9b 5150 Chung-Lin Tang <cltang@codesourcery.com>
18648a37
YQ
5151
5152 * arch-utils.c (default_return_in_first_hidden_param_p): New.
5153 * arch-utils.h: Declare.
5154 * gdbarch.sh: Add return_in_first_hidden_param_p.
5155 * gdbarch.c, gdbarch.h: Regenerated.
5156 * infcall.c (call_function_by_hand): Call
5157 gdbarch_return_in_first_hidden_param_p instead of
5158 language_pass_by_reference.
5159
5160 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
5161 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
5162 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
5163 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
5164 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
5165 `cplus_return_struct_by_reference'.
5166 (tic6x_return_value): Handle language cplusplus.
5167 (tic6x_return_in_first_hidden_param_p): New.
5168 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
5169
034e5797
DE
51702012-06-07 Doug Evans <dje@google.com>
5171
5172 * dwarf2read.c (dwarf2_cu): Add comment.
5173
6a00aa1e
MR
51742012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5175
5176 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
5177 variable.
5178 (mips_eabi_push_dummy_call): Likewise.
5179 (mips_n32n64_push_dummy_call): Likewise.
5180 (mips_o32_push_dummy_call): Likewise.
5181 (mips_o64_push_dummy_call): Likewise.
5182
eaa05d59
MR
51832012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5184
5185 * mips-tdep.c (mips_convert_register_p): Correct coding style.
5186
de13fcf2
MR
51872012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5188
5189 * mips-tdep.c (mips_pseudo_register_type): Use
5190 mips_float_register_p.
5191
c3a01a22
PA
51922012-06-06 Pedro Alves <palves@redhat.com>
5193
5194 * infrun.c (handle_inferior_event): Remove calls to
5195 reinit_frame_cache that follow a context_switch call.
5196
d25f45d9
PA
51972012-06-06 Pedro Alves <palves@redhat.com>
5198
5199 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
5200 context_switch and remove stale comment.
5201
359f5fe6
PA
52022012-06-06 Pedro Alves <palves@redhat.com>
5203
5204 * infrun.c (struct execution_control_state): Remove
5205 `new_thread_event' field.
5206 (handle_inferior_event): Simplify new threads handling; don't
5207 resume the inferior if we find a new thread.
5208
2d4c29c5
TS
52092012-06-06 Thomas Schwinge <thomas@codesourcery.com>
5210
5211 * NEWS: Document the deprecation of SH's 'regs' command.
5212 * inferior.h (all_registers_info): Add function declaration.
5213 * sh-tdep.c (sh_show_regs): Remove variable.
5214 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
5215 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
5216 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
5217 (sh_show_regs_command): Remove functions.
5218 (sh_gdbarch_init): Don't set sh_show_regs.
5219 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
5220 'info all-registers'.
5221 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
5222 (sh64_show_regs): Remove functions.
5223 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
5224
f5f1cdb6
JK
52252012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5226
5227 * configure.ac: Move development=true below AC_INIT.
5228 * configure: Regenerate.
5229
bf6309af
SS
52302012-06-05 Stan Shebs <stan@codesourcery.com>
5231
5232 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
5233 gdb_stdout.
5234
45aa4659
JK
52352012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
5236
5237 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
5238 argument as ssize_t.
5239 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
5240 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
5241 * target.c (target_read_stack, target_write_memory)
5242 (target_write_raw_memory): Likewise.
5243 * target.h (target_read_stack, target_write_memory)
5244 (target_write_raw_memory): Likewise.
5245
1b162304
JK
52462012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5247
5248 * symfile-mem.c: Change gdb_static_assert to ssize_t.
5249 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
5250 * target.c (target_read_memory): Change LEN to ssize_t.
5251 * target.h (target_read_memory): Change LEN to ssize_t.
5252
8556afb4
PA
52532012-06-05 Pedro Alves <palves@redhat.com>
5254
5255 PR backtrace/13866
5256
5257 * breakpoint.c (until_break_command): Only fetch the selected
5258 frame after decode_line_1.
5259
fb139f32
PA
52602012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
5261
5262 * solib-svr4.c (enable_break): Don't fallback to setting the solib
5263 event breakpoint at _start, __start or main if a program
5264 interpreter is not found.
5265
a8e1bb34
JB
52662012-06-05 Joel Brobecker <brobecker@adacore.com>
5267
5268 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
5269 Add declaration.
5270 * windows-tdep.c: #include "objfiles.h".
5271 (windows_iterate_over_objfiles_in_search_order): New function.
5272 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
5273 iterate_over_objfiles_in_search_order gdbarch method to
5274 windows_iterate_over_objfiles_in_search_order.
5275 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
5276
19630284
JB
52772012-06-05 Joel Brobecker <brobecker@adacore.com>
5278
5279 * gdbarch.sh: Add generation of
5280 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
5281 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
5282 (iterate_over_objfiles_in_search_order): New gdbarch method.
5283 * gdbarch.h, gdbarch.c: Regenerate.
5284 * objfiles.h (default_iterate_over_objfiles_in_search_order):
5285 Add declaration.
5286 * objfiles.c (default_iterate_over_objfiles_in_search_order):
5287 New function.
5288 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5289 out of lookup_symbol_aux_symtabs.
5290 (lookup_symbol_aux_symtabs): Replace extracted-out code by
5291 call to lookup_symbol_aux_objfile.
5292 (struct global_sym_lookup_data): New type.
5293 (lookup_symbol_global_iterator_cb): New function.
5294 (lookup_symbol_global): Search for symbol using
5295 gdbarch_iterate_over_objfiles_in_search_order and
5296 lookup_symbol_global_iterator_cb.
5297 * findvar.c (struct minsym_lookup_data): New type.
5298 (minsym_lookup_iterator_cb): New function.
5299 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
5300 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
5301 and minsym_lookup_iterator_cb.
5302
67ff19f7
JB
53032012-06-05 Joel Brobecker <brobecker@adacore.com>
5304
5305 Revert the following patch:
5306 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5307 try locating the symbol in the symbol's own objfile first, before
5308 extending the search to all objfiles.
5309 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5310 out of lookup_symbol_aux_symtabs.
5311 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5312 Replace extracted-out code by call to lookup_symbol_aux_objfile.
5313 Do not search EXCLUDE_OBJFILE.
5314 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5315 (lookup_symbol_global): Search for matches in the block's objfile
5316 first, before searching all other objfiles.
5317
ccab2054
JB
53182012-06-05 Joel Brobecker <brobecker@adacore.com>
5319
5320 * breakpoint.c (find_condition_and_thread): Stop parsing
5321 as soon as the first invalid keyword is found.
5322
e23d4a9c
JB
53232012-06-05 Joel Brobecker <brobecker@adacore.com>
5324
5325 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
5326
70160166
JB
53272012-06-05 Joel Brobecker <brobecker@adacore.com>
5328
5329 * config/djgpp/djcheck.sh: Add copyright header.
5330
399501a5
JB
53312012-06-05 Joel Brobecker <brobecker@adacore.com>
5332
5333 * copyright.py (update_files, main): Fix path to update-copyright
5334 script.
5335
3770a159
JB
53362012-06-05 Joel Brobecker <brobecker@adacore.com>
5337
5338 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
5339 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
5340 for which a reminder to update by hand is printed.
5341
4aad0dfc
DE
53422012-06-04 Doug Evans <dje@google.com>
5343
5344 * buildsym.c (make_blockvector): Add comment.
5345
1f8cf220
PA
53462012-06-04 Pedro Alves <palves@redhat.com>
5347
5348 * arch-utils.c (default_gdb_signal_from_target): Delete.
5349 * arch-utils.h (default_gdb_signal_from_target): Delete.
5350 * corelow.c (core_open) <signal mapping>: Extended comment. Check
5351 gdbarch_gdb_signal_from_target_p.
5352 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
5353 predicate).
5354 * gdbarch.h: Regenerate.
5355 * gdbarch.c: Regenerate.
5356
86b49880
PA
53572012-06-04 Pedro Alves <palves@redhat.com>
5358
5359 * gdbarch.sh (gdb_signal_from_target): Mention that the
5360 implementation of the method must be host independent.
5361 * gdbarch.h: Regenerate.
5362
fe78531d
JK
53632012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5364
5365 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
5366 parameters.
5367 (target_read_memory_bfd): New function.
5368 (symbol_file_add_from_memory): Use it.
5369
d790cf0a
DE
53702012-06-03 Doug Evans <dje@google.com>
5371
78e5175a
DE
5372 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
5373 of primary symtab.
5374 (basic_lookup_transparent_type): Ditto.
5375
d790cf0a
DE
5376 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
5377 (ALL_PRIMARY_SYMTABS): Use it.
5378 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
5379 * dwarf2read.c (dw2_find_symbol_file): Ditto.
5380 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
5381 * symtab.c (lookup_symbol_aux_objfile): Ditto.
5382 (basic_lookup_transparent_type): Ditto.
5383
c6e5ee5e
SDJ
53842012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
5385
5386 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
5387 it to optimize resolution of demangled name.
5388
a68ffae9
JK
53892012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5390
5391 * configure.ac (development): Define new variable.
5392 Call AC_CHECK_LIB for mcheck if $development.
5393 (ERROR_ON_WARNING): Enable it by default only if $development.
5394 * config.in: Regenerate.
5395 * configure: Regenerate.
5396
5299c1c4
JK
53972012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
5398
5399 * target.c (target_read_memory): Make LEN argument as size_t.
5400 * target.h (target_read_memory): Likewise.
5401
54022012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7c71816c
JK
5403
5404 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
5405
0c56f59b
EBM
54062012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
5407
5408 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
5409 BookE interface for PowerPC server processors if not available
5410 in the Linux Kernel.
5411
71bdabee
KS
54122012-05-31 Keith Seitz <keiths@redhat.com>
5413
5414 * linespec.c (decode_objc): Add cleanup to free
5415 INFO.FILE_SYMTABS.
5416 (find_linespec_symbols): Add cleanup to free CLASSES.
5417 * symfile.c (find_separate_debug_file_by_debuglink): Add
5418 cleanup to free DEBUGLINK.
5419 * ui-out.c (clear_header_list): No need to check if
5420 HEADER_NEXT.COLHDR is NULL.
5421 Free HEADER_NEXT.COL_NAME.
5422
acbd605d
MGD
54232012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5424
5425 * ada-lang.c (standard_lookup): Prevent uninitialized variable
5426 warning.
5427
65662cde
PA
54282012-05-30 Jeff Kenton <jkenton@tilera.com>
5429
5430 * configure.host (gdb_host_cpu): Handle tilegx*.
5431 (gdb_host): Handle tilegx-*-linux*.
5432 * tilegx-linux-nat.c: New file.
5433 * config/tilegx/linux.mh: New file.
5434
ade64f0e
PA
54352012-05-30 Jeff Kenton <jkenton@tilera.com>
5436
5437 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
5438 tilegx-linux-tdep.o.
5439 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
5440 tilegx-linux-tdep.c.
5441 * configure.tgt: Handle tilegx-*-linux*.
5442 * tilegx-tdep.h: New file.
5443 * tilegx-tdep.c: New file.
5444 * tilegx-linux-tdep.c: New file.
5445 * regformats/reg-tilegx.dat: New file.
5446
bb08bdbd
EBM
54472012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
5448
5449 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
5450 accounting of hw watchpoints on ppc.
5451
ebd86fb5
TJB
54522012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
5453
5454 * source.c (openp): Expand tilde in path entries.
5455
0a0edcd5
DE
54562012-05-29 Doug Evans <dje@google.com>
5457
98cc87bd
DE
5458 * buildsym.c (block_compar): Fix comment.
5459 (end_symtab): Fix and clarify some comments.
5460
0a0edcd5
DE
5461 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
5462 cleanup_undefined_types.
5463 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
5464 All callers updated.
5465
6f0c7050
TT
54662012-05-29 Tom Tromey <tromey@redhat.com>
5467
5468 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
5469 fails.
5470 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
5471 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
5472 fails.
5473 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
5474 fails.
5475
ec95993c
TG
54762012-05-29 Tristan Gingold <gingold@adacore.com>
5477
5478 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
5479 (struct darwin_info): ... New struct.
5480 (solib_darwin_pspace_data): New variable.
5481 (darwin_pspace_data_cleanup): New function.
5482 (get_darwin_info): Likewise.
5483 (darwin_dyld_version_ok, darwin_load_image_infos)
5484 (darwin_solib_get_all_image_info_addr_at_init)
5485 (darwin_solib_read_all_image_info_addr): Add info argument.
5486 Adjust code.
5487 (darwin_current_sos): Use per pspace structure.
5488 (darwin_solib_create_inferior_hook): Likewise.
5489 (darwin_clear_solib): Likewise.
5490 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
5491
ae25568b
PA
54922012-05-28 Pedro Alves <palves@redhat.com>
5493
5494 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
5495 block that uses them. Clear ecss before handling each event.
5496
0c5bf5a9
JK
54972012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5498
5499 * solib-svr4.c (svr4_current_sos): New comment on
5500 svr4_current_sos_via_xfer_libraries fall back.
5501
bfb05775
JK
55022012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5503
5504 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
5505 it as a fallback for TYPE_IS_OPAQUE.
5506 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
5507 symbols for lookup_symbol.
5508
685b1105
JK
55092012-05-24 John Steele Scott <toojays@toojays.net>
5510
5511 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5512 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
5513 (producer_is_gxx_lt_4_6): Move the checking and caching to...
5514 (check_producer): ... this new function, which also checks for ICC
5515 and caches the result.
5516 (producer_is_icc): New function.
5517 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
5518 producer was ICC.
5519
22203bbf
PA
55202012-05-24 Pedro Alves <palves@redhat.com>
5521
5522 PR gdb/7205
5523
5524 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
5525 (default_gdb_signal_to_target): ... this. Add comment.
5526 (default_gdb_signal_from_host): Rename to ...
5527 (default_gdb_signal_from_target): ... this. Add comment.
5528 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
5529 (default_gdb_signal_to_target): ... this.
5530 (default_gdb_signal_from_host): Rename to ...
5531 (default_gdb_signal_from_target): ... this.
5532 * corelow.c (core_open): Adjust to naming change. Replace comment.
5533 * gdbarch.sh (gdb_signal_from_host): Rename to ...
5534 (gdb_signal_from_target): ... this. Adjust to
5535 default_gdb_signal_from_host naming change. Extend comment.
5536 (gdb_signal_to_host): Rename to ...
5537 (gdb_signal_to_target): ... this. Adjust to
5538 default_gdb_signal_to_host naming change.
5539 * gdbarch.h, gdbarch.c: Renegerate.
5540
a493e3e2
PA
55412012-05-24 Pedro Alves <palves@redhat.com>
5542
5543 PR gdb/7205
5544
f782ad9b 5545 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
a493e3e2 5546
2ea28649
PA
55472012-05-24 Pedro Alves <palves@redhat.com>
5548
5549 PR gdb/7205
5550
5551 Replace target_signal with gdb_signal throughout.
5552
b09846a9
PA
55532012-05-24 Pedro Alves <palves@redhat.com>
5554
5555 PR tui/14159
5556
5557 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
5558 string, instead of reusing the va_list argument.
5559
e77c107e
TT
55602012-05-24 Tom Tromey <tromey@redhat.com>
5561
5562 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
5563 Remove.
5564
9fccedf7
DE
55652012-05-23 Doug Evans <dje@google.com>
5566
d50bd42b
DE
5567 * symtab.c (search_symbols): Formatting fixes.
5568 (print_symbol_info): Formatting fixes.
5569
9fccedf7
DE
5570 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
5571 int64_t change to leb128 API.
5572 (read_encoded_value, decode_frame_entry_1): Ditto.
5573 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
5574 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
5575 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5576 (execute_stack_op): Ditto.
5577 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
5578 (safe_read_uleb128, safe_read_sleb128): Ditto.
5579 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
5580 (dwarf2_compile_expr_to_ax): Ditto.
5581 (locexpr_describe_location_piece): Ditto.
5582 (disassemble_dwarf_expression): Ditto.
5583 (locexpr_describe_location_1): Ditto.
5584
f3e0e960
SS
55852012-05-23 Stan Shebs <stan@codesourcery.com>
5586 Kwok Cheung Yeung <kcy@codesourcery.com>
5587
5588 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
5589 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
5590 (mi-cmd-info.o): New rule.
5591 * osdata.h (info_osdata_command): New declaration.
5592 * osdata.c (info_osdata_command): Change to non-static.
5593 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
5594 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
5595 * mi/mi-cmd-info.c: New file.
5596
c51fe631
DE
55972012-05-23 Doug Evans <dje@google.com>
5598
71cddcc1
DE
5599 * symtab.c (search_symbols): Pass NULL for file_matcher to
5600 expand_symtabs_matching if there are no files to match.
5601
c51fe631
DE
5602 * gdbtypes.c (lookup_typename): Simplify.
5603
a79378d4
PA
56042012-05-23 Pedro Alves <palves@redhat.com>
5605
5606 * arch-utils.h (default_target_signal_to_host): Delete.
5607 * arch-utils.c (default_target_signal_to_host): Delete.
5608 * gdbarch.sh (target_signal_to_host): Remove.
5609 * gdbarch.h, gdbarch.c: Regenerate.
5610
f664829e
DE
56112012-05-22 Doug Evans <dje@google.com>
5612
5613 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
5614 "const gdb_byte *".
5615 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
5616 (execute_cfa_program): Update to match API of leb128 functions.
5617 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
5618 "const gdb_byte *".
5619 (read_unsigned_leb128, read_signed_leb128): Delete.
5620 (read_initial_length): Change type of buf argument to
5621 "const gdb_byte *".
5622 (read_encoded_value): Update to match API of leb128 functions.
5623 (decode_frame_entry): Change result to "const gdb_byte *", and
5624 similarly for "start" parameter.
5625 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
5626 (dwarf2_build_frame_info): Change local frame_ptr to
5627 "const gdb_byte *".
5628 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
5629 read_uleb128, read_sleb128. All callers updated.
5630 (safe_skip_leb128): New function.
5631 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
5632 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
5633 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
5634 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
5635 read_uleb128, read_sleb128.
5636 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5637 (execute_stack_op): Update to match API of leb128 functions.
5638 * dwarf2expr.h: #include "leb128.h".
5639 (read_uleb128, read_sleb128): Delete.
5640 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
5641 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
5642 * dwarf2loc.c (debug_loc_kind): New enum.
5643 (decode_debug_loc_addresses): New function.
5644 (decode_debug_loc_dwo_addresses): New function.
5645 (dwarf2_find_location_expression): Rewrite.
5646 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
5647 (locexpr_describe_location_piece): Ditto.
5648 (disassemble_dwarf_expression): Ditto.
5649 (locexpr_describe_location_1): Ditto.
5650 (loclist_describe_location): Rewrite.
5651 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
5652 * dwarf2read.c (die_reader_specs): New member "buffer_end".
5653 (dwarf2_section_buffer_overflow_complaint): Renamed from
5654 dwarf2_macros_too_long_complaint. All callers updated.
5655 (skip_leb128): Delete.
5656 (init_cu_die_reader): Initialize reader->buffer_end.
5657 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
5658 (skip_form_bytes): New arg buffer_end. All callers updated.
5659 Replace call to skip_leb128 with gdb_skip_leb128.
5660 (skip_unknown_opcode): New arg mac_end. All callers updated.
5661 (fill_in_loclist_baton): Initialize baton->from_dwo.
5662
837a1b32
MR
56632012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
5664
5665 * mips-linux-nat.c (mips_linux_read_description): Use a more
5666 verbose error message.
5667
d0e64392
MR
56682012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
5669
5670 * NEWS: Add MIPS/Linux DSP support.
5671 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
5672 (SIGCONTEXT_DSPCTL): New macro.
5673 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
5674 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
5675 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
5676 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
5677 (N64_SIGCONTEXT_HI3): Likewise.
5678 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
5679 (N64_SIGCONTEXT_LO3): Likewise.
5680 (N64_SIGCONTEXT_DSPCTL): Likewise.
5681 (N64_SIGCONTEXT_FPCSR): Clarify definition.
5682 (mips_linux_o32_sigframe_init): Handle DSP registers.
5683 (mips_linux_n32n64_sigframe_init): Likewise.
5684
8bea7ed1
PM
56852012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
5686
5687 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
5688 call to abort.
5689
dab06dbe
PA
56902012-05-22 Pedro Alves <palves@redhat.com>
5691
5692 * target.h (store_waitstatus): Move declaration ...
5693 * inf-child.h (store_waitstatus): ... here.
5694 * target.c: Move inclusion of gdb_wait.h, and ...
5695 (store_waitstatus): ... this ...
5696 * inf-child.c: ... here.
5697 * linux-nat.c: Include inf-child.h.
5698 * rs6000-nat.c: Include inf-child.h.
5699 * spu-linux-nat.c: Include inf-child.h.
5700
43011e52
PM
57012012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
5702
5703 * tracepoint.c (start_tracing): Add missing i18n markup.
5704 (stop_tracing, set_trace_user): Ditto.
5705 (set_trace_notes, set_trace_stop_notes): Ditto.
5706
b1af9e97
TT
57072012-05-21 Tom Tromey <tromey@redhat.com>
5708
5709 PR c++/7173:
5710 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
5711 types.
5712 * value.h (value_cast_pointers): Update.
5713 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
5714 (value_cast): Update.
5715 (update_search_result): New function.
5716 (do_search_struct_field): New, from search_struct_field. Check
5717 for ambiguous results.
5718 (search_struct_field): Rewrite.
5719 * infcall.c (value_arg_coerce): Update.
5720 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
5721 value_cast_pointers.
5722 * ada-lang.c (ada_convert_actual): Update.
5723
e9e5e6b3
TT
57242012-05-21 Tom Tromey <tromey@redhat.com>
5725
5726 * macroexp.c (macro_stringify): Terminate the string.
5727
1564a261
JK
57282012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5729
5730 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
5731 Describe it.
5732 * auto-load.c (auto_load_expand_dir_vars): New function.
5733 (auto_load_safe_path_vec_update): Use it, remove the
5734 substitute_path_component call thanks to it.
5735 (auto_load_objfile_script): Remove the debug_file_directory processing.
5736 Use auto_load_expand_dir_vars, remove the substitute_path_component
5737 call thanks to it.
5738 * configure: Regenerate.
5739 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
5740 path. Escape $ also for $debugdir.
5741 (--with_auto_load_safe_path): Escape $ also for $debugdir.
5742 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
5743
a3ec0bb1
DE
57442012-05-20 Doug Evans <dje@google.com>
5745
5746 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
5747 before use. Check for symtab->includes == NULL before scanning it.
5748
d467df4e
MR
57492012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5750
5751 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
5752
4cc0665f
MR
57532012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5754
5755 * NEWS: Add microMIPS support and "set mips compression",
5756 "show mips compression" commands.
5757 * mips-tdep.h (mips_isa): New enum.
5758 (gdbarch_tdep): Add mips_isa.
5759 (mips_pc_is_mips16): Update prototype.
5760 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
5761 * mips-tdep.c (mips_compression_mips16): New variable.
5762 (mips_compression_micromips): Likewise.
5763 (mips_compression_strings): Likewise.
5764 (mips_compression_string): Likewise.
5765 (is_mips16_isa, is_micromips_isa): New functions.
5766 (is_mips16_addr): Rename to...
5767 (is_compact_addr): ... this.
5768 (unmake_mips16_addr): Likewise to...
5769 (unmake_compact_addr): ... this.
5770 (make_mips16_addr): Likewise to...
5771 (make_compact_addr): ... this.
5772 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
5773 functions.
5774 (mips_elf_make_msymbol_special): Handle microMIPS code.
5775 (msymbol_is_special): Rename to...
5776 (msymbol_is_mips16): ... this.
5777 (mips_make_symbol_special, mips_pc_is_mips16): Update
5778 accordingly.
5779 (msymbol_is_mips, msymbol_is_micromips): New functions.
5780 (mips16_to_32_reg): Rename to...
5781 (mips_reg3_to_reg): ... this.
5782 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
5783 (mips_pc_isa): Likewise.
5784 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
5785 code.
5786 (mips_fetch_instruction): Pass return status instead of printing
5787 an error message if requested. Handle microMIPS code. Bail out
5788 on an invalid ISA.
5789 (micromips_op): New macro.
5790 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
5791 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
5792 (b6s4_op, b7s3_reg): Likewise.
5793 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
5794 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
5795 (mips_insn_size): New function.
5796 (mips32_next_pc): Update mips_fetch_instruction call.
5797 (micromips_relative_offset7): New function.
5798 (micromips_relative_offset10): Likewise.
5799 (micromips_relative_offset16): Likewise.
5800 (micromips_pc_insn_size): Likewise.
5801 (micromips_bc1_pc): Likewise.
5802 (micromips_next_pc): Likewise.
5803 (unpack_mips16): Update mips_fetch_instruction call.
5804 (extended_mips16_next_pc): Update according to change to
5805 mips16_to_32_reg.
5806 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
5807 code.
5808 (mips16_scan_prologue): Update mips_fetch_instruction call.
5809 Update according to change to mips16_to_32_reg.
5810 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
5811 (mips_insn16_frame_base_sniffer): Likewise.
5812 (micromips_decode_imm9): New function.
5813 (micromips_scan_prologue): Likewise.
5814 (mips_micro_frame_cache): Likewise.
5815 (mips_micro_frame_this_id): Likewise.
5816 (mips_micro_frame_prev_register): Likewise.
5817 (mips_micro_frame_sniffer): Likewise.
5818 (mips_micro_frame_unwind): New variable.
5819 (mips_micro_frame_base_address): New function.
5820 (mips_micro_frame_base): New variable.
5821 (mips_micro_frame_base_sniffer): New function.
5822 (mips32_scan_prologue): Update mips_fetch_instruction call.
5823 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
5824 rather than for MIPS16.
5825 (mips_insn32_frame_base_sniffer): Likewise.
5826 (mips_addr_bits_remove): Handle microMIPS code.
5827 (deal_with_atomic_sequence): Rename to...
5828 (mips_deal_with_atomic_sequence): ... this. Update the type
5829 of the variable used to hold an instruction. Remove the ISA bit
5830 check. Update mips_fetch_instruction call.
5831 (micromips_deal_with_atomic_sequence): New function.
5832 (deal_with_atomic_sequence): Likewise.
5833 (mips_about_to_return): Handle microMIPS code. Update
5834 mips_fetch_instruction call.
5835 (heuristic_proc_start): Check for the standard MIPS ISA rather
5836 than for MIPS16. Update mips_pc_is_mips16 and
5837 mips_fetch_instruction calls. Handle microMIPS code.
5838 (mips_push_dummy_code): Handle microMIPS code.
5839 (mips_eabi_push_dummy_call): Likewise.
5840 (mips_o32_return_value): Update mips_pc_is_mips16 call.
5841 (mips_o64_push_dummy_call): Handle microMIPS code.
5842 (mips_o64_return_value): Update mips_pc_is_mips16 call.
5843 (is_delayed): Remove function.
5844 (mips_single_step_through_delay): Replace the call to is_delayed
5845 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
5846 Handle microMIPS code.
5847 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
5848 microMIPS code.
5849 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
5850 call.
5851 (micromips_in_function_epilogue_p): New function.
5852 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
5853 call.
5854 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
5855 Handle microMIPS.
5856 (gdb_print_insn_mips): Likewise.
5857 (mips_breakpoint_from_pc): Likewise.
5858 (mips_remote_breakpoint_from_pc): New function.
5859 (mips32_instruction_has_delay_slot): Simplify making use of the
5860 updated mips_fetch_instruction interface.
5861 (micromips_instruction_has_delay_slot): New function.
5862 (mips16_instruction_has_delay_slot): Simplify making use of the
5863 updated mips_fetch_instruction interface.
5864 (mips_adjust_breakpoint_address): Check for the standard MIPS
f782ad9b 5865 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
4cc0665f
MR
5866 calls. Handle microMIPS code.
5867 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
5868 (mips_skip_trampoline_code): Handle microMIPS code.
5869 (global_mips_compression): New function.
5870 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
5871 file flags. Register the microMIPS remote breakpoint handler
5872 and heuristic frame unwinder.
5873 (show_mips_compression): New function.
5874 (_initialize_mips_tdep): Add the "set mips compression" and
5875 "show mips compression" commands.
5876
22e048c9
SDJ
58772012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
5878
5879 * ada-lang.c:
5880 * ada-tasks.c:
5881 * ada-varobj.c:
5882 * amd64-darwin-tdep.c:
5883 * arm-symbian-tdep.c:
5884 * arm-tdep.c:
5885 * avr-tdep.c:
5886 * ax-gdb.c:
5887 * bfin-linux-tdep.c:
5888 * breakpoint.c:
5889 * c-valprint.c:
5890 * cli/cli-cmds.c:
5891 * coffread.c:
5892 * cp-support.c:
5893 * cris-tdep.c:
5894 * dwarf2-frame-tailcall.c:
5895 * dwarf2-frame.c:
5896 * dwarf2expr.c:
5897 * dwarf2loc.c:
5898 * dwarf2read.c:
5899 * elfread.c:
5900 * eval.c:
5901 * expprint.c:
5902 * f-valprint.c:
5903 * frv-tdep.c:
5904 * h8300-tdep.c:
5905 * hppa-hpux-tdep.c:
5906 * hppa-tdep.c:
5907 * hppanbsd-tdep.c:
5908 * i386-nto-tdep.c:
5909 * i386-tdep.c:
5910 * i387-tdep.c:
5911 * ia64-tdep.c:
5912 * jit.c:
5913 * linespec.c:
5914 * linux-tdep.c:
5915 * lm32-tdep.c:
5916 * m2-valprint.c:
5917 * m32c-tdep.c:
5918 * m32r-rom.c:
5919 * m32r-tdep.c:
5920 * m68k-tdep.c:
5921 * m68klinux-tdep.c:
5922 * mi/mi-main.c:
5923 * microblaze-tdep.c:
5924 * mips-linux-tdep.c:
5925 * mips-tdep.c:
5926 * mn10300-tdep.c:
5927 * p-valprint.c:
5928 * parse.c:
5929 * ppc-linux-tdep.c:
5930 * ppc-sysv-tdep.c:
5931 * printcmd.c:
5932 * python/py-finishbreakpoint.c:
5933 * python/py-inferior.c:
5934 * python/py-infthread.c:
5935 * python/py-type.c:
5936 * python/python.c:
5937 * remote-fileio.c:
5938 * remote-m32r-sdi.c:
5939 * remote-mips.c:
5940 * reverse.c:
5941 * rl78-tdep.c:
5942 * rs6000-aix-tdep.c:
5943 * rs6000-tdep.c:
5944 * s390-tdep.c:
5945 * score-tdep.c:
5946 * sh64-tdep.c:
5947 * skip.c:
5948 * solib-darwin.c:
5949 * solib-dsbt.c:
5950 * solib-frv.c:
5951 * sparc-tdep.c:
5952 * spu-multiarch.c:
5953 * spu-tdep.c:
5954 * stack.c:
5955 * symfile.c:
5956 * symtab.c:
5957 * tic6x-tdep.c:
5958 * tracepoint.c:
5959 * v850-tdep.c:
5960 * valarith.c:
5961 * valprint.c:
5962 * value.c:
5963 * xcoffread.c:
5964 * xtensa-tdep.c:
5965 * ada-lang.c:
5966 * ada-tasks.c:
5967 * ada-varobj.c:
5968 * amd64-darwin-tdep.c:
5969 * arm-symbian-tdep.c:
5970 * arm-tdep.c: Delete unused variables.
5971
aff139ff
JK
59722012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5973
5974 Rename $ddir to $datadir.
5975 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
5976 * auto-load.c (auto_load_safe_path_vec_update)
5977 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
5978 * configure: Regenerate.
5979 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
5980 Likewise. Remove the 'use $ddir' help string.
5981
f7bfa992
JK
59822012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5983
5984 * auto-load.c (show_auto_load_safe_path): Accept any combination of
5985 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
5986
9cb709b6
TT
59872012-05-18 Tom Tromey <tromey@redhat.com>
5988
5989 PR exp/13907:
5990 * valprint.h (struct value_print_options) <symbol_print>: New
5991 field.
5992 * valprint.c (user_print_options): Add default for symbol_print.
5993 (show_symbol_print): New function.
5994 (generic_val_print): Respect symbol_print.
5995 (_initialize_valprint): Add "print symbol" setting.
5996 * f-valprint.c (f_val_print): Respect symbol_print.
5997 * c-valprint.c (c_val_print): Respect symbol_print.
5998 * NEWS: Update.
5999 * printcmd.c (print_address_symbolic): Return int. Ignore some
6000 zero-size symbols.
6001 (print_address_demangle): Return int.
6002 * defs.h: (print_address_symbolic): Return int.
6003 * value.h (print_address_demangle): Return int.
6004
b012acdd
TT
60052012-05-18 Tom Tromey <tromey@redhat.com>
6006
6007 * valprint.c (val_print_string): Don't print leading space.
6008 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
6009 print space before string or vtbl.
6010 * m2-valprint.c (print_unpacked_pointer): Optionally print space
6011 before string.
6012 * jv-valprint.c (java_value_print): Print space before string.
6013 * go-valprint.c (print_go_string): Print space before string.
6014 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
6015 space before string.
6016 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
6017 space before string or vtbl.
6018 * auxv.c (fprint_target_auxv): Print space after address.
6019
1d51a733
TT
60202012-05-18 Tom Tromey <tromey@redhat.com>
6021
6022 * printcmd.c (print_address_demangle): Remove special case for 0.
6023
edf0c1b7
TT
60242012-05-18 Tom Tromey <tromey@redhat.com>
6025
6026 * printcmd.c (print_address_demangle): Add 'opts' argument.
6027 * p-valprint.c (pascal_val_print): Update.
6028 * jv-valprint.c (java_val_print): Update.
6029 * value.h: Update.
6030 * valprint.c (generic_val_print): Update.
6031 (print_function_pointer_address): Add 'options' argument. Remove
6032 'addressprint' argument. Update.
6033 * m2-valprint.c (print_unpacked_pointer): Update.
6034 * gnu-v3-abi.c (print_one_vtable): Update.
6035 (gnuv3_print_method_ptr): Update.
6036 * f-valprint.c (f_val_print): Update.
6037 * cp-valprint.c (cp_print_value_fields): Update.
6038 * valprint.h (print_function_pointer_address): Update.
6039 * c-valprint.c (c_val_print): Update.
6040
9703b513
TT
60412012-05-18 Tom Tromey <tromey@redhat.com>
6042
6043 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
6044 directly corresponding to the found psymtab.
6045 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
6046 (dw2_find_pc_sect_symtab): Use it.
6047 * block.h (blockvector_contains_pc): Declare.
6048 * block.c (find_block_in_blockvector): New function.
6049 (blockvector_for_pc_sect): Use it.
6050 (blockvector_contains_pc): New function.
6051
5a439849
MR
60522012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6053
6054 * mips-tdep.h (mips_write_pc): New prototype.
6055 * mips-tdep.c (mips_write_pc): Make external, add description.
6056 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
6057 add description.
6058
8376de04
MR
60592012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6060
6061 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
6062 mips_regnum->pc.
6063 (mips_unwind_pc, mips_write_pc): Likewise.
6064 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
6065 gdbarch_read_pc.
6066
d3581e61
JB
60672012-05-17 Joel Brobecker <brobecker@adacore.com>
6068
6069 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
6070 proc_warn, proc_error, proc_get_status, proc_flags,
6071 proc_why, proc_what, proc_nsysarg, proc_sysargs,
6072 proc_set_run_on_last_close, proc_unset_run_on_last_close,
6073 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
6074 proc_stop_process, proc_wait_for_stop, proc_run_process,
6075 proc_set_traced_signals, proc_set_traced_faults,
6076 proc_set_traced_sysentry, proc_set_traced_sysexit,
6077 proc_set_held_signals, proc_get_held_signals,
6078 proc_get_traced_signals, proc_get_traced_faults,
6079 proc_get_traced_sysentry, proc_get_traced_sysexit,
6080 proc_clear_current_fault, proc_set_current_signal,
6081 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
6082 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
6083 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
6084 proc_get_current_thread, proc_get_current_thread,
6085 proc_get_current_thread, proc_update_threads,
6086 proc_update_threads, proc_update_threads, proc_update_threads,
6087 proc_iterate_over_threads, procfs_find_new_threads,
6088 procfs_pid_to_str): Make static. Remove advance declaration.
6089 (proc_cursig): Make static. Conditionalized defintion on
6090 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
6091 (proc_syscall, proc_set_kill_on_last_close,
6092 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
6093 proc_get_pending_signals, proc_get_signal_actions,
6094 proc_trace_signal, proc_ignore_signal): Delete.
6095
81b9b86e
SDJ
60962012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
6097
6098 * coffread.c (cs_section_address): Passing proper argument for
6099 `bfd_get_section_vma'.
6100 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
6101 `bfd_get_section_flags'.
6102 * remote.c (remote_trace_set_readonly_regions): Likewise, for
6103 `bfd_get_section_vma'.
6104
abc9d0dc
TT
61052012-05-16 Tom Tromey <tromey@redhat.com>
6106
6107 PR macros/13205:
6108 * macrotab.h: (macro_define_special): Declare.
6109 (enum macro_special_kind): New.
6110 (struct macro_definition) <argc, replacement>: Update comments.
6111 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
6112 (macro_define_object_internal): New function.
6113 (macro_define_object): Use it.
6114 (macro_define_special): New function.
6115 (fixup_definition): New function.
6116 (macro_lookup_definition, foreach_macro_in_scope)
6117 (foreach_macro): Use fixup_definition.
6118 * macroexp.h (macro_stringify): Declare.
6119 * macroexp.c (free_buffer_return_text): New function.
6120 (stringify): Constify "arg".
6121 (macro_stringify): New function.
6122 * dwarf2read.c (macro_start_file): Call macro_define_special.
6123
6a3a010b 61242012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
f782ad9b 6125 Maciej W. Rozycki <macro@mips.com>
6a3a010b
MR
6126
6127 * breakpoint.h (bp_location): Add related_address member.
6128 * inferior.h (get_return_value): Take a pointer to struct value
6129 instead of struct type for the function requested.
6130 * value.h (using_struct_return): Likewise.
6131 * gdbarch.sh (return_value): Take a pointer to struct value
6132 instead of struct type for the function requested.
6133 * breakpoint.c (set_breakpoint_location_function): Initialize
6134 related_address for bp_gnu_ifunc_resolver breakpoints.
6135 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
6136 requested function's address to gdbarch_return_value.
6137 * eval.c (evaluate_subexp_standard): Pass the requested
6138 function's address to using_struct_return.
6139 * infcall.c (call_function_by_hand): Pass the requested
6140 function's address to using_struct_return and
6141 gdbarch_return_value.
6142 * infcmd.c (get_return_value): Take a pointer to struct value
6143 instead of struct type for the function requested.
6144 (print_return_value): Update accordingly.
6145 (finish_command_continuation): Likewise.
6146 * stack.c (return_command): Pass the requested function's
6147 address to using_struct_return and gdbarch_return_value.
6148 * value.c (using_struct_return): Take a pointer to struct value
6149 instead of struct type for the function requested. Pass the
6150 requested function's address to gdbarch_return_value.
6151 * python/py-finishbreakpoint.c (finish_breakpoint_object):
6152 New function_value member, replacing function_type.
6153 (bpfinishpy_dealloc): Update accordingly.
6154 (bpfinishpy_pre_stop_hook): Likewise.
6155 (bpfinishpy_init): Likewise. Record the requested function's
6156 address.
6157 * mips-tdep.c (mips_fval_reg): New enum.
6158 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
6159 words put in GP registers.
6160 (mips_o64_push_dummy_call): Update a comment.
6161 (mips_o32_return_value): Take a pointer to struct value instead
6162 of struct type for the function requested and use it to check if
6163 using the MIPS16 calling convention. Return the designated
6164 general purpose registers for floating-point values returned in
6165 MIPS16 mode.
6166 (mips_o64_return_value): Likewise.
6167 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
6168 (ppc_sysv_abi_broken_return_value): Likewise.
6169 (ppc64_sysv_abi_return_value): Likewise.
6170 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
6171 value instead of struct type for the function requested.
6172 * amd64-tdep.c (amd64_return_value): Likewise.
6173 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
6174 * arm-tdep.c (arm_return_value): Likewise.
6175 * avr-tdep.c (avr_return_value): Likewise.
6176 * bfin-tdep.c (bfin_return_value): Likewise.
6177 * cris-tdep.c (cris_return_value): Likewise.
6178 * frv-tdep.c (frv_return_value): Likewise.
6179 * h8300-tdep.c (h8300_return_value): Likewise.
6180 (h8300h_return_value): Likewise.
6181 * hppa-tdep.c (hppa32_return_value): Likewise.
6182 (hppa64_return_value): Likewise.
6183 * i386-tdep.c (i386_return_value): Likewise.
6184 * ia64-tdep.c (ia64_return_value): Likewise.
6185 * iq2000-tdep.c (iq2000_return_value): Likewise.
6186 * lm32-tdep.c (lm32_return_value): Likewise.
6187 * m32c-tdep.c (m32c_return_value): Likewise.
6188 * m32r-tdep.c (m32r_return_value): Likewise.
6189 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
6190 * m68k-tdep.c (m68k_return_value): Likewise.
6191 (m68k_svr4_return_value): Likewise.
6192 * m88k-tdep.c (m88k_return_value): Likewise.
6193 * mep-tdep.c (mep_return_value): Likewise.
6194 * microblaze-tdep.c (microblaze_return_value): Likewise.
6195 * mn10300-tdep.c (mn10300_return_value): Likewise.
6196 * moxie-tdep.c (moxie_return_value): Likewise.
6197 * mt-tdep.c (mt_return_value): Likewise.
6198 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
6199 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
6200 (ppc_sysv_abi_broken_return_value): Likewise.
6201 (ppc64_sysv_abi_return_value): Likewise.
6202 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
6203 * rl78-tdep.c (rl78_return_value): Likewise.
6204 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
6205 * rx-tdep.c (rx_return_value): Likewise.
6206 * s390-tdep.c (s390_return_value): Likewise.
6207 * score-tdep.c (score_return_value): Likewise.
6208 * sh-tdep.c (sh_return_value_nofpu): Likewise.
6209 (sh_return_value_fpu): Likewise.
6210 * sh64-tdep.c (sh64_return_value): Likewise.
6211 * sparc-tdep.c (sparc32_return_value): Likewise.
6212 * sparc64-tdep.c (sparc64_return_value): Likewise.
6213 * spu-tdep.c (spu_return_value): Likewise.
6214 * tic6x-tdep.c (tic6x_return_value): Likewise.
6215 * v850-tdep.c (v850_return_value): Likewise.
6216 * vax-tdep.c (vax_return_value): Likewise.
6217 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
6218 * xtensa-tdep.c (xtensa_return_value): Likewise.
6219 * gdbarch.c: Regenerate.
6220 * gdbarch.h: Regenerate.
6221
29ca12b3
TT
62222012-05-15 Tom Tromey <tromey@redhat.com>
6223
6224 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
6225
588ae58c
JB
62262012-05-15 Joel Brobecker <brobecker@adacore.com>
6227
6228 * breakpoint.c (init_breakpoint_sal): Add quotes around part
6229 of command in two error message.
6230
855a6e68
JB
62312012-05-15 Joel Brobecker <brobecker@adacore.com>
6232
6233 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
6234
d634f2de
JB
62352012-05-15 Joel Brobecker <brobecker@adacore.com>
6236
6237 * breakpoint.c (find_condition_and_thread): Minor reformatting.
6238
9cc815f5
JK
62392012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6240
6241 * NEWS (show auto-load scripts-directory): Add forgotten command.
6242
6a609e58
JK
62432012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6244
6245 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
6246 parameters.
6247
ac1438b5
L
62482012-05-14 H.J. Lu <hongjiu.lu@intel.com>
6249
6250 * amd64-tdep.c: Include features/i386/x32.c and
6251 features/i386/x32-avx.c.
6252 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
6253 initialize_tdesc_x32_avx.
6254
e7e0cddf
SS
62552012-05-14 Stan Shebs <stan@codesourcery.com>
6256
6257 Add dynamic printf.
6258 * breakpoint.h (enum bptype): New type bp_dprintf.
6259 (struct breakpoint): New field extra_string.
6260 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
6261 (create_breakpoint): Add extra_string arg.
6262 * breakpoint.c (dprintf_breakpoint_ops): New.
6263 (is_breakpoint): Add bp_dprintf.
6264 (bpstat_what): Add dprintf case.
6265 (bptype_string): Ditto.
6266 (print_one_breakpoint_location): Ditto.
6267 (init_bp_location): Ditto.
6268 (bkpt_print_mention): Ditto.
6269 (dprintf_style_enums): New array.
6270 (dprintf_style): New global.
6271 (dprintf_function): New global.
6272 (dprintf_channel): New global.
6273 (update_dprintf_command_list): New function.
6274 (update_dprintf_commands): New function.
6275 (init_breakpoint_sal): Add extra_string argument, handle it.
6276 (create_breakpoint_sal): Add extra_string argument.
6277 (create_breakpoints_sal): Add extra_string argument, update callers.
6278 (find_condition_and_thread): Add extra argument.
6279 (create_breakpoint): Add extra_string argument, record it.
6280 (dprintf_command): New function.
6281 (break_command_1): Add arg to create_breakpoint call.
6282 (handle_gnu_v3_exceptions): Ditto.
6283 (trace_command): Ditto.
6284 (ftrace_command): Ditto.
6285 (strace_command): Ditto.
6286 (bkpt_print_mention): Add dprintf case.
6287 (create_breakpoint_sal_default): Add extra_string argument.
6288 (_initialize_breakpoint): Add new commands.
6289 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
6290 * python/py-breakpoint.c (bppy_init): Ditto.
6291 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
6292
8ae38c14
MR
62932012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
6294
6295 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
6296
9f676e66
SCR
62972012-05-14 Siva Chandra Reddy <sivachandra@google.com>
6298
6299 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
6300 unsigned long long.
6301
7efc75aa
SCR
63022012-05-13 Siva Chandra Reddy <sivachandra@google.com>
6303
6304 Add a new function gdb.find_pc_line to the Python API.
6305 * NEWS (Python Scripting): Add entry about the new function.
6306 * python/python.c (gdbpy_find_pc_line): New function which
6307 implements gdb.find_pc_line.
6308 (GdbMethods): Add entry for the new function.
6309
70af3797
PA
63102012-05-12 Pedro Alves <palves@redhat.com>
6311
6312 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
6313 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
6314
06da564e
EZ
63152012-05-12 Eli Zaretskii <eliz@gnu.org>
6316
6317 * inferior.c: Include completer.h
6318 (initialize_inferiors): Set completer of add-inferior to
6319 filename_completer.
6320
0288cee2
L
63212012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6322
6323 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6324 gdbarch_ptr_bit for x32 core dump.
6325
f6537a2c
L
63262012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6327
6328 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
6329 and features/i386/x32-avx-linux.c.
6330
85d4a676
SS
63312012-05-11 Stan Shebs <stan@codesourcery.com>
6332 Kwok Cheung Yeung <kcy@codesourcery.com>
6333
6334 * NEWS: Describe new info os commands.
6335 * common/linux-osdata.c (PID_T, TIME_T): Define.
6336 (MAX_PID_T_STRLEN): New.
6337 (linux_common_core_of_thread): Add comment. Change to use PID_T and
6338 MAX_PID_T_STRLEN.
6339 (command_from_pid): Add comment. Change to use PID_T.
6340 (commandline_from_pid): Change to use PID_T.
6341 (user_from_pid): Add comment.
6342 (get_process_owner): Add comment. Change to use PID_T and
6343 MAX_PID_T_STRLEN.
6344 (get_number_of_cpu_cores): Add comment.
6345 (get_cores_used_by_process): Add comment. Change to use PID_T and
6346 MAX_PID_T_STRLEN.
6347 (linux_xfer_osdata_processes): Change to use PID_T and
6348 MAX_PID_T_STRLEN.
6349 (compare_processes): New function.
6350 (linux_xfer_osdata_processgroups): New function.
6351 (linux_xfer_osdata_threads): Change to use PID_T.
6352 (linux_xfer_osdata_fds): New function.
6353 (format_socket_state, print_sockets): New functions.
6354 (union socket_addr): New union.
6355 (linux_xfer_osdata_isockets): New function.
6356 (time_from_time_t, group_from_gid): New functions.
6357 (linux_xfer_osdata_shm): New function.
6358 (linux_xfer_osdata_sem): New function.
6359 (linux_xfer_osdata_msg): New function.
6360 (linux_xfer_osdata_modules): New function.
6361 (osdata_table): Add new entries.
6362 * common/buffer.c (buffer_xml_printf): Add support for long and
6363 long long format specifiers.
6364
f24afd6d
L
63652012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6366
6367 * amd64-linux-tdep.h (tdesc_x32_linux): New.
6368 (tdesc_x32_avx_linux): Likewise.
6369
7349ff92
JK
63702012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6371
6372 Implement multi-component --with-auto-load-dir.
6373 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
6374 entries.
6375 (--with-auto-load-safe-path): Update the default value description.
6376 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
6377 New.
6378 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
6379 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
6380 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
6381 (_initialize_auto_load): Initialize also auto_load_dir. Install new
6382 "set auto-load scripts-directory".
6383 * config.in: Regenerate.
6384 * configure: Regenerate.
6385 * configure.ac (--with-auto-load-dir): New configure option.
6386 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
6387
6dea1fbd
JK
63882012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6389
6390 Provide $ddir substitution for --with-auto-load-safe-path.
6391 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
6392 entries.
6393 * auto-load.c: Include observer.h.
6394 (auto_load_safe_path_vec_update): Call substitute_path_component for
6395 each component. New variable ddir_subst.
6396 (auto_load_gdb_datadir_changed): New function.
6397 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6398 AUTO_LOAD_SAFE_PATH. New comment.
6399 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6400 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
6401 * config.in: Regenerate.
6402 * configure: Regenerate.
6403 * configure.ac (--auto-load-safe-path): Rename
6404 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
6405 GDB_DATADIR/auto-load.
6406 * defs.h (substitute_path_component): New declaration.
6407 * top.c: Include observer.h.
6408 (set_gdb_datadir): New function.
6409 (init_main): Install it for "set data-directory".
6410 * utils.c (substitute_path_component): New function.
6411
b09aca3a
JK
64122012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6413
6414 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
6415 * auto-load.c (auto_load_objfile_script): Remove check for NULL
6416 DEBUG_FILE_DIRECTORY. Handle multiple components of
6417 DEBUG_FILE_DIRECTORY.
6418
95554aad
TT
64192012-05-10 Tom Tromey <tromey@redhat.com>
6420
6421 * dwarf2read.c (recursively_write_psymbols): New function.
6422 (write_psymtabs_to_index): Use it.
6423
6424 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
6425 field.
6426 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
6427 (load_partial_comp_unit): Update.
6428 (queue_comp_unit): Add argument 'pretend_language'.
6429 (process_queue): Update.
6430 (psymtab_to_symtab_1): Skip dependencies that have a user.
6431 (load_partial_comp_unit_reader): Give meaning to the 'data'
6432 argument.
6433 (load_full_comp_unit): Add 'pretend_language' argument.
6434 (process_full_comp_unit): Add 'pretend_language' argument. Set
6435 language on CU.
6436 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
6437 Update.
6438 (maybe_queue_comp_unit): Add 'pretend_language' argument.
6439 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
6440 Update.
6441 (prepare_one_comp_unit): Add 'pretend_language' argument.
6442
6443 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
6444 (struct dwarf2_per_objfile) <just_read_cus>: New field.
6445 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
6446 (dw2_do_instantiate_symtab): Check whether symtab was read in
6447 before queueing.
6448 (dw2_instantiate_symtab): Add assertion. Call
6449 process_cu_includes.
6450 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
6451 (partial_symtab_p): New typedef.
6452 (set_partial_user): New function.
6453 (dwarf2_build_psymtabs_hard): Use set_partial_user.
6454 (scan_partial_symbols): Add imported CU to imported_symtabs.
6455 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
6456 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
6457 (get_symtab, recursively_compute_inclusions)
6458 (compute_symtab_includes, process_cu_includes)
6459 (process_imported_unit_die): New functions.
6460 (process_die) <DW_TAG_imported_unit>: New case.
6461 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
6462
6463 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
6464 comment.
6465 (struct partial_die_info) <locdesc>: Remove.
6466 <d>: New field.
6467 (process_psymtab_comp_unit): Add 'read_partial' argument.
6468 Update.
6469 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
6470 (scan_partial_symbols): Handle DW_TAG_imported_unit.
6471 (add_partial_symbol): Update.
6472 (process_die): Handle DW_TAG_partial_unit.
6473 (read_file_scope): Update comment.
6474 (load_partial_dies): Handle DW_TAG_imported_unit.
6475 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
6476 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
6477
e871fbb9
TT
64782012-05-10 Tom Tromey <tromey@redhat.com>
6479
6480 * cc-with-dwz.sh: New file.
6481
b5b04b5b
TT
64822012-05-10 Tom Tromey <tromey@redhat.com>
6483
6484 * symtab.h (struct symtab) <includes, user>: New fields.
6485 * block.h (struct block_iterator) <d, idx, which>: New fields.
6486 * block.c (initialize_block_iterator, find_iterator_symtab)
6487 (block_iterator_step, block_iter_name_step)
6488 (block_iter_match_step): New functions.
6489 (block_iterator_first, block_iterator_next)
6490 (block_iter_name_first, block_iter_name_next)
6491 (block_iter_match_first, block_iter_match_next): Rewrite.
6492 (get_block_symtab): New function.
6493
84a146c9
TT
64942012-05-10 Tom Tromey <tromey@redhat.com>
6495
6496 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
6497 set_block_symtab.
6498 * jit.c (finalize_symtab): Use allocate_global_block,
6499 set_block_symtab.
6500 * buildsym.c (finish_block_internal): New function, from old
6501 finish_block.
6502 (finish_block): Rewrite.
6503 (end_symtab): Use finish_block_internal, set_block_symtab.
6504 * block.h (struct global_block): New.
6505 (allocate_global_block, set_block_symtab): Declare.
6506 * block.c (allocate_global_block, set_block_symtab): New
6507 functions.
6508
9439a077
TT
65092012-05-10 Tom Tromey <tromey@redhat.com>
6510
6511 * psymtab.c (partial_map_expand_apply): Add assertion.
6512 (partial_map_symtabs_matching_filename): Skip included psymtabs.
6513 (psymtab_to_symtab): Find unshared psymtab.
6514 (dump_psymtab): Print including psymtabs.
6515 (recursively_search_psymtabs): New function.
6516 (expand_symtabs_matching_via_partial): Use it.
6517 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
6518 fields.
6519 (enum psymtab_search_status): New.
6520
8157b174
TT
65212012-05-10 Tom Tromey <tromey@redhat.com>
6522
6523 * tracepoint.c (scope_info): Update.
6524 * symtab.c (lookup_block_symbol, iterate_over_symbols)
6525 (find_pc_sect_symtab, search_symbols)
6526 (default_make_symbol_completion_list_break_on)
6527 (make_file_symbol_completion_list): Update.
6528 * symmisc.c (dump_symtab_1): Update.
6529 * stack.c (print_frame_args, iterate_over_block_locals)
6530 (print_frame_labels, iterate_over_block_arg_vars): Update.
6531 * python/py-block.c (block_object) <dict>: Remove.
6532 <block>: New field.
6533 <iter>: Change type.
6534 (blpy_iter): Update.
6535 (blpy_block_syms_iternext): Update.
6536 * psymtab.c (map_block): Use block iterators.
6537 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
6538 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
6539 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
6540 * infrun.c (check_exception_resume): Update.
6541 * cp-support.c (make_symbol_overload_list_block): Update.
6542 * coffread.c (patch_opaque_types): Update.
6543 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
6544 * block.h (struct block_iterator): New.
6545 (block_iterator_first, block_iterator_next, block_iter_name_first)
6546 (block_iter_name_next, block_iter_match_first)
6547 (block_iter_match_next): Declare.
6548 (ALL_BLOCK_SYMBOLS): Redefine.
6549 * block.c (block_iterator_first, block_iterator_next)
6550 (block_iter_name_first, block_iter_name_next)
6551 (block_iter_match_first, block_iter_match_next): New functions.
6552 * ada-lang.c (ada_add_block_symbols)
6553 (ada_make_symbol_completion_list): Use block iterator.
6554
a2ca7a52
TT
65552012-05-10 Tom Tromey <tromey@redhat.com>
6556
6557 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
6558 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
6559 (lookup_partial_symbol, find_last_source_symtab_from_partial)
6560 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
6561 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
6562 Update.
6563
64ea88dc
JB
65642012-05-10 Joel Brobecker <brobecker@adacore.com>
6565
6566 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
6567 print-file-var-lib2.c, print-file-var-main.c and
6568 print-file-var.exp (located in gdb/testsuite/gdb.base).
6569
99a547d6
JB
65702012-05-10 Joel Brobecker <brobecker@adacore.com>
6571
6572 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6573 try locating the symbol in the symbol's own objfile first, before
6574 extending the search to all objfiles.
6575 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6576 out of lookup_symbol_aux_symtabs.
6577 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6578 Replace extracted-out code by call to lookup_symbol_aux_objfile.
6579 Do not search EXCLUDE_OBJFILE.
6580 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6581 (lookup_symbol_global): Search for matches in the block's objfile
6582 first, before searching all other objfiles.
6583
0ece64fd
TG
65842012-05-10 Tristan Gingold <gingold@adacore.com>
6585
6586 * printcmd.c (set_command): Add pre/post inc/dec.
6587
3d16a105
FCE
65882012-05-09 Frank Ch. Eigler <fche@redhat.com>
6589
6590 * gdb.1: Document -ex option.
6591
2efbc0f7
JB
65922012-05-09 Joel Brobecker <brobecker@adacore.com>
6593
6594 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
6595 * inferior.h (AT_SYMBOL): Delete.
6596
2c76a0c7
JB
65972012-05-09 Joel Brobecker <brobecker@adacore.com>
6598
6599 * mips-tdep.c (mips_push_dummy_code): New function.
6600 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
6601 ON_STACK and install mips_push_dummy_code as our gdbarch
6602 push_dummy_code routine.
6603
9401a810
PA
66042012-05-09 Pedro Alves <palves@redhat.com>
6605
6606 * target.c (set_maintenance_target_async_permitted): Rename to ...
6607 (set_target_async_command): ... this.
6608 (show_maintenance_target_async_permitted): Rename to ...
6609 (show_target_async_command): ... this.
6610 (initialize_targets): Adjust.
6611
3929b321
DE
66122012-05-08 Doug Evans <dje@google.com>
6613
6614 * go-exp.y (classify_name): Add missing assignment of fields of
6615 yylval.ssym.
6616
c41535fd
EZ
66172012-05-08 Eli Zaretskii <eliz@gnu.org>
6618
6619 Display the ">" prompt in interactive mode while reading canned
6620 commands, even when the current interpreter is MI.
6621
6622 * interps.c (interp_set_temp): New function.
6623
6624 * interps.h (interp_set_temp): Add prototype.
6625
6626 * cli/cli-script.c (restore_interp): New cleanup function.
6627 (read_command_lines): Temporarily override the current interpreter
6628 with CLI and arrange for restoring the original one.
6629
c0749c4d
JS
66302012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
6631
6632 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
6633
d7333987
SDJ
66342012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
6635
6636 * probe.c (parse_probes): Move conditional to check for
6637 debuginfo files from here...
6638 * stap-probe.c (stap_get_probes): ... to here.
6639
649e6d92
MK
66402012-05-07 Mark Kettenis <kettenis@gnu.org>
6641 H.J. Lu <hongjiu.lu@intel.com>
6642
6643 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
6644 `movl %esp, %ebp' for the X32 ABI.
6645
f39c6ffd
TT
66462012-05-07 Tom Tromey <tromey@redhat.com>
6647
6648 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
6649 get_DW_TAG_name.
6650 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
6651 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
6652 (dwarf_stack_op_name): Remove.
6653 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
6654 (decode_locdesc): Use get_DW_OP_name.
6655 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
6656 (dwarf2_compile_expr_to_ax): Likewise.
6657 (disassemble_dwarf_expression): Likewise.
6658 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
6659
1e1f6591
CLT
66602012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
6661
6662 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
6663 (sh_linux_sigtramp_cache): New function.
6664 (sh_linux_sigreturn_init): New function.
6665 (sh_linux_rt_sigreturn_init): New function.
6666 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
6667 patterns.
6668 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
6669 syscall codes.
6670 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
6671 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
6672 (sh_linux_init_abi): Add init calls to register new tramp_frame
6673 definitions under 32-bit SH, update comments.
6674
545c08b4
PA
66752012-05-07 Pedro Alves <palves@redhat.com>
6676
daac165e
PA
6677 PR gdb/10952
6678
545c08b4
PA
6679 * amd64-linux-tdep.c: Include glibc-tdep.h.
6680 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
6681 gdbarch_skip_solib_resolver callback.
6682
af2c1515
JK
66832012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6684
6685 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
6686 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
6687 (show_auto_load_safe_path): Check any-directory by comparison with "/".
6688 (add_auto_load_safe_path): Change the error message.
6689 (_initialize_auto_load): Change the "safe-path" help text.
6690 * configure: Regenerate
6691 * configure.ac (--without-auto-load-safe-path): Set
6692 WITH_AUTO_LOAD_SAFE_PATH to /.
6693
1067f998
SDJ
66942012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
6695
6696 * stap-probe.h: Do not include unecessary `probe.h'.
6697
45dfa85a
AM
66982012-05-05 Alan Modra <amodra@gmail.com>
6699
6700 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
6701 bfd_und_section_ptr.
6702 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
6703 and bfd_com_section_ptr.
6704
cf093994
JB
67052012-05-04 Joel Brobecker <brobecker@adacore.com>
6706
762ebb75 6707 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
cf093994 6708
d40dc7a8
JB
67092012-05-04 Joel Brobecker <brobecker@adacore.com>
6710
6711 * windows-nat.h (segment_register_p_ftype): New typedef.
6712 (windows_set_segment_register_p): Add declaration.
6713 * windows-nat.c (segment_register_p): New static global.
6714 (windows_set_segment_register_p): New function.
6715 (do_windows_fetch_inferior_registers): Add special handling
6716 for segment registers.
6717 * amd64-windows-nat.c: #include "amd64-tdep.h".
6718 (amd64_windows_segment_register_p): New function.
6719 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
6720 * i386-windows-nat.c: #include "i386-tdep.h".
6721 (i386_windows_segment_register_p): New function.
6722 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
6723
52b3699b
TG
67242012-05-04 Tristan Gingold <gingold@adacore.com>
6725
6726 * printcmd.c (set_command): Emit a warning if the expression is not
6727 an assignment.
6728
94c74239
JB
67292012-05-03 Joel Brobecker <brobecker@adacore.com>
6730
6731 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
6732 Make static.
6733
fcf57f19
SDJ
67342012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
6735
6736 * stap-probe.c (stap_is_operator): Change declaration.
6737 (stap_get_opcode): Change return value.
6738 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
6739 `stap_parse_argument_1'.
6740
27d2932e
PA
67412012-05-03 Pedro Alves <pedro@codesourcery.com>
6742
6743 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
6744 debug log.
6745
a20ee7a4
SCR
67462012-05-03 Siva Chandra Reddy <sivachandra@google.com>
6747
6748 Add two new methods global_block and static_block to gdb.Symtab
6749 objects.
6750 * NEWS (Python scripting): Add entry about the new methods.
6751 * python/py-symtab.c (stpy_global_block): New function which
6752 implements the gdb.Symtab.global_block() method.
6753 (stpy_static_block): New function which implements the
6754 gdb.Symtab.static_block() method.
6755 (symtab_object_methods): Add entries for the two new methods.
6756
943cb756
DE
67572012-05-03 Doug Evans <dje@google.com>
6758
6759 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
6760 files.
6761
f4644a3f
YQ
67622012-05-03 Yao Qi <yao@codesourcery.com>
6763
6764 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
6765 space.
6766 (i386_process_record): Ditto.
6767
ef61f180
JB
67682012-05-02 Joel Brobecker <brobecker@adacore.com>
6769
6770 * infcall.c (unwind_on_signal_p): Make static.
6771
02f1df11
JB
67722012-05-02 Joel Brobecker <brobecker@adacore.com>
6773
6774 * sol-thread.c (solaris_pid_to_str): Make static.
6775 (_initialize_sol_thread): Add prototype.
6776
39023530
JB
67772012-05-02 Joel Brobecker <brobecker@adacore.com>
6778
6779 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
6780
c6b0c501
CF
67812012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
6782
6783 * MAINTAINERS: Remove myself.
6784
1ef71717
JK
67852012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6786
6787 Fix --without-auto-load-safe-path for MS-Windows host platform.
6788 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
6789
b31b86a7
EZ
67902012-05-02 Eli Zaretskii <eliz@gnu.org>
6791
6792 * gdb_curses.h: Undefine KEY_EVENT before including curses
6793 headers. Move "#undef MOUSE_MOVED" before any curses header
6794 inclusion.
6795
777532fc
SDJ
67962012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
6797
6798 * features/i386/i386-mmx-linux.c: Regenerate.
6799 * features/rs6000/powerpc-32.c: Likewise.
6800 * features/rs6000/powerpc-32l.c: Likewise.
6801 * features/rs6000/powerpc-403.c: Likewise.
6802 * features/rs6000/powerpc-403gc.c: Likewise.
6803 * features/rs6000/powerpc-405.c: Likewise.
6804 * features/rs6000/powerpc-505.c: Likewise.
6805 * features/rs6000/powerpc-601.c: Likewise.
6806 * features/rs6000/powerpc-602.c: Likewise.
6807 * features/rs6000/powerpc-603.c: Likewise.
6808 * features/rs6000/powerpc-604.c: Likewise.
6809 * features/rs6000/powerpc-64.c: Likewise.
6810 * features/rs6000/powerpc-64l.c: Likewise.
6811 * features/rs6000/powerpc-750.c: Likewise.
6812 * features/rs6000/powerpc-860.c: Likewise.
6813 * features/rs6000/powerpc-e500.c: Likewise.
6814 * features/rs6000/powerpc-e500l.c: Likewise.
6815 * features/rs6000/powerpc-isa205-32l.c: Likewise.
6816 * features/rs6000/powerpc-isa205-64l.c: Likewise.
6817 * features/rs6000/rs6000.c: Likewise.
6818
d71871bc
SDJ
68192012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
6820
6821 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
6822 variable.
6823 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
6824 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
6825 (stap_parse_argument) <e>: Likewise.
6826 (handle_stap_probe) <byte_order>: Likewise.
6827
fd820528
DE
68282012-04-30 Doug Evans <dje@google.com>
6829
6830 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
6831 init_and_read_dies_worker. All callers updated.
6832 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
6833 replaced with init_cutu_and_read_dies.
6834 (load_partial_comp_unit): Pass 1 for use_existing_cu.
6835 (find_partial_die): Remove FIXME. Don't free current CU.
6836
ec3f619d 68372012-04-30 Sterling Augustine <saugustine@google.com>
be36f02d
SA
6838
6839 * contrib: New directory.
6840 * contrib/test_pubnames_and_indexes.py: New file.
6841
fceca515
DE
68422012-04-30 Doug Evans <dje@google.com>
6843
6844 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
6845 All callers updated.
6846 (init_cu_die_reader): Verify the section is non-empty.
6847 (dwarf_decode_line_header): Don't dereference section->asection
6848 until we know the section is present.
6849
311fe7e1
SDJ
68502012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
6851
6852 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
6853 probes.
6854
5977971a
YQ
68552012-04-29 Yao Qi <yao@codesourcery.com>
6856
6857 * gdb-code-style.el: New hook gdb-markup-hook
6858 and gdb-comment-hook.
6859
dee91e82
DE
68602012-04-28 Doug Evans <dje@google.com>
6861
3019eac3
DE
6862 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
6863 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
6864 objfile->obfd.
6865 * symfile.h (dwarf2_debug_sections): New member addr.
6866 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
6867 (ctx_no_get_addr_index): New function.
6868 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
6869 (ctx_no_get_addr_index): Declare.
6870 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
6871 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
6872 (dwarf_expr_ctx_funcs): Update.
6873 (needs_get_addr_index): New function.
6874 (needs_frame_ctx_funcs): Update.
6875 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
6876 * dwarf2read.c: #include "gdbcore.h".
6877 (dwarf2_per_objfile): New members addr, dwo_files.
6878 (dwarf2_elf_names): Add entry for addr.
6879 (struct dwo_section_names): New type.
6880 (dwo_section_names): New static global.
6881 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
6882 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
6883 old debug_types_section member updated to use this.
6884 Rename member debug_types_section to info_or_types_section,
6885 all uses updated.
6886 (signatured_type): Rename member type_offset to type_offset_in_tu,
6887 all uses updated. New member type_offset_in_section.
6888 (struct dwo_sections): New type.
6889 (struct dwo_unit): New type.
6890 (struct dwo_file): New type.
6891 (die_reader_specs): New member dwo_file.
6892 (dwarf2_locate_sections): Watch for .debug_addr.
6893 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
6894 (dwarf2_read_section): Get bfd of section from bfd's asection,
6895 instead of objfile.
6896 (create_cus_from_index): Initialize the_cu->info_or_types_section.
6897 (create_signatured_type_table_from_index): Initialize
6898 sig_type->info_or_types_section.
6899 (dw2_get_file_names): Statement lists for type units with DWO files
6900 live in the DWO file.
6901 (create_debug_types_hash_table): New function.
6902 (create_all_type_units): Rewrite.
6903 (init_cu_die_reader): New arg dwo_file, all callers updated.
6904 (init_and_read_dies_worker): Get section from
6905 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
6906 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
6907 continue reading the CU/TU from there.
6908 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
6909 updated. Get section from this_cu->info_or_types_section.
6910 (create_all_comp_units): Initialize this_cu->info_or_types_section.
6911 (skip_one_die): New cases DW_FORM_GNU_addr_index,
6912 DW_FORM_GNU_str_index.
6913 (hash_dwo_file, eq_dwo_file): New functions.
6914 (allocate_dwo_file_hash_table): New function.
6915 (hash_dwo_unit, eq_dwo_unit): New functions.
6916 (allocate_dwo_unit_table): New function.
6917 (dwarf2_locate_dwo_sections): New function.
6918 (struct create_dwo_info_table_data): New type.
6919 (create_debug_info_hash_table_reader): New function.
6920 (create_debug_info_hash_table): New function.
6921 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
6922 (lookup_dwo_file): New function.
6923 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
6924 (free_dwo_file, free_dwo_file_cleanup): New functions.
6925 (free_dwo_file_from_slot, free_dwo_files): New functions.
6926 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
6927 (dwarf2_record_block_ranges): Ditto.
6928 (read_partial_die): Ditto.
6929 (process_enumeration_scope): Update to use type_offset_in_section.
6930 (read_full_die_1): New function.
6931 (read_full_die): Rewrite.
6932 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
6933 DW_FORM_GNU_str_index.
6934 (read_addr_index_1, read_addr_index): New functions.
6935 (read_addr_index_from_leb128): New function.
6936 (struct dwarf2_read_addr_index_data): New type.
6937 (dwarf2_read_addr_index_reader): New function.
6938 (dwarf2_read_addr_index): New function.
6939 (read_str_index): New function.
6940 (leb128_size): New function.
6941 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
6942 If processing a type unit from a DWO file, get the line section
6943 from the DWO file.
6944 (var_decode_location): Watch for DW_OP_GNU_addr_index.
6945 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
6946 DW_FORM_GNU_str_index.
6947 (lookup_die_type): Check whether section offset of type's die is
6948 known before looking it up. Remove assert. Condition can
6949 legimately happen for inter-cu type references.
6950 (dwarf_attr_name): Handle Fission attributes.
6951 (dwarf_form_name): Handle Fission forms.
6952 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
6953 DW_FORM_GNU_str_index.
6954 (follow_die_sig): Update to use type_offset_in_section.
6955 (decode_locdesc): New case DW_OP_GNU_addr_index.
6956 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
6957 DW_FORM_GNU_str_index.
6958 (cu_debug_loc_section): New function.
6959 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
6960 (dwarf2_per_objfile_free): Unmap .debug_addr section.
6961 Free DWO files if present.
6962 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
6963
dee91e82
DE
6964 Refactor DIE reading.
6965 * dwarf2read.c (dwarf2_per_objfile): Replace members
6966 debug_info_type_hash and debug_types_type_hash with die_type_hash.
6967 (die_reader_specs): New member "die_section". Temporarily make
6968 member "buffer" non-const, pending constifying all info_ptr uses.
6969 (die_reader_func_ftype): New typedef.
6970 (dw2_get_file_names_reader): New function.
6971 (dw2_get_file_names): Rewrite.
6972 (read_and_check_type_unit_head): Rename arg type_offset to
6973 type_offset_in_tu.
6974 (create_all_type_units): Improve debugging message.
6975 Improve dummy type unit check.
6976 (init_cu_die_reader): New arg "section". All callers updated.
6977 (init_and_read_dies_worker): New function.
6978 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
6979 (init_cutu_and_read_dies_no_follow): New function.
6980 (init_cutu_and_read_dies_simple): New function.
6981 (process_psymtab_comp_unit_reader): New function.
6982 (process_psymtab_comp_unit): Delete args section,
6983 is_debug_types_section. Rewrite. All callers updated.
6984 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
6985 All callers updated. Rewrite.
6986 (load_partial_comp_unit_reader): New function.
6987 (load_partial_comp_unit): Rewrite.
6988 (skip_children): New arg reader. Delete args buffer, cu.
6989 All callers updated.
6990 (skip_one_die): New arg reader. Delete args buffer, cu.
6991 All callers updated.
6992 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
6993 All callers updated.
6994 (load_full_comp_unit_reader): New function.
6995 (load_full_comp_unit): Rewrite.
6996 (read_comp_unit): Delete.
6997 (read_die_and_children_1): Delete, contents moved ...
6998 (read_die_and_children): ... here.
6999 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
7000 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
7001 All callers updated.
7002 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
7003 All callers updated.
7004 (find_partial_die): Rewrite load_all_dies support.
7005 (read_attribute_value): New arg reader. Delete args abfd, cu.
7006 All callers updated.
7007 (read_attribute): New arg reader. Delete args abfd, cu.
7008 All callers updated.
7009 (load_full_type_unit): Add assert.
7010 (read_signatured_type_reader): New function.
7011 (read_signatured_type): Rewrite.
7012 (free_stack_comp_unit): Remove call to age_cached_comp_units.
7013 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
7014 All callers updated. Set per_cu->cu = NULL after freeing it.
7015 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
7016 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
7017 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
7018 (set_die_type): Update.
7019 (get_die_type_at_offset): Update.
7020 (read_file_scope): Call prepare_one_comp_unit.
7021 (read_type_unit_scope): Ditto.
7022 (prepare_one_comp_unit): Set producer if present.
7023
72d59e0d
SDJ
70242012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7025
7026 * probe.c (compile_rx_or_error): Silence ARI warning about missing
7027 gettext function on `error'.
7028
0fefef59
DE
70292012-04-27 Doug Evans <dje@google.com>
7030
7031 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
7032 is empty.
7033
28106bc2
SDJ
70342012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7035 Tom Tromey <tromey@redhat.com>
7036
7037 * breakpoint.c (struct breakpoint_objfile_data)
7038 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
7039 <exception_probes>: New fields.
7040 (free_breakpoint_probes): New function.
7041 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
7042 `_Unwind_DebugHook'.
7043 (create_exception_master_breakpoint): Likewise.
7044 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
7045 * infrun.c: Including necessary header files for handling SystemTap
7046 probes.
7047 (handle_inferior_event): Handling longjmp breakpoint and exceptions
7048 via SystemTap probes.
7049 (check_exception_resume): Remove `func' argument. Handle exception
7050 unwinding breakpoint set via a SystemTap probe.
7051 (insert_exception_resume_from_probe): New function.
7052
55aa24fb
SDJ
70532012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7054 Tom Tromey <tromey@redhat.com>
7055 Jan Kratochvil <jan.kratochvil@redhat.com>
7056
7057 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
7058 (COMMON_OBS): Likewise.
7059 (HFILES_NO_SRCDIR): Add `probe'.
7060 * NEWS: Mention support for static and SystemTap probes.
7061 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
7062 SystemTap probes' arguments parser.
7063 * arm-linux-tdep.c: Including headers needed to perform the parsing
7064 of SystemTap probes' arguments.
7065 (arm_stap_is_single_operand): New function.
7066 (arm_stap_parse_special_token): Likewise.
7067 (arm_linux_init_abi): Initializing proper fields used by SystemTap
7068 probes' arguments parser.
7069 * ax-gdb.c (require_rvalue): Removing static declaration.
7070 (gen_expr): Likewise.
7071 * ax-gdb.h (gen_expr): Declaring function.
7072 (require_rvalue): Likewise.
7073 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
7074 (bkpt_probe_breakpoint_ops): New variable.
7075 (momentary_breakpoint_from_master): Set the `probe' value.
7076 (add_location_to_breakpoint): Likewise.
7077 (break_command_1): Using proper breakpoint_ops according to the
7078 argument passed by the user in the command line.
7079 (bkpt_probe_insert_location): New function.
7080 (bkpt_probe_remove_location): Likewise.
7081 (bkpt_probe_create_sals_from_address): Likewise.
7082 (bkpt_probe_decode_linespec): Likewise.
7083 (tracepoint_probe_create_sals_from_address): Likewise.
7084 (tracepoint_probe_decode_linespec): Likewise.
7085 (tracepoint_probe_breakpoint_ops): New variable.
7086 (trace_command): Using proper breakpoint_ops according to the
7087 argument passed by the user in the command line.
7088 (initialize_breakpoint_ops): Initializing breakpoint_ops for
7089 static probes on breakpoints and tracepoints.
7090 * breakpoint.h (struct bp_location) <probe>: New field.
7091 * cli-utils.c (skip_spaces_const): New function.
7092 (extract_arg): Likewise.
7093 * cli-utils.h (skip_spaces_const): Likewise.
7094 (extract_arg): Likewise.
7095 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
7096 * configure.ac: Append `stap-probe.o' to be generated when ELF
7097 support is present.
7098 * configure: Regenerate.
7099 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
7100 * elfread.c: Include `probe.h' and `arch-utils.h'.
7101 (probe_key): New variable.
7102 (elf_get_probes): New function.
7103 (elf_get_probe_argument_count): Likewise.
7104 (elf_evaluate_probe_argument): Likewise.
7105 (elf_compile_to_ax): Likewise.
7106 (elf_symfile_relocate_probe): Likewise.
7107 (stap_probe_key_free): Likewise.
7108 (elf_probe_fns): New variable.
7109 (elf_sym_fns): Add `sym_probe_fns' value.
7110 (elf_sym_fns_lazy_psyms): Likewise.
7111 (elf_sym_fns_gdb_index): Likewise.
7112 (_initialize_elfread): Initialize objfile cache for static
7113 probes.
7114 * gdb_vecs.h (struct probe): New forward declaration.
7115 (probe_p): New VEC declaration.
7116 * gdbarch.c: Regenerate.
7117 * gdbarch.h: Regenerate.
7118 * gdbarch.sh (stap_integer_prefix): New variable.
7119 (stap_integer_suffix): Likewise.
7120 (stap_register_prefix): Likewise.
7121 (stap_register_suffix): Likewise.
7122 (stap_register_indirection_prefix): Likewise.
7123 (stap_register_indirection_suffix): Likewise.
7124 (stap_gdb_register_prefix): Likewise.
7125 (stap_gdb_register_suffix): Likewise.
7126 (stap_is_single_operand): New function.
7127 (stap_parse_special_token): Likewise.
7128 (struct stap_parse_info): Forward declaration.
7129 * i386-tdep.c: Including headers needed to perform the parsing
7130 of SystemTap probes' arguments.
7131 (i386_stap_is_single_operand): New function.
7132 (i386_stap_parse_special_token): Likewise.
7133 (i386_elf_init_abi): Initializing proper fields used by SystemTap
7134 probes' arguments parser.
7135 * i386-tdep.h (i386_stap_is_single_operand): New function.
7136 (i386_stap_parse_special_token): Likewise.
7137 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
7138 * mipsread.c (ecoff_sym_fns): Likewise.
7139 * objfiles.c (objfile_relocate1): Support relocation for static
7140 probes.
7141 * parse.c (prefixify_expression): Remove static declaration.
7142 (initialize_expout): Likewise.
7143 (reallocate_expout): Likewise.
7144 * parser-defs.h (initialize_expout): Declare function.
7145 (reallocate_expout): Likewise.
7146 (prefixify_expression): Likewise.
7147 * ppc-linux-tdep.c: Including headers needed to perform the parsing
7148 of SystemTap probes' arguments.
7149 (ppc_stap_is_single_operand): New function.
7150 (ppc_stap_parse_special_token): Likewise.
7151 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
7152 probes' arguments parser.
7153 * probe.c: New file, for generic statically defined probe support.
7154 * probe.h: Likewise.
7155 * s390-tdep.c: Including headers needed to perform the parsing of
7156 SystemTap probes' arguments.
7157 (s390_stap_is_single_operand): New function.
7158 (s390_gdbarch_init): Initializing proper fields used by SystemTap
7159 probes' arguments parser.
7160 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
7161 * stap-probe.c: New file, for SystemTap probe support.
7162 * stap-probe.h: Likewise.
7163 * symfile.h: Include `gdb_vecs.h'.
7164 (struct sym_probe_fns): New struct.
7165 (struct sym_fns) <sym_probe_fns>: New field.
7166 * symtab.c (init_sal): Initialize `probe' field.
7167 * symtab.h (struct probe): Forward declaration.
7168 (struct symtab_and_line) <probe>: New field.
7169 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
7170 locations.
7171 (stop_tracing): Likewise.
7172 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
7173
22d2b532
SDJ
71742012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7175 Tom Tromey <tromey@redhat.com>
7176
7177 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
7178 and to compile agent expressions.
7179 * infrun.c (siginfo_make_value): New argument `ignore'.
7180 (siginfo_funcs): New struct.
7181 (_initialize_infrun): New argument when calling
7182 `create_internalvar_type_lazy'.
7183 * thread.c (thread_id_make_value): New argument `ignore'.
7184 (thread_funcs): New struct.
7185 (_initialize_thread): New argument when calling
7186 `create_internalvar_type_lazy'.
7187 * tracepoint.c (sdata_make_value): New argument `ignore'.
7188 (sdata_funcs): New struct.
7189 (_initialize_tracepoint): New argument when calling
7190 `create_internalvar_type_lazy'.
7191 * value.c (make_value): New struct.
7192 (create_internalvar_type_lazy): New argument `data'.
7193 (compile_internalvar_to_ax): New function.
7194 (value_of_internalvar): Properly handling `make_value' case.
7195 (clear_internalvar): Likewise.
7196 (show_convenience): Adding `TRY_CATCH' block.
7197 * value.h (internalvar_make_value): Delete, replace by...
7198 (struct internalvar_funcs): ... this.
7199 (create_internalvar_type_lazy) <fun>: Delete argument.
7200 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
7201 (compile_internalvar_to_ax): New function.
7202 * windows-tdep.c (tlb_make_value): New argument `ignore'.
7203 (tlb_funcs): New struct.
7204 (_initialize_windows_tdep): New argument when calling
7205 `create_internalvar_type_lazy'.
7206
91da1414
MW
72072012-04-27 Mark Wielaard <mjw@redhat.com>
7208
7209 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
7210 see whether it is an address or a constant offset from DW_AT_low_pc.
7211 (dwarf2_record_block_ranges): Likewise.
7212 (read_partial_die): Likewise.
7213
4ab9d8ec
MW
72142012-04-26 Mark Wielaard <mjw@redhat.com>
7215
7216 * MAINTAINERS (Write After Approval): Add myself to the list.
7217
a0911fd0
MR
72182012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
7219
7220 * proc-utils.h (proc_prettyprint_signalset): New prototype.
7221 (proc_prettyprint_signal): Likewise.
7222 (proc_prettyprint_faultset): Likewise.
7223 (proc_prettyprint_fault): Likewise.
7224 (proc_prettyprint_actionset): Likewise.
7225 (proc_prettyprint_flags): Move to new proc-flags.c section.
7226 (proc_prettyfprint_flags): New prototype.
7227 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
7228 (proc_syscall, proc_cursig): Likewise.
7229 (proc_set_kill_on_last_close): Likewise.
7230 (proc_unset_kill_on_last_close): Likewise.
7231 (proc_set_watchpoint): Make static.
7232 (proc_delete_dead_threads): Likewise.
7233 (procfs_set_watchpoint): Likewise.
7234 (_initialize_procfs): Add prototype.
7235 * proc-events.c: Include proc-utils.h.
7236 (init_syscall_table): Make static.
7237 * proc-api.c (_initialize_proc_api): Add prototype.
7238 * proc-flags.c: Include proc-utils.h.
7239
9009e1ae
MR
72402012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
7241
7242 * configure.ac: Add AC_ARG_PROGRAM.
7243 * configure: Regenerate.
7244
4fae6e18
JK
72452012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7246
7247 Fix DW_AT_lower_bound defaults for DWARF-4+.
7248 * dwarf2read.c (read_subrange_type): Remove initialization of low and
7249 high. New variable low_default_is_valid. Implement DWARF-4+
7250 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
7251 no default by the DWARF standard.
7252
14132e89 72532012-04-26 Maciej W. Rozycki <macro@mips.com>
f782ad9b 7254 Maciej W. Rozycki <macro@codesourcery.com>
14132e89
MR
7255
7256 * infrun.c (handle_inferior_event): Move the check for return
7257 trampolines ahead of the check for function trampolines.
7258 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
7259 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
7260 (mips_str_mips16_ret_stub): Likewise.
7261 (mips_str_call_fp_stub): Likewise.
7262 (mips_str_call_stub): Likewise.
7263 (mips_str_fn_stub): Likewise.
7264 (mips_str_pic): Likewise.
7265 (mips_in_frame_stub): New function.
7266 (mips_unwind_pc): Return the return address rather than the PC
7267 if the PC of an intermediate frame is inside a call thunk.
7268 (mips_is_stub_suffix): New function.
7269 (mips_is_stub_mode): Likewise.
7270 (mips_get_mips16_fn_stub_pc): Likewise.
7271 (mips_skip_mips16_trampoline_code): Update to handle all the
7272 currently generated stub types. Don't recurse into __fn_stub
7273 thunks. Remove heuristics to handle stubs beyond etext/_etext.
7274 Use cooked register accesses.
7275 (mips_in_return_stub): Reintroduce function.
7276 (mips_skip_trampoline_code): Traverse trampolines recursively.
7277 (mips_gdbarch_init): Handle MIPS16 return trampolines.
7278
518f0db5 72792012-04-26 Joel Brobecker <brobecker@adacore.com>
7280
7281 GDB 7.4.1 released.
7282
3184d3f9
JL
72832012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
7284
7285 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
7286 * features/arm-with-m-vfp-d16.xml: New file. Describes
7287 Cortex-M with VFPv4-sp-d16 FPU register layout.
7288 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
7289 * features/arm-with-m-vfp-d16.c: New. Generated from above.
7290 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
7291 (arm-register_g_packet_guesses): Add vfp-d16 guess.
7292 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
7293
b6201d44
DE
72942012-04-25 Doug Evans <dje@google.com>
7295
7296 * cli/cli-decode.c (print_doc_line): Use stream instead of
7297 current_uiout.
7298
4e2f8df6
SDJ
72992012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
7300
7301 * features/arm-with-iwmmxt.c: Regenerate.
7302 * features/arm-with-m-fpa-layout.c: Likewise.
7303 * features/arm-with-m.c: Likewise.
7304 * features/arm-with-neon.c: Likewise.
7305 * features/arm-with-vfpv2.c: Likewise.
7306 * features/arm-with-vfpv3.c: Likewise.
7307 * features/mips-dsp-linux.c: Likewise.
7308 * features/mips-linux.c: Likewise.
7309 * features/mips64-dsp-linux.c: Likewise.
7310 * features/mips64-linux.c: Likewise.
7311 * features/s390-linux32.c: Likewise.
7312 * features/s390-linux32v1.c: Likewise.
7313 * features/s390-linux32v2.c: Likewise.
7314 * features/s390-linux64.c: Likewise.
7315 * features/s390-linux64v1.c: Likewise.
7316 * features/s390-linux64v2.c: Likewise.
7317 * features/s390x-linux64.c: Likewise.
7318 * features/s390x-linux64v1.c: Likewise.
7319 * features/s390x-linux64v2.c: Likewise.
7320 * features/tic6x-c62x-linux.c: Likewise.
7321 * features/tic6x-c62x.c: Likewise.
7322 * features/tic6x-c64x-linux.c: Likewise.
7323 * features/tic6x-c64x.c: Likewise.
7324 * features/tic6x-c64xp-linux.c: Likewise.
7325 * features/tic6x-c64xp.c: Likewise.
7326 * target-descriptions.c: Only generate `field_type' and `type'
7327 variables when needed.
7328
2def3e66
JB
73292012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
7330
7331 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
7332
a766d390
DE
73332012-04-25 Doug Evans <dje@google.com>
7334
7335 Initial pass at Go language support.
7336 * NEWS: Mention Go.
7337 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
7338 go-valprint.c.
7339 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
7340 (YYFILES): Add go-exp.c.
7341 (YYOBJ): Add go-exp.o.
7342 (local-maintainer-clean): Delete go-exp.c.
7343 * defs.h (enum language): Add language_go.
7344 * dwarf2read.c: #include "go-lang.h".
7345 (fixup_go_packaging): New function.
7346 (process_full_comp_unit): Call it when processing Go CUs.
7347 (dwarf2_physname): Add Go support.
7348 (read_file_scope): Handle missing language spec for GNU Go.
7349 (set_cu_language): Handle DW_LANG_Go.
7350 * go-exp.y: New file.
7351 * go-lang.h: New file.
7352 * go-lang.c: New file.
7353 * go-typeprint.c: New file.
7354 * go-valprint.c: New file.
7355 * symtab.c: #include "go-lang.h".
7356 (symbol_set_language): Handle language_go.
7357 (symbol_find_demangled_name, symbol_set_names): Ditto.
7358 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
7359
4e2af517
JM
73602012-04-24 Jim Meyering <meyering@redhat.com>
7361
7362 avoid a few strncpy-induced buffer overruns
7363 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
7364 fname and psargs before trying to concatenate.
7365 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
7366 "name" before applying strchr.
7367
b77b7f52
SCR
73682012-04-25 Siva Chandra Reddy <sivachandra@google.com>
7369
7370 * CONTRIBUTE: Use unified diff instead of context diff when
7371 generating patches.
7372
6321c22a
MR
73732012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
7374
7375 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
7376 code. Handle JR.HB correctly.
7377
742c84f6
MR
73782012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
7379
7380 * mips-tdep.c
7381 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
7382 with the other MIPS16 helpers.
7383
7fc7e0c3
SDJ
73842012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
7385
7386 * observer.sh: Conditionally declare `args', thus cleaning up
7387 unused instances of this variable.
7388
20388dd6
YQ
73892012-04-24 Yao Qi <yao@codesourcery.com>
7390
7391 Revert this patch to allow breakpoint always-inserted
7392 in record target.
7393 2011-12-05 Pedro Alves <pedro@codesourcery.com>
f782ad9b
AS
7394 * breakpoint.c: Include record.h.
7395 (breakpoints_always_inserted_mode): Return false when the record
7396 target is in use.
20388dd6
YQ
7397
7398 * breakpoint.c (iterate_over_bp_locations): New.
7399 * breakpoint.h: Declare.
7400 New typedef walk_bp_location_callback.
7401 * record.c (record_open): Call record_init_record_breakpoints.
7402 (record_sync_record_breakpoints): New.
7403 (record_init_record_breakpoints): New.
7404 * NEWS: Mention supporting breakpoint always-inserted mode in
7405 record target.
7406
4734f50e
MK
74072012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
7408
7409 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
7410 any thread.
7411
c326b90e
YQ
74122012-04-24 Yao Qi <yao@codesourcery.com>
7413
7414 * breakpoint.c (ep_is_catchpoint): Renamed to ...
7415 (is_catchpoint): ... it.
7416 (print_one_breakpoint_location): Caller update.
7417 * breakpoint.h: Update declaration.
7418
d8fb5a1e
DM
74192012-04-23 David S. Miller <davem@davemloft.net>
7420
7421 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
7422
34431a2a
TT
74232012-04-23 Tom Tromey <tromey@redhat.com>
7424
7425 * buildsym.c (add_free_pendings): Remove.
7426 * buildsym.h (add_free_pendings): Remove.
7427
4568ecf9
DE
74282012-04-23 Doug Evans <dje@google.com>
7429
7430 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
7431 attr.u.unsnd instead of attr.u.addr.
7432 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
7433 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
7434 DW_FORM_ref_udata.
7435 (dump_die_shallow): Update cases DW_FORM_ref_addr,
7436 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
7437 DW_FORM_ref_udata.
7438 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
7439
dca9aa3a
MR
74402012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
7441
7442 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
7443 (mips_o32_return_value): Likewise.
7444 (mips_o64_return_value): Likewise.
7445
c8ea1972
PH
74462012-04-21 Paul Hilfinger <hilfinger@adacore.com>
7447
7448 * ada-lang.c (ada_evaluate_subexp): Add cases for
f782ad9b
AS
7449 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
7450 their treatment in eval.c.
c8ea1972 7451
8d1b3521
DM
74522012-04-21 David S. Miller <davem@davemloft.net>
7453
7454 * sparc-tdep.c (X_DISP10): Define.
7455 (sparc_analyze_control_transfer): Handle compare-and-branch.
7456
03145bf4
JL
74572012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
7458
7459 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
7460 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
7461
004159a2 74622012-04-20 Nigel Stephens <nigel@mips.com>
f782ad9b 7463 Maciej W. Rozycki <macro@codesourcery.com>
004159a2
MR
7464
7465 * mips-tdep.c (mips_float_register_p): New function.
7466 (mips_convert_register_float_case_p): Use mips_float_register_p.
7467 (mips_register_type): Likewise.
7468 (mips_print_register): Likewise.
7469 (print_gp_register_row): Likewise.
7470 (mips_print_registers_info): Likewise.
7471
7f0e6aae
MR
74722012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
7473
7474 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
7475 of mips16 symbols.
7476
bc17beea
AP
74772012-04-20 Andrew Pinski <apinski@cavium.com>
7478
7479 * MAINTAINERS (Write After Approval): Add myself to the list.
7480
1730a5a5
SDJ
74812012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
7482
7483 * MAINTAINERS: Update my e-mail address.
7484
38ea300a
PA
74852012-04-20 Pedro Alves <palves@redhat.com>
7486
7487 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
7488 $srcdir.
7489 * configure: Regenerate.
7490
111dfaae
SDJ
74912012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
7492
7493 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
7494 declaration.
7495 * gdb_vecs.h: Declare `const_char_ptr' VEC.
7496
4fb2c64a
JK
74972012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7498
7499 Fix compilation compatibility with python-2.4
7500 * python/py-type.c (convert_field): Cast ADDRSTRING for
7501 PyObject_SetAttrString as non-const. New comment.
7502
6328eb38
TT
75032012-04-19 Tom Tromey <tromey@redhat.com>
7504
7505 * top.c (quit_target): Use all_cleanups.
7506 * main.c (captured_command_loop): Use all_cleanups.
7507 * exceptions.c (throw_exception): Use all_cleanups.
7508
c971b7fa
PA
75092012-04-19 Pedro Alves <palves@redhat.com>
7510
7511 * Makefile.in (GNULIB_BUILDDIR): New.
7512 (LIBGNU, INCGNU, GNULIB_H): Adjust.
7513 (SUBDIRS): Add $(GNULIB_BUILDDIR).
7514 (CLEANDIRS). Remove gnulib/import.
7515 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
7516 (all-lib): Ditto.
7517 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
7518 (gnulib/import/Makefile): Replace gnulib/import with
7519 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
7520 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
7521 (aclocal_m4_deps): Remove the gnulib dependencies. Add
7522 acx_configure_dir.m4.
7523 * acinclude.m4: Include acx_configure_dir.m4.
7524 * acx_configure_dir.m4: New file.
7525 * aclocal.m4: Regenerate.
a09130f9
PA
7526 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
7527 calls. Configure gnulib using ACX_CONFIGURE_DIR.
7528 (GNULIB): New variable.
7529 (GNULIB_STDINT_H): Adjust.
7530 (AC_OUTPUT): Don't output gnulib/Makefile.
7531 * gdb/defs.h: Include build-gnulib/config.h.
7532 * aclocal.m4: Regenerate.
7533 * config.in: Regenerate.
7534 * configure: Regenerate.
7535
7536 * gnulib/Makefile.in: New file.
7537 * gnulib/configure.ac: New file.
7538 * gnulib/aclocal.m4: New file.
7539 * gnulib/config.in: New file.
7540 * gnulib/configure: New file.
c971b7fa
PA
7541 * gnulib/: Re-run gnulib-tool to adjust.
7542
b10faa68
DE
75432012-04-19 Doug Evans <dje@google.com>
7544
7545 * cleanups.h (struct cleanup): Move to cleanups.c.
7546 (make_cleanup_dtor_ftype): New typedef.
7547 (make_cleanup_dtor): Use it.
7548 (ALL_CLEANUPS): Replace with ...
7549 (all_cleanups): ... this. Declare. All uses updated.
7550 * cleanups.c: #include "gdb_assert.h".
7551 (sentinel_cleanup): New static global.
7552 (SENTINEL_CLEANUP): Define.
7553 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
7554 (make_my_cleanup2): Assert result is non-NULL.
7555 (all_cleanups): New function.
7556 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
7557 of NULL.
7558
d8c267cc
PA
75592012-04-19 Pedro Alves <palves@redhat.com>
7560
7561 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
7562 Adjust paths to gnulib imported files.
7563
809277f8
PA
75642012-04-19 Pedro Alves <palves@redhat.com>
7565
7566 * gnulib/: Move whole directory ...
7567 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
7568 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
7569 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
7570 (aclocal_m4_deps): Adjust.
7571 * aclocal.m4: Regenerate.
7572 * configure: Regenerate.
7573 * configure.ac: Adjust AC_OUTPUT output.
7574
aad9eab9
YQ
75752012-04-19 Yao Qi <yao@codesourcery.com>
7576
7577 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
7578 (vec.o): New rule.
7579 * vec.c: Move it ...
7580 * common/vec.c: ... here.
7581 * vec.h: Move it ...
7582 * common/vec.h: ... here.
7583
48fe4669
YQ
75842012-04-19 Yao Qi <yao@codesourcery.com>
7585
7586 * gdb-code-style.el: New.
7587
770d76d7
PA
75882012-04-18 Pedro Alves <palves@redhat.com>
7589
7590 Update gnulib from latest git.
7591 (639ea5ae15e39fe48d43e04864b2997301e4b969)
7592
7593 * gnulib/Makefile.am: Update.
7594 * gnulib/dummy.c: Update.
7595 * gnulib/extra/arg-nonnull.h: Update.
7596 * gnulib/extra/c++defs.h: Update.
7597 * gnulib/extra/update-copyright: Update.
7598 * gnulib/extra/warn-on-use.h: Update.
7599 * gnulib/inttypes.in.h: Update.
7600 * gnulib/m4/00gnulib.m4: Update.
7601 * gnulib/m4/extensions.m4: Update.
7602 * gnulib/m4/gnulib-cache.m4: Update.
7603 * gnulib/m4/gnulib-common.m4: Update.
7604 * gnulib/m4/gnulib-comp.m4: Update.
7605 * gnulib/m4/gnulib-tool.m4: Update.
7606 * gnulib/m4/include_next.m4: Update.
7607 * gnulib/m4/inttypes-pri.m4: Update.
7608 * gnulib/m4/inttypes.m4: Update.
7609 * gnulib/m4/longlong.m4: Update.
7610 * gnulib/m4/memchr.m4: Update.
7611 * gnulib/m4/memmem.m4: Update.
7612 * gnulib/m4/mmap-anon.m4: Update.
7613 * gnulib/m4/multiarch.m4: Update.
7614 * gnulib/m4/onceonly.m4: Update.
7615 * gnulib/m4/stddef_h.m4: Update.
7616 * gnulib/m4/stdint.m4: Update.
7617 * gnulib/m4/string_h.m4: Update.
7618 * gnulib/m4/warn-on-use.m4: Update.
7619 * gnulib/m4/wchar_h.m4: Update.
7620 * gnulib/m4/wchar_t.m4: Update.
7621 * gnulib/m4/wint_t.m4: Update.
7622 * gnulib/memchr.c: Update.
7623 * gnulib/memmem.c: Update.
7624 * gnulib/stddef.in.h: Update.
7625 * gnulib/stdint.in.h: Update.
7626 * gnulib/str-two-way.h: Update.
7627 * gnulib/string.in.h: Update.
7628 * gnulib/wchar.in.h: Update.
7629
7630 * gnulib/extra/arg-nonnull.h: Delete.
7631 * gnulib/extra/c++defs.h: Delete.
7632 * gnulib/extra/warn-on-use.h: Delete.
7633 * gnulib/m4/wchar_h.m4: Delete.
7634 * gnulib/m4/wint_t.m4: Delete.
7635 * gnulib/wchar.in.h: Delete.
7636
7637 * gnulib/extra/snippets/arg-nonnull.h: New.
7638 * gnulib/extra/snippets/c++defs.h: New.
7639 * gnulib/extra/snippets/warn-on-use.h: New.
7640
7641 * aclocal.m4: Regenerate.
7642 * config.in: Regenerate.
7643 * configure: Regenerate.
7644 * gnulib/Makefile.in: Regenerate.
7645
174e088e
PA
76462012-04-18 Pedro Alves <palves@redhat.com>
7647
7648 Reimport the update-copyright module from gnulib
7649 (250b80067c1e1d8faa0c42fb572f721975b929c5).
7650
7651 * configure: Regenerate.
7652 * gnulib/Makefile.am: Update.
7653 * gnulib/Makefile.in: Regenerate.
7654 * gnulib/extra/update-copyright: Update.
7655 * gnulib/m4/gnulib-cache.m4: Update.
7656 * gnulib/m4/gnulib-comp.m4: Update.
7657
7f533142
JB
76582012-04-18 Tristan Gingold <gingold@adacore.com>
7659
7660 * configure.ac (aix): Put -lpthread into libs.
7661 * configure: Regenerate.
7662
001822aa
TT
76632012-04-18 Tom Tromey <tromey@redhat.com>
7664
7665 * linespec.c (convert_linespec_to_sals): Don't use
7666 SYMBOL_OBJ_SECTION.
7667 (compare_msymbols): Arguments are minsym_and_objfile, not
7668 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
7669
db026a31
PA
76702012-04-18 Pedro Alves <palves@redhat.com>
7671
7672 Revert gnulib/ part of:
7673 2011-01-01 Joel Brobecker <brobecker@adacore.com>
7674 Copyright year update in most files (performed by copyright.sh).
7675
12df843f
JK
76762012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7677
7678 Fix 64-bit constants on 32-bit hosts.
7679 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
7680 from unsigned long to ULONGEST.
7681 (read_signed_leb128): Change declaration return type from long to
7682 LONGEST.
7683 (dwarf2_const_value_attr): Change declaration parameter value from long
7684 to LONGEST.
7685 (dwarf2_compute_name): Change variable value from long to LONGEST.
7686 (read_unsigned_leb128): Change return type, variable result and some
7687 casts from unsigned long to ULONGEST.
7688 (read_signed_leb128): Change return type, variable result and some
7689 casts from long to LONGEST.
7690 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
7691 value from long to LONGEST.
7692 (dwarf2_const_value): Change variable value from long to LONGEST.
7693 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
7694 plongest and hex_string.
7695 * symtab.h (struct general_symbol_info): Change ivalue from long to
7696 LONGEST, remove the comment.
7697 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
7698 Change SYMBOL_VALUE format strings to use plongest and hex_string.
7699
14e75d8e
JK
77002012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
7701
7702 PR symtab/7259:
7703 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
7704 * ada-lang.c (ada_discrete_type_high_bound)
ac4ea3c2
JK
7705 (ada_discrete_type_low_bound): Fix function comment. Use
7706 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
14e75d8e
JK
7707 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
7708 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7709 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
7710 Use TYPE_FIELD_ENUMVAL.
7711 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
7712 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7713 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
7714 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
7715 TYPE_CODE_ENUM.
7716 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
7717 * dwarf2read.c (process_enumeration_scope): Likewise.
7718 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
7719 field.bitpos.
7720 (class StructMainTypePrettyPrinter): Support also
7721 FIELD_LOC_KIND_ENUMVAL.
7722 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
7723 TYPE_CODE_ENUM.
7724 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7725 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
7726 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
7727 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
7728 field enumval.
7729 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
7730 accommodate enumval.
7731 (struct call_site): Adjust loc_kind to accommodate enumval.
7732 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
7733 (TYPE_FIELD_ENUMVAL): New macros.
7734 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
7735 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
7736 TYPE_CODE_ENUM.
7737 * p-typeprint.c (pascal_type_print_base): Likewise.
7738 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
7739 enumval.
7740 * python/lib/gdb/types.py (make_enum_dict): Likewise.
7741 * python/py-type.c (convert_field): New variable addrstring. Use
7742 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7743 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
7744 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
7745 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
7746 TYPE_CODE_ENUM.
7747 * valprint.c (generic_val_print): Likewise.
7748
380bca97
DE
77492012-04-17 Doug Evans <dje@google.com>
7750
dcc07052
DE
7751 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
7752
380bca97
DE
7753 * dwarf2read.c: Whitespace fixes.
7754 (lookup_signatured_type): Tweak comment.
7755 (get_die_type_at_offset): Fix comment.
7756
ec92004f
JB
77572012-04-17 Joel Brobecker <brobecker@adacore.com>
7758
7759 * xcoffread.c (xcoff_secnum_to_sections): New function.
7760 (secnum_to_section, secnum_to_bfd_section): Reimplement
7761 using xcoff_secnum_to_sections. Rename "secnum" parameter
7762 into "n_scnum".
7763 (RECORD_MINIMAL_SYMBOL): Delete.
7764 (record_minimal_symbol): New function.
7765 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
7766 by call to record_minimal_symbol and set misc_func_recorded
7767 to 1. Set last_csect_sec to the XCOFF section index instead
7768 of GDB's section_offset index. Update calls to
7769 prim_record_minimal_symbol_and_info to pass the BFD section
7770 as well.
7771
40301fb7
JB
77722012-04-17 Joel Brobecker <brobecker@adacore.com>
7773
7774 * xcoffread.c (read_xcoff_symtab): Delete variables
7775 last_csect_val and last_csect_sec and associated code.
7776
e0088cfd
DE
77772012-04-17 Doug Evans <dje@google.com>
7778
58d5e2c3
DE
7779 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
7780 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7781 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
7782 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
7783
c27f5738
DE
7784 * cleanups.h: New file.
7785 * cleanups.c: New file.
7786 * Makefile.in (SFILES): Add cleanups.c.
7787 (HFILES_NO_SRCDIR): Add cleanups.h.
7788 (COMMON_OBS): Add cleanups.o.
7789 * defs.h (struct cleanup): Moved to cleanups.h.
7790 (do_cleanups,do_final_cleanups): Ditto.
7791 (discard_cleanups,discard_final_cleanups): Ditto
7792 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7793 (save_cleanups,save_final_cleanups): Ditto.
7794 (restore_cleanups,restore_final_cleanups): Ditto.
7795 (null_cleanup): Ditto.
7796 (make_my_cleanup,make_my_cleanup2): Ditto.
7797 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7798 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
7799 (do_cleanups,do_final_cleanups): Ditto.
7800 (discard_cleanups,discard_final_cleanups): Ditto
7801 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7802 (save_cleanups,save_final_cleanups): Ditto.
7803 (restore_cleanups,restore_final_cleanups): Ditto.
7804 (null_cleanup): Ditto.
7805 (make_my_cleanup,make_my_cleanup2): Ditto.
7806 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7807
e0088cfd
DE
7808 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
7809 make_my_cleanup.
7810 (make_cleanup_dyn_string_delete): Ditto.
7811 (make_cleanup_ui_file_delete): Ditto.
7812 (make_cleanup_ui_out_redirect_pop): Ditto.
7813 (make_cleanup_free_section_addr_info): Ditto.
7814 (make_cleanup_restore_integer): Ditto.
7815 (make_cleanup_unpush_target): Ditto.
7816 (make_cleanup_value_free_to_mark): Ditto.
7817 (make_cleanup_value_free): Ditto.
7818 (make_cleanup_free_so): Ditto.
7819
4dc84fd1
JK
78202012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7821
7822 New option "set debug auto-load".
7823 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
7824 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
7825 (auto_load_safe_path_vec_update)
7826 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
7827 if DEBUG_AUTO_LOAD.
7828 (file_is_auto_load_safe): New parameters debug_fmt and ....
7829 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
7830 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
7831 caller by explanatory string.
7832 (_initialize_auto_load): Register "set debug auto-load".
7833 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
7834 and ....
7835 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7836 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
7837 by explanatory string.
7838 * main.c (captured_main): Likewise.
7839 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
7840 (source_section_scripts): Likewise.
7841
bccbefd2
JK
78422012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7843
7844 New option "set auto-load safe-path".
7845 * NEWS: New commands "set auto-load safe-path"
7846 and "show auto-load safe-path".
7847 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
7848 (auto_load_safe_path, auto_load_safe_path_vec)
7849 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
7850 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
7851 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
7852 (source_gdb_script_for_objfile): New variable is_safe. Call
7853 file_is_auto_load_safe. Return if it is not.
7854 (struct loaded_script): New field loaded.
7855 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
7856 (print_script): Use LOADED indicator instead of FULL_PATH. Change
7857 output "Missing" to "No".
7858 (_initialize_auto_load): New variable cmd. Initialize
7859 auto_load_safe_path. Register "set auto-load safe-path",
7860 "show auto-load safe-path" and "add-auto-load-safe-path".
7861 * auto-load.h (maybe_add_script): Add parameter loaded.
7862 (file_is_auto_load_safe): New declaration.
7863 * config.in: Regenerate.
7864 * configure: Regenerate.
7865 * configure.ac: New parameters --with-auto-load-safe-path
7866 and --without-auto-load-safe-path.
7867 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7868 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
7869 * main.c (captured_main): Check file_is_auto_load_safe for
7870 LOCAL_GDBINIT.
7871 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
7872 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
7873 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
7874 not.
7875
bf88dd68
JK
78762012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7877
7878 auto-load: Implementation.
7879 * NEWS: New descriptions for "info auto-load",
7880 "info auto-load gdb-scripts", "info auto-load python-scripts",
7881 "info auto-load local-gdbinit" and "info auto-load libthread-db".
7882 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
7883 and "show auto-load-scripts". New description for "set auto-load",
7884 "show auto-load", "set auto-load gdb-scripts",
7885 "show auto-load gdb-scripts", "set auto-load python-scripts",
7886 "show auto-load python-scripts", "set auto-load local-gdbinit",
7887 "show auto-load local-gdbinit", "set auto-load libthread-db" and
7888 "show auto-load libthread-db".
7889 * auto-load.c: Remove include python/python-internal.h. Add includes
7890 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
7891 cli/cli-setshow.h.
7892 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
7893 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
7894 (gdbpy_global_auto_load): Rename to ...
7895 (global_auto_load): ... here.
7896 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7897 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
7898 (script_language_gdb, source_gdb_script_for_objfile): New.
7899 (struct loaded_script): New field language.
7900 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
7901 LANGUAGE.
7902 (maybe_add_script): Add parameter language. Drop redundant
7903 entry.full_path initialization. Initialize entry.language and
7904 (*slot)->language.
7905 (auto_load_objfile_script): Change parameter suffix to language.
7906 Remove the call of maybe_add_script.
7907 Call language->source_script_for_objfile.
7908 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
7909 New.
7910 (collect_matching_scripts): Adjust it for
7911 struct collect_matching_scripts_data.
7912 (auto_load_info_scripts_pattern_nl): New variable.
7913 (info_auto_load_scripts): Rename to ...
7914 (auto_load_info_scripts): ... here, add parameter language. Adjust it
7915 for struct collect_matching_scripts_data.
7916 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
7917 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
7918 (auto_load_show_cmdlist_get, info_auto_load_cmd)
7919 (auto_load_info_cmdlist_get): New.
7920 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
7921 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
7922 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
7923 "info auto-load local-gdbinit".
7924 * auto-load.h (struct script_language): New.
7925 (gdbpy_global_auto_load): Rename to ...
7926 (global_auto_load): ... here.
7927 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7928 (auto_load_local_gdbinit_loaded): New declarations.
7929 (maybe_add_script): New parameter language.
7930 (auto_load_objfile_script): Change parameter suffix to language.
7931 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
7932 (auto_load_info_scripts, auto_load_set_cmdlist_get)
7933 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
7934 declarations.
7935 * linux-thread-db.c: Include auto-load.h and ctype.h.
7936 (auto_load_thread_db, show_auto_load_thread_db): New.
7937 (struct thread_db_info): New field filename.
7938 (delete_thread_db_info): Call xfree for FILENAME.
7939 (try_thread_db_load): Initialize FILENAME.
7940 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
7941 if !AUTO_LOAD_THREAD_DB.
7942 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
7943 (_initialize_thread_db): Install auto_load_thread_db
7944 as "set auto-load libthread-db" and install info_auto_load_libthread_db
7945 as "info auto-load libthread-db".
7946 * main.c (captured_main): Rename gdbpy_global_auto_load to
7947 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
7948 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
7949 (print_gdb_help): Extend the help for 'local init file'.
7950 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
7951 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
7952 (auto_load_scripts): Rename to ...
7953 (auto_load_python_scripts): ... here, update the comment.
7954 (gdbpy_load_auto_script_for_objfile): New declaration.
7955 (show_auto_load_python_scripts, script_language_python)
7956 (gdbpy_load_auto_script_for_objfile): New.
7957 (source_section_scripts): Refactor the code.
7958 (load_auto_scripts_for_objfile): Rename to ...
7959 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
7960 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
7961 (info_auto_load_python_scripts): New.
7962 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
7963 Rename "set auto-load-scripts" to "set auto-load python-scripts".
7964 Register "set auto-load-scripts" as its deprecated alias. Register
7965 "info auto-load python-scripts". Register "info auto-load-scripts" as
7966 its deprecated alias.
7967 (load_auto_scripts_for_objfile): Rename to ...
7968 (gdbpy_load_auto_scripts_for_objfile): ... here.
7969 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
7970 (gdbpy_load_auto_scripts_for_objfile): ... here.
7971
e2207b9a
JK
79722012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7973
7974 auto-load: Move files.
7975 * Makefile.in (SFILES): Add auto-load.c.
7976 (HFILES_NO_SRCDIR): Add auto-load.h.
7977 (COMMON_OBS): Add auto-load.o.
7978 (distclean): Change .gdbinit for gdb-gdb.gdb.
7979 * auto-load.c: New file, with parts from python/py-auto-load.c.
7980 * auto-load.h: New file, with parts from python/python.h.
7981 * configure: Regenerate.
7982 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
7983 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
7984 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
7985 * main.c: Include auto-load.h.
7986 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
7987 command.h, observer.h and progspace.h to auto-load.c. Add include
7988 auto-load.h.
7989 (gdbpy_global_auto_load, struct auto_load_pspace_info)
7990 (struct loaded_script, auto_load_pspace_data)
7991 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
7992 (hash_loaded_script_entry, eq_loaded_script_entry)
7993 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
7994 (maybe_add_script): Move to auto-load.c.
7995 (source_section_scripts): Change maybe_add_script parameters passing,
7996 use script_not_found_warning_print.
7997 (clear_section_scripts, auto_load_objfile_script)
7998 (auto_load_new_objfile, loaded_script_ptr)
7999 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
8000 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
8001 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
8002 auto_load_new_objfile and info_auto_load_scripts initizations to
8003 auto-load.c.
8004 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
8005
e4ab2fad
JK
80062012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8007
8008 Code cleanup.
8009 * charset.c (find_charset_names): Remove variables ix and elt.
8010 Use free_char_ptr_vec.
8011 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
8012 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
8013 debugdir_end. New variable debugdir_len.
8014 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
8015 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
8016 declarations.
8017 * progspace.c (clear_program_space_solib_cache): Remove variables ix
8018 and elt. Use free_char_ptr_vec.
8019 * source.c (add_path): Remove variables argv, arg and argv_index.
8020 New variables dir_vec, back_to, ix and name.
8021 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
8022 make_cleanup_freeargv. Remove variable separator. Simplify the code
8023 no longer expecting DIRNAME_SEPARATOR.
8024 (openp): Remove variable p, p1 and len. New variables dir_vec,
8025 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
8026 no longer expecting DIRNAME_SEPARATOR.
8027 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
8028 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
8029 debugdir_end.
8030 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
8031 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
8032 (dirnames_to_char_ptr_vec): New functions.
8033
5ee4ed9f
JK
80342012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8035
8036 Code cleanup.
8037 * source.c (add_path): Remove always true conditional 'p == 0' and
8038 unindent its code block.
8039
f41f5e61
PA
80402012-04-17 Pedro Alves <palves@redhat.com>
8041
8042 * gdbtypes.h (FIELD_BITPOS): Rename to ...
8043 (FIELD_BITPOS_LVAL): ... this.
8044 (FIELD_BITPOS): New.
8045 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
8046 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
8047 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
8048 SET_FIELD_BITPOS.
8049 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
8050 SET_FIELD_BITPOS.
8051 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
8052 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
8053 * target-descriptions.c (tdesc_gdb_type): Adjust to use
8054 SET_FIELD_BITPOS.
8055
945b3a32
JK
80562012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8057
8058 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
8059 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
8060 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
8061 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
8062 * jv-lang.c (java_link_class_type): Likewise, once.
8063 * stabsread.c (read_enum_type): Likewise.
8064
42476b70
YQ
80652012-04-16 Yao Qi <yao@codesourcery.com>
8066
8067 * common/agent.c (agent_run_command): Add one more parameter `len'.
8068 Update callers.
8069 * common/agent.h: Update declaration.
8070 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8071 Update.
8072 (linux_child_static_tracepoint_markers_by_strid): Ditto.
8073
8264ba82
AG
80742012-04-14 Anton Gorenkov <xgsa@yandex.ru>
8075
8076 PR mi/13393
8077 * value.c (value_actual_type): New function.
8078 * value.h (value_actual_type): New declaration.
8079 * varobj.c (update_type_if_necessary): New function.
8080 (varobj_create): Call value_actual_type instead of
8081 value_type.
8082 (install_dynamic_child): distinct changed and type changed MI variable
8083 objects.
8084 (update_dynamic_varobj_children): Updated for install_dynamic_child
8085 change. All callers updated.
a09130f9 8086 (varobj_update): Support for MI variable object type change if
8264ba82
AG
8087 the value changed and RTTI is used to determine the type.
8088 (create_child_with_value): Call value_actual_type instead of
8089 value_type.
a09130f9 8090 (adjust_value_for_child_access): Extended with a new parameter which
8264ba82
AG
8091 specify whether the given value should be casted to enclosing type.
8092 All callers updated.
8093
55a8c076
YQ
80942012-04-14 Yao Qi <yao@codesourcery.com>
8095
8096 Import gnulib module inttypes from git
8097 (250b80067c1e1d8faa0c42fb572f721975b929c5)
8098 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
a09130f9
PA
8099 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
8100 gnulib/m4/inttypes-pri.m4
55a8c076
YQ
8101 * aclocal.m4, config.in, configure: Regenerated.
8102 * gnulib/Makefile.am: Update.
8103 * gnulib/Makefile.in: Update.
8104 * gnulib/m4/gnulib-cache.m4: Update.
8105 * gnulib/m4/gnulib-comp.m4: Update.
8106 * gnulib/inttypes.in.h: New.
8107 * gnulib/m4/inttypes-pri.m4: New.
a09130f9 8108 * gnulib/m4/inttypes.m4: New.
55a8c076 8109
ca7781d2
LM
81102012-04-13 Luis Machado <lgustavo@codesourcery.com>
8111
8112 * infrun.c (resume): Update PC address to the real PC after
8113 preparing to do displaced stepping.
8114
e319fa28
DE
81152012-04-12 Doug Evans <dje@google.com>
8116
8117 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
8118 All callers updated.
8119
15add3f5
MK
81202012-04-12 Mark Kettenis <kettenis@gnu.org>
8121
8122 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
8123
52dc124a
DE
81242012-04-12 Doug Evans <dje@google.com>
8125
0e50663e
DE
8126 * dwarf2read.c (create_all_type_units): Renamed from
8127 create_debug_types_hash_table. All callers updated.
8128
52dc124a
DE
8129 * dwarf2read.c (create_signatured_type_table_from_index): Rename
8130 local type_sig to sig_type, type_offset to type_offset_in_tu.
8131 (hash_signatured_type): Renamed from hash_type_signature,
8132 all callers updated.
8133 (eq_signatured_type): Renamed from eq_type_signature,
8134 all callers updated.
8135 (create_debug_types_hash_table): Rename local type_sig to sig_type.
8136 (process_enumeration_scope): Ditto.
8137 (lookup_signatured_type_at_offset): Ditto.
8138 (load_full_type_unit, read_signatured_type): Ditto.
8139
248fd3bf
YQ
81402012-04-12 Yao Qi <yao@codesourcery.com>
8141
8142 * remote.c (async_remote_interrupt): Correct function name in
8143 debug message.
8144 (async_remote_interrupt_twice): Ditto.
8145
bc3aa6c3
DE
81462012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
8147
8148 * source.c (find_and_open_source): Consistently pass resulting
8149 full path through xfullpath.
8150
9e529e1d
JK
81512012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8152
8153 Provide more specific displaced-stepping memory error message.
8154 * infrun.c (displaced_step_prepare): New variable status. Call
8155 target_read_memory instead of read_memory, provide more specific
8156 error message.
8157
82e0cec1
TG
81582012-04-11 Tristan Gingold <gingold@adacore.com>
8159
8160 PR gdb/13901
8161 * darwin-nat.c (darwin_execvp): Revert previous patch.
8162
d987a266
TG
81632012-04-11 Tristan Gingold <gingold@adacore.com>
8164
8165 PR gdb/13901
8166 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
8167 in case of change.
8168
016b7430
TG
81692012-04-11 Tristan Gingold <gingold@adacore.com>
8170
8171 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8172 warning.
8173
06fc020f
SCR
81742012-04-11 Siva Chandra Reddy <sivachandra@google.com>
8175
8176 New command 'explore' which helps explore values and types in
8177 scope.
8178 * NEWS: Add an entry about the new 'explore' command.
8179 * data-directory/Makefile.in: Add gdb/command/explore.py
8180 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
a09130f9 8181 command using the GDB Python API.
06fc020f 8182
de0919f8 81832012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
34b192ce
MR
8184
8185 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
8186 extension in jump target calculation.
8187
de0919f8 81882012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
9e8da49c
MR
8189
8190 * mips-tdep.c (mips32_next_pc): Handle JALX.
8191
2f26ef89
YQ
81922012-04-10 Yao Qi <yao@codesourcery.com>
8193
8194 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
8195
2e505b66
YQ
81962012-04-10 Yao Qi <yao@codesourcery.com>
8197
8198 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
8199 and gnulib/m4/gnulib-tool.m4.
8200
0d99eb77
DE
82012012-04-10 Doug Evans <dje@google.com>
8202
8203 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
8204 (load_partial_dies): Clarify comment.
8205 (find_partial_die): Support rereading type units.
8206 Clarify CU handling, if we know offset is in CU, don't search for the
8207 containing CU. Add comment regarding memory waste.
8208
9a82b8ff
L
82092012-04-10 H.J. Lu <hongjiu.lu@intel.com>
8210
8211 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
8212 i386/x32-avx and i386/x32-avx-linux.
8213 (i386/x32-expedite): New.
8214 (i386/x32-linux-expedite): Likewise.
8215 (i386/x32-avx-expedite): Likewise.
8216 (i386/x32-avx-linux-expedite): Likewise.
8217 ($(outdir)/i386/x32.dat): Likewise.
8218 ($(outdir)/i386/x32-linux.dat): Likewise.
8219 ($(outdir)/i386/x32-avx.dat): Likewise.
8220 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
8221
8222 * features/i386/x32-avx-linux.xml: New file.
8223 * features/i386/x32-avx.xml: Likewise.
8224 * features/i386/x32-core.xml: Likewise.
8225 * features/i386/x32-linux.xml: Likewise.
8226 * features/i386/x32.xml: Likewise.
8227
8228 * features/i386/x32-avx-linux.c: New. Generated.
8229 * features/i386/x32-avx.c: Likewise.
8230 * features/i386/x32-linux.c: Likewise.
8231 * features/i386/x32.c: Likewise.
8232 * regformats/i386/x32-avx-linux.dat: Likewise.
8233 * regformats/i386/x32-avx.dat: Likewise.
8234 * regformats/i386/x32-linux.dat: Likewise.
8235 * regformats/i386/x32.dat: Likewise.
8236
ee41036f
TG
82372012-04-10 Tristan Gingold <gingold@adacore.com>
8238
8239 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
8240 code to kill the inferior.
8241
a7aa5b8a
MK
82422012-04-09 Mark Kettenis <kettenis@gnu.org>
8243
8244 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8245 defines.
8246 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8247 defines.
a09130f9 8248 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
a7aa5b8a
MK
8249 (yyvsp): New defines.
8250 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8251 defines.
8252 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8253 defines.
8254 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8255 defines.
8256 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8257 defines.
8258 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8259 defines.
8260
fb57d452
MK
82612012-04-09 Mark Kettenis <kettenis@gnu.org>
8262
a09130f9 8263 * sparc64-tdep.c (sparc64_store_arguments)
fb57d452
MK
8264 (sparc64_store_arguments): Fix coding style.
8265
cdc7b32f
MK
82662012-04-07 Mark Kettenis <kettenis@gnu.org>
8267
8268 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
8269 complex floats, adjust some related comments and tighten a related
8270 assertion.
8271 (sparc64_extract_return_value): Handle complex floats.
8272
7adf1e79
DE
82732012-04-07 Doug Evans <dje@google.com>
8274
8275 * dwarf2read.c (load_partial_dies): Change condition to assert.
8276
50f1ae7b
DE
82772012-04-06 Doug Evans <dje@google.com>
8278
8279 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
8280 "mov %rsp,%rbp".
8281
55fa75c3
KB
82822012-04-05 Kevin Buettner <kevinb@redhat.com>
8283
8284 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
8285 fencepost error.
8286 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
8287 (v850_gdbarch_init): Set `num_regs' as appropriate for the
8288 architecture.
8289
40e084e1
KS
82902012-04-05 Keith Seitz <keiths@redhat.com>
8291
8292 * linespec.c (decode_compound): Remove.
8293 (enum offset_relative_sign): New enum.
8294 (struct line_offset): New struct.
8295 (struct linespec): New struct.
8296 (struct linespec_state): Move file_symtabs,
8297 user_filename, and user_function into struct linespec.
8298 Make result an anonymous struct holding vectors of
8299 symbolp and minsym_and_objfile_d.
8300 Add language member.
8301 (enum ls_token_type): New enum.
8302 (linespec_keywords): New array.
8303 (struct ls_token): New struct.
8304 (struct ls_parser): New struct.
8305 (linespec_lexer_lex_number): New function.
8306 (linespec_lexer_lex_keyword): New function.
8307 (is_ada_operator): New function.
8308 (skip_quote_char): New function.
8309 (copy_token_string): New function.
8310 (is_closing_quote_enclosed): New function.
8311 (find_parameter_list_end): New function.
8312 (linespec_lexer_lex_string): New function.
8313 (linespec_lexer_lex_one): New function.
8314 (linespec_lexer_consume_token): New function.
8315 (linespec_lexer_peek_token): New function.
8316 (cplusplus_error): Remove unused function.
8317 (find_methods): Update comment.
8318 (find_toplevel_char): Return const.
8319 (is_objc_method_format): Remove unused function.
8320 (find_toplevel_string): New function.
8321 (is_linespec_boundary): Remove.
8322 (symbol_not_found_error): New function.
8323 (find_method_overload_end): Remove function.
8324 (unexpected_linespec_error): New function.
8325 (keep_name_info): Remove.
8326 (linespec_parse_line_offset): New function.
8327 (linespec_parse_basic): New function.
8328 (canonicalize_linespec): New function.
8329 (decode_line_internal): Remove.
8330 (create_sals_line_offset): New function adapted from
8331 decode_all_digits.
8332 (convert_linespec_to_sals): New function.
8333 (parse_linespec): New function.
8334 (linespec_parser_new): New function.
8335 (linespec_state_destructor): Change parameter type to
8336 struct linespec_state *.
8337 Add language parameter.
8338 Remove freeing of moved members.
8339 (linespec_parser_delete): New function.
8340 (decode_line_full): Use parse_linespec and linespec_parser_new.
8341 (decode_line_1): Likewise.
8342 (decode_indirect): Rename to ...
8343 (linespec_expression_to_pc): ... this and rewrite
8344 to simply find CORE_ADDR, storing this result for later
8345 conversion to SALs.
8346 (locate_first_half): Remove.
8347 (deocde_objc): Add parameter LS.
8348 Initialize new struct collect_info members.
8349 Handle minimal symbols, too.
8350 (decode_compound): Delete.
8351 (lookup_prefix_sym): Rewrite.
8352 (compare_msymbols): New function.
8353 (find_method): Rewrite.
8354 Do not call cplusplus_error.
8355 (symtabs_from_filename): Rewrite.
8356 (collect_function_symbols): Delete.
8357 (find_function_symbols): Rewrite without ARGPTR-style
8358 processing.
8359 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
8360 (decode_dollar): Adapted and renamed to ...
8361 (linespec_parse_variable): ... this.
8362 (find_linespec_symbols): New function.
8363 (decode_label): Adapted and renamed to ...
8364 (find_label_symbols): ... this.
8365 (decode_digits_list_mode): Add and use LS argument.
8366 (decode_digits_ordinary): Likewise.
8367 (collect_symbols): Do not collect SALs, just symbols and msymbols.
8368 If in list mode, allow any symbol class. Otherwise, only
8369 permit LOC_BLOCK symbols.
8370 (minsym_found): Update comments.
8371 (search_minsyms_for_name): Do not convert the matching symbol
8372 into a SAL. Simply push the symbol and objfile into the
8373 result vector.
8374 (decode_variable): Delete. Contents adapted into
8375 find_linespec_symbols.
8376
8377 * cp-support.c (SKIP_SPACE): Remove.
8378 (operator_tokens): Remove unused global.
8379 (cp_validate_operator): Remove.
8380 * cp-support.h (cp_validate_operator): Remove declaration.
8381
a72c8f6a
JK
83822012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8383
8384 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
8385 for TYPE_VPTR_FIELDNO.
8386 * valprint.c (valprint_check_validity): Make it global, move the
8387 function comment ...
8388 * value.h (valprint_check_validity): ... to this new declaration.
8389
cf9bb588
TG
83902012-04-02 Tristan Gingold <gingold@adacore.com>
8391
8392 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
8393 the STATE32 api for i386 state.
8394 (i386_darwin_store_inferior_registers): Likewise.
8395
17092398
TG
83962012-04-02 Tristan Gingold <gingold@adacore.com>
8397
8398 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
8399 SS offset.
8400 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8401 format_string.
8402
ece0061f
TG
84032012-04-02 Tristan Gingold <gingold@adacore.com>
8404
8405 PR gdb/13901
d987a266 8406 * darwin-nat.c (darwin_execvp): Set binary preference.
ece0061f 8407
cf65ecd3
JK
84082012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8409
8410 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
8411
9bc3523d
TT
84122012-03-30 Tom Tromey <tromey@redhat.com>
8413
8414 * python/python.c (gdbpy_decode_line): Move cleanup creation out
8415 of TRY_CATCH. Fix error handling.
8416 * python/py-value.c (convert_value_from_python): Move 'old'
8417 declaration to innermost scope.
8418
b1ed564a
JB
84192012-03-29 Joel Brobecker <brobecker@adacore.com>
8420 Andrey Smirnov <andrew.smirnov@gmail.com>
8421
8422 -Wshadow warning fix.
8423 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
8424 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
8425 Adjust code accordingly.
8426
cb8e9b97
JB
84272012-03-29 Joel Brobecker <brobecker@adacore.com>
8428
8429 * ada-lang.c (symbol_completion_add): Rename parameter
8430 "encoded" into "encoded_p". Ajust code and documentation
8431 accordingly.
8432
c0af1706
JB
84332012-03-29 Joel Brobecker <brobecker@adacore.com>
8434 Andrey Smirnov <andrew.smirnov@gmail.com>
8435
8436 -Wshadow warning fix.
8437 * ada-lang.c (symbol_completion_add): Rename parameter
8438 "wild_match" into wild_match_p. Update code and documentation
8439 accordingly.
8440
6ea35997
JB
84412012-03-29 Joel Brobecker <brobecker@adacore.com>
8442
8443 * ada-lang.c (symbol_completion_match): Rename parameter
8444 "encoded" into "encoded_p". Ajust code and documentation
8445 accordingly.
8446
e701b3c0
JB
84472012-03-29 Joel Brobecker <brobecker@adacore.com>
8448 Andrey Smirnov <andrew.smirnov@gmail.com>
8449
8450 -Wshadow warning fix.
8451 * ada-lang.c (symbol_completion_match): Rename parameter
8452 "wild_match" into "wild_match_p". Adjust code and function
8453 documentation accordingly.
8454
5e2336be
JB
84552012-03-29 Joel Brobecker <brobecker@adacore.com>
8456 Andrey Smirnov <andrew.smirnov@gmail.com>
8457
8458 -Wshadow warning fix.
8459 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
8460 "symbol_info" into "info". Adjust code accordingly.
8461 (ada_lookup_symbol): Likewise.
8462
9f88c959
JB
84632012-03-29 Joel Brobecker <brobecker@adacore.com>
8464
8465 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
8466 of this function's documentation.
8467
82ccd55e
JB
84682012-03-29 Joel Brobecker <brobecker@adacore.com>
8469 Andrey Smirnov <andrew.smirnov@gmail.com>
8470
8471 -Wshadow warning fix.
8472 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
8473 variable into "wild_match_p". Adjust code accordingly.
8474
d0a8ab18
JB
84752012-03-29 Joel Brobecker <brobecker@adacore.com>
8476 Andrey Smirnov <andrew.smirnov@gmail.com>
8477
8478 -Wshadow warning fix.
8479 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
8480 parameter into "wild_match_p". Adjust code accordingly.
8481 Document this parameter in the function description.
8482
48b78332
JB
84832012-03-29 Joel Brobecker <brobecker@adacore.com>
8484 Andrey Smirnov <andrew.smirnov@gmail.com>
8485
8486 -Wshadow warning fix.
8487 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
8488 "wild_match" parameter to "wild_match_p" (-Wshadow).
8489
2e6e0353
JB
84902012-03-29 Joel Brobecker <brobecker@adacore.com>
8491
8492 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
8493 in function documentation.
8494
dc4024cd
JB
84952012-03-29 Joel Brobecker <brobecker@adacore.com>
8496 Andrey Smirnov <andrew.smirnov@gmail.com>
8497
8498 -Wshadow warning fix.
8499 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
8500 variable into wild_match_p. Adjust code accordingly.
8501
6c88661c
JB
85022012-03-29 Joel Brobecker <brobecker@adacore.com>
8503 Andrey Smirnov <andrew.smirnov@gmail.com>
8504
8505 * ada-valprint.c (ada_val_print_1): Move the code handling
8506 TYPE_CODE_ENUM inside its own lexical block. Declare
8507 variables len and val there, instead of in the function's
8508 top level block. Avoid declaring deref_val again in a way
8509 that shadows another variable of the same name declared
8510 in one of the up-level blocks. Just re-use the up-level
8511 variable instead.
8512
4e5c77fe
JB
85132012-03-29 Joel Brobecker <brobecker@adacore.com>
8514
8515 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
8516 Replace block_found argument by symbol_info. Adjust
8517 implementation accordingly. Add function documentation.
8518 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
8519 Fix documentation.
8520 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
8521 * ada-exp.y (write_object_renaming): Adjust to new
8522 ada_lookup_encoded_symbol API.
8523
1c0ac8c7
JB
85242012-03-29 Joel Brobecker <brobecker@adacore.com>
8525
8526 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
8527 documentation.
8528
2aaed979
KB
85292012-03-28 Rathish C <rathish.c@kpitcummins.com>
8530
8531 * v850-tdep.c: Add the enum values for mpu and fpu registers.
8532 (v850_register_name): Add the mpu and fpu register names.
8533 (v850e_register_name): Add the mpu and fpu register names.
8534 (v850e2_register_name): New function.
a09130f9 8535 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
2aaed979
KB
8536 bfd_mach_v850e2v3.
8537
927fbba6
JB
85382012-03-28 Joel Brobecker <brobecker@adacore.com>
8539
8540 * NEWS: Add entry for Ada varobj support.
8541
d32cafc7
JB
85422012-03-28 Joel Brobecker <brobecker@adacore.com>
8543
8544 * varobj.c (default_value_is_changeable_p): New function,
8545 extracted from varobj_value_is_changeable_p. Add declaration.
8546 (ada_value_is_changeable_p): New function, extracted from
8547 varobj_value_is_changeable_p. Add declaration.
8548 (struct language_specific): New field "value_is_changeable_p".
8549 (languages): Add entries for new field.
8550 (varobj_create): Set language before calling install_new_value.
8551 (varobj_value_is_changeable_p): Reimplement to call the varobj's
8552 "value_is_changeable_p" language callback.
8553
181875a4
JB
85542012-03-28 Joel Brobecker <brobecker@adacore.com>
8555
8556 * ada-varobj.h, ada-varobj.c: New files.
8557 * Makefile.in (SFILES): Add ada-varobj.c.
8558 (HFILES_NO_SRCDIR): Add ada-varobj.h.
8559 (COMMON_OBS): Add ada-varobj.o.
8560
7a290c40
JB
85612012-03-28 Joel Brobecker <brobecker@adacore.com>
8562
8563 * varobj.c (ada_value_has_mutated): Add declaration. New function.
8564 (struct language_specific): New field "value_has_mutated".
8565 (languages): Set field "value_has_mutated" in each entry of array.
8566 (varobj_value_has_mutated): New function.
8567 (varobj_udpdate): Add handling of type mutation.
8568 (value_of_root): Add handling of type mutation.
8569 (ada_value_has_mutated): New function.
8570
ca9b8b9c
PA
85712012-03-28 Pedro Alves <palves@redhat.com>
8572
8573 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
8574 Always supply $fr0 as 0.0 and $fr1 as 1.0.
8575
cc0265cd
TT
85762012-03-28 Tom Tromey <tromey@redhat.com>
8577
8578 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
8579 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
8580 before returning.
8581
3ad2ec6f
TT
85822012-03-28 Tom Tromey <tromey@redhat.com>
8583
8584 * .dir-locals.el: New file.
8585
4a6510ba
PA
85862012-03-28 Pedro Alves <palves@redhat.com>
8587
8588 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
8589
5a75128f
JB
85902012-03-28 Joel Brobecker <brobecker@adacore.com>
8591
8592 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
8593 handling for r0.
8594
f99d8bf4
PA
85952012-03-27 Pedro Alves <palves@redhat.com>
8596
8597 Eliminate struct ui_stream.
8598
8599 * ui-out.h (struct ui_stream): Delete.
8600 (ui_out_field_stream): Adjust prototype.
8601 (ui_out_stream_new, ui_out_stream_delete)
8602 (make_cleanup_ui_out_stream_delete): Delete declarations.
8603 * ui-out.c (ui_out_field_stream): Change prototype to take a
8604 ui_file instead of a ui_stream. Adjust.
8605 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
8606 (make_cleanup_ui_out_stream_delete): Delete.
8607 * breakpoint.c (print_breakpoint_location)
8608 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
8609 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8610 * disasm.c (dump_insns): Ditto.
8611 (do_mixed_source_and_assembly, do_assembly_only): Adjust
8612 prototype.
8613 (gdb_disassembly): Use ui_file/mem_fileopen instead of
8614 ui_stream/ui_out_stream_new.
8615 * infcmd.c (print_return_value): Ditto.
8616 * osdata.c (info_osdata_command): Don't allocate a local
8617 ui_stream.
8618 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
8619 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8620 * tracepoint.c (print_one_static_tracepoint_marker): Don't
8621 allocate a local ui_stream.
8622 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
8623 instead of ui_stream/ui_out_stream_new.
8624 (list_args_or_locals): Don't allocate a local ui_stream.
8625 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
8626 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
8627 ui_stream/ui_out_stream_new.
8628 * cli/cli-setshow.c (do_setshow_command): Ditto.
8629
6350a066 86302012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
72508ac0 8631
6350a066
PA
8632 * arm-linux-tdep.c (arm_linux_init_abi): Call
8633 set_gdbarch_process_record. Initialize `arm_swi_record' field.
8634 * arm-tdep.c (arm_process_record): New function.
8635 (deallocate_reg_mem): New function.
8636 (decode_insn): New function.
8637 (thumb_record_branch): New function.
8638 (thumb_record_ldm_stm_swi(): New function.
8639 (thumb_record_misc): New function.
8640 (thumb_record_ld_st_stack): New function.
8641 (thumb_record_ld_st_imm_offset): New function.
8642 (thumb_record_ld_st_reg_offset(): New function.
8643 (thumb_record_add_sub_cmp_mov): New function.
8644 (thumb_record_shift_add_sub): New function.
8645 (arm_record_coproc_data_proc): New function.
8646 (arm_record_coproc): New function.
8647 (arm_record_b_bl): New function.
8648 (arm_record_ld_st_multiple): New function.
8649 (arm_record_ld_st_reg_offset): New function.
8650 (arm_record_ld_st_imm_offset): New function.
8651 (arm_record_data_proc_imm): New function.
8652 (arm_record_data_proc_misc_ld_str): New function.
8653 (arm_record_extension_space): New function.
8654 (arm_record_strx): New function.
8655 (sbo_sbz): New function.
8656 (struct insn_decode_record): New structure for arm insn record.
8657 (REG_ALLOC): New macro for reg allocations.
8658 (MEM_ALLOC): New macro for memory allocations.
8659 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
72508ac0 8660
89e028e2
AS
86612012-03-27 Andreas Schwab <schwab@linux-m68k.org>
8662
8663 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
8664 (store_register): Likewise.
8665
6350a066 86662012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
3d9a9eb0 8667
6350a066 8668 * MAINTAINERS (Write After Approval): Add myself to the list.
3d9a9eb0 8669
5b43fab2
JK
86702012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8671
8672 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
8673 Describe also the option "auto".
8674
b5453b95
RH
86752012-03-22 Richard Henderson <rth@redhat.com>
8676
8677 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
8678 * sparc-nat.c (sparc_xfer_wcookie): Make static.
8679
227ee7fc
RH
86802012-03-22 Richard Henderson <rth@redhat.com>
8681
8682 * jit.c (jit_read_code_entry): Compute alignment and offset of
8683 int64_t member before computing entry_size.
8684
7b282c5a
SCR
86852012-03-22 Siva Chandra Reddy <sivachandra@google.com>
8686
8687 Python scripting: Add new method Value.referenced_value to
8688 gdb.Value which can dereference pointer as well as reference
8689 values.
8690 * NEWS: Add entry under 'Python scripting' about the new method
8691 Value.referenced_value on gdb.Value objects.
8692 * python/py-value.c (valpy_referenced_value): New function
8693 defining a new method on gdb.Value objects which can dereference
8694 pointer and reference values.
8695
0c83539f
SCR
86962012-03-22 Siva Chandra Reddy <sivachandra@google.com>
8697
8698 * MAINTAINERS (Write After Approval): Add myself to the list.
8699
7ccffd7c
KB
87002012-03-21 Kevin Buettner <kevinb@redhat.com>
8701
8702 * symtab.c (skip_prologue_sal): Change test to check for "main()"
8703 in addition to "main".
8704
bd0b9f9e
JB
87052012-03-21 Joel Brobecker <brobecker@adacore.com>
8706
8707 * expression.h (op_name): Add declaration.
8708 * expprint.c (op_name): Remove declaration. Make non-static.
8709 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
8710
a5362b9a
TS
87112012-03-21 Thomas Schwinge <thomas@codesourcery.com>
8712
8713 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
8714 of struct siginfo.
8715 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
8716 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
8717 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
8718 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
8719 (linux_nat_get_siginfo): Likewise.
8720 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
8721 (linux_nat_get_siginfo): Likewise.
8722 * linux-tdep.c (linux_get_siginfo_type): Likewise.
8723 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
8724 * procfs.c (gdb_siginfo_t): Likewise.
8725
adcadaab
MF
87262012-03-21 Mike Frysinger <vapier@gentoo.org>
8727
8728 * .gitignore: Ignore more files.
8729
e278ad5b
PA
87302012-03-20 Pedro Alves <palves@redhat.com>
8731
8732 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
8733 returns.
8734
741e63d7
YQ
87352012-03-20 Yao Qi <yao@codesourcery.com>
8736
8737 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
8738 comment.
8739
b64f50a1
JK
87402012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8741
8742 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
8743 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
8744 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
8745 sect_offset.
8746 * dwarf2expr.h (cu_offset, sect_offset): New types.
8747 (struct dwarf_expr_context_funcs) <dwarf_call>
8748 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
8749 sect_offset.
8750 (struct dwarf_expr_context) <len>: Improve the comment.
8751 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
8752 cu_offset and sect_offset.
8753 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
8754 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
8755 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
8756 * dwarf2loc.h: Include dwarf2expr.h.
8757 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
8758 and sect_offset.
8759 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
8760 Improve the comment.
8761 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
8762 (struct signatured_type, struct line_header, struct partial_die_info)
8763 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
8764 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
8765 (get_die_type_at_offset, create_cus_from_index)
8766 (create_signatured_type_table_from_index, dw2_get_file_names)
8767 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
8768 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
8769 (create_debug_types_hash_table, process_psymtab_comp_unit)
8770 (load_partial_comp_unit, create_all_comp_units)
8771 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
8772 (load_full_comp_unit, dwarf2_physname, read_import_statement)
8773 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
8774 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
8775 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
8776 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
8777 (find_partial_die, read_attribute_value, lookup_die_type)
8778 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
8779 (is_ref_attr): New function comment.
8780 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
8781 Use cu_offset and sect_offset.
8782 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
8783 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
8784 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
8785 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
8786 (offset_and_type_hash, offset_and_type_eq, set_die_type)
8787 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
8788 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
8789 sect_offset.
8790
e97a38f7
JK
87912012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8792
8793 Code cleanup.
8794 * python/py-auto-load.c (source_section_scripts): New variable back_to.
8795 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
8796 with xfree.
8797 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
8798
8320cc4f
JK
87992012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8800
8801 * NEWS: Describe new options --init-command=FILE, -ix and
8802 --init-eval-command=COMMAND, -iex.
8803 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
8804 CMDARG_INIT_COMMAND.
8805 (captured_main): New enum items OPT_IX and OPT_IEX. Add
8806 "init-command", "init-eval-command", "ix" and "iex" to the variable
8807 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
8808 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
8809 (print_gdb_help): Describe --init-command=FILE, -ix and
8810 --init-eval-command=COMMAND, -iex.
8811
26743505
JK
88122012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8813
8814 Code cleanup.
8815 * main.c (struct cmdarg): Move it here from main. Add more comments.
8816 (cmdarg_s, VEC (cmdarg_s)): New.
8817 (main): Move struct cmdarg from here. New variables cmdarg_vec and
8818 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
8819 Install cleanup for cmdarg_vec. Update filling for options 'x' and
8820 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
8821 of CMDARG.
8822
5ff5c7b4
TT
88232012-03-19 Tom Tromey <tromey@redhat.com>
8824
8825 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
8826
ab260dad
JK
88272012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8828
8829 PR symtab/13777
8830 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
8831 GCC >=4.5.
8832
c366c1f0
TT
88332012-03-16 Chris January <chris.january@allinea.com>
8834
8835 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
8836 of clear.
8837
e16edb45
TT
88382012-03-16 Chris January <chris.january@allinea.com>
8839
8840 * source.c (add_path): Use memmove instead of strcpy because the
8841 strings overlap.
8842
53ba8333
JB
88432012-03-16 Joel Brobecker <brobecker@adacore.com>
8844
8845 * value.h (set_value_parent): Add declaration.
8846 * value.c (set_value_parent): New function.
8847 (value_address): If VALUE->PARENT is not NULL, then use it as
8848 the base address instead of VALUE->LOCATION.address.
8849 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
8850 the same as OBJ's address. Adjust V's offset accordingly.
8851 Set V's parent.
8852
481860b3
GB
88532012-03-16 Gary Benson <gbenson@redhat.com>
8854
8855 PR breakpoints/10738
8856 * dwarf2read.c (use_deprecated_index_sections): New global.
8857 (struct partial_die_info): New member may_be_inlined.
8858 (read_partial_die): Set may_be_inlined where appropriate.
8859 (add_partial_subprogram): Add partial symbols for partial
8860 DIEs that may be inlined.
8861 (new_symbol_full): Add inlined subroutines to the current
8862 scope.
8863 (write_psymtabs_to_index): Bump version number.
8864 (dwarf2_read_index): Read only version 6 indices unless
8865 use_deprecated_index_sections is set.
8866 * linespec.c (symbol_and_data_callback): New structure.
8867 (iterate_inline_only): New function.
8868 (iterate_over_all_matching_symtabs): New argument
8869 "include_inline". If nonzero, also call the callback for
8870 symbols representing inlined subroutines.
8871 (lookup_prefix_sym): Pass extra argument to the above.
8872 (find_function_symbols): Likewise.
8873 (add_matching_symbols_to_info): Likewise.
8874 * NEWS: Mention that GDB can now set breakpoints on inlined
8875 functions.
8876
d0e7e15a
PM
88772012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
8878
8879 * p-typeprint.c (pascal_type_print_method_args):
8880 Fix display of parameter of methods.
8881
3d354654
PM
88822012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
8883
8884 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
8885 Add missing prototype.
8886
cafe75b0
JK
88872012-03-16 Yao Qi <yao@codesourcery.com>
8888 Jan Kratochvil <jan.kratochvil@redhat.com>
8889
8890 Fix false compilation warning.
8891 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
8892
25f8c692
JL
88932012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
8894 Pedro Alves <pedro@codesourcery.com>
8895
8896 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
8897 (arm_register_g_packet_guesses): New function.
8898 (arm_gdbarch_init): Don't force a target description with
8899 registers when the executable is detected as M-profile. Instead
8900 set gdbarch->tdep->is_m. Register `g' packet guesses.
8901 (_initialize_arm_tdep): Initialize the new target description.
8902 * features/arm-with-m-fpa-layout.xml: New description.
8903 * features/arm-with-m-fpa-layout.c: New, generated.
8904
35c63cd8
JB
89052012-03-15 Joel Brobecker <brobecker@adacore.com>
8906
8907 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
8908 Update function description.
8909 (insert_bp_location): Do not wipe bl->target_info out.
8910 * mem-break.c: #include "gdb_string.h".
8911 (default_memory_insert_breakpoint): Do not call target_read_memory
8912 with a pointer to the breakpoint's shadow_contents buffer. Use
8913 a local buffer instead.
8914 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
8915
57651221
TT
89162012-03-15 Tom Tromey <tromey@redhat.com>
8917
8918 * NEWS: Mention "info vtbl", not "info vtable".
8919 * cp-support.c (info_vtbl_command): Fix comment.
8920 (_initialize_cp_support): Fix text.
8921
410528f0
TT
89222012-03-15 Tom Tromey <tromey@redhat.com>
8923
8924 * cp-valprint.c (cp_print_value_fields): Use
8925 print_function_pointer_address for vtable slot.
8926
c4aeac85
TT
89272012-03-15 Tom Tromey <tromey@redhat.com>
8928
8929 * gnu-v3-abi.c (struct value_and_voffset): New.
8930 (hash_value_and_voffset, eq_value_and_voffset)
8931 (compare_value_and_voffset, compute_vtable_size)
8932 (print_one_vtable, gnuv3_print_vtable): New functions.
8933 (init_gnuv3_ops): Initialize 'print_vtable' field.
8934 * cp-support.c (info_vtbl_command): New function.
8935 (_initialize_cp_support): Add "info vtbl".
8936 * cp-abi.h (cplus_print_vtable): Declare.
8937 (struct cp_abi_ops) <print_vtable>: New field.
8938 * cp-abi.c (cplus_print_vtable): New function.
8939 * NEWS: Update.
8940
95cbceff
TT
89412012-03-15 Tom Tromey <tromey@redhat.com>
8942
8943 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
8944 iterate_over_symbols.
8945
589b4a32
DE
89462012-03-14 Doug Evans <dje@google.com>
8947
8948 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
8949 DW_OP_GNU_parameter_ref.
8950
e837f12a
JK
89512012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8952
8953 Fix double prompt of 'interpreter-exec mi'.
8954 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
8955 (mi_interpreter_resume): use it.
8956 (mi_execute_command_input_handler): New function.
8957 * mi/mi-main.c (mi_execute_command): Move prompt printing to
8958 mi_execute_command_input_handler.
8959
ff1e4526 89602012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
c381a3f6
JB
8961
8962 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
8963 prototype.
8964 (darwin_debug_port_info): Make static.
8965 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
8966 * machoread.c (_initialize_machoread): Add prototype.
8967 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
8968 (i386_darwin_set_control, i386_darwin_get_control)
8969 i386_darwin_dr_set_addr, i386_darwin_get_addr)
8970 i386_darwin_get_status, i386_darwin_get_control):
8971 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
8972
d8a5d6ee
JB
89732012-03-13 Joel Brobecker <brobecker@adacore.com>
8974
8975 * ax-gdb.c (gen_usual_unary): Remove special handling of
8976 enum and bool types.
8977
af381b8c
JB
89782012-03-13 Joel Brobecker <brobecker@adacore.com>
8979
8980 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
8981
786c562f
JB
89822012-03-13 Joel Brobecker <brobecker@adacore.com>
8983
8984 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
8985
e3ebf1bb
JB
89862012-03-13 Chris January <chris.january@allinea.com>
8987
8988 * aix-thread.c (fill_sprs): Store the floating point registers
8989 at the correct offsets into vals.
8990
c5b7e1cb
DE
89912012-03-13 Doug Evans <dje@google.com>
8992
16899756
DE
8993 * NEWS: Mention symbol-reloading has been deleted.
8994 * symfile.c (symbol_reloading): Delete.
8995 (show_symbol_reloading): Delete.
8996 (_initialize_symfile): Delete set/show symbol-reloading.
8997
c5b7e1cb
DE
8998 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
8999 read_in_chain until we have successfully read it in.
9000 (load_full_comp_unit): Ditto.
9001 (read_signatured_type): Add comment.
9002
46cb6474
JB
90032012-03-13 Chris January <chris.january@allinea.com>
9004
9005 * stabsread.c (fix_common_block): Change type of valu argument
9006 to CORE_ADDR.
9007
76219d77
JB
90082012-03-13 Chris January <chris.january@allinea.com>
9009
9010 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
9011 instruction.
9012
87b0bb13
JK
90132012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9014
9015 * common/linux-procfs.c (linux_proc_get_int): New, from
9016 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
9017 field.
9018 (linux_proc_get_tgid): Only call linux_proc_get_int.
9019 (linux_proc_get_tracerpid): New.
9020 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
9021 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
9022 linux_proc_pid_has_state.
9023 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
9024 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
9025 (linux_ptrace_attach_warnings): New.
9026 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
9027 New declaration.
9028 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
9029 (linux_nat_attach): New variables ex, buffer, message and message_s.
9030 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
9031
5f572dec
JK
90322012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9033
9034 * Makefile.in (linux-ptrace.o): New.
9035 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
9036 from linux-nat.c.
9037 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
9038 * common/linux-ptrace.c: New file.
9039 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
9040 * config/arm/linux.mh: Likewise.
9041 * config/i386/linux.mh: Likewise.
9042 * config/i386/linux64.mh: Likewise.
9043 * config/ia64/linux.mh: Likewise.
9044 * config/m32r/linux.mh: Likewise.
9045 * config/m68k/linux.mh: Likewise.
9046 * config/mips/linux.mh: Likewise.
9047 * config/pa/linux.mh: Likewise.
9048 * config/powerpc/linux.mh: Likewise.
9049 * config/powerpc/ppc64-linux.mh: Likewise.
9050 * config/powerpc/spu-linux.mh: Likewise.
9051 * config/s390/s390.mh: Likewise.
9052 * config/sparc/linux.mh: Likewise.
9053 * config/sparc/linux64.mh: Likewise.
9054 * config/xtensa/linux.mh: Likewise.
9055 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
9056 common/linux-procfs.c.
9057 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
9058
44f238bb
PA
90592012-03-13 Hui Zhu <teawater@gmail.com>
9060 Pedro Alves <palves@redhat.com>
9061
9062 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
9063 CREATE_BREAKPOINT_FLAGS_INSERTED.
9064 (create_breakpoint_sal, create_breakpoints_sal)
9065 (base_breakpoint_create_breakpoints_sal)
9066 (tracepoint_create_breakpoints_sal)
9067 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
9068 down.
9069 (break_command_1, handle_gnu_v3_exceptions, trace_command)
9070 (ftrace_command, strace_command): Adjust.
9071 (create_tracepoint_from_upload): Pass
9072 CREATE_BREAKPOINT_FLAGS_INSERTED.
9073 * breakpoint.h (enum breakpoint_create_flags): New.
9074 (create_breakpoint): New flags parameter.
9075 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
9076 * python/py-breakpoint.c (bppy_init): Adjust.
9077 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
9078 * spu-tdep.c (spu_catch_start): Adjust.
9079
1e51243a
PA
90802012-03-13 Pedro Alves <palves@redhat.com>
9081 Hui Zhu <teawater@gmail.com>
9082 Yao Qi <yao@codesourcery.com>
9083
9084 * remote.c (struct remote_state): New field `starting_up'.
9085 (remote_start_remote): Set and clear it.
9086 (remote_can_download_tracepoint): If starting up, return false.
9087
fa3064dd
YQ
90882012-03-13 Yao Qi <yao@codesourcery.com>
9089
9090 * inferior.h (struct inferior): Remove fields any_syscall_count,
9091 syscalls_counts and total_syscalls_count. Move them to new
9092 struct catch_syscall_inferior_data in breakpoint.c.
9093 * breakpoint.c: Call DEF_VEC_I(int).
9094 (struct catch_syscall_inferior_data): New.
9095 (get_catch_syscall_inferior_data): New.
9096 (catch_syscall_inferior_data_cleanup): New.
9097 (insert_catch_syscall): Update to access data in
9098 struct catch_syscall_inferior_data.
9099 (insert_catch_syscall): Likewise.
9100 (remove_catch_syscall): Likewise.
9101 (remove_catch_syscall): Likewise.
9102 (is_syscall_catchpoint_enabled): Likewise.
9103 (add_catch_command): Likewise.
9104 (_initialize_breakpoint): Register cleanup.
9105 * breakpoint.h: Removed DEF_VEC_I(int).
9106 * dwarf2loc.c: Call DEF_VEC_I(int).
9107 * mi/mi-main.c: Likewise.
9108
460fac3c
MK
91092012-03-12 Mark Kettenis <kettenis@gnu.org>
9110
9111 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
9112
e1aca11e
JB
91132012-03-12 Chris January <chris.january@allinea.com>
9114
9115 * aix-thread.c (_initialize_aix_thread): Add prototype.
9116 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
9117 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
9118
649c7061
JB
91192012-03-12 Joel Brobecker <brobecker@adacore.com>
9120
9121 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
9122 include of "amd64-nat.h".
9123
0b49e518
TT
91242012-03-12 Tom Tromey <tromey@redhat.com>
9125
9126 * buildsym.c (record_pending_block): Now static.
9127 * buildsym.h: (record_pending_block): Remove.
9128
fd24fa94
AT
91292012-03-12 Andreas Tobler <andreast@fgznet.ch>
9130
9131 * amd64bsd-nat.c: Include amd64bsd-nat.h.
9132
ba919b58
TT
91332012-03-09 Tom Tromey <tromey@redhat.com>
9134
9135 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
9136 producer_is_gxx_lt_4_6>: New fields.
9137 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
9138
a48e046c
TT
91392012-03-09 Tom Tromey <tromey@redhat.com>
9140
9141 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
9142
6f5e9362
JB
91432012-03-08 Joel Brobecker <brobecker@adacore.com>
9144
9145 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
9146 prototype.
9147
8d037db9
JB
91482012-03-08 Joel Brobecker <brobecker@adacore.com>
9149
9150 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
9151
4e841acf
JK
91522012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9153
9154 Fix -Wmissing-prototypes build.
9155 * arm-linux-nat.c (get_thread_id): Make it static.
9156 * xtensa-linux-nat.c (get_thread_id): Likewise.
9157
c6030312
JB
91582012-03-08 Joel Brobecker <brobecker@adacore.com>
9159
9160 * server.c (process_point_options): If a conditional expression
9161 is found, only print a message if remote_debug is nonzero.
9162
52323be9
LM
91632012-03-08 Luis Machado <lgustavo@codesourcery.com>
9164
9165 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
9166 of internal error for unknown/unsupported types.
9167
7fe25d9b
JK
91682012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9169
9170 Fix CU relative vs. absolute DIE offsets.
9171 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
9172 offset to offset_in_cu.
9173 * dwarf2read.c (process_enumeration_scope): Add CU offset to
9174 TYPE_OFFSET.
9175 (dwarf2_fetch_die_location_block): Rename parameter offset to
9176 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
9177
05e7c244
JK
91782012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9179
9180 * libunwind-frame.c: Rename to ...
9181 * ia64-libunwind-tdep.c: ... here.
9182 * libunwind-frame.h: Rename to ...
9183 * ia64-libunwind-tdep.h: ... here.
9184 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
9185 ia64-libunwind-tdep.h.
9186 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
9187 * README (--with-libunwind): Rename to ...
9188 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
9189 * config.in: Regenerate.
9190 * configure: Regenerate.
9191 * configure.ac: New option --with-libunwind-ia64, make the
9192 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
9193 Remove AC_DEFINE for HAVE_LIBUNWIND.
9194 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
9195 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
9196 Rename libunwind-frame in the general comment.
9197 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
9198 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
9199 Move forward declarations inside #ifndef. Rename libunwind-frame in
9200 the general comment.
9201 * ia64-tdep.c: Rename libunwind-frame.h #include to
9202 ia64-libunwind-tdep.h.
9203 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
9204 (ia64_libunwind_descr): Rename libunwind-frame to
9205 ia64-libunwind-tdep in these function comments.
9206 * ia64-tdep.h: Rename libunwind-frame.h #include to
9207 ia64-libunwind-tdep.h.
9208 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
9209 ia64-libunwind-tdep in that data comment.
9210
3755cbfd
JK
92112012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9212
9213 * libunwind-frame.h (struct frame_unwind): New declaration.
9214
d1cda5d9
JB
92152012-03-08 Joel Brobecker <brobecker@adacore.com>
9216
9217 * breakpoint.c (_initialize_breakpoint): Fix error in help of
9218 "set breakpoint condition-evaluation" command.
9219
a0ba0aa2
TG
92202012-03-08 Tristan Gingold <gingold@adacore.com>
9221
9222 * sparc-stub.c: Move to stubs/
9223 * sh-stub.c: Likewise.
9224 * m68k-stub.c: Likewise.
9225 * m32r-stub.c: Likewise.
9226 * i386-stub.c: Likewise.
9227
7b8b6d6d
AS
92282012-03-08 Andreas Schwab <schwab@linux-m68k.org>
9229
007cafee
AS
9230 * m68klinux-tdep.c (m68k_linux_init_abi): Register
9231 linux_get_siginfo_type.
9232
7b8b6d6d
AS
9233 * m68klinux-nat.c: Include "gdb_proc_service.h".
9234 (PTRACE_GET_THREAD_AREA): Define.
9235 (ps_get_thread_area): New function.
9236
bba74b36
YQ
92372012-03-08 Yao Qi <yao@codesourcery.com>
9238
9239 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
9240 `xsnprintf'.
9241 (remote_query_attached): Likewise.
9242 (remote_static_tracepoint_marker_at): Likewise.
9243 (remote_set_permissions): Likewise.
9244 (remote_detach_1, extended_remote_attach_1): Likewise.
9245 (send_g_packet, remote_vkill): Likewise.
9246 (extended_remote_disable_randomization): Likewise.
9247 (remote_add_target_side_condition): Likewise.
9248 (remote_insert_breakpoint): Likewise.
9249 (remote_remove_breakpoint): Likewise.
9250 (remote_insert_watchpoint): Likewise.
9251 (remote_remove_watchpoint): Likewise.
9252 (remote_insert_hw_breakpoint): Likewise.
9253 (remote_insert_hw_breakpoint): Likewise.
9254 (remote_remove_hw_breakpoint): Likewise.
9255 (remote_download_command_source): Likewise.
9256 (remote_download_tracepoint): Likewise.
9257 (remote_download_trace_state_variable): Likewise.
9258 (remote_disable_tracepoint): Likewise.
9259 (remote_trace_set_readonly_regions): Likewise.
9260 (remote_get_tracepoint_status): Likewise.
9261 (remote_trace_find): Likewise.
9262 (remote_get_trace_state_variable_value): Likewise.
9263 (remote_set_disconnected_tracing): Likewise.
9264 (remote_set_circular_trace_buffer): Likewise.
9265 (remote_get_min_fast_tracepoint_insn_len): Likewise.
9266 (remote_use_agent): Likewise.
9267 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
9268 Update callers.
9269
9b224c5e
PA
92702012-03-07 Pedro Alves <palves@redhat.com>
9271
9272 * NEWS: Mention QProgramSignals.
9273 * inferior.h (update_signals_program_target): Declare.
9274 * infrun.c: (update_signals_program_target): New.
9275 (handle_command): Update the target of the new program signals
9276 array changes.
9277 * remote.c (PACKET_QProgramSignals): New enum.
9278 (last_program_signals_packet): New global.
9279 (remote_program_signals): New.
9280 (remote_start_remote): Update the target with the program signals
9281 list.
9282 (remote_protocol_features): Add entry for QPassSignals.
9283 (remote_open_1): Free anc clear last_program_signals_packet.
9284 (init_remote_ops): Install remote_program_signals.
9285 * target.c (update_current_target): Adjust.
9286 (target_program_signals): New.
9287 * target.h (struct target_ops) <to_program_signals>: New field.
9288 (target_program_signals): Declare.
9289
74c48cbb
PA
92902012-03-07 Pedro Alves <palves@redhat.com>
9291
9292 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
9293 extensions.
9294
0c13fc49
AS
92952012-03-07 Andreas Schwab <schwab@linux-m68k.org>
9296
9297 * m68klinux-nat.c (getregs_supplies): Make static.
9298 (getfpregs_supplies): Likewise.
9299 (have_ptrace_getregs): Likewise.
9300
1281d2a3
JB
93012012-03-06 Joel Brobecker <brobecker@adacore.com>
9302
9303 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
9304 in call to get_die_type_at_offset.
9305
2b03b41d
SS
93062012-03-06 Stan Shebs <stan@codesourcery.com>
9307
9308 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
9309 * mi/mi-cmd-disas.c: Ditto.
9310 * mi/mi-cmd-env.c: Ditto.
9311 * mi/mi-cmd-file.c: Ditto.
9312 * mi/mi-cmd-stack.c: Ditto.
9313 * mi/mi-cmd-target.c: Ditto.
9314 * mi/mi-cmd-var.c: Ditto.
9315 * mi/mi-cmds.c: Ditto.
9316 * mi/mi-cmds.h: Ditto.
9317 * mi/mi-console.c: Ditto.
9318 * mi/mi-getopt.c: Ditto.
9319 * mi/mi-getopt.h: Ditto.
9320 * mi/mi-interp.c: Ditto.
9321 * mi/mi-main.c: Ditto.
9322 * mi/mi-out.c: Ditto.
9323 * mi/mi-parse.c: Ditto.
9324 * mi/mi-parse.h: Ditto.
9325 * mi/mi-symbol-cmds.c: Ditto.
9326
9327 * mi/mi-getopt.h: Move mi_opt struct up.
9328 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
9329 return.
9330 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
9331
c988ad87
TT
93322012-03-06 Tom Tromey <tromey@redhat.com>
9333
9334 * proc-service.c (ps_pglobal_lookup): Set the current program
9335 space.
9336
1b7c1b10
PA
93372012-03-06 Pedro Alves <palves@redhat.com>
9338
9339 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
9340
3c182069
JB
93412012-03-05 Joel Brobecker <brobecker@adacore.com>
9342
9343 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
9344
2e794194
JK
93452012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9346
9347 Code cleanup.
9348 * common/linux-osdata.c (linux_common_core_of_thread): New function
9349 comment.
9350 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
9351 call by linux_common_core_of_thread.
9352 (linux_nat_core_of_thread_1): Remove.
9353 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
9354 * linux-thread-db.c: Include linux-osdata.h.
9355 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
9356 linux_common_core_of_thread.
9357
9f9f1f31
TT
93582012-03-05 Tom Tromey <tromey@redhat.com>
9359
9360 * value.c (value_primitive_field): Don't fetch contents for
9361 non-virtual bases.
9362
b7b189f3
TT
93632012-03-05 Tom Tromey <tromey@redhat.com>
9364
9365 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
9366
05b8a789 93672012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
5538f557 9368
5538f557
JB
9369 * s390-nat.c: Include "gregset.h".
9370
75528772
JK
93712012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9372
9373 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
9374 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
9375 (libunwind_load): New variable so_error, use it for dlerror. Try to
9376 load also LIBUNWIND_SO_7.
9377
275418ae
PA
93782012-03-05 Pedro Alves <palves@redhat.com>
9379
9380 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
9381 is not NULL, and remove resulting dead code.
9382
5cbb9812
TS
93832012-03-05 Thomas Schwinge <thomas@codesourcery.com>
9384
9385 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
9386 prologue to sh_analyze_prologue.
9387 (sh_analyze_prologue): Make better use of such an upper limit, and
9388 generally be more cautious about accessing memory.
9389
541515ad
TT
93902012-03-05 Tom Tromey <tromey@redhat.com>
9391
9392 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
9393 _initialize_ia64_hpux_tdep.
9394
b4d36fb8
PA
93952012-03-05 Pedro Alves <palves@redhat.com>
9396
24490249
PA
9397 PR gdb/13766
9398
b4d36fb8
PA
9399 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
9400 the register state is clear, supply explicit zero, instead of
9401 marking the register unavailable.
9402
60c9a3c0
TG
94032012-03-05 Tristan Gingold <gingold@adacore.com>
9404
9405 * NEWS: Mention OpenVMS ia64 new target.
9406
696759ad
TG
94072012-03-05 Tristan Gingold <gingold@adacore.com>
9408
9409 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
9410 (ia64_unw_accessors, ia64_unw_rse_accessors)
9411 (ia64_libunwind_descr): Declare.
9412 * ia64-vms-tdep.c: New file.
9413 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
9414 (ia64_libunwind_descr): Make them public.
9415 * configure.tgt: Add ia64-*-*vms*.
9416 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
9417 (ALLDEPFILES): Add ia64-vms-tdep.c
9418
34864976
TG
94192012-03-05 Tristan Gingold <gingold@adacore.com>
9420
169081d0
TG
9421 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
9422 * remote.c (PACKET_qXfer_uib): New enum value.
9423 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
9424 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
9425 (_initialize_remote): Call add_packet_config_cmd for
9426 xfer:uib packet.
9427
94282012-03-05 Tristan Gingold <gingold@adacore.com>
9429
9430 * osabi.c (gdb_osabi_names): Add OpenVMS.
9431 (generic_elf_osabi_sniffer): Likewise.
9432 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
34864976 9433
6597b100
JK
94342012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9435
9436 Removed unused code.
9437 * libunwind-frame.c (libunwind_frame_unwind)
9438 (libunwind_frame_base_address): Remove.
9439 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
9440
87399aa1
YQ
94412012-03-04 Yao Qi <yao@codesourcery.com>
9442
9443 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
9444 remove trailing new line.
9445 (agent_run_command, agent_run_command): Add _ markup.
9446 (agent_capability_check): Likewise.
9447
abf1152a
JK
94482012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9449
9450 * breakpoint.c (set_condition_evaluation_mode): Set
9451 CONDITION_EVALUATION_MODE unconditionally.
9452
5808517f
YQ
94532012-03-03 Yao Qi <yao@codesourcery.com>
9454
9455 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
9456 * common/agent.h: Update declaration.
9457 * inf-child.c (inf_child_use_agent): New.
9458 (inf_child_can_use_agent): New.
9459 (inf_child_target): Initialize fields `to_use_agent'
9460 and `to_can_use_agent'.
9461 * agent.c (agent_new_objfile): New.
89b7509a 9462 (_initialize_agent): Add agent_new_objfile to new_objfile
5808517f
YQ
9463 observer.
9464
9465 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9466 New.
89b7509a 9467 (linux_target_install_ops): Initialize field
5808517f
YQ
9468 `to_static_tracepoint_markers_by_strid'.
9469 * remote.c (free_current_marker): Move it to ...
9470 * tracepoint.c (free_current_marker): ... here. New.
9471 (cleanup_target_stop): New.
9472 * tracepoint.h: Declare free_current_marker.
9473 * NEWS: Add one entry about `info static-tracepoint-marker'.
9474
58b4daa5
YQ
94752012-03-03 Yao Qi <yao@codesourcery.com>
9476
9477 * common/agent.c (agent_loaded_p): New.
89b7509a 9478 (agent_look_up_symbols): New global.
58b4daa5
YQ
9479 * common/agent.h: Declare agent_loaded_p.
9480
8ffcbaaf
YQ
94812012-03-03 Yao Qi <yao@codesourcery.com>
9482
9483 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
9484 (agent_capability_check, agent_capability_invalidate): New.
9485 (symbol_list): New array element.
9486 * common/agent.h (enum agent_capa): New.
9487 * target.c (target_pre_inferior): Call agent_capability_invalidate.
9488
d1feda86
YQ
94892012-03-03 Yao Qi <yao@codesourcery.com>
9490
9491 * target.h (struct target_ops) <to_use_agent>: New field.
9492 (struct target_ops) <to_can_use_agent>: New field.
9493 (target_use_agent, target_can_use_agent): New macro.
9494 * target.c (update_current_target): Update.
9495 * remote.c: New enum `PACKET_QAgent'.
9496 (remote_protocol_features): Add a new element.
9497 (remote_use_agent, remote_can_use_agent): New.
9498 (init_remote_ops): Initialize field `can_use_agent' with
9499 remote_can_use_agent. Intiailize field `use_agent' with
9500 remote_use_agent.
9501 * common/agent.c (use_agent): New global.
9502 * common/agent.h: Declare it.
9503 * tracepoint.c (info_static_tracepoint_markers_command): Add
9504 comment.
9505 * Makefile.in (SFILES): Add common/agent.c and agent.c.
9506 (COMMON_OBS): Add common/agent.o and agent.o
9507 (common-agent.o): New rule.
9508 * agent.c: New.
9509
2fa291ac
YQ
95102012-03-03 Yao Qi <yao@codesourcery.com>
9511
9512 * common/agent.c: New.
9513 * common/agent.h: New.
9514 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
9515 AC_CHECK_HEADERS.
9516 * configure, configh.in: Regenerated.
9517
9fc05685
KB
95182012-03-02 Kevin Buettner <kevinb@redhat.com>
9519
9520 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
9521 unless it exists for this architecture.
9522
a5ee536b
JB
95232012-03-02 Joel Brobecker <brobecker@adacore.com>
9524
9525 * language.h (struct language_defn): New "method" la_read_var_value.
9526 * findvar.c: #include "language.h".
9527 (default_read_var_value): Renames read_var_value. Rewrite
9528 function description.
9529 (read_var_value): New function.
9530 * value.h (default_read_var_value): Add prototype.
9531 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
9532 New functions.
9533 (ada_language_defn): Add entry for la_read_var_value.
9534 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
9535 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
9536 language_defn structures to add entry for new la_read_var_value
9537 field.
9538
f59f708a
PA
95392012-03-02 Tom Tromey <tromey@redhat.com>
9540 Pedro Alves <palves@redhat.com>
9541
9542 PR breakpoints/13776:
9543 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
9544 breakpoints.
9545 (delete_longjmp_breakpoint_at_next_stop): New.
9546 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
9547 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
9548 before deleting the inferior. Add comments.
9549 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
9550 breakpoints immediately, but only on next stop. Move that code
9551 next to where we mark other breakpoints for deletion.
9552
44099a67
JB
95532012-03-02 Joel Brobecker <brobecker@adacore.com>
9554
9555 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
9556 marker.
9557 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
9558 violation.
9559
2a2ef594
PA
95602012-03-02 Pedro Alves <palves@redhat.com>
9561
9562 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
9563
b261e0c5
UW
95642012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
9565
9566 Fix -Wmissing-prototypes build.
9567 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
9568 * remote-sim.c (gdbsim_has_all_memory): Likewise.
9569 (gdbsim_has_memory): Likewise.
9570
a95babbf
YQ
95712012-03-02 Yao Qi <yao@codesourcery.com>
9572
9573 Fix -Wmissing-prototypes build.
9574 * charset.c (phony_iconv_open): Make static.
9575 (phony_iconv_close, phony_iconv): Likewise.
9576 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
9577 * i386-windows-nat.c (_initialize_i386_windows_nat): New
9578 prototype.
9579 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
9580 * ser-mingw.c (create_select_thread): Make static.
9581 * windows-termcap.c (tgetent): New prototype.
9582 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
9583
d603d4b3
JK
95842012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
9585
9586 Fix -Wmissing-prototypes build.
9587 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
9588 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
9589 (_initialize_loadable): New prototypes.
9590
7fb3ad1f
DE
95912012-03-02 Doug Evans <dje@google.com>
9592
9593 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
9594 abbrev table, read_comp_unit will do it.
9595
693be288
JK
95962012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9597
9598 Fix -Wmissing-prototypes build.
9599 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
9600 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
9601 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
9602 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
9603 (_initialize_arm_symbian_tdep): New prototype.
9604 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
9605 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
9606 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
9607 static.
9608 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
9609 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
9610 prototype.
9611 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
9612 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
9613 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
9614 static.
9615 * moxie-tdep.c (moxie_process_record): Likewise.
9616 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
9617 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
9618 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
9619 (_initialize_rl78_tdep): New prototype.
9620 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
9621 (_initialize_rx_tdep): New prototype.
9622 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
9623 (_initialize_darwin_solib): New prototype.
9624 * solib-spu.c: Include solib-spu.h.
9625 (_initialize_spu_solib): New prototype.
9626 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
9627 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
9628 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
9629 (tic6x_software_single_step): Make it static.
9630 (_initialize_tic6x_tdep): New prototype.
9631
638234e5
JK
96322012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9633
9634 Fix -Wmissing-prototypes build.
9635 * cris-tdep.c (cris_can_use_hardware_watchpoint)
9636 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
9637
f4a6f16d
JK
96382012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9639
9640 Fix -Wmissing-prototypes build.
9641 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
9642 (frv_have_stopped_data_address): Remove.
9643
04dcf5fa
JK
96442012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9645
9646 Fix -Wmissing-prototypes build.
9647 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
9648 * sh-tdep.c: Include sh64-tdep.h.
9649 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
9650 * sh64-tdep.c: Include sh64-tdep.h.
9651 * sh64-tdep.h: New file.
9652
19080931
MR
96532012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9654
9655 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
9656
9aac7884
MR
96572012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9658
9659 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
9660 sp_regnum once the gdbarch_init_osabi hook has been called.
9661
a385295e
MR
96622012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9663
9664 * mips-tdep.c (mips32_bc1_pc): New function.
9665 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
9666 BPOSGE32 and BPOSGE64 instructions.
9667 (deal_with_atomic_sequence): Likewise.
9668 (mips32_instruction_has_delay_slot): Likewise.
9669
1faeff08 96702012-03-01 Maciej W. Rozycki <macro@mips.com>
a09130f9
PA
9671 Chris Dearman <chris@mips.com>
9672 Maciej W. Rozycki <macro@codesourcery.com>
9673 Joseph Myers <joseph@codesourcery.com>
1faeff08
MR
9674
9675 * features/mips-dsp.xml: New file.
9676 * features/mips64-dsp.xml: New file.
9677 * features/mips-dsp-linux.xml: New file.
9678 * features/mips64-dsp-linux.xml: New file.
9679 * features/Makefile (WHICH): Add mips-dsp-linux and
9680 mips64-dsp-linux.
9681 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
9682 * features/mips-dsp-linux.c: New file.
9683 * features/mips64-dsp-linux.c: New file.
9684 * regformats/mips-dsp-linux.dat: New file.
9685 * regformats/mips64-dsp-linux.dat: New file.
9686 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
9687 registers.
9688 (mips64_linux_register_addr): Likewise.
9689 (mips64_linux_regsets_fetch_registers): Likewise.
9690 (mips64_linux_regsets_store_registers): Likewise.
9691 (mips64_linux_fetch_registers): Update call to
9692 mips64_linux_regsets_fetch_registers.
9693 (mips64_linux_store_registers): Update call to
9694 mips64_linux_regsets_store_registers.
9695 (mips_linux_read_description): Probe for DSP registers.
9696 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
9697 and initialize_tdesc_mips64_dsp_linux.
9698 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
9699 Remove padding of no longer used embedded register slots.
9700 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
9701 (MIPS_RESTART_REGNUM): Redefine enum value.
9702 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
9703 strings.
9704 (mips_tx39_reg_names): Likewise.
9705 (mips_linux_reg_names): New array of register names for Linux
9706 targets.
9707 (mips_register_name): Check for a null pointer in
9708 mips_processor_reg_names and return an empty string.
9709 (mips_register_type): Exclude embedded registers for the IRIX
9710 and Linux ABIs.
9711 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
9712 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
9713 DSP registers.
9714 (mips_stab_reg_to_regnum): Handle DSP accumulators.
9715 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
9716 (mips_gdbarch_init): Likewise. Initialize internal register
9717 indices for the Linux ABI. Use dynamic numbers to refer to
9718 registers, as applicable, while parsing the target description.
9719 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
9720
263689d8
JB
97212012-03-01 Joel Brobecker <brobecker@adacore.com>
9722
9723 * frame.h (read_frame_register_unsigned): Fix typo in function
9724 description.
9725
f3b4f45c
PA
97262012-03-01 Pedro Alves <palves@redhat.com>
9727
9728 * jit-reader.in [!__cplusplus]
9729 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
9730
b03a2011
PA
97312012-03-01 Pedro Alves <palves@redhat.com>
9732
9733 * configure.ac (build_warnings): Add -Wmissing-prototypes.
9734 * configure: Regenerate.
9735
70221824
PA
97362012-03-01 Pedro Alves <palves@redhat.com>
9737
9738 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
9739 * breakpoint.c (create_exception_master_breakpoint, trace_command)
9740 (ftrace_command, strace_command): Make static.
9741 * d-lang.c (_initialize_d_language): Declare.
9742 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
9743 * dwarf2loc.c (_initialize_dwarf2loc):
9744 * dwarf2read.c (process_psymtab_comp_unit): Make static.
9745 * exec.c (exec_get_section_table): Make static.
9746 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
9747 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
9748 * inferior.c (remove_inferior_command, add_inferior_command)
9749 (clone_inferior_command): Make static.
9750 * linux-nat.c (linux_nat_thread_address_space)
9751 (linux_nat_core_of_thread): Make static.
9752 * linux-tdep.c (_initialize_linux_tdep): Declare.
9753 * objc-lang.c (_initialize_objc_lang): Declare.
9754 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
9755 Make static.
9756 (_initialize_opencl_language): Declare.
9757 * record.c (_initialize_record): Declare.
9758 * remote.c (demand_private_info, remote_get_tib_address)
9759 (remote_supports_cond_tracepoints)
9760 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
9761 Make static.
9762 * skip.c (_initialize_step_skip): Declare.
9763 * symtab.c (skip_prologue_using_lineinfo): Make static.
9764 * tracepoint.c (delete_trace_state_variable)
9765 (trace_variable_command, delete_trace_variable_command)
9766 (get_uploaded_tsv, find_matching_tracepoint_location)
9767 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
9768 Make static.
9769 * value.c (pack_unsigned_long): Make static.
9770 * varobj.c (varobj_ensure_python_env): Make static.
9771 * windows-tdep.c (_initialize_windows_tdep): Declare.
9772 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
9773
33fbcbee
PA
97742012-03-01 Pedro Alves <palves@redhat.com>
9775
9776 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
9777 gdbarch parameter.
9778 (linux_init_abi): Install it as has_shared_address_space gdbarch
9779 callback.
9780
44d0cd3b
PA
97812012-03-01 Pedro Alves <palves@redhat.com>
9782
9783 * observer.c (observer_test_first_notification_function)
9784 (observer_test_second_notification_function)
9785 (observer_test_third_notification_function): Add declarations.
9786
ed01b82c
PA
97872012-03-01 Pedro Alves <palves@redhat.com>
9788
9789 * common/signals.c (default_target_signal_to_host)
9790 (default_target_signal_from_host): Move ...
9791 * arch-utils.c: ... here.
9792 * arch-utils.h (default_target_signal_to_host)
9793 (default_target_signal_from_host): Declare.
9794
9795 * common/signals.c (target_signal_from_command): Move ...
9796 * infrun.c: ... here.
9797 * inferior.h (target_signal_from_command): Declare.
9798 * target.h (target_signal_from_command)
9799 (default_target_signal_from_host, default_target_signal_to_host):
9800 Delete declarations.
9801
9802 * common/signals.c (_initialize_signals): Delete.
9803
c9b87335
PA
98042012-03-01 Pedro Alves <palves@redhat.com>
9805
9806 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
9807 both __cplusplus and !__cplusplus.
9808
9340a6c0
PA
98092012-03-01 Pedro Alves <palves@redhat.com>
9810
9811 * psymtab.c (find_and_open_source): Delete declaration.
9812 * source.c (find_and_open_source): Move comment ...
9813 * source.h (find_and_open_source): ... to this new declaration.
9814
e451c4a1
PA
98152012-03-01 Pedro Alves <palves@redhat.com>
9816
9817 * inline-frame.c: Include inline-frame.h.
9818
983fb104
PA
98192012-03-01 Pedro Alves <palves@redhat.com>
9820
9821 * tui/tui-data.c (set_gen_win_origin): Delete.
9822 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
9823 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
9824
5fbce5df
PA
98252012-03-01 Pedro Alves <palves@redhat.com>
9826
9827 * remote.c (encode_actions): Delete declaration.
9828 * tracepoint.c (encode_actions): Make extern.
9829 * tracepoint.h (encode_actions): Declare.
9830
49a8461d
PA
98312012-03-01 Pedro Alves <palves@redhat.com>
9832
9833 * python/py-breakpoint.c: Include python.h.
9834 * python/py-continueevent.c (create_continue_event_object): Make
9835 static.
9836 * python/py-lazy-string.c (stpy_get_type): Make static.
9837 * python/py-newobjfileevent.c (create_new_objfile_event_object):
9838 Make static.
9839 * python/py-utils.c (unicode_to_target_python_string): Make
9840 static.
9841 * python/py-value.c: Include python.h.
9842
9079102f
PA
98432012-03-01 Pedro Alves <palves@redhat.com>
9844
9845 * inferior.c (delete_threads_of_inferior): Delete.
9846
a298c5e8
PA
98472012-03-01 Pedro Alves <palves@redhat.com>
9848
9849 Import fallback definitions from glibc.
9850
9851 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
9852 ps_prochandle): Forward declare.
9853 (ps_err_e): Use glibc's comments.
9854 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
9855 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
9856 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
9857 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
9858 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
9859 (struct ps_prochandle): Adjust comment.
9860
e3084549
PA
98612012-03-01 Pedro Alves <palves@redhat.com>
9862
9863 * ada-lang.c (ada_modulus_from_name): Delete.
9864 * ada-lex.l (lexer_init): Make static.
9865
ad5f7d6e
PA
98662012-03-01 Pedro Alves <palves@redhat.com>
9867
9868 PR gdb/13767
9869
9870 * frame.c (read_frame_register_unsigned): New.
9871 * frame.h (read_frame_register_unsigned): Declare.
9872 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
9873 Handle it.
9874 (print_i387_control_word): New parameter `control_p'. Handle it.
9875 (i387_print_float_info): Handle unavailable float registers.
9876
e0a4d108
KS
98772012-03-01 Keith Seitz <keiths@redhat.com>
9878
9879 * linespec.c (decode_line_2): Sort the list of methods
9880 alphabetically before presenting the user with a selection
9881 menu.
9882
122d1940
DE
98832012-03-01 Doug Evans <dje@google.com>
9884
9885 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
9886 has_namespace_info.
9887 (dwarf2_read_abbrevs): Remove corresponding initialization.
9888
7d74f244
DE
98892012-03-01 Scott J. Goldman <scottjg@vmware.com>
9890
9891 * NEWS: Mention new python command class gdb.COMMAND_USER.
9892 * cli/cli-cmds.c (show_user): Print error when used on a python
9893 command.
9894 (init_cli_cmds): Update documentation strings for "show user" and
9895 "set/show max-user-call-depth" to clarify that it does not apply to
9896 python commands.
9897 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
9898 error check.
9899 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
9900 gdb python api.
9901 * top.c (execute_command): Only execute a user-defined command as a
9902 legacy macro if c->user_commands is set.
9903
e88acd96
TT
99042012-03-01 Tom Tromey <tromey@redhat.com>
9905
9906 * valprint.h (struct generic_val_print_decorations): New.
9907 (generic_val_print): Declare.
9908 * valprint.c (generic_val_print): New function.
9909 * p-valprint.c (p_decorations): New global.
9910 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
9911 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
9912 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
9913 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
9914 * m2-valprint.c (m2_decorations): New global.
9915 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
9916 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
9917 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
9918 TYPE_CODE_ERROR>: Call generic_val_print.
9919 * f-valprint.c (f_decorations): New global.
9920 (f_val_print): Use print_function_pointer_address.
9921 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
9922 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
9923 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
9924 generic_val_print.
9925 * c-valprint.c (c_decorations): New global.
9926 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
9927 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
9928 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
9929 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
9930 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
9931 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
9932 case.
9933
d3eab38a
TT
99342012-03-01 Tom Tromey <tromey@redhat.com>
9935
9936 * valprint.c (val_print): Update.
9937 * p-valprint (pascal_val_print): Return void.
9938 * p-lang.h (pascal_val_print): Return void.
9939 * m2-valprint.c (m2_val_print): Return void.
9940 * m2-lang.h (m2_val_print): Return void.
9941 * language.h (struct language_defn) <la_val_print>: Return void.
9942 * language.c (unk_lang_val_print): Return void.
9943 * jv-valprint.c (java_val_print): Return void.
9944 * jv-lang.h (java_val_print): Return void.
9945 * f-valprint.c (f_val_print): Return void.
9946 * f-lang.h (f_val_print): Return void.
9947 * d-valprint.c (d_val_print): Return void.
9948 (dynamic_array_type): Update.
9949 * d-lang.h (d_val_print): Return void.
9950 * c-valprint.c (c_val_print): Return void.
9951 * c-lang.h (c_val_print): Return void.
9952 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
9953 void.
9954 * ada-lang.h (ada_val_print): Return void.
9955
35c0084b
TT
99562012-03-01 Tom Tromey <tromey@redhat.com>
9957
9958 * value.h (val_print): Return void.
9959 * valprint.c (val_print): Return void.
9960
a1f5dd1b
TT
99612012-03-01 Tom Tromey <tromey@redhat.com>
9962
9963 * value.h (common_val_print): Return void.
9964 * valprint.c (common_val_print): Return void.
9965
8e069a98
TT
99662012-03-01 Tom Tromey <tromey@redhat.com>
9967
9968 * value.h (value_print): Return void.
9969 * valprint.c (value_print): Return void.
9970 * p-valprint.c (pascal_value_print): Return void.
9971 * p-lang.h (pascal_value_print): Return void.
9972 * language.h (struct language_defn) <la_value_print>: Return
9973 void.
9974 * language.c (unk_lang_value_print): Return void.
9975 * jv-valprint.c (java_value_print): Return void.
9976 * jv-lang.h (java_value_print): Return void.
9977 * f-valprint.c (c_value_print): Don't declare.
9978 Include c-lang.h.
9979 * c-valprint.c (c_value_print): Return void.
9980 * c-lang.h (c_value_print): Return void.
9981 * ada-valprint.c (ada_value_print): Return void.
9982 * ada-lang.h (ada_value_print): Return void.
9983
be335936
TT
99842012-03-01 Tom Tromey <tromey@redhat.com>
9985
9986 * value.c (value_primitive_field): Handle virtual base classes.
9987
b0db66a7
TT
99882012-03-01 Tom Tromey <tromey@redhat.com>
9989
9990 * gdbtypes.h (struct vbase): Remove.
9991
132c57b4
TT
99922012-03-01 Tom Tromey <tromey@redhat.com>
9993
9994 * c-valprint.c (print_function_pointer_address): Move...
9995 * valprint.c: ... here. Make non-static.
9996 * m2-valprint.c (print_function_pointer_address): Remove.
9997 * valprint.h (print_function_pointer_address): Declare.
9998
e41eec66
JB
99992012-03-01 Joel Brobecker <brobecker@adacore.com>
10000
10001 * NEWS: Document the fact that one can provide a condition when
10002 creating an Ada exception catchpoint.
10003
19c37f24
TT
100042012-03-01 Tom Tromey <tromey@redhat.com>
10005
10006 * valprint.c (val_print_type_code_flags): Fix placement of
10007 trailing brace.
10008
f0fed3a3
JB
100092012-03-01 Joel Brobecker <brobecker@adacore.com>
10010
10011 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
10012 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
10013 environment variable before calling update-copyright.
10014
8ba85d85
JB
100152012-03-01 Joel Brobecker <brobecker@adacore.com>
10016
10017 * gnulib/extra/update-copyright: Update to the latest from
10018 gnulib's git repository.
10019 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
10020 variable to 2 instead of 1.
10021
8219b1e8
JB
100222012-02-29 Joel Brobecker <brobecker@adacore.com>
10023
10024 * varobj.c (c_value_of_variable): Remove dead code.
10025
718cb7da
JB
100262012-02-29 Joel Brobecker <brobecker@adacore.com>
10027
10028 * ada-lex.p (processId): Do not modify already encoded IDs.
10029 Update function documentation.
10030
739593e0
JB
100312012-02-29 Joel Brobecker <brobecker@adacore.com>
10032
10033 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
10034 "name" with "struct symbol *name_sym".
10035 * ada-exp.y (write_var_or_type): Update call to
10036 ada_find_renaming_symbol.
10037 "name" with "struct symbol *name_sym". Adjust Implementation
10038 accordingly. Adjust the function documentation.
10039
852dff6c
JB
100402012-02-29 Joel Brobecker <brobecker@adacore.com>
10041
10042 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
10043 * ada-lang.c (ada_find_any_type): Add advance declaration.
10044 Make static. Replace ada_find_any_symbol by
10045 ada_find_any_type_symbol.
10046 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
10047 Improve function description. Make static.
10048 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
10049 Replace ada_find_any_symbol by ada_find_any_type_symbol.
10050
1b611343
JB
100512012-02-29 Joel Brobecker <brobecker@adacore.com>
10052
10053 * ada-lang.c (struct tag_args): Delete.
10054 (ada_get_tsd_type): Function body moved up in source file.
10055 (ada_tag_name_1, ada_tag_name_2): Delete.
10056 (ada_get_tsd_from_tag): New function.
10057 (ada_tag_name_from_tsd): New function.
10058 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
10059 to determine the tag name.
10060
41246937
JB
100612012-02-29 Joel Brobecker <brobecker@adacore.com>
10062
10063 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
10064 declaration.
10065 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
10066 function.
10067
ffde82bf
JB
100682012-02-29 Joel Brobecker <brobecker@adacore.com>
10069
10070 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
10071
2ad01556
JB
100722012-02-29 Joel Brobecker <brobecker@adacore.com>
10073
10074 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
10075 full searches.
10076
99b1c762
JB
100772012-02-29 Joel Brobecker <brobecker@adacore.com>
10078
10079 * ada-lang.c (constrained_packed_array_type): If there is a
10080 parallel XA type, use it to determine the array index type.
10081
2d4a02ee
JB
100822012-02-29 Joel Brobecker <brobecker@adacore.com>
10083
10084 * ada-valprint.c (ada_val_print_1): If our value is a reference
10085 to an array descriptor, dereference it before converting it
10086 to a simple array.
10087
c48db5ca
JB
100882012-02-29 Joel Brobecker <brobecker@adacore.com>
10089
10090 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
10091 creating fixed value.
10092 (ada_value_ind, ada_coerce_ref, assign_component)
10093 (ada_evaluate_subexp): Remove call to unwrap_value before
10094 call to ada_to_fixed_value.
10095
2e6fda7d
JB
100962012-02-29 Joel Brobecker <brobecker@adacore.com>
10097
10098 * ada-lang.c (to_fixed_array_type): Set result's type name.
10099
5845583d
JB
101002012-02-29 Joel Brobecker <brobecker@adacore.com>
10101
10102 * ada-lang.c (catch_ada_exception_command_split): Add new
10103 argument cond_string. Add support for condition at end of
10104 "catch exception" commands.
10105 (ada_decode_exception_location): Add new argument cond_string.
10106 Update call to catch_ada_exception_command_split.
10107 (create_ada_exception_catchpoint): Add new argument cond_string.
10108 Set the breakpoint condition if needed.
10109 (catch_ada_exception_command): Update call to
10110 ada_decode_exception_location.
10111 (ada_decode_assert_location): Add function documentation.
10112 Add support for condition at end of "catch assert" command.
10113 (catch_assert_command): Update calls to ada_decode_assert_location
10114 and create_ada_exception_catchpoint.
10115
9a7f938f
JK
101162012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10117
10118 Fix disp-step-syscall.exp: fork: single step over fork.
10119 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
10120 (i386_linux_get_syscall_number_from_regcache): ... here, new function
10121 comment, change parameters gdbarch and ptid to regcache. Remove
10122 parameter regcache, initialize gdbarch from regcache here.
10123 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
10124 New functions.
10125 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
10126 instead.
10127 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
10128 'syscall'. Make the 'int' check more strict.
10129
ffdf6de5
JK
101302012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10131
10132 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
10133 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
10134 (i386_linux_intx80_sysenter_syscall_record): ... here.
10135 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
10136 Use the renamed function name.
10137
c70a6932
JK
101382012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10139
10140 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
10141 * breakpoint.c (until_break_command): Likewise.
10142 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
10143 * infcall.c (call_function_by_hand): Likewise.
10144 * infcmd.c (finish_forward): Likewise.
10145 * infrun.c (insert_exception_resume_breakpoint): Likewise.
10146
05b8a789 101472012-02-28 Tristan Gingold <gingold@adacore.com>
d4cd3da9 10148
d4cd3da9
JB
10149 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
10150 avoid variable assignments inside condition.
10151
6425366c
JK
101522012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10153
10154 Fix static analysis issue found by cppcheck.
10155 * microblaze-tdep.c (microblaze_extract_return_value): Fix
10156 uninitialized BUF for size 2.
10157
c8cef75f 101582012-02-27 Chris Dearman <chris@mips.com>
a09130f9
PA
10159 Nathan Froyd <froydnj@codesourcery.com>
10160 Maciej W. Rozycki <macro@codesourcery.com>
c8cef75f
MR
10161
10162 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
10163 (mips16_instruction_has_delay_slot): Likewise.
10164 (mips_segment_boundary): Likewise.
10165 (mips_adjust_breakpoint_address): Likewise.
10166 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
10167
473347ad 101682012-02-27 Maciej W. Rozycki <macro@mips.com>
a09130f9 10169 Maciej W. Rozycki <macro@codesourcery.com>
473347ad
MR
10170
10171 * infrun.c (handle_inferior_event): Don't proceed through
10172 shared library trampolines if stepping at the machine
10173 instruction level.
10174
cf233303
MR
101752012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
10176
10177 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
10178 too.
10179
cb2cf4ce
TS
101802012-02-27 Thomas Schwinge <thomas@codesourcery.com>
10181
10182 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
10183 (sh_stub_unwind_sniffer): New functions.
10184 (sh_stub_unwind): New variable.
10185 (sh_gdbarch_init): Wire everything.
10186
644cebc9
PA
101872012-02-27 Pedro Alves <palves@redhat.com>
10188
10189 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
10190 (linux_nat_post_attach_wait): Adjust to use
10191 linux_proc_pid_is_stopped.
10192 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
10193 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
10194 based on pid_is_stopped from both linux-nat.c and
10195 gdbserver/linux-low.c, and renamed.
10196
283002cf
MR
101972012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
10198
10199 * remote.c (remote_watchpoint_addr_within_range): New function.
10200 (init_remote_ops): Use it.
10201
9b3e86b1
MR
102022012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
10203
10204 * target.h (target_watchpoint_addr_within_range): Document macro.
10205
e36930bb
PA
102062012-02-24 Pedro Alves <palves@redhat.com>
10207
10208 * stack.c (set_last_displayed_sal): Issue internal_error instead
10209 of warning, and issue it after clearing the last displayed sal.
10210
883bc8d1
PA
102112012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10212 Pedro Alves <palves@redhat.com>
10213
10214 * breakpoint.c (until_break_command): Install breakpoints after
10215 all frame manipulations.
10216
b775012e
LM
102172012-02-24 Luis Machado <lgustavo@codesourcery.com>
10218
10219 * remote.c (remote_supports_cond_breakpoints): New forward
10220 declaration.
10221 (remote_add_target_side_condition): New function.
10222 (remote_insert_breakpoint): Add target-side breakpoint
10223 conditional if supported.
10224 (remote_insert_hw_breakpoint): Likewise.
10225 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
10226 hook.
10227
10228 * target.c (update_current_target): Inherit
10229 to_supports_evaluation_of_breakpoint_conditions.
10230 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
10231
10232 * target.h (struct target_ops)
10233 <to_supports_evaluation_of_breakpoint_conditions>: New field.
10234 (target_supports_evaluation_of_breakpoint_conditions): New #define.
10235
10236 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
10237 (condition_evaluation_both, condition_evaluation_auto,
10238 condition_evaluation_host, condition_evaluation_target,
10239 condition_evaluation_enums, condition_evaluation_mode_1,
10240 condition_evaluation_mode): New static globals.
10241 (translate_condition_evaluation_mode): New function.
10242 (breakpoint_condition_evaluation_mode): New function.
10243 (gdb_evaluates_breakpoint_condition_p): New function.
10244 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
10245 (mark_breakpoint_modified): New function.
10246 (mark_breakpoint_location_modified): New function.
10247 (set_condition_evaluation_mode): New function.
10248 (show_condition_evaluation_mode): New function.
10249 (bp_location_compare_addrs): New function.
10250 (get_first_location_gte_addr): New helper function.
10251 (set_breakpoint_condition): Free condition bytecode if locations
10252 has become unconditional. Call mark_breakpoint_modified (...).
10253 (condition_command): Call update_global_location_list (1) for
10254 breakpoints.
10255 (breakpoint_xfer_memory): Use is_breakpoint (...).
10256 (is_breakpoint): New function.
10257 (parse_cond_to_aexpr): New function.
10258 (build_target_condition_list): New function.
10259 (insert_bp_location): Handle target-side conditional
10260 breakpoints and call build_target_condition_list (...).
10261 (update_inserted_breakpoint_locations): New function.
10262 (insert_breakpoint_locations): Handle target-side conditional
10263 breakpoints.
10264 (bpstat_check_breakpoint_conditions): Add comment.
10265 (bp_condition_evaluator): New function.
10266 (bp_location_condition_evaluator): New function.
10267 (print_breakpoint_location): Print information on where the condition
10268 will be evaluated.
10269 (print_one_breakpoint_location): Likewise.
10270 (init_bp_location): Call mark_breakpoint_location_modified (...) for
10271 breakpoint location.
10272 (force_breakpoint_reinsertion): New functions.
10273 (update_global_location_list): Handle target-side breakpoint
10274 conditions.
10275 Reinsert locations that are already inserted if conditions have
10276 changed.
10277 (bp_location_dtor): Free agent expression bytecode.
10278 (disable_breakpoint): Call mark_breakpoint_modified (...).
10279 Call update_global_location_list (...) with parameter 1 for breakpoints.
10280 (disable_command): Call mark_breakpoint_location_modified (...).
10281 Call update_global_location_list (...) with parameter 1 for breakpoints.
10282 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
10283 (enable_command): mark_breakpoint_location_modified (...).
10284 (_initialize_breakpoint): Update documentation and add
10285 condition-evaluation breakpoint subcommand.
10286
10287 * breakpoint.h: Include ax.h.
10288 (condition_list): New data structure.
10289 (condition_status): New enum.
10290 (bp_target_info) <cond_list>: New field.
10291 (bp_location) <condition_changed, cond_bytecode>: New fields.
10292 (is_breakpoint): New prototype.
10293
3788aec7
LM
102942012-02-24 Luis Machado <lgustavo@codesourcery.com>
10295
10296 * remote.c (remote_state) <cond_breakpoints>: New field.
10297 (PACKET_ConditionalBreakpoints): New enum.
10298 (remote_cond_breakpoint_feature): New function.
10299 (remote_protocol_features): Add new ConditionalBreakpoints entry.
10300 (remote_supports_cond_breakpoints): New function.
10301 (_initialize_remote): Add new packet configuration for
10302 target-side conditional breakpoints.
10303
72895ff6
LM
103042012-02-24 Luis Machado <lgustavo@codesourcery.com>
10305
10306 * NEWS: Mention target-side conditional breakpoint support,
10307 new condition-evaluation breakpoint subcommand and remote
10308 packet extensions.
10309
dea2aa5f
LM
103102012-02-24 Luis Machado <lgustavo@codesourcery.com>
10311
10312 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
10313 number.
10314
8a8bc27f
TS
103152012-02-24 Thomas Schwinge <thomas@codesourcery.com>
10316
10317 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
10318 (after_prologue): Remove.
10319
6b446fdf
TT
103202012-02-23 Tom Tromey <tromey@redhat.com>
10321
10322 * jv-valprint.c (java_val_print): Remove dead code.
10323
ef59abfb
TG
103242012-02-23 Tristan Gingold <gingold@adacore.com>
10325
a09130f9
PA
10326 * ada-tasks.c (struct ada_tasks_inferior_data): Add
10327 known_tasks_element and known_tasks_length fields.
10328 (read_known_tasks_array): Change argument type. Use pointer type
10329 and number of elements from DATA. Adjust.
10330 (read_known_tasks_list): Likewise.
10331 (get_known_tasks_addr): Remove.
10332 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
10333 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
10334 type and array length. Merge former get_known_tasks_addr code.
ef59abfb 10335
def166f6
JK
103362012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10337
10338 PR backtrace/13716
10339 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
10340 it after set_momentary_breakpoint.
10341
aeaa2474
SA
103422012-02-22 Sterling Augustine <saugustine@google.com>
10343
10344 PR 13689:
10345 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
10346
feea76c2
GB
103472012-02-22 Gary Benson <gbenson@redhat.com>
10348
10349 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
10350 (find_slot_in_mapped_hash): Likewise.
10351
f06e05e0
JK
103522012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10353
10354 PR build/13638
10355 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
10356 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
10357 * configure: Regenerate.
10358
b54a8fd7
PA
103592012-02-21 Tristan Gingold <gingold@adacore.com>
10360 Pedro Alves <palves@redhat.com>
10361
10362 * ia64-tdep.c: Do not include libunwind-ia64.h.
10363 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
10364 Include libunwind-ia64.h instead of libunwind.h.
10365 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
10366 for libunwind.h existence.
10367 * configure, config.in: Regenerate.
10368
dfcee124
AG
103692012-02-21 Anton Gorenkov <xgsa@yandex.ru>
10370
10371 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
10372 instead of value_rtti_target_type.
10373 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
10374 instead of value_rtti_target_type.
10375 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
10376 value_rtti_target_type.
10377 * valops.c (value_ind): Extract function readjust_indirect_value_type.
10378 (value_rtti_target_type): Rename to ...
10379 (value_rtti_indirect_type): ... here and make it indirect. Update
10380 function comment.
10381 * value.c (readjust_indirect_value_type): New function.
10382 (coerce_ref): Support for enclosing type setting for references
10383 with readjust_indirect_value_type.
10384 * value.h (readjust_value_type): New declaration.
10385 (value_rtti_target_type): Rename to ...
10386 (value_rtti_indirect_type): ... here.
10387
02568277
AG
103882012-02-21 Anton Gorenkov <xgsa@yandex.ru>
10389
10390 * MAINTAINERS (Write After Approval): Add myself to the list.
10391
10c07b7e 103922012-02-20 Doug Evans <dje@google.com>
28ee876a 10393
d82ea6a8
DE
10394 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
10395 Rename objfile_p_char parameter to objfilep.
10396 (build_objfile_section_table): Result is now void. All callers
10397 updated.
10398 * objfiles.h (struct objfile): Tweak comments, whitespace.
10399 (build_objfile_section_table): Update.
10400
28ee876a
DE
10401 * elfread.c (elf_symfile_segments): Fix warning text.
10402
24c79950
TT
104032012-02-20 Tom Tromey <tromey@redhat.com>
10404
10405 PR gdb/13498:
10406 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
10407 particular set of file names once.
10408 (dw2_map_symbol_filenames): Likewise.
10409
3a9b40b6
JK
104102012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10411
10412 Code cleanup.
10413 * main.c (write_files): Remove the declaration.
10414 (external_editor_command): Move the declaration ...
10415 [GDBTK] (external_editor_command): ... here. Fix the comment.
10416
4d0795ca
TT
104172012-02-20 Tom Tromey <tromey@redhat.com>
10418
10419 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
10420 extraneous block.
10421
637fd620
TG
104222012-02-20 Tristan Gingold <gingold@adacore.com>
10423
10424 * darwin-nat.h (enum darwin_msg_state): Add comments.
10425
6f124894
TG
104262012-02-20 Tristan Gingold <gingold@adacore.com>
10427
10428 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
10429 value.
10430
2e6e3d9c
JB
104312012-20-18 Joel Brobecker <brobecker@adacore.com>
10432
10433 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
10434 between function description and implementation.
10435
2e8265fd
TT
104362012-02-17 Tom Tromey <tromey@redhat.com>
10437
10438 PR python/12070:
10439 * python/py-event.c (event_object_getset): New global.
10440 (event_object_type): Reference it.
10441 * python/py-type.c (field_object_getset): New global.
10442 (field_object_type): Reference it.
10443 * python/python-internal.h (gdb_py_generic_dict): Declare.
10444 * python/py-utils.c (gdb_py_generic_dict): New function.
10445
8544a150 104462012-02-17 Tristan Gingold <gingold@adacore.com>
6f124894 10447
8544a150 10448 * solib-darwin.c (darwin_current_sos): Check magic and filetype
6f124894 10449
ca193e27
TS
104502012-02-17 Thomas Schwinge <thomas@codesourcery.com>
10451
10452 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
10453 TYPE_CALLING_CONVENTION annotation.
10454
e5586183
KB
104552012-02-16 Kevin Buettner <kevinb@redhat.com>
10456
10457 * MAINTAINERS: Add rx to target ISA section.
10458 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
10459 (ALLDEPFILES): Add rx-tdep.c.
10460
7dcd53a0
TT
104612012-02-16 Tom Tromey <tromey@redhat.com>
10462
10463 * symfile.c (symbol_file_add_main_1): Use inferior's
10464 symfile_flags.
10465 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
10466 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
10467 inferior.
10468 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
10469 inferior.
10470 (follow_exec): Use inferior's symfile_flags.
10471 * inferior.h (struct inferior) <symfile_flags>: New field.
10472
ddd60447
MF
104732012-02-16 Mike Frysinger <vapier@gentoo.org>
10474
10475 PR gdb/9734:
10476 * remote-sim.c (gdbsim_create_inferior): Call error() when
10477 sim_create_inferior() fails.
10478
b0d32fb6
TG
104792012-02-16 Josh Matthews <josh@joshmatthews.net>
10480
10481 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
10482
9addecb9
TT
104832012-02-16 Tom Tromey <tromey@redhat.com>
10484
10485 PR c++/13653:
10486 * thread.c (struct current_thread_cleanup) <was_removable>: New
10487 field.
10488 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
10489 (make_cleanup_restore_current_thread): Initialize new field.
10490
a58b110a
KB
104912012-02-15 Kevin Buettner <kevinb@redhat.com>
10492
10493 * MAINTAINERS: Add rl78 to target ISA section.
10494 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
10495 (ALLDEPFILES): Add rl78-tdep.c.
10496 * NEWS: Mention rl78 as a new target.
10497
4cb6da1c
AR
104982012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
10499
10500 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
10501 data.
10502 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
10503
3af2590d
TT
105042012-02-15 Tom Tromey <tromey@redhat.com>
10505
10506 PR gdb/12659:
10507 * infcmd.c (registers_info): Print just the current register's
10508 name.
10509
c6910659
TT
105102012-02-15 Tom Tromey <tromey@redhat.com>
10511
10512 * python/py-symbol.c (sympy_value): Use _().
10513
7cee1e54
PA
105142012-02-15 Pedro Alves <palves@redhat.com>
10515
10516 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
10517 output to be like native targets'.
10518 (remote_pid_to_str): Special case the null ptid.
10519
816338b5
SS
105202012-02-14 Stan Shebs <stan@codesourcery.com>
10521
10522 * NEWS: Mention enable count command.
10523 * breakpoint.h (struct breakpoint): New field enable_count.
10524 * breakpoint.c (enable_breakpoint_disp): Add count argument.
10525 (enable_breakpoint): Add arg to call.
10526 (struct disp_data): New struct.
10527 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
10528 (do_map_enable_once_breakpoint): Create a struct and pass it.
10529 (do_map_enable_delete_breakpoint): Ditto.
10530 (do_map_enable_count_breakpoint): New function.
10531 (enable_count_command): New function.
10532 (bpstat_stop_status): Decrement enable_count.
10533 (print_one_breakpoint_location): Report enable count.
10534 (_initialize_breakpoint): Add enable count command.
10535
c47a44f4
KB
105362012-02-14 Kevin Buettner <kevinb@redhat.com>
10537
10538 * rl78-tdep.c (reggroups.h): Include.
10539 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
10540 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
10541 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
10542 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
10543 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
10544 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
10545 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
10546 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
10547 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
10548 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
10549 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
10550 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
10551 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
10552 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
10553 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
10554 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
10555 beginning of register list.
10556 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
10557 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
10558 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
10559 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
10560 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
10561 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
10562 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
10563 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
10564 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
10565 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
10566 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
10567 the pseudo registers. Rearrange other pseudo registers too so
10568 that the bank registers appear at the end.
10569 (rl78_register_type): Account for the fact that the byte sized
10570 bank registers are now pseudo-registers.
10571 (rl78_register_name): Rearrange the register name array. Make
10572 initial set of raw banked registers inaccessible.
10573 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
10574 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
10575 case for copying bytes back and forth between raw and pseudo
10576 versions of the banked registers. Update other cases to reflect
10577 the changed names.
10578 (rl78_return_value): Update to account for changed names of
10579 raw registers.
10580 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
10581 rl78_register_sim_regno().
10582
e4569f1e
KB
105832012-02-14 Kevin Buettner <kevinb@redhat.com>
10584
10585 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
10586 the name parameter being passed to find_pc_partial_function().
10587
7a05aae7
JK
105882012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10589
10590 * MAINTAINERS: Step down from being ia64 target maintainer.
10591
11fde611
JK
105922012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10593
10594 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
10595 compilation warning.
10596
57008375
JK
105972012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10598
10599 Fix crash on loaded shlibs without loaded exec_bfd.
10600 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
10601 (set_section_command): Replace exec_bfd by p->bfd.
10602
ff3c9849
TT
106032012-02-10 Tom Tromey <tromey@redhat.com>
10604
10605 * linespec.c (decode_line_internal): Skip symtabs_from_filename
10606 when we have a C++ qualified name.
10607
db2b9fdd
PA
106082012-02-10 Pedro Alves <palves@redhat.com>
10609
10610 * inferior.c (inferior_pid_to_str): New.
10611 (print_inferior, inferior_command): Use it.
10612
12cd34f3
PA
106132012-02-10 Pedro Alves <palves@redhat.com>
10614
10615 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
10616 the test CFLAGS.
10617 * configure: Regenerate.
10618
e871429d
JK
106192012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10620
10621 * linespec.c (decode_line_internal): Fix comment correctness.
10622
1916efaf
PA
106232012-02-09 Valery Khromov <valery.khromov@gmail.com>
10624
10625 PR gdb/12953
10626 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
10627 * amd64bsd-nat.c: Add support for debug registers (adapted from
10628 i386bsd-nat.c).
10629 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
10630 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
10631 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
10632 (amd64bsd_dr_get_control): New functions.
10633 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
10634 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
10635 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
10636 watchpoints initialization.
10637 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
10638
f4859d94
JK
106392012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10640
10641 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
10642 flds_bnds.fields.
10643 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
10644
c56a97f9
JK
106452012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10646
10647 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
10648
1a119f36
JB
106492012-02-08 Joel Brobecker <brobecker@adacore.com>
10650
10651 * language.h (symbol_name_cmp_ftype): Renames
10652 symbol_name_match_p_ftype.
10653 (struct language_defn)[la_get_symbol_name_cmp]: Renames
10654 la_get_symbol_name_match_p.
10655 * ada-lang.c (ada_get_symbol_name_cmp): Renames
10656 ada_get_symbol_name_match_p. Update comment.
10657 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
10658 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
10659 Renames symbol_name_match_p. Update field type.
10660 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
10661 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10662 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
10663 "la_get_symbol_name_cmp" in comments.
10664 * language.c: Likewise.
10665
c71bb1cf
RO
106662012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10667
10668 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
10669 %eflags offset.
10670 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
10671 (amd64_sol2_gregset32_reg_offs): Likewise.
10672
4b2d20a5
TG
106732012-02-08 Joel Brobecker <brobecker@adacore.com>
10674
10675 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
10676 of the returned BFD is allocated by GDB.
10677
f0823d2c
TT
106782012-02-07 Tom Tromey <tromey@redhat.com>
10679
10680 PR python/12027:
10681 * python/python-internal.h (frame_object_type): Declare.
10682 * python/py-symbol.c (sympy_needs_frame): New function.
10683 (sympy_value): New function.
10684 (symbol_object_getset): Add "needs_frame".
10685 (symbol_object_methods): Add "value".
10686 * python/py-frame.c (frame_object_type): No longer static.
10687
64e7d9dd
TT
106882012-02-07 Tom Tromey <tromey@redhat.com>
10689
10690 PR python/13599:
10691 * python/py-symbol.c (sympy_line): New function.
10692 (symbol_object_getset): Add "line".
10693
1d6b2d2b
TT
106942012-02-07 Tom Tromey <tromey@redhat.com>
10695
10696 * charset.c (find_charset_names): Check 'in' against NULL.
10697
0d5cff50
DE
106982012-02-06 Doug Evans <dje@google.com>
10699
10700 * gdbtypes.h (struct main_type): Change type of name,tag_name,
10701 and fields.name members from char * to const char *. All uses updated.
10702 (struct cplus_struct_type): Change type of fn_fieldlists.name member
10703 from char * to const char *. All uses updated.
10704 (type_name_no_tag): Update.
10705 (lookup_unsigned_typename, lookup_signed_typename): Update.
10706 * gdbtypes.c (type_name_no_tag): Change result type
10707 from char * to const char *. All callers updated.
10708 (lookup_unsigned_typename, lookup_signed_typename): Change type of
10709 name parameter from char * to const char *.
10710 * symtab.h (struct cplus_specific): Change type of demangled_name
10711 member from char * to const char *. All uses updated.
10712 (struct general_symbol_info): Change type of name and
10713 mangled_lang.demangled_name members from char * to const char *.
10714 All uses updated.
10715 (symbol_get_demangled_name, symbol_natural_name): Update.
10716 (symbol_demangled_name, symbol_search_name): Update.
10717 * symtab.c (symbol_get_demangled_name): Change result type
10718 from char * to const char *. All callers updated.
10719 (symbol_natural_name, symbol_demangled_name): Ditto.
10720 (symbol_search_name): Ditto.
10721 (completion_list_add_name): Change type of symname,sym_text,
10722 text,word parameters from char * to const char *.
10723 (completion_list_objc_symbol): Change type of sym_text,
10724 text,word parameters from char * to const char *.
10725 * ada-lang.c (find_struct_field): Change type of name parameter
10726 from char * to const char *.
10727 (encoded_ordered_before): Similarly for N0,N1 parameters.
10728 (old_renaming_is_invisible): Similarly for function_name parameter.
10729 (ada_type_name): Change result type from char * to const char *.
10730 All callers updated.
10731 * ada-lang.h (ada_type_name): Update.
10732 * buildsym.c (hashname): Change type of name parameter
10733 from char * to const char *.
10734 * buildsym.h (hashname): Update.
10735 * dbxread.c (end_psymtab): Change type of include_list parameter
10736 from char ** to const char **.
10737 * dwarf2read.c (determine_prefix): Change result type
10738 from char * to const char *. All callers updated.
10739 * f-lang.c (find_common_for_function): Change type of name, funcname
10740 parameters from char * to const char *.
10741 * f-lang.c (find_common_for_function): Update.
10742 * f-valprint.c (list_all_visible_commons): Change type of funcname
10743 parameters from char * to const char *.
10744 * gdbarch.sh (static_transform_name): Change type of name parameter
10745 and result from char * to const char *.
10746 * gdbarch.c: Regenerate.
10747 * gdbarch.h: Regenerate.
10748 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
10749 of name parameter from char * to const char *.
10750 * jv-lang.c (java_primitive_type_from_name): Ditto.
10751 (java_demangled_signature_length): Similarly for signature parameter.
10752 (java_demangled_signature_copy): Ditto.
10753 (java_demangle_type_signature): Ditto.
10754 * jv-lang.h (java_primitive_type_from_name): Update.
10755 (java_demangle_type_signature): Update.
10756 * objc-lang.c (specialcmp): Change type of a,b parameters
10757 from char * to const char *.
10758 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
10759 from char * to const char *. All callers updated.
10760 * p-lang.h (is_pascal_string_type): Update.
10761 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
10762 of name parameter from char * to const char *.
10763 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
10764 * utils.c (fprintf_symbol_filtered): Ditto.
10765 * defs.h (fprintf_symbol_filtered): Update.
10766 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
10767 * stabsread.h (end_psymtab): Update.
10768 * stack.c (find_frame_funname): Change type of funname parameter
10769 from char ** to const char **.
10770 * stack.h (find_frame_funname): Update.
10771 * typeprint.c (type_print): Change type of varstring parameter
10772 from char * to const char *.
10773 * value.h (type_print): Update.
10774 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
10775 from char * to const char *. All callers updated.
10776 (xcoff_end_psymtab): Change type of include_list parameter
10777 from char ** to const char **. All callers updated.
10778 (swap_sym): Similarly for name parameter. All callers updated.
10779 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
10780 Use xstrdup.
10781 (process_coff_symbol): Use xstrdup.
10782 * stabsread.c (stabs_method_name_from_physname): Renamed from
10783 update_method_name_from_physname. Change result type from void
10784 to char *. All callers updated.
10785 (read_member_functions): In has_destructor case, store name in objfile
10786 obstack instead of malloc space. In !has_stub case, fix mem leak.
10787
5579a92e
TT
107882012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
10789
10790 * configure: Rebuild.
10791 * configure.ac: Put -L../bfd and -L../libiberty at the front of
10792 LDFLAGS.
10793
9058f767
KB
107942012-02-03 Kevin Buettner <kevinb@redhat.com>
10795
10796 * configure.tgt (rl78-*-elf): New target.
10797 * rl78-tdep.c: New file.
10798
5b37825d
PW
107992012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10800
10801 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
10802 and continue the loop. Add QUIT statement.
10803
e009ee71
TT
108042012-02-03 Tom Tromey <tromey@redhat.com>
10805
10806 PR gdb/13596:
10807 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
10808 bfd_lookup_symbol_from_symtab.
10809 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
10810 gdb_bfd_lookup_symbol_from_symtab.
10811
f7e44f65
JB
108122012-02-03 Joel Brobecker <brobecker@adacore.com>
10813
10814 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
10815 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
10816 symbol. Add assertion that sym2 is never NULL.
10817
2c02bd72
DE
108182012-02-02 Doug Evans <dje@google.com>
10819
10820 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
10821 "name" parameter to const char ** from char **. All callers updated.
10822 (find_pc_partial_function): Ditto.
10823 (cache_pc_function_name): Change type to const char * from char *.
10824 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
10825 (find_pc_partial_function): Update.
10826 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
10827 type of "name" parameter to const char * from char *.
10828 All uses updated.
10829 * arch-utils.c (generic_in_solib_return_trampoline): Change
10830 type of "name" parameter to const char * from char *.
10831 * arch-utils.h (generic_in_solib_return_trampoline): Update.
10832 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
10833 type of "name" parameter to const char * from char *.
10834 * gdbarch.sh (in_solib_return_trampoline): Ditto.
10835 * gdbarch.c: Regenerate.
10836 * gdbarch.h: Regenerate.
10837 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
10838 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
10839 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
10840 type of "name" parameter to const char * from char *.
10841 * skip.c (skip_function_pc): Ditto.
10842 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
10843 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
10844 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
10845 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
10846 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
10847 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
10848 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
10849 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
10850 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
10851
e886a173
PA
108522012-02-02 Pedro Alves <palves@redhat.com>
10853
10854 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
10855 the current inferior has no execution. Make sure the current
10856 remote process matches gdb's current inferior.
10857
c709a7c2
TT
108582012-02-02 Tom Tromey <tromey@redhat.com>
10859
10860 PR gdb/13405:
10861 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
10862 read-only memory.
10863
f149aabd
TT
108642012-02-02 Tom Tromey <tromey@redhat.com>
10865
10866 PR gdb/9307:
10867 * symtab.c (lookup_language_this): Set block_found.
10868
03bef283
TT
108692012-02-01 Tom Tromey <tromey@redhat.com>
10870
10871 PR gdb/13431:
10872 * jit.c (struct jit_inferior_data): Rewrite.
10873 (struct jit_objfile_data): New.
10874 (get_jit_objfile_data): New function.
10875 (add_objfile_entry): Update.
10876 (jit_read_descriptor): Return int. Replace descriptor_addr
10877 argument with inf_data. Update. Don't call error.
10878 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
10879 descriptor here.
10880 (jit_inferior_init): Don't look up descriptor. Don't call error.
10881 (jit_reset_inferior_data_and_breakpoints)
10882 (jit_inferior_created_observer): Remove.
10883 (jit_inferior_exit_hook): Update.
10884 (jit_executable_changed_observer): Remove.
10885 (jit_event_handler): Update.
10886 (free_objfile_data): Reset inferior data if needed.
10887 (_initialize_jit): Update.
10888
f0bbc364
TT
108892012-02-01 Tom Tromey <tromey@redhat.com>
10890
10891 * jit.c (bfd_open_from_target_memory): Move higher in file.
10892
47c1316c
TG
108932012-02-01 Tristan Gingold <gingold@adacore.com>
10894
10895 * libunwind-frame.c (libunwind_load): Display message if dlopen
10896 failed.
10897
8e704927
GB
108982012-02-01 Gary Benson <gbenson@redhat.com>
10899
09c7a31f 10900 * symtab.h (symbol_found_callback_ftype): New typedef.
8e704927
GB
10901 (iterate_over_symbols): Use the above.
10902 * symtab.c (iterate_over_symbols): Likewise.
10903 * language.h (language_defn->la_iterate_over_symbols): Likewise.
10904 * ada-lang.c (ada_iterate_over_symbols): Likewise.
10905 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
10906 (iterate_name_matcher): Document return values.
10907 (collect_one_symbol): Likewise.
10908 (collect_function_symbols): Likewise.
10909 (collect_symbols): Likewise.
10910
d9680e73
TT
109112012-02-01 Tom Tromey <tromey@redhat.com>
10912
10913 * ada-lang.c (resolve_subexp): Update.
10914 (ada_lookup_symbol_list): Add 'full_search' argument.
10915 (ada_iterate_over_symbols): Pass 0 as full_search argument to
10916 ada_lookup_symbol_list.
10917 (ada_lookup_encoded_symbol): Update.
10918 (get_var_value): Update.
10919 * ada-exp.y (block_lookup): Update.
10920 (write_var_or_type): Update.
10921 (write_name_assoc): Update.
10922 * ada-lang.h (ada_lookup_symbol_list): Update.
10923
72e1143f
TT
109242012-01-31 Tom Tromey <tromey@redhat.com>
10925
10926 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
10927 comment.
10928
ab2d2ad3
DE
109292012-01-31 Doug Evans <dje@google.com>
10930
10931 * symtab.h: Remove outdated comment.
e9111bf7 10932 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
ab2d2ad3 10933
bc884eba
JB
109342012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
10935
10936 Fix build error in Darwin port.
10937 * i386-darwin-nat.c: Include i386-nat.h.
10938
8fc3fc34
TT
109392012-01-30 Tom Tromey <tromey@redhat.com>
10940
10941 PR breakpoints/13568:
10942 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
10943 argument. Check for recursive includes.
10944 (dwarf_decode_macros): Create an include hash.
10945
5d853008
ME
109462012-01-30 Michael Eager <eager@eagercon.com>
10947
10948 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
10949 * ppc-linux-tdep.c: Include glibc-tdep.h.
ab2d2ad3 10950 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
5d853008
ME
10951 (powerpc_linux_in_plt_stub): New function.
10952 (powerpc_linux_in_dynsym_resolve_code): New function.
10953 (ppc_skip_trampoline_code): New function.
10954 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
10955 Use glibc_skip_solib_resolver.
10956
40478521
JK
109572012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10958
10959 Code cleanup: Make 1440 bytes of data segment read-only.
10960 * arch-utils.c (endian_enum): Make it const char *const [].
10961 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
10962 Likewise.
10963 * breakpoint.c (always_inserted_enums): Likewise.
10964 * cli/cli-cmds.c (script_ext_enums): Likewise.
10965 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
10966 enumlist parameter const char *const *.
10967 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
10968 const char *const *.
10969 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
10970 parameter const char *const *.
10971 * cris-tdep.c (cris_modes): Make it const char *const [].
10972 * filesystem.c (target_file_system_kinds): Likewise.
10973 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
10974 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
10975 (can_use_displaced_stepping_enum, scheduler_enums)
10976 (exec_direction_names): Likewise.
10977 * language.c (_initialize_language): Make the type_or_range_names and
10978 case_sensitive_names variables const char *const [].
10979 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
10980 * python/python.c (python_excp_enums): Likewise.
10981 * remote.c (interrupt_sequence_modes): Likewise.
10982 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
10983 * serial.c (logbase_enums): Likewise.
10984 * sh-tdep.c (sh_cc_enum): Likewise.
10985 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
10986 Likewise.
10987 * symtab.c (multiple_symbols_modes): Likewise.
10988 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
10989 Likewise.
10990 * utils.c (internal_problem_modes): Likewise.
10991
b3b8b934
JK
109922012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10993
10994 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
10995 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
10996 result.
10997
8c85a4e2
DE
109982012-01-27 Doug Evans <dje@google.com>
10999
11000 * configure.ac (with_python): Fix absolute path handling for win32.
11001 * configure: Regenerate.
11002
78d8b4d7
DE
110032012-01-26 Doug Evans <dje@google.com>
11004
eca864fe
DE
11005 * symtab.c: Whitespace cleanup, no code changes.
11006
7e082072
DE
11007 * symtab.c (lookup_symbol_in_language): Improve comment.
11008 (lookup_symbol_aux): Fix comment.
11009
7dc25483
DE
11010 * psymtab.c (add_psymbol_to_list): Result is now "void".
11011 * psympriv.h (add_psymbol_to_list): Update.
11012
78d8b4d7
DE
11013 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
11014
4c63965b
JK
110152012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11016
11017 Do not open script filenames twice.
11018 * cli/cli-cmds.c (source_script_from_stream): Pass to
11019 source_python_script also STREAM.
11020 * python/py-auto-load.c (source_section_scripts): Pass to
11021 source_python_script_for_objfile also STREAM.
11022 (auto_load_objfile_script): Pass to source_python_script_for_objfile
11023 also INPUT.
11024 * python/python-internal.h (source_python_script_for_objfile): New
11025 parameter file, rename parameter file to filename.
11026 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
11027 instead if !_WIN32. Update the function comment.
11028 (source_python_script, source_python_script_for_objfile)
11029 (source_python_script): New parameter file, rename parameter file to
11030 filename. Pass FILENAME to python_run_simple_file.
11031 * python/python.h (source_python_script): New parameter file, rename
11032 parameter file to filename.
11033
88f38a04
PA
110342012-01-26 Pedro Alves <palves@redhat.com>
11035
11036 * corelow.c (core_has_fake_pid): Delete.
11037 (core_close): Delete references to `core_has_fake_pid'.
11038 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
11039 (core_open): Delete references to `core_has_fake_pid'.
11040 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
11041 the removed global.
11042
e078317b
JB
110432012-01-26 Joel Brobecker <brobecker@adacore.com>
11044
11045 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
11046 Remove language parameter from name_matcher. Adjust the comment.
11047 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
11048 Remove language parameter.
11049 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
11050 * linespec.c (iterate_name_matcher): Likewise.
11051 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
11052 name_matcher. Adjust call accordingly.
11053 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
11054 (maintenance_check_symtabs): Adjust type of parameter "fun".
11055 * psymtab.h (maintenance_check_symtabs): Likewise.
11056
74ccd7f5
JB
110572012-01-26 Joel Brobecker <brobecker@adacore.com>
11058
11059 * language.h (symbol_name_match_p_ftype): New typedef.
11060 (struct language_defn): Replace field la_symbol_name_compare
11061 by la_get_symbol_name_match_p.
11062 * ada-lang.c (ada_get_symbol_name_match_p): New function.
11063 (ada_language_defn): Use it.
11064 * linespec.c (struct symbol_matcher_data): New type.
11065 (iterate_name_matcher): Rewrite.
11066 (iterate_over_all_matching_symtabs): Pass a pointer to
11067 a symbol_matcher_data struct to expand_symtabs_matching
11068 instead of just the lookup name.
11069 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
11070 opencl-lang.c, p-lang.c, language.c: Delete field
11071 la_symbol_name_compare, and replace by NULL for new field
11072 la_get_symbol_name_match_p.
11073 * symfile.h (struct quick_symbol_functions): Update comment.
11074
5d268276
TT
110752012-01-25 Tom Tromey <tromey@redhat.com>
11076
11077 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
11078 dereferencing.
11079
edcc5120
TT
110802012-01-24 Tom Tromey <tromey@redhat.com>
11081
11082 PR symtab/12406:
11083 * solib.c (update_solib_list): Update the program space's
11084 added_solibs and deleted_solibs fields.
11085 * progspace.h (struct program_space) <added_solibs,
11086 deleted_solibs>: New fields.
11087 (clear_program_space_solib_cache): Declare.
11088 * progspace.c (release_program_space): Call
11089 clear_program_space_solib_cache.
11090 (clear_program_space_solib_cache): New function.
11091 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
11092 bpstat_stop_status. Use handle_solib_event.
11093 * breakpoint.c: Include gdb_regex.h.
11094 (print_solib_event): New function.
11095 (bpstat_print): Use print_solib_event.
11096 (bpstat_stop_status): Add special case for bp_shlib_event.
11097 (handle_solib_event): New function.
11098 (bpstat_what): Use handle_solib_event.
11099 (struct solib_catchpoint): New.
11100 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
11101 (breakpoint_hit_catch_solib, check_status_catch_solib)
11102 (print_it_catch_solib, print_one_catch_solib)
11103 (print_mention_catch_solib, print_recreate_catch_solib): New
11104 functions.
11105 (catch_solib_breakpoint_ops): New global.
11106 (catch_load_or_unload, catch_load_command_1)
11107 (catch_unload_command_1): New functions.
11108 (internal_bkpt_check_status): Add special case for
11109 bp_shlib_event.
11110 (internal_bkpt_print_it): Use print_solib_event.
11111 (initialize_breakpoint_ops): Initialize
11112 catch_solib_breakpoint_ops.
11113 (_initialize_breakpoint): Register "catch load" and "catch
11114 unload".
11115 * breakpoint.h (handle_solib_event): Declare.
11116 * NEWS: Add entry for "catch load" and "catch unload".
11117
fa864999
TT
111182012-01-24 Tom Tromey <tromey@redhat.com>
11119
11120 * ada-lang.c: Include gdb_vecs.h.
11121 * charset.c: Include gdb_vecs.h.
11122 * tracepoint.h: Include gdb_vecs.h.
11123 * gdb_vecs.h: New file.
11124
f90263c1
TT
111252012-01-24 Pedro Alves <pedro@codesourcery.com>
11126
11127 * breakpoint.c (breakpoint_hit_catch_fork)
11128 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
11129 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
11130 * infrun.c (inferior_has_forked, inferior_has_vforked)
11131 (inferior_has_execd, inferior_has_called_syscall): Delete.
11132 (handle_syscall_event): Get syscall_number from the execution
11133 control state's wait status.
11134 (wait_for_inferior): Don't clear syscall_number.
11135
09ac7c10
TT
111362012-01-24 Pedro Alves <palves@redhat.com>
11137
11138 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
11139 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
11140 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
11141 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
11142 `ws' parameter.
11143 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
11144 false for events other than TARGET_SIGNAL_TRAP.
11145 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
11146 Add `ws' parameter.
11147 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
11148 events other than TARGET_SIGNAL_TRAP.
11149 (tracepoint_breakpoint_hit): Add `ws' parameter.
11150 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
11151 parameter.
11152 (bpstat_stop_status): Same.
11153 (pc_at_non_inline_function): Same.
11154 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
11155 to pass the current event's waitstatus to bpstat_stop_status
11156 and pc_at_non_inline_function.
11157
86eb7e95
JK
111582012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11159
11160 Code cleanup.
11161 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
11162 Update the function comment for it.
11163 (source_script_with_search): Call make_cleanup_fclose for STREAM.
11164 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
11165 for STREAM.
11166
a9b3a50f
PA
111672012-01-24 Pedro Alves <palves@redhat.com>
11168
11169 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
11170 outside `bs->stop' block.
11171 (bpstat_what): Rework bp_shlib_event handling.
11172 (internal_bkpt_check_status): If the breakpoint is a
11173 bp_shlib_event, then set bs->stop and bs->print if
11174 stop_on_solib_events is set.
11175
53fe1783
GB
111762012-01-24 Gary Benson <gbenson@redhat.com>
11177
11178 Delete #if 0'd out code.
11179 * stack.c (print_frame_label_vars): Remove.
11180 (catch_info): Likewise.
11181 (_initialize_stack): Remove "info catch" command.
11182 * NEWS: Mention the above.
11183
49c62f2e
PA
111842012-01-24 Pedro Alves <palves@redhat.com>
11185
11186 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
11187 it.
11188 (remote_notice_new_inferior): If the remote end doesn't support
11189 the multiprocess extensions, then the PID is fake.
11190 (add_current_inferior_and_thread): New.
11191 (remote_start_remote): Use it.
11192 (extended_remote_attach_1): Adjust.
11193 (extended_remote_create_inferior_1): Use
11194 add_current_inferior_and_thread.
11195
d0d8b0c6
JK
111962012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11197
11198 Fix watchpoints to be specific for each inferior.
11199 * breakpoint.c (watchpoint_in_thread_scope): Verify also
11200 current_program_space.
11201 * i386-nat.c (i386_inferior_data_cleanup): New.
11202 (i386_inferior_data_get): Replace variable inf_data_local by an
11203 inferior_data call.
11204 (i386_use_watchpoints): Initialize i386_inferior_data.
11205 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
11206 specific iterate_over_lwps.
11207
4403d8e9
JK
112082012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11209
11210 Fix watchpoints across inferior fork.
11211 * amd64-linux-nat.c (update_debug_registers_callback): Update the
11212 comment for linux_nat_iterate_watchpoint_lwps.
11213 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11214 linux_nat_iterate_watchpoint_lwps.
11215 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
11216 * i386-linux-nat.c (update_debug_registers_callback): Update the
11217 comment for linux_nat_iterate_watchpoint_lwps.
11218 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
11219 linux_nat_iterate_watchpoint_lwps.
11220 (i386_linux_prepare_to_resume): New comment on Linux kernel.
11221 * i386-nat.c: Include inferior.h.
11222 (dr_mirror): Remove.
11223 (i386_inferior_data, struct i386_inferior_data)
11224 (i386_inferior_data_get): New.
11225 (i386_debug_reg_state): Use i386_inferior_data_get.
11226 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
11227 (i386_insert_watchpoint, i386_remove_watchpoint)
11228 (i386_stopped_data_address, i386_insert_hw_breakpoint)
11229 (i386_remove_hw_breakpoint): New variable state, use
11230 i386_debug_reg_state instead of DR_MIRROR.
11231 * linux-nat.c (delete_lwp): New declaration.
11232 (num_lwps): Move here from downwards.
11233 (delete_lwp_cleanup): New.
11234 (linux_child_follow_fork): Create new child_lp, call
11235 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
11236 PTRACE_DETACH.
11237 (num_lwps): Move upwards.
11238 (linux_nat_iterate_watchpoint_lwps): New.
11239 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
11240 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
11241
2992c9a7 112422012-01-24 Joel Brobecker <brobecker@adacore.com>
11243
11244 GDB 7.4 released.
11245
e360902b
PA
112462012-01-23 Pedro Alves <palves@redhat.com>
11247
11248 * top.c (caution): Rename to ...
11249 (confirm): ... this.
11250 (show_caution): Rename to ...
11251 (show_confirm): ... this.
11252 (quit_cover): Adjust.
11253 (init_main): Adjust.
11254 * top.h (caution): Rename to ...
11255 (confirm): ... this.
11256 * utils.c (internal_vproblem, defaulted_query): Adjust.
11257
050a2e1d
PA
112582012-01-23 Pedro Alves <palves@redhat.com>
11259
11260 * top.c (caution): Update comment.
11261 (execute_command): Don't consider the current value of `caution'.
11262
77a35dd8
JK
112632012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11264
11265 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
11266
a71b5a38
UW
112672012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
11268
11269 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11270 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
11271 * target.c (target_fileio_pwrite): Remove buffer address from
11272 debug output.
11273 (target_fileio_pread): Likewise.
11274
d99bd577
UW
112752012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11276
11277 * NEWS: Document remote "info proc" and "generate-core-file".
11278
35c2fab7
UW
112792012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11280
11281 * gdbarch.sh (find_memory_regions): New callback.
11282 * gdbarch.c, gdbarch.h: Regenerate.
11283
11284 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
11285 callback before falling back to target method.
11286
11287 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
11288 (linux_target_install_ops): No longer install it.
11289
11290 * linux-tdep.c (linux_find_memory_regions): New function.
11291 (linux_init_abi): Install it.
11292
6432734d
UW
112932012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11294
11295 * gdbarch.sh (make_corefile_notes): New architecture callback.
11296 * gdbarch.c: Regenerate.
11297 * gdbarch.h: Likewise.
11298
11299 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
11300 before target_make_corefile_notes. If NULL is returned, the
11301 target does not support core file generation.
11302
11303 * linux-nat.c: Include "linux-tdep.h".
11304 (find_signalled_thread, find_stop_signal): Remove.
11305 (linux_nat_do_thread_registers): Likewise.
11306 (struct linux_nat_corefile_thread_data): Likewise.
11307 (linux_nat_corefile_thread_callback): Likewise.
11308 (iterate_over_spus): Likewise.
11309 (struct linux_spu_corefile_data): Likewise.
11310 (linux_spu_corefile_callback): Likewise.
11311 (linux_spu_make_corefile_notes): Likewise.
11312 (linux_nat_collect_thread_registers): New function.
11313 (linux_nat_make_corefile_notes): Replace contents by call to
11314 linux_make_corefile_notes passing linux_nat_collect_thread_registers
11315 as native-only callback.
11316
11317 * linux-tdep.h: Include "bfd.h".
11318 (struct regcache): Add forward declaration.
11319 (linux_collect_thread_registers_ftype): New typedef.
11320 (linux_make_corefile_notes): Add prototype.
11321 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
11322 "regset.h", and "elf-bfd.h".
11323 (find_signalled_thread, find_stop_signal): New functions.
11324 (linux_spu_make_corefile_notes): Likewise.
11325 (linux_collect_thread_registers): Likewise.
11326 (struct linux_corefile_thread_data): New data structure.
11327 (linux_corefile_thread_callback): New funcion.
11328 (linux_make_corefile_notes): Likewise.
11329 (linux_make_corefile_notes_1): Likewise.
11330 (linux_init_abi): Install it.
11331
3030c96e
UW
113322012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11333
11334 * gdbarch.sh (info_proc): New callback.
11335 * gdbarch.c, gdbarch.h: Regenerate.
11336
11337 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
11338 before falling back to the target info_proc callback.
11339
11340 * linux-nat.c: Do not include "cli/cli-utils.h".
11341 (linux_nat_info_proc): Remove.
11342 (linux_target_install_ops): No longer install it.
11343
11344 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
11345 (read_mapping): New function.
11346 (linux_info_proc): Likewise.
11347 (linux_init_abi): Install it.
11348
145b16a9
UW
113492012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11350
11351 * defs.h (enum info_proc_what): Moved here from linux-nat.c
11352 * infcmd.c: (info_proc_cmd_1): New function.
11353 (info_proc_cmd): New function, moved here from equivalent routine
11354 orignally in linux-nat.c.
11355 (info_proc_cmd_mappings): Likewise.
11356 (info_proc_cmd_stat): Likewise.
11357 (info_proc_cmd_status): Likewise.
11358 (info_proc_cmd_cwd): Likewise.
11359 (info_proc_cmd_cmdline): Likewise.
11360 (info_proc_cmd_exe): Likewise.
11361 (info_proc_cmd_all): Likewise.
11362 (_initialize_infcmd): Install "info proc" command and subcommands.
11363
11364 * target.h (struct target_ops): Add to_info_proc.
11365 (target_info_proc): Add prototype.
11366 * target.c (target_info_proc): New function.
11367
11368 * procfs.c (procfs_info_proc): Add prototype.
11369 (info_proc_cmd): Rename into ...
11370 (procfs_info_proc): ... this. Update argument types as appropriate
11371 for a to_info_proc implementation. Handle "what" argument.
11372 (procfs_target): Install procfs_info_proc.
11373 (_initialize_procfs): No longer install "info proc" command.
11374
11375 * linux-nat.c: (enum info_proc_what): Remove.
11376 (linux_nat_info_proc_cmd_1): Rename into ...
11377 (linux_nat_info_proc): ... this. Update argument types as appropriate
11378 for a to_info_proc implementation.
11379 (linux_nat_info_proc_cmd): Remove.
11380 (linux_nat_info_proc_cmd_mappings): Likewise.
11381 (linux_nat_info_proc_cmd_stat): Likewise.
11382 (linux_nat_info_proc_cmd_status): Likewise.
11383 (linux_nat_info_proc_cmd_cwd): Likewise.
11384 (linux_nat_info_proc_cmd_cmdline): Likewise.
11385 (linux_nat_info_proc_cmd_exe): Likewise.
11386 (linux_nat_info_proc_cmd_all): Likewise.
11387 (linux_target_install_ops): Install linux_nat_info_proc.
11388 (_initialize_linux_nat): No longer install "info proc" command
11389 and subcommands.
11390
b9e7b9c3
UW
113912012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11392
11393 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
11394 * config.in, configure: Regenerate.
11395
11396 * target.h (struct target_ops): Add to_fileio_readlink.
11397 (target_fileio_readlink): Add prototype.
11398 * target.c (target_fileio_readlink): New function.
11399
11400 * inf-child.c: Conditionally include <sys/param.h>.
11401 (inf_child_fileio_readlink): New function.
11402 (inf_child_target): Install it.
11403
11404 * remote.c (PACKET_vFile_readlink): New enum value.
11405 (remote_hostio_readlink): New function.
11406 (init_remote_ops): Install it.
11407 (_initialize_remote): Handle vFile:readlink packet type.
11408
7313baad
UW
114092012-01-20 Pedro Alves <palves@redhat.com>
11410 Ulrich Weigand <ulrich.weigand@linaro.org>
11411
11412 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
11413 * config.in, configure: Regenerate.
11414
11415 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
11416 to_fileio_pread, to_fileio_close, to_fileio_unlink.
11417 (target_fileio_open): Add prototype.
11418 (target_fileio_pwrite): Likewise.
11419 (target_fileio_pread): Likewise.
11420 (target_fileio_close): Likewise.
11421 (target_fileio_unlink): Likewise.
11422 (target_fileio_read_alloc): Likewise.
11423 (target_fileio_read_stralloc): Likewise.
11424
11425 * target.c: Include "gdb/fileio.h".
11426 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
11427 (default_fileio_target): New function.
11428 (target_fileio_open): Likewise.
11429 (target_fileio_pwrite): Likewise.
11430 (target_fileio_pread): Likewise.
11431 (target_fileio_close): Likewise.
11432 (target_fileio_unlink): Likewise.
11433 (target_fileio_close_cleanup): Likewise.
11434 (target_fileio_read_alloc_1): Likewise.
11435 (target_fileio_read_alloc): Likewise.
11436 (target_fileio_read_stralloc): Likewise.
11437
11438 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
11439 <fcntl.h>, and <unistd.h>.
11440 (inf_child_fileio_open_flags_to_host): New function.
11441 (inf_child_errno_to_fileio_error): Likewise.
11442 (inf_child_fileio_open): Likewise.
11443 (inf_child_fileio_pwrite): Likewise.
11444 (inf_child_fileio_pread): Likewise.
11445 (inf_child_fileio_close): Likewise.
11446 (inf_child_fileio_unlink): Likewise.
11447 (inf_child_target): Install to_fileio routines.
11448
11449 * remote.c (init_remote_ops): Install to_fileio routines.
11450
901f9912
UW
114512012-01-20 Pedro Alves <palves@redhat.com>
11452 Ulrich Weigand <ulrich.weigand@linaro.org>
11453
11454 * remote.c (remote_multi_process_p): Only check for multi-process
11455 protocol feature, do not check for extended protocol.
11456 (remote_supports_multi_process): Check for extended protocol here.
11457 (set_general_process): Likewise.
11458 (extended_remote_kill): Likewise.
11459 (remote_pid_to_str): Likewise.
11460 (remote_query_supported): Always query multiprocess mode.
11461
e714e1bf
UW
114622012-01-20 Pedro Alves <palves@redhat.com>
11463 Ulrich Weigand <ulrich.weigand@linaro.org>
11464
11465 * inferior.h (struct inferior): Add fake_pid_p.
11466 * inferior.c (exit_inferior_1): Clear fake_pid_p.
11467 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
11468 magic_null_ptid since the remote side doesn't provide a real PID.
11469
50897289
TT
114702012-01-19 Tom Tromey <tromey@redhat.com>
11471
11472 * NEWS: Combine the two Python sections.
11473
1afc2033
JK
114742012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11475
11476 * target.h (target_close): Update comment on the target's unpush state.
11477
305436e0
PA
114782012-01-19 Pedro Alves <palves@redhat.com>
11479
11480 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
11481 linux_nat_async directly instead of going through the target
11482 vector.
11483 * target.c (unpush_target): Close target after unpushing it, not
11484 before.
11485
49323895
GB
114862012-01-19 Gary Benson <gbenson@redhat.com>
11487
11488 * mdebugread.c (sort_blocks): Replace integer constants with ones
11489 derived from FIRST_LOCAL_BLOCK.
11490
1db33378
PP
114912012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
11492 Jan Kratochvil <jan.kratochvil@redhat.com>
11493
11494 PR gdb/9538
11495 * symfile.c (find_separate_debug_file): New function.
11496 (terminate_after_last_dir_separator): Likewise.
11497 (find_separate_debug_file_by_debuglink): Also try realpath.
11498 * configure.ac (AC_CHECK_FUNCS): Add lstat.
11499 * configure: Regenerate.
11500 * config.in: Regenerate.
11501
f83d8a90
DE
115022012-01-18 Doug Evans <dje@google.com>
11503
11504 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
11505 (main.o): Remove rule.
11506 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
11507 (--with-sysroot): Rewrite.
11508 * configure: Regenerate.
11509 * config.in: Regenerate.
11510
2dbca4d6
SDJ
115112012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
11512
11513 * parse.c (initialize_expout): New function.
11514 (reallocate_expout): Likewise.
11515 (parse_exp_in_context): Use `initialize_expout' and
11516 `reallocate_expout' when appropriate.
11517
0695b514
PA
115182012-01-18 Pedro Alves <palves@redhat.com>
11519
11520 * record.c (struct record_breakpoint, record_breakpoint_p)
11521 (record_breakpoints): New.
11522 (record_insert_breakpoint, record_remove_breakpoint): Manage
11523 record breakpoints list. Only remove breakpoints from the
11524 inferior if they had been inserted there in the first place.
11525
136e1c30
DE
115262012-01-17 Doug Evans <dje@google.com>
11527
11528 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
11529 if we know we don't have a file name to look for.
11530
c0bf857d
PA
115312012-01-17 Pedro Alves <palves@redhat.com>
11532
11533 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
11534 the frame's stop reason is UNWIND_UNAVAILABLE.
11535
b486de60
JK
115362012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11537
11538 Fix compilation error.
11539 * m2-exp.y (yyerror): Use ANSI C prototype.
11540
d04550a6
SDJ
115412012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
11542
11543 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
11544 (growbuf_by_size): Likewise.
11545 (yyerror): Likewise.
11546 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
11547 (modblock): Remove variable (was #if 0'ed).
11548 (parse_number): Convert prototype from K&R to ANSI C.
11549 (yyerror): Likewise.
11550 * objc-exp.y (parse_number): Likewise.
11551 (yyerror): Likewise.
11552 (yylex): Remove #if 0'ed code.
11553 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
11554 (yyerror): Likewise.
11555
4aac40c8
TT
115562012-01-16 Tom Tromey <tromey@redhat.com>
11557
11558 * NEWS: Add item.
11559 * symtab.h (compare_filenames_for_search): Declare.
11560 * symtab.c (compare_filenames_for_search): New function.
11561 (iterate_over_some_symtabs): Use it.
11562 * symfile.h (struct quick_symbol_functions)
11563 <map_symtabs_matching_filename>: Change spec.
11564 * psymtab.c (partial_map_symtabs_matching_filename): Use
11565 compare_filenames_for_search. Update for new spec.
11566 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
11567 compare_filenames_for_search. Update for new spec.
11568 * breakpoint.c (clear_command): Use compare_filenames_for_search.
11569
cafec441
TT
115702012-01-16 Tom Tromey <tromey@redhat.com>
11571
11572 PR python/13281:
11573 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
11574 (struct main_type) <flag_flag_enum>: New field.
11575 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
11576 * NEWS: Add entries.
11577 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
11578 enums.
11579 * python/lib/gdb/printing.py (_EnumInstance): New class.
11580 (FlagEnumerationPrinter): Likewise.
11581
983af33b
SDJ
115822012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
11583
11584 * breakpoint.c (create_sals_from_address_default): New function.
11585 (create_breakpoints_sal_default): Likewise.
11586 (decode_linespec_default): Likewise.
11587 (is_marker_spec): Removed.
11588 (strace_marker_p): New function.
11589 (init_breakpoint_sal): Using `strace_marker_p' instead of
11590 `is_marker_spec'.
11591 (create_breakpoint): Call method `create_sals_from_address' from
11592 breakpoint_ops, replacing code that created SALs conditionally
11593 on the type of the breakpoint. Call method `create_breakpoints_sal',
11594 replacing code that created breakpoints conditionally on the type
11595 wanted.
11596 (base_breakpoint_create_sals_from_address): New function.
11597 (base_breakpoint_create_breakpoints_sal): Likewise.
11598 (base_breakpoint_decode_linespec): Likewise.
11599 (base_breakpoint_ops): Add methods
11600 `base_breakpoint_create_sals_from_address',
11601 `base_breakpoint_create_breakpoints_sal' and
11602 `base_breakpoint_decode_linespec'.
11603 (bkpt_create_sals_from_address): New function.
11604 (bkpt_create_breakpoints_sal): Likewise.
11605 (bkpt_decode_linespec): Likewise.
11606 (tracepoint_create_sals_from_address): Likewise.
11607 (tracepoint_create_breakpoints_sal): Likewise.
11608 (tracepoint_decode_linespec): Likewise.
11609 (strace_marker_create_sals_from_address): Likewise.
11610 (strace_marker_create_breakpoints_sal): Likewise.
11611 (strace_marker_decode_linespec): Likewise.
11612 (strace_marker_breakpoint_ops): New variable.
11613 (addr_string_to_sals): Remove `marker_spec'. Call method
11614 `decode_linespec' from breakpoint_ops, replacing code that decoded
11615 an address string into a SAL. Use `strace_marker_p' instead of
11616 `marker_spec'.
11617 (strace_command): Decide whether we are dealing with a static
11618 tracepoint with marker or not. Use the appropriate breakpoint_ops.
11619 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
11620 * breakpoint.h (linespec_result, linespec_sals): New forward
11621 declarations.
11622 (breakpoint_ops) <create_sals_from_address>,
11623 <create_breakpoints_sal>, <decode_linespec>: New methods.
11624
4795f398
DE
116252012-01-14 Doug Evans <dje@google.com>
11626
11627 * NEWS: Update text for "maint set python print-stack".
11628 It is deprecated in gdb 7.4 and deleted in 7.5.
11629
ee5106fe
EZ
116302012-01-13 Eli Zaretskii <eliz@gnu.org>
11631
11632 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
11633 including curses.h.
11634
b161e06f
JK
116352012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11636
11637 * configure: Regenerate.
11638 * config.in: Regenerate.
11639
85254831
KS
116402012-01-12 Keith Seitz <keiths@redhat.com>
11641
11642 PR mi/10586
11643 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
11644 (ANONYMOUS_UNION_NAME): Define.
11645 (is_path_expr_parent): New function.
11646 (get_path_expr_parent): New function.
11647 (is_anonymous_child): New function.
11648 (create_child_with_value): If the child is anonymous and without
11649 a name, assign an object name to it.
11650 (c_describe_child): Use get_path_expr_parent to determine
11651 the parent expression.
11652 If there field represents an anonymous struct or union and
11653 has no name, set an appropriate display name and expression.
11654 (cplus_describe_child): Likewise.
11655
620fa63a
PA
116562012-01-12 Pedro Alves <palves@redhat.com>
11657
11658 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
11659 available when %ebp is found to be zero (outermost).
11660
2efa2c79
AT
116612012-01-11 Andreas Tobler <andreast@fgznet.ch>
11662
11663 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
11664 an internal gdb_static_assert.
11665 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
11666
88e7d25d
TT
116672012-01-11 Tom Tromey <tromey@redhat.com>
11668
11669 PR gdb/9598:
11670 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
11671 catch" and "catch throw".
11672
72384ba3
PH
116732012-01-11 Paul Hilfinger <hilfingr@adacore.com>
11674
11675 * blockframe.c (block_innermost_frame): Start search from selected
11676 frame, if present, or otherwise the current frame.
11677
11678 * c-exp.y (variable): Update innermost_block for
11679 'block COLONCOLON NAME' clause.
11680 * m2-exp.y (variable): Ditto.
11681 * objc-exp.y (variable): Ditto.
11682
065a711f
TT
116832012-01-10 Tom Tromey <tromey@redhat.com>
11684
11685 PR python/13199:
11686 * python/python.c (finish_python_initialization): Set sys.argv.
11687
f3f5162e
DE
116882012-01-10 Doug Evans <dje@google.com>
11689
11690 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
11691 "want_line_info". All callers updated.
11692 (dwarf_decode_lines_1): New function.
11693 (handle_DW_AT_stmt_list): Add function comment.
11694 New arg "want_line_info". All callers updated.
11695 (read_file_scope,read_type_unit_scope): Move comment from
11696 handle_DW_AT_stmt_list to here.
11697
9934703b
JK
116982012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11699
11700 Fix regression after libiberty/ update for GCC PR 6057 and others.
11701 * c-exp.y (operator) <OPERATOR DELETE>
11702 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11703 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
11704 (make_builtin_type, make_name): New variable i, add gdb_assert.
11705 (operator) <OPERATOR NEW>: Update ARGS to 3.
11706 (operator) <OPERATOR DELETE>: Add trailing space.
11707 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
11708 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11709 * cp-support.c (cp_canonicalize_string): Check NULL from
11710 cp_comp_to_string, call warning and return.
11711
06b9f45f
JK
117122012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11713
11714 Fix duplicate .o files after omitting libbfd.a.
11715 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
11716 (SFILES): Add corelow.c.
11717 (COMMON_OBS): Add corelow.o.
11718 (ALLDEPFILES): Remove corelow.c.
11719 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
11720 * config/alpha/alpha-osf3.mh: Likewise.
11721 * config/alpha/fbsd.mh: Likewise.
11722 * config/arm/nbsdaout.mh: Likewise.
11723 * config/arm/nbsdelf.mh: Likewise.
11724 * config/i386/i386gnu.mh: Likewise.
11725 * config/ia64/hpux.mh: Likewise.
11726 * config/ia64/linux.mh: Likewise.
11727 * config/m32r/linux.mh: Likewise.
11728 * config/m68k/linux.mh: Likewise.
11729 * config/mips/irix5.mh: Likewise.
11730 * config/mips/irix6.mh: Likewise.
11731 * config/pa/hpux.mh: Likewise.
11732 * config/pa/linux.mh: Likewise.
11733 * config/powerpc/aix.mh: Likewise.
11734 * config/sparc/linux.mh: Likewise.
11735 * config/sparc/linux64.mh: Likewise.
11736 * config/sparc/sol2.mh: Likewise.
11737 * config/vax/vax.mh: Likewise.
11738 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
11739 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
11740 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
11741 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
11742 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
11743 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
11744 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
11745 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
11746 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
11747 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
11748 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
11749 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
11750 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11751 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
11752 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
11753 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11754 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
11755 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
11756 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
11757 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
11758 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
11759 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
11760 corelow.o from gdb_target_obs.
11761 * corefile.c (core_target): Update the comment on NULL value.
11762 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
11763 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
11764 MATCHES. Drop YUMMY set on NULL.
11765 (core_close): Do not call exit_inferior_silent on zero PID. Do not
11766 reclaim CORE_DATA if it is already NULL.
11767
34365054
DE
117682012-01-09 Doug Evans <dje@google.com>
11769
11770 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
11771 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
11772
696166a3
KS
117732012-01-09 Keith Seitz <keiths@redhat.com>
11774
11775 * breakpoint.c (wrapper.h): Don't include.
11776
8e7b59a5
KS
117772012-01-09 Keith Seitz <keiths@redhat.com>
11778
11779 * Makefile.in (SFILES): Remove wrapper.c.
11780 (HFILES_NO_SRCDIR): Remove wrapper.h.
11781 (COMMON_OBS): Remove wrapper.o.
11782 * cli/cli-interp.c: Don't inlude wrapper.h.
11783 * corelow.c: Likewise.
11784 (core_open): Replace gdb_target_find_new_threads with
11785 TRY_CATCH around target_find_new_threads.
11786 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
11787 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
11788 * varobj.c (varobj_create): Likewise for parse_exp_1 and
11789 evaluate_expression.
11790 (varobj_set_value): Likewise for evaluate_expression and
11791 value_assign.
11792 (install_new_variable): Likewise for value_fetch_lazy.
11793 (adjust_value_for_child_access): Likewise for value_ind.
11794 (c_describe_child): Likewise for value_subscript and
11795 value_ind.
11796 (c_value_of_root): Likewise for evaluate_expression.
11797 * wrapper.c: Remove.
11798 * wrapper.h: Remove.
11799
1a4eeb98
DE
118002012-01-09 Doug Evans <dje@google.com>
11801
9ff913ba
DE
11802 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
11803 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
11804 "abfd" args with "section". All callers updated.
11805 Error checking code moved ...
11806 (error_check_comp_unit_head): ... here. New function.
11807 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
11808 Delete arg "abfd". New arg "type_offset". All callers updated.
11809 (create_debug_types_hash_table): Simplify by using
11810 read_and_check_type_unit_head.
11811
1a4eeb98
DE
11812 * parser-defs.h (namecopy): Delete.
11813 * parse.c (namecopy, namecopy_size): Move into copy_name.
11814
2e6af8c0
JK
118152012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11816
11817 Partially fix duplicate .o files after omitting libbfd.a.
11818 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
11819 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11820 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
11821 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11822 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
11823 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
11824 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11825
9f2f828a
PA
118262012-01-09 Pedro Alves <palves@redhat.com>
11827
11828 * MAINTAINERS: Update my email address.
11829
4d72c0bc
DE
118302012-01-08 Doug Evans <dje@google.com>
11831
d467dd73
DE
11832 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
11833 n_type_units. Rename type_comp_units to all_type_units.
11834 All uses updated.
11835 (add_signatured_type_cu_to_table): Renamed from
11836 add_signatured_type_cu_to_list. All callers updated.
11837
4d72c0bc
DE
11838 * gdbtypes.h (struct cplus_struct_type): Delete member
11839 nfn_fields_total. All uses removed.
11840
21b2bd31
DE
118412012-01-06 Doug Evans <dje@google.com>
11842
11843 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
11844 to top of file.
11845 (dwarf2_find_comp_unit): Delete.
11846 (process_psymtab_comp_unit): Make result "void".
11847 Delete args buffer, info_ptr, buffer_size, and replace with
11848 "section". All callers updated.
11849 (dwarf2_build_psymtabs_hard): Simplify.
11850
bfd189b1
SDJ
118512012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
11852 Thiago Jung Bauermann <bauerman@br.ibm.com>
11853
11854 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
11855 before `struct gdb_exception'.
11856 * breakpoint.c (update_global_location_list_nothrow)
11857 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
11858 * cp-abi.c (value_rtti_type): Likewise.
11859 * cp-support.c (cp_validate_operator): Likewise.
11860 * infrun.c (insert_exception_resume_breakpoint)
11861 (check_exception_resume, keep_going): Likewise.
11862 * mi-interp.c (mi_breakpoint_created)
11863 (mi_breakpoint_modified): Likewise.
11864 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
11865 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
11866 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
11867
6b07635f
DE
118682012-01-05 Doug Evans <dje@google.com>
11869
0b30b85c
DE
11870 * dwarf2read.c (statement_prologue): Delete, unused.
11871
98714339
DE
11872 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
11873 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
11874
6b07635f
DE
11875 * dwarf2read.c (comp_unit_header): Delete, unused.
11876
761f4555
UW
118772012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
11878
11879 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
11880 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
11881
2ca0b532
PA
118822012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
11883
11884 * infrun.c (normal_stop): Don't skip calling the normal_stop
11885 observers if the thread was doing a multi-step, but stopped for
11886 some reason other than stepping.
11887
50aeff07
PA
118882012-01-05 Pedro Alves <alves.ped@gmail.com>
11889
11890 * cli/cli-decode.h: Add comments.
11891 (CMD_LIST_AMBIGUOUS): Moved to command.h
11892 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
11893 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
11894 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
11895 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
11896 (add_com, add_com_alias, add_info, add_info_alias)
11897 (complete_on_cmdlist, complete_on_enum, help_list): Remove
11898 declarations.
11899 * command.h: Add and adjust comments.
11900 (CMD_LIST_AMBIGUOUS): Moved here.
11901 (help_cmd, help_cmd_list): Delete declarations.
11902
5953832c
DE
119032012-01-04 Doug Evans <dje@google.com>
11904
e5fe5e75
DE
11905 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
11906 All callers updated.
11907 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
11908 Replace all arguments with "per_cu". All callers updated.
11909
28dee7f5
DE
11910 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
11911
23745b47
DE
11912 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
11913 New arg "per_cu". All callers updated.
11914
5953832c
DE
11915 Delete #if 0'd out code.
11916 * language.c (binop_result_type): Delete.
11917 (simple_type, ordered_type, same_type, integral_type): Delete.
11918 (numeric_type, character_type, string_type, boolean_type): Delete.
11919 (float_type, structured_type): Delete.
11920 * language.h: Update.
11921
0f5b7562
TT
119222012-01-04 Tom Tromey <tromey@redhat.com>
11923
11924 * python/py-value.c (valpy_binop): Initialize 'res_val'.
11925
78218f56
JB
119262012-01-04 Joel Brobecker <brobecker@adacore.com>
11927
11928 * corefile.c (close_exec_file): Delete.
11929 (reopen_exec_file): Remove commented out code that seems related
11930 to close_exec_file, which is being deleted here.
11931 * inferior.h (close_exec_file): Delete.
11932 * fork-child.c (fork_inferior): Remove call to fork_inferior.
11933
0fcd72ba
JB
119342012-01-04 Joel Brobecker <brobecker@adacore.com>
11935
11936 * ada-lang.c: #include "cli/cli-utils.h".
11937 (get_selections): Use skip_spaces.
11938 (ada_get_next_arg): Use skip_spaces and skip_to_space.
11939 (catch_ada_exception_command_split): Use skip_spaces.
11940 (ada_decode_assert_location): Likewise.
11941
1dabb4c4
JB
119422012-01-04 Joel Brobecker <brobecker@adacore.com>
11943
11944 * linespec.c (decode_line_internal): Check for C++ or Java
11945 compound constructs only if the current language is C, C++
11946 or Java.
11947
5931a2fa
JK
119482012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11949
11950 Revert:
11951 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11952 Joel Brobecker <brobecker@adacore.com>
11953 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11954 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11955 3 times.
11956 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11957 fall through into AT_ENTRY_POINT.
11958 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
11959 DUMMY_ADDR with it.
11960 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11961 PPC_INSN_SIZE skip to 3 times.
11962
1a2da5ee
JB
119632012-01-04 Joel Brobecker <brobecker@adacore.com>
11964
11965 * linespec.c (add_minsym): Preserve function descriptors.
11966
8645ff69
UW
119672012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11968
11969 * breakpoint.c (all_locations_are_pending): Consider locations
11970 in program spaces executing during startup pending as well.
11971
0b302171
JB
119722012-01-04 Joel Brobecker <brobecker@adacore.com>
11973
11974 Copyright year update in most files of the GDB Project.
11975
8ba098ad
JB
119762012-01-04 Joel Brobecker <brobecker@adacore.com>
11977
11978 * copyright.sh: Delete.
11979 * copyright.py: Rewrite.
11980
09c01c30
JB
119812012-01-04 Joel Brobecker <brobecker@adacore.com>
11982
11983 * gnulib/extra/update-copyright: New file, imported from gnulib.
11984
3c36c0af
JB
119852012-01-04 Joel Brobecker <brobecker@adacore.com>
11986
11987 * README (Copyright and License Notices): New section.
11988
888fe1e1
TT
119892012-01-03 Tom Tromey <tromey@redhat.com>
11990
11991 PR python/12533:
11992 * python/py-value.c (valpy_dereference, valpy_get_address
11993 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
11994 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
11995 (valpy_absolute, valpy_richcompare): Free intermediate values.
11996
6e681866
JB
119972011-01-03 Joel Brobecker <brobecker@adacore.com>
11998
11999 * ada-lang.c: Reformat the copyright notice.
12000
0cd09acb
JK
120012012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12002
12003 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
12004 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
12005 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
12006 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
12007 Revert this part of:
12008 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12009 Build gdb directly from *.o files not using libgdb.a.
12010 * Makefile.in (COMMON_OBS): Remove solib-target.o.
12011
12c3e59c
JB
120122012-01-02 Joel Brobecker <brobecker@adacore.com>
12013
12014 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
12015 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
12016 Reformat the copyright header.
12017
11bf1490
JK
120182012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12019
12020 Revert this part of:
12021 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12022 Remove the gdbtui binary.
12023 * gdb.c (main): Remove args.interpreter_p initialization.
12024 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12025 * main.h (struct captured_main_args): Remove interpreter_p.
12026
1fef196f
JB
120272012-01-02 Joel Brobecker <brobecker@adacore.com>
12028
12029 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
12030
67827812
JB
120312012-01-02 Joel Brobecker <brobecker@adacore.com>
12032
12033 * top.c (print_gdb_version): Update copyright year.
12034
a4d0b831
YQ
120352012-01-02 Yao Qi <yao@codesourcery.com>
12036
12037 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
12038
b5914469
JK
120392012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12040 Joel Brobecker <brobecker@adacore.com>
12041
12042 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12043 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12044 3 times.
12045 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12046 fall through into AT_ENTRY_POINT.
12047 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
12048 DUMMY_ADDR with it.
12049 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12050 PPC_INSN_SIZE skip to 3 times.
12051
8da828f7
JK
120522012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12053
12054 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
12055 the return value.
12056 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
12057
8574e74b
JK
120582012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12059
12060 Build gdb directly from *.o files not using libgdb.a.
12061 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
12062 (COMMON_OBS): Remove solib-target.o.
12063 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
12064 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
12065 (LIBGDB_OBS, libgdb.a): Move it above.
12066 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
12067 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
12068 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
12069 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
12070 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
12071 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
12072 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
12073 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
12074 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
12075 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
12076 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
12077 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
12078 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
12079 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
12080 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12081 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
12082 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
12083 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12084 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
12085 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
12086 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
12087 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
12088 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
12089 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
12090 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
12091 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
12092 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
12093
217bff3e
JK
120942012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12095
12096 Remove the gdbtui binary.
12097 * .gitignore (/gdbtui): Remove.
12098 * Makefile.in (TUI): Remove.
12099 (SUBDIR_TUI_OBS): Remove tui-main.o.
12100 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
12101 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
12102 (tui-main.o): Remove.
12103 (all_object_files): Remove tui-main.o.
12104 * NEWS: New note for the gdbtui removal.
12105 * configure: Rebuilt.
12106 * configure.ac: No longer add all-tui, clean-tui, install-tui and
12107 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
12108 CONFIG_UNINSTALL respectively.
12109 * gdb.c (main): Remove args.interpreter_p initialization.
12110 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12111 * main.h (struct captured_main_args): Remove interpreter_p.
12112 * tui/tui-main.c: Remove.
12113
9cdd5dbd
DE
121142012-01-01 Doug Evans <dje@google.com>
12115
bb5ed363
DE
12116 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
12117 (dwarf2_physname, read_import_statement): Ditto.
12118 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
12119 (process_structure_scope read_subroutine_type): Ditto.
12120 (read_typedef, load_partial_dies, read_partial_die): Ditto.
12121 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
12122 (dwarf2_fetch_die_location_block): Ditto.
12123 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
12124
a0f42c21
DE
12125 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
12126 All callers updated.
12127 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
12128 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
12129 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
12130
2dc860c0
DE
12131 * dwarf2read.c (load_cu): Move assert to more useful location.
12132
68dc6402
DE
12133 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
12134 All callers updated.
12135
9cdd5dbd
DE
12136 * dwarf2read.c (dwarf2_per_objfile): Add comment.
12137 (dwarf2_elf_names): Minor reformat.
12138 (dwarf2_per_cu_data): Tweak comment.
12139 (dwarf2_read_section): Fix comment.
12140 (create_all_comp_units): Fix comment.
12141 (load_full_comp_unit): Fix comment.
12142 (process_full_comp_unit): Fix comment.
12143 (read_signatured_type): Fix comment.
12144
0c10e53e 12145For older changes see ChangeLog-2011.
c906108c
SS
12146\f
12147Local Variables:
12148mode: change-log
12149left-margin: 8
12150fill-column: 74
12151version-control: never
57da7796 12152coding: utf-8
c906108c 12153End:
This page took 2.079362 seconds and 4 git commands to generate.