* procfs.c: Add gdb_bfd header.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
92107356
PM
12012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2
3 * procfs.c: Add gdb_bfd header.
4 * rs6000-nat.c: Likewise.
5 * solib-pa64.c: Likewise.
6 * spu-linux-nat.c: Likewise.
7 * windows-nat.c: Likewise.
8
9742094a
TT
92012-09-26 Tom Tromey <tromey@redhat.com>
10
11 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
12
0971de02
TT
132012-09-26 Tom Tromey <tromey@redhat.com>
14
15 * dwarf2read.c (mark_common_block_symbol_computed): New function.
16 (read_common_block): Handle child DIEs with
17 DW_AT_data_member_location.
18 (new_symbol_full): Add special case for common blocks.
19
4357ac6c
TT
202012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
21 Tom Tromey <tromey@redhat.com>
22
23 * dwarf2read.c (read_common_block): Rewrite.
24 (new_symbol_full): Handle DW_TAG_common_block.
25 * f-lang.c (head_common_list, find_common_for_function):
26 Remove.
27 * f-lang.h (struct common_entry, struct saved_f77_common,
28 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
29 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
30 BLANK_COMMON_NAME_LOCAL): Remove.
31 (struct common_block): New.
32 * f-valprint.c (list_all_visible_commons): Remove.
33 (info_common_command_for_block): New function.
34 (info_common_command): Use it.
35 * stack.c (iterate_over_block_locals): Special case for
36 COMMON_BLOCK_DOMAIN.
37 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
38 constant.
39 (struct general_symbol_info) <value.common_block>: New field.
40 (SYMBOL_VALUE_COMMON_BLOCK): New define.
41
965f07a8
TT
422012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
43 Tom Tromey <tromey@redhat.com>
44
45 * f-lang.c (allocate_saved_bf_node,
46 allocate_saved_function_node, allocate_saved_f77_common_node,
47 allocate_common_entry_node, tail_common_list, current_common,
48 saved_bf_list, saved_bf_list_end, current_head_bf_list,
49 tmp_bf_ptr, add_common_block, add_common_entry,
50 find_first_common_named, patch_common_entries,
51 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
52 global_remote_debug, get_bf_for_fcn, saved_function_list,
53 saved_function_list_end, clear_function_list, struct saved_fcn,
54 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
55 SAVED_BF, SAVED_BF_PTR): Remove.
56 * f-lang.h (tail_common_list, current_common,
57 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
58 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
59 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
60 real_main_c_value): Remove.
61 * f-valprint.c (there_is_a_visible_common_named): Remove.
62
6f380991
AB
632012-09-26 Andrew Burgess <aburgess@broadcom.com>
64
65 * breakpoint.c (update_global_location_list): Ignore previous
66 duplicate status of a breakpoint when starting a new scan for
67 duplicate breakpoints.
68
9ead7ae4 692012-09-26 Karthik Bhat <kv.bhat@samsung.com>
8b3d5494 70 PR breakpoints/14419
2536b51c
YQ
71 * arm-tdep.c (arm_skip_prologue): Extending producer check to
72 support LLVM compiler.
9ead7ae4 73
8f8a23a2
SP
742012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
75
76 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
77 * bfin-tdep.c (bfin_extract_return_value): Likewise.
78 (bfin_store_return_value): Likewise.
79 * cris-tdep.c (cris_store_return_value): Likewise.
80 (cris_extract_return_value): Likewise.
81 * h8300-tdep.c (h8300_extract_return_value): Likewise.
82 * hppa-tdep.c (hppa64_return_value): Likewise.
83 * lm32-tdep.c (lm32_store_return_value): Likewise.
84 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
85 * spu-tdep.c (spu_value_from_register): Likewise.
86 * vax-tdep.c (vax_return_value): Likewise.
87
d7019589
SP
882012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
89
90 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
91 parameter LEN to ssize_t.
92
744a8059
SP
932012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
94
95 * ada-valprint.c (ada_val_print_1): Eliminate single-use
96 variable LEN.
97 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
98 directly.
99 (alpha_store_return_value): Likewise.
100 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
101 (amd64_push_arguments): Likewise.
102 * ax-gdb.c (gen_trace_static_fields): Likewise.
103 (gen_traced_pop): Likewise.
104 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
105 * breakpoint.c (update_watchpoint): Likewise.
106 * findcmd.c (parse_find_args): Use local variable for type
107 instead of length.
108 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
109 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
110 (h8300_store_return_value): Likewise.
111 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
112 Use i386_darwin_arg_type_alignment directly.
113 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
114 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
115 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
116 (m68hc11_extract_return_value): Likewise.
117 * mep-tdep.c (mep_push_dummy_call): Likewise.
118 * printcmd.c (float_type_from_length): Likewise.
119 * s390-tdep.c (s390_value_from_register): Likewise.
120 * stack.c (read_frame_arg): Likewise.
121 * tracepoint.c (encode_actions_1): Likewise.
122 * valops.c (value_fetch_lazy): Use local variable for type
123 instead of length. Use TYPE_LENGTH directly.
124 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
125
a4b411d6
JB
1262012-09-25 Joel Brobecker <brobecker@adacore.com>
127
128 * symtab.c (skip_prologue_sal): Fix typo in comment.
129
11dba07a
JB
1302012-09-25 Joel Brobecker <brobecker@adacore.com>
131
132 * linespec.c (create_sals_line_offset): Fix typo in comment.
133
318102b9
SP
1342012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
135
136 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
137 use plongest to print the array size.
138
b4aa388a
SP
1392012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
140
141 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
142 * p-valprint.c (pascal_type_print_base): Likewise.
143
84cebc4a
YQ
1442012-09-22 Yao Qi <yao@codesourcery.com>
145
146 * remote.c (remote_get_trace_status): Remove setting default
147 values of fields of 'ts'.
148
04e7407c
JK
1492012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
150
151 Fix internal error on canonicalization of clang types.
152 * cp-name-parser.y (operator): New comment at make_operator call for
153 new, delete, new[] and delete[].
154 (exp): Use "sizeof ". Add new comment at make_operator call.
155
9bf4bce9
JK
1562012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
157
158 Fix disassemble without parameters in tailcall frame.
159 * cli/cli-cmds.c (disassemble_current_function): Use
160 get_frame_address_in_block.
161
1c5b7826
TT
1622012-09-21 Tom Tromey <tromey@redhat.com>
163
164 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
165 TYPE_CODE_UNION>: Unify, removing a goto.
166
62a49610
TT
1672012-09-21 Tom Tromey <tromey@redhat.com>
168
169 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
170
2603f7ee
AB
1712012-09-21 Andrew Burgess <aburgess@broadcom.com>
172
173 * findvar.c (read_frame_register_value): Mark the result value as
174 optimized out if any of the input registers have been optimized out.
175
810849a3
AS
1762012-09-21 Andreas Schwab <schwab@linux-m68k.org>
177
178 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
179
0953dec1
SP
1802012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
181
182 * eval.c (evaluate_subexp_standard): Eliminate single-use
183 variable LOWER.
184
82a90ccf
YQ
1852012-09-21 Yao Qi <yao@codesourcery.com>
186
187 * mi/mi-interp.c: Declare mi_record_changed.
188 (mi_interpreter_init): Call observer_attach_record_changed.
189 (mi_record_changed): New.
190 * record.c (record_open): Call observer_notify_record_changed.
191 (cmd_record_stop): Call observer_notify_record_changed.
192 * NEWS: Mention it.
193
d7de8e3c
TT
1942012-09-20 Tom Tromey <tromey@redhat.com>
195
196 * NEWS: Update.
197 * python/python.c (finalize_python): New function.
198 (_initialize_python): Make a final cleanup.
199
43c7c83d
DE
2002012-09-19 Doug Evans <dje@google.com>
201
202 * buildsym.h (param_symbols): Delete, unused.
203 (context_stack): Delete member "params", unused.
204 * buildsym.c (push_context): Update.
205 * dwarf2read.c (read_func_scope): Update.
206
aa9259cc
TS
2072012-09-19 Thomas Schwinge <thomas@codesourcery.com>
208
a6521d9a
TS
209 * sh-tdep.c (sh_register_convert_to_virtual)
210 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
211 all callers. Just do a memcpy if not the little-endian case.
212
f92589cb
TS
213 * h8300-tdep.c (h8300_gdbarch_init): Invoke
214 set_gdbarch_double_format and set_gdbarch_long_double_format.
215 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
216 set_gdbarch_double_format.
217 * sh-tdep.c (sh_gdbarch_init): Likewise.
218
aa9259cc
TS
219 * NEWS: Document the removal of SH's 'regs' command.
220 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
221 command.
222
c1d780c2
SDJ
2232012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
224
225 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
226 `jump'.
227
4ae24af0
JB
2282012-09-18 Joel Brobecker <brobecker@adacore.com>
229
230 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
231 language when iterating over symbols.
232
bb25a15c
YQ
2332012-09-18 Yao Qi <yao@codesourcery.com>
234
235 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
236 (mi_interpreter_init): Call observer_attach_tsv_created and
237 observer_attach_tsv_deleted.
238 (mi_tsv_created, mi_tsv_deleted): New.
239 * tracepoint.c (delete_trace_state_variable): Call
240 observer_notify_tsv_deleted.
241 (trace_variable_command): Call observer_notify_tsv_created.
242 (delete_trace_variable_command): Call
243 observer_notify_tsv_deleted.
244 (create_tsv_from_upload): Call observer_notify_tsv_created.
245 * NEWS: Mention it.
246
201b4506
YQ
2472012-09-18 Yao Qi <yao@codesourcery.com>
248
249 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
250 if traceframe changed.
251 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
252 "trace-find".
253 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
254 (mi_interpreter_init): Hook mi_traceframe_changed to observer
255 'traceframe_changed'.
256 (mi_traceframe_changed): New.
257 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
258 New field.
259 * NEWS: Mention the new MI notification.
260
eaeb12db
MW
2612012-09-17 Mike Wrighton <wrighton@codesourcery.com>
262
263 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
264
6e3c039e
JK
2652012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
266
267 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
268 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
269 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
270 Extend code also for PaX support. Convert all gdb_assert to warning
271 calls.
272
9a950c7c
JK
2732012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
274
275 Implement auto-load user conveniences suggested by Doug Evans.
276 * auto-load.c: Include top.h.
277 (file_is_auto_load_safe): New variable advice_printed. Print advice.
278 (_initialize_auto_load): New variable scripts_directory_help. Mention
279 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
280 scripts-directory. Document in online help one can use also files for
281 set auto-load safe-path.
282 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
283 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
284
deec9a9d
SP
2852012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
286
287 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
288 of LEN.
289
354ecfd5
SP
2902012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
291
292 * m2-valprint.c (m2_print_array_contents): Eliminate variable
293 ELTLEN and use TYPE_LENGTH directly.
294 (m2_val_print): Likewise.
295 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
296 variable LEN and use TYPE_LENGTH directly.
297 (m68k_svr4_store_return_value): Likewise.
298 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
299 ARGLEN and use TYPE_LENGTH directly.
300 (mips_o64_push_dummy_call): Likewise.
301 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
302 variable LENGTH and use TYPE_LENGTH directly.
303 (s390_function_arg_float): Likewise.
304 (s390_function_arg_integer): Likewise.
305 (s390_push_dummy_call): Likewise.
306 (s390_return_value_convention): Likewise.
307 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
308 TYPE_LENGTH directly.
309
6fc1c773
YQ
3102012-09-17 Yao Qi <yao@codesourcery.com>
311
312 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
313 Update comment to add_setshow_integer_cmd.
314 * cli/cli-setshow.c (do_set_command): Handle case
315 'var_zuinteger_unlimited'.
316 (do_show_command): Likewise.
317 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
318 for command 'remotetimeout'.
319 * command.h (enum var_types): New zuinteger_unlimited. Update comment
320 to var_integer.
321 * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
322 for command 'set listsize'.
323
6acef6cd
SP
3242012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
325
326 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
327 variable LEN.
328
1ab3b62c
JK
3292012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
330
331 PR 14119
332 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
333 (frame_pop): Drop also TAILCALL_FRAME frames.
334 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
335
acf9414f
JK
3362012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
337 Pedro Alves <palves@redhat.com>
338
339 PR 14548
340 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
341 function start if we are already at function start. Both for
342 reverse-next and for reverse-step into function without line number
343 info.
344
193facb3
JK
3452012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
346
347 Code cleanup - rename 'inline' depth to 'artificial' depth.
348 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
349 frame_id_artificial_p, extend the comment.
350 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
351 * frame.c (fprint_frame_id): Rename at a user, change debug output
352 text to "artificial=".
353 (skip_inlined_frames): Rename to ...
354 (skip_artificial_frames): ... here. Extend the comment.
355 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
356 (frame_id_inlined_p): Rename to ...
357 (frame_id_artificial_p): ... here. Rename at a user.
358 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
359 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
360 at a user.
361 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
362 Extend the comment.
363 (frame_id_inlined_p): Rename to ...
364 (frame_id_artificial_p): ... here.
365 * inline-frame.c (inline_frame_this_id): Rename at a user.
366
42056501
AB
3672012-09-14 Andrew Burgess <aburgess@broadcom.com>
368
369 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
370 vector variables using vector_size syntax rather than array
371 syntax.
372
84c47588
SP
3732012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
374
375 * valarith.c (value_concat): Replace unsafe ALLOCA with
376 XMALLOC/XFREE.
377
f4045bcb
PA
3782012-09-14 Pedro Alves <palves@redhat.com>
379
380 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
381
63b46266
YPK
3822012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
383
384 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
385 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
386 data-directory as appropriate.
387
ddd7a8e7
SP
3882012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
389
390 * printcmd.c (ui_printf): Eliminate single-use variable
391 PARAM_LEN.
392
d649a38e
YQ
3932012-09-14 Yao Qi <yao@codesourcery.com>
394 Pedro Alves <palves@redhat.com>
395
396 * valops.c (value_assign): Move observer_notify_target_changed
397 below to replace reinit_frame_cache.
398
b9516fa1
YPK
3992012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
400
401 Refactor Python "gdb" module into a proper Python package, by
402 introducing a new "_gdb" module for code implemented in C, and
403 using reload/__import__ instead of exec.
404 * python/lib/gdb/__init__.py: Import * from _gdb.
405 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
406 prompt_hook, sys.argv): Moved from finish_python_initialization.
407 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
408 (packages, auto_load_packages): New list and function replacing
409 module_dict and auto-loading code, using __file__ instead of
410 gdb.PYTHONDIR and reload/__import__ instead of exec.
411 (GdbSetPythonDirectory): Replacing function of the same name
412 from finish_python_initialization, using reload/__import__ instead
413 of exec, as well as call auto_load_packages.
414 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
415 gdb_python_module and not gdb_module.
416 * python/python-internal.h (gdb_python_module): Declare.
417 * python/python.c (gdb_python_module): New global.
418 (before_prompt_hook): Check gdb_python_module and not gdb_module.
419 (_initialize_python): Rename gdb module to _gdb.
420 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
421 (finish_python_initialization): Move Python code to
422 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
423 __main__.
424
aa0fbdd8
PA
4252012-09-13 Pedro Alves <palves@redhat.com>
426
427 * Makefile.in (COMMON_OBS): Add registry.o.
428 * registry.c: New file.
429 * registry.h (struct registry_container): Declare.
430 (registry_data_callback): New typedef.
431 (struct registry_data, struct registry_data_registration, struct
432 registry_data_registry): New type.
433 (register_data_with_cleanup, registry_alloc_data)
434 (registry_callback_adaptor, registry_clear_data)
435 (registry_container_free_data, registry_set_data, registry_data):
436 Declare.
437 (DEFINE_REGISTRY): Refactor structures and functions as shims over
438 the new common structures and functions.
439 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
440 callback typedefs.
441
42b5c53d
MW
4422012-09-12 Mike Wrighton <wrighton@codesourcery.com>
443
444 * remote.c (remote_insert_hw_breakpoint): Throw exception if
445 there is an error inserting hardware breakpoints and use the
446 error message from the target.
447
448 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
449 Catch this exception and print the error message contained within. Do not
450 print the default hardware error breakpoint message in this case.
451
a1b64ce1
DE
4522012-09-12 Doug Evans <dje@google.com>
453
454 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
455 cu == NULL.
456
83a788b8
DE
4572012-09-11 Doug Evans <dje@google.com>
458
459 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
460 .gdb_index symbol attributes if there are none.
461
d9eaeb59
JB
4622012-09-11 Joel Brobecker <brobecker@adacore.com>
463
464 * symtab.h (struct minimal_symbol) [has_size]: New field.
465 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
466 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
467 * printcmd.c (build_address_symbolic): Only filter out zero-sized
468 minimal symbols if the symbol's size is actually known.
469 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
470 of msymbol's size field. Add comment.
471 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
472 SET_MSYMBOL_SIZE to set the minimal symbol size.
473
a83e9154
JB
4742012-09-11 Joel Brobecker <brobecker@adacore.com>
475
476 * minsyms.c (install_minimal_symbols): Use memset to fill entire
477 minimal_symbol struct object, rather than setting some of its
478 fields one by one.
479
350b1b26
AB
4802012-09-11 Andrew Burgess <aburgess@broadcom.com>
481
482 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
483 passed_a_ptr flag when displaying typedef types.
484
2fa15f23
JB
4852012-09-10 Joel Brobecker <brobecker@adacore.com>
486
487 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
488 the optimized_out flag is preserved.
489
5152ff90
AG
4902012-09-10 Anthony Green <green@moxielogic.com>
491
492 * moxie-tdep.c (moxie_analyze_prologue): Update for function
493 prologue changes in GCC.
494
5b4f6e25
KS
4952012-09-10 Keith Seitz <keiths@redhat.com>
496
497 PR gdb/13483
498 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
499 (BOOL_CONVERSION_BADNESS): ... this.
500 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
501 (rank_one_type): Allow all boolean conversions
502 permitted by the standard.
503
f1070426
TT
5042012-09-06 Tom Tromey <tromey@redhat.com>
505
506 * python/py-newobjfileevent.c (create_new_objfile_event_object):
507 Don't decref py_objfile.
508
a8db4212
YPK
5092012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
510
511 Do not enable -lmcheck by default when Python is enabled with
512 threading support.
513 * configure.ac: (python_has_threads) New variable, by testing
514 if WITH_THREAD is defined in Python.h.
515 Move --enable-lmcheck after --with-python.
516 Do not enable -lmcheck by default if python_has_threads=yes.
517 Warn if --enable-lmcheck and python_has_threads=yes.
518 * configure: Regenerate.
519
648beb2b
YQ
5202012-08-31 Yao Qi <yao@codesourcery.com>
521
522 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
523 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
524 Update some commands.
525 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
526 * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
527 to 1.
528
ef07a9f7
YQ
5292012-08-31 Yao Qi <yao@codesourcery.com>
530
531 * mi/mi-cmds.c (mi_cmds): Add 'static'.
532
fda395cf
YPK
5332012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
534
535 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
536
8efd8e78
DE
5372012-08-29 Doug Evans <dje@google.com>
538
539 * main.c (print_gdb_help): Remove reference to
540 --use-deprecated-index-sections.
541
883b9c6c
YQ
5422012-08-28 Yao Qi <yao@codesourcery.com>
543
544 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
545 (init_cmds): Call add_setshow_uinteger_cmd for command
546 'max-user-call-depth'.
547 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
548 declaration of 'max_user_call_depth'.
549 * frame.c (backtrace_limit): Add 'unsigned'.
550 (_initialize_frame): Call add_setshow_uinteger_cmd for command
551 'limit'.
552 * remote.c (remoteaddresssize): Add 'unsigned'.
553 (remote_address_masked): Change local var 'address_size' to
554 'unsigned'.
555 (_initialize_remote): Call add_setshow_uinteger_cmd for
556 'remoteaddresssize'.
557 * top.c (history_size): Add 'unsigned'.
558 (show_commands): Change local variables to 'unsigned'.
559 (set_history_size_command): Don't check history_size is negative.
560 Adjust the condition to call unstifle_history and set history_size
561 to UNIT_MAX.
562
1292279a
PA
5632012-08-28 Pedro Alves <palves@redhat.com>
564
565 PR gdb/14428
566
567 * infcmd.c (default_print_one_register_info): New, factored out
568 from default_print_registers_info.
569 (default_print_registers_info): Use it. Mark value unavailable if
570 necessary.
571 (registers_info): Print user registers with
572 default_print_one_register_info.
573
f629cd75
L
5742010-08-27 H.J. Lu <hongjiu.lu@intel.com>
575
576 PR tui/14486
577 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
578 is not NULL before referencing it.
579
1c8cdcb1
JK
5802012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
581
582 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
583 variable pc. Call find_pc_line instead of find_pc_overlay, restore
584 original PC for it.
585
e9687799
JK
5862012-08-27 Eli Zaretskii <eliz@gnu.org>
587 Jan Kratochvil <jan.kratochvil@redhat.com>
588
589 * auto-load.c (auto_load_objfile_script): Rename to ...
590 (auto_load_objfile_script_1): ... here, change variable realname to
591 parameter realname, document it, add return value, add variable retval.
592 (auto_load_objfile_script): New function.
593
7afa1642
JK
5942012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
595
596 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
597 followed by a whitespace.
598
dc7650b8
JK
5992012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
600
28e66c70 601 PR gdb/14494.
dc7650b8
JK
602 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
603 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
604 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
605 here.
606
1591a1e8
PA
6072012-08-27 Wei-cheng Wang <cole945@gmail.com>
608
609 * memattr.c (create_mem_region): Fix memory region overlapping
610 checking.
611
ecfb0d68
SP
6122012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
613
614 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
615 with xmalloc/cleanup.
616 * mt-tdep.c (mt_push_dummy_call): Likewise.
617 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
618 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
619
8c56c1b9
YQ
6202012-08-24 Yao Qi <yao@codesourcery.com>
621
622 * jv-exp.y (push_expression_name): Add "." at the end of error
623 message.
624
e3480f4a
YPK
6252012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
626
627 Document how to return from "python-interactive" to GDB.
e3480f4a
YPK
628 * python/python.c (_initialize_python): Update documentation.
629
dfbd5e7b
PA
6302012-08-23 Pedro Alves <palves@redhat.com>
631
632 * infrun.c (_initialize_infrun) <handle command help text>:
633 Mention that multiple signals are supported.
634
2edda2ff
PA
6352012-08-23 Pedro Alves <palves@redhat.com>
636
637 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
638 string.
639
8d735b87
YQ
6402012-08-23 Yao Qi <yao@codesourcery.com>
641
642 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
643 (tfind_1): Don't call registers_changed, set_traceframe_num,
644 and clear_traceframe_info.
645 Call set_current_traceframe.
646 (set_current_traceframe): call set_traceframe_num.
647
c5d9b215
SDJ
6482012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
649
650 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
651 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
652
037bbc8e
YPK
6532012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
654
655 Enable readline in Python in a GDB-specific way and block the
656 standard Python readline module to prevent conflicts with GDB.
657 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
658 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
659 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
660 * python/py-gdb-readline.c: New file.
661 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
662 prototype.
663 * python/python.c (_initialize_python): Call
664 gdbpy_initialize_gdb_readline.
665
406b1477
KS
6662012-08-22 Keith Seitz <keiths@redhat.com>
667
668 * defs.h: Include build-gnulib/config.h
669
6ca1b147
JM
6702012-08-22 Joseph Myers <joseph@codesourcery.com>
671
672 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
673 and blx pc.
674
8315665e
YPK
6752012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
676
677 Add a new "python-interactive" command that starts a standard
678 Python interactive prompt with "pi" as alias, and add "py" as
679 an alias to "python".
680 * NEWS: Mention the new commands.
8315665e
YPK
681 * python/python.c (eval_python_command): New function.
682 (python_interactive_command): For "python-interactive" with
683 arguments, call eval_python_command. For "python-interactive"
684 without arguments, call PyRun_InteractiveLoop.
685 (_initialize_python): Add "python-interactive" command with
686 "pi" as alias, and add "py" as an alias to "python".
687
522002f9
TT
6882012-08-22 Tom Tromey <tromey@redhat.com>
689
690 * defs.h (quit_flag): Don't declare.
691 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
692 (QUIT): Use new functions.
693 * event-top.c (command_handler): Use clear_quit_flag.
694 (handle_sigint): Use set_quit_flag.
695 (async_request_quit): Use check_quit_flag. Don't check
696 immediate_quit.
697 * exceptions.c (throw_exception): Use clear_quit_flag.
698 * main.c (captured_main): Use clear_quit_flag.
699 * python/python.c (clear_quit_flag, set_quit_flag)
700 (check_quit_flag): New functions.
701 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
702 clear_quit_flag.
703 * remote.c (remote_wait_as): Use check_quit_flag,
704 clear_quit_flag.
705 (remote_start_remote): Call QUIT.
706 * symfile.c (load_progress): Use check_quit_flag.
707 * top.c (command_loop): Use clear_quit_flag.
708 (command_line_input): Call QUIT.
709 * utils.c (quit_flag): Conditionally define.
710 (clear_quit_flag, check_quit_flag, set_quit_flag): New
711 functions.
712 (prompt_for_continue): Call QUIT. Use quit, not
713 async_request_quit.
714 * remote-mips.c (mips_expect_timeout): Call QUIT.
715 * monitor.c (monitor_expect): Call QUIT.
716
b583003e
TT
7172012-08-22 Tom Tromey <tromey@redhat.com>
718
719 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
720 (async_init_signals): Update.
721 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
722 (SIGWINCH_HANDLER_BODY): Remove.
723
e1507e95
TT
7242012-08-22 Tom Tromey <tromey@redhat.com>
725
726 * jit.c (jit_object_close_impl): Don't malloc the objfile
727 name.
728 * objfiles.c (allocate_objfile): Don't malloc the objfile
729 name.
730 (free_objfile): Don't free the objfile name.
731 * objfiles.h (struct objfile) <name>: Update comment.
732 * symfile.c (reread_symbols): Fix reference counting. Don't
733 malloc objfile name.
734
1c00ec6b
TT
7352012-08-22 Tom Tromey <tromey@redhat.com>
736
737 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
738 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
739 (symfile_bfd_open): Likewise.
740 (generic_load): Likewise.
741 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
742 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
743 gdb_bfd_open.
744 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
745 Use gdb_bfd_open.
746 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
747 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
748 (pmon_load_fast): Likewise.
749 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
750 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
751 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
752 (macho_check_dsym): Likewise.
753 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
754 (m32r_upload_command): Likewise.
755 * gdb_bfd.h (gdb_bfd_cache): Declare.
756 * gdb_bfd.c (struct gdb_bfd_data): New.
757 (gdb_bfd_cache): New global.
758 (struct gdb_bfd_cache_search): New.
759 (hash_bfd): New function.
760 (eq_bfd): Likewise.
761 (gdb_bfd_open): Likewise.
762 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
763 (gdb_bfd_unref): Remove closed BFD from cache. Update for
764 gdb_bfd_data.
765 * exec.c (exec_file_attach): Use gdb_bfd_open.
766 * dsrec.c (load_srec): Use gdb_bfd_open.
767
6532ff36
TT
7682012-08-22 Tom Tromey <tromey@redhat.com>
769
770 * dwarf2read.c (macro_start_file): Update.
771 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
772 (free_objfile_per_bfd_storage): Destroy macro_cache.
773 (allocate_objfile, free_objfile): Update.
774 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
775 New field.
776 (struct objfile) <macro_cache>: Remove.
777 * symfile.c (reread_symbols): Update.
778 * symmisc.c (print_symbol_bcache_statistics): Update.
779 (print_objfile_statistics): Update.
780
706e3705
TT
7812012-08-22 Tom Tromey <tromey@redhat.com>
782
783 * elfread.c (elf_symtab_read): Update.
784 * objfiles.c (objfiles_bfd_data): New global.
785 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
786 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
787 (allocate_objfile, free_objfile): Update.
788 (_initialize_objfiles): Initialize objfiles_bfd_data.
789 * objfiles.h (struct objfile_per_bfd_storage): New.
790 (struct objfile) <per_bfd>: New field.
791 <filename_cache>: Remove.
792 (set_objfile_per_bfd): Declare.
793 * symfile.c (reread_symbols): Update. Call
794 set_objfile_per_bfd.
795 (allocate_symtab): Update.
796 * symmisc.c (print_symbol_bcache_statistics): Update.
797 (print_objfile_statistics): Print the size of the BFD obstack.
798
e992eda4
TT
7992012-08-22 Tom Tromey <tromey@redhat.com>
800
801 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
802 * gdb_bfd.c: Use DEFINE_REGISTRY.
803 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
804 (gdb_bfd_ref): Call bfd_alloc_data.
805 (gdb_bfd_unref): Call bfd_free_data.
806
6b81941e
TT
8072012-08-22 Tom Tromey <tromey@redhat.com>
808
809 * registry.h (struct registry_fields): New.
810 (REGISTRY_FIELDS): Redefine.
811 (REGISTRY_ACCESS_FIELD): New macro.
812 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
813 functions.
814
8e260fc0
TT
8152012-08-22 Tom Tromey <tromey@redhat.com>
816
817 * auto-load.c (_initialize_auto_load): Update.
818 * solib-svr4.c (_initialize_svr4_solib): Update
819 * solib-dsbt.c (_initialize_dsbt_solib): Update.
820 * solib-darwin.c (_initialize_darwin_solib): Update.
821 * registry.h: New file.
822 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
823 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
824 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
825 (register_program_space_data_with_cleanup)
826 (register_program_space_data, program_space_alloc_data)
827 (clear_program_space_data, set_program_space_data)
828 (program_space_data): Don't declare.
829 * progspace.c: Use DEFINE_REGISTRY.
830 (struct program_space_data, struct
831 program_space_data_registration, struct
832 program_space_data_registry, program_space_data_registry)
833 (register_program_space_data_with_cleanup)
834 (register_program_space_data, program_space_alloc_data)
835 (program_space_free_data, clear_program_space_data)
836 (set_program_space_data, program_space_data): Remove.
837 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
838 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
839 (register_objfile_data_with_cleanup, register_objfile_data)
840 (clear_objfile_data, set_objfile_data, objfile_data): Don't
841 declare.
842 * objfiles.c: Use DEFINE_REGISTRY.
843 (struct objfile_data, struct objfile_data_registration, struct
844 objfile_data_registry, objfile_data_registry)
845 (register_objfile_data_with_cleanup, register_objfile_data)
846 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
847 (set_objfile_data, objfile_data): Remove.
848 (_initialize_objfiles): Update.
849 * jit.c (_initialize_jit): Update.
850 * inflow.c (_initialize_inflow): Update.
851 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
852 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
853 (register_inferior_data_with_cleanup, register_inferior_data)
854 (clear_inferior_data, set_inferior_data, inferior_data): Don't
855 declare.
856 * inferior.c: Use DEFINE_REGISTRY.
857 (struct inferior_data, struct inferior_data_registration, struct
858 inferior_data_registry, inferior_data_registry)
859 (register_inferior_data_with_cleanup, register_inferior_data)
860 (inferior_alloc_data, inferior_free_data clear_inferior_data)
861 (set_inferior_data, inferior_data): Remove.
862 * auxv.c (_initialize_auxv): Update.
863 * ada-lang.c (_initialize_ada_language): Update.
864 * breakpoint.c (_initialize_breakpoint): Update.
865 * i386-nat.c (i386_use_watchpoints): Update.
866
ed9eebaf
TT
8672012-08-22 Tom Tromey <tromey@redhat.com>
868
869 * exec.c (exec_close, exec_file_attach): Update.
870 (add_to_section_table): Initialize 'key' field.
871 (add_target_sections, remove_target_sections): Add 'key' argument.
872 * exec.h (add_target_sections, remove_target_sections): Add
873 'key' argument.
874 * solib.c (solib_map_sections, update_solib_list, clear_solib)
875 (reload_shared_libraries_1): Update.
876 * target.h (struct target_section) <key>: New field.
877
2f2e97fa
TT
8782012-08-22 Tom Tromey <tromey@redhat.com>
879
880 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
881
b3dbbd6f
PM
8822012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
883
884 * symfile.c (allocate_symtab): Use host_address_to_string
885 function instead of cast of pointer to long which is not
886 compatible with x86_64-w64-mingw32 build.
887
f94363d7
AP
8882012-08-19 Andrew Pinski <apinski@cavium.com>
889
890 * mips-tdep.c (is_octeon): New function.
891 (is_octeon_bbit_op): New function.
892 (mips32_next_pc): Handle Octeon's bbit instructions.
893 (mips32_instruction_has_delay_slot): Likewise.
894
78a59c2f
AP
8952012-08-19 Andrew Pinski <apinski@cavium.com>
896
897 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
898 before the function.
899
4f5bcb50
AP
9002012-08-19 Andrew Pinski <apinski@cavium.com>
901
902 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
903
e5afdbd7
KS
9042012-08-19 Keith Seitz <keiths@redhat.com>
905
906 PR c++/14365
907 * c-typeprint.c (c_type_print_varspec_prefix): Pass
908 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
909
13c9750e
EZ
9102012-08-18 Eli Zaretskii <eliz@gnu.org>
911
912 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
913 The typo broke "make TAGS".
914
db761810 9152012-08-17 Joel Brobecker <brobecker@adacore.com>
916
917 GDB 7.5 released.
918
a451cb65
KS
9192012-08-17 Keith Seitz <keiths@redhat.com>
920
921 PR c++/13356
922 * gdbtypes.c (strict_type_checking): New variable.
923 (show_strict_type_checking): New function.
924 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
925 if strict type checking is disabled.
926 (_initialize_gdbtypes): Add "check type" subcommand.
927 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
928
9292012-08-17 Keith Seitz <keiths@redhat.com>
930
931 * language.h (type_mode): Remove.
932 (type_check): Remove.
933 (struct language_defn): Remove la_type_check.
934 (STRICT_TYPE): Remove unused macro.
935 (type_error): Remove.
936 * language.c (set_type_range_case): Renamed to ...
937 (set_range_case): ... this. Update all callers.
938 Remove type_mode/type_check.
939 (type_mode): Remove.
940 (type_check): Remove.
941 (show_type_command): Remove.
942 (set_type_command): Remove.
943 (language_info): Remove type checking output.
944 (type_error): Remove unused function.
945 (range_error): Update comment.
946 (unknown_language_defn): Remove la_type_check.
947 (auto_language_defn): Likewise.
948 (local_language_defn): Likewise.
949 (_initialize_language): Remove "check type" subcommand.
950 * ada-lang.c (ada_language_defn): Remove la_type_check.
951 * c-lang.c (c_language_defn): Likewise.
952 (cplus_language_defn): Likewise.
953 (asm_language_defn): Likewise.
954 (minimal_language_defn): Likewise.
955 * d-lang.c (d_language_defn): Likewise.
956 * f-lang.c (f_language_defn): Likewise.
957 * go-lang.c (go_language_defn): Likewise.
958 * jv-lang.c (java_language_defn): Likewise.
959 * m2-lang.c (m2_language_defn): Likewise.
960 * objc-lang.c (objc_language_defn): Likewise.
961 * opencl-lang.c (opencl_language_defn): Likewise.
962 * p-lang.c (pascal_language_defn): Likewise.
963
dbf6a605
MF
9642012-08-16 Mike Frysinger <vapier@gentoo.org>
965
966 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
967
973e3cf7
JB
9682012-08-16 Joel Brobecker <brobecker@adacore.com>
969
970 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
971 New function.
972 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
973 using the regache. Use ia64_hpux_get_register_from_save_state_t
974 to access the bsp and bspstore registers if not.
975
d80ee84f
JB
9762012-08-16 Joel Brobecker <brobecker@adacore.com>
977
978 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
979 * breakpoint.c (detach_breakpoints): Change pid parameter into
980 a ptid. Adjust code accordingly.
981 * infrun.c (handle_inferior_event): Delete variable child_pid.
982 Update call to detach_breakpoints to pass the child ptid for
983 fork events.
984 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
985 assert that inferior_ptid's lwp is zero.
986 (linux_handle_extended_wait): Update call to detach_breakpoints.
987 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
988 detach_breakpoints.
989
2dcc6086
JB
9902012-08-16 Joel Brobecker <brobecker@adacore.com>
991
992 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
993 parent, only call detach_breakpoints if tts.tts_event ==
994 TTEVT_VFORK.
995
0c92d8c1
JB
9962012-08-16 Joel Brobecker <brobecker@adacore.com>
997
998 * dwarf2-frame.c (dwarf2_frame_cache): Use
999 get_frame_address_in_block instead of get_frame_pc as
1000 the bound for executing the frame's FDE.
1001
6b1755ce
YQ
10022012-08-16 Yao Qi <yao@codesourcery.com>
1003
1004 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
1005 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
1006 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
1007 (c_type_print_varspec_suffix): Likewise.
1008 * eval.c (evaluate_subexp_standard): Likewise.
1009 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
1010 (f_type_print_varspec_suffix): Likewise.
1011 * gdbtypes.c (is_scalar_type): Likewise.
1012 (recursive_dump_type): Likewise.
1013 * infcall.c (value_arg_coerce): Likewise.
1014 * m2-valprint.c (m2_val_print): Likewise.
1015 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
1016 (pascal_type_print_varspec_suffix): Likewise.
1017 (pascal_type_print_base): Likewise.
1018 * p-valprint.c (pascal_val_print): Likewise.
1019 (pascal_val_print): Likewise.
1020 * valops.c (value_slice): Likewise.
1021 * valprint.c (scalar_type_p): Likewise.
1022 * valarith.c (value_bitstring_subscript): Remove.
1023 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
1024 Remove comment on TYPE_CODE_BITSTRING.
1025
1026 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
1027 TYPE_CODE_BITSTRING.
1028
1029 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
1030 slot 0.
1031
8acc4065
YQ
10322012-08-16 Yao Qi <yao@codesourcery.com>
1033
1034 * tracepoint.c (trace_find_none_command): Remove.
1035 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
1036
8128fd8e
YQ
10372012-08-16 Yao Qi <yao@codesourcery.com>
1038
1039 * remote.c (handle_notification): Remove parameter 'length'.
1040 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
1041
2873700e
KS
10422012-08-15 Keith Seitz <keiths@redhat.com>
1043
1044 * gdbtypes.c (opaque_type_resolution): Make static.
1045 Add missing comment.
1046 (overload_debug): Add missing comment.
1047 (show_opaque_type_resolution): Likewise.
1048 (show_overload_debug): Likewise.
1049 (print_bit_vector): Remove unnecessary forward declaration.
1050 (print_arg_types): Likewise.
1051 (dump_fn_fieldlists): Likewise.
1052 (print_cplus_stuff): Likewise.
1053
b82d08cd
TT
10542012-08-15 Tom Tromey <tromey@redhat.com>
1055
1056 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
1057 (gdb_bfd_ref): Initialize new field.
1058 (gdb_bfd_unref): Unref the archive BFD.
1059 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
1060 parent archive.
1061
db6573d6
TT
10622012-08-15 Tom Tromey <tromey@redhat.com>
1063
1064 PR python/14387:
1065 * python/py-bpevent.c (create_breakpoint_event_object): Update
1066 comment.
1067 * python/py-event.c (evpy_add_attribute): Update comment.
1068 * python/py-exitedevent.c (create_exited_event_object): Fix
1069 reference counting and error handling.
1070 * python/py-newobjfileevent.c (create_new_objfile_event_object):
1071 Fix reference counting.
1072 * python/py-signalevent.c (create_signal_event_object): Fix
1073 reference counting and error handling.
1074 * python/py-stopevent.c (emit_stop_event): Fix reference
1075 counting.
1076 * python/py-threadevent.c (get_event_thread): Return a
1077 borrowed reference.
1078 * python/py-type.c (convert_field): Fix reference counting.
1079
a036ba48
TT
10802012-08-15 Tom Tromey <tromey@redhat.com>
1081
1082 * dwarf2read.c (dwarf_decode_macro_bytes)
1083 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
1084 as hash key.
1085
486c7739
MF
10862012-08-14 Mike Frysinger <vapier@gentoo.org>
1087
1088 * infcmd.c (_initialize_infcmd): Update help text for the signal,
1089 stepi, nexti, finish, next, step, jump, and continue commands.
1090 * infrun.c (_initialize_infrun): Update help text for the handle
1091 command.
1092
4cf93a03
DE
10932012-08-14 Doug Evans <dje@google.com>
1094
70b099cf
DE
1095 * gdbtypes.c (struct extra): Delete, unused.
1096
5212577a
DE
1097 * gdbtypes.c: Whitespace cleanup.
1098 (address_space_name_to_int): Remove "extern" from definition.
1099 (_initialize_gdbtypes): Declare with initialize_file_ftype.
1100
4cf93a03
DE
1101 * gdbtypes.c (make_pointer_type): Remove redundant setting of
1102 TYPE_POINTER_TYPE (type).
1103
3756ef7e
GB
11042012-08-14 Gary Benson <gbenson@redhat.com>
1105
1106 * solib-svr4.c (svr4_free_library_list): Use free_so.
1107
40d72643
MF
11082012-08-13 Mike Frysinger <vapier@gentoo.org>
1109
1110 * .gitignore: Add go-exp.c.
1111
f47f77df
DE
11122012-08-13 Doug Evans <dje@google.com>
1113
1114 * value.c (show_convenience): Tweak comment.
1115 (_initialize_values): Mention convenience functions in the help text
1116 for "show convenience".
1117
7507c54a
YQ
11182012-08-13 Yao Qi <yao@codesourcery.com>
1119
1120 * std-operator.def: Remove TERNOP_SLICE_COUNT.
1121 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
1122 TERNOP_SLICE_COUNT.
1123 * eval.c (evaluate_subexp_standard): Likewise.
1124 * expprint.c (print_subexp_standard): Likewise.
1125 (dump_subexp_body_standard): Likewise.
1126 * parse.c (operator_length_standard): Likewise.
1127
5cad9736
YQ
11282012-08-13 Yao Qi <yao@codesourcery.com>
1129
1130 * std-operator.def: Remove OP_BITSTRING.
1131 * breakpoint.c (watchpoint_exp_is_const): Update.
1132 * eval.c (evaluate_subexp_standard): Remove handling to
1133 OP_BITSTRING.
1134 * expprint.c (print_subexp_standard): Likewise.
1135 (dump_subexp_body_standard): Likewise.
1136 * parse.c (operator_length_standard): Likewise.
1137 * valops.c (value_bitstring): Remove.
1138 * value.h: Remove the declaration of 'value_bitstring'.
1139
bad7670a
SDJ
11402012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
1141
1142 * linespec.c (find_methods): Remove unused variables `i1' and
1143 `name_len'.
1144 (decode_line_full): Likewise for `arg_start'.
1145
d9dce7fa
SDJ
11462012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
1147
1148 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
1149 (zlib_decompress_section): Likewise for `section_data'.
1150 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
1151
a72c3253
DE
11522012-08-10 Doug Evans <dje@google.com>
1153
1154 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
1155 * NEWS: Document them.
1156 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
1157 function/strfns.py.
1158 * python/py-type.c (typy_array_1): New function.
1159 (typy_array): Call it.
1160 (typy_vector): New function.
1161 (type_object_methods): Add "vector".
1162 * python/lib/gdb/function/__init__.py: New file.
1163 * python/lib/gdb/function/strfns.py: New file.
1164
200bc880
SP
11652012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
1166
1167 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
1168 for TYPE_FIELD_BITPOS.
1169 (typy_get_sizeof): Likewise for TYPE_LENGTH.
1170
de0bea00
MF
11712012-08-10 Mike Frysinger <vapier@gentoo.org>
1172
1173 PR cli/10436:
1174 * common/vec.h (VEC_merge): Define.
1175 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
1176 (DEF_VEC_ALLOC_FUNC_P): Likewise.
1177 (DEF_VEC_ALLOC_FUNC_O): Likewise.
1178 * completer.c: Include gdb_signals.h.
1179 (signal_completer): Define.
1180 * completer.h (signal_completer): Add prototype.
1181 * infcmd.c (_initialize_infcmd): Assign the command
1182 completer for "signal" to handle_completer.
1183 * infrun.c: Include completer.h.
1184 (handle_completer): Define.
1185 (_initialize_infrun): Declare a new local variable c. Store the
1186 result of add_com("handle") to it. Assign the command
1187 completer for "handle" to handle_completer.
1188
5b9afe8a
YQ
11892012-08-09 Yao Qi <yao@codesourcery.com>
1190
1191 * cli/cli-decode.c (set_cmd_prefix): New.
1192 (lookup_cmd_for_prefixlist): New.
1193 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
1194 of each cmd_list_element in *prefixlist.
1195 (add_setshow_cmd_full): set_cmd_prefix.
1196 (add_alias_cmd): Likewise.
1197 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
1198 Declare 'auto_boolean_enums'.
1199 * cli/cli-setshow.c: Include "observer.h".
1200 (notify_command_param_changed_p): New.
1201 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
1202 Remove 'static'.
1203 (do_setshow_command): Split it to ...
1204 (do_set_command, do_show_command): ... them. New.
1205 (do_set_command): Call observer_notify_command_param_changed if
1206 notify_command_param_changed_p returns true.
1207 (cmd_show_list): Caller update.
1208 * auto-load.c (set_auto_load_cmd): Likewise.
1209 * remote.c (show_remote_cmd): Likewise.
1210 * cli/cli-setshow.h: Update declarations.
1211 * top.c (execute_command): Call do_set_command and do_show_command.
1212
1213 * NEWS: Mention new MI notification.
1214 * mi/mi-interp.c: Declare mi_command_param_changed.
1215 (mi_interpreter_init): Attach mi_command_param_changed to
1216 observer command_param_changed.
1217 (mi_command_param_changed): New.
1218 Remove mi_suppress_breakpoint_notifications.
1219 Define global variable mi_suppress_notification.
1220 (mi_breakpoint_created): Update.
1221 (mi_breakpoint_deleted): Likewise.
1222 (mi_breakpoint_modified): Likewise.
1223 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
1224 'gdb-set' and set mi_suppress_notification.
1225 * mi/mi-main.h: (mi_suppress_notification): New struct.
1226
1969df89
JK
12272012-08-09 Andreas Tobler <andreast@fgznet.ch>
1228 Jan Kratochvil <jan.kratochvil@redhat.com>
1229
1230 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
1231
8bfd80db
YQ
12322012-08-09 Yao Qi <yao@codesourcery.com>
1233
1234 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
1235 (skiplist): Move it to skip.c.
1236 (init_cmd_lists): Remove code setting enablebreaklist and
1237 skiplist to NULL.
1238 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
1239 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
1240 skiplist.
1241 * gdbcmd.h: Likewise.
1242 * skip.c (_initialize_step_skip): Move 'skiplist' from
1243 cli/cli-cmds.c.
1244
28578e6b
YQ
12452012-08-09 Yao Qi <yao@codesourcery.com>
1246
1247 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
1248 * gnu-nat.c, symfile.c: Likewise.
1249
260c0b2a
DE
12502012-08-08 Aaron Gamble <agamble@google.com>
1251
1252 * utils.c (prompt_for_continue_wait_time): New static global.
1253 (make_command_stats_cleanup): Initialize it.
1254 (report_command_stats): Subtract time waiting for user.
1255 (prompt_for_continue): Track time waiting for user.
1256 (defaulted_query): Track time waiting for user.
1257
4f485ebc
DE
12582012-08-08 Doug Evans <dje@google.com>
1259
1260 * eval.c (evaluate_subexp_standard): Fix thinko in handling
1261 UNOP_MEMVAL_TYPE.
1262 * expprint.c (print_subexp_standard, case OP_TYPE): New.
1263 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
1264 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
1265 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
1266 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
1267 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
1268 elt.
1269 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
1270 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
1271 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
1272 (dump_prefix_expression): Handle OP_TYPE.
1273
2acf2b39
KS
12742012-08-08 Keith Seitz <keiths@redhat.com>
1275
1276 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
1277 addr_start.
1278
e6712ff1
DE
12792012-08-08 Doug Evans <dje@google.com>
1280
1281 * linux-thread-db.c: #include "gdb_vecs.h".
1282 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
1283 updated.
1284 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
1285 (thread_db_load_search): Use a vector to iterate over path elements.
1286 Handle text appearing after "$pdir".
1287
1288 * gdb_string.h: Moved to ...
1289 * common/gdb_string.h: ... here.
1290 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
1291 gdb_string.h and gdb_assert.h.
1292
ab854e54
YQ
12932012-08-08 Yao Qi <yao@codesourcery.com>
1294
1295 * tic6x-tdep.c (tic6x_register_to_value): Remove.
1296 (tic6x_value_to_register): Likewise.
1297 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
1298 and set_gdbarch_value_to_register.
1299
4f69f4c2
JK
13002012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1301 Jean-Marc Saffroy <saffroy@gmail.com>
1302
1303 PR 11804
1304 * defs.h (find_memory_region_ftype): New comment. New arg modified.
1305 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
1306 * gcore.c (gcore_create_callback): New function comment. Add modified
1307 parameter. Only write modified regions. Set SEC_READONLY exactly
1308 according to MODIFIED.
1309 (objfile_find_memory_regions): Ignore separate debug info files. Ass
1310 the passed modified value to FUNC.
1311 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
1312 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
1313 first. New variables modified and has_anonymous. Parse the lines of
1314 smaps file. Add the passed MODIFIED value to FUNC.
1315 * procfs.c (find_memory_regions_callback): Add the passed modified
1316 value.
1317
78ac5f83
TT
13182012-08-06 Tom Tromey <tromey@redhat.com>
1319
1320 * dwarf2-frame.c (clear_pointer_cleanup): New function.
1321 (dwarf2_frame_cache): Use it.
1322 * frame-unwind.h (frame_sniffer_ftype): Document prologue
1323 cache initialization constraint.
1324
2c12abee
TT
13252012-08-06 Tom Tromey <tromey@redhat.com>
1326
1327 PR python/14386:
1328 * varobj.c (update_dynamic_varobj_children): Don't call
1329 PyIter_Check.
1330
4979d7f0
TT
13312012-08-06 Tom Tromey <tromey@redhat.com>
1332
1333 PR cli/14392:
1334 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
1335
f3c8a52a
JK
13362012-08-06 Nathaniel Flath <flat0103@gmail.com>
1337
1338 * NEWS: New entry for 'cd' default parameters.
1339 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
1340
5a1cf4d6
TT
13412012-08-03 Tom Tromey <tromey@redhat.com>
1342
1343 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
1344 return.
1345
7c3270ae
UW
13462012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
1347
1348 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
1349 to attempting lseek/write.
1350 (inf_child_fileio_pread): Likewise for pread.
1351
ccce17b0
YQ
13522012-08-02 Yao Qi <yao@codesourcery.com>
1353
1354 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
1355 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
1356 add_setshow_zinteger_cmd.
1357 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
1358 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
1359 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
1360 instead of add_setshow_zinteger_cmd.
1361 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
1362 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
1363 instead of add_setshow_zinteger_cmd.
1364 * frame.c (frame_debug): Add 'unsigned'.
1365 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
1366 add_setshow_zinteger_cmd.
1367 * frame.h: Update the declaration of 'frame_debug'.
1368 * gdbtypes.c (overload_debug): Add 'unsigned'.
1369 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
1370 add_setshow_zinteger_cmd.
1371 * inferior.h: Update declaration of 'debug_infrun'.
1372 * infrun.c (debug_infrun): Add 'unsigned'.
1373 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
1374 add_setshow_zinteger_cmd.
1375 * jit.c (jit_debug): Add 'unsigned'.
1376 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
1377 add_setshow_zinteger_cmd.
1378 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
1379 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
1380 instead of add_setshow_zinteger_cmd.
1381 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
1382 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
1383 add_setshow_zinteger_cmd.
1384 * machoread.c (mach_o_debug_level): Add 'unsigned'.
1385 (_initialize_machoread): Call add_setshow_zuinteger_cmd
1386 instead of add_setshow_zinteger_cmd.
1387 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
1388 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
1389 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
1390 intead of add_setshow_zinteger_cmd.
1391 * mips-tdep.c (mips_debug): Add 'unsigned'.
1392 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
1393 instead of add_setshow_zinteger_cmd.
1394 * monitor.c (monitor_debug): Add 'unsigned'.
1395 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
1396 add_setshow_zinteger_cmd.
1397 * observer.c (observer_debug): Add 'unsigned'.
1398 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
1399 add_setshow_zinteger_cmd.
1400 * parse.c (expressiondebug): Add 'unsigned'.
1401 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
1402 add_setshow_zinteger_cmd.
1403 * record.c (record_debug): Add 'unsigned'.
1404 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
1405 add_setshow_zinteger_cmd.
1406 * record.h: Update the declaration of 'record_debug'.
1407 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
1408 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
1409 add_setshow_zinteger_cmd.
1410 * serial.c (global_serial_debug_p): Add 'unsigned'.
1411 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
1412 add_setshow_zinteger_cmd.
1413 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
1414 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
1415 add_setshow_zinteger_cmd.
1416 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
1417 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
1418 add_setshow_zinteger_cmd.
1419 * target.c (targetdebug): Add 'unsigned'.
1420 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
1421 add_setshow_zinteger_cmd.
1422 * valops.c (overload_debug): Add 'unsigned'.
1423 * varobj.c (varobjdebug): Add 'unsigned'.
1424 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
1425 add_setshow_zinteger_cmd.
1426 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
1427 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
1428 instead of add_setshow_zinteger_cmd.
1429
1430 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
1431 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
1432 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
1433 instead of add_setshow_zinteger_cmd.
1434 * gdbarch.c, gdbarch.h: Re-generated.
1435
95b07c96
YQ
14362012-08-02 Yao Qi <yao@codesourcery.com>
1437
1438 * nto-tdep.c: Don't include cli/cli-decode.h and
1439 cli/cli-cmds.h.
1440 (_initialize_nto_tdep): Remove.
1441 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
1442 Remove field.
1443 Remove macro nto_internal_debugging.
1444
57295b0b
RH
14452012-08-01 Richard Henderson <rth@redhat.com>
1446
1447 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
1448 (mep-*-*) [gdb_target_obs]: Likewise.
1449
f782ad9b
AS
14502012-07-31 Andreas Schwab <schwab@linux-m68k.org>
1451
1452 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
1453 linux_get_siginfo_type.
1454
a14dd77e
JK
14552012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1456
1457 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
1458 AT_ENTRY_POINT.
1459 (call_function_by_hand) <ON_STACK>: Call write_memory with
1460 gdbarch_breakpoint_from_pc, if possible.
1461 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
1462 here.
1463
1467929f
YQ
14642012-07-31 Yao Qi <yao@codesourcery.com>
1465
1466 * tracepoint.c: Add 'static' for some variables.
1467
70976b65
YQ
14682012-07-31 Yao Qi <yao@codesourcery.com>
1469
1470 * go32-nat.c: Declare _initialize_go32_nat.
1471 * ser-go32.c: Declare _initialize_ser_dos.
1472 * top.c (do_chdir_cleanup): Add 'static'.
1473
eff9c3e6
KS
14742012-07-30 Keith Seitz <keiths@redhat.com>
1475
1476 * linespec.c (linespec_lex_number): A number followed
1477 by quotes is a valid number, too.
1478
728400d7
TT
14792012-07-30 Tom Tromey <tromey@redhat.com>
1480
1481 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
1482
fcf303ab
UW
14832012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
1484
1485 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
1486 attempt to 4-byte-align HW breakpoint addresses for Thumb.
1487
4e969b4f
AB
14882012-07-30 Andrew Burgess <aburgess@broadcom.com>
1489
1490 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
1491 invalid or reevaluated to prevent prevent references to possibly
1492 delete'd type objects being left in the varobj.
1493
c4bfde41
JK
14942012-07-27 Tom Tromey <tromey@redhat.com>
1495 Jan Kratochvil <jan.kratochvil@redhat.com>
1496
1497 * copying.awk: Print buffer-read-only and vi ro markers.
1498 * copying.c: Rebuild.
1499 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
1500 * gdbarch.c, gdbarch.h: Rebuild.
1501 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
1502 buffer-read-only and vi ro markers.
1503 * features/arm-with-iwmmxt.c: Rebuild.
1504 * features/arm-with-m-fpa-layout.c: Rebuild.
1505 * features/arm-with-m-vfp-d16.c: Rebuild.
1506 * features/arm-with-m.c: Rebuild.
1507 * features/arm-with-neon.c: Rebuild.
1508 * features/arm-with-vfpv2.c: Rebuild.
1509 * features/arm-with-vfpv3.c: Rebuild.
1510 * features/i386/amd64-avx-linux.c: Rebuild.
1511 * features/i386/amd64-avx.c: Rebuild.
1512 * features/i386/amd64-linux.c: Rebuild.
1513 * features/i386/amd64.c: Rebuild.
1514 * features/i386/i386-avx-linux.c: Rebuild.
1515 * features/i386/i386-avx.c: Rebuild.
1516 * features/i386/i386-linux.c: Rebuild.
1517 * features/i386/i386-mmx-linux.c: Rebuild.
1518 * features/i386/i386-mmx.c: Rebuild.
1519 * features/i386/i386.c: Rebuild.
1520 * features/i386/x32-avx-linux.c: Rebuild.
1521 * features/i386/x32-avx.c: Rebuild.
1522 * features/i386/x32-linux.c: Rebuild.
1523 * features/i386/x32.c: Rebuild.
1524 * features/mips-dsp-linux.c: Rebuild.
1525 * features/mips-linux.c: Rebuild.
1526 * features/mips64-dsp-linux.c: Rebuild.
1527 * features/mips64-linux.c: Rebuild.
1528 * features/rs6000/powerpc-32.c: Rebuild.
1529 * features/rs6000/powerpc-32l.c: Rebuild.
1530 * features/rs6000/powerpc-403.c: Rebuild.
1531 * features/rs6000/powerpc-403gc.c: Rebuild.
1532 * features/rs6000/powerpc-405.c: Rebuild.
1533 * features/rs6000/powerpc-505.c: Rebuild.
1534 * features/rs6000/powerpc-601.c: Rebuild.
1535 * features/rs6000/powerpc-602.c: Rebuild.
1536 * features/rs6000/powerpc-603.c: Rebuild.
1537 * features/rs6000/powerpc-604.c: Rebuild.
1538 * features/rs6000/powerpc-64.c: Rebuild.
1539 * features/rs6000/powerpc-64l.c: Rebuild.
1540 * features/rs6000/powerpc-7400.c: Rebuild.
1541 * features/rs6000/powerpc-750.c: Rebuild.
1542 * features/rs6000/powerpc-860.c: Rebuild.
1543 * features/rs6000/powerpc-altivec32.c: Rebuild.
1544 * features/rs6000/powerpc-altivec32l.c: Rebuild.
1545 * features/rs6000/powerpc-altivec64.c: Rebuild.
1546 * features/rs6000/powerpc-altivec64l.c: Rebuild.
1547 * features/rs6000/powerpc-cell32l.c: Rebuild.
1548 * features/rs6000/powerpc-cell64l.c: Rebuild.
1549 * features/rs6000/powerpc-e500.c: Rebuild.
1550 * features/rs6000/powerpc-e500l.c: Rebuild.
1551 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
1552 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
1553 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
1554 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
1555 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
1556 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
1557 * features/rs6000/powerpc-vsx32.c: Rebuild.
1558 * features/rs6000/powerpc-vsx32l.c: Rebuild.
1559 * features/rs6000/powerpc-vsx64.c: Rebuild.
1560 * features/rs6000/powerpc-vsx64l.c: Rebuild.
1561 * features/rs6000/rs6000.c: Rebuild.
1562 * features/s390-linux32.c: Rebuild.
1563 * features/s390-linux32v1.c: Rebuild.
1564 * features/s390-linux32v2.c: Rebuild.
1565 * features/s390-linux64.c: Rebuild.
1566 * features/s390-linux64v1.c: Rebuild.
1567 * features/s390-linux64v2.c: Rebuild.
1568 * features/s390x-linux64.c: Rebuild.
1569 * features/s390x-linux64v1.c: Rebuild.
1570 * features/s390x-linux64v2.c: Rebuild.
1571 * features/tic6x-c62x-linux.c: Rebuild.
1572 * features/tic6x-c62x.c: Rebuild.
1573 * features/tic6x-c64x-linux.c: Rebuild.
1574 * features/tic6x-c64x.c: Rebuild.
1575 * features/tic6x-c64xp-linux.c: Rebuild.
1576 * features/tic6x-c64xp.c: Rebuild.
1577
826f0041
TT
15782012-07-27 Tom Tromey <tromey@redhat.com>
1579
1580 * c-exp.y (classify_name): Avoid assignment in condition.
1581
84552b16
PA
15822012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
1583
1584 * amd64-windows-tdep.c: Include "frame.h".
1585 (amd64_windows_skip_trampoline_code): New function.
1586 (amd64_windows_init_abi): Add trampoline registration.
1587
a8a64aa8
YQ
15882012-07-27 Yao Qi <yao@codesourcery.com>
1589
1590 * tracepoint.c (cur_traceframe_number): Remove.
1591 (set_tfile_traceframe): Remove.
1592 (tfile_trace_find, tfile_fetch_registers): Update callers.
1593 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
1594 (tfile_open, tfile_trace_find): Likewise.
1595
d99067cb
YQ
15962012-07-27 Yao Qi <yao@codesourcery.com>
1597
1598 * thread.c (switch_to_thread): Don't call registers_changed.
1599
f2e8016f
TT
16002012-07-26 Tom Tromey <tromey@redhat.com>
1601
f782ad9b
AS
1602 * Makefile.in (SFILES): Remove objc-exp.y.
1603 (YYFILES): Remove objc-exp.c.
1604 (YYOBJ): Remove objc-exp.o.
1605 (local-maintainer-clean): Don't mention objc-exp.c.
1606 * c-exp.y: Include objc-lang.h.
1607 (%union) <class>: New field.
1608 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
1609 (exp): Clone subscript production for OBJC_LBRAC. Add various
1610 Objective C productions.
1611 (msglist, msgarglist, msgarg): New productions.
1612 (array_mod, func_mod, operator): Clone productions for
1613 OBJC_LBRAC.
1614 (parse_string_or_char): Handle '@' strings.
1615 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
1616 (classify_name): Check la_name_of_this. Recognize ObjC class
1617 names.
1618 * objc-exp.y: Remove.
1619 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
1620 * objc-lang.h (objc_parse, objc_error): Don't declare.
f2e8016f 1621
f66713d2
JK
16222012-07-26 Markus Metzger <markus.t.metzger@intel.com>
1623
1624 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
1625
7cfe01b4
JK
16262012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1627
1628 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
1629 and decrement.
1630
5ba19b4c
TT
16312012-07-26 Tom Tromey <tromey@redhat.com>
1632
1633 * copying.c: Rebuild.
1634 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
1635 'no_class'.
1636
27618ce4
TT
16372012-07-26 Tom Tromey <tromey@redhat.com>
1638
1639 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
1640 immediate_quit.
1641 (print_objfile_statistics): Likewise.
1642 (maintenance_print_symbols): Likewise.
1643 (maintenance_print_msymbols): Likewise.
1644 (maintenance_print_objfiles): Likewise.
1645 * psymtab.c (print_partial_symbols): Call QUIT.
1646 (maintenance_print_psymbols): Likewise. Don't modify
1647 immediate_quit.
1648 * copying.c (show_copying_command): Don't modify immediate_quit.
1649 (show_warranty_command): Likewise.
1650 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
1651
dd3818c8
KS
16522012-07-26 Keith Seitz <keiths@redhat.com>
1653
1654 * linespec.c (linespec_lexer_lex_number): The input
1655 is also a valid number if the next character is a comma
1656 or colon.
1657
23a80689
JB
16582012-07-26 Joel Brobecker <brobecker@adacore.com>
1659
1660 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
1661 configure options.
1662
29f77997
TG
16632012-07-26 Tristan Gingold <gingold@adacore.com>
1664
1665 * machoread.c: Include gdb_bfd.h.
1666
a55c1f32
TG
16672012-07-26 Tristan Gingold <gingold@adacore.com>
1668
1669 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
1670 offset.
1671
56eb65bd
SP
16722012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1673
1674 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
1675 SIZE to size_t.
1676 (dwarf2_evaluate_loc_desc): Likewise.
1677 (dwarf2_loc_desc_needs_frame): Likewise.
1678 (locexpr_describe_location_1): Likewise.
1679 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
1680 size_t.
1681 (struct dwarf2_loclist_baton): Likewise.
1682 * dwarf2read.c (struct dwarf_block): Likewise.
1683 (dump_die_shallow): Use pulongest to print dwarf_block.size.
1684 (decode_locdesc): Expand SIZE and I to size_t.
1685
aec8845c
JK
16862012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1687
1688 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
1689
33d7655b
JB
16902012-07-25 Joel Brobecker <brobecker@adacore.com>
1691
1692 * doublest.c (convert_doublest_to_floatformat): If the exponent
1693 is too small, treat the value as zero. If the exponent is too
1694 large, treat the value as infinity.
1695
a22d44ff
JB
16962012-07-25 Joel Brobecker <brobecker@adacore.com>
1697
1698 * configure.ac: Add --enable-lmcheck configure option.
1699 * configure: Regenerate.
1700
d6b28940
TT
17012012-07-25 Tom Tromey <tromey@redhat.com>
1702
f782ad9b
AS
1703 * NEWS: Mention maint info bfds.
1704 * gdb_bfd.c (all_bfds): New global.
1705 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
1706 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
1707 New functions.
d6b28940 1708
6e73ba20
RC
17092012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
1710
1711 * configure.tgt: Add v850*-*-rtems*.
1712
d560eebd
TT
17132012-07-25 Tom Tromey <tromey@redhat.com>
1714
1715 * macrotab.c (macro_bcache_str): Remove cast.
1716
d7cbec71
HZ
17172012-07-25 Hui Zhu <hui_zhu@mentor.com>
1718
1719 * linespec.c (linespec_lexer_lex_number): Update comments,
1720 change the return and add check to make sure the input is
1721 the decimal numbers.
1722 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
1723 false, call linespec_lexer_lex_string.
1724
882f447f
TT
17252012-07-24 Tom Tromey <tromey@redhat.com>
1726
1727 * symfile.c (symbol_file_add): Don't open BFD twice.
1728
53ab4066 17292012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
e12c7713
MK
1730
1731 * breakpoint.c (create_breakpoint): Store condition for pending
1732 breakpoints.
1733
108fb0f7
AS
17342012-07-24 Andreas Schwab <schwab@linux-m68k.org>
1735
1736 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
1737 (m68k_return_value): Handle complex types like structures.
1738 (m68k_svr4_return_value): Likewise.
1739
1634dcbe
JK
17402012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
1741
1742 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
1743 parameters to bfd_get_section_name.
1744
e2d12c21
YQ
17452012-07-24 Yao Qi <yao@codesourcery.com>
1746
1747 * cli/cli-setshow.c: Handle case 'var_uinteger'
1748 and 'var_zuninteger' together. Handle case 'var_integer' and
1749 'var_zinteger' together.
1750
64b92e45
KS
17512012-07-23 Keith Seitz <keiths@redhat.com>
1752
1753 * linespec.c (convert_linespec_to_sal): Don't add
1754 any symbols to the result vector if symbol_to_sal
1755 returns zero.
1756
0f5f4ffe
KS
17572012-07-23 Keith Seitz <keiths@redhat.com>
1758
1759 * linespec.c (decode_objc): Record the function name
1760 in the linespec.
1761
da1cc82f
TT
17622012-07-23 Tom Tromey <tromey@redhat.com>
1763
1764 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
1765 counting.
1766 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
1767 (map_vmap): Acquire a reference to the BFD.
1768
6c18f3e0
SP
17692012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
1770
1771 * p-valprint.c (pascal_object_print_value): Replace potentially
1772 unsafe alloca with xmalloc/xfree.
1773 * valops.c (search_struct_method): Likewise.
1774
695c3173
TT
17752012-07-23 Tom Tromey <tromey@redhat.com>
1776
1777 * solib-svr4.c (enable_break): Update.
1778 * bfd-target.h (target_bfd_reopen): Update documentation.
1779
08d2cd74
TT
17802012-07-23 Tom Tromey <tromey@redhat.com>
1781
1782 * symfile.c (separate_debug_file_exists): Update.
1783 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
1784 (reread_symbols): Update.
1785 * elfread.c (build_id_verify): Update.
1786 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
1787 bfd_open_maybe_remote.
1788
596f7d67
TT
17892012-07-23 Tom Tromey <tromey@redhat.com>
1790
1791 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
1792
8ac244b4
TT
17932012-07-23 Tom Tromey <tromey@redhat.com>
1794
1795 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
1796 and 'abfd'.
1797 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
1798 and 'abfd'.
1799 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
1800 * machoread.c (macho_add_oso_symfile): Make a cleanup for
1801 'abfd'.
1802 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
1803 * objfiles.c (allocate_objfile): Acquire a new reference.
1804 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
1805 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
1806 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
1807 a cleanup for 'nbfd'.
1808 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
1809 for 'nbfd'.
1810 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
1811 make a cleanup for 'abfd'.
1812 (symbol_file_add): Make a BFD cleanup.
1813
64c31149
TT
18142012-07-23 Tom Tromey <tromey@redhat.com>
1815
1816 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
1817 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
1818 * corelow.c (core_open): Use gdb_bfd_fopen.
1819 * dsrec.c (load_srec): Use gdb_bfd_openr.
1820 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
1821 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
1822 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
1823 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
1824 (gdb_bfd_fdopenr): New functions.
1825 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
1826 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
1827 (gdb_bfd_fdopenr): Declare.
1828 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
1829 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
1830 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
1831 gdb_bfd_openr_next_archived_file.
1832 (macho_check_dsym): Use gdb_bfd_openr.
1833 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
1834 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
1835 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
1836 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
1837 gdb_bfd_openr.
1838 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
1839 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
1840 gdb_bfd_openr_next_archived_file.
1841 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1842 Use gdb_bfd_openr.
1843 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1844 gdb_bfd_openr.
1845 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
1846 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
1847 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
1848 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
1849 (symfile_bfd_open): Use gdb_bfd_fopen.
1850 (generic_load): Use gdb_bfd_openr.
1851 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
1852
520b0001
TT
18532012-07-23 Tom Tromey <tromey@redhat.com>
1854
1855 * bfd-target.c (target_bfd_reopen): Update.
1856 * cli/cli-dump.c (bfd_openr_with_cleanup)
1857 (bfd_openw_with_cleanup): Update.
1858 * corelow.c (core_open): Update.
1859 * dsrec.c (load_srec): Update.
1860 * exec.c (exec_file_attach): Update.
1861 * gcore.c (create_gcore_bfd): Update.
1862 * gdb_bfd.c (gdb_bfd_ref): Return void.
1863 (gdb_bfd_open): Update.
1864 * gdb_bfd.h (gdb_bfd_ref): Return void.
1865 Update comments.
1866 * jit.c (jit_bfd_try_read_symtab): Update.
1867 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
1868 * machoread.c (macho_symfile_read_all_oso): Update.
1869 (macho_check_dsym): Update.
1870 * procfs.c (insert_dbx_link_bpt_in_file): Update.
1871 * remote-m32r-sdi.c (m32r_load): Update.
1872 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
1873 * rs6000-nat.c (add_vmap): Update.
1874 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1875 Update.
1876 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
1877 * solib-spu.c (spu_bfd_open): Update.
1878 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
1879 * spu-linux-nat.c (spu_bfd_open): Update.
1880 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
1881 (generic_load): Update.
1882 * windows-nat.c (windows_make_so): Update.
1883
2322ff16
SP
18842012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
1885
1886 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
1887
3def0b36
PA
18882012-07-20 Jeff Kenton <jkenton@tilera.com>
1889
1890 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
1891 SIGTRAMP_FRAME unwinding.
1892
e615022a
DE
18932012-07-20 Doug Evans <dje@google.com>
1894
1895 * NEWS: Document new options "set/show use-deprecated-index-sections",
1896 and delete reference to --use-deprecated-index-sections.
1897 * symfile.h (use_deprecated_index_sections): Delete.
1898 * dwarf2read.c (use_deprecated_index_sections): Make static.
1899 (read_index_from_section): Update wording of how to load
1900 deprecated index sections.
1901 (_initialize_dwarf2_read): New options
1902 "set/show use-deprecated-index-sections".
1903 * main.c (captured_main): Delete --use-deprecated-index-sections.
1904
64776a0b
PA
19052012-07-20 Pedro Alves <palves@redhat.com>
1906
1907 PR threads/11692
1908 PR gdb/12203
1909
1910 * infrun.c (handle_inferior_event) <new thread>: Don't special
1911 case minus_one_ptid.
1912 <TARGET_WAITKIND_SPURIOUS>: Ditto.
1913 * linux-thread-db.c (thread_get_info_callback): Don't return early
1914 if the thread is zombie.
1915 (thread_from_lwp): Change return type to void. Rewrite stale
1916 comment.
1917 (attach_thread): Don't return early if the thread is zombie,
1918 instead set its "dying" flag.
1919 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
1920 (find_new_threads_callback): Don't return early if the thread is
1921 zombie.
1922
09826ec5
PA
19232012-07-20 Pedro Alves <palves@redhat.com>
1924
1925 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
1926 * target.c (target_wait): Likewise.
1927 (str_comma_list_concat_elem, do_option, target_options_to_string):
1928 New functions.
1929 * target.h (target_options_to_string): Declare.
1930
f7a35f02
TT
19312012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1932 Tom Tromey <tromey@redhat.com>
1933
1934 * dwarf2read.c (dwarf_decode_macros)
1935 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
1936 DW_MACRO_GNU_transparent_include_alt>: New cases.
1937 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
1938 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
1939
b81e1ee0
TT
19402012-07-20 Tom Tromey <tromey@redhat.com>
1941
1942 * dwarf2read.c (try_open_dwo_file): Don't call
1943 gdb_bfd_stash_filename.
1944
99c1624c
PA
19452012-07-20 Pedro Alves <palves@redhat.com>
1946
1947 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
1948 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
1949 (i386_process_record): Tweak description comments.
1950
4ffa4fc7
PA
19512012-07-20 Pedro Alves <palves@redhat.com>
1952
1953 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
1954 (i386_process_record): Use record_read_memory.
1955 * record.c (record_read_memory): New function.
1956 (record_arch_list_add_mem, record_exec_insn): Use
1957 record_read_memory.
1958 * record.h (record_read_memory): Declare.
1959
c24343e2
YQ
19602012-07-20 Yao Qi <yao@codesourcery.com>
1961
1962 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
1963 NULL for xfree.
1964
90f47860
PA
19652012-07-19 Pedro Alves <palves@redhat.com>
1966
1967 * record.c (record_resume): Ask the target beneath to report all
1968 signals.
1969
01093045
DE
19702012-07-19 Doug Evans <dje@google.com>
1971
1972 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
1973 there's no section at address zero.
1974 (dwarf2_record_block_ranges): Ditto.
1975
a7c3d162
YQ
19762012-07-19 Yao Qi <yao@codesourcery.com>
1977
1978 * command.h, remote.c: Fix a typo in comment.
1979
608b4967
TT
19802012-07-19 Tom Tromey <tromey@redhat.com>
1981
1982 PR exp/13206:
1983 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
1984 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
1985 OP_DECLTYPE>: New cases.
1986 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
1987 (type_exp): Add new productions.
1988 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
1989 and decltype.
1990 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
1991 New case.
1992 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
1993 OP_DECLTYPE>: New case.
1994 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
1995 New case.
1996 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
1997 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
1998
274b54d7
TT
19992012-07-19 Tom Tromey <tromey@redhat.com>
2000
2001 * c-exp.y (enum token_flags): New.
2002 (struct token) <cxx_only>: Remove.
2003 <flags>: New field.
2004 (tokentab3, tokentab2, ident_tokens): Update.
2005 (lex_one_token): Update. Handle FLAG_SHADOW.
2006
9eaf6705
TT
20072012-07-19 Tom Tromey <tromey@redhat.com>
2008
2009 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
2010 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
2011 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
2012 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
2013 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
2014 type_exp production where appropriate.
2015 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
2016 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
2017 <UNOP_MEMVAL_TYPE>: New case.
2018 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
2019 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
2020 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
2021 <UNOP_MEMVAL_TYPE>: New case.
2022 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
2023 UNOP_REINTERPRET_CAST>: Update.
2024 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2025 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
2026 UNOP_REINTERPRET_CAST>: Update.
2027 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2028 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
2029 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
2030 constants.
2031
6ace3df1
YQ
20322012-07-19 Yao Qi <yao@codesourcery.com>
2033 Jan Kratochvil <jan.kratochvil@redhat.com>
2034
2035 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
2036 and case 'var_optional_filename' together.
2037 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
2038 instead of add_setshow_optional_filename_cmd for setshow command
2039 'args'. Set completer for 'set args'.
2040
48faced0
DE
20412012-07-18 Doug Evans <dje@google.com>
2042
2043 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
2044 * common/gdb_vecs.c: New file, contents from utils.c.
2045 * common/host-defs.h: New file, contents from defs.h.
2046 * utils.h: New file, contents from defs.h.
2047 * defs.h: Move all declarations of objects defined in utils.c
2048 to utils.h (except QUIT() and related).
2049 #include "utils.h", "host-defs.h".
2050 * probe.h (probe_p): Move here from gdb_vecs.h.
2051 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
2052 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
2053 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
2054 * Makefile.in (SFILES): Add common/gdb_vecs.c.
2055 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
2056 (COMMON_OBS): Add gdb_vecs.o.
2057 (gdb_vecs.o): New rule.
2058
66f1999b
KS
20592012-07-18 Keith Seitz <keiths@redhat.com>
2060
2061 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
2062 parameter. If non-zero, use SYMNAME as the canonical name
2063 for the SaL.
2064 Update all callers.
2065 (convert_linespec_to_sals): Use add_sal_to_sals for
2066 expressions, too.
2067 (decode_line_full): No need to "fill in missing canonical names"
2068 anymore. Simply make cleanups for the allocated names.
2069
5d94e27b
KS
20702012-07-18 Keith Seitz <keiths@redhat.com>
2071
2072 * linespec.c (struct linespec): Constify expression,
2073 source_filename, function_name, and label_name.
2074 (symbol_not_found_error): Make all parameters const.
2075 (linespec_parser_delete): No need to check for NULL
2076 when using xfree. Cast const char * to char * for xfree.
2077
af4908ba
KS
20782012-07-18 Keith Seitz <keiths@redhat.com>
2079
2080 * breakpoint.c (invalid_thread_id_error): New function.
2081 (find_condition_and_thread): Use invalid_thread_id_error.
2082 (watch_command_1): Likewise.
2083
853254db
TT
20842012-07-18 Tom Tromey <tromey@redhat.com>
2085
2086 * cc-with-index.sh, cc-with-dwz.sh: Remove.
2087 * contrib/cc-with-tweaks.sh: New file.
2088
2ec9a5e0
TT
20892012-07-18 Tom Tromey <tromey@redhat.com>
2090
2091 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
2092 (locate_dwz_sections): Recognize .gdb_index.
2093 (create_cus_from_index_list): New function.
2094 (create_cus_from_index): Use it. Handle .dwz data.
2095 (read_index_from_section): New function, extracted from
2096 dwarf2_read_index.
2097 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
2098 if needed.
2099
36586728
TT
21002012-07-18 Tom Tromey <tromey@redhat.com>
2101
2102 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
2103 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
2104 <is_dwz>: New field.
2105 (struct dwz_file): New.
2106 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
2107 (locate_dwz_sections, dwarf2_get_dwz_file)
2108 (get_abbrev_section_for_cu): New functions.
2109 (error_check_comp_unit_head, read_and_check_comp_unit_head)
2110 (read_and_check_type_unit_head): Add abbrev_section argument.
2111 (create_debug_types_hash_table): Update.
2112 (init_cutu_and_read_dies): Use proper abbrev section.
2113 (init_cutu_and_read_dies_no_follow): Likewise.
2114 (set_partial_user): Do nothing if PST==NULL.
2115 (read_comp_units_from_section): New function.
2116 (create_all_comp_units): Use it.
2117 (scan_partial_symbols, partial_die_parent_scope): Update.
2118 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2119 (process_imported_unit_die, read_partial_die): Handle .dwz files.
2120 (find_partial_die): Add offset_in_dwz argument. Update.
2121 (guess_partial_die_structure_name, fixup_partial_die): Update.
2122 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
2123 DW_FORM_GNU_strp_alt.
2124 (read_indirect_string_from_dwz): New function.
2125 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
2126 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2127 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
2128 (follow_die_offset): Add offset_in_dwz argument.
2129 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
2130 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
2131 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
2132 Handle new macro forms.
2133 (dwarf_decode_macros): Update.
2134 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
2135 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
2136 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
2137 (create_debug_types_hash_table): Use correct abbrev section.
2138 (get_debug_line_section): New function.
2139 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
2140 (process_full_comp_unit): Pass 'required' argument to
2141 end_symtab_get_static_block.
2142 * buildsym.h (end_symtab_get_static_block): Update.
2143 * buildsym.c (end_symtab_get_static_block): Add 'required'
2144 argument.
2145 (end_symtab, end_expandable_symtab): Update.
2146
4bf44c1c
TT
21472012-07-18 Tom Tromey <tromey@redhat.com>
2148
2149 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
2150 (pagesize): Remove.
2151 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
2152 (zlib_decompress_section): Remove.
2153 (dwarf2_read_section): Use gdb_bfd_map_section.
2154 (munmap_section_buffer): Remove.
2155 (free_dwo_file, dwarf2_per_objfile_free): Don't use
2156 munmap_section_buffer.
2157 * gdb_bfd.c: Include zlib.h, sys/mman.h.
2158 (struct gdb_bfd_section_data): New.
2159 (free_one_bfd_section): New function.
2160 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
2161 (get_section_descriptor, zlib_decompress_section)
2162 (gdb_bfd_map_section): New functions.
2163 * gdb_bfd.h (gdb_bfd_map_section): Declare.
2164
bb397797
TT
21652012-07-18 Tom Tromey <tromey@redhat.com>
2166
2167 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
2168
6ec53d05
TT
21692012-07-18 Tom Tromey <tromey@redhat.com>
2170
2171 * gdb_bfd.c (struct gdb_bfd_data): New.
2172 (gdb_bfd_cache): New global.
2173 (struct gdb_bfd_cache_search): New.
2174 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
2175 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
2176 * gdb_bfd.h (gdb_bfd_open): Declare.
2177
f9a062ff
TT
21782012-07-18 Tom Tromey <tromey@redhat.com>
2179
2180 * utils.c (make_cleanup_bfd_unref): Rename from
2181 make_cleanup_bfd_close.
2182 * defs.h (make_cleanup_bfd_unref): Rename from
2183 make_cleanup_bfd_close.
2184 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
2185 (bfd_openw_with_cleanup): Update.
2186 * corelow.c (core_open): Update.
2187 * dsrec.c (load_srec): Update.
2188 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2189 * remote-m32r-sdi.c (m32r_load): Update.
2190 * remote-mips.c (mips_load_srec): Update.
2191 (pmon_load_fast): Update.
2192 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2193 Update.
2194 (darwin_bfd_open): Update.
2195 * solib.c (solib_bfd_fopen): Update.
2196 * symfile-mem.c (symbol_file_add_from_memory): Update.
2197 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
2198 (symfile_bfd_open): Update.
2199 (generic_load): Update.
2200
d6ad71ba
TT
22012012-07-18 Tom Tromey <tromey@redhat.com>
2202
2203 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
2204 (pmon_load_fast): Likewise.
2205 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
2206 (m32r_upload_command): Likewise.
2207 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
2208 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2209 Use make_cleanup_bfd_close.
2210
a4453b7e
TT
22112012-07-18 Tom Tromey <tromey@redhat.com>
2212
2213 * symfile.c (symfile_bfd_open): Don't copy name. Call
2214 gdb_bfd_stash_filename.
2215 (load_command): Open the new BFD before freeing the old.
2216 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
2217 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
2218 Call gdb_bfd_stash_filename.
2219 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
2220 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
2221 gdb_bfd_stash_filename.
2222 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2223 Free found_pathname.
2224 * rs6000-nat.c (add_vmap): Don't copy filename. Call
2225 gdb_bfd_stash_filename.
2226 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
2227 * machoread.c (macho_add_oso_symfile): Call
2228 gdb_bfd_stash_filename.
2229 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
2230 gdb_bfd_stash_filename.
2231 (macho_check_dsym): Don't copy filename. Call
2232 gdb_bfd_stash_filename.
2233 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
2234 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
2235 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
2236 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
2237 * exec.c (exec_close): Don't free the BFD's filename.
2238 (exec_file_attach): Don't copy the filename. Call
2239 gdb_bfd_stash_filename.
2240 * corelow.c (core_close): Don't free the BFD's filename.
2241 (core_open): Call gdb_bfd_stash_filename.
2242 * corefile.c (reopen_exec_file): Remove #if 0 code.
2243 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
2244 pathname.
2245 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
2246
cbb099e8
TT
22472012-07-18 Tom Tromey <tromey@redhat.com>
2248
2249 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
2250 gdb_bfd_unref.
2251 (free_dwo_file): Use gdb_bfd_unref.
2252 * cli/cli-dump.c: Include gdb_bfd.h.
2253 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
2254 (bfd_openr_with_cleanup): Likewise.
2255 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
2256 gdb_bfd_unref.
2257 * utils.c: Include gdb_bfd.h.
2258 (do_bfd_close_cleanup): Use gdb_bfd_unref.
2259 * symfile.c: Include gdb_bfd.h.
2260 (separate_debug_file_exists): Use gdb_bfd_unref.
2261 (bfd_open_maybe_remote): Use gdb_bfd_ref.
2262 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2263 (generic_load): Use gdb_bfd_ref.
2264 (reread_symbols): Use gdb_bfd_unref.
2265 * symfile-mem.c: Include gdb_bfd.h.
2266 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
2267 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2268 * solib.c: Include gdb_bfd.h.
2269 (solib_bfd_fopen): Use gdb_bfd_ref.
2270 (solib_bfd_open): Use gdb_bfd_unref.
2271 (free_so_symbols): Use gdb_bfd_unref.
2272 (reload_shared_libraries_1): Use gdb_bfd_unref.
2273 * solib-spu.c: Include gdb_bfd.h.
2274 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
2275 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
2276 gdb_bfd_unref.
2277 * solib-frv.c: Include gdb_bfd.h.
2278 (enable_break2): Use gdb_bfd_unref.
2279 * solib-dsbt.c: Include gdb_bfd.h.
2280 (enable_break2): Use gdb_bfd_unref.
2281 * solib-darwin.c: Include gdb_bfd.h.
2282 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
2283 gdb_bfd_unref.
2284 (darwin_bfd_open): Use gdb_bfd_unref.
2285 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
2286 * remote-mips.c: Include gdb_bfd.h.
2287 (mips_load_srec): Use gdb_bfd_ref.
2288 (pmon_load_fast): Use gdb_bfd_ref.
2289 * remote-m32r-sdi.c: Include gdb_bfd.h.
2290 (m32r_load): Use gdb_bfd_ref.
2291 * record.c: Include gdb_bfd.h.
2292 (record_save_cleanups): Use gdb_bfd_unref.
2293 (cmd_record_save): Use gdb_bfd_unref.
2294 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
2295 gdb_bfd_unref.
2296 * objfiles.h (gdb_bfd_close_or_warn): Remove.
2297 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
2298 * objfiles.c: Include gdb_bfd.h.
2299 (free_objfile): Use gdb_bfd_unref.
2300 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
2301 gdb_bfd.c.
2302 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
2303 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
2304 (macho_check_dsym): Likewise.
2305 * m32r-rom.c: Include gdb_bfd.h.
2306 (m32r_load): Use gdb_bfd_ref.
2307 (m32r_upload_command): Use gdb_bfd_ref.
2308 * jit.c: Include gdb_bfd.h.
2309 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
2310 * gdb_bfd.h: New file.
2311 * gdb_bfd.c: New file.
2312 * gcore.c: Include gdb_bfd.h.
2313 (create_gcore_bfd): Use gdb_bfd_ref.
2314 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
2315 (gcore_command): Use gdb_bfd_unref.
2316 * exec.c: Include gdb_bfd.h.
2317 (exec_close): Use gdb_bfd_unref.
2318 (exec_close_1): Use gdb_bfd_unref.
2319 (exec_file_attach): Use gdb_bfd_ref.
2320 * elfread.c: Include gdb_bfd.h.
2321 (build_id_verify): Use gdb_bfd_unref.
2322 * dsrec.c: Include gdb_bfd.h.
2323 (load_srec): Use gdb_bfd_ref.
2324 * corelow.c: Include gdb_bfd.h.
2325 (core_close): Use gdb_bfd_unref.
2326 (core_open): Use gdb_bfd_ref.
2327 * bfd-target.c: Include gdb_bfd.h.
2328 (target_bfd_xclose): Use gdb_bfd_unref.
2329 (target_bfd_reopen): Use gdb_bfd_ref.
2330 * Makefile.in (SFILES): Add gdb_bfd.c.
2331 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
2332 (COMMON_OBS): Add gdb_bfd.o.
2333
ed1d1739
KS
23342012-07-18 Keith Seitz <keiths@redhat.com>
2335
2336 * breakpoint.c (find_condition_and_thread): Initialize
2337 TASK and REST.
2338 (create_breakpiont): find_condition_and_thread will now
2339 initialize COND_STRING, THREAD, and REST (and TASK).
2340 (addr_string_to_sals): Likewise.
2341
eab402df
PA
23422012-07-18 Pedro Alves <palves@redhat.com>
2343
2344 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
2345 Pull the single step breakpoints out of the target.
2346
2b963b68
SDJ
23472012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
2348
2349 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
2350 * stap-probe.c (compile_probe_arg): Likewise.
2351
6bac7473
SDJ
23522012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
2353
2354 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
2355 (elf_compile_to_ax): Likewise.
2356 * infrun.c (insert_exception_resume_from_probe): Likewise.
2357 (check_exception_resume): Remove `objfile' variable.
2358 * probe.c (find_probe_by_pc): Remove `objfile' argument.
2359 (struct probe_and_objfile, probe_and_objfile_s): Delete.
2360 (collect_probes): Adjust return value to `VEC (probe_p) *'.
2361 (compare_entries): Rename to...
2362 (compare_probes): ...this. Adjust function to work with
2363 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
2364 respectively.
2365 (gen_ui_out_table_header_info): Adjust `probes' argument to be
2366 `VEC (probe_p) *'.
2367 (print_ui_out_info): Adjust argument to be `struct probe *'.
2368 (info_probes_for_ops): Adjust internal computations to use
2369 `VEC (probe_p) *'.
2370 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
2371 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
2372 gen_info_probes_table_values>: Remove `objfile' argument.
2373 (struct probe) <objfile>: New field.
2374 (find_probe_by_pc): Remove `objfile' argument.
2375 * stap-probe.c (stap_parse_probe_arguments): Likewise.
2376 (stap_get_probe_argument_count): Likewise.
2377 (stap_get_arg): Likewise.
2378 (stap_evaluate_probe_argument): Likewise.
2379 (stap_compile_to_ax): Likewise.
2380 (compile_probe_arg): Refactor not to pass `objfile' anymore.
2381 (handle_stap_probe): Fill `objfile' field from `struct probe'.
2382 (stap_gen_info_probes_table_header): Remove `objfile' argument.
2383 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
2384 sym_compile_to_ax>: Likewise.
2385
3347eb1a 23862012-07-18 Terry Guo <terry.guo@arm.com>
2387
2388 PR 14329
2389 * defs.h (GDB_MI_MSG_WIDTH): New.
2390 * ser_base (ser_base_read_error_fd): New function.
2391 (do_ser_base_readchar): Poll error file descriptor as well as
2392 standard output.
f782ad9b 2393 (generic_readchar): Refactor error handling.
3347eb1a 2394
80c8d323
JB
23952012-07-18 Joel Brobecker <brobecker@adacore.com>
2396
2397 * NEWS: Create a new section for the next release branch.
2398 Rename the section of the current branch, now that it has
2399 been cut.
2400
b45a0664 24012012-07-18 Joel Brobecker <brobecker@adacore.com>
2402
2403 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
2404 * version.in: Bump version to 7.5.50.20120718-cvs.
2405
09cf2b22
KS
24062012-07-17 Keith Seitz <keiths@redhat.com>
2407
2408 * linespec.c (linespec_parse_line_offset): Make parameter
2409 const.
2410
8f043999
JK
24112012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2412
2413 PR 11914
2414 * f-valprint.c (info_common_command): New variable frame_id.
2415 Reinitialize FI form FRAME_ID after each print_variable_and_value.
2416 * printcmd.c (print_variable_and_value): Extend function comment.
2417 Add comment for invalidated FRAME.
2418 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
2419 FI form FRAME_ID after each print_frame_local_vars.
2420 (struct print_variable_and_value_data): Change frame to frame_id.
2421 (do_print_variable_and_value): New variable frame, initialize it from
2422 p->frame_id. Add comment for invalidated FRAME.
2423 (print_frame_local_vars, print_frame_arg_vars): New function comment.
2424 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
2425 for invalidated FRAME.
2426
ae5e0686
MK
24272012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
2428 Pedro Alves <palves@redhat.com>
2429
2430 * linux-nat.c (linux_nat_detach): Don't unregister from the event
2431 loop.
2432
5049c5be
TT
24332012-07-16 Tom Tromey <tromey@redhat.com>
2434
2435 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
2436
2908cac6
DE
24372012-07-15 Doug Evans <dje@google.com>
2438
094b34ac
DE
2439 * dwarf2read.c (stmt_list_hash): New struct.
2440 (type_unit_group): Embed "per_cu" member, remove pointer.
2441 New union member "t", move member "tus" into it, all uses updated.
2442 New member "hash", replaces member "line_offset, all uses updated.
2443 (quick_file_names): Replace member "offset" with "hash", all uses
2444 updated.
2445 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
2446 (hash_file_name_entry, eq_file_name_entry): Call them.
2447 (hash_type_unit_group, eq_type_unit_group): Ditto.
2448 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
2449 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
2450 (dw2_get_file_names): Update.
2451 (create_type_unit_group): Replace "per_cu" arg with "cu".
2452 All callers updated. Fix "quick" (.gdb_index) handling.
2453 (get_type_unit_group): Replace "per_cu" arg with "cu".
2454 All callers updated.
2455 (build_type_unit_groups): Don't reset tu_stats.
2456
2908cac6
DE
2457 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
2458 "tab_cur_size". Change member "tab" to be a htab_t.
2459 (create_filename_seen_cache): Update.
2460 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
2461 (filename_seen): Update.
2462
a2b6eff5
DE
24632012-07-13 Doug Evans <dje@google.com>
2464
2465 * symtab.c (filename_seen): Update comment.
2466
4359dff1
JK
24672012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2468 Doug Evans <dje@google.com>
2469
2470 * buildsym.c (end_symtab_1): Split it to ...
2471 (end_symtab_get_static_block): ... this ...
2472 (end_symtab_from_static_block): ... and this function.
2473 (end_symtab, end_expandable_symtab): Call them.
2474 * buildsym.h (end_symtab_get_static_block)
2475 (end_symtab_from_static_block): New declarations.
2476 * dwarf2read.c (process_full_comp_unit): New variable static_block.
2477 Set its valid CU ranges.
2478
a24f71ab
JK
24792012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2480
2481 * dwarf2loc.c (disassemble_dwarf_expression): Handle
2482 DW_OP_GNU_parameter_ref.
2483
d76b7dbc
JK
24842012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2485
2486 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
2487 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
2488
9fdc877b
DE
24892012-07-13 Doug Evans <dje@google.com>
2490
2491 * symtab.c (output_source_filename): Delete unnecessary forward decl.
2492 (filename_seen_cache): New struct.
2493 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
2494 (create_filename_seen_cache): New function.
2495 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
2496 (filename_seen): Delete arg "first". New arg "cache". All callers
2497 updated.
2498 (output_source_filename_data): New struct.
2499 (output_source_filename): Delete arg "first". New arg "data".
2500 All callers updated.
2501 (sources_info): Delete local "first". New locals "data", "cleanups".
2502 Rewrite to use filename_seen_cache.
2503 (add_partial_filename_data): Delete member "first". New member
2504 "filename_seen_cache". All uses updated.
2505 (make_source_files_completion_list): Rewrite to use
2506 filename_seen_cache.
2507
f80c6f3f
DE
25082012-07-12 Doug Evans <dje@google.com>
2509
2510 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
2511
0bfa869d
DE
25122012-07-10 Doug Evans <dje@google.com>
2513
f4dc4d17
DE
2514 PR gdb/13498
2515 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
2516 all_type_unit_groups, type_unit_groups, tu_stats.
2517 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
2518 All uses updated. Add type_unit_group to union "s".
2519 (type_unit_group): New struct.
2520 (IS_TYPE_UNIT_GROUP): New macro.
2521 (abbrev_table): Delete unused member "section".
2522 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
2523 (dw2_get_cu): Assert not used with type_unit_group.
2524 (dw2_get_primary_cu): New function.
2525 (dw2_build_type_unit_groups_reader): New function.
2526 (dw2_build_type_unit_groups): New function.
2527 (dw2_get_file_names): Assert not called on type units.
2528 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
2529 Redo loop to iterate over type unit groups instead of type units.
2530 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
2531 (read_abbrev_offset): New function.
2532 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
2533 updated.
2534 (create_partial_symtab): New function.
2535 (process_psymtab_comp_unit_reader): Assert not used with type units.
2536 Call create_partial_symtab.
2537 (process_psymtab_type_unit): Delete.
2538 (hash_type_unit_group, eq_type_unit_group): New functions.
2539 (allocate_type_unit_groups_table): New function.
2540 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
2541 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
2542 (create_type_unit_group, get_type_unit_group): New functions.
2543 (tu_abbrev_offset): New struct.
2544 (sort_tu_by_abbrev_offset): New function.
2545 (add_type_unit_group_to_table): New function.
2546 (build_type_unit_groups): New function.
2547 (build_type_psymtabs_reader): New function.
2548 (build_type_psymtab_dependencies): New function.
2549 (build_type_psymtabs): Rewrite.
2550 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
2551 is seen in a type unit.
2552 (process_queue): Move symtab expansion debugging printfs here.
2553 Call process_full_type_unit for type units.
2554 (compute_symtab_includes): Assert not called for type units.
2555 (process_cu_includes): Don't call compute_symtab_includes for
2556 type units.
2557 (process_full_type_unit): New function.
2558 (process_imported_unit_die): Flag an error if called for type units.
2559 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
2560 updated. Assert not called for type units.
2561 (read_file_scope): Call dwarf2_start_symtab.
2562 (setup_type_unit_groups): New function.
2563 (read_type_unit_scope): Rewrite.
2564 (abbrev_table_read_table): Initialize abbrev_table->offset.
2565 (abbrev_table_free_cleanup): New function.
2566 (dwarf2_start_symtab): New function.
2567 (load_full_type_unit): Assert not called for type unit groups.
6d30eef8
DE
2568 * buildsym.c (finish_block_internal): New arg "expandable".
2569 All callers updated.
2570 (start_symtab): Move most contents to ...
2571 (restart_symtab): ... here. New function.
2572 (reset_symtab_globals): New function.
2573 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
2574 Call reset_symtab_globals.
2575 (end_symtab, end_expandable_symtab): New functions.
2576 (set_missing_symtab, augment_type_symtab): New functions.
2577 * buildsym.h (end_expandable_symtab): Declare.
2578 (augment_type_symtab, restart_symtab): Declare.
b4c41fc7
DE
2579 * psympriv.h (struct partial_symtab): New member "anonymous".
2580 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
2581 anonymous psymtabs.
2582 (read_psymtabs_with_filename): Ditto.
2583 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
2584 (expand_symtabs_matching_via_partial): Ditto.
2585 (dump_psymtab): Update.
0bfa869d
DE
2586 * dictionary.c (dict_add_pending): New function.
2587 * dictionary.h (dict_add_pending): Declare.
2588
45e58e77
DE
25892012-07-09 Doug Evans <dje@google.com>
2590
b74db436
DE
2591 * buildsym.c (start_subfile): Remove unnecessary check for
2592 name == NULL.
2593
fd55216c
DE
2594 * psymtab.c (allocate_psymtab): Use host_address_to_string.
2595
6721b2ec
DE
2596 * dwarf2read.c (load_full_type_unit): Simplify.
2597
b4dd5633
DE
2598 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
2599 to struct signatured_type **. All uses updated.
2600
45e58e77
DE
2601 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
2602 All callers updated.
2603
e314d629
TT
26042012-07-09 Tom Tromey <tromey@redhat.com>
2605
2606 * c-exp.y (check_parameter_typelist): New function.
2607 (parameter_typelist): Call it.
2608 * eval.c (make_params): Handle '(void)' case.
2609 * gdbtypes.c (lookup_function_type_with_arguments): Handle
2610 '(void)' case.
2611
aa7c7447
JK
26122012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2613
2614 * common/linux-ptrace.c: Include gdb_assert.h.
2615 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
2616 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
2617 stdint.h.
2618 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
2619 functions.
2620 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
2621 * linux-nat.c (linux_child_post_attach)
2622 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
2623
889003ed
JK
26242012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2625
2626 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
2627 nptl <2.7 bug workaround for core files.
2628
da559b09
JK
26292012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2630
2631 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
2632 clearing.
2633 (save_siginfo): Remove.
2634 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
2635 call.
2636 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
2637 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
2638 * linux-nat.h (struct lwp_info): Remove field siginfo.
2639
f865ee35
JK
26402012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2641
2642 Code cleanup for the next patch.
2643 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
2644 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
2645 call for it.
2646 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
2647 (ia64_linux_stopped_data_address):
2648 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
2649 the return value.
2650 * linux-nat.h (linux_nat_get_siginfo): Likewise.
2651 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
2652 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
2653 call for it.
2654
76b83c51
JK
26552012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2656
2657 PR 14321
2658 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
2659 Increase buffer sizes to 2x we need, not just 2x of the previous size.
2660
a6fb9c08
TT
26612012-07-06 Tom Tromey <tromey@redhat.com>
2662
2663 * c-exp.y (DOTDOTDOT): New token.
2664 (func_mod, exp): Use parameter_typelist.
2665 (parameter_typelist): New production.
2666 (tokentab3): Add "..." token.
2667 * eval.c (make_params): Handle varargs.
2668 * gdbtypes.c (lookup_function_type_with_arguments): Handle
2669 varargs.
2670
71918a86
TT
26712012-07-06 Tom Tromey <tromey@redhat.com>
2672
2673 PR exp/9608:
2674 * c-exp.y (%union) <tvec>: Change type.
2675 (func_mod): Now uses <tvec> type.
2676 (exp): Update for tvec change.
2677 (direct_abs_decl): Push the typelist.
2678 (func_mod): Return a typelist.
2679 (nonempty_typelist): Update for tvec change.
2680 * gdbtypes.c (lookup_function_type_with_arguments): New function.
2681 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
2682 * parse.c (pop_type_list): New function.
2683 (push_typelist): New function.
2684 (follow_types): Handle tp_function_with_arguments.
2685 * parser-defs.h (type_ptr): New typedef. Define a VEC.
2686 (enum type_pieces) <tp_function_with_arguments>: New constant.
2687 (union type_stack_elt) <typelist_val>: New field.
2688 (push_typelist): Declare.
2689
fcde5961
TT
26902012-07-06 Tom Tromey <tromey@redhat.com>
2691
2692 * c-exp.y (%union) <type_stack>: New field.
2693 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
2694 (ptr_operator_ts): New production.
2695 (ptype): Update.
2696 * parse.c (type_stack_reserve): New function.
2697 (check_type_stack_depth): Use it.
2698 (pop_type_stack, append_type_stack, push_type_stack)
2699 (get_type_stack, type_stack_cleanup): New functions.
2700 (follow_types): Handle tp_type_stack.
2701 (_initialize_parse): Simplify initialization.
2702 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
2703 constant.
2704 (union type_stack_elt) <stack_val>: New field.
2705 (get_type_stack, append_type_stack, push_type_stack)
2706 (type_stack_cleanup): Declare.
2707
1a7d0ce4
TT
27082012-07-06 Tom Tromey <tromey@redhat.com>
2709
2710 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
2711 Remove.
2712 (struct type_stack): New.
2713 * parse.c (type_stack, type_stack_size, type_stack_depth):
2714 Remove.
2715 (type_stack): New global.
2716 (parse_exp_in_context, check_type_stack_depth)
2717 (insert_into_type_stack, insert_type, push_type, push_type_int)
2718 (insert_type_address_space, pop_type, pop_type_int)
2719 (_initialize_parse): Update.
2720
16d01384
TT
27212012-07-06 Tom Tromey <tromey@redhat.com>
2722
2723 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
2724 Remove %type.
2725
9bfc60bf
SP
27262012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
2727
2728 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
2729
d5161074
SP
27302012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
2731 Jan Kratochvil <jan.kratochvil@redhat.com>
2732
2733 * cp-valprint.c (cp_print_value): Replace potentially unsafe
2734 alloca with xmalloc/xfree.
2735
a74bc576
SP
27362012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
2737
2738 * MAINTAINERS (Write After Approval): Add myself to the list.
2739
667e0a4b
DE
27402012-07-05 Doug Evans <dje@google.com>
2741
2742 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
2743
34b536a8
HZ
27442012-07-05 Hui Zhu <hui_zhu@mentor.com>
2745
2746 * ax-gdb.c (cli/cli-utils.h): New include.
2747 (linespec.h): Ditto.
2748 (agent_eval_command_one): New function.
2749 (agent_command_1): Ditto.
2750 (agent_command): Call function agent_command_1.
2751 (agent_eval_command): Ditto.
2752 (_initialize_ax_gdb): Change help for "maint agent"
2753 and "maint agent-eval".
2754
e6f0bce7
HZ
27552012-07-05 Hui Zhu <hui_zhu@mentor.com>
2756
2757 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
2758 * cli/cli-utils.c (check_for_argument): New function.
2759 * cli/cli-utils.h (check_for_argument): Ditto.
2760
1b3371b1
L
27612012-07-04 H.J. Lu <hongjiu.lu@intel.com>
2762
2763 * NEWS: Mention x32 ABI support.
2764
23e2d720
L
27652012-07-04 H.J. Lu <hongjiu.lu@intel.com>
2766
2767 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
2768 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
2769
2770 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
2771 and pc_regnum_from_eax to -1. Update SP regnum from
2772 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
2773 needed.
2774
2775 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
2776 pc_regnum_from_eax.
2777
836bf454
JK
27782012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2779
2780 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
2781 * dwarf2expr.h: Include gdbtypes.h.
2782 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
2783 these forward declarations.
2784 (cu_offset, sect_offset): Move these ...
2785 * gdbtypes.h: Remove include dwarf2expr.h.
2786 (cu_offset, sect_offset): ... here.
2787
1e55e04f
L
27882012-07-03 H.J. Lu <hongjiu.lu@intel.com>
2789
2790 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
2791 (amd64_linux_sigtramp_code): This.
2792 (amd64_x32_linux_sigtramp_code): New.
2793 (LINUX_SIGTRAMP_LEN): Updated.
2794 (amd64_linux_sigtramp_start): Check x32 sigtramp.
2795
7d0e21ad
JK
27962012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2797
2798 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
2799
8775fd2d
JK
28002012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2801
2802 * config.in: Regenerate.
2803 * configure: Regenerate.
2804 * configure.ac: Remove check for gnu/libc-version.h.
2805 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
2806 gnu/libc-version.h.
2807 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
2808 variables libc_version, libc_major and libc_minor. Replace sscanf by
2809 inferior_has_bug. Extend the comment.
2810
fcb44371
JK
28112012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2812
2813 * linux-thread-db.c (inferior_has_bug): New function.
2814 (thread_db_find_new_threads_silently): Return boolean as checked by
2815 inferior_has_bug, describe it in the comments.
2816 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
2817 earlier. Abort the initialization if it returned non-zero.
7d0e21ad 2818 (thread_db_new_objfile): Exclude debug files.
fcb44371
JK
2819 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
2820 if UNTIL_NO_NEW,
2821
09406207
DE
28222012-07-02 Doug Evans <dje@google.com>
2823
0907af0c
DE
2824 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
2825 related to queue management.
2826
09406207
DE
2827 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
2828 instead of "debug dwarf2-die" in debugging printfs.
2829 (create_debug_info_hash_table_reader): Ditto.
2830 (create_debug_info_hash_table): Ditto.
2831 (init_dwo_file): Ditto.
2832 (init_cutu_and_read_dies): Add debugging printf.
2833 (init_cutu_and_read_dies_no_follow): Ditto.
2834 (process_psymtab_comp_unit_reader): Ditto.
2835
d3ce09f5
SS
28362012-07-02 Stan Shebs <stan@codesourcery.com>
2837
2838 Add target-side support for dynamic printf.
2839 * NEWS: Mention the additional style.
2840 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
2841 (struct bp_location): New field cmd_bytecode.
2842 * breakpoint.c: Include format.h.
2843 (disconnected_dprintf): New global.
2844 (parse_cmd_to_aexpr): New function.
2845 (build_target_command_list): New function.
2846 (insert_bp_location): Call it.
2847 (remove_breakpoints_pid): Skip dprintf breakpoints.
2848 (print_one_breakpoint_location): Ditto.
2849 (dprintf_style_agent): New global.
2850 (dprintf_style_enums): Add dprintf_style_agent.
2851 (update_dprintf_command_list): Add agent case.
2852 (agent_printf_command): New function.
2853 (_initialize_breakpoint): Add new commands.
2854 * common/ax.def (printf): New bytecode.
2855 * ax.h (ax_string): Declare.
2856 * ax-gdb.h (gen_printf): Declare.
2857 * ax-gdb.c: Include cli-utils.h, format.h.
2858 (gen_printf): New function.
2859 (maint_agent_print_command): New function.
2860 (_initialize_ax_gdb): Add maint agent-printf command.
2861 * ax-general.c (ax_string): New function.
2862 (ax_print): Add printf disassembly.
2863 * Makefile.in (SFILES): Add format.c
2864 (COMMON_OBS): Add format.o.
2865 * common/format.h: New file.
2866 * common/format.c: New file.
2867 * printcmd.c: Include format.h.
2868 (ui_printf): Call parse_format_string.
2869 * remote.c (remote_state): New field breakpoint_commands.
2870 (PACKET_BreakpointCommands): New enum.
2871 (remote_breakpoint_commands_feature): New function.
2872 (remote_protocol_features): Add new BreakpointCommands entry.
2873 (remote_can_run_breakpoint_commands): New function.
2874 (remote_add_target_side_commands): New function.
2875 (remote_insert_breakpoint): Call it.
2876 (remote_insert_hw_breakpoint): Ditto.
2877 (_initialize_remote): Add new packet configuration for
2878 target-side breakpoint commands.
2879 * target.h (struct target_ops): New field
2880 to_can_run_breakpoint_commands.
2881 (target_can_run_breakpoint_commands): New macro.
2882 * target.c (update_current_target): Handle
2883 to_can_run_breakpoint_commands.
2884
2d7b58e8
JK
28852012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2886
2887 Execute -ix and -iex only after system and user gdbinit files.
2888 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
2889 processing down after gdbinit files.
2890
8690e634
JK
28912012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2892
2893 Add fnmatch-gnu module.
2894 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
2895 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
2896 * gnulib/aclocal.m4: Regenerate.
2897 * gnulib/config.in: Regenerate.
2898 * gnulib/configure: Regenerate.
2899 * gnulib/import/dummy.c: Remove.
2900 * gnulib/import/Makefile.am: Regenerate.
2901 * gnulib/import/Makefile.in: Likewise.
2902 * gnulib/import/m4/gnulib-cache.m4: Likewise.
2903 * gnulib/import/m4/gnulib-comp.m4: Likewise.
2904 * gnulib/import/alloca.c: New file.
2905 * gnulib/import/alloca.in.h: Likewise.
2906 * gnulib/import/config.charset: Likewise.
2907 * gnulib/import/fnmatch.c: Likewise.
2908 * gnulib/import/fnmatch.in.h: Likewise.
2909 * gnulib/import/fnmatch_loop.c: Likewise.
2910 * gnulib/import/localcharset.c: Likewise.
2911 * gnulib/import/localcharset.h: Likewise.
2912 * gnulib/import/m4/alloca.m4: Likewise.
2913 * gnulib/import/m4/codeset.m4: Likewise.
2914 * gnulib/import/m4/configmake.m4: Likewise.
2915 * gnulib/import/m4/fcntl-o.m4: Likewise.
2916 * gnulib/import/m4/fnmatch.m4: Likewise.
2917 * gnulib/import/m4/glibc21.m4: Likewise.
2918 * gnulib/import/m4/localcharset.m4: Likewise.
2919 * gnulib/import/m4/locale-fr.m4: Likewise.
2920 * gnulib/import/m4/locale-ja.m4: Likewise.
2921 * gnulib/import/m4/locale-zh.m4: Likewise.
2922 * gnulib/import/m4/mbrtowc.m4: Likewise.
2923 * gnulib/import/m4/mbsinit.m4: Likewise.
2924 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
2925 * gnulib/import/m4/mbstate_t.m4: Likewise.
2926 * gnulib/import/m4/stdbool.m4: Likewise.
2927 * gnulib/import/m4/wchar_h.m4: Likewise.
2928 * gnulib/import/m4/wctype_h.m4: Likewise.
2929 * gnulib/import/m4/wint_t.m4: Likewise.
2930 * gnulib/import/mbrtowc.c: Likewise.
2931 * gnulib/import/mbsinit.c: Likewise.
2932 * gnulib/import/mbsrtowcs-impl.h: Likewise.
2933 * gnulib/import/mbsrtowcs-state.c: Likewise.
2934 * gnulib/import/mbsrtowcs.c: Likewise.
2935 * gnulib/import/ref-add.sin: Likewise.
2936 * gnulib/import/ref-del.sin: Likewise.
2937 * gnulib/import/stdbool.in.h: Likewise.
2938 * gnulib/import/streq.h: Likewise.
2939 * gnulib/import/strnlen1.c: Likewise.
2940 * gnulib/import/strnlen1.h: Likewise.
2941 * gnulib/import/verify.h: Likewise.
2942 * gnulib/import/wchar.in.h: Likewise.
2943 * gnulib/import/wctype.in.h: Likewise.
2944
202cbf1c
JK
29452012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2946
2947 Support shell wildcards for 'set auto-load safe-path'.
2948 * auto-load.c: Include fnmatch.h.
2949 (filename_is_in_dir): Rename to ...
2950 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
2951 it. Update function comment. Rename dir_len to pattern_len. New
2952 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
2953 messages. Use gdb_filename_fnmatch.
2954 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
2955 pattern.
2956 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
2957 * defs.h (gdb_filename_fnmatch): New declaration.
2958 * utils.c: Include fnmatch.h.
2959 (gdb_filename_fnmatch): New function.
2960
fb7b5af4
SDJ
29612012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
2962
2963 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
2964 `-probe' and `-probe-stap' options.
2965
72d0e2c5
YQ
29662012-07-01 Yao Qi <yao@codesourcery.com>
2967
2968 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
2969 always_inserted_off, and always_inserted_enums.
2970 Change always_inserted_mode's type to 'enum auto_boolean'.
2971 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
2972 callers.
2973 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
2974 of add_setshow_enum_cmd.
2975 * infrun.c: Remove can_use_displaced_stepping_auto,
2976 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
2977 can_use_displaced_stepping_enum.
2978 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
2979 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
2980 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
2981 add_setshow_enum_cmd.
2982
42e7ad6c
DE
29832012-06-30 Doug Evans <dje@google.com>
2984
2985 * dwarf2read.c (signatured_type): Make "per_cu" member first.
2986 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
2987 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
2988
39cf75f7
DE
29892012-06-29 Doug Evans <dje@google.com>
2990
2991 * linespec.c: #include "stack.h".
2992 (decode_line_with_current_source): Moved here from symtab.c and
2993 renamed from decode_line_spec. All callers updated.
2994 (decode_line_with_last_displayed): Moved here from breakpoint.c and
2995 renamed from decode_line_spec_1. All callers updated.
2996 * linespec.h (decode_line_with_current_source): Move declaration here
2997 from symtab.h and renamed from decode_line_spec.
2998 (decode_line_with_last_displayed): Move declaration here from symtab.h
2999 and renamed from decode_line_spec_1.
3000 * macrocmd.c: #include "linespec.h".
3001 * symtab.c: Remove #include "linespec.h".
3002
433df2d4
DE
30032012-06-28 Doug Evans <dje@google.com>
3004
1ce1cefd
DE
3005 * dwarf2read.c (get_cu_length): New function.
3006 (offset_in_cu_p, error_check_comp_unit_head): Call it.
3007 (create_debug_types_hash_table): Ditto.
3008 (init_cutu_and_read_dies): Ditto.
3009 (init_cutu_and_read_dies_no_follow): Ditto.
3010
3b80fe9b
DE
3011 * dwarf2read.c (dwarf2_find_base_address): Move definition.
3012
433df2d4
DE
3013 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
3014 (struct abbrev_table): Define.
3015 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
3016 abbrev_table.
3017 (init_cutu_and_read_dies): Update.
3018 (abbrev_table_alloc_abbrev): New function. Replaces
3019 dwarf_alloc_abbrev. All callers updated.
3020 (abbrev_table_add_abbrev): New function.
3021 (abbrev_table_lookup_abbrev): New function. Replaces
3022 dwarf2_lookup_abbrev. All callers updated.
3023 (abbrev_table_read_table): New function. Contents moved here from
3024 dwarf2_read_abbrevs.
3025 (dwarf2_read_abbrevs): Call it.
3026 (abbrev_table_free): New function.
3027 (dwarf2_free_abbrev_table): Call it.
3028
71caed83
SS
30292012-06-28 Stan Shebs <stan@codesourcery.com>
3030
3031 * osdata.c (info_osdata_command): Filter out "Title" columns
3032 from non-MI uses.
3033 * common/linux-osdata.c (struct osdata_type): Add title field.
3034 (osdata_table): Add titles to each entry.
3035 (linux_command_xfer_osdata): Add a column for title data.
3036
37ce89eb
SS
30372012-06-28 Stan Shebs <stan@codesourcery.com>
3038
3039 Make logging work for MI.
3040 * NEWS: Mention it.
3041 * interps.h (interp_set_logging_ftype): New typedef.
3042 (struct interp_procs): New field set_logging_proc.
3043 (current_interp_set_logging): Declare.
3044 * interps.c (current_interp_set_logging): New function.
3045 * cli/cli-logging.c: Include interps.h.
3046 (set_logging_redirect): Call current_interp_set_logging.
3047 (pop_output_files): Ditto.
3048 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
3049 * mi/mi-console.h (mi_console_set_raw): Declare.
3050 * mi/mi-console.c (mi_console_set_raw): New function.
3051 * mi/mi-interp.c (saved_raw_stdout): New global.
3052 (mi_set_logging): New function.
3053 (_initialize_mi_interp): Add it to interp procs.
3054
659c9f3a
DE
30552012-06-28 Doug Evans <dje@google.com>
3056
a743abeb
DE
3057 * symtab.c (lookup_symbol_aux_objfile): Use
3058 ALL_OBJFILE_PRIMARY_SYMTABS.
3059
659c9f3a
DE
3060 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
3061
da2d6d3d
JK
30622012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3063
3064 * common/buffer.c: Include inttypes.h and stdint.h.
3065 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
3066
e5ef252a
PA
30672012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3068 Pedro Alves <palves@redhat.com>
3069
3070 * gdbthread.h (ALL_THREADS): New macro.
3071 (thread_list): Declare.
3072 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
3073 going, but instead fall through to the stepping handling.
3074 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
3075 the passed in signal. Adjust debug output.
3076 (resume_callback): Rename to ...
3077 (linux_nat_resume_callback): ... this. Pass the thread's last
3078 stop signal, if in "pass" state.
3079 (linux_nat_resume): Adjust to rename.
3080 (stop_wait_callback): New assertion. Don't respawn signals;
3081 instead let the LWP remain with SIGNALLED set.
3082 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
3083 * remote.c (append_pending_thread_resumptions): New.
3084 (remote_vcont_resume): Call it.
3085 * target.h (target_resume): Extend comment.
3086
1d7975eb
IS
30872012-06-28 Iain Sandoe <iain@codesourcery.com>
3088
3089 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
3090
2e3cf129
DE
30912012-06-27 Doug Evans <dje@google.com>
3092
3093 * dwarf2read.c (dwarf2_cu): Add ranges_base.
3094 Delete have_addr_base, unused. All uses updated.
3095 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
3096 (dwarf2_get_pc_bounds): Add ranges_base.
3097 (dwarf2_record_block_ranges): Ditto.
3098
1bb9788d
TT
30992012-06-27 Tom Tromey <tromey@redhat.com>
3100
3101 PR macros/7961:
3102 * varobj.c (varobj_create): Update.
3103 (varobj_set_value): Update.
3104 * tracepoint.c (validate_actionline): Update.
3105 (encode_actions_1): Update.
3106 * parse.c (parse_exp_1): Add 'pc' argument.
3107 (parse_exp_in_context): Add 'pc' argument. Change how
3108 expression_context_pc is set.
3109 (parse_expression): Update.
3110 (parse_field_expression): Update.
3111 * expression.h (parse_exp_1): Update.
3112 * eval.c (parse_to_comma_and_eval): Update.
3113 * breakpoint.c (set_breakpoint_condition): Update.
3114 (update_watchpoint): Update.
3115 (init_breakpoint_sal): Update
3116 (find_condition_and_thread): Update.
3117 (watch_command_1): Update.
3118 (update_breakpoint_locations): Update.
3119 * ada-lang.c (ada_read_renaming_var_value): Update.
3120 (create_excep_cond_exprs): Update.
3121
0bc3a05c
DE
31222012-06-27 Doug Evans <dje@google.com>
3123
3124 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
3125 type units.
3126
4bdcc0c1
DE
31272012-06-26 Doug Evans <dje@google.com>
3128
3129 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
3130 prototype.
3131 (error_check_comp_unit_head): New arg abbrev_section. All callers
3132 updated.
3133 (read_and_check_comp_unit_head): Ditto.
3134 (read_and_check_type_unit_head): Ditto.
3135
ee0bf529
SCR
31362012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3137
3138 New attribute 'last' for gdb.Symtab_and_line.
3139 * NEWS (Python Scripting): Add entry about the new attribute.
3140 * python/py-symtab.c (salpy_get_last): New function which
3141 implements the get method for the 'last' attribute of
3142 gdb.Symtab_and_line.
3143 (sal_object_getset): Add entry for the 'last' attribute.
3144
1c658ad5
DE
31452012-06-26 Doug Evans <dje@google.com>
3146
09262596
DE
3147 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
3148 (dwo_sections): Add macinfo, macro.
3149 (dwarf2_locate_dwo_sections): Watch for macro sections.
3150 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
3151 All callers updated. Handle DWO files.
3152
45cfd468
DE
3153 * NEWS: Mention new options "set debug dwarf2-read" and
3154 "set debug symtab-create".
3155 * dwarf2read.c (dwarf2_read_debug): New static global.
3156 (dwarf2_build_psymtabs_hard): Add debugging printfs.
3157 (process_queue): Ditto.
3158 (process_full_comp_unit): Ditto.
3159 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
3160 * elfread.c (elf_symfile_read): Add debugging printf.
3161 * minsyms.c (install_minimal_symbols): Ditto.
3162 * psymtab.c (allocate_psymtab): Ditto.
3163 * symfile.c (allocate_symtab): Ditto.
3164 * symtab.c (symtab_create_debug): New global.
3165 (_initialize_symtab): Add new option "set debug symtab-create".
3166 * symtab.h (symtab_create_debug): Declare.
3167
1c658ad5
DE
3168 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
3169 (lookup_dwo_type_unit): Ditto.
3170
6fea9e18
L
31712012-06-26 Roland McGrath <roland@hack.frob.com>
3172 H.J. Lu <hongjiu.lu@intel.com>
3173
3174 * amd64-linux-nat.c: Include <sys/user.h>.
3175 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
3176 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
3177 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
3178
3179 * configure.ac: Check if the fs_base and gs_base members of
3180 `struct user_regs_struct' exist.
3181 * config.in: Regenerated.
3182 * configure: Likewise.
3183
adb4fe3b
ME
31842012-06-25 Michael Eager <eager@eagercon.com>
3185
3186 PR python/14291
f782ad9b 3187 * python/python.c (gdbpy_write): Check for interrupted output.
adb4fe3b 3188
fc51cce1
MGD
31892012-06-25 Greta Yorsh <greta.yorsh@arm.com>
3190
3191 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
3192 register as a stack alignment in ARM mode.
3193
40a73391
JK
31942012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3195
3196 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
3197 * gnulib/config.in: Regenerate.
3198 * gnulib/configure: Likewise.
3199 * gnulib/import/m4/extensions.m4: Update it.
3200 * gnulib/import/m4/gnulib-common.m4: Likewise.
3201 * gnulib/import/m4/memmem.m4: Likewise.
3202 * gnulib/import/m4/mmap-anon.m4: Likewise.
3203 * gnulib/import/m4/multiarch.m4: Likewise.
3204 * gnulib/import/stdint.in.h: Likewise.
3205
972daa01
YQ
32062012-06-24 Yao Qi <yao@codesourcery.com>
3207
3208 * corefile.c (write_memory_with_notification): New.
3209 * gdbcore.h: Declare write_memory_with_notification.
3210 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
3211 'observer_notify_memory_changed' with 'write_memory_with_notification'.
3212 * valops.c (value_assign): Likewise.
3213 * python/py-inferior.c (infpy_write_memory): Call
3214 'write_memory_with_notification'.
3215
8d6e0714
JK
32162012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3217
3218 * cc-with-index.sh: Use also -ex "set auto-load no".
3219
156942c7
DE
32202012-06-23 Doug Evans <dje@google.com>
3221
3222 PR 14125
3223 * NEWS: Document additions to .gdb_index.
3224 * dwarf2read.c: #include "gdb/gdb-index.h".
3225 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
3226 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
3227 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
3228 (dwarf2_read_index): Recognize version 7.
3229 (dw2_do_expand_symtabs_matching): New args want_specific_block,
3230 block_kind, domain): All callers updated.
3231 (dw2_find_symbol_file): Handle new index CU values.
3232 (dw2_expand_symtabs_matching): Match symbol kind if requested.
3233 (add_index_entry): New args is_static, kind. All callers updated.
3234 (offset_type_compare, uniquify_cu_indices): New functions
3235 (symbol_kind): New function.
3236 (write_psymtabs_to_index): Remove duplicate CU values.
3237 (write_psymtabs_to_index): Write .gdb_index version 7.
3238
352b3eda
JB
32392012-06-22 Joel Brobecker <brobecker@adacore.com>
3240
3241 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
3242 * configure: Regenerate.
3243
2678e2af
YQ
32442012-06-20 Yao Qi <yao@codesourcery.com>
3245
3246 * python/py-inferior.c: Update comments of infpy_read_memory
3247 and infpy_write_memory.
3248
95c391b6
TT
32492012-06-19 Tom Tromey <tromey@redhat.com>
3250
3251 PR exp/9514:
3252 * parser-defs.h (insert_type, insert_type_address_space): Declare.
3253 (push_type_address_space): Remove.
3254 * parse.c (insert_into_type_stack): New function.
3255 (insert_type): Likewise.
3256 (insert_type_address_space): Rename from push_type_address_space.
3257 Insert tp_space_identifier.
3258 * c-exp.y (ptr_operator): New production.
3259 (abs_decl): Use ptr_operator.
3260 (space_identifier): Call insert_type_address_space.
3261 (ptype): Don't use const_or_volatile_or_space_identifier.
3262 (const_or_volatile_noopt): Call insert_type.
3263 (conversion_type_id, conversion_declarator): New productions.
3264 (operator): Use conversion_type_id.
3265
6ac9ef80
DE
32662012-06-18 Doug Evans <dje@google.com>
3267
422d65e7
DE
3268 * symtab.h (minimal_symbol): New member created_by_gdb.
3269 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
3270 created by gdb.
3271 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
3272 (search_symbols): Call it instead of lookup_symbol.
3273 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
3274
49f6c839
DE
3275 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
3276 Adjust address for DW_OP_GNU_addr_index.
3277 * dwarf2expr.h (dwarf_expr_context): Update comment.
3278 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
3279 all callers updated. Handle TLS vars described with
3280 DW_OP_GNU_const_index.
3281 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
3282 and DW_OP_GNU_const_index.
3283 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
3284
6ac9ef80
DE
3285 * block.c (find_block_in_blockvector): Make explicit the fact that we
3286 ignore GLOBAL_BLOCK.
3287
4cd18215
TT
32882012-06-18 Tom Tromey <tromey@redhat.com>
3289
3290 * c-exp.y (operator): Remove trailing space after "delete" and
3291 "delete[]".
3292
a9b8d892
JK
32932012-06-18 Mark Kettenis <kettenis@gnu.org>
3294 Jan Kratochvil <jan.kratochvil@redhat.com>
3295
3296 Switch i386 and derived targets to ON_STACK.
3297 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
3298 (amd64_dicos_init_abi): Remove its installment.
3299 * dicos-tdep.c (dicos_init_abi): Remove the
3300 set_gdbarch_call_dummy_location call. Update the comment here.
3301 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
3302 (i386_dicos_init_abi): Remove its installment.
3303 * i386-tdep.c (i386_push_dummy_code): New function.
3304 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
3305 i386_push_dummy_code.
3306
e2e4d78b
JK
33072012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3308
3309 Remove stale dummy frames.
3310 * breakpoint.c: Include dummy-frame.h.
3311 (longjmp_breakpoint_ops): New variable.
3312 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
3313 bp_longjmp_call_dummy.
3314 (bpstat_what, bptype_string, print_one_breakpoint_location)
3315 (init_bp_location): Support bp_longjmp_call_dummy.
3316 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
3317 (set_longjmp_breakpoint_for_call_dummy)
3318 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
3319 functions.
3320 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
3321 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
3322 FIXME comment and extend the other comment for bp_call_dummy.
3323 (set_longjmp_breakpoint_for_call_dummy)
3324 (check_longjmp_breakpoint_for_call_dummy): New declarations.
3325 * dummy-frame.c: Include gdbthread.h.
3326 (pop_dummy_frame_bpt): New function.
3327 (pop_dummy_frame): Call pop_dummy_frame_bpt.
3328 (dummy_frame_discard): New function.
3329 (cleanup_dummy_frames): Update the comment about longjmps.
3330 * dummy-frame.h (dummy_frame_discard): New declaration.
3331 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
3332 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
3333 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
3334 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
3335 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
3336 keep_going if IS_LONGJMP and there is no other reason to stop.
3337
09d5912c
TT
33382012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
3339
3340 * remote-sim.c (sim_command_completer): Initialize
3341 variable 'result'.
3342
1788b2d3
JK
33432012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3344
3345 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
3346 * dwarf2loc.c (call_site_parameter_matches): Support
3347 CALL_SITE_PARAMETER_PARAM_OFFSET.
3348 (needs_dwarf_reg_entry_value): Push stub value.
3349 * dwarf2read.c (read_call_site_scope): New variable origin. Support
3350 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
3351 * gdbtypes.h (enum call_site_parameter_kind): New item
3352 CALL_SITE_PARAMETER_PARAM_OFFSET.
3353 (struct call_site.parameter.u): New field param_offset.
3354
24c5c679
JK
33552012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3356
3357 Code cleanup: Generalize call_site.parameter key.
3358 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
3359 variable dwarf_reg. New variable kind_u. Update parameters to
3360 push_dwarf_reg_entry_value.
3361 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3362 * dwarf2expr.h (enum call_site_parameter_kind)
3363 (union call_site_parameter_u): Forward declarations.
3364 (struct dwarf_expr_context_funcs): Update parameters and their
3365 description for push_dwarf_reg_entry_value.
3366 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3367 * dwarf2loc.c (call_site_parameter_matches): New function.
3368 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
3369 description. Use call_site_parameter_matches.
3370 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
3371 Update parameters and their description.
3372 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
3373 New variable kind_u. Adjust the caller for updated parameters.
3374 (needs_dwarf_reg_entry_value): Update parameters.
3375 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
3376 instead of attr. Update for the changed fields of struct
3377 call_site_parameter.
3378 * gdbtypes.h: Include dwarf2expr.h.
3379 (enum call_site_parameter_kind): New.
3380 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
3381 fb_offset into new union u.
3382
ac142d96
L
33832012-06-16 H.J. Lu <hongjiu.lu@intel.com>
3384
3385 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
3386 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
3387 for x32.
3388
ba224c70
L
33892012-06-16 H.J. Lu <hongjiu.lu@intel.com>
3390
3391 * amd64-linux-nat.c (compat_x32_clock_t): New.
3392 (compat_x32_siginfo_t): Likewise.
3393 (compat_x32_siginfo_from_siginfo): Likewise.
3394 (siginfo_from_compat_x32_siginfo): Likewise.
3395 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
3396 and siginfo_from_compat_x32_siginfo for x32.
3397
7ecbc825
HZ
33982012-06-15 Hui Zhu <hui_zhu@mentor.com>
3399
3400 * tracepoint.c (tfile_xfer_partial): Add a lseek.
3401
233dfcf0
L
34022012-06-15 H.J. Lu <hongjiu.lu@intel.com>
3403
3404 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
3405 instead of gdbarch_ptr_bit.
3406 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
3407 (amd64_supply_native_gregset): Likewise.
3408 (amd64_collect_native_gregset): Likewise.
3409 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
3410 (amd64_supply_xsave): Likewise.
3411 (amd64_collect_fxsave): Likewise.
3412 (amd64_collect_xsave): Likewise.
3413
6da38f42
L
34142012-06-15 H.J. Lu <hongjiu.lu@intel.com>
3415
3416 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
3417 (amd64_linux_read_description): Check DS segment register for
3418 x32 process.
3419
663b969e
TT
34202012-06-15 Tom Tromey <tromey@redhat.com>
3421
3422 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
3423 init_cutu_and_read_dies.
3424
d6f05027
IS
34252012-06-15 Iain Sandoe <iain@codesourcery.com>
3426
3427 * MAINTAINERS (Write After Approval): Add myself to the list.
3428
6598ed07
TT
34292012-06-15 Tom Tromey <tromey@redhat.com>
3430
3431 * valops.c (value_find_oload_method_list): Now static.
3432 * value.h (value_find_oload_method_list): Don't declare.
3433
2b214ea6
TT
34342012-06-15 Tom Tromey <tromey@redhat.com>
3435
3436 * valops.c (find_overload_match): Use value_ind.
3437
a210c238
MR
34382012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
3439
3440 * infrun.c (handle_inferior_event): Correct indentation.
3441
3771a44c
DE
34422012-06-14 Doug Evans <dje@google.com>
3443
3444 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
3445 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
3446 All uses updated.
3447 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
3448 updated. Handle DEBUG_LOC_START_LENGTH.
3449 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
3450 (loclist_describe_location): Ditto.
3451
1c5a993e
MR
34522012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
3453
3454 PR backtrace/13866
3455 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
3456 after hiding inline functions.
3457
0b155465
JB
34582012-06-13 Joel Brobecker <brobecker@adacore.com>
3459
3460 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
3461 _initialize_inf_ttrace.
3462
45717bac
JB
34632012-06-13 Joel Brobecker <brobecker@adacore.com>
3464
3465 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
3466 _initialize_hppa_hpux_nat.
3467
34370865
JB
34682012-06-13 Joel Brobecker <brobecker@adacore.com>
3469
3470 * remote-sim.c (sim_command_completer): Change type of return
3471 value to "VEC (char_ptr) *". Adjust implementation accordingly.
3472
284c5a60
MK
34732012-06-13 Mark Kettenis <kettenis@gnu.org>
3474 Jan Kratochvil <jan.kratochvil@redhat.com>
3475
3476 PR tdep/14222
3477 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
3478 stack on a 16-byte boundary.
3479
2535757a
TT
34802012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
3481
3482 * jit.c (finalize_symtab): Set function's return type to 'void' by
3483 default.
3484
fff4548b
MK
34852012-06-13 Mark Kettenis <kettenis@gnu.org>
3486 H.J. Lu <hongjiu.lu@intel.com>
3487
5a83521a
MK
3488 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
3489 Move bits common to both the classic LP64 and the new x32 ILP32
3490 ABI here.
3491 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
3492 (amd64_x32_linux_init_abi): New function.
3493 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
3494 subtype.
3495
fff4548b
MK
3496 * i386-tdep.h (i386_pseudo_register_name): New prototype.
3497 * i386-tdep.c (i386_pseudo_register_name): Make public.
3498 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
3499 * amd64-tdep.c (amd64_dword_names): Add "eip".
3500 (amd64_x32_pseudo_register_type): New function
3501 (amd64_x32_init_abi): New function.
3502
dd80ea3c
JK
35032012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3504
3505 PR build/14003
3506 * inferior.h (struct inferior_suspend_state): Comment out.
3507 (struct inferior): Comment out the field suspend.
3508 * infrun.c (struct infcall_suspend_state): Comment out the field
3509 inferior_suspend.
3510 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
3511 out its assignment.
3512
50af5481
JK
35132012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3514
3515 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
3516 * c-exp.y (classify_inner_name): Remove caller assumptions in the
3517 function comment. Return ERROR for unresolved cases. Implement
3518 returning proper NAME.
3519 (yylex): Accept also NAME from classify_inner_name.
3520 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
3521 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
3522 LOC_TYPEDEF type.
3523 * cp-support.h (cp_lookup_nested_type): Update its declaration.
3524
d55637df
TT
35252012-06-13 Tom Tromey <tromey@redhat.com>
3526
3527 * breakpoint.c (condition_completer): New function.
3528 (_initialize_breakpoint): Use it.
3529 * value.c (complete_internalvar): New function.
3530 * value.h (complete_internalvar): Declare.
3531
49c4e619
TT
35322012-06-13 Tom Tromey <tromey@redhat.com>
3533
3534 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
3535 * breakpoint.c (catch_syscall_completer): Return a VEC.
3536 * cli/cli-cmds.c (complete_command): Update.
3537 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
3538 (complete_on_enum): Likewise.
3539 * command.h: Include gdb_vecs.h.
3540 (completer_ftype): Change return type.
3541 (complete_on_cmdlist, complete_on_enum): Likewise.
3542 * completer.c (noop_completer, filename_completer)
3543 (location_completer): Return a VEC.
3544 (add_struct_fields): Remove 'nextp' argument. Change 'output'
3545 to a VEC.
3546 (expression_completer, complete_line_internal, complete_line)
3547 (command_completer): Return a VEC.
3548 (gdb_completion_word_break_characters, line_completion_function):
3549 Update.
3550 * completer.h: Include gdb_vecs.h.
3551 (complete_line, noop_completer, filename_completer)
3552 (expression_completer, location_completer, command_completer):
3553 Update.
3554 * f-lang.c (f_word_break_characters): Return a VEC.
3555 * interps.c (interpreter_completer): Return a VEC.
3556 * language.h (struct language_defn)
3557 <la_make_symbol_completion_list>: Return a VEC.
3558 * python/py-cmd.c (cmdpy_completer): Return a VEC.
3559 * symtab.c (free_completion_list): Take a VEC.
3560 (return_val_size, return_val_index): Remove.
3561 (return_val): Now a VEC.
3562 (completion_list_add_name): Update.
3563 (default_make_symbol_completion_list_break_on)
3564 (default_make_symbol_completion_list, make_symbol_completion_list)
3565 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
3566 Return a VEC.
3567 (add_filename_to_list): Update.
3568 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
3569 <list>: Now a VEC.
3570 (maybe_add_partial_symtab_filename): Update.
3571 (make_source_files_completion_list): Return a VEC.
3572 * symtab.h (default_make_symbol_completion_list_break_on)
3573 (default_make_symbol_completion_list, make_symbol_completion_list)
3574 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
3575 (make_source_files_completion_list): Update.
3576
625e8578
TT
35772012-06-13 Tom Tromey <tromey@redhat.com>
3578
3579 * breakpoint.c (add_catch_command): Use completer_ftype.
3580 * breakpoint.h: Include command.h.
3581 (add_catch_command): Use completer_ftype.
3582 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
3583 * cli/cli-decode.h (struct cmd_list_element) <completer>:
3584 Use completer_ftype.
3585 * command.h (completer_ftype): New typedef.
3586 (set_cmd_completer): Use it.
3587 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
3588 completer_ftype.
3589
5eb3b062
PA
35902012-06-13 Pedro Alves <palves@redhat.com>
3591
3592 Partial revert of previous change.
3593
3594 * serial.c (scb_base): New global.
3595 (serial_for_fd): New.
3596 (serial_open, serial_fdopen_ops): Link new serial in open serials
3597 chain.
3598 (do_serial_close): Unlink serial from the open serials chain.
3599
8b3ee56d
PA
36002012-06-12 Pedro Alves <palves@redhat.com>
3601
3602 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
3603 threads here.
3604 (prepare_for_detach): No longer context switch here in non-stop
3605 mode.
3606 (fetch_inferior_event): Ditto.
3607 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
3608 to the event thread before removing breakpoints. Switch to the
3609 event thread before inserting breakpoints and resuming.
3610 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
3611 event thread before resuming.
3612 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
3613 Switch to the event thread before removing breakpoints.
3614
5d60742e
EZ
36152012-06-12 Eli Zaretskii <eliz@gnu.org>
3616
3617 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
3618 special characters correctly for the Windows shells. See
3619 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
3620 report.
3621 [!__MINGW32__]: Remove extra double quote character from special
3622 characters.
3623
a6feecf7
SS
36242012-06-11 Stan Shebs <stan@codesourcery.com>
3625
3626 * ui-out.h: Remove #if 0 declarations.
3627 * ui-out.c: Remove #if 0 functions.
3628
ddefb60f
PA
36292012-06-11 Pedro Alves <palves@redhat.com>
3630
3631 * ser-base.c (run_async_handler_and_reschedule): New.
3632 (fd_event, push_event): Use it.
3633 * serial.c (serial_open, serial_fdopen_ops): Set the initial
3634 reference count to 1.
3635 (do_serial_close): Set the bufp field to NULL. Use serial_unref
3636 instead of xfree.
3637 (serial_is_open, serial_ref, serial_unref): New.
3638 * serial.h (serial_open): Adjust comment.
3639 (serial_is_open): Declare.
3640 (serial_close): Adjust comment.
3641 (serial_ref, serial_unref) Declare.
3642 (struct serial): New field 'refcnt'.
3643
d5ad6aa5
PA
36442012-06-11 Pedro Alves <palves@redhat.com>
3645
3646 Remove #if 0'd "connect" command, and unnecessary associated
3647 refcounting and serial reuse bits.
3648
3649 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
3650 * serial.c (last_serial_opened): Delete.
3651 (scb_base): Delete.
3652 (serial_open): Adjust.
3653 (serial_for_fd): Delete.
3654 (serial_fdopen_ops, do_serial_close): Adjust.
3655 (serial_fdopen_ops): Adjust.
3656
318aa544
PA
36572012-06-11 Pedro Alves <palves@redhat.com>
3658
3659 * serial.c (do_serial_close): Remove early return when SCB is
3660 null.
3661
07261596
TT
36622012-06-11 Tom Tromey <tromey@redhat.com>
3663
3664 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
3665
cc80f267
JK
36662012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3667
3668 Fix regression by the "ambiguous linespec" series.
3669 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
3670 get_last_displayed_symtab and get_last_displayed_line and depending
3671 on CURSAL.
3672
356d9f9d
TT
36732012-06-11 Tom Tromey <tromey@redhat.com>
3674
3675 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
3676 (dw2_find_symbol_file): Use it.
3677
232b8704
ME
36782012-06-11 Michael Eager <eager@eagercon.com>
3679
3680 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
3681 * mips-linux-tdep.h (mips_signals): New
3682
e81a37f7
TT
36832012-06-11 Tom Tromey <tromey@redhat.com>
3684
3685 * infrun.c (handle_inferior_event)
3686 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
3687 breakpoint.
3688 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
3689 exception logic in all cases. Update comments.
3690 (insert_longjmp_resume_breakpoint): Set the exception resume
3691 breakpoint.
3692
2e81047f
MR
36932012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
3694
3695 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
3696
4e32eda7
SCR
36972012-06-09 Siva Chandra Reddy <sivachandra@google.com>
3698
3699 * valarith.c (binop_types_user_defined_p): Fix a typo.
3700
18648a37 37012012-06-08 Yao Qi <yao@codesourcery.com>
f782ad9b 3702 Chung-Lin Tang <cltang@codesourcery.com>
18648a37
YQ
3703
3704 * arch-utils.c (default_return_in_first_hidden_param_p): New.
3705 * arch-utils.h: Declare.
3706 * gdbarch.sh: Add return_in_first_hidden_param_p.
3707 * gdbarch.c, gdbarch.h: Regenerated.
3708 * infcall.c (call_function_by_hand): Call
3709 gdbarch_return_in_first_hidden_param_p instead of
3710 language_pass_by_reference.
3711
3712 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
3713 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
3714 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
3715 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
3716 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
3717 `cplus_return_struct_by_reference'.
3718 (tic6x_return_value): Handle language cplusplus.
3719 (tic6x_return_in_first_hidden_param_p): New.
3720 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
3721
034e5797
DE
37222012-06-07 Doug Evans <dje@google.com>
3723
3724 * dwarf2read.c (dwarf2_cu): Add comment.
3725
6a00aa1e
MR
37262012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
3727
3728 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
3729 variable.
3730 (mips_eabi_push_dummy_call): Likewise.
3731 (mips_n32n64_push_dummy_call): Likewise.
3732 (mips_o32_push_dummy_call): Likewise.
3733 (mips_o64_push_dummy_call): Likewise.
3734
eaa05d59
MR
37352012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
3736
3737 * mips-tdep.c (mips_convert_register_p): Correct coding style.
3738
de13fcf2
MR
37392012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
3740
3741 * mips-tdep.c (mips_pseudo_register_type): Use
3742 mips_float_register_p.
3743
c3a01a22
PA
37442012-06-06 Pedro Alves <palves@redhat.com>
3745
3746 * infrun.c (handle_inferior_event): Remove calls to
3747 reinit_frame_cache that follow a context_switch call.
3748
d25f45d9
PA
37492012-06-06 Pedro Alves <palves@redhat.com>
3750
3751 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
3752 context_switch and remove stale comment.
3753
359f5fe6
PA
37542012-06-06 Pedro Alves <palves@redhat.com>
3755
3756 * infrun.c (struct execution_control_state): Remove
3757 `new_thread_event' field.
3758 (handle_inferior_event): Simplify new threads handling; don't
3759 resume the inferior if we find a new thread.
3760
2d4c29c5
TS
37612012-06-06 Thomas Schwinge <thomas@codesourcery.com>
3762
3763 * NEWS: Document the deprecation of SH's 'regs' command.
3764 * inferior.h (all_registers_info): Add function declaration.
3765 * sh-tdep.c (sh_show_regs): Remove variable.
3766 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
3767 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
3768 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
3769 (sh_show_regs_command): Remove functions.
3770 (sh_gdbarch_init): Don't set sh_show_regs.
3771 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
3772 'info all-registers'.
3773 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
3774 (sh64_show_regs): Remove functions.
3775 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
3776
f5f1cdb6
JK
37772012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3778
3779 * configure.ac: Move development=true below AC_INIT.
3780 * configure: Regenerate.
3781
bf6309af
SS
37822012-06-05 Stan Shebs <stan@codesourcery.com>
3783
3784 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
3785 gdb_stdout.
3786
45aa4659
JK
37872012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
3788
3789 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
3790 argument as ssize_t.
3791 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
3792 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
3793 * target.c (target_read_stack, target_write_memory)
3794 (target_write_raw_memory): Likewise.
3795 * target.h (target_read_stack, target_write_memory)
3796 (target_write_raw_memory): Likewise.
3797
1b162304
JK
37982012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3799
3800 * symfile-mem.c: Change gdb_static_assert to ssize_t.
3801 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
3802 * target.c (target_read_memory): Change LEN to ssize_t.
3803 * target.h (target_read_memory): Change LEN to ssize_t.
3804
8556afb4
PA
38052012-06-05 Pedro Alves <palves@redhat.com>
3806
3807 PR backtrace/13866
3808
3809 * breakpoint.c (until_break_command): Only fetch the selected
3810 frame after decode_line_1.
3811
fb139f32
PA
38122012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
3813
3814 * solib-svr4.c (enable_break): Don't fallback to setting the solib
3815 event breakpoint at _start, __start or main if a program
3816 interpreter is not found.
3817
a8e1bb34
JB
38182012-06-05 Joel Brobecker <brobecker@adacore.com>
3819
3820 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
3821 Add declaration.
3822 * windows-tdep.c: #include "objfiles.h".
3823 (windows_iterate_over_objfiles_in_search_order): New function.
3824 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
3825 iterate_over_objfiles_in_search_order gdbarch method to
3826 windows_iterate_over_objfiles_in_search_order.
3827 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
3828
19630284
JB
38292012-06-05 Joel Brobecker <brobecker@adacore.com>
3830
3831 * gdbarch.sh: Add generation of
3832 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
3833 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
3834 (iterate_over_objfiles_in_search_order): New gdbarch method.
3835 * gdbarch.h, gdbarch.c: Regenerate.
3836 * objfiles.h (default_iterate_over_objfiles_in_search_order):
3837 Add declaration.
3838 * objfiles.c (default_iterate_over_objfiles_in_search_order):
3839 New function.
3840 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
3841 out of lookup_symbol_aux_symtabs.
3842 (lookup_symbol_aux_symtabs): Replace extracted-out code by
3843 call to lookup_symbol_aux_objfile.
3844 (struct global_sym_lookup_data): New type.
3845 (lookup_symbol_global_iterator_cb): New function.
3846 (lookup_symbol_global): Search for symbol using
3847 gdbarch_iterate_over_objfiles_in_search_order and
3848 lookup_symbol_global_iterator_cb.
3849 * findvar.c (struct minsym_lookup_data): New type.
3850 (minsym_lookup_iterator_cb): New function.
3851 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
3852 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
3853 and minsym_lookup_iterator_cb.
3854
67ff19f7
JB
38552012-06-05 Joel Brobecker <brobecker@adacore.com>
3856
3857 Revert the following patch:
3858 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
3859 try locating the symbol in the symbol's own objfile first, before
3860 extending the search to all objfiles.
3861 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
3862 out of lookup_symbol_aux_symtabs.
3863 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
3864 Replace extracted-out code by call to lookup_symbol_aux_objfile.
3865 Do not search EXCLUDE_OBJFILE.
3866 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
3867 (lookup_symbol_global): Search for matches in the block's objfile
3868 first, before searching all other objfiles.
3869
ccab2054
JB
38702012-06-05 Joel Brobecker <brobecker@adacore.com>
3871
3872 * breakpoint.c (find_condition_and_thread): Stop parsing
3873 as soon as the first invalid keyword is found.
3874
e23d4a9c
JB
38752012-06-05 Joel Brobecker <brobecker@adacore.com>
3876
3877 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
3878
70160166
JB
38792012-06-05 Joel Brobecker <brobecker@adacore.com>
3880
3881 * config/djgpp/djcheck.sh: Add copyright header.
3882
399501a5
JB
38832012-06-05 Joel Brobecker <brobecker@adacore.com>
3884
3885 * copyright.py (update_files, main): Fix path to update-copyright
3886 script.
3887
3770a159
JB
38882012-06-05 Joel Brobecker <brobecker@adacore.com>
3889
3890 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
3891 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
3892 for which a reminder to update by hand is printed.
3893
4aad0dfc
DE
38942012-06-04 Doug Evans <dje@google.com>
3895
3896 * buildsym.c (make_blockvector): Add comment.
3897
1f8cf220
PA
38982012-06-04 Pedro Alves <palves@redhat.com>
3899
3900 * arch-utils.c (default_gdb_signal_from_target): Delete.
3901 * arch-utils.h (default_gdb_signal_from_target): Delete.
3902 * corelow.c (core_open) <signal mapping>: Extended comment. Check
3903 gdbarch_gdb_signal_from_target_p.
3904 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
3905 predicate).
3906 * gdbarch.h: Regenerate.
3907 * gdbarch.c: Regenerate.
3908
86b49880
PA
39092012-06-04 Pedro Alves <palves@redhat.com>
3910
3911 * gdbarch.sh (gdb_signal_from_target): Mention that the
3912 implementation of the method must be host independent.
3913 * gdbarch.h: Regenerate.
3914
fe78531d
JK
39152012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3916
3917 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
3918 parameters.
3919 (target_read_memory_bfd): New function.
3920 (symbol_file_add_from_memory): Use it.
3921
d790cf0a
DE
39222012-06-03 Doug Evans <dje@google.com>
3923
78e5175a
DE
3924 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
3925 of primary symtab.
3926 (basic_lookup_transparent_type): Ditto.
3927
d790cf0a
DE
3928 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
3929 (ALL_PRIMARY_SYMTABS): Use it.
3930 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
3931 * dwarf2read.c (dw2_find_symbol_file): Ditto.
3932 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
3933 * symtab.c (lookup_symbol_aux_objfile): Ditto.
3934 (basic_lookup_transparent_type): Ditto.
3935
c6e5ee5e
SDJ
39362012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
3937
3938 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
3939 it to optimize resolution of demangled name.
3940
a68ffae9
JK
39412012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3942
3943 * configure.ac (development): Define new variable.
3944 Call AC_CHECK_LIB for mcheck if $development.
3945 (ERROR_ON_WARNING): Enable it by default only if $development.
3946 * config.in: Regenerate.
3947 * configure: Regenerate.
3948
5299c1c4
JK
39492012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
3950
3951 * target.c (target_read_memory): Make LEN argument as size_t.
3952 * target.h (target_read_memory): Likewise.
3953
39542012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7c71816c
JK
3955
3956 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
3957
0c56f59b
EBM
39582012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
3959
3960 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
3961 BookE interface for PowerPC server processors if not available
3962 in the Linux Kernel.
3963
71bdabee
KS
39642012-05-31 Keith Seitz <keiths@redhat.com>
3965
3966 * linespec.c (decode_objc): Add cleanup to free
3967 INFO.FILE_SYMTABS.
3968 (find_linespec_symbols): Add cleanup to free CLASSES.
3969 * symfile.c (find_separate_debug_file_by_debuglink): Add
3970 cleanup to free DEBUGLINK.
3971 * ui-out.c (clear_header_list): No need to check if
3972 HEADER_NEXT.COLHDR is NULL.
3973 Free HEADER_NEXT.COL_NAME.
3974
acbd605d
MGD
39752012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3976
3977 * ada-lang.c (standard_lookup): Prevent uninitialized variable
3978 warning.
3979
65662cde
PA
39802012-05-30 Jeff Kenton <jkenton@tilera.com>
3981
3982 * configure.host (gdb_host_cpu): Handle tilegx*.
3983 (gdb_host): Handle tilegx-*-linux*.
3984 * tilegx-linux-nat.c: New file.
3985 * config/tilegx/linux.mh: New file.
3986
ade64f0e
PA
39872012-05-30 Jeff Kenton <jkenton@tilera.com>
3988
3989 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
3990 tilegx-linux-tdep.o.
3991 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
3992 tilegx-linux-tdep.c.
3993 * configure.tgt: Handle tilegx-*-linux*.
3994 * tilegx-tdep.h: New file.
3995 * tilegx-tdep.c: New file.
3996 * tilegx-linux-tdep.c: New file.
3997 * regformats/reg-tilegx.dat: New file.
3998
bb08bdbd
EBM
39992012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
4000
4001 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
4002 accounting of hw watchpoints on ppc.
4003
ebd86fb5
TJB
40042012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4005
4006 * source.c (openp): Expand tilde in path entries.
4007
0a0edcd5
DE
40082012-05-29 Doug Evans <dje@google.com>
4009
98cc87bd
DE
4010 * buildsym.c (block_compar): Fix comment.
4011 (end_symtab): Fix and clarify some comments.
4012
0a0edcd5
DE
4013 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
4014 cleanup_undefined_types.
4015 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
4016 All callers updated.
4017
6f0c7050
TT
40182012-05-29 Tom Tromey <tromey@redhat.com>
4019
4020 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
4021 fails.
4022 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
4023 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
4024 fails.
4025 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
4026 fails.
4027
ec95993c
TG
40282012-05-29 Tristan Gingold <gingold@adacore.com>
4029
4030 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
4031 (struct darwin_info): ... New struct.
4032 (solib_darwin_pspace_data): New variable.
4033 (darwin_pspace_data_cleanup): New function.
4034 (get_darwin_info): Likewise.
4035 (darwin_dyld_version_ok, darwin_load_image_infos)
4036 (darwin_solib_get_all_image_info_addr_at_init)
4037 (darwin_solib_read_all_image_info_addr): Add info argument.
4038 Adjust code.
4039 (darwin_current_sos): Use per pspace structure.
4040 (darwin_solib_create_inferior_hook): Likewise.
4041 (darwin_clear_solib): Likewise.
4042 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
4043
ae25568b
PA
40442012-05-28 Pedro Alves <palves@redhat.com>
4045
4046 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
4047 block that uses them. Clear ecss before handling each event.
4048
0c5bf5a9
JK
40492012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4050
4051 * solib-svr4.c (svr4_current_sos): New comment on
4052 svr4_current_sos_via_xfer_libraries fall back.
4053
bfb05775
JK
40542012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4055
4056 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
4057 it as a fallback for TYPE_IS_OPAQUE.
4058 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
4059 symbols for lookup_symbol.
4060
685b1105
JK
40612012-05-24 John Steele Scott <toojays@toojays.net>
4062
4063 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
4064 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
4065 (producer_is_gxx_lt_4_6): Move the checking and caching to...
4066 (check_producer): ... this new function, which also checks for ICC
4067 and caches the result.
4068 (producer_is_icc): New function.
4069 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
4070 producer was ICC.
4071
22203bbf
PA
40722012-05-24 Pedro Alves <palves@redhat.com>
4073
4074 PR gdb/7205
4075
4076 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
4077 (default_gdb_signal_to_target): ... this. Add comment.
4078 (default_gdb_signal_from_host): Rename to ...
4079 (default_gdb_signal_from_target): ... this. Add comment.
4080 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
4081 (default_gdb_signal_to_target): ... this.
4082 (default_gdb_signal_from_host): Rename to ...
4083 (default_gdb_signal_from_target): ... this.
4084 * corelow.c (core_open): Adjust to naming change. Replace comment.
4085 * gdbarch.sh (gdb_signal_from_host): Rename to ...
4086 (gdb_signal_from_target): ... this. Adjust to
4087 default_gdb_signal_from_host naming change. Extend comment.
4088 (gdb_signal_to_host): Rename to ...
4089 (gdb_signal_to_target): ... this. Adjust to
4090 default_gdb_signal_to_host naming change.
4091 * gdbarch.h, gdbarch.c: Renegerate.
4092
a493e3e2
PA
40932012-05-24 Pedro Alves <palves@redhat.com>
4094
4095 PR gdb/7205
4096
f782ad9b 4097 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
a493e3e2 4098
2ea28649
PA
40992012-05-24 Pedro Alves <palves@redhat.com>
4100
4101 PR gdb/7205
4102
4103 Replace target_signal with gdb_signal throughout.
4104
b09846a9
PA
41052012-05-24 Pedro Alves <palves@redhat.com>
4106
4107 PR tui/14159
4108
4109 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
4110 string, instead of reusing the va_list argument.
4111
e77c107e
TT
41122012-05-24 Tom Tromey <tromey@redhat.com>
4113
4114 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
4115 Remove.
4116
9fccedf7
DE
41172012-05-23 Doug Evans <dje@google.com>
4118
d50bd42b
DE
4119 * symtab.c (search_symbols): Formatting fixes.
4120 (print_symbol_info): Formatting fixes.
4121
9fccedf7
DE
4122 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
4123 int64_t change to leb128 API.
4124 (read_encoded_value, decode_frame_entry_1): Ditto.
4125 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
4126 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
4127 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4128 (execute_stack_op): Ditto.
4129 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
4130 (safe_read_uleb128, safe_read_sleb128): Ditto.
4131 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
4132 (dwarf2_compile_expr_to_ax): Ditto.
4133 (locexpr_describe_location_piece): Ditto.
4134 (disassemble_dwarf_expression): Ditto.
4135 (locexpr_describe_location_1): Ditto.
4136
f3e0e960
SS
41372012-05-23 Stan Shebs <stan@codesourcery.com>
4138 Kwok Cheung Yeung <kcy@codesourcery.com>
4139
4140 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
4141 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
4142 (mi-cmd-info.o): New rule.
4143 * osdata.h (info_osdata_command): New declaration.
4144 * osdata.c (info_osdata_command): Change to non-static.
4145 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
4146 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
4147 * mi/mi-cmd-info.c: New file.
4148
c51fe631
DE
41492012-05-23 Doug Evans <dje@google.com>
4150
71cddcc1
DE
4151 * symtab.c (search_symbols): Pass NULL for file_matcher to
4152 expand_symtabs_matching if there are no files to match.
4153
c51fe631
DE
4154 * gdbtypes.c (lookup_typename): Simplify.
4155
a79378d4
PA
41562012-05-23 Pedro Alves <palves@redhat.com>
4157
4158 * arch-utils.h (default_target_signal_to_host): Delete.
4159 * arch-utils.c (default_target_signal_to_host): Delete.
4160 * gdbarch.sh (target_signal_to_host): Remove.
4161 * gdbarch.h, gdbarch.c: Regenerate.
4162
f664829e
DE
41632012-05-22 Doug Evans <dje@google.com>
4164
4165 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
4166 "const gdb_byte *".
4167 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
4168 (execute_cfa_program): Update to match API of leb128 functions.
4169 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
4170 "const gdb_byte *".
4171 (read_unsigned_leb128, read_signed_leb128): Delete.
4172 (read_initial_length): Change type of buf argument to
4173 "const gdb_byte *".
4174 (read_encoded_value): Update to match API of leb128 functions.
4175 (decode_frame_entry): Change result to "const gdb_byte *", and
4176 similarly for "start" parameter.
4177 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
4178 (dwarf2_build_frame_info): Change local frame_ptr to
4179 "const gdb_byte *".
4180 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
4181 read_uleb128, read_sleb128. All callers updated.
4182 (safe_skip_leb128): New function.
4183 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
4184 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
4185 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
4186 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
4187 read_uleb128, read_sleb128.
4188 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4189 (execute_stack_op): Update to match API of leb128 functions.
4190 * dwarf2expr.h: #include "leb128.h".
4191 (read_uleb128, read_sleb128): Delete.
4192 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
4193 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
4194 * dwarf2loc.c (debug_loc_kind): New enum.
4195 (decode_debug_loc_addresses): New function.
4196 (decode_debug_loc_dwo_addresses): New function.
4197 (dwarf2_find_location_expression): Rewrite.
4198 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
4199 (locexpr_describe_location_piece): Ditto.
4200 (disassemble_dwarf_expression): Ditto.
4201 (locexpr_describe_location_1): Ditto.
4202 (loclist_describe_location): Rewrite.
4203 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
4204 * dwarf2read.c (die_reader_specs): New member "buffer_end".
4205 (dwarf2_section_buffer_overflow_complaint): Renamed from
4206 dwarf2_macros_too_long_complaint. All callers updated.
4207 (skip_leb128): Delete.
4208 (init_cu_die_reader): Initialize reader->buffer_end.
4209 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
4210 (skip_form_bytes): New arg buffer_end. All callers updated.
4211 Replace call to skip_leb128 with gdb_skip_leb128.
4212 (skip_unknown_opcode): New arg mac_end. All callers updated.
4213 (fill_in_loclist_baton): Initialize baton->from_dwo.
4214
837a1b32
MR
42152012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4216
4217 * mips-linux-nat.c (mips_linux_read_description): Use a more
4218 verbose error message.
4219
d0e64392
MR
42202012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4221
4222 * NEWS: Add MIPS/Linux DSP support.
4223 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
4224 (SIGCONTEXT_DSPCTL): New macro.
4225 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
4226 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
4227 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
4228 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
4229 (N64_SIGCONTEXT_HI3): Likewise.
4230 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
4231 (N64_SIGCONTEXT_LO3): Likewise.
4232 (N64_SIGCONTEXT_DSPCTL): Likewise.
4233 (N64_SIGCONTEXT_FPCSR): Clarify definition.
4234 (mips_linux_o32_sigframe_init): Handle DSP registers.
4235 (mips_linux_n32n64_sigframe_init): Likewise.
4236
8bea7ed1
PM
42372012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
4238
4239 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
4240 call to abort.
4241
dab06dbe
PA
42422012-05-22 Pedro Alves <palves@redhat.com>
4243
4244 * target.h (store_waitstatus): Move declaration ...
4245 * inf-child.h (store_waitstatus): ... here.
4246 * target.c: Move inclusion of gdb_wait.h, and ...
4247 (store_waitstatus): ... this ...
4248 * inf-child.c: ... here.
4249 * linux-nat.c: Include inf-child.h.
4250 * rs6000-nat.c: Include inf-child.h.
4251 * spu-linux-nat.c: Include inf-child.h.
4252
43011e52
PM
42532012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
4254
4255 * tracepoint.c (start_tracing): Add missing i18n markup.
4256 (stop_tracing, set_trace_user): Ditto.
4257 (set_trace_notes, set_trace_stop_notes): Ditto.
4258
b1af9e97
TT
42592012-05-21 Tom Tromey <tromey@redhat.com>
4260
4261 PR c++/7173:
4262 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
4263 types.
4264 * value.h (value_cast_pointers): Update.
4265 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
4266 (value_cast): Update.
4267 (update_search_result): New function.
4268 (do_search_struct_field): New, from search_struct_field. Check
4269 for ambiguous results.
4270 (search_struct_field): Rewrite.
4271 * infcall.c (value_arg_coerce): Update.
4272 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
4273 value_cast_pointers.
4274 * ada-lang.c (ada_convert_actual): Update.
4275
e9e5e6b3
TT
42762012-05-21 Tom Tromey <tromey@redhat.com>
4277
4278 * macroexp.c (macro_stringify): Terminate the string.
4279
1564a261
JK
42802012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4281
4282 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
4283 Describe it.
4284 * auto-load.c (auto_load_expand_dir_vars): New function.
4285 (auto_load_safe_path_vec_update): Use it, remove the
4286 substitute_path_component call thanks to it.
4287 (auto_load_objfile_script): Remove the debug_file_directory processing.
4288 Use auto_load_expand_dir_vars, remove the substitute_path_component
4289 call thanks to it.
4290 * configure: Regenerate.
4291 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
4292 path. Escape $ also for $debugdir.
4293 (--with_auto_load_safe_path): Escape $ also for $debugdir.
4294 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
4295
a3ec0bb1
DE
42962012-05-20 Doug Evans <dje@google.com>
4297
4298 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
4299 before use. Check for symtab->includes == NULL before scanning it.
4300
d467df4e
MR
43012012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4302
4303 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
4304
4cc0665f
MR
43052012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4306
4307 * NEWS: Add microMIPS support and "set mips compression",
4308 "show mips compression" commands.
4309 * mips-tdep.h (mips_isa): New enum.
4310 (gdbarch_tdep): Add mips_isa.
4311 (mips_pc_is_mips16): Update prototype.
4312 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
4313 * mips-tdep.c (mips_compression_mips16): New variable.
4314 (mips_compression_micromips): Likewise.
4315 (mips_compression_strings): Likewise.
4316 (mips_compression_string): Likewise.
4317 (is_mips16_isa, is_micromips_isa): New functions.
4318 (is_mips16_addr): Rename to...
4319 (is_compact_addr): ... this.
4320 (unmake_mips16_addr): Likewise to...
4321 (unmake_compact_addr): ... this.
4322 (make_mips16_addr): Likewise to...
4323 (make_compact_addr): ... this.
4324 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
4325 functions.
4326 (mips_elf_make_msymbol_special): Handle microMIPS code.
4327 (msymbol_is_special): Rename to...
4328 (msymbol_is_mips16): ... this.
4329 (mips_make_symbol_special, mips_pc_is_mips16): Update
4330 accordingly.
4331 (msymbol_is_mips, msymbol_is_micromips): New functions.
4332 (mips16_to_32_reg): Rename to...
4333 (mips_reg3_to_reg): ... this.
4334 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
4335 (mips_pc_isa): Likewise.
4336 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
4337 code.
4338 (mips_fetch_instruction): Pass return status instead of printing
4339 an error message if requested. Handle microMIPS code. Bail out
4340 on an invalid ISA.
4341 (micromips_op): New macro.
4342 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
4343 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
4344 (b6s4_op, b7s3_reg): Likewise.
4345 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
4346 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
4347 (mips_insn_size): New function.
4348 (mips32_next_pc): Update mips_fetch_instruction call.
4349 (micromips_relative_offset7): New function.
4350 (micromips_relative_offset10): Likewise.
4351 (micromips_relative_offset16): Likewise.
4352 (micromips_pc_insn_size): Likewise.
4353 (micromips_bc1_pc): Likewise.
4354 (micromips_next_pc): Likewise.
4355 (unpack_mips16): Update mips_fetch_instruction call.
4356 (extended_mips16_next_pc): Update according to change to
4357 mips16_to_32_reg.
4358 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
4359 code.
4360 (mips16_scan_prologue): Update mips_fetch_instruction call.
4361 Update according to change to mips16_to_32_reg.
4362 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
4363 (mips_insn16_frame_base_sniffer): Likewise.
4364 (micromips_decode_imm9): New function.
4365 (micromips_scan_prologue): Likewise.
4366 (mips_micro_frame_cache): Likewise.
4367 (mips_micro_frame_this_id): Likewise.
4368 (mips_micro_frame_prev_register): Likewise.
4369 (mips_micro_frame_sniffer): Likewise.
4370 (mips_micro_frame_unwind): New variable.
4371 (mips_micro_frame_base_address): New function.
4372 (mips_micro_frame_base): New variable.
4373 (mips_micro_frame_base_sniffer): New function.
4374 (mips32_scan_prologue): Update mips_fetch_instruction call.
4375 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
4376 rather than for MIPS16.
4377 (mips_insn32_frame_base_sniffer): Likewise.
4378 (mips_addr_bits_remove): Handle microMIPS code.
4379 (deal_with_atomic_sequence): Rename to...
4380 (mips_deal_with_atomic_sequence): ... this. Update the type
4381 of the variable used to hold an instruction. Remove the ISA bit
4382 check. Update mips_fetch_instruction call.
4383 (micromips_deal_with_atomic_sequence): New function.
4384 (deal_with_atomic_sequence): Likewise.
4385 (mips_about_to_return): Handle microMIPS code. Update
4386 mips_fetch_instruction call.
4387 (heuristic_proc_start): Check for the standard MIPS ISA rather
4388 than for MIPS16. Update mips_pc_is_mips16 and
4389 mips_fetch_instruction calls. Handle microMIPS code.
4390 (mips_push_dummy_code): Handle microMIPS code.
4391 (mips_eabi_push_dummy_call): Likewise.
4392 (mips_o32_return_value): Update mips_pc_is_mips16 call.
4393 (mips_o64_push_dummy_call): Handle microMIPS code.
4394 (mips_o64_return_value): Update mips_pc_is_mips16 call.
4395 (is_delayed): Remove function.
4396 (mips_single_step_through_delay): Replace the call to is_delayed
4397 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
4398 Handle microMIPS code.
4399 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
4400 microMIPS code.
4401 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
4402 call.
4403 (micromips_in_function_epilogue_p): New function.
4404 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
4405 call.
4406 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
4407 Handle microMIPS.
4408 (gdb_print_insn_mips): Likewise.
4409 (mips_breakpoint_from_pc): Likewise.
4410 (mips_remote_breakpoint_from_pc): New function.
4411 (mips32_instruction_has_delay_slot): Simplify making use of the
4412 updated mips_fetch_instruction interface.
4413 (micromips_instruction_has_delay_slot): New function.
4414 (mips16_instruction_has_delay_slot): Simplify making use of the
4415 updated mips_fetch_instruction interface.
4416 (mips_adjust_breakpoint_address): Check for the standard MIPS
f782ad9b 4417 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
4cc0665f
MR
4418 calls. Handle microMIPS code.
4419 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
4420 (mips_skip_trampoline_code): Handle microMIPS code.
4421 (global_mips_compression): New function.
4422 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
4423 file flags. Register the microMIPS remote breakpoint handler
4424 and heuristic frame unwinder.
4425 (show_mips_compression): New function.
4426 (_initialize_mips_tdep): Add the "set mips compression" and
4427 "show mips compression" commands.
4428
22e048c9
SDJ
44292012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
4430
4431 * ada-lang.c:
4432 * ada-tasks.c:
4433 * ada-varobj.c:
4434 * amd64-darwin-tdep.c:
4435 * arm-symbian-tdep.c:
4436 * arm-tdep.c:
4437 * avr-tdep.c:
4438 * ax-gdb.c:
4439 * bfin-linux-tdep.c:
4440 * breakpoint.c:
4441 * c-valprint.c:
4442 * cli/cli-cmds.c:
4443 * coffread.c:
4444 * cp-support.c:
4445 * cris-tdep.c:
4446 * dwarf2-frame-tailcall.c:
4447 * dwarf2-frame.c:
4448 * dwarf2expr.c:
4449 * dwarf2loc.c:
4450 * dwarf2read.c:
4451 * elfread.c:
4452 * eval.c:
4453 * expprint.c:
4454 * f-valprint.c:
4455 * frv-tdep.c:
4456 * h8300-tdep.c:
4457 * hppa-hpux-tdep.c:
4458 * hppa-tdep.c:
4459 * hppanbsd-tdep.c:
4460 * i386-nto-tdep.c:
4461 * i386-tdep.c:
4462 * i387-tdep.c:
4463 * ia64-tdep.c:
4464 * jit.c:
4465 * linespec.c:
4466 * linux-tdep.c:
4467 * lm32-tdep.c:
4468 * m2-valprint.c:
4469 * m32c-tdep.c:
4470 * m32r-rom.c:
4471 * m32r-tdep.c:
4472 * m68k-tdep.c:
4473 * m68klinux-tdep.c:
4474 * mi/mi-main.c:
4475 * microblaze-tdep.c:
4476 * mips-linux-tdep.c:
4477 * mips-tdep.c:
4478 * mn10300-tdep.c:
4479 * p-valprint.c:
4480 * parse.c:
4481 * ppc-linux-tdep.c:
4482 * ppc-sysv-tdep.c:
4483 * printcmd.c:
4484 * python/py-finishbreakpoint.c:
4485 * python/py-inferior.c:
4486 * python/py-infthread.c:
4487 * python/py-type.c:
4488 * python/python.c:
4489 * remote-fileio.c:
4490 * remote-m32r-sdi.c:
4491 * remote-mips.c:
4492 * reverse.c:
4493 * rl78-tdep.c:
4494 * rs6000-aix-tdep.c:
4495 * rs6000-tdep.c:
4496 * s390-tdep.c:
4497 * score-tdep.c:
4498 * sh64-tdep.c:
4499 * skip.c:
4500 * solib-darwin.c:
4501 * solib-dsbt.c:
4502 * solib-frv.c:
4503 * sparc-tdep.c:
4504 * spu-multiarch.c:
4505 * spu-tdep.c:
4506 * stack.c:
4507 * symfile.c:
4508 * symtab.c:
4509 * tic6x-tdep.c:
4510 * tracepoint.c:
4511 * v850-tdep.c:
4512 * valarith.c:
4513 * valprint.c:
4514 * value.c:
4515 * xcoffread.c:
4516 * xtensa-tdep.c:
4517 * ada-lang.c:
4518 * ada-tasks.c:
4519 * ada-varobj.c:
4520 * amd64-darwin-tdep.c:
4521 * arm-symbian-tdep.c:
4522 * arm-tdep.c: Delete unused variables.
4523
aff139ff
JK
45242012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4525
4526 Rename $ddir to $datadir.
4527 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
4528 * auto-load.c (auto_load_safe_path_vec_update)
4529 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
4530 * configure: Regenerate.
4531 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
4532 Likewise. Remove the 'use $ddir' help string.
4533
f7bfa992
JK
45342012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4535
4536 * auto-load.c (show_auto_load_safe_path): Accept any combination of
4537 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
4538
9cb709b6
TT
45392012-05-18 Tom Tromey <tromey@redhat.com>
4540
4541 PR exp/13907:
4542 * valprint.h (struct value_print_options) <symbol_print>: New
4543 field.
4544 * valprint.c (user_print_options): Add default for symbol_print.
4545 (show_symbol_print): New function.
4546 (generic_val_print): Respect symbol_print.
4547 (_initialize_valprint): Add "print symbol" setting.
4548 * f-valprint.c (f_val_print): Respect symbol_print.
4549 * c-valprint.c (c_val_print): Respect symbol_print.
4550 * NEWS: Update.
4551 * printcmd.c (print_address_symbolic): Return int. Ignore some
4552 zero-size symbols.
4553 (print_address_demangle): Return int.
4554 * defs.h: (print_address_symbolic): Return int.
4555 * value.h (print_address_demangle): Return int.
4556
b012acdd
TT
45572012-05-18 Tom Tromey <tromey@redhat.com>
4558
4559 * valprint.c (val_print_string): Don't print leading space.
4560 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
4561 print space before string or vtbl.
4562 * m2-valprint.c (print_unpacked_pointer): Optionally print space
4563 before string.
4564 * jv-valprint.c (java_value_print): Print space before string.
4565 * go-valprint.c (print_go_string): Print space before string.
4566 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
4567 space before string.
4568 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
4569 space before string or vtbl.
4570 * auxv.c (fprint_target_auxv): Print space after address.
4571
1d51a733
TT
45722012-05-18 Tom Tromey <tromey@redhat.com>
4573
4574 * printcmd.c (print_address_demangle): Remove special case for 0.
4575
edf0c1b7
TT
45762012-05-18 Tom Tromey <tromey@redhat.com>
4577
4578 * printcmd.c (print_address_demangle): Add 'opts' argument.
4579 * p-valprint.c (pascal_val_print): Update.
4580 * jv-valprint.c (java_val_print): Update.
4581 * value.h: Update.
4582 * valprint.c (generic_val_print): Update.
4583 (print_function_pointer_address): Add 'options' argument. Remove
4584 'addressprint' argument. Update.
4585 * m2-valprint.c (print_unpacked_pointer): Update.
4586 * gnu-v3-abi.c (print_one_vtable): Update.
4587 (gnuv3_print_method_ptr): Update.
4588 * f-valprint.c (f_val_print): Update.
4589 * cp-valprint.c (cp_print_value_fields): Update.
4590 * valprint.h (print_function_pointer_address): Update.
4591 * c-valprint.c (c_val_print): Update.
4592
9703b513
TT
45932012-05-18 Tom Tromey <tromey@redhat.com>
4594
4595 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
4596 directly corresponding to the found psymtab.
4597 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
4598 (dw2_find_pc_sect_symtab): Use it.
4599 * block.h (blockvector_contains_pc): Declare.
4600 * block.c (find_block_in_blockvector): New function.
4601 (blockvector_for_pc_sect): Use it.
4602 (blockvector_contains_pc): New function.
4603
5a439849
MR
46042012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4605
4606 * mips-tdep.h (mips_write_pc): New prototype.
4607 * mips-tdep.c (mips_write_pc): Make external, add description.
4608 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
4609 add description.
4610
8376de04
MR
46112012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4612
4613 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
4614 mips_regnum->pc.
4615 (mips_unwind_pc, mips_write_pc): Likewise.
4616 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
4617 gdbarch_read_pc.
4618
d3581e61
JB
46192012-05-17 Joel Brobecker <brobecker@adacore.com>
4620
4621 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
4622 proc_warn, proc_error, proc_get_status, proc_flags,
4623 proc_why, proc_what, proc_nsysarg, proc_sysargs,
4624 proc_set_run_on_last_close, proc_unset_run_on_last_close,
4625 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
4626 proc_stop_process, proc_wait_for_stop, proc_run_process,
4627 proc_set_traced_signals, proc_set_traced_faults,
4628 proc_set_traced_sysentry, proc_set_traced_sysexit,
4629 proc_set_held_signals, proc_get_held_signals,
4630 proc_get_traced_signals, proc_get_traced_faults,
4631 proc_get_traced_sysentry, proc_get_traced_sysexit,
4632 proc_clear_current_fault, proc_set_current_signal,
4633 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
4634 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
4635 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
4636 proc_get_current_thread, proc_get_current_thread,
4637 proc_get_current_thread, proc_update_threads,
4638 proc_update_threads, proc_update_threads, proc_update_threads,
4639 proc_iterate_over_threads, procfs_find_new_threads,
4640 procfs_pid_to_str): Make static. Remove advance declaration.
4641 (proc_cursig): Make static. Conditionalized defintion on
4642 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
4643 (proc_syscall, proc_set_kill_on_last_close,
4644 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
4645 proc_get_pending_signals, proc_get_signal_actions,
4646 proc_trace_signal, proc_ignore_signal): Delete.
4647
81b9b86e
SDJ
46482012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
4649
4650 * coffread.c (cs_section_address): Passing proper argument for
4651 `bfd_get_section_vma'.
4652 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
4653 `bfd_get_section_flags'.
4654 * remote.c (remote_trace_set_readonly_regions): Likewise, for
4655 `bfd_get_section_vma'.
4656
abc9d0dc
TT
46572012-05-16 Tom Tromey <tromey@redhat.com>
4658
4659 PR macros/13205:
4660 * macrotab.h: (macro_define_special): Declare.
4661 (enum macro_special_kind): New.
4662 (struct macro_definition) <argc, replacement>: Update comments.
4663 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
4664 (macro_define_object_internal): New function.
4665 (macro_define_object): Use it.
4666 (macro_define_special): New function.
4667 (fixup_definition): New function.
4668 (macro_lookup_definition, foreach_macro_in_scope)
4669 (foreach_macro): Use fixup_definition.
4670 * macroexp.h (macro_stringify): Declare.
4671 * macroexp.c (free_buffer_return_text): New function.
4672 (stringify): Constify "arg".
4673 (macro_stringify): New function.
4674 * dwarf2read.c (macro_start_file): Call macro_define_special.
4675
6a3a010b 46762012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
f782ad9b 4677 Maciej W. Rozycki <macro@mips.com>
6a3a010b
MR
4678
4679 * breakpoint.h (bp_location): Add related_address member.
4680 * inferior.h (get_return_value): Take a pointer to struct value
4681 instead of struct type for the function requested.
4682 * value.h (using_struct_return): Likewise.
4683 * gdbarch.sh (return_value): Take a pointer to struct value
4684 instead of struct type for the function requested.
4685 * breakpoint.c (set_breakpoint_location_function): Initialize
4686 related_address for bp_gnu_ifunc_resolver breakpoints.
4687 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
4688 requested function's address to gdbarch_return_value.
4689 * eval.c (evaluate_subexp_standard): Pass the requested
4690 function's address to using_struct_return.
4691 * infcall.c (call_function_by_hand): Pass the requested
4692 function's address to using_struct_return and
4693 gdbarch_return_value.
4694 * infcmd.c (get_return_value): Take a pointer to struct value
4695 instead of struct type for the function requested.
4696 (print_return_value): Update accordingly.
4697 (finish_command_continuation): Likewise.
4698 * stack.c (return_command): Pass the requested function's
4699 address to using_struct_return and gdbarch_return_value.
4700 * value.c (using_struct_return): Take a pointer to struct value
4701 instead of struct type for the function requested. Pass the
4702 requested function's address to gdbarch_return_value.
4703 * python/py-finishbreakpoint.c (finish_breakpoint_object):
4704 New function_value member, replacing function_type.
4705 (bpfinishpy_dealloc): Update accordingly.
4706 (bpfinishpy_pre_stop_hook): Likewise.
4707 (bpfinishpy_init): Likewise. Record the requested function's
4708 address.
4709 * mips-tdep.c (mips_fval_reg): New enum.
4710 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
4711 words put in GP registers.
4712 (mips_o64_push_dummy_call): Update a comment.
4713 (mips_o32_return_value): Take a pointer to struct value instead
4714 of struct type for the function requested and use it to check if
4715 using the MIPS16 calling convention. Return the designated
4716 general purpose registers for floating-point values returned in
4717 MIPS16 mode.
4718 (mips_o64_return_value): Likewise.
4719 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
4720 (ppc_sysv_abi_broken_return_value): Likewise.
4721 (ppc64_sysv_abi_return_value): Likewise.
4722 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
4723 value instead of struct type for the function requested.
4724 * amd64-tdep.c (amd64_return_value): Likewise.
4725 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
4726 * arm-tdep.c (arm_return_value): Likewise.
4727 * avr-tdep.c (avr_return_value): Likewise.
4728 * bfin-tdep.c (bfin_return_value): Likewise.
4729 * cris-tdep.c (cris_return_value): Likewise.
4730 * frv-tdep.c (frv_return_value): Likewise.
4731 * h8300-tdep.c (h8300_return_value): Likewise.
4732 (h8300h_return_value): Likewise.
4733 * hppa-tdep.c (hppa32_return_value): Likewise.
4734 (hppa64_return_value): Likewise.
4735 * i386-tdep.c (i386_return_value): Likewise.
4736 * ia64-tdep.c (ia64_return_value): Likewise.
4737 * iq2000-tdep.c (iq2000_return_value): Likewise.
4738 * lm32-tdep.c (lm32_return_value): Likewise.
4739 * m32c-tdep.c (m32c_return_value): Likewise.
4740 * m32r-tdep.c (m32r_return_value): Likewise.
4741 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
4742 * m68k-tdep.c (m68k_return_value): Likewise.
4743 (m68k_svr4_return_value): Likewise.
4744 * m88k-tdep.c (m88k_return_value): Likewise.
4745 * mep-tdep.c (mep_return_value): Likewise.
4746 * microblaze-tdep.c (microblaze_return_value): Likewise.
4747 * mn10300-tdep.c (mn10300_return_value): Likewise.
4748 * moxie-tdep.c (moxie_return_value): Likewise.
4749 * mt-tdep.c (mt_return_value): Likewise.
4750 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
4751 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
4752 (ppc_sysv_abi_broken_return_value): Likewise.
4753 (ppc64_sysv_abi_return_value): Likewise.
4754 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
4755 * rl78-tdep.c (rl78_return_value): Likewise.
4756 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
4757 * rx-tdep.c (rx_return_value): Likewise.
4758 * s390-tdep.c (s390_return_value): Likewise.
4759 * score-tdep.c (score_return_value): Likewise.
4760 * sh-tdep.c (sh_return_value_nofpu): Likewise.
4761 (sh_return_value_fpu): Likewise.
4762 * sh64-tdep.c (sh64_return_value): Likewise.
4763 * sparc-tdep.c (sparc32_return_value): Likewise.
4764 * sparc64-tdep.c (sparc64_return_value): Likewise.
4765 * spu-tdep.c (spu_return_value): Likewise.
4766 * tic6x-tdep.c (tic6x_return_value): Likewise.
4767 * v850-tdep.c (v850_return_value): Likewise.
4768 * vax-tdep.c (vax_return_value): Likewise.
4769 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
4770 * xtensa-tdep.c (xtensa_return_value): Likewise.
4771 * gdbarch.c: Regenerate.
4772 * gdbarch.h: Regenerate.
4773
29ca12b3
TT
47742012-05-15 Tom Tromey <tromey@redhat.com>
4775
4776 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
4777
588ae58c
JB
47782012-05-15 Joel Brobecker <brobecker@adacore.com>
4779
4780 * breakpoint.c (init_breakpoint_sal): Add quotes around part
4781 of command in two error message.
4782
855a6e68
JB
47832012-05-15 Joel Brobecker <brobecker@adacore.com>
4784
4785 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
4786
d634f2de
JB
47872012-05-15 Joel Brobecker <brobecker@adacore.com>
4788
4789 * breakpoint.c (find_condition_and_thread): Minor reformatting.
4790
9cc815f5
JK
47912012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4792
4793 * NEWS (show auto-load scripts-directory): Add forgotten command.
4794
6a609e58
JK
47952012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4796
4797 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
4798 parameters.
4799
ac1438b5
L
48002012-05-14 H.J. Lu <hongjiu.lu@intel.com>
4801
4802 * amd64-tdep.c: Include features/i386/x32.c and
4803 features/i386/x32-avx.c.
4804 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
4805 initialize_tdesc_x32_avx.
4806
e7e0cddf
SS
48072012-05-14 Stan Shebs <stan@codesourcery.com>
4808
4809 Add dynamic printf.
4810 * breakpoint.h (enum bptype): New type bp_dprintf.
4811 (struct breakpoint): New field extra_string.
4812 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
4813 (create_breakpoint): Add extra_string arg.
4814 * breakpoint.c (dprintf_breakpoint_ops): New.
4815 (is_breakpoint): Add bp_dprintf.
4816 (bpstat_what): Add dprintf case.
4817 (bptype_string): Ditto.
4818 (print_one_breakpoint_location): Ditto.
4819 (init_bp_location): Ditto.
4820 (bkpt_print_mention): Ditto.
4821 (dprintf_style_enums): New array.
4822 (dprintf_style): New global.
4823 (dprintf_function): New global.
4824 (dprintf_channel): New global.
4825 (update_dprintf_command_list): New function.
4826 (update_dprintf_commands): New function.
4827 (init_breakpoint_sal): Add extra_string argument, handle it.
4828 (create_breakpoint_sal): Add extra_string argument.
4829 (create_breakpoints_sal): Add extra_string argument, update callers.
4830 (find_condition_and_thread): Add extra argument.
4831 (create_breakpoint): Add extra_string argument, record it.
4832 (dprintf_command): New function.
4833 (break_command_1): Add arg to create_breakpoint call.
4834 (handle_gnu_v3_exceptions): Ditto.
4835 (trace_command): Ditto.
4836 (ftrace_command): Ditto.
4837 (strace_command): Ditto.
4838 (bkpt_print_mention): Add dprintf case.
4839 (create_breakpoint_sal_default): Add extra_string argument.
4840 (_initialize_breakpoint): Add new commands.
4841 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
4842 * python/py-breakpoint.c (bppy_init): Ditto.
4843 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
4844
8ae38c14
MR
48452012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
4846
4847 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
4848
9f676e66
SCR
48492012-05-14 Siva Chandra Reddy <sivachandra@google.com>
4850
4851 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
4852 unsigned long long.
4853
7efc75aa
SCR
48542012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4855
4856 Add a new function gdb.find_pc_line to the Python API.
4857 * NEWS (Python Scripting): Add entry about the new function.
4858 * python/python.c (gdbpy_find_pc_line): New function which
4859 implements gdb.find_pc_line.
4860 (GdbMethods): Add entry for the new function.
4861
70af3797
PA
48622012-05-12 Pedro Alves <palves@redhat.com>
4863
4864 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
4865 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
4866
06da564e
EZ
48672012-05-12 Eli Zaretskii <eliz@gnu.org>
4868
4869 * inferior.c: Include completer.h
4870 (initialize_inferiors): Set completer of add-inferior to
4871 filename_completer.
4872
0288cee2
L
48732012-05-11 H.J. Lu <hongjiu.lu@intel.com>
4874
4875 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
4876 gdbarch_ptr_bit for x32 core dump.
4877
f6537a2c
L
48782012-05-11 H.J. Lu <hongjiu.lu@intel.com>
4879
4880 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
4881 and features/i386/x32-avx-linux.c.
4882
85d4a676
SS
48832012-05-11 Stan Shebs <stan@codesourcery.com>
4884 Kwok Cheung Yeung <kcy@codesourcery.com>
4885
4886 * NEWS: Describe new info os commands.
4887 * common/linux-osdata.c (PID_T, TIME_T): Define.
4888 (MAX_PID_T_STRLEN): New.
4889 (linux_common_core_of_thread): Add comment. Change to use PID_T and
4890 MAX_PID_T_STRLEN.
4891 (command_from_pid): Add comment. Change to use PID_T.
4892 (commandline_from_pid): Change to use PID_T.
4893 (user_from_pid): Add comment.
4894 (get_process_owner): Add comment. Change to use PID_T and
4895 MAX_PID_T_STRLEN.
4896 (get_number_of_cpu_cores): Add comment.
4897 (get_cores_used_by_process): Add comment. Change to use PID_T and
4898 MAX_PID_T_STRLEN.
4899 (linux_xfer_osdata_processes): Change to use PID_T and
4900 MAX_PID_T_STRLEN.
4901 (compare_processes): New function.
4902 (linux_xfer_osdata_processgroups): New function.
4903 (linux_xfer_osdata_threads): Change to use PID_T.
4904 (linux_xfer_osdata_fds): New function.
4905 (format_socket_state, print_sockets): New functions.
4906 (union socket_addr): New union.
4907 (linux_xfer_osdata_isockets): New function.
4908 (time_from_time_t, group_from_gid): New functions.
4909 (linux_xfer_osdata_shm): New function.
4910 (linux_xfer_osdata_sem): New function.
4911 (linux_xfer_osdata_msg): New function.
4912 (linux_xfer_osdata_modules): New function.
4913 (osdata_table): Add new entries.
4914 * common/buffer.c (buffer_xml_printf): Add support for long and
4915 long long format specifiers.
4916
f24afd6d
L
49172012-05-11 H.J. Lu <hongjiu.lu@intel.com>
4918
4919 * amd64-linux-tdep.h (tdesc_x32_linux): New.
4920 (tdesc_x32_avx_linux): Likewise.
4921
7349ff92
JK
49222012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4923
4924 Implement multi-component --with-auto-load-dir.
4925 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
4926 entries.
4927 (--with-auto-load-safe-path): Update the default value description.
4928 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
4929 New.
4930 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
4931 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
4932 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
4933 (_initialize_auto_load): Initialize also auto_load_dir. Install new
4934 "set auto-load scripts-directory".
4935 * config.in: Regenerate.
4936 * configure: Regenerate.
4937 * configure.ac (--with-auto-load-dir): New configure option.
4938 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
4939
6dea1fbd
JK
49402012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4941
4942 Provide $ddir substitution for --with-auto-load-safe-path.
4943 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
4944 entries.
4945 * auto-load.c: Include observer.h.
4946 (auto_load_safe_path_vec_update): Call substitute_path_component for
4947 each component. New variable ddir_subst.
4948 (auto_load_gdb_datadir_changed): New function.
4949 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
4950 AUTO_LOAD_SAFE_PATH. New comment.
4951 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
4952 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
4953 * config.in: Regenerate.
4954 * configure: Regenerate.
4955 * configure.ac (--auto-load-safe-path): Rename
4956 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
4957 GDB_DATADIR/auto-load.
4958 * defs.h (substitute_path_component): New declaration.
4959 * top.c: Include observer.h.
4960 (set_gdb_datadir): New function.
4961 (init_main): Install it for "set data-directory".
4962 * utils.c (substitute_path_component): New function.
4963
b09aca3a
JK
49642012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4965
4966 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
4967 * auto-load.c (auto_load_objfile_script): Remove check for NULL
4968 DEBUG_FILE_DIRECTORY. Handle multiple components of
4969 DEBUG_FILE_DIRECTORY.
4970
95554aad
TT
49712012-05-10 Tom Tromey <tromey@redhat.com>
4972
4973 * dwarf2read.c (recursively_write_psymbols): New function.
4974 (write_psymtabs_to_index): Use it.
4975
4976 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
4977 field.
4978 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
4979 (load_partial_comp_unit): Update.
4980 (queue_comp_unit): Add argument 'pretend_language'.
4981 (process_queue): Update.
4982 (psymtab_to_symtab_1): Skip dependencies that have a user.
4983 (load_partial_comp_unit_reader): Give meaning to the 'data'
4984 argument.
4985 (load_full_comp_unit): Add 'pretend_language' argument.
4986 (process_full_comp_unit): Add 'pretend_language' argument. Set
4987 language on CU.
4988 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
4989 Update.
4990 (maybe_queue_comp_unit): Add 'pretend_language' argument.
4991 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
4992 Update.
4993 (prepare_one_comp_unit): Add 'pretend_language' argument.
4994
4995 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
4996 (struct dwarf2_per_objfile) <just_read_cus>: New field.
4997 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
4998 (dw2_do_instantiate_symtab): Check whether symtab was read in
4999 before queueing.
5000 (dw2_instantiate_symtab): Add assertion. Call
5001 process_cu_includes.
5002 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
5003 (partial_symtab_p): New typedef.
5004 (set_partial_user): New function.
5005 (dwarf2_build_psymtabs_hard): Use set_partial_user.
5006 (scan_partial_symbols): Add imported CU to imported_symtabs.
5007 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
5008 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
5009 (get_symtab, recursively_compute_inclusions)
5010 (compute_symtab_includes, process_cu_includes)
5011 (process_imported_unit_die): New functions.
5012 (process_die) <DW_TAG_imported_unit>: New case.
5013 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
5014
5015 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
5016 comment.
5017 (struct partial_die_info) <locdesc>: Remove.
5018 <d>: New field.
5019 (process_psymtab_comp_unit): Add 'read_partial' argument.
5020 Update.
5021 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
5022 (scan_partial_symbols): Handle DW_TAG_imported_unit.
5023 (add_partial_symbol): Update.
5024 (process_die): Handle DW_TAG_partial_unit.
5025 (read_file_scope): Update comment.
5026 (load_partial_dies): Handle DW_TAG_imported_unit.
5027 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
5028 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
5029
e871fbb9
TT
50302012-05-10 Tom Tromey <tromey@redhat.com>
5031
5032 * cc-with-dwz.sh: New file.
5033
b5b04b5b
TT
50342012-05-10 Tom Tromey <tromey@redhat.com>
5035
5036 * symtab.h (struct symtab) <includes, user>: New fields.
5037 * block.h (struct block_iterator) <d, idx, which>: New fields.
5038 * block.c (initialize_block_iterator, find_iterator_symtab)
5039 (block_iterator_step, block_iter_name_step)
5040 (block_iter_match_step): New functions.
5041 (block_iterator_first, block_iterator_next)
5042 (block_iter_name_first, block_iter_name_next)
5043 (block_iter_match_first, block_iter_match_next): Rewrite.
5044 (get_block_symtab): New function.
5045
84a146c9
TT
50462012-05-10 Tom Tromey <tromey@redhat.com>
5047
5048 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
5049 set_block_symtab.
5050 * jit.c (finalize_symtab): Use allocate_global_block,
5051 set_block_symtab.
5052 * buildsym.c (finish_block_internal): New function, from old
5053 finish_block.
5054 (finish_block): Rewrite.
5055 (end_symtab): Use finish_block_internal, set_block_symtab.
5056 * block.h (struct global_block): New.
5057 (allocate_global_block, set_block_symtab): Declare.
5058 * block.c (allocate_global_block, set_block_symtab): New
5059 functions.
5060
9439a077
TT
50612012-05-10 Tom Tromey <tromey@redhat.com>
5062
5063 * psymtab.c (partial_map_expand_apply): Add assertion.
5064 (partial_map_symtabs_matching_filename): Skip included psymtabs.
5065 (psymtab_to_symtab): Find unshared psymtab.
5066 (dump_psymtab): Print including psymtabs.
5067 (recursively_search_psymtabs): New function.
5068 (expand_symtabs_matching_via_partial): Use it.
5069 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
5070 fields.
5071 (enum psymtab_search_status): New.
5072
8157b174
TT
50732012-05-10 Tom Tromey <tromey@redhat.com>
5074
5075 * tracepoint.c (scope_info): Update.
5076 * symtab.c (lookup_block_symbol, iterate_over_symbols)
5077 (find_pc_sect_symtab, search_symbols)
5078 (default_make_symbol_completion_list_break_on)
5079 (make_file_symbol_completion_list): Update.
5080 * symmisc.c (dump_symtab_1): Update.
5081 * stack.c (print_frame_args, iterate_over_block_locals)
5082 (print_frame_labels, iterate_over_block_arg_vars): Update.
5083 * python/py-block.c (block_object) <dict>: Remove.
5084 <block>: New field.
5085 <iter>: Change type.
5086 (blpy_iter): Update.
5087 (blpy_block_syms_iternext): Update.
5088 * psymtab.c (map_block): Use block iterators.
5089 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
5090 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
5091 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
5092 * infrun.c (check_exception_resume): Update.
5093 * cp-support.c (make_symbol_overload_list_block): Update.
5094 * coffread.c (patch_opaque_types): Update.
5095 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
5096 * block.h (struct block_iterator): New.
5097 (block_iterator_first, block_iterator_next, block_iter_name_first)
5098 (block_iter_name_next, block_iter_match_first)
5099 (block_iter_match_next): Declare.
5100 (ALL_BLOCK_SYMBOLS): Redefine.
5101 * block.c (block_iterator_first, block_iterator_next)
5102 (block_iter_name_first, block_iter_name_next)
5103 (block_iter_match_first, block_iter_match_next): New functions.
5104 * ada-lang.c (ada_add_block_symbols)
5105 (ada_make_symbol_completion_list): Use block iterator.
5106
a2ca7a52
TT
51072012-05-10 Tom Tromey <tromey@redhat.com>
5108
5109 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
5110 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
5111 (lookup_partial_symbol, find_last_source_symtab_from_partial)
5112 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
5113 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
5114 Update.
5115
64ea88dc
JB
51162012-05-10 Joel Brobecker <brobecker@adacore.com>
5117
5118 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
5119 print-file-var-lib2.c, print-file-var-main.c and
5120 print-file-var.exp (located in gdb/testsuite/gdb.base).
5121
99a547d6
JB
51222012-05-10 Joel Brobecker <brobecker@adacore.com>
5123
5124 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5125 try locating the symbol in the symbol's own objfile first, before
5126 extending the search to all objfiles.
5127 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5128 out of lookup_symbol_aux_symtabs.
5129 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5130 Replace extracted-out code by call to lookup_symbol_aux_objfile.
5131 Do not search EXCLUDE_OBJFILE.
5132 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5133 (lookup_symbol_global): Search for matches in the block's objfile
5134 first, before searching all other objfiles.
5135
0ece64fd
TG
51362012-05-10 Tristan Gingold <gingold@adacore.com>
5137
5138 * printcmd.c (set_command): Add pre/post inc/dec.
5139
3d16a105
FCE
51402012-05-09 Frank Ch. Eigler <fche@redhat.com>
5141
5142 * gdb.1: Document -ex option.
5143
2efbc0f7
JB
51442012-05-09 Joel Brobecker <brobecker@adacore.com>
5145
5146 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
5147 * inferior.h (AT_SYMBOL): Delete.
5148
2c76a0c7
JB
51492012-05-09 Joel Brobecker <brobecker@adacore.com>
5150
5151 * mips-tdep.c (mips_push_dummy_code): New function.
5152 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
5153 ON_STACK and install mips_push_dummy_code as our gdbarch
5154 push_dummy_code routine.
5155
9401a810
PA
51562012-05-09 Pedro Alves <palves@redhat.com>
5157
5158 * target.c (set_maintenance_target_async_permitted): Rename to ...
5159 (set_target_async_command): ... this.
5160 (show_maintenance_target_async_permitted): Rename to ...
5161 (show_target_async_command): ... this.
5162 (initialize_targets): Adjust.
5163
3929b321
DE
51642012-05-08 Doug Evans <dje@google.com>
5165
5166 * go-exp.y (classify_name): Add missing assignment of fields of
5167 yylval.ssym.
5168
c41535fd
EZ
51692012-05-08 Eli Zaretskii <eliz@gnu.org>
5170
5171 Display the ">" prompt in interactive mode while reading canned
5172 commands, even when the current interpreter is MI.
5173
5174 * interps.c (interp_set_temp): New function.
5175
5176 * interps.h (interp_set_temp): Add prototype.
5177
5178 * cli/cli-script.c (restore_interp): New cleanup function.
5179 (read_command_lines): Temporarily override the current interpreter
5180 with CLI and arrange for restoring the original one.
5181
c0749c4d
JS
51822012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
5183
5184 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
5185
d7333987
SDJ
51862012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
5187
5188 * probe.c (parse_probes): Move conditional to check for
5189 debuginfo files from here...
5190 * stap-probe.c (stap_get_probes): ... to here.
5191
649e6d92
MK
51922012-05-07 Mark Kettenis <kettenis@gnu.org>
5193 H.J. Lu <hongjiu.lu@intel.com>
5194
5195 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
5196 `movl %esp, %ebp' for the X32 ABI.
5197
f39c6ffd
TT
51982012-05-07 Tom Tromey <tromey@redhat.com>
5199
5200 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
5201 get_DW_TAG_name.
5202 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
5203 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
5204 (dwarf_stack_op_name): Remove.
5205 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
5206 (decode_locdesc): Use get_DW_OP_name.
5207 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
5208 (dwarf2_compile_expr_to_ax): Likewise.
5209 (disassemble_dwarf_expression): Likewise.
5210 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
5211
1e1f6591
CLT
52122012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
5213
5214 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
5215 (sh_linux_sigtramp_cache): New function.
5216 (sh_linux_sigreturn_init): New function.
5217 (sh_linux_rt_sigreturn_init): New function.
5218 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
5219 patterns.
5220 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
5221 syscall codes.
5222 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
5223 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
5224 (sh_linux_init_abi): Add init calls to register new tramp_frame
5225 definitions under 32-bit SH, update comments.
5226
545c08b4
PA
52272012-05-07 Pedro Alves <palves@redhat.com>
5228
daac165e
PA
5229 PR gdb/10952
5230
545c08b4
PA
5231 * amd64-linux-tdep.c: Include glibc-tdep.h.
5232 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
5233 gdbarch_skip_solib_resolver callback.
5234
af2c1515
JK
52352012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5236
5237 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
5238 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
5239 (show_auto_load_safe_path): Check any-directory by comparison with "/".
5240 (add_auto_load_safe_path): Change the error message.
5241 (_initialize_auto_load): Change the "safe-path" help text.
5242 * configure: Regenerate
5243 * configure.ac (--without-auto-load-safe-path): Set
5244 WITH_AUTO_LOAD_SAFE_PATH to /.
5245
1067f998
SDJ
52462012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
5247
5248 * stap-probe.h: Do not include unecessary `probe.h'.
5249
45dfa85a
AM
52502012-05-05 Alan Modra <amodra@gmail.com>
5251
5252 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
5253 bfd_und_section_ptr.
5254 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
5255 and bfd_com_section_ptr.
5256
cf093994
JB
52572012-05-04 Joel Brobecker <brobecker@adacore.com>
5258
762ebb75 5259 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
cf093994 5260
d40dc7a8
JB
52612012-05-04 Joel Brobecker <brobecker@adacore.com>
5262
5263 * windows-nat.h (segment_register_p_ftype): New typedef.
5264 (windows_set_segment_register_p): Add declaration.
5265 * windows-nat.c (segment_register_p): New static global.
5266 (windows_set_segment_register_p): New function.
5267 (do_windows_fetch_inferior_registers): Add special handling
5268 for segment registers.
5269 * amd64-windows-nat.c: #include "amd64-tdep.h".
5270 (amd64_windows_segment_register_p): New function.
5271 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
5272 * i386-windows-nat.c: #include "i386-tdep.h".
5273 (i386_windows_segment_register_p): New function.
5274 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
5275
52b3699b
TG
52762012-05-04 Tristan Gingold <gingold@adacore.com>
5277
5278 * printcmd.c (set_command): Emit a warning if the expression is not
5279 an assignment.
5280
94c74239
JB
52812012-05-03 Joel Brobecker <brobecker@adacore.com>
5282
5283 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
5284 Make static.
5285
fcf57f19
SDJ
52862012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
5287
5288 * stap-probe.c (stap_is_operator): Change declaration.
5289 (stap_get_opcode): Change return value.
5290 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
5291 `stap_parse_argument_1'.
5292
27d2932e
PA
52932012-05-03 Pedro Alves <pedro@codesourcery.com>
5294
5295 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
5296 debug log.
5297
a20ee7a4
SCR
52982012-05-03 Siva Chandra Reddy <sivachandra@google.com>
5299
5300 Add two new methods global_block and static_block to gdb.Symtab
5301 objects.
5302 * NEWS (Python scripting): Add entry about the new methods.
5303 * python/py-symtab.c (stpy_global_block): New function which
5304 implements the gdb.Symtab.global_block() method.
5305 (stpy_static_block): New function which implements the
5306 gdb.Symtab.static_block() method.
5307 (symtab_object_methods): Add entries for the two new methods.
5308
943cb756
DE
53092012-05-03 Doug Evans <dje@google.com>
5310
5311 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
5312 files.
5313
f4644a3f
YQ
53142012-05-03 Yao Qi <yao@codesourcery.com>
5315
5316 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
5317 space.
5318 (i386_process_record): Ditto.
5319
ef61f180
JB
53202012-05-02 Joel Brobecker <brobecker@adacore.com>
5321
5322 * infcall.c (unwind_on_signal_p): Make static.
5323
02f1df11
JB
53242012-05-02 Joel Brobecker <brobecker@adacore.com>
5325
5326 * sol-thread.c (solaris_pid_to_str): Make static.
5327 (_initialize_sol_thread): Add prototype.
5328
39023530
JB
53292012-05-02 Joel Brobecker <brobecker@adacore.com>
5330
5331 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
5332
c6b0c501
CF
53332012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
5334
5335 * MAINTAINERS: Remove myself.
5336
1ef71717
JK
53372012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5338
5339 Fix --without-auto-load-safe-path for MS-Windows host platform.
5340 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
5341
b31b86a7
EZ
53422012-05-02 Eli Zaretskii <eliz@gnu.org>
5343
5344 * gdb_curses.h: Undefine KEY_EVENT before including curses
5345 headers. Move "#undef MOUSE_MOVED" before any curses header
5346 inclusion.
5347
777532fc
SDJ
53482012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
5349
5350 * features/i386/i386-mmx-linux.c: Regenerate.
5351 * features/rs6000/powerpc-32.c: Likewise.
5352 * features/rs6000/powerpc-32l.c: Likewise.
5353 * features/rs6000/powerpc-403.c: Likewise.
5354 * features/rs6000/powerpc-403gc.c: Likewise.
5355 * features/rs6000/powerpc-405.c: Likewise.
5356 * features/rs6000/powerpc-505.c: Likewise.
5357 * features/rs6000/powerpc-601.c: Likewise.
5358 * features/rs6000/powerpc-602.c: Likewise.
5359 * features/rs6000/powerpc-603.c: Likewise.
5360 * features/rs6000/powerpc-604.c: Likewise.
5361 * features/rs6000/powerpc-64.c: Likewise.
5362 * features/rs6000/powerpc-64l.c: Likewise.
5363 * features/rs6000/powerpc-750.c: Likewise.
5364 * features/rs6000/powerpc-860.c: Likewise.
5365 * features/rs6000/powerpc-e500.c: Likewise.
5366 * features/rs6000/powerpc-e500l.c: Likewise.
5367 * features/rs6000/powerpc-isa205-32l.c: Likewise.
5368 * features/rs6000/powerpc-isa205-64l.c: Likewise.
5369 * features/rs6000/rs6000.c: Likewise.
5370
d71871bc
SDJ
53712012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
5372
5373 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
5374 variable.
5375 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
5376 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
5377 (stap_parse_argument) <e>: Likewise.
5378 (handle_stap_probe) <byte_order>: Likewise.
5379
fd820528
DE
53802012-04-30 Doug Evans <dje@google.com>
5381
5382 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
5383 init_and_read_dies_worker. All callers updated.
5384 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
5385 replaced with init_cutu_and_read_dies.
5386 (load_partial_comp_unit): Pass 1 for use_existing_cu.
5387 (find_partial_die): Remove FIXME. Don't free current CU.
5388
ec3f619d 53892012-04-30 Sterling Augustine <saugustine@google.com>
be36f02d
SA
5390
5391 * contrib: New directory.
5392 * contrib/test_pubnames_and_indexes.py: New file.
5393
fceca515
DE
53942012-04-30 Doug Evans <dje@google.com>
5395
5396 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
5397 All callers updated.
5398 (init_cu_die_reader): Verify the section is non-empty.
5399 (dwarf_decode_line_header): Don't dereference section->asection
5400 until we know the section is present.
5401
311fe7e1
SDJ
54022012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
5403
5404 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
5405 probes.
5406
5977971a
YQ
54072012-04-29 Yao Qi <yao@codesourcery.com>
5408
5409 * gdb-code-style.el: New hook gdb-markup-hook
5410 and gdb-comment-hook.
5411
dee91e82
DE
54122012-04-28 Doug Evans <dje@google.com>
5413
3019eac3
DE
5414 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
5415 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
5416 objfile->obfd.
5417 * symfile.h (dwarf2_debug_sections): New member addr.
5418 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
5419 (ctx_no_get_addr_index): New function.
5420 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
5421 (ctx_no_get_addr_index): Declare.
5422 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
5423 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
5424 (dwarf_expr_ctx_funcs): Update.
5425 (needs_get_addr_index): New function.
5426 (needs_frame_ctx_funcs): Update.
5427 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
5428 * dwarf2read.c: #include "gdbcore.h".
5429 (dwarf2_per_objfile): New members addr, dwo_files.
5430 (dwarf2_elf_names): Add entry for addr.
5431 (struct dwo_section_names): New type.
5432 (dwo_section_names): New static global.
5433 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
5434 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
5435 old debug_types_section member updated to use this.
5436 Rename member debug_types_section to info_or_types_section,
5437 all uses updated.
5438 (signatured_type): Rename member type_offset to type_offset_in_tu,
5439 all uses updated. New member type_offset_in_section.
5440 (struct dwo_sections): New type.
5441 (struct dwo_unit): New type.
5442 (struct dwo_file): New type.
5443 (die_reader_specs): New member dwo_file.
5444 (dwarf2_locate_sections): Watch for .debug_addr.
5445 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
5446 (dwarf2_read_section): Get bfd of section from bfd's asection,
5447 instead of objfile.
5448 (create_cus_from_index): Initialize the_cu->info_or_types_section.
5449 (create_signatured_type_table_from_index): Initialize
5450 sig_type->info_or_types_section.
5451 (dw2_get_file_names): Statement lists for type units with DWO files
5452 live in the DWO file.
5453 (create_debug_types_hash_table): New function.
5454 (create_all_type_units): Rewrite.
5455 (init_cu_die_reader): New arg dwo_file, all callers updated.
5456 (init_and_read_dies_worker): Get section from
5457 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
5458 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
5459 continue reading the CU/TU from there.
5460 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
5461 updated. Get section from this_cu->info_or_types_section.
5462 (create_all_comp_units): Initialize this_cu->info_or_types_section.
5463 (skip_one_die): New cases DW_FORM_GNU_addr_index,
5464 DW_FORM_GNU_str_index.
5465 (hash_dwo_file, eq_dwo_file): New functions.
5466 (allocate_dwo_file_hash_table): New function.
5467 (hash_dwo_unit, eq_dwo_unit): New functions.
5468 (allocate_dwo_unit_table): New function.
5469 (dwarf2_locate_dwo_sections): New function.
5470 (struct create_dwo_info_table_data): New type.
5471 (create_debug_info_hash_table_reader): New function.
5472 (create_debug_info_hash_table): New function.
5473 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
5474 (lookup_dwo_file): New function.
5475 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
5476 (free_dwo_file, free_dwo_file_cleanup): New functions.
5477 (free_dwo_file_from_slot, free_dwo_files): New functions.
5478 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
5479 (dwarf2_record_block_ranges): Ditto.
5480 (read_partial_die): Ditto.
5481 (process_enumeration_scope): Update to use type_offset_in_section.
5482 (read_full_die_1): New function.
5483 (read_full_die): Rewrite.
5484 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
5485 DW_FORM_GNU_str_index.
5486 (read_addr_index_1, read_addr_index): New functions.
5487 (read_addr_index_from_leb128): New function.
5488 (struct dwarf2_read_addr_index_data): New type.
5489 (dwarf2_read_addr_index_reader): New function.
5490 (dwarf2_read_addr_index): New function.
5491 (read_str_index): New function.
5492 (leb128_size): New function.
5493 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
5494 If processing a type unit from a DWO file, get the line section
5495 from the DWO file.
5496 (var_decode_location): Watch for DW_OP_GNU_addr_index.
5497 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
5498 DW_FORM_GNU_str_index.
5499 (lookup_die_type): Check whether section offset of type's die is
5500 known before looking it up. Remove assert. Condition can
5501 legimately happen for inter-cu type references.
5502 (dwarf_attr_name): Handle Fission attributes.
5503 (dwarf_form_name): Handle Fission forms.
5504 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
5505 DW_FORM_GNU_str_index.
5506 (follow_die_sig): Update to use type_offset_in_section.
5507 (decode_locdesc): New case DW_OP_GNU_addr_index.
5508 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
5509 DW_FORM_GNU_str_index.
5510 (cu_debug_loc_section): New function.
5511 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
5512 (dwarf2_per_objfile_free): Unmap .debug_addr section.
5513 Free DWO files if present.
5514 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
5515
dee91e82
DE
5516 Refactor DIE reading.
5517 * dwarf2read.c (dwarf2_per_objfile): Replace members
5518 debug_info_type_hash and debug_types_type_hash with die_type_hash.
5519 (die_reader_specs): New member "die_section". Temporarily make
5520 member "buffer" non-const, pending constifying all info_ptr uses.
5521 (die_reader_func_ftype): New typedef.
5522 (dw2_get_file_names_reader): New function.
5523 (dw2_get_file_names): Rewrite.
5524 (read_and_check_type_unit_head): Rename arg type_offset to
5525 type_offset_in_tu.
5526 (create_all_type_units): Improve debugging message.
5527 Improve dummy type unit check.
5528 (init_cu_die_reader): New arg "section". All callers updated.
5529 (init_and_read_dies_worker): New function.
5530 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
5531 (init_cutu_and_read_dies_no_follow): New function.
5532 (init_cutu_and_read_dies_simple): New function.
5533 (process_psymtab_comp_unit_reader): New function.
5534 (process_psymtab_comp_unit): Delete args section,
5535 is_debug_types_section. Rewrite. All callers updated.
5536 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
5537 All callers updated. Rewrite.
5538 (load_partial_comp_unit_reader): New function.
5539 (load_partial_comp_unit): Rewrite.
5540 (skip_children): New arg reader. Delete args buffer, cu.
5541 All callers updated.
5542 (skip_one_die): New arg reader. Delete args buffer, cu.
5543 All callers updated.
5544 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
5545 All callers updated.
5546 (load_full_comp_unit_reader): New function.
5547 (load_full_comp_unit): Rewrite.
5548 (read_comp_unit): Delete.
5549 (read_die_and_children_1): Delete, contents moved ...
5550 (read_die_and_children): ... here.
5551 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
5552 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
5553 All callers updated.
5554 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
5555 All callers updated.
5556 (find_partial_die): Rewrite load_all_dies support.
5557 (read_attribute_value): New arg reader. Delete args abfd, cu.
5558 All callers updated.
5559 (read_attribute): New arg reader. Delete args abfd, cu.
5560 All callers updated.
5561 (load_full_type_unit): Add assert.
5562 (read_signatured_type_reader): New function.
5563 (read_signatured_type): Rewrite.
5564 (free_stack_comp_unit): Remove call to age_cached_comp_units.
5565 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
5566 All callers updated. Set per_cu->cu = NULL after freeing it.
5567 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
5568 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
5569 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
5570 (set_die_type): Update.
5571 (get_die_type_at_offset): Update.
5572 (read_file_scope): Call prepare_one_comp_unit.
5573 (read_type_unit_scope): Ditto.
5574 (prepare_one_comp_unit): Set producer if present.
5575
72d59e0d
SDJ
55762012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5577
5578 * probe.c (compile_rx_or_error): Silence ARI warning about missing
5579 gettext function on `error'.
5580
0fefef59
DE
55812012-04-27 Doug Evans <dje@google.com>
5582
5583 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
5584 is empty.
5585
28106bc2
SDJ
55862012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5587 Tom Tromey <tromey@redhat.com>
5588
5589 * breakpoint.c (struct breakpoint_objfile_data)
5590 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
5591 <exception_probes>: New fields.
5592 (free_breakpoint_probes): New function.
5593 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
5594 `_Unwind_DebugHook'.
5595 (create_exception_master_breakpoint): Likewise.
5596 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
5597 * infrun.c: Including necessary header files for handling SystemTap
5598 probes.
5599 (handle_inferior_event): Handling longjmp breakpoint and exceptions
5600 via SystemTap probes.
5601 (check_exception_resume): Remove `func' argument. Handle exception
5602 unwinding breakpoint set via a SystemTap probe.
5603 (insert_exception_resume_from_probe): New function.
5604
55aa24fb
SDJ
56052012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5606 Tom Tromey <tromey@redhat.com>
5607 Jan Kratochvil <jan.kratochvil@redhat.com>
5608
5609 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
5610 (COMMON_OBS): Likewise.
5611 (HFILES_NO_SRCDIR): Add `probe'.
5612 * NEWS: Mention support for static and SystemTap probes.
5613 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
5614 SystemTap probes' arguments parser.
5615 * arm-linux-tdep.c: Including headers needed to perform the parsing
5616 of SystemTap probes' arguments.
5617 (arm_stap_is_single_operand): New function.
5618 (arm_stap_parse_special_token): Likewise.
5619 (arm_linux_init_abi): Initializing proper fields used by SystemTap
5620 probes' arguments parser.
5621 * ax-gdb.c (require_rvalue): Removing static declaration.
5622 (gen_expr): Likewise.
5623 * ax-gdb.h (gen_expr): Declaring function.
5624 (require_rvalue): Likewise.
5625 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
5626 (bkpt_probe_breakpoint_ops): New variable.
5627 (momentary_breakpoint_from_master): Set the `probe' value.
5628 (add_location_to_breakpoint): Likewise.
5629 (break_command_1): Using proper breakpoint_ops according to the
5630 argument passed by the user in the command line.
5631 (bkpt_probe_insert_location): New function.
5632 (bkpt_probe_remove_location): Likewise.
5633 (bkpt_probe_create_sals_from_address): Likewise.
5634 (bkpt_probe_decode_linespec): Likewise.
5635 (tracepoint_probe_create_sals_from_address): Likewise.
5636 (tracepoint_probe_decode_linespec): Likewise.
5637 (tracepoint_probe_breakpoint_ops): New variable.
5638 (trace_command): Using proper breakpoint_ops according to the
5639 argument passed by the user in the command line.
5640 (initialize_breakpoint_ops): Initializing breakpoint_ops for
5641 static probes on breakpoints and tracepoints.
5642 * breakpoint.h (struct bp_location) <probe>: New field.
5643 * cli-utils.c (skip_spaces_const): New function.
5644 (extract_arg): Likewise.
5645 * cli-utils.h (skip_spaces_const): Likewise.
5646 (extract_arg): Likewise.
5647 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
5648 * configure.ac: Append `stap-probe.o' to be generated when ELF
5649 support is present.
5650 * configure: Regenerate.
5651 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
5652 * elfread.c: Include `probe.h' and `arch-utils.h'.
5653 (probe_key): New variable.
5654 (elf_get_probes): New function.
5655 (elf_get_probe_argument_count): Likewise.
5656 (elf_evaluate_probe_argument): Likewise.
5657 (elf_compile_to_ax): Likewise.
5658 (elf_symfile_relocate_probe): Likewise.
5659 (stap_probe_key_free): Likewise.
5660 (elf_probe_fns): New variable.
5661 (elf_sym_fns): Add `sym_probe_fns' value.
5662 (elf_sym_fns_lazy_psyms): Likewise.
5663 (elf_sym_fns_gdb_index): Likewise.
5664 (_initialize_elfread): Initialize objfile cache for static
5665 probes.
5666 * gdb_vecs.h (struct probe): New forward declaration.
5667 (probe_p): New VEC declaration.
5668 * gdbarch.c: Regenerate.
5669 * gdbarch.h: Regenerate.
5670 * gdbarch.sh (stap_integer_prefix): New variable.
5671 (stap_integer_suffix): Likewise.
5672 (stap_register_prefix): Likewise.
5673 (stap_register_suffix): Likewise.
5674 (stap_register_indirection_prefix): Likewise.
5675 (stap_register_indirection_suffix): Likewise.
5676 (stap_gdb_register_prefix): Likewise.
5677 (stap_gdb_register_suffix): Likewise.
5678 (stap_is_single_operand): New function.
5679 (stap_parse_special_token): Likewise.
5680 (struct stap_parse_info): Forward declaration.
5681 * i386-tdep.c: Including headers needed to perform the parsing
5682 of SystemTap probes' arguments.
5683 (i386_stap_is_single_operand): New function.
5684 (i386_stap_parse_special_token): Likewise.
5685 (i386_elf_init_abi): Initializing proper fields used by SystemTap
5686 probes' arguments parser.
5687 * i386-tdep.h (i386_stap_is_single_operand): New function.
5688 (i386_stap_parse_special_token): Likewise.
5689 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
5690 * mipsread.c (ecoff_sym_fns): Likewise.
5691 * objfiles.c (objfile_relocate1): Support relocation for static
5692 probes.
5693 * parse.c (prefixify_expression): Remove static declaration.
5694 (initialize_expout): Likewise.
5695 (reallocate_expout): Likewise.
5696 * parser-defs.h (initialize_expout): Declare function.
5697 (reallocate_expout): Likewise.
5698 (prefixify_expression): Likewise.
5699 * ppc-linux-tdep.c: Including headers needed to perform the parsing
5700 of SystemTap probes' arguments.
5701 (ppc_stap_is_single_operand): New function.
5702 (ppc_stap_parse_special_token): Likewise.
5703 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
5704 probes' arguments parser.
5705 * probe.c: New file, for generic statically defined probe support.
5706 * probe.h: Likewise.
5707 * s390-tdep.c: Including headers needed to perform the parsing of
5708 SystemTap probes' arguments.
5709 (s390_stap_is_single_operand): New function.
5710 (s390_gdbarch_init): Initializing proper fields used by SystemTap
5711 probes' arguments parser.
5712 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
5713 * stap-probe.c: New file, for SystemTap probe support.
5714 * stap-probe.h: Likewise.
5715 * symfile.h: Include `gdb_vecs.h'.
5716 (struct sym_probe_fns): New struct.
5717 (struct sym_fns) <sym_probe_fns>: New field.
5718 * symtab.c (init_sal): Initialize `probe' field.
5719 * symtab.h (struct probe): Forward declaration.
5720 (struct symtab_and_line) <probe>: New field.
5721 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
5722 locations.
5723 (stop_tracing): Likewise.
5724 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
5725
22d2b532
SDJ
57262012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5727 Tom Tromey <tromey@redhat.com>
5728
5729 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
5730 and to compile agent expressions.
5731 * infrun.c (siginfo_make_value): New argument `ignore'.
5732 (siginfo_funcs): New struct.
5733 (_initialize_infrun): New argument when calling
5734 `create_internalvar_type_lazy'.
5735 * thread.c (thread_id_make_value): New argument `ignore'.
5736 (thread_funcs): New struct.
5737 (_initialize_thread): New argument when calling
5738 `create_internalvar_type_lazy'.
5739 * tracepoint.c (sdata_make_value): New argument `ignore'.
5740 (sdata_funcs): New struct.
5741 (_initialize_tracepoint): New argument when calling
5742 `create_internalvar_type_lazy'.
5743 * value.c (make_value): New struct.
5744 (create_internalvar_type_lazy): New argument `data'.
5745 (compile_internalvar_to_ax): New function.
5746 (value_of_internalvar): Properly handling `make_value' case.
5747 (clear_internalvar): Likewise.
5748 (show_convenience): Adding `TRY_CATCH' block.
5749 * value.h (internalvar_make_value): Delete, replace by...
5750 (struct internalvar_funcs): ... this.
5751 (create_internalvar_type_lazy) <fun>: Delete argument.
5752 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
5753 (compile_internalvar_to_ax): New function.
5754 * windows-tdep.c (tlb_make_value): New argument `ignore'.
5755 (tlb_funcs): New struct.
5756 (_initialize_windows_tdep): New argument when calling
5757 `create_internalvar_type_lazy'.
5758
91da1414
MW
57592012-04-27 Mark Wielaard <mjw@redhat.com>
5760
5761 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
5762 see whether it is an address or a constant offset from DW_AT_low_pc.
5763 (dwarf2_record_block_ranges): Likewise.
5764 (read_partial_die): Likewise.
5765
4ab9d8ec
MW
57662012-04-26 Mark Wielaard <mjw@redhat.com>
5767
5768 * MAINTAINERS (Write After Approval): Add myself to the list.
5769
a0911fd0
MR
57702012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
5771
5772 * proc-utils.h (proc_prettyprint_signalset): New prototype.
5773 (proc_prettyprint_signal): Likewise.
5774 (proc_prettyprint_faultset): Likewise.
5775 (proc_prettyprint_fault): Likewise.
5776 (proc_prettyprint_actionset): Likewise.
5777 (proc_prettyprint_flags): Move to new proc-flags.c section.
5778 (proc_prettyfprint_flags): New prototype.
5779 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
5780 (proc_syscall, proc_cursig): Likewise.
5781 (proc_set_kill_on_last_close): Likewise.
5782 (proc_unset_kill_on_last_close): Likewise.
5783 (proc_set_watchpoint): Make static.
5784 (proc_delete_dead_threads): Likewise.
5785 (procfs_set_watchpoint): Likewise.
5786 (_initialize_procfs): Add prototype.
5787 * proc-events.c: Include proc-utils.h.
5788 (init_syscall_table): Make static.
5789 * proc-api.c (_initialize_proc_api): Add prototype.
5790 * proc-flags.c: Include proc-utils.h.
5791
9009e1ae
MR
57922012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
5793
5794 * configure.ac: Add AC_ARG_PROGRAM.
5795 * configure: Regenerate.
5796
4fae6e18
JK
57972012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5798
5799 Fix DW_AT_lower_bound defaults for DWARF-4+.
5800 * dwarf2read.c (read_subrange_type): Remove initialization of low and
5801 high. New variable low_default_is_valid. Implement DWARF-4+
5802 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
5803 no default by the DWARF standard.
5804
14132e89 58052012-04-26 Maciej W. Rozycki <macro@mips.com>
f782ad9b 5806 Maciej W. Rozycki <macro@codesourcery.com>
14132e89
MR
5807
5808 * infrun.c (handle_inferior_event): Move the check for return
5809 trampolines ahead of the check for function trampolines.
5810 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
5811 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
5812 (mips_str_mips16_ret_stub): Likewise.
5813 (mips_str_call_fp_stub): Likewise.
5814 (mips_str_call_stub): Likewise.
5815 (mips_str_fn_stub): Likewise.
5816 (mips_str_pic): Likewise.
5817 (mips_in_frame_stub): New function.
5818 (mips_unwind_pc): Return the return address rather than the PC
5819 if the PC of an intermediate frame is inside a call thunk.
5820 (mips_is_stub_suffix): New function.
5821 (mips_is_stub_mode): Likewise.
5822 (mips_get_mips16_fn_stub_pc): Likewise.
5823 (mips_skip_mips16_trampoline_code): Update to handle all the
5824 currently generated stub types. Don't recurse into __fn_stub
5825 thunks. Remove heuristics to handle stubs beyond etext/_etext.
5826 Use cooked register accesses.
5827 (mips_in_return_stub): Reintroduce function.
5828 (mips_skip_trampoline_code): Traverse trampolines recursively.
5829 (mips_gdbarch_init): Handle MIPS16 return trampolines.
5830
518f0db5 58312012-04-26 Joel Brobecker <brobecker@adacore.com>
5832
5833 GDB 7.4.1 released.
5834
3184d3f9
JL
58352012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
5836
5837 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
5838 * features/arm-with-m-vfp-d16.xml: New file. Describes
5839 Cortex-M with VFPv4-sp-d16 FPU register layout.
5840 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
5841 * features/arm-with-m-vfp-d16.c: New. Generated from above.
5842 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
5843 (arm-register_g_packet_guesses): Add vfp-d16 guess.
5844 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
5845
b6201d44
DE
58462012-04-25 Doug Evans <dje@google.com>
5847
5848 * cli/cli-decode.c (print_doc_line): Use stream instead of
5849 current_uiout.
5850
4e2f8df6
SDJ
58512012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5852
5853 * features/arm-with-iwmmxt.c: Regenerate.
5854 * features/arm-with-m-fpa-layout.c: Likewise.
5855 * features/arm-with-m.c: Likewise.
5856 * features/arm-with-neon.c: Likewise.
5857 * features/arm-with-vfpv2.c: Likewise.
5858 * features/arm-with-vfpv3.c: Likewise.
5859 * features/mips-dsp-linux.c: Likewise.
5860 * features/mips-linux.c: Likewise.
5861 * features/mips64-dsp-linux.c: Likewise.
5862 * features/mips64-linux.c: Likewise.
5863 * features/s390-linux32.c: Likewise.
5864 * features/s390-linux32v1.c: Likewise.
5865 * features/s390-linux32v2.c: Likewise.
5866 * features/s390-linux64.c: Likewise.
5867 * features/s390-linux64v1.c: Likewise.
5868 * features/s390-linux64v2.c: Likewise.
5869 * features/s390x-linux64.c: Likewise.
5870 * features/s390x-linux64v1.c: Likewise.
5871 * features/s390x-linux64v2.c: Likewise.
5872 * features/tic6x-c62x-linux.c: Likewise.
5873 * features/tic6x-c62x.c: Likewise.
5874 * features/tic6x-c64x-linux.c: Likewise.
5875 * features/tic6x-c64x.c: Likewise.
5876 * features/tic6x-c64xp-linux.c: Likewise.
5877 * features/tic6x-c64xp.c: Likewise.
5878 * target-descriptions.c: Only generate `field_type' and `type'
5879 variables when needed.
5880
2def3e66
JB
58812012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
5882
5883 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
5884
a766d390
DE
58852012-04-25 Doug Evans <dje@google.com>
5886
5887 Initial pass at Go language support.
5888 * NEWS: Mention Go.
5889 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
5890 go-valprint.c.
5891 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
5892 (YYFILES): Add go-exp.c.
5893 (YYOBJ): Add go-exp.o.
5894 (local-maintainer-clean): Delete go-exp.c.
5895 * defs.h (enum language): Add language_go.
5896 * dwarf2read.c: #include "go-lang.h".
5897 (fixup_go_packaging): New function.
5898 (process_full_comp_unit): Call it when processing Go CUs.
5899 (dwarf2_physname): Add Go support.
5900 (read_file_scope): Handle missing language spec for GNU Go.
5901 (set_cu_language): Handle DW_LANG_Go.
5902 * go-exp.y: New file.
5903 * go-lang.h: New file.
5904 * go-lang.c: New file.
5905 * go-typeprint.c: New file.
5906 * go-valprint.c: New file.
5907 * symtab.c: #include "go-lang.h".
5908 (symbol_set_language): Handle language_go.
5909 (symbol_find_demangled_name, symbol_set_names): Ditto.
5910 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
5911
4e2af517
JM
59122012-04-24 Jim Meyering <meyering@redhat.com>
5913
5914 avoid a few strncpy-induced buffer overruns
5915 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
5916 fname and psargs before trying to concatenate.
5917 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
5918 "name" before applying strchr.
5919
b77b7f52
SCR
59202012-04-25 Siva Chandra Reddy <sivachandra@google.com>
5921
5922 * CONTRIBUTE: Use unified diff instead of context diff when
5923 generating patches.
5924
6321c22a
MR
59252012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
5926
5927 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
5928 code. Handle JR.HB correctly.
5929
742c84f6
MR
59302012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
5931
5932 * mips-tdep.c
5933 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
5934 with the other MIPS16 helpers.
5935
7fc7e0c3
SDJ
59362012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
5937
5938 * observer.sh: Conditionally declare `args', thus cleaning up
5939 unused instances of this variable.
5940
20388dd6
YQ
59412012-04-24 Yao Qi <yao@codesourcery.com>
5942
5943 Revert this patch to allow breakpoint always-inserted
5944 in record target.
5945 2011-12-05 Pedro Alves <pedro@codesourcery.com>
f782ad9b
AS
5946 * breakpoint.c: Include record.h.
5947 (breakpoints_always_inserted_mode): Return false when the record
5948 target is in use.
20388dd6
YQ
5949
5950 * breakpoint.c (iterate_over_bp_locations): New.
5951 * breakpoint.h: Declare.
5952 New typedef walk_bp_location_callback.
5953 * record.c (record_open): Call record_init_record_breakpoints.
5954 (record_sync_record_breakpoints): New.
5955 (record_init_record_breakpoints): New.
5956 * NEWS: Mention supporting breakpoint always-inserted mode in
5957 record target.
5958
4734f50e
MK
59592012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
5960
5961 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
5962 any thread.
5963
c326b90e
YQ
59642012-04-24 Yao Qi <yao@codesourcery.com>
5965
5966 * breakpoint.c (ep_is_catchpoint): Renamed to ...
5967 (is_catchpoint): ... it.
5968 (print_one_breakpoint_location): Caller update.
5969 * breakpoint.h: Update declaration.
5970
d8fb5a1e
DM
59712012-04-23 David S. Miller <davem@davemloft.net>
5972
5973 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
5974
34431a2a
TT
59752012-04-23 Tom Tromey <tromey@redhat.com>
5976
5977 * buildsym.c (add_free_pendings): Remove.
5978 * buildsym.h (add_free_pendings): Remove.
5979
4568ecf9
DE
59802012-04-23 Doug Evans <dje@google.com>
5981
5982 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
5983 attr.u.unsnd instead of attr.u.addr.
5984 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
5985 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
5986 DW_FORM_ref_udata.
5987 (dump_die_shallow): Update cases DW_FORM_ref_addr,
5988 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
5989 DW_FORM_ref_udata.
5990 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
5991
dca9aa3a
MR
59922012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
5993
5994 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
5995 (mips_o32_return_value): Likewise.
5996 (mips_o64_return_value): Likewise.
5997
c8ea1972
PH
59982012-04-21 Paul Hilfinger <hilfinger@adacore.com>
5999
6000 * ada-lang.c (ada_evaluate_subexp): Add cases for
f782ad9b
AS
6001 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
6002 their treatment in eval.c.
c8ea1972 6003
8d1b3521
DM
60042012-04-21 David S. Miller <davem@davemloft.net>
6005
6006 * sparc-tdep.c (X_DISP10): Define.
6007 (sparc_analyze_control_transfer): Handle compare-and-branch.
6008
03145bf4
JL
60092012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
6010
6011 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
6012 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
6013
004159a2 60142012-04-20 Nigel Stephens <nigel@mips.com>
f782ad9b 6015 Maciej W. Rozycki <macro@codesourcery.com>
004159a2
MR
6016
6017 * mips-tdep.c (mips_float_register_p): New function.
6018 (mips_convert_register_float_case_p): Use mips_float_register_p.
6019 (mips_register_type): Likewise.
6020 (mips_print_register): Likewise.
6021 (print_gp_register_row): Likewise.
6022 (mips_print_registers_info): Likewise.
6023
7f0e6aae
MR
60242012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
6025
6026 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
6027 of mips16 symbols.
6028
bc17beea
AP
60292012-04-20 Andrew Pinski <apinski@cavium.com>
6030
6031 * MAINTAINERS (Write After Approval): Add myself to the list.
6032
1730a5a5
SDJ
60332012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6034
6035 * MAINTAINERS: Update my e-mail address.
6036
38ea300a
PA
60372012-04-20 Pedro Alves <palves@redhat.com>
6038
6039 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
6040 $srcdir.
6041 * configure: Regenerate.
6042
111dfaae
SDJ
60432012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6044
6045 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
6046 declaration.
6047 * gdb_vecs.h: Declare `const_char_ptr' VEC.
6048
4fb2c64a
JK
60492012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6050
6051 Fix compilation compatibility with python-2.4
6052 * python/py-type.c (convert_field): Cast ADDRSTRING for
6053 PyObject_SetAttrString as non-const. New comment.
6054
6328eb38
TT
60552012-04-19 Tom Tromey <tromey@redhat.com>
6056
6057 * top.c (quit_target): Use all_cleanups.
6058 * main.c (captured_command_loop): Use all_cleanups.
6059 * exceptions.c (throw_exception): Use all_cleanups.
6060
c971b7fa
PA
60612012-04-19 Pedro Alves <palves@redhat.com>
6062
6063 * Makefile.in (GNULIB_BUILDDIR): New.
6064 (LIBGNU, INCGNU, GNULIB_H): Adjust.
6065 (SUBDIRS): Add $(GNULIB_BUILDDIR).
6066 (CLEANDIRS). Remove gnulib/import.
6067 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
6068 (all-lib): Ditto.
6069 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
6070 (gnulib/import/Makefile): Replace gnulib/import with
6071 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
6072 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
6073 (aclocal_m4_deps): Remove the gnulib dependencies. Add
6074 acx_configure_dir.m4.
6075 * acinclude.m4: Include acx_configure_dir.m4.
6076 * acx_configure_dir.m4: New file.
6077 * aclocal.m4: Regenerate.
a09130f9
PA
6078 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
6079 calls. Configure gnulib using ACX_CONFIGURE_DIR.
6080 (GNULIB): New variable.
6081 (GNULIB_STDINT_H): Adjust.
6082 (AC_OUTPUT): Don't output gnulib/Makefile.
6083 * gdb/defs.h: Include build-gnulib/config.h.
6084 * aclocal.m4: Regenerate.
6085 * config.in: Regenerate.
6086 * configure: Regenerate.
6087
6088 * gnulib/Makefile.in: New file.
6089 * gnulib/configure.ac: New file.
6090 * gnulib/aclocal.m4: New file.
6091 * gnulib/config.in: New file.
6092 * gnulib/configure: New file.
c971b7fa
PA
6093 * gnulib/: Re-run gnulib-tool to adjust.
6094
b10faa68
DE
60952012-04-19 Doug Evans <dje@google.com>
6096
6097 * cleanups.h (struct cleanup): Move to cleanups.c.
6098 (make_cleanup_dtor_ftype): New typedef.
6099 (make_cleanup_dtor): Use it.
6100 (ALL_CLEANUPS): Replace with ...
6101 (all_cleanups): ... this. Declare. All uses updated.
6102 * cleanups.c: #include "gdb_assert.h".
6103 (sentinel_cleanup): New static global.
6104 (SENTINEL_CLEANUP): Define.
6105 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
6106 (make_my_cleanup2): Assert result is non-NULL.
6107 (all_cleanups): New function.
6108 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
6109 of NULL.
6110
d8c267cc
PA
61112012-04-19 Pedro Alves <palves@redhat.com>
6112
6113 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
6114 Adjust paths to gnulib imported files.
6115
809277f8
PA
61162012-04-19 Pedro Alves <palves@redhat.com>
6117
6118 * gnulib/: Move whole directory ...
6119 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
6120 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
6121 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
6122 (aclocal_m4_deps): Adjust.
6123 * aclocal.m4: Regenerate.
6124 * configure: Regenerate.
6125 * configure.ac: Adjust AC_OUTPUT output.
6126
aad9eab9
YQ
61272012-04-19 Yao Qi <yao@codesourcery.com>
6128
6129 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
6130 (vec.o): New rule.
6131 * vec.c: Move it ...
6132 * common/vec.c: ... here.
6133 * vec.h: Move it ...
6134 * common/vec.h: ... here.
6135
48fe4669
YQ
61362012-04-19 Yao Qi <yao@codesourcery.com>
6137
6138 * gdb-code-style.el: New.
6139
770d76d7
PA
61402012-04-18 Pedro Alves <palves@redhat.com>
6141
6142 Update gnulib from latest git.
6143 (639ea5ae15e39fe48d43e04864b2997301e4b969)
6144
6145 * gnulib/Makefile.am: Update.
6146 * gnulib/dummy.c: Update.
6147 * gnulib/extra/arg-nonnull.h: Update.
6148 * gnulib/extra/c++defs.h: Update.
6149 * gnulib/extra/update-copyright: Update.
6150 * gnulib/extra/warn-on-use.h: Update.
6151 * gnulib/inttypes.in.h: Update.
6152 * gnulib/m4/00gnulib.m4: Update.
6153 * gnulib/m4/extensions.m4: Update.
6154 * gnulib/m4/gnulib-cache.m4: Update.
6155 * gnulib/m4/gnulib-common.m4: Update.
6156 * gnulib/m4/gnulib-comp.m4: Update.
6157 * gnulib/m4/gnulib-tool.m4: Update.
6158 * gnulib/m4/include_next.m4: Update.
6159 * gnulib/m4/inttypes-pri.m4: Update.
6160 * gnulib/m4/inttypes.m4: Update.
6161 * gnulib/m4/longlong.m4: Update.
6162 * gnulib/m4/memchr.m4: Update.
6163 * gnulib/m4/memmem.m4: Update.
6164 * gnulib/m4/mmap-anon.m4: Update.
6165 * gnulib/m4/multiarch.m4: Update.
6166 * gnulib/m4/onceonly.m4: Update.
6167 * gnulib/m4/stddef_h.m4: Update.
6168 * gnulib/m4/stdint.m4: Update.
6169 * gnulib/m4/string_h.m4: Update.
6170 * gnulib/m4/warn-on-use.m4: Update.
6171 * gnulib/m4/wchar_h.m4: Update.
6172 * gnulib/m4/wchar_t.m4: Update.
6173 * gnulib/m4/wint_t.m4: Update.
6174 * gnulib/memchr.c: Update.
6175 * gnulib/memmem.c: Update.
6176 * gnulib/stddef.in.h: Update.
6177 * gnulib/stdint.in.h: Update.
6178 * gnulib/str-two-way.h: Update.
6179 * gnulib/string.in.h: Update.
6180 * gnulib/wchar.in.h: Update.
6181
6182 * gnulib/extra/arg-nonnull.h: Delete.
6183 * gnulib/extra/c++defs.h: Delete.
6184 * gnulib/extra/warn-on-use.h: Delete.
6185 * gnulib/m4/wchar_h.m4: Delete.
6186 * gnulib/m4/wint_t.m4: Delete.
6187 * gnulib/wchar.in.h: Delete.
6188
6189 * gnulib/extra/snippets/arg-nonnull.h: New.
6190 * gnulib/extra/snippets/c++defs.h: New.
6191 * gnulib/extra/snippets/warn-on-use.h: New.
6192
6193 * aclocal.m4: Regenerate.
6194 * config.in: Regenerate.
6195 * configure: Regenerate.
6196 * gnulib/Makefile.in: Regenerate.
6197
174e088e
PA
61982012-04-18 Pedro Alves <palves@redhat.com>
6199
6200 Reimport the update-copyright module from gnulib
6201 (250b80067c1e1d8faa0c42fb572f721975b929c5).
6202
6203 * configure: Regenerate.
6204 * gnulib/Makefile.am: Update.
6205 * gnulib/Makefile.in: Regenerate.
6206 * gnulib/extra/update-copyright: Update.
6207 * gnulib/m4/gnulib-cache.m4: Update.
6208 * gnulib/m4/gnulib-comp.m4: Update.
6209
7f533142
JB
62102012-04-18 Tristan Gingold <gingold@adacore.com>
6211
6212 * configure.ac (aix): Put -lpthread into libs.
6213 * configure: Regenerate.
6214
001822aa
TT
62152012-04-18 Tom Tromey <tromey@redhat.com>
6216
6217 * linespec.c (convert_linespec_to_sals): Don't use
6218 SYMBOL_OBJ_SECTION.
6219 (compare_msymbols): Arguments are minsym_and_objfile, not
6220 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
6221
db026a31
PA
62222012-04-18 Pedro Alves <palves@redhat.com>
6223
6224 Revert gnulib/ part of:
6225 2011-01-01 Joel Brobecker <brobecker@adacore.com>
6226 Copyright year update in most files (performed by copyright.sh).
6227
12df843f
JK
62282012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6229
6230 Fix 64-bit constants on 32-bit hosts.
6231 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
6232 from unsigned long to ULONGEST.
6233 (read_signed_leb128): Change declaration return type from long to
6234 LONGEST.
6235 (dwarf2_const_value_attr): Change declaration parameter value from long
6236 to LONGEST.
6237 (dwarf2_compute_name): Change variable value from long to LONGEST.
6238 (read_unsigned_leb128): Change return type, variable result and some
6239 casts from unsigned long to ULONGEST.
6240 (read_signed_leb128): Change return type, variable result and some
6241 casts from long to LONGEST.
6242 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
6243 value from long to LONGEST.
6244 (dwarf2_const_value): Change variable value from long to LONGEST.
6245 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
6246 plongest and hex_string.
6247 * symtab.h (struct general_symbol_info): Change ivalue from long to
6248 LONGEST, remove the comment.
6249 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
6250 Change SYMBOL_VALUE format strings to use plongest and hex_string.
6251
14e75d8e
JK
62522012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
6253
6254 PR symtab/7259:
6255 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
6256 * ada-lang.c (ada_discrete_type_high_bound)
ac4ea3c2
JK
6257 (ada_discrete_type_low_bound): Fix function comment. Use
6258 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
14e75d8e
JK
6259 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
6260 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6261 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
6262 Use TYPE_FIELD_ENUMVAL.
6263 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
6264 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6265 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
6266 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
6267 TYPE_CODE_ENUM.
6268 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
6269 * dwarf2read.c (process_enumeration_scope): Likewise.
6270 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
6271 field.bitpos.
6272 (class StructMainTypePrettyPrinter): Support also
6273 FIELD_LOC_KIND_ENUMVAL.
6274 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
6275 TYPE_CODE_ENUM.
6276 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6277 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
6278 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
6279 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
6280 field enumval.
6281 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
6282 accommodate enumval.
6283 (struct call_site): Adjust loc_kind to accommodate enumval.
6284 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
6285 (TYPE_FIELD_ENUMVAL): New macros.
6286 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
6287 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
6288 TYPE_CODE_ENUM.
6289 * p-typeprint.c (pascal_type_print_base): Likewise.
6290 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
6291 enumval.
6292 * python/lib/gdb/types.py (make_enum_dict): Likewise.
6293 * python/py-type.c (convert_field): New variable addrstring. Use
6294 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6295 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
6296 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
6297 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
6298 TYPE_CODE_ENUM.
6299 * valprint.c (generic_val_print): Likewise.
6300
380bca97
DE
63012012-04-17 Doug Evans <dje@google.com>
6302
dcc07052
DE
6303 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
6304
380bca97
DE
6305 * dwarf2read.c: Whitespace fixes.
6306 (lookup_signatured_type): Tweak comment.
6307 (get_die_type_at_offset): Fix comment.
6308
ec92004f
JB
63092012-04-17 Joel Brobecker <brobecker@adacore.com>
6310
6311 * xcoffread.c (xcoff_secnum_to_sections): New function.
6312 (secnum_to_section, secnum_to_bfd_section): Reimplement
6313 using xcoff_secnum_to_sections. Rename "secnum" parameter
6314 into "n_scnum".
6315 (RECORD_MINIMAL_SYMBOL): Delete.
6316 (record_minimal_symbol): New function.
6317 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
6318 by call to record_minimal_symbol and set misc_func_recorded
6319 to 1. Set last_csect_sec to the XCOFF section index instead
6320 of GDB's section_offset index. Update calls to
6321 prim_record_minimal_symbol_and_info to pass the BFD section
6322 as well.
6323
40301fb7
JB
63242012-04-17 Joel Brobecker <brobecker@adacore.com>
6325
6326 * xcoffread.c (read_xcoff_symtab): Delete variables
6327 last_csect_val and last_csect_sec and associated code.
6328
e0088cfd
DE
63292012-04-17 Doug Evans <dje@google.com>
6330
58d5e2c3
DE
6331 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
6332 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6333 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
6334 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
6335
c27f5738
DE
6336 * cleanups.h: New file.
6337 * cleanups.c: New file.
6338 * Makefile.in (SFILES): Add cleanups.c.
6339 (HFILES_NO_SRCDIR): Add cleanups.h.
6340 (COMMON_OBS): Add cleanups.o.
6341 * defs.h (struct cleanup): Moved to cleanups.h.
6342 (do_cleanups,do_final_cleanups): Ditto.
6343 (discard_cleanups,discard_final_cleanups): Ditto
6344 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6345 (save_cleanups,save_final_cleanups): Ditto.
6346 (restore_cleanups,restore_final_cleanups): Ditto.
6347 (null_cleanup): Ditto.
6348 (make_my_cleanup,make_my_cleanup2): Ditto.
6349 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6350 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
6351 (do_cleanups,do_final_cleanups): Ditto.
6352 (discard_cleanups,discard_final_cleanups): Ditto
6353 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6354 (save_cleanups,save_final_cleanups): Ditto.
6355 (restore_cleanups,restore_final_cleanups): Ditto.
6356 (null_cleanup): Ditto.
6357 (make_my_cleanup,make_my_cleanup2): Ditto.
6358 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6359
e0088cfd
DE
6360 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
6361 make_my_cleanup.
6362 (make_cleanup_dyn_string_delete): Ditto.
6363 (make_cleanup_ui_file_delete): Ditto.
6364 (make_cleanup_ui_out_redirect_pop): Ditto.
6365 (make_cleanup_free_section_addr_info): Ditto.
6366 (make_cleanup_restore_integer): Ditto.
6367 (make_cleanup_unpush_target): Ditto.
6368 (make_cleanup_value_free_to_mark): Ditto.
6369 (make_cleanup_value_free): Ditto.
6370 (make_cleanup_free_so): Ditto.
6371
4dc84fd1
JK
63722012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6373
6374 New option "set debug auto-load".
6375 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
6376 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
6377 (auto_load_safe_path_vec_update)
6378 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
6379 if DEBUG_AUTO_LOAD.
6380 (file_is_auto_load_safe): New parameters debug_fmt and ....
6381 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
6382 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
6383 caller by explanatory string.
6384 (_initialize_auto_load): Register "set debug auto-load".
6385 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
6386 and ....
6387 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6388 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
6389 by explanatory string.
6390 * main.c (captured_main): Likewise.
6391 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
6392 (source_section_scripts): Likewise.
6393
bccbefd2
JK
63942012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6395
6396 New option "set auto-load safe-path".
6397 * NEWS: New commands "set auto-load safe-path"
6398 and "show auto-load safe-path".
6399 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
6400 (auto_load_safe_path, auto_load_safe_path_vec)
6401 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
6402 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
6403 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
6404 (source_gdb_script_for_objfile): New variable is_safe. Call
6405 file_is_auto_load_safe. Return if it is not.
6406 (struct loaded_script): New field loaded.
6407 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
6408 (print_script): Use LOADED indicator instead of FULL_PATH. Change
6409 output "Missing" to "No".
6410 (_initialize_auto_load): New variable cmd. Initialize
6411 auto_load_safe_path. Register "set auto-load safe-path",
6412 "show auto-load safe-path" and "add-auto-load-safe-path".
6413 * auto-load.h (maybe_add_script): Add parameter loaded.
6414 (file_is_auto_load_safe): New declaration.
6415 * config.in: Regenerate.
6416 * configure: Regenerate.
6417 * configure.ac: New parameters --with-auto-load-safe-path
6418 and --without-auto-load-safe-path.
6419 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6420 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
6421 * main.c (captured_main): Check file_is_auto_load_safe for
6422 LOCAL_GDBINIT.
6423 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
6424 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
6425 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
6426 not.
6427
bf88dd68
JK
64282012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6429
6430 auto-load: Implementation.
6431 * NEWS: New descriptions for "info auto-load",
6432 "info auto-load gdb-scripts", "info auto-load python-scripts",
6433 "info auto-load local-gdbinit" and "info auto-load libthread-db".
6434 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
6435 and "show auto-load-scripts". New description for "set auto-load",
6436 "show auto-load", "set auto-load gdb-scripts",
6437 "show auto-load gdb-scripts", "set auto-load python-scripts",
6438 "show auto-load python-scripts", "set auto-load local-gdbinit",
6439 "show auto-load local-gdbinit", "set auto-load libthread-db" and
6440 "show auto-load libthread-db".
6441 * auto-load.c: Remove include python/python-internal.h. Add includes
6442 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
6443 cli/cli-setshow.h.
6444 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
6445 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
6446 (gdbpy_global_auto_load): Rename to ...
6447 (global_auto_load): ... here.
6448 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
6449 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
6450 (script_language_gdb, source_gdb_script_for_objfile): New.
6451 (struct loaded_script): New field language.
6452 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
6453 LANGUAGE.
6454 (maybe_add_script): Add parameter language. Drop redundant
6455 entry.full_path initialization. Initialize entry.language and
6456 (*slot)->language.
6457 (auto_load_objfile_script): Change parameter suffix to language.
6458 Remove the call of maybe_add_script.
6459 Call language->source_script_for_objfile.
6460 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
6461 New.
6462 (collect_matching_scripts): Adjust it for
6463 struct collect_matching_scripts_data.
6464 (auto_load_info_scripts_pattern_nl): New variable.
6465 (info_auto_load_scripts): Rename to ...
6466 (auto_load_info_scripts): ... here, add parameter language. Adjust it
6467 for struct collect_matching_scripts_data.
6468 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
6469 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
6470 (auto_load_show_cmdlist_get, info_auto_load_cmd)
6471 (auto_load_info_cmdlist_get): New.
6472 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
6473 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
6474 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
6475 "info auto-load local-gdbinit".
6476 * auto-load.h (struct script_language): New.
6477 (gdbpy_global_auto_load): Rename to ...
6478 (global_auto_load): ... here.
6479 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
6480 (auto_load_local_gdbinit_loaded): New declarations.
6481 (maybe_add_script): New parameter language.
6482 (auto_load_objfile_script): Change parameter suffix to language.
6483 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
6484 (auto_load_info_scripts, auto_load_set_cmdlist_get)
6485 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
6486 declarations.
6487 * linux-thread-db.c: Include auto-load.h and ctype.h.
6488 (auto_load_thread_db, show_auto_load_thread_db): New.
6489 (struct thread_db_info): New field filename.
6490 (delete_thread_db_info): Call xfree for FILENAME.
6491 (try_thread_db_load): Initialize FILENAME.
6492 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
6493 if !AUTO_LOAD_THREAD_DB.
6494 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
6495 (_initialize_thread_db): Install auto_load_thread_db
6496 as "set auto-load libthread-db" and install info_auto_load_libthread_db
6497 as "info auto-load libthread-db".
6498 * main.c (captured_main): Rename gdbpy_global_auto_load to
6499 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
6500 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
6501 (print_gdb_help): Extend the help for 'local init file'.
6502 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
6503 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
6504 (auto_load_scripts): Rename to ...
6505 (auto_load_python_scripts): ... here, update the comment.
6506 (gdbpy_load_auto_script_for_objfile): New declaration.
6507 (show_auto_load_python_scripts, script_language_python)
6508 (gdbpy_load_auto_script_for_objfile): New.
6509 (source_section_scripts): Refactor the code.
6510 (load_auto_scripts_for_objfile): Rename to ...
6511 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
6512 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
6513 (info_auto_load_python_scripts): New.
6514 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
6515 Rename "set auto-load-scripts" to "set auto-load python-scripts".
6516 Register "set auto-load-scripts" as its deprecated alias. Register
6517 "info auto-load python-scripts". Register "info auto-load-scripts" as
6518 its deprecated alias.
6519 (load_auto_scripts_for_objfile): Rename to ...
6520 (gdbpy_load_auto_scripts_for_objfile): ... here.
6521 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
6522 (gdbpy_load_auto_scripts_for_objfile): ... here.
6523
e2207b9a
JK
65242012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6525
6526 auto-load: Move files.
6527 * Makefile.in (SFILES): Add auto-load.c.
6528 (HFILES_NO_SRCDIR): Add auto-load.h.
6529 (COMMON_OBS): Add auto-load.o.
6530 (distclean): Change .gdbinit for gdb-gdb.gdb.
6531 * auto-load.c: New file, with parts from python/py-auto-load.c.
6532 * auto-load.h: New file, with parts from python/python.h.
6533 * configure: Regenerate.
6534 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
6535 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
6536 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
6537 * main.c: Include auto-load.h.
6538 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
6539 command.h, observer.h and progspace.h to auto-load.c. Add include
6540 auto-load.h.
6541 (gdbpy_global_auto_load, struct auto_load_pspace_info)
6542 (struct loaded_script, auto_load_pspace_data)
6543 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
6544 (hash_loaded_script_entry, eq_loaded_script_entry)
6545 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
6546 (maybe_add_script): Move to auto-load.c.
6547 (source_section_scripts): Change maybe_add_script parameters passing,
6548 use script_not_found_warning_print.
6549 (clear_section_scripts, auto_load_objfile_script)
6550 (auto_load_new_objfile, loaded_script_ptr)
6551 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
6552 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
6553 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
6554 auto_load_new_objfile and info_auto_load_scripts initizations to
6555 auto-load.c.
6556 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
6557
e4ab2fad
JK
65582012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6559
6560 Code cleanup.
6561 * charset.c (find_charset_names): Remove variables ix and elt.
6562 Use free_char_ptr_vec.
6563 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
6564 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
6565 debugdir_end. New variable debugdir_len.
6566 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
6567 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
6568 declarations.
6569 * progspace.c (clear_program_space_solib_cache): Remove variables ix
6570 and elt. Use free_char_ptr_vec.
6571 * source.c (add_path): Remove variables argv, arg and argv_index.
6572 New variables dir_vec, back_to, ix and name.
6573 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
6574 make_cleanup_freeargv. Remove variable separator. Simplify the code
6575 no longer expecting DIRNAME_SEPARATOR.
6576 (openp): Remove variable p, p1 and len. New variables dir_vec,
6577 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
6578 no longer expecting DIRNAME_SEPARATOR.
6579 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
6580 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
6581 debugdir_end.
6582 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
6583 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
6584 (dirnames_to_char_ptr_vec): New functions.
6585
5ee4ed9f
JK
65862012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6587
6588 Code cleanup.
6589 * source.c (add_path): Remove always true conditional 'p == 0' and
6590 unindent its code block.
6591
f41f5e61
PA
65922012-04-17 Pedro Alves <palves@redhat.com>
6593
6594 * gdbtypes.h (FIELD_BITPOS): Rename to ...
6595 (FIELD_BITPOS_LVAL): ... this.
6596 (FIELD_BITPOS): New.
6597 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
6598 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
6599 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
6600 SET_FIELD_BITPOS.
6601 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
6602 SET_FIELD_BITPOS.
6603 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
6604 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
6605 * target-descriptions.c (tdesc_gdb_type): Adjust to use
6606 SET_FIELD_BITPOS.
6607
945b3a32
JK
66082012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6609
6610 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
6611 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
6612 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
6613 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
6614 * jv-lang.c (java_link_class_type): Likewise, once.
6615 * stabsread.c (read_enum_type): Likewise.
6616
42476b70
YQ
66172012-04-16 Yao Qi <yao@codesourcery.com>
6618
6619 * common/agent.c (agent_run_command): Add one more parameter `len'.
6620 Update callers.
6621 * common/agent.h: Update declaration.
6622 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
6623 Update.
6624 (linux_child_static_tracepoint_markers_by_strid): Ditto.
6625
8264ba82
AG
66262012-04-14 Anton Gorenkov <xgsa@yandex.ru>
6627
6628 PR mi/13393
6629 * value.c (value_actual_type): New function.
6630 * value.h (value_actual_type): New declaration.
6631 * varobj.c (update_type_if_necessary): New function.
6632 (varobj_create): Call value_actual_type instead of
6633 value_type.
6634 (install_dynamic_child): distinct changed and type changed MI variable
6635 objects.
6636 (update_dynamic_varobj_children): Updated for install_dynamic_child
6637 change. All callers updated.
a09130f9 6638 (varobj_update): Support for MI variable object type change if
8264ba82
AG
6639 the value changed and RTTI is used to determine the type.
6640 (create_child_with_value): Call value_actual_type instead of
6641 value_type.
a09130f9 6642 (adjust_value_for_child_access): Extended with a new parameter which
8264ba82
AG
6643 specify whether the given value should be casted to enclosing type.
6644 All callers updated.
6645
55a8c076
YQ
66462012-04-14 Yao Qi <yao@codesourcery.com>
6647
6648 Import gnulib module inttypes from git
6649 (250b80067c1e1d8faa0c42fb572f721975b929c5)
6650 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
a09130f9
PA
6651 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
6652 gnulib/m4/inttypes-pri.m4
55a8c076
YQ
6653 * aclocal.m4, config.in, configure: Regenerated.
6654 * gnulib/Makefile.am: Update.
6655 * gnulib/Makefile.in: Update.
6656 * gnulib/m4/gnulib-cache.m4: Update.
6657 * gnulib/m4/gnulib-comp.m4: Update.
6658 * gnulib/inttypes.in.h: New.
6659 * gnulib/m4/inttypes-pri.m4: New.
a09130f9 6660 * gnulib/m4/inttypes.m4: New.
55a8c076 6661
ca7781d2
LM
66622012-04-13 Luis Machado <lgustavo@codesourcery.com>
6663
6664 * infrun.c (resume): Update PC address to the real PC after
6665 preparing to do displaced stepping.
6666
e319fa28
DE
66672012-04-12 Doug Evans <dje@google.com>
6668
6669 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
6670 All callers updated.
6671
15add3f5
MK
66722012-04-12 Mark Kettenis <kettenis@gnu.org>
6673
6674 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
6675
52dc124a
DE
66762012-04-12 Doug Evans <dje@google.com>
6677
0e50663e
DE
6678 * dwarf2read.c (create_all_type_units): Renamed from
6679 create_debug_types_hash_table. All callers updated.
6680
52dc124a
DE
6681 * dwarf2read.c (create_signatured_type_table_from_index): Rename
6682 local type_sig to sig_type, type_offset to type_offset_in_tu.
6683 (hash_signatured_type): Renamed from hash_type_signature,
6684 all callers updated.
6685 (eq_signatured_type): Renamed from eq_type_signature,
6686 all callers updated.
6687 (create_debug_types_hash_table): Rename local type_sig to sig_type.
6688 (process_enumeration_scope): Ditto.
6689 (lookup_signatured_type_at_offset): Ditto.
6690 (load_full_type_unit, read_signatured_type): Ditto.
6691
248fd3bf
YQ
66922012-04-12 Yao Qi <yao@codesourcery.com>
6693
6694 * remote.c (async_remote_interrupt): Correct function name in
6695 debug message.
6696 (async_remote_interrupt_twice): Ditto.
6697
bc3aa6c3
DE
66982012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
6699
6700 * source.c (find_and_open_source): Consistently pass resulting
6701 full path through xfullpath.
6702
9e529e1d
JK
67032012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6704
6705 Provide more specific displaced-stepping memory error message.
6706 * infrun.c (displaced_step_prepare): New variable status. Call
6707 target_read_memory instead of read_memory, provide more specific
6708 error message.
6709
82e0cec1
TG
67102012-04-11 Tristan Gingold <gingold@adacore.com>
6711
6712 PR gdb/13901
6713 * darwin-nat.c (darwin_execvp): Revert previous patch.
6714
d987a266
TG
67152012-04-11 Tristan Gingold <gingold@adacore.com>
6716
6717 PR gdb/13901
6718 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
6719 in case of change.
6720
016b7430
TG
67212012-04-11 Tristan Gingold <gingold@adacore.com>
6722
6723 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
6724 warning.
6725
06fc020f
SCR
67262012-04-11 Siva Chandra Reddy <sivachandra@google.com>
6727
6728 New command 'explore' which helps explore values and types in
6729 scope.
6730 * NEWS: Add an entry about the new 'explore' command.
6731 * data-directory/Makefile.in: Add gdb/command/explore.py
6732 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
a09130f9 6733 command using the GDB Python API.
06fc020f 6734
de0919f8 67352012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
34b192ce
MR
6736
6737 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
6738 extension in jump target calculation.
6739
de0919f8 67402012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
9e8da49c
MR
6741
6742 * mips-tdep.c (mips32_next_pc): Handle JALX.
6743
2f26ef89
YQ
67442012-04-10 Yao Qi <yao@codesourcery.com>
6745
6746 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
6747
2e505b66
YQ
67482012-04-10 Yao Qi <yao@codesourcery.com>
6749
6750 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
6751 and gnulib/m4/gnulib-tool.m4.
6752
0d99eb77
DE
67532012-04-10 Doug Evans <dje@google.com>
6754
6755 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
6756 (load_partial_dies): Clarify comment.
6757 (find_partial_die): Support rereading type units.
6758 Clarify CU handling, if we know offset is in CU, don't search for the
6759 containing CU. Add comment regarding memory waste.
6760
9a82b8ff
L
67612012-04-10 H.J. Lu <hongjiu.lu@intel.com>
6762
6763 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
6764 i386/x32-avx and i386/x32-avx-linux.
6765 (i386/x32-expedite): New.
6766 (i386/x32-linux-expedite): Likewise.
6767 (i386/x32-avx-expedite): Likewise.
6768 (i386/x32-avx-linux-expedite): Likewise.
6769 ($(outdir)/i386/x32.dat): Likewise.
6770 ($(outdir)/i386/x32-linux.dat): Likewise.
6771 ($(outdir)/i386/x32-avx.dat): Likewise.
6772 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
6773
6774 * features/i386/x32-avx-linux.xml: New file.
6775 * features/i386/x32-avx.xml: Likewise.
6776 * features/i386/x32-core.xml: Likewise.
6777 * features/i386/x32-linux.xml: Likewise.
6778 * features/i386/x32.xml: Likewise.
6779
6780 * features/i386/x32-avx-linux.c: New. Generated.
6781 * features/i386/x32-avx.c: Likewise.
6782 * features/i386/x32-linux.c: Likewise.
6783 * features/i386/x32.c: Likewise.
6784 * regformats/i386/x32-avx-linux.dat: Likewise.
6785 * regformats/i386/x32-avx.dat: Likewise.
6786 * regformats/i386/x32-linux.dat: Likewise.
6787 * regformats/i386/x32.dat: Likewise.
6788
ee41036f
TG
67892012-04-10 Tristan Gingold <gingold@adacore.com>
6790
6791 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
6792 code to kill the inferior.
6793
a7aa5b8a
MK
67942012-04-09 Mark Kettenis <kettenis@gnu.org>
6795
6796 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6797 defines.
6798 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6799 defines.
a09130f9 6800 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
a7aa5b8a
MK
6801 (yyvsp): New defines.
6802 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6803 defines.
6804 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6805 defines.
6806 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6807 defines.
6808 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6809 defines.
6810 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6811 defines.
6812
fb57d452
MK
68132012-04-09 Mark Kettenis <kettenis@gnu.org>
6814
a09130f9 6815 * sparc64-tdep.c (sparc64_store_arguments)
fb57d452
MK
6816 (sparc64_store_arguments): Fix coding style.
6817
cdc7b32f
MK
68182012-04-07 Mark Kettenis <kettenis@gnu.org>
6819
6820 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
6821 complex floats, adjust some related comments and tighten a related
6822 assertion.
6823 (sparc64_extract_return_value): Handle complex floats.
6824
7adf1e79
DE
68252012-04-07 Doug Evans <dje@google.com>
6826
6827 * dwarf2read.c (load_partial_dies): Change condition to assert.
6828
50f1ae7b
DE
68292012-04-06 Doug Evans <dje@google.com>
6830
6831 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
6832 "mov %rsp,%rbp".
6833
55fa75c3
KB
68342012-04-05 Kevin Buettner <kevinb@redhat.com>
6835
6836 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
6837 fencepost error.
6838 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
6839 (v850_gdbarch_init): Set `num_regs' as appropriate for the
6840 architecture.
6841
40e084e1
KS
68422012-04-05 Keith Seitz <keiths@redhat.com>
6843
6844 * linespec.c (decode_compound): Remove.
6845 (enum offset_relative_sign): New enum.
6846 (struct line_offset): New struct.
6847 (struct linespec): New struct.
6848 (struct linespec_state): Move file_symtabs,
6849 user_filename, and user_function into struct linespec.
6850 Make result an anonymous struct holding vectors of
6851 symbolp and minsym_and_objfile_d.
6852 Add language member.
6853 (enum ls_token_type): New enum.
6854 (linespec_keywords): New array.
6855 (struct ls_token): New struct.
6856 (struct ls_parser): New struct.
6857 (linespec_lexer_lex_number): New function.
6858 (linespec_lexer_lex_keyword): New function.
6859 (is_ada_operator): New function.
6860 (skip_quote_char): New function.
6861 (copy_token_string): New function.
6862 (is_closing_quote_enclosed): New function.
6863 (find_parameter_list_end): New function.
6864 (linespec_lexer_lex_string): New function.
6865 (linespec_lexer_lex_one): New function.
6866 (linespec_lexer_consume_token): New function.
6867 (linespec_lexer_peek_token): New function.
6868 (cplusplus_error): Remove unused function.
6869 (find_methods): Update comment.
6870 (find_toplevel_char): Return const.
6871 (is_objc_method_format): Remove unused function.
6872 (find_toplevel_string): New function.
6873 (is_linespec_boundary): Remove.
6874 (symbol_not_found_error): New function.
6875 (find_method_overload_end): Remove function.
6876 (unexpected_linespec_error): New function.
6877 (keep_name_info): Remove.
6878 (linespec_parse_line_offset): New function.
6879 (linespec_parse_basic): New function.
6880 (canonicalize_linespec): New function.
6881 (decode_line_internal): Remove.
6882 (create_sals_line_offset): New function adapted from
6883 decode_all_digits.
6884 (convert_linespec_to_sals): New function.
6885 (parse_linespec): New function.
6886 (linespec_parser_new): New function.
6887 (linespec_state_destructor): Change parameter type to
6888 struct linespec_state *.
6889 Add language parameter.
6890 Remove freeing of moved members.
6891 (linespec_parser_delete): New function.
6892 (decode_line_full): Use parse_linespec and linespec_parser_new.
6893 (decode_line_1): Likewise.
6894 (decode_indirect): Rename to ...
6895 (linespec_expression_to_pc): ... this and rewrite
6896 to simply find CORE_ADDR, storing this result for later
6897 conversion to SALs.
6898 (locate_first_half): Remove.
6899 (deocde_objc): Add parameter LS.
6900 Initialize new struct collect_info members.
6901 Handle minimal symbols, too.
6902 (decode_compound): Delete.
6903 (lookup_prefix_sym): Rewrite.
6904 (compare_msymbols): New function.
6905 (find_method): Rewrite.
6906 Do not call cplusplus_error.
6907 (symtabs_from_filename): Rewrite.
6908 (collect_function_symbols): Delete.
6909 (find_function_symbols): Rewrite without ARGPTR-style
6910 processing.
6911 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
6912 (decode_dollar): Adapted and renamed to ...
6913 (linespec_parse_variable): ... this.
6914 (find_linespec_symbols): New function.
6915 (decode_label): Adapted and renamed to ...
6916 (find_label_symbols): ... this.
6917 (decode_digits_list_mode): Add and use LS argument.
6918 (decode_digits_ordinary): Likewise.
6919 (collect_symbols): Do not collect SALs, just symbols and msymbols.
6920 If in list mode, allow any symbol class. Otherwise, only
6921 permit LOC_BLOCK symbols.
6922 (minsym_found): Update comments.
6923 (search_minsyms_for_name): Do not convert the matching symbol
6924 into a SAL. Simply push the symbol and objfile into the
6925 result vector.
6926 (decode_variable): Delete. Contents adapted into
6927 find_linespec_symbols.
6928
6929 * cp-support.c (SKIP_SPACE): Remove.
6930 (operator_tokens): Remove unused global.
6931 (cp_validate_operator): Remove.
6932 * cp-support.h (cp_validate_operator): Remove declaration.
6933
a72c8f6a
JK
69342012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6935
6936 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
6937 for TYPE_VPTR_FIELDNO.
6938 * valprint.c (valprint_check_validity): Make it global, move the
6939 function comment ...
6940 * value.h (valprint_check_validity): ... to this new declaration.
6941
cf9bb588
TG
69422012-04-02 Tristan Gingold <gingold@adacore.com>
6943
6944 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
6945 the STATE32 api for i386 state.
6946 (i386_darwin_store_inferior_registers): Likewise.
6947
17092398
TG
69482012-04-02 Tristan Gingold <gingold@adacore.com>
6949
6950 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
6951 SS offset.
6952 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
6953 format_string.
6954
ece0061f
TG
69552012-04-02 Tristan Gingold <gingold@adacore.com>
6956
6957 PR gdb/13901
d987a266 6958 * darwin-nat.c (darwin_execvp): Set binary preference.
ece0061f 6959
cf65ecd3
JK
69602012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6961
6962 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
6963
9bc3523d
TT
69642012-03-30 Tom Tromey <tromey@redhat.com>
6965
6966 * python/python.c (gdbpy_decode_line): Move cleanup creation out
6967 of TRY_CATCH. Fix error handling.
6968 * python/py-value.c (convert_value_from_python): Move 'old'
6969 declaration to innermost scope.
6970
b1ed564a
JB
69712012-03-29 Joel Brobecker <brobecker@adacore.com>
6972 Andrey Smirnov <andrew.smirnov@gmail.com>
6973
6974 -Wshadow warning fix.
6975 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
6976 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
6977 Adjust code accordingly.
6978
cb8e9b97
JB
69792012-03-29 Joel Brobecker <brobecker@adacore.com>
6980
6981 * ada-lang.c (symbol_completion_add): Rename parameter
6982 "encoded" into "encoded_p". Ajust code and documentation
6983 accordingly.
6984
c0af1706
JB
69852012-03-29 Joel Brobecker <brobecker@adacore.com>
6986 Andrey Smirnov <andrew.smirnov@gmail.com>
6987
6988 -Wshadow warning fix.
6989 * ada-lang.c (symbol_completion_add): Rename parameter
6990 "wild_match" into wild_match_p. Update code and documentation
6991 accordingly.
6992
6ea35997
JB
69932012-03-29 Joel Brobecker <brobecker@adacore.com>
6994
6995 * ada-lang.c (symbol_completion_match): Rename parameter
6996 "encoded" into "encoded_p". Ajust code and documentation
6997 accordingly.
6998
e701b3c0
JB
69992012-03-29 Joel Brobecker <brobecker@adacore.com>
7000 Andrey Smirnov <andrew.smirnov@gmail.com>
7001
7002 -Wshadow warning fix.
7003 * ada-lang.c (symbol_completion_match): Rename parameter
7004 "wild_match" into "wild_match_p". Adjust code and function
7005 documentation accordingly.
7006
5e2336be
JB
70072012-03-29 Joel Brobecker <brobecker@adacore.com>
7008 Andrey Smirnov <andrew.smirnov@gmail.com>
7009
7010 -Wshadow warning fix.
7011 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
7012 "symbol_info" into "info". Adjust code accordingly.
7013 (ada_lookup_symbol): Likewise.
7014
9f88c959
JB
70152012-03-29 Joel Brobecker <brobecker@adacore.com>
7016
7017 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
7018 of this function's documentation.
7019
82ccd55e
JB
70202012-03-29 Joel Brobecker <brobecker@adacore.com>
7021 Andrey Smirnov <andrew.smirnov@gmail.com>
7022
7023 -Wshadow warning fix.
7024 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
7025 variable into "wild_match_p". Adjust code accordingly.
7026
d0a8ab18
JB
70272012-03-29 Joel Brobecker <brobecker@adacore.com>
7028 Andrey Smirnov <andrew.smirnov@gmail.com>
7029
7030 -Wshadow warning fix.
7031 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
7032 parameter into "wild_match_p". Adjust code accordingly.
7033 Document this parameter in the function description.
7034
48b78332
JB
70352012-03-29 Joel Brobecker <brobecker@adacore.com>
7036 Andrey Smirnov <andrew.smirnov@gmail.com>
7037
7038 -Wshadow warning fix.
7039 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
7040 "wild_match" parameter to "wild_match_p" (-Wshadow).
7041
2e6e0353
JB
70422012-03-29 Joel Brobecker <brobecker@adacore.com>
7043
7044 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
7045 in function documentation.
7046
dc4024cd
JB
70472012-03-29 Joel Brobecker <brobecker@adacore.com>
7048 Andrey Smirnov <andrew.smirnov@gmail.com>
7049
7050 -Wshadow warning fix.
7051 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
7052 variable into wild_match_p. Adjust code accordingly.
7053
6c88661c
JB
70542012-03-29 Joel Brobecker <brobecker@adacore.com>
7055 Andrey Smirnov <andrew.smirnov@gmail.com>
7056
7057 * ada-valprint.c (ada_val_print_1): Move the code handling
7058 TYPE_CODE_ENUM inside its own lexical block. Declare
7059 variables len and val there, instead of in the function's
7060 top level block. Avoid declaring deref_val again in a way
7061 that shadows another variable of the same name declared
7062 in one of the up-level blocks. Just re-use the up-level
7063 variable instead.
7064
4e5c77fe
JB
70652012-03-29 Joel Brobecker <brobecker@adacore.com>
7066
7067 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
7068 Replace block_found argument by symbol_info. Adjust
7069 implementation accordingly. Add function documentation.
7070 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
7071 Fix documentation.
7072 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
7073 * ada-exp.y (write_object_renaming): Adjust to new
7074 ada_lookup_encoded_symbol API.
7075
1c0ac8c7
JB
70762012-03-29 Joel Brobecker <brobecker@adacore.com>
7077
7078 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
7079 documentation.
7080
2aaed979
KB
70812012-03-28 Rathish C <rathish.c@kpitcummins.com>
7082
7083 * v850-tdep.c: Add the enum values for mpu and fpu registers.
7084 (v850_register_name): Add the mpu and fpu register names.
7085 (v850e_register_name): Add the mpu and fpu register names.
7086 (v850e2_register_name): New function.
a09130f9 7087 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
2aaed979
KB
7088 bfd_mach_v850e2v3.
7089
927fbba6
JB
70902012-03-28 Joel Brobecker <brobecker@adacore.com>
7091
7092 * NEWS: Add entry for Ada varobj support.
7093
d32cafc7
JB
70942012-03-28 Joel Brobecker <brobecker@adacore.com>
7095
7096 * varobj.c (default_value_is_changeable_p): New function,
7097 extracted from varobj_value_is_changeable_p. Add declaration.
7098 (ada_value_is_changeable_p): New function, extracted from
7099 varobj_value_is_changeable_p. Add declaration.
7100 (struct language_specific): New field "value_is_changeable_p".
7101 (languages): Add entries for new field.
7102 (varobj_create): Set language before calling install_new_value.
7103 (varobj_value_is_changeable_p): Reimplement to call the varobj's
7104 "value_is_changeable_p" language callback.
7105
181875a4
JB
71062012-03-28 Joel Brobecker <brobecker@adacore.com>
7107
7108 * ada-varobj.h, ada-varobj.c: New files.
7109 * Makefile.in (SFILES): Add ada-varobj.c.
7110 (HFILES_NO_SRCDIR): Add ada-varobj.h.
7111 (COMMON_OBS): Add ada-varobj.o.
7112
7a290c40
JB
71132012-03-28 Joel Brobecker <brobecker@adacore.com>
7114
7115 * varobj.c (ada_value_has_mutated): Add declaration. New function.
7116 (struct language_specific): New field "value_has_mutated".
7117 (languages): Set field "value_has_mutated" in each entry of array.
7118 (varobj_value_has_mutated): New function.
7119 (varobj_udpdate): Add handling of type mutation.
7120 (value_of_root): Add handling of type mutation.
7121 (ada_value_has_mutated): New function.
7122
ca9b8b9c
PA
71232012-03-28 Pedro Alves <palves@redhat.com>
7124
7125 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
7126 Always supply $fr0 as 0.0 and $fr1 as 1.0.
7127
cc0265cd
TT
71282012-03-28 Tom Tromey <tromey@redhat.com>
7129
7130 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
7131 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
7132 before returning.
7133
3ad2ec6f
TT
71342012-03-28 Tom Tromey <tromey@redhat.com>
7135
7136 * .dir-locals.el: New file.
7137
4a6510ba
PA
71382012-03-28 Pedro Alves <palves@redhat.com>
7139
7140 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
7141
5a75128f
JB
71422012-03-28 Joel Brobecker <brobecker@adacore.com>
7143
7144 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
7145 handling for r0.
7146
f99d8bf4
PA
71472012-03-27 Pedro Alves <palves@redhat.com>
7148
7149 Eliminate struct ui_stream.
7150
7151 * ui-out.h (struct ui_stream): Delete.
7152 (ui_out_field_stream): Adjust prototype.
7153 (ui_out_stream_new, ui_out_stream_delete)
7154 (make_cleanup_ui_out_stream_delete): Delete declarations.
7155 * ui-out.c (ui_out_field_stream): Change prototype to take a
7156 ui_file instead of a ui_stream. Adjust.
7157 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
7158 (make_cleanup_ui_out_stream_delete): Delete.
7159 * breakpoint.c (print_breakpoint_location)
7160 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
7161 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7162 * disasm.c (dump_insns): Ditto.
7163 (do_mixed_source_and_assembly, do_assembly_only): Adjust
7164 prototype.
7165 (gdb_disassembly): Use ui_file/mem_fileopen instead of
7166 ui_stream/ui_out_stream_new.
7167 * infcmd.c (print_return_value): Ditto.
7168 * osdata.c (info_osdata_command): Don't allocate a local
7169 ui_stream.
7170 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
7171 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7172 * tracepoint.c (print_one_static_tracepoint_marker): Don't
7173 allocate a local ui_stream.
7174 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
7175 instead of ui_stream/ui_out_stream_new.
7176 (list_args_or_locals): Don't allocate a local ui_stream.
7177 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
7178 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
7179 ui_stream/ui_out_stream_new.
7180 * cli/cli-setshow.c (do_setshow_command): Ditto.
7181
6350a066 71822012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
72508ac0 7183
6350a066
PA
7184 * arm-linux-tdep.c (arm_linux_init_abi): Call
7185 set_gdbarch_process_record. Initialize `arm_swi_record' field.
7186 * arm-tdep.c (arm_process_record): New function.
7187 (deallocate_reg_mem): New function.
7188 (decode_insn): New function.
7189 (thumb_record_branch): New function.
7190 (thumb_record_ldm_stm_swi(): New function.
7191 (thumb_record_misc): New function.
7192 (thumb_record_ld_st_stack): New function.
7193 (thumb_record_ld_st_imm_offset): New function.
7194 (thumb_record_ld_st_reg_offset(): New function.
7195 (thumb_record_add_sub_cmp_mov): New function.
7196 (thumb_record_shift_add_sub): New function.
7197 (arm_record_coproc_data_proc): New function.
7198 (arm_record_coproc): New function.
7199 (arm_record_b_bl): New function.
7200 (arm_record_ld_st_multiple): New function.
7201 (arm_record_ld_st_reg_offset): New function.
7202 (arm_record_ld_st_imm_offset): New function.
7203 (arm_record_data_proc_imm): New function.
7204 (arm_record_data_proc_misc_ld_str): New function.
7205 (arm_record_extension_space): New function.
7206 (arm_record_strx): New function.
7207 (sbo_sbz): New function.
7208 (struct insn_decode_record): New structure for arm insn record.
7209 (REG_ALLOC): New macro for reg allocations.
7210 (MEM_ALLOC): New macro for memory allocations.
7211 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
72508ac0 7212
89e028e2
AS
72132012-03-27 Andreas Schwab <schwab@linux-m68k.org>
7214
7215 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
7216 (store_register): Likewise.
7217
6350a066 72182012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
3d9a9eb0 7219
6350a066 7220 * MAINTAINERS (Write After Approval): Add myself to the list.
3d9a9eb0 7221
5b43fab2
JK
72222012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7223
7224 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
7225 Describe also the option "auto".
7226
b5453b95
RH
72272012-03-22 Richard Henderson <rth@redhat.com>
7228
7229 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
7230 * sparc-nat.c (sparc_xfer_wcookie): Make static.
7231
227ee7fc
RH
72322012-03-22 Richard Henderson <rth@redhat.com>
7233
7234 * jit.c (jit_read_code_entry): Compute alignment and offset of
7235 int64_t member before computing entry_size.
7236
7b282c5a
SCR
72372012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7238
7239 Python scripting: Add new method Value.referenced_value to
7240 gdb.Value which can dereference pointer as well as reference
7241 values.
7242 * NEWS: Add entry under 'Python scripting' about the new method
7243 Value.referenced_value on gdb.Value objects.
7244 * python/py-value.c (valpy_referenced_value): New function
7245 defining a new method on gdb.Value objects which can dereference
7246 pointer and reference values.
7247
0c83539f
SCR
72482012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7249
7250 * MAINTAINERS (Write After Approval): Add myself to the list.
7251
7ccffd7c
KB
72522012-03-21 Kevin Buettner <kevinb@redhat.com>
7253
7254 * symtab.c (skip_prologue_sal): Change test to check for "main()"
7255 in addition to "main".
7256
bd0b9f9e
JB
72572012-03-21 Joel Brobecker <brobecker@adacore.com>
7258
7259 * expression.h (op_name): Add declaration.
7260 * expprint.c (op_name): Remove declaration. Make non-static.
7261 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
7262
a5362b9a
TS
72632012-03-21 Thomas Schwinge <thomas@codesourcery.com>
7264
7265 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
7266 of struct siginfo.
7267 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
7268 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
7269 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
7270 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
7271 (linux_nat_get_siginfo): Likewise.
7272 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
7273 (linux_nat_get_siginfo): Likewise.
7274 * linux-tdep.c (linux_get_siginfo_type): Likewise.
7275 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
7276 * procfs.c (gdb_siginfo_t): Likewise.
7277
adcadaab
MF
72782012-03-21 Mike Frysinger <vapier@gentoo.org>
7279
7280 * .gitignore: Ignore more files.
7281
e278ad5b
PA
72822012-03-20 Pedro Alves <palves@redhat.com>
7283
7284 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
7285 returns.
7286
741e63d7
YQ
72872012-03-20 Yao Qi <yao@codesourcery.com>
7288
7289 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
7290 comment.
7291
b64f50a1
JK
72922012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7293
7294 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
7295 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
7296 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
7297 sect_offset.
7298 * dwarf2expr.h (cu_offset, sect_offset): New types.
7299 (struct dwarf_expr_context_funcs) <dwarf_call>
7300 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
7301 sect_offset.
7302 (struct dwarf_expr_context) <len>: Improve the comment.
7303 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
7304 cu_offset and sect_offset.
7305 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
7306 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
7307 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
7308 * dwarf2loc.h: Include dwarf2expr.h.
7309 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
7310 and sect_offset.
7311 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
7312 Improve the comment.
7313 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
7314 (struct signatured_type, struct line_header, struct partial_die_info)
7315 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
7316 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
7317 (get_die_type_at_offset, create_cus_from_index)
7318 (create_signatured_type_table_from_index, dw2_get_file_names)
7319 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
7320 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
7321 (create_debug_types_hash_table, process_psymtab_comp_unit)
7322 (load_partial_comp_unit, create_all_comp_units)
7323 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
7324 (load_full_comp_unit, dwarf2_physname, read_import_statement)
7325 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
7326 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
7327 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
7328 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
7329 (find_partial_die, read_attribute_value, lookup_die_type)
7330 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
7331 (is_ref_attr): New function comment.
7332 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
7333 Use cu_offset and sect_offset.
7334 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
7335 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
7336 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
7337 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
7338 (offset_and_type_hash, offset_and_type_eq, set_die_type)
7339 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
7340 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
7341 sect_offset.
7342
e97a38f7
JK
73432012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7344
7345 Code cleanup.
7346 * python/py-auto-load.c (source_section_scripts): New variable back_to.
7347 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
7348 with xfree.
7349 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
7350
8320cc4f
JK
73512012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7352
7353 * NEWS: Describe new options --init-command=FILE, -ix and
7354 --init-eval-command=COMMAND, -iex.
7355 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
7356 CMDARG_INIT_COMMAND.
7357 (captured_main): New enum items OPT_IX and OPT_IEX. Add
7358 "init-command", "init-eval-command", "ix" and "iex" to the variable
7359 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
7360 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
7361 (print_gdb_help): Describe --init-command=FILE, -ix and
7362 --init-eval-command=COMMAND, -iex.
7363
26743505
JK
73642012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7365
7366 Code cleanup.
7367 * main.c (struct cmdarg): Move it here from main. Add more comments.
7368 (cmdarg_s, VEC (cmdarg_s)): New.
7369 (main): Move struct cmdarg from here. New variables cmdarg_vec and
7370 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
7371 Install cleanup for cmdarg_vec. Update filling for options 'x' and
7372 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
7373 of CMDARG.
7374
5ff5c7b4
TT
73752012-03-19 Tom Tromey <tromey@redhat.com>
7376
7377 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
7378
ab260dad
JK
73792012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7380
7381 PR symtab/13777
7382 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
7383 GCC >=4.5.
7384
c366c1f0
TT
73852012-03-16 Chris January <chris.january@allinea.com>
7386
7387 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
7388 of clear.
7389
e16edb45
TT
73902012-03-16 Chris January <chris.january@allinea.com>
7391
7392 * source.c (add_path): Use memmove instead of strcpy because the
7393 strings overlap.
7394
53ba8333
JB
73952012-03-16 Joel Brobecker <brobecker@adacore.com>
7396
7397 * value.h (set_value_parent): Add declaration.
7398 * value.c (set_value_parent): New function.
7399 (value_address): If VALUE->PARENT is not NULL, then use it as
7400 the base address instead of VALUE->LOCATION.address.
7401 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
7402 the same as OBJ's address. Adjust V's offset accordingly.
7403 Set V's parent.
7404
481860b3
GB
74052012-03-16 Gary Benson <gbenson@redhat.com>
7406
7407 PR breakpoints/10738
7408 * dwarf2read.c (use_deprecated_index_sections): New global.
7409 (struct partial_die_info): New member may_be_inlined.
7410 (read_partial_die): Set may_be_inlined where appropriate.
7411 (add_partial_subprogram): Add partial symbols for partial
7412 DIEs that may be inlined.
7413 (new_symbol_full): Add inlined subroutines to the current
7414 scope.
7415 (write_psymtabs_to_index): Bump version number.
7416 (dwarf2_read_index): Read only version 6 indices unless
7417 use_deprecated_index_sections is set.
7418 * linespec.c (symbol_and_data_callback): New structure.
7419 (iterate_inline_only): New function.
7420 (iterate_over_all_matching_symtabs): New argument
7421 "include_inline". If nonzero, also call the callback for
7422 symbols representing inlined subroutines.
7423 (lookup_prefix_sym): Pass extra argument to the above.
7424 (find_function_symbols): Likewise.
7425 (add_matching_symbols_to_info): Likewise.
7426 * NEWS: Mention that GDB can now set breakpoints on inlined
7427 functions.
7428
d0e7e15a
PM
74292012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
7430
7431 * p-typeprint.c (pascal_type_print_method_args):
7432 Fix display of parameter of methods.
7433
3d354654
PM
74342012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
7435
7436 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
7437 Add missing prototype.
7438
cafe75b0
JK
74392012-03-16 Yao Qi <yao@codesourcery.com>
7440 Jan Kratochvil <jan.kratochvil@redhat.com>
7441
7442 Fix false compilation warning.
7443 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
7444
25f8c692
JL
74452012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
7446 Pedro Alves <pedro@codesourcery.com>
7447
7448 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
7449 (arm_register_g_packet_guesses): New function.
7450 (arm_gdbarch_init): Don't force a target description with
7451 registers when the executable is detected as M-profile. Instead
7452 set gdbarch->tdep->is_m. Register `g' packet guesses.
7453 (_initialize_arm_tdep): Initialize the new target description.
7454 * features/arm-with-m-fpa-layout.xml: New description.
7455 * features/arm-with-m-fpa-layout.c: New, generated.
7456
35c63cd8
JB
74572012-03-15 Joel Brobecker <brobecker@adacore.com>
7458
7459 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
7460 Update function description.
7461 (insert_bp_location): Do not wipe bl->target_info out.
7462 * mem-break.c: #include "gdb_string.h".
7463 (default_memory_insert_breakpoint): Do not call target_read_memory
7464 with a pointer to the breakpoint's shadow_contents buffer. Use
7465 a local buffer instead.
7466 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
7467
57651221
TT
74682012-03-15 Tom Tromey <tromey@redhat.com>
7469
7470 * NEWS: Mention "info vtbl", not "info vtable".
7471 * cp-support.c (info_vtbl_command): Fix comment.
7472 (_initialize_cp_support): Fix text.
7473
410528f0
TT
74742012-03-15 Tom Tromey <tromey@redhat.com>
7475
7476 * cp-valprint.c (cp_print_value_fields): Use
7477 print_function_pointer_address for vtable slot.
7478
c4aeac85
TT
74792012-03-15 Tom Tromey <tromey@redhat.com>
7480
7481 * gnu-v3-abi.c (struct value_and_voffset): New.
7482 (hash_value_and_voffset, eq_value_and_voffset)
7483 (compare_value_and_voffset, compute_vtable_size)
7484 (print_one_vtable, gnuv3_print_vtable): New functions.
7485 (init_gnuv3_ops): Initialize 'print_vtable' field.
7486 * cp-support.c (info_vtbl_command): New function.
7487 (_initialize_cp_support): Add "info vtbl".
7488 * cp-abi.h (cplus_print_vtable): Declare.
7489 (struct cp_abi_ops) <print_vtable>: New field.
7490 * cp-abi.c (cplus_print_vtable): New function.
7491 * NEWS: Update.
7492
95cbceff
TT
74932012-03-15 Tom Tromey <tromey@redhat.com>
7494
7495 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
7496 iterate_over_symbols.
7497
589b4a32
DE
74982012-03-14 Doug Evans <dje@google.com>
7499
7500 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
7501 DW_OP_GNU_parameter_ref.
7502
e837f12a
JK
75032012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7504
7505 Fix double prompt of 'interpreter-exec mi'.
7506 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
7507 (mi_interpreter_resume): use it.
7508 (mi_execute_command_input_handler): New function.
7509 * mi/mi-main.c (mi_execute_command): Move prompt printing to
7510 mi_execute_command_input_handler.
7511
ff1e4526 75122012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
c381a3f6
JB
7513
7514 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
7515 prototype.
7516 (darwin_debug_port_info): Make static.
7517 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
7518 * machoread.c (_initialize_machoread): Add prototype.
7519 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
7520 (i386_darwin_set_control, i386_darwin_get_control)
7521 i386_darwin_dr_set_addr, i386_darwin_get_addr)
7522 i386_darwin_get_status, i386_darwin_get_control):
7523 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
7524
d8a5d6ee
JB
75252012-03-13 Joel Brobecker <brobecker@adacore.com>
7526
7527 * ax-gdb.c (gen_usual_unary): Remove special handling of
7528 enum and bool types.
7529
af381b8c
JB
75302012-03-13 Joel Brobecker <brobecker@adacore.com>
7531
7532 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
7533
786c562f
JB
75342012-03-13 Joel Brobecker <brobecker@adacore.com>
7535
7536 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
7537
e3ebf1bb
JB
75382012-03-13 Chris January <chris.january@allinea.com>
7539
7540 * aix-thread.c (fill_sprs): Store the floating point registers
7541 at the correct offsets into vals.
7542
c5b7e1cb
DE
75432012-03-13 Doug Evans <dje@google.com>
7544
16899756
DE
7545 * NEWS: Mention symbol-reloading has been deleted.
7546 * symfile.c (symbol_reloading): Delete.
7547 (show_symbol_reloading): Delete.
7548 (_initialize_symfile): Delete set/show symbol-reloading.
7549
c5b7e1cb
DE
7550 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
7551 read_in_chain until we have successfully read it in.
7552 (load_full_comp_unit): Ditto.
7553 (read_signatured_type): Add comment.
7554
46cb6474
JB
75552012-03-13 Chris January <chris.january@allinea.com>
7556
7557 * stabsread.c (fix_common_block): Change type of valu argument
7558 to CORE_ADDR.
7559
76219d77
JB
75602012-03-13 Chris January <chris.january@allinea.com>
7561
7562 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
7563 instruction.
7564
87b0bb13
JK
75652012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7566
7567 * common/linux-procfs.c (linux_proc_get_int): New, from
7568 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
7569 field.
7570 (linux_proc_get_tgid): Only call linux_proc_get_int.
7571 (linux_proc_get_tracerpid): New.
7572 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
7573 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
7574 linux_proc_pid_has_state.
7575 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
7576 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
7577 (linux_ptrace_attach_warnings): New.
7578 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
7579 New declaration.
7580 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
7581 (linux_nat_attach): New variables ex, buffer, message and message_s.
7582 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
7583
5f572dec
JK
75842012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7585
7586 * Makefile.in (linux-ptrace.o): New.
7587 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
7588 from linux-nat.c.
7589 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
7590 * common/linux-ptrace.c: New file.
7591 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
7592 * config/arm/linux.mh: Likewise.
7593 * config/i386/linux.mh: Likewise.
7594 * config/i386/linux64.mh: Likewise.
7595 * config/ia64/linux.mh: Likewise.
7596 * config/m32r/linux.mh: Likewise.
7597 * config/m68k/linux.mh: Likewise.
7598 * config/mips/linux.mh: Likewise.
7599 * config/pa/linux.mh: Likewise.
7600 * config/powerpc/linux.mh: Likewise.
7601 * config/powerpc/ppc64-linux.mh: Likewise.
7602 * config/powerpc/spu-linux.mh: Likewise.
7603 * config/s390/s390.mh: Likewise.
7604 * config/sparc/linux.mh: Likewise.
7605 * config/sparc/linux64.mh: Likewise.
7606 * config/xtensa/linux.mh: Likewise.
7607 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
7608 common/linux-procfs.c.
7609 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
7610
44f238bb
PA
76112012-03-13 Hui Zhu <teawater@gmail.com>
7612 Pedro Alves <palves@redhat.com>
7613
7614 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
7615 CREATE_BREAKPOINT_FLAGS_INSERTED.
7616 (create_breakpoint_sal, create_breakpoints_sal)
7617 (base_breakpoint_create_breakpoints_sal)
7618 (tracepoint_create_breakpoints_sal)
7619 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
7620 down.
7621 (break_command_1, handle_gnu_v3_exceptions, trace_command)
7622 (ftrace_command, strace_command): Adjust.
7623 (create_tracepoint_from_upload): Pass
7624 CREATE_BREAKPOINT_FLAGS_INSERTED.
7625 * breakpoint.h (enum breakpoint_create_flags): New.
7626 (create_breakpoint): New flags parameter.
7627 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
7628 * python/py-breakpoint.c (bppy_init): Adjust.
7629 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
7630 * spu-tdep.c (spu_catch_start): Adjust.
7631
1e51243a
PA
76322012-03-13 Pedro Alves <palves@redhat.com>
7633 Hui Zhu <teawater@gmail.com>
7634 Yao Qi <yao@codesourcery.com>
7635
7636 * remote.c (struct remote_state): New field `starting_up'.
7637 (remote_start_remote): Set and clear it.
7638 (remote_can_download_tracepoint): If starting up, return false.
7639
fa3064dd
YQ
76402012-03-13 Yao Qi <yao@codesourcery.com>
7641
7642 * inferior.h (struct inferior): Remove fields any_syscall_count,
7643 syscalls_counts and total_syscalls_count. Move them to new
7644 struct catch_syscall_inferior_data in breakpoint.c.
7645 * breakpoint.c: Call DEF_VEC_I(int).
7646 (struct catch_syscall_inferior_data): New.
7647 (get_catch_syscall_inferior_data): New.
7648 (catch_syscall_inferior_data_cleanup): New.
7649 (insert_catch_syscall): Update to access data in
7650 struct catch_syscall_inferior_data.
7651 (insert_catch_syscall): Likewise.
7652 (remove_catch_syscall): Likewise.
7653 (remove_catch_syscall): Likewise.
7654 (is_syscall_catchpoint_enabled): Likewise.
7655 (add_catch_command): Likewise.
7656 (_initialize_breakpoint): Register cleanup.
7657 * breakpoint.h: Removed DEF_VEC_I(int).
7658 * dwarf2loc.c: Call DEF_VEC_I(int).
7659 * mi/mi-main.c: Likewise.
7660
460fac3c
MK
76612012-03-12 Mark Kettenis <kettenis@gnu.org>
7662
7663 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
7664
e1aca11e
JB
76652012-03-12 Chris January <chris.january@allinea.com>
7666
7667 * aix-thread.c (_initialize_aix_thread): Add prototype.
7668 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
7669 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
7670
649c7061
JB
76712012-03-12 Joel Brobecker <brobecker@adacore.com>
7672
7673 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
7674 include of "amd64-nat.h".
7675
0b49e518
TT
76762012-03-12 Tom Tromey <tromey@redhat.com>
7677
7678 * buildsym.c (record_pending_block): Now static.
7679 * buildsym.h: (record_pending_block): Remove.
7680
fd24fa94
AT
76812012-03-12 Andreas Tobler <andreast@fgznet.ch>
7682
7683 * amd64bsd-nat.c: Include amd64bsd-nat.h.
7684
ba919b58
TT
76852012-03-09 Tom Tromey <tromey@redhat.com>
7686
7687 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
7688 producer_is_gxx_lt_4_6>: New fields.
7689 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
7690
a48e046c
TT
76912012-03-09 Tom Tromey <tromey@redhat.com>
7692
7693 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
7694
6f5e9362
JB
76952012-03-08 Joel Brobecker <brobecker@adacore.com>
7696
7697 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
7698 prototype.
7699
8d037db9
JB
77002012-03-08 Joel Brobecker <brobecker@adacore.com>
7701
7702 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
7703
4e841acf
JK
77042012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7705
7706 Fix -Wmissing-prototypes build.
7707 * arm-linux-nat.c (get_thread_id): Make it static.
7708 * xtensa-linux-nat.c (get_thread_id): Likewise.
7709
c6030312
JB
77102012-03-08 Joel Brobecker <brobecker@adacore.com>
7711
7712 * server.c (process_point_options): If a conditional expression
7713 is found, only print a message if remote_debug is nonzero.
7714
52323be9
LM
77152012-03-08 Luis Machado <lgustavo@codesourcery.com>
7716
7717 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
7718 of internal error for unknown/unsupported types.
7719
7fe25d9b
JK
77202012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7721
7722 Fix CU relative vs. absolute DIE offsets.
7723 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
7724 offset to offset_in_cu.
7725 * dwarf2read.c (process_enumeration_scope): Add CU offset to
7726 TYPE_OFFSET.
7727 (dwarf2_fetch_die_location_block): Rename parameter offset to
7728 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
7729
05e7c244
JK
77302012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7731
7732 * libunwind-frame.c: Rename to ...
7733 * ia64-libunwind-tdep.c: ... here.
7734 * libunwind-frame.h: Rename to ...
7735 * ia64-libunwind-tdep.h: ... here.
7736 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
7737 ia64-libunwind-tdep.h.
7738 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
7739 * README (--with-libunwind): Rename to ...
7740 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
7741 * config.in: Regenerate.
7742 * configure: Regenerate.
7743 * configure.ac: New option --with-libunwind-ia64, make the
7744 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
7745 Remove AC_DEFINE for HAVE_LIBUNWIND.
7746 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
7747 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
7748 Rename libunwind-frame in the general comment.
7749 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
7750 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
7751 Move forward declarations inside #ifndef. Rename libunwind-frame in
7752 the general comment.
7753 * ia64-tdep.c: Rename libunwind-frame.h #include to
7754 ia64-libunwind-tdep.h.
7755 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
7756 (ia64_libunwind_descr): Rename libunwind-frame to
7757 ia64-libunwind-tdep in these function comments.
7758 * ia64-tdep.h: Rename libunwind-frame.h #include to
7759 ia64-libunwind-tdep.h.
7760 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
7761 ia64-libunwind-tdep in that data comment.
7762
3755cbfd
JK
77632012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7764
7765 * libunwind-frame.h (struct frame_unwind): New declaration.
7766
d1cda5d9
JB
77672012-03-08 Joel Brobecker <brobecker@adacore.com>
7768
7769 * breakpoint.c (_initialize_breakpoint): Fix error in help of
7770 "set breakpoint condition-evaluation" command.
7771
a0ba0aa2
TG
77722012-03-08 Tristan Gingold <gingold@adacore.com>
7773
7774 * sparc-stub.c: Move to stubs/
7775 * sh-stub.c: Likewise.
7776 * m68k-stub.c: Likewise.
7777 * m32r-stub.c: Likewise.
7778 * i386-stub.c: Likewise.
7779
7b8b6d6d
AS
77802012-03-08 Andreas Schwab <schwab@linux-m68k.org>
7781
007cafee
AS
7782 * m68klinux-tdep.c (m68k_linux_init_abi): Register
7783 linux_get_siginfo_type.
7784
7b8b6d6d
AS
7785 * m68klinux-nat.c: Include "gdb_proc_service.h".
7786 (PTRACE_GET_THREAD_AREA): Define.
7787 (ps_get_thread_area): New function.
7788
bba74b36
YQ
77892012-03-08 Yao Qi <yao@codesourcery.com>
7790
7791 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
7792 `xsnprintf'.
7793 (remote_query_attached): Likewise.
7794 (remote_static_tracepoint_marker_at): Likewise.
7795 (remote_set_permissions): Likewise.
7796 (remote_detach_1, extended_remote_attach_1): Likewise.
7797 (send_g_packet, remote_vkill): Likewise.
7798 (extended_remote_disable_randomization): Likewise.
7799 (remote_add_target_side_condition): Likewise.
7800 (remote_insert_breakpoint): Likewise.
7801 (remote_remove_breakpoint): Likewise.
7802 (remote_insert_watchpoint): Likewise.
7803 (remote_remove_watchpoint): Likewise.
7804 (remote_insert_hw_breakpoint): Likewise.
7805 (remote_insert_hw_breakpoint): Likewise.
7806 (remote_remove_hw_breakpoint): Likewise.
7807 (remote_download_command_source): Likewise.
7808 (remote_download_tracepoint): Likewise.
7809 (remote_download_trace_state_variable): Likewise.
7810 (remote_disable_tracepoint): Likewise.
7811 (remote_trace_set_readonly_regions): Likewise.
7812 (remote_get_tracepoint_status): Likewise.
7813 (remote_trace_find): Likewise.
7814 (remote_get_trace_state_variable_value): Likewise.
7815 (remote_set_disconnected_tracing): Likewise.
7816 (remote_set_circular_trace_buffer): Likewise.
7817 (remote_get_min_fast_tracepoint_insn_len): Likewise.
7818 (remote_use_agent): Likewise.
7819 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
7820 Update callers.
7821
9b224c5e
PA
78222012-03-07 Pedro Alves <palves@redhat.com>
7823
7824 * NEWS: Mention QProgramSignals.
7825 * inferior.h (update_signals_program_target): Declare.
7826 * infrun.c: (update_signals_program_target): New.
7827 (handle_command): Update the target of the new program signals
7828 array changes.
7829 * remote.c (PACKET_QProgramSignals): New enum.
7830 (last_program_signals_packet): New global.
7831 (remote_program_signals): New.
7832 (remote_start_remote): Update the target with the program signals
7833 list.
7834 (remote_protocol_features): Add entry for QPassSignals.
7835 (remote_open_1): Free anc clear last_program_signals_packet.
7836 (init_remote_ops): Install remote_program_signals.
7837 * target.c (update_current_target): Adjust.
7838 (target_program_signals): New.
7839 * target.h (struct target_ops) <to_program_signals>: New field.
7840 (target_program_signals): Declare.
7841
74c48cbb
PA
78422012-03-07 Pedro Alves <palves@redhat.com>
7843
7844 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
7845 extensions.
7846
0c13fc49
AS
78472012-03-07 Andreas Schwab <schwab@linux-m68k.org>
7848
7849 * m68klinux-nat.c (getregs_supplies): Make static.
7850 (getfpregs_supplies): Likewise.
7851 (have_ptrace_getregs): Likewise.
7852
1281d2a3
JB
78532012-03-06 Joel Brobecker <brobecker@adacore.com>
7854
7855 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
7856 in call to get_die_type_at_offset.
7857
2b03b41d
SS
78582012-03-06 Stan Shebs <stan@codesourcery.com>
7859
7860 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
7861 * mi/mi-cmd-disas.c: Ditto.
7862 * mi/mi-cmd-env.c: Ditto.
7863 * mi/mi-cmd-file.c: Ditto.
7864 * mi/mi-cmd-stack.c: Ditto.
7865 * mi/mi-cmd-target.c: Ditto.
7866 * mi/mi-cmd-var.c: Ditto.
7867 * mi/mi-cmds.c: Ditto.
7868 * mi/mi-cmds.h: Ditto.
7869 * mi/mi-console.c: Ditto.
7870 * mi/mi-getopt.c: Ditto.
7871 * mi/mi-getopt.h: Ditto.
7872 * mi/mi-interp.c: Ditto.
7873 * mi/mi-main.c: Ditto.
7874 * mi/mi-out.c: Ditto.
7875 * mi/mi-parse.c: Ditto.
7876 * mi/mi-parse.h: Ditto.
7877 * mi/mi-symbol-cmds.c: Ditto.
7878
7879 * mi/mi-getopt.h: Move mi_opt struct up.
7880 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
7881 return.
7882 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
7883
c988ad87
TT
78842012-03-06 Tom Tromey <tromey@redhat.com>
7885
7886 * proc-service.c (ps_pglobal_lookup): Set the current program
7887 space.
7888
1b7c1b10
PA
78892012-03-06 Pedro Alves <palves@redhat.com>
7890
7891 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
7892
3c182069
JB
78932012-03-05 Joel Brobecker <brobecker@adacore.com>
7894
7895 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
7896
2e794194
JK
78972012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7898
7899 Code cleanup.
7900 * common/linux-osdata.c (linux_common_core_of_thread): New function
7901 comment.
7902 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
7903 call by linux_common_core_of_thread.
7904 (linux_nat_core_of_thread_1): Remove.
7905 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
7906 * linux-thread-db.c: Include linux-osdata.h.
7907 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
7908 linux_common_core_of_thread.
7909
9f9f1f31
TT
79102012-03-05 Tom Tromey <tromey@redhat.com>
7911
7912 * value.c (value_primitive_field): Don't fetch contents for
7913 non-virtual bases.
7914
b7b189f3
TT
79152012-03-05 Tom Tromey <tromey@redhat.com>
7916
7917 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
7918
05b8a789 79192012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
5538f557 7920
5538f557
JB
7921 * s390-nat.c: Include "gregset.h".
7922
75528772
JK
79232012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7924
7925 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
7926 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
7927 (libunwind_load): New variable so_error, use it for dlerror. Try to
7928 load also LIBUNWIND_SO_7.
7929
275418ae
PA
79302012-03-05 Pedro Alves <palves@redhat.com>
7931
7932 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
7933 is not NULL, and remove resulting dead code.
7934
5cbb9812
TS
79352012-03-05 Thomas Schwinge <thomas@codesourcery.com>
7936
7937 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
7938 prologue to sh_analyze_prologue.
7939 (sh_analyze_prologue): Make better use of such an upper limit, and
7940 generally be more cautious about accessing memory.
7941
541515ad
TT
79422012-03-05 Tom Tromey <tromey@redhat.com>
7943
7944 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
7945 _initialize_ia64_hpux_tdep.
7946
b4d36fb8
PA
79472012-03-05 Pedro Alves <palves@redhat.com>
7948
24490249
PA
7949 PR gdb/13766
7950
b4d36fb8
PA
7951 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
7952 the register state is clear, supply explicit zero, instead of
7953 marking the register unavailable.
7954
60c9a3c0
TG
79552012-03-05 Tristan Gingold <gingold@adacore.com>
7956
7957 * NEWS: Mention OpenVMS ia64 new target.
7958
696759ad
TG
79592012-03-05 Tristan Gingold <gingold@adacore.com>
7960
7961 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
7962 (ia64_unw_accessors, ia64_unw_rse_accessors)
7963 (ia64_libunwind_descr): Declare.
7964 * ia64-vms-tdep.c: New file.
7965 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
7966 (ia64_libunwind_descr): Make them public.
7967 * configure.tgt: Add ia64-*-*vms*.
7968 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
7969 (ALLDEPFILES): Add ia64-vms-tdep.c
7970
34864976
TG
79712012-03-05 Tristan Gingold <gingold@adacore.com>
7972
169081d0
TG
7973 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
7974 * remote.c (PACKET_qXfer_uib): New enum value.
7975 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
7976 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
7977 (_initialize_remote): Call add_packet_config_cmd for
7978 xfer:uib packet.
7979
79802012-03-05 Tristan Gingold <gingold@adacore.com>
7981
7982 * osabi.c (gdb_osabi_names): Add OpenVMS.
7983 (generic_elf_osabi_sniffer): Likewise.
7984 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
34864976 7985
6597b100
JK
79862012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7987
7988 Removed unused code.
7989 * libunwind-frame.c (libunwind_frame_unwind)
7990 (libunwind_frame_base_address): Remove.
7991 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
7992
87399aa1
YQ
79932012-03-04 Yao Qi <yao@codesourcery.com>
7994
7995 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
7996 remove trailing new line.
7997 (agent_run_command, agent_run_command): Add _ markup.
7998 (agent_capability_check): Likewise.
7999
abf1152a
JK
80002012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8001
8002 * breakpoint.c (set_condition_evaluation_mode): Set
8003 CONDITION_EVALUATION_MODE unconditionally.
8004
5808517f
YQ
80052012-03-03 Yao Qi <yao@codesourcery.com>
8006
8007 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
8008 * common/agent.h: Update declaration.
8009 * inf-child.c (inf_child_use_agent): New.
8010 (inf_child_can_use_agent): New.
8011 (inf_child_target): Initialize fields `to_use_agent'
8012 and `to_can_use_agent'.
8013 * agent.c (agent_new_objfile): New.
89b7509a 8014 (_initialize_agent): Add agent_new_objfile to new_objfile
5808517f
YQ
8015 observer.
8016
8017 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8018 New.
89b7509a 8019 (linux_target_install_ops): Initialize field
5808517f
YQ
8020 `to_static_tracepoint_markers_by_strid'.
8021 * remote.c (free_current_marker): Move it to ...
8022 * tracepoint.c (free_current_marker): ... here. New.
8023 (cleanup_target_stop): New.
8024 * tracepoint.h: Declare free_current_marker.
8025 * NEWS: Add one entry about `info static-tracepoint-marker'.
8026
58b4daa5
YQ
80272012-03-03 Yao Qi <yao@codesourcery.com>
8028
8029 * common/agent.c (agent_loaded_p): New.
89b7509a 8030 (agent_look_up_symbols): New global.
58b4daa5
YQ
8031 * common/agent.h: Declare agent_loaded_p.
8032
8ffcbaaf
YQ
80332012-03-03 Yao Qi <yao@codesourcery.com>
8034
8035 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
8036 (agent_capability_check, agent_capability_invalidate): New.
8037 (symbol_list): New array element.
8038 * common/agent.h (enum agent_capa): New.
8039 * target.c (target_pre_inferior): Call agent_capability_invalidate.
8040
d1feda86
YQ
80412012-03-03 Yao Qi <yao@codesourcery.com>
8042
8043 * target.h (struct target_ops) <to_use_agent>: New field.
8044 (struct target_ops) <to_can_use_agent>: New field.
8045 (target_use_agent, target_can_use_agent): New macro.
8046 * target.c (update_current_target): Update.
8047 * remote.c: New enum `PACKET_QAgent'.
8048 (remote_protocol_features): Add a new element.
8049 (remote_use_agent, remote_can_use_agent): New.
8050 (init_remote_ops): Initialize field `can_use_agent' with
8051 remote_can_use_agent. Intiailize field `use_agent' with
8052 remote_use_agent.
8053 * common/agent.c (use_agent): New global.
8054 * common/agent.h: Declare it.
8055 * tracepoint.c (info_static_tracepoint_markers_command): Add
8056 comment.
8057 * Makefile.in (SFILES): Add common/agent.c and agent.c.
8058 (COMMON_OBS): Add common/agent.o and agent.o
8059 (common-agent.o): New rule.
8060 * agent.c: New.
8061
2fa291ac
YQ
80622012-03-03 Yao Qi <yao@codesourcery.com>
8063
8064 * common/agent.c: New.
8065 * common/agent.h: New.
8066 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
8067 AC_CHECK_HEADERS.
8068 * configure, configh.in: Regenerated.
8069
9fc05685
KB
80702012-03-02 Kevin Buettner <kevinb@redhat.com>
8071
8072 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
8073 unless it exists for this architecture.
8074
a5ee536b
JB
80752012-03-02 Joel Brobecker <brobecker@adacore.com>
8076
8077 * language.h (struct language_defn): New "method" la_read_var_value.
8078 * findvar.c: #include "language.h".
8079 (default_read_var_value): Renames read_var_value. Rewrite
8080 function description.
8081 (read_var_value): New function.
8082 * value.h (default_read_var_value): Add prototype.
8083 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
8084 New functions.
8085 (ada_language_defn): Add entry for la_read_var_value.
8086 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
8087 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
8088 language_defn structures to add entry for new la_read_var_value
8089 field.
8090
f59f708a
PA
80912012-03-02 Tom Tromey <tromey@redhat.com>
8092 Pedro Alves <palves@redhat.com>
8093
8094 PR breakpoints/13776:
8095 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
8096 breakpoints.
8097 (delete_longjmp_breakpoint_at_next_stop): New.
8098 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
8099 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
8100 before deleting the inferior. Add comments.
8101 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
8102 breakpoints immediately, but only on next stop. Move that code
8103 next to where we mark other breakpoints for deletion.
8104
44099a67
JB
81052012-03-02 Joel Brobecker <brobecker@adacore.com>
8106
8107 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
8108 marker.
8109 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
8110 violation.
8111
2a2ef594
PA
81122012-03-02 Pedro Alves <palves@redhat.com>
8113
8114 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
8115
b261e0c5
UW
81162012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
8117
8118 Fix -Wmissing-prototypes build.
8119 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
8120 * remote-sim.c (gdbsim_has_all_memory): Likewise.
8121 (gdbsim_has_memory): Likewise.
8122
a95babbf
YQ
81232012-03-02 Yao Qi <yao@codesourcery.com>
8124
8125 Fix -Wmissing-prototypes build.
8126 * charset.c (phony_iconv_open): Make static.
8127 (phony_iconv_close, phony_iconv): Likewise.
8128 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
8129 * i386-windows-nat.c (_initialize_i386_windows_nat): New
8130 prototype.
8131 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
8132 * ser-mingw.c (create_select_thread): Make static.
8133 * windows-termcap.c (tgetent): New prototype.
8134 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
8135
d603d4b3
JK
81362012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
8137
8138 Fix -Wmissing-prototypes build.
8139 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
8140 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
8141 (_initialize_loadable): New prototypes.
8142
7fb3ad1f
DE
81432012-03-02 Doug Evans <dje@google.com>
8144
8145 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
8146 abbrev table, read_comp_unit will do it.
8147
693be288
JK
81482012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8149
8150 Fix -Wmissing-prototypes build.
8151 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
8152 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
8153 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
8154 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
8155 (_initialize_arm_symbian_tdep): New prototype.
8156 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
8157 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
8158 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
8159 static.
8160 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
8161 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
8162 prototype.
8163 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
8164 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
8165 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
8166 static.
8167 * moxie-tdep.c (moxie_process_record): Likewise.
8168 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
8169 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
8170 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
8171 (_initialize_rl78_tdep): New prototype.
8172 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
8173 (_initialize_rx_tdep): New prototype.
8174 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
8175 (_initialize_darwin_solib): New prototype.
8176 * solib-spu.c: Include solib-spu.h.
8177 (_initialize_spu_solib): New prototype.
8178 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
8179 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
8180 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
8181 (tic6x_software_single_step): Make it static.
8182 (_initialize_tic6x_tdep): New prototype.
8183
638234e5
JK
81842012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8185
8186 Fix -Wmissing-prototypes build.
8187 * cris-tdep.c (cris_can_use_hardware_watchpoint)
8188 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
8189
f4a6f16d
JK
81902012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8191
8192 Fix -Wmissing-prototypes build.
8193 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
8194 (frv_have_stopped_data_address): Remove.
8195
04dcf5fa
JK
81962012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8197
8198 Fix -Wmissing-prototypes build.
8199 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
8200 * sh-tdep.c: Include sh64-tdep.h.
8201 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
8202 * sh64-tdep.c: Include sh64-tdep.h.
8203 * sh64-tdep.h: New file.
8204
19080931
MR
82052012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8206
8207 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
8208
9aac7884
MR
82092012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8210
8211 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
8212 sp_regnum once the gdbarch_init_osabi hook has been called.
8213
a385295e
MR
82142012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8215
8216 * mips-tdep.c (mips32_bc1_pc): New function.
8217 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
8218 BPOSGE32 and BPOSGE64 instructions.
8219 (deal_with_atomic_sequence): Likewise.
8220 (mips32_instruction_has_delay_slot): Likewise.
8221
1faeff08 82222012-03-01 Maciej W. Rozycki <macro@mips.com>
a09130f9
PA
8223 Chris Dearman <chris@mips.com>
8224 Maciej W. Rozycki <macro@codesourcery.com>
8225 Joseph Myers <joseph@codesourcery.com>
1faeff08
MR
8226
8227 * features/mips-dsp.xml: New file.
8228 * features/mips64-dsp.xml: New file.
8229 * features/mips-dsp-linux.xml: New file.
8230 * features/mips64-dsp-linux.xml: New file.
8231 * features/Makefile (WHICH): Add mips-dsp-linux and
8232 mips64-dsp-linux.
8233 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
8234 * features/mips-dsp-linux.c: New file.
8235 * features/mips64-dsp-linux.c: New file.
8236 * regformats/mips-dsp-linux.dat: New file.
8237 * regformats/mips64-dsp-linux.dat: New file.
8238 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
8239 registers.
8240 (mips64_linux_register_addr): Likewise.
8241 (mips64_linux_regsets_fetch_registers): Likewise.
8242 (mips64_linux_regsets_store_registers): Likewise.
8243 (mips64_linux_fetch_registers): Update call to
8244 mips64_linux_regsets_fetch_registers.
8245 (mips64_linux_store_registers): Update call to
8246 mips64_linux_regsets_store_registers.
8247 (mips_linux_read_description): Probe for DSP registers.
8248 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
8249 and initialize_tdesc_mips64_dsp_linux.
8250 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
8251 Remove padding of no longer used embedded register slots.
8252 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
8253 (MIPS_RESTART_REGNUM): Redefine enum value.
8254 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
8255 strings.
8256 (mips_tx39_reg_names): Likewise.
8257 (mips_linux_reg_names): New array of register names for Linux
8258 targets.
8259 (mips_register_name): Check for a null pointer in
8260 mips_processor_reg_names and return an empty string.
8261 (mips_register_type): Exclude embedded registers for the IRIX
8262 and Linux ABIs.
8263 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
8264 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
8265 DSP registers.
8266 (mips_stab_reg_to_regnum): Handle DSP accumulators.
8267 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
8268 (mips_gdbarch_init): Likewise. Initialize internal register
8269 indices for the Linux ABI. Use dynamic numbers to refer to
8270 registers, as applicable, while parsing the target description.
8271 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
8272
263689d8
JB
82732012-03-01 Joel Brobecker <brobecker@adacore.com>
8274
8275 * frame.h (read_frame_register_unsigned): Fix typo in function
8276 description.
8277
f3b4f45c
PA
82782012-03-01 Pedro Alves <palves@redhat.com>
8279
8280 * jit-reader.in [!__cplusplus]
8281 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
8282
b03a2011
PA
82832012-03-01 Pedro Alves <palves@redhat.com>
8284
8285 * configure.ac (build_warnings): Add -Wmissing-prototypes.
8286 * configure: Regenerate.
8287
70221824
PA
82882012-03-01 Pedro Alves <palves@redhat.com>
8289
8290 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
8291 * breakpoint.c (create_exception_master_breakpoint, trace_command)
8292 (ftrace_command, strace_command): Make static.
8293 * d-lang.c (_initialize_d_language): Declare.
8294 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
8295 * dwarf2loc.c (_initialize_dwarf2loc):
8296 * dwarf2read.c (process_psymtab_comp_unit): Make static.
8297 * exec.c (exec_get_section_table): Make static.
8298 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
8299 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
8300 * inferior.c (remove_inferior_command, add_inferior_command)
8301 (clone_inferior_command): Make static.
8302 * linux-nat.c (linux_nat_thread_address_space)
8303 (linux_nat_core_of_thread): Make static.
8304 * linux-tdep.c (_initialize_linux_tdep): Declare.
8305 * objc-lang.c (_initialize_objc_lang): Declare.
8306 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
8307 Make static.
8308 (_initialize_opencl_language): Declare.
8309 * record.c (_initialize_record): Declare.
8310 * remote.c (demand_private_info, remote_get_tib_address)
8311 (remote_supports_cond_tracepoints)
8312 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
8313 Make static.
8314 * skip.c (_initialize_step_skip): Declare.
8315 * symtab.c (skip_prologue_using_lineinfo): Make static.
8316 * tracepoint.c (delete_trace_state_variable)
8317 (trace_variable_command, delete_trace_variable_command)
8318 (get_uploaded_tsv, find_matching_tracepoint_location)
8319 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
8320 Make static.
8321 * value.c (pack_unsigned_long): Make static.
8322 * varobj.c (varobj_ensure_python_env): Make static.
8323 * windows-tdep.c (_initialize_windows_tdep): Declare.
8324 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
8325
33fbcbee
PA
83262012-03-01 Pedro Alves <palves@redhat.com>
8327
8328 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
8329 gdbarch parameter.
8330 (linux_init_abi): Install it as has_shared_address_space gdbarch
8331 callback.
8332
44d0cd3b
PA
83332012-03-01 Pedro Alves <palves@redhat.com>
8334
8335 * observer.c (observer_test_first_notification_function)
8336 (observer_test_second_notification_function)
8337 (observer_test_third_notification_function): Add declarations.
8338
ed01b82c
PA
83392012-03-01 Pedro Alves <palves@redhat.com>
8340
8341 * common/signals.c (default_target_signal_to_host)
8342 (default_target_signal_from_host): Move ...
8343 * arch-utils.c: ... here.
8344 * arch-utils.h (default_target_signal_to_host)
8345 (default_target_signal_from_host): Declare.
8346
8347 * common/signals.c (target_signal_from_command): Move ...
8348 * infrun.c: ... here.
8349 * inferior.h (target_signal_from_command): Declare.
8350 * target.h (target_signal_from_command)
8351 (default_target_signal_from_host, default_target_signal_to_host):
8352 Delete declarations.
8353
8354 * common/signals.c (_initialize_signals): Delete.
8355
c9b87335
PA
83562012-03-01 Pedro Alves <palves@redhat.com>
8357
8358 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
8359 both __cplusplus and !__cplusplus.
8360
9340a6c0
PA
83612012-03-01 Pedro Alves <palves@redhat.com>
8362
8363 * psymtab.c (find_and_open_source): Delete declaration.
8364 * source.c (find_and_open_source): Move comment ...
8365 * source.h (find_and_open_source): ... to this new declaration.
8366
e451c4a1
PA
83672012-03-01 Pedro Alves <palves@redhat.com>
8368
8369 * inline-frame.c: Include inline-frame.h.
8370
983fb104
PA
83712012-03-01 Pedro Alves <palves@redhat.com>
8372
8373 * tui/tui-data.c (set_gen_win_origin): Delete.
8374 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
8375 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
8376
5fbce5df
PA
83772012-03-01 Pedro Alves <palves@redhat.com>
8378
8379 * remote.c (encode_actions): Delete declaration.
8380 * tracepoint.c (encode_actions): Make extern.
8381 * tracepoint.h (encode_actions): Declare.
8382
49a8461d
PA
83832012-03-01 Pedro Alves <palves@redhat.com>
8384
8385 * python/py-breakpoint.c: Include python.h.
8386 * python/py-continueevent.c (create_continue_event_object): Make
8387 static.
8388 * python/py-lazy-string.c (stpy_get_type): Make static.
8389 * python/py-newobjfileevent.c (create_new_objfile_event_object):
8390 Make static.
8391 * python/py-utils.c (unicode_to_target_python_string): Make
8392 static.
8393 * python/py-value.c: Include python.h.
8394
9079102f
PA
83952012-03-01 Pedro Alves <palves@redhat.com>
8396
8397 * inferior.c (delete_threads_of_inferior): Delete.
8398
a298c5e8
PA
83992012-03-01 Pedro Alves <palves@redhat.com>
8400
8401 Import fallback definitions from glibc.
8402
8403 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
8404 ps_prochandle): Forward declare.
8405 (ps_err_e): Use glibc's comments.
8406 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
8407 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
8408 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
8409 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
8410 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
8411 (struct ps_prochandle): Adjust comment.
8412
e3084549
PA
84132012-03-01 Pedro Alves <palves@redhat.com>
8414
8415 * ada-lang.c (ada_modulus_from_name): Delete.
8416 * ada-lex.l (lexer_init): Make static.
8417
ad5f7d6e
PA
84182012-03-01 Pedro Alves <palves@redhat.com>
8419
8420 PR gdb/13767
8421
8422 * frame.c (read_frame_register_unsigned): New.
8423 * frame.h (read_frame_register_unsigned): Declare.
8424 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
8425 Handle it.
8426 (print_i387_control_word): New parameter `control_p'. Handle it.
8427 (i387_print_float_info): Handle unavailable float registers.
8428
e0a4d108
KS
84292012-03-01 Keith Seitz <keiths@redhat.com>
8430
8431 * linespec.c (decode_line_2): Sort the list of methods
8432 alphabetically before presenting the user with a selection
8433 menu.
8434
122d1940
DE
84352012-03-01 Doug Evans <dje@google.com>
8436
8437 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
8438 has_namespace_info.
8439 (dwarf2_read_abbrevs): Remove corresponding initialization.
8440
7d74f244
DE
84412012-03-01 Scott J. Goldman <scottjg@vmware.com>
8442
8443 * NEWS: Mention new python command class gdb.COMMAND_USER.
8444 * cli/cli-cmds.c (show_user): Print error when used on a python
8445 command.
8446 (init_cli_cmds): Update documentation strings for "show user" and
8447 "set/show max-user-call-depth" to clarify that it does not apply to
8448 python commands.
8449 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
8450 error check.
8451 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
8452 gdb python api.
8453 * top.c (execute_command): Only execute a user-defined command as a
8454 legacy macro if c->user_commands is set.
8455
e88acd96
TT
84562012-03-01 Tom Tromey <tromey@redhat.com>
8457
8458 * valprint.h (struct generic_val_print_decorations): New.
8459 (generic_val_print): Declare.
8460 * valprint.c (generic_val_print): New function.
8461 * p-valprint.c (p_decorations): New global.
8462 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
8463 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
8464 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
8465 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
8466 * m2-valprint.c (m2_decorations): New global.
8467 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
8468 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
8469 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
8470 TYPE_CODE_ERROR>: Call generic_val_print.
8471 * f-valprint.c (f_decorations): New global.
8472 (f_val_print): Use print_function_pointer_address.
8473 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
8474 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
8475 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
8476 generic_val_print.
8477 * c-valprint.c (c_decorations): New global.
8478 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
8479 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
8480 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
8481 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
8482 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
8483 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
8484 case.
8485
d3eab38a
TT
84862012-03-01 Tom Tromey <tromey@redhat.com>
8487
8488 * valprint.c (val_print): Update.
8489 * p-valprint (pascal_val_print): Return void.
8490 * p-lang.h (pascal_val_print): Return void.
8491 * m2-valprint.c (m2_val_print): Return void.
8492 * m2-lang.h (m2_val_print): Return void.
8493 * language.h (struct language_defn) <la_val_print>: Return void.
8494 * language.c (unk_lang_val_print): Return void.
8495 * jv-valprint.c (java_val_print): Return void.
8496 * jv-lang.h (java_val_print): Return void.
8497 * f-valprint.c (f_val_print): Return void.
8498 * f-lang.h (f_val_print): Return void.
8499 * d-valprint.c (d_val_print): Return void.
8500 (dynamic_array_type): Update.
8501 * d-lang.h (d_val_print): Return void.
8502 * c-valprint.c (c_val_print): Return void.
8503 * c-lang.h (c_val_print): Return void.
8504 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
8505 void.
8506 * ada-lang.h (ada_val_print): Return void.
8507
35c0084b
TT
85082012-03-01 Tom Tromey <tromey@redhat.com>
8509
8510 * value.h (val_print): Return void.
8511 * valprint.c (val_print): Return void.
8512
a1f5dd1b
TT
85132012-03-01 Tom Tromey <tromey@redhat.com>
8514
8515 * value.h (common_val_print): Return void.
8516 * valprint.c (common_val_print): Return void.
8517
8e069a98
TT
85182012-03-01 Tom Tromey <tromey@redhat.com>
8519
8520 * value.h (value_print): Return void.
8521 * valprint.c (value_print): Return void.
8522 * p-valprint.c (pascal_value_print): Return void.
8523 * p-lang.h (pascal_value_print): Return void.
8524 * language.h (struct language_defn) <la_value_print>: Return
8525 void.
8526 * language.c (unk_lang_value_print): Return void.
8527 * jv-valprint.c (java_value_print): Return void.
8528 * jv-lang.h (java_value_print): Return void.
8529 * f-valprint.c (c_value_print): Don't declare.
8530 Include c-lang.h.
8531 * c-valprint.c (c_value_print): Return void.
8532 * c-lang.h (c_value_print): Return void.
8533 * ada-valprint.c (ada_value_print): Return void.
8534 * ada-lang.h (ada_value_print): Return void.
8535
be335936
TT
85362012-03-01 Tom Tromey <tromey@redhat.com>
8537
8538 * value.c (value_primitive_field): Handle virtual base classes.
8539
b0db66a7
TT
85402012-03-01 Tom Tromey <tromey@redhat.com>
8541
8542 * gdbtypes.h (struct vbase): Remove.
8543
132c57b4
TT
85442012-03-01 Tom Tromey <tromey@redhat.com>
8545
8546 * c-valprint.c (print_function_pointer_address): Move...
8547 * valprint.c: ... here. Make non-static.
8548 * m2-valprint.c (print_function_pointer_address): Remove.
8549 * valprint.h (print_function_pointer_address): Declare.
8550
e41eec66
JB
85512012-03-01 Joel Brobecker <brobecker@adacore.com>
8552
8553 * NEWS: Document the fact that one can provide a condition when
8554 creating an Ada exception catchpoint.
8555
19c37f24
TT
85562012-03-01 Tom Tromey <tromey@redhat.com>
8557
8558 * valprint.c (val_print_type_code_flags): Fix placement of
8559 trailing brace.
8560
f0fed3a3
JB
85612012-03-01 Joel Brobecker <brobecker@adacore.com>
8562
8563 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
8564 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
8565 environment variable before calling update-copyright.
8566
8ba85d85
JB
85672012-03-01 Joel Brobecker <brobecker@adacore.com>
8568
8569 * gnulib/extra/update-copyright: Update to the latest from
8570 gnulib's git repository.
8571 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
8572 variable to 2 instead of 1.
8573
8219b1e8
JB
85742012-02-29 Joel Brobecker <brobecker@adacore.com>
8575
8576 * varobj.c (c_value_of_variable): Remove dead code.
8577
718cb7da
JB
85782012-02-29 Joel Brobecker <brobecker@adacore.com>
8579
8580 * ada-lex.p (processId): Do not modify already encoded IDs.
8581 Update function documentation.
8582
739593e0
JB
85832012-02-29 Joel Brobecker <brobecker@adacore.com>
8584
8585 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
8586 "name" with "struct symbol *name_sym".
8587 * ada-exp.y (write_var_or_type): Update call to
8588 ada_find_renaming_symbol.
8589 "name" with "struct symbol *name_sym". Adjust Implementation
8590 accordingly. Adjust the function documentation.
8591
852dff6c
JB
85922012-02-29 Joel Brobecker <brobecker@adacore.com>
8593
8594 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
8595 * ada-lang.c (ada_find_any_type): Add advance declaration.
8596 Make static. Replace ada_find_any_symbol by
8597 ada_find_any_type_symbol.
8598 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
8599 Improve function description. Make static.
8600 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
8601 Replace ada_find_any_symbol by ada_find_any_type_symbol.
8602
1b611343
JB
86032012-02-29 Joel Brobecker <brobecker@adacore.com>
8604
8605 * ada-lang.c (struct tag_args): Delete.
8606 (ada_get_tsd_type): Function body moved up in source file.
8607 (ada_tag_name_1, ada_tag_name_2): Delete.
8608 (ada_get_tsd_from_tag): New function.
8609 (ada_tag_name_from_tsd): New function.
8610 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
8611 to determine the tag name.
8612
41246937
JB
86132012-02-29 Joel Brobecker <brobecker@adacore.com>
8614
8615 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
8616 declaration.
8617 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
8618 function.
8619
ffde82bf
JB
86202012-02-29 Joel Brobecker <brobecker@adacore.com>
8621
8622 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
8623
2ad01556
JB
86242012-02-29 Joel Brobecker <brobecker@adacore.com>
8625
8626 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
8627 full searches.
8628
99b1c762
JB
86292012-02-29 Joel Brobecker <brobecker@adacore.com>
8630
8631 * ada-lang.c (constrained_packed_array_type): If there is a
8632 parallel XA type, use it to determine the array index type.
8633
2d4a02ee
JB
86342012-02-29 Joel Brobecker <brobecker@adacore.com>
8635
8636 * ada-valprint.c (ada_val_print_1): If our value is a reference
8637 to an array descriptor, dereference it before converting it
8638 to a simple array.
8639
c48db5ca
JB
86402012-02-29 Joel Brobecker <brobecker@adacore.com>
8641
8642 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
8643 creating fixed value.
8644 (ada_value_ind, ada_coerce_ref, assign_component)
8645 (ada_evaluate_subexp): Remove call to unwrap_value before
8646 call to ada_to_fixed_value.
8647
2e6fda7d
JB
86482012-02-29 Joel Brobecker <brobecker@adacore.com>
8649
8650 * ada-lang.c (to_fixed_array_type): Set result's type name.
8651
5845583d
JB
86522012-02-29 Joel Brobecker <brobecker@adacore.com>
8653
8654 * ada-lang.c (catch_ada_exception_command_split): Add new
8655 argument cond_string. Add support for condition at end of
8656 "catch exception" commands.
8657 (ada_decode_exception_location): Add new argument cond_string.
8658 Update call to catch_ada_exception_command_split.
8659 (create_ada_exception_catchpoint): Add new argument cond_string.
8660 Set the breakpoint condition if needed.
8661 (catch_ada_exception_command): Update call to
8662 ada_decode_exception_location.
8663 (ada_decode_assert_location): Add function documentation.
8664 Add support for condition at end of "catch assert" command.
8665 (catch_assert_command): Update calls to ada_decode_assert_location
8666 and create_ada_exception_catchpoint.
8667
9a7f938f
JK
86682012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8669
8670 Fix disp-step-syscall.exp: fork: single step over fork.
8671 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
8672 (i386_linux_get_syscall_number_from_regcache): ... here, new function
8673 comment, change parameters gdbarch and ptid to regcache. Remove
8674 parameter regcache, initialize gdbarch from regcache here.
8675 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
8676 New functions.
8677 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
8678 instead.
8679 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
8680 'syscall'. Make the 'int' check more strict.
8681
ffdf6de5
JK
86822012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8683
8684 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
8685 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
8686 (i386_linux_intx80_sysenter_syscall_record): ... here.
8687 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
8688 Use the renamed function name.
8689
c70a6932
JK
86902012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8691
8692 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
8693 * breakpoint.c (until_break_command): Likewise.
8694 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
8695 * infcall.c (call_function_by_hand): Likewise.
8696 * infcmd.c (finish_forward): Likewise.
8697 * infrun.c (insert_exception_resume_breakpoint): Likewise.
8698
05b8a789 86992012-02-28 Tristan Gingold <gingold@adacore.com>
d4cd3da9 8700
d4cd3da9
JB
8701 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
8702 avoid variable assignments inside condition.
8703
6425366c
JK
87042012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8705
8706 Fix static analysis issue found by cppcheck.
8707 * microblaze-tdep.c (microblaze_extract_return_value): Fix
8708 uninitialized BUF for size 2.
8709
c8cef75f 87102012-02-27 Chris Dearman <chris@mips.com>
a09130f9
PA
8711 Nathan Froyd <froydnj@codesourcery.com>
8712 Maciej W. Rozycki <macro@codesourcery.com>
c8cef75f
MR
8713
8714 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
8715 (mips16_instruction_has_delay_slot): Likewise.
8716 (mips_segment_boundary): Likewise.
8717 (mips_adjust_breakpoint_address): Likewise.
8718 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
8719
473347ad 87202012-02-27 Maciej W. Rozycki <macro@mips.com>
a09130f9 8721 Maciej W. Rozycki <macro@codesourcery.com>
473347ad
MR
8722
8723 * infrun.c (handle_inferior_event): Don't proceed through
8724 shared library trampolines if stepping at the machine
8725 instruction level.
8726
cf233303
MR
87272012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
8728
8729 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
8730 too.
8731
cb2cf4ce
TS
87322012-02-27 Thomas Schwinge <thomas@codesourcery.com>
8733
8734 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
8735 (sh_stub_unwind_sniffer): New functions.
8736 (sh_stub_unwind): New variable.
8737 (sh_gdbarch_init): Wire everything.
8738
644cebc9
PA
87392012-02-27 Pedro Alves <palves@redhat.com>
8740
8741 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
8742 (linux_nat_post_attach_wait): Adjust to use
8743 linux_proc_pid_is_stopped.
8744 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
8745 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
8746 based on pid_is_stopped from both linux-nat.c and
8747 gdbserver/linux-low.c, and renamed.
8748
283002cf
MR
87492012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
8750
8751 * remote.c (remote_watchpoint_addr_within_range): New function.
8752 (init_remote_ops): Use it.
8753
9b3e86b1
MR
87542012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
8755
8756 * target.h (target_watchpoint_addr_within_range): Document macro.
8757
e36930bb
PA
87582012-02-24 Pedro Alves <palves@redhat.com>
8759
8760 * stack.c (set_last_displayed_sal): Issue internal_error instead
8761 of warning, and issue it after clearing the last displayed sal.
8762
883bc8d1
PA
87632012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8764 Pedro Alves <palves@redhat.com>
8765
8766 * breakpoint.c (until_break_command): Install breakpoints after
8767 all frame manipulations.
8768
b775012e
LM
87692012-02-24 Luis Machado <lgustavo@codesourcery.com>
8770
8771 * remote.c (remote_supports_cond_breakpoints): New forward
8772 declaration.
8773 (remote_add_target_side_condition): New function.
8774 (remote_insert_breakpoint): Add target-side breakpoint
8775 conditional if supported.
8776 (remote_insert_hw_breakpoint): Likewise.
8777 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
8778 hook.
8779
8780 * target.c (update_current_target): Inherit
8781 to_supports_evaluation_of_breakpoint_conditions.
8782 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
8783
8784 * target.h (struct target_ops)
8785 <to_supports_evaluation_of_breakpoint_conditions>: New field.
8786 (target_supports_evaluation_of_breakpoint_conditions): New #define.
8787
8788 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
8789 (condition_evaluation_both, condition_evaluation_auto,
8790 condition_evaluation_host, condition_evaluation_target,
8791 condition_evaluation_enums, condition_evaluation_mode_1,
8792 condition_evaluation_mode): New static globals.
8793 (translate_condition_evaluation_mode): New function.
8794 (breakpoint_condition_evaluation_mode): New function.
8795 (gdb_evaluates_breakpoint_condition_p): New function.
8796 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
8797 (mark_breakpoint_modified): New function.
8798 (mark_breakpoint_location_modified): New function.
8799 (set_condition_evaluation_mode): New function.
8800 (show_condition_evaluation_mode): New function.
8801 (bp_location_compare_addrs): New function.
8802 (get_first_location_gte_addr): New helper function.
8803 (set_breakpoint_condition): Free condition bytecode if locations
8804 has become unconditional. Call mark_breakpoint_modified (...).
8805 (condition_command): Call update_global_location_list (1) for
8806 breakpoints.
8807 (breakpoint_xfer_memory): Use is_breakpoint (...).
8808 (is_breakpoint): New function.
8809 (parse_cond_to_aexpr): New function.
8810 (build_target_condition_list): New function.
8811 (insert_bp_location): Handle target-side conditional
8812 breakpoints and call build_target_condition_list (...).
8813 (update_inserted_breakpoint_locations): New function.
8814 (insert_breakpoint_locations): Handle target-side conditional
8815 breakpoints.
8816 (bpstat_check_breakpoint_conditions): Add comment.
8817 (bp_condition_evaluator): New function.
8818 (bp_location_condition_evaluator): New function.
8819 (print_breakpoint_location): Print information on where the condition
8820 will be evaluated.
8821 (print_one_breakpoint_location): Likewise.
8822 (init_bp_location): Call mark_breakpoint_location_modified (...) for
8823 breakpoint location.
8824 (force_breakpoint_reinsertion): New functions.
8825 (update_global_location_list): Handle target-side breakpoint
8826 conditions.
8827 Reinsert locations that are already inserted if conditions have
8828 changed.
8829 (bp_location_dtor): Free agent expression bytecode.
8830 (disable_breakpoint): Call mark_breakpoint_modified (...).
8831 Call update_global_location_list (...) with parameter 1 for breakpoints.
8832 (disable_command): Call mark_breakpoint_location_modified (...).
8833 Call update_global_location_list (...) with parameter 1 for breakpoints.
8834 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
8835 (enable_command): mark_breakpoint_location_modified (...).
8836 (_initialize_breakpoint): Update documentation and add
8837 condition-evaluation breakpoint subcommand.
8838
8839 * breakpoint.h: Include ax.h.
8840 (condition_list): New data structure.
8841 (condition_status): New enum.
8842 (bp_target_info) <cond_list>: New field.
8843 (bp_location) <condition_changed, cond_bytecode>: New fields.
8844 (is_breakpoint): New prototype.
8845
3788aec7
LM
88462012-02-24 Luis Machado <lgustavo@codesourcery.com>
8847
8848 * remote.c (remote_state) <cond_breakpoints>: New field.
8849 (PACKET_ConditionalBreakpoints): New enum.
8850 (remote_cond_breakpoint_feature): New function.
8851 (remote_protocol_features): Add new ConditionalBreakpoints entry.
8852 (remote_supports_cond_breakpoints): New function.
8853 (_initialize_remote): Add new packet configuration for
8854 target-side conditional breakpoints.
8855
72895ff6
LM
88562012-02-24 Luis Machado <lgustavo@codesourcery.com>
8857
8858 * NEWS: Mention target-side conditional breakpoint support,
8859 new condition-evaluation breakpoint subcommand and remote
8860 packet extensions.
8861
dea2aa5f
LM
88622012-02-24 Luis Machado <lgustavo@codesourcery.com>
8863
8864 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
8865 number.
8866
8a8bc27f
TS
88672012-02-24 Thomas Schwinge <thomas@codesourcery.com>
8868
8869 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
8870 (after_prologue): Remove.
8871
6b446fdf
TT
88722012-02-23 Tom Tromey <tromey@redhat.com>
8873
8874 * jv-valprint.c (java_val_print): Remove dead code.
8875
ef59abfb
TG
88762012-02-23 Tristan Gingold <gingold@adacore.com>
8877
a09130f9
PA
8878 * ada-tasks.c (struct ada_tasks_inferior_data): Add
8879 known_tasks_element and known_tasks_length fields.
8880 (read_known_tasks_array): Change argument type. Use pointer type
8881 and number of elements from DATA. Adjust.
8882 (read_known_tasks_list): Likewise.
8883 (get_known_tasks_addr): Remove.
8884 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
8885 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
8886 type and array length. Merge former get_known_tasks_addr code.
ef59abfb 8887
def166f6
JK
88882012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8889
8890 PR backtrace/13716
8891 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
8892 it after set_momentary_breakpoint.
8893
aeaa2474
SA
88942012-02-22 Sterling Augustine <saugustine@google.com>
8895
8896 PR 13689:
8897 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
8898
feea76c2
GB
88992012-02-22 Gary Benson <gbenson@redhat.com>
8900
8901 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
8902 (find_slot_in_mapped_hash): Likewise.
8903
f06e05e0
JK
89042012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8905
8906 PR build/13638
8907 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
8908 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
8909 * configure: Regenerate.
8910
b54a8fd7
PA
89112012-02-21 Tristan Gingold <gingold@adacore.com>
8912 Pedro Alves <palves@redhat.com>
8913
8914 * ia64-tdep.c: Do not include libunwind-ia64.h.
8915 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
8916 Include libunwind-ia64.h instead of libunwind.h.
8917 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
8918 for libunwind.h existence.
8919 * configure, config.in: Regenerate.
8920
dfcee124
AG
89212012-02-21 Anton Gorenkov <xgsa@yandex.ru>
8922
8923 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
8924 instead of value_rtti_target_type.
8925 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
8926 instead of value_rtti_target_type.
8927 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
8928 value_rtti_target_type.
8929 * valops.c (value_ind): Extract function readjust_indirect_value_type.
8930 (value_rtti_target_type): Rename to ...
8931 (value_rtti_indirect_type): ... here and make it indirect. Update
8932 function comment.
8933 * value.c (readjust_indirect_value_type): New function.
8934 (coerce_ref): Support for enclosing type setting for references
8935 with readjust_indirect_value_type.
8936 * value.h (readjust_value_type): New declaration.
8937 (value_rtti_target_type): Rename to ...
8938 (value_rtti_indirect_type): ... here.
8939
02568277
AG
89402012-02-21 Anton Gorenkov <xgsa@yandex.ru>
8941
8942 * MAINTAINERS (Write After Approval): Add myself to the list.
8943
10c07b7e 89442012-02-20 Doug Evans <dje@google.com>
28ee876a 8945
d82ea6a8
DE
8946 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
8947 Rename objfile_p_char parameter to objfilep.
8948 (build_objfile_section_table): Result is now void. All callers
8949 updated.
8950 * objfiles.h (struct objfile): Tweak comments, whitespace.
8951 (build_objfile_section_table): Update.
8952
28ee876a
DE
8953 * elfread.c (elf_symfile_segments): Fix warning text.
8954
24c79950
TT
89552012-02-20 Tom Tromey <tromey@redhat.com>
8956
8957 PR gdb/13498:
8958 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
8959 particular set of file names once.
8960 (dw2_map_symbol_filenames): Likewise.
8961
3a9b40b6
JK
89622012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8963
8964 Code cleanup.
8965 * main.c (write_files): Remove the declaration.
8966 (external_editor_command): Move the declaration ...
8967 [GDBTK] (external_editor_command): ... here. Fix the comment.
8968
4d0795ca
TT
89692012-02-20 Tom Tromey <tromey@redhat.com>
8970
8971 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
8972 extraneous block.
8973
637fd620
TG
89742012-02-20 Tristan Gingold <gingold@adacore.com>
8975
8976 * darwin-nat.h (enum darwin_msg_state): Add comments.
8977
6f124894
TG
89782012-02-20 Tristan Gingold <gingold@adacore.com>
8979
8980 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
8981 value.
8982
2e6e3d9c
JB
89832012-20-18 Joel Brobecker <brobecker@adacore.com>
8984
8985 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
8986 between function description and implementation.
8987
2e8265fd
TT
89882012-02-17 Tom Tromey <tromey@redhat.com>
8989
8990 PR python/12070:
8991 * python/py-event.c (event_object_getset): New global.
8992 (event_object_type): Reference it.
8993 * python/py-type.c (field_object_getset): New global.
8994 (field_object_type): Reference it.
8995 * python/python-internal.h (gdb_py_generic_dict): Declare.
8996 * python/py-utils.c (gdb_py_generic_dict): New function.
8997
8544a150 89982012-02-17 Tristan Gingold <gingold@adacore.com>
6f124894 8999
8544a150 9000 * solib-darwin.c (darwin_current_sos): Check magic and filetype
6f124894 9001
ca193e27
TS
90022012-02-17 Thomas Schwinge <thomas@codesourcery.com>
9003
9004 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
9005 TYPE_CALLING_CONVENTION annotation.
9006
e5586183
KB
90072012-02-16 Kevin Buettner <kevinb@redhat.com>
9008
9009 * MAINTAINERS: Add rx to target ISA section.
9010 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
9011 (ALLDEPFILES): Add rx-tdep.c.
9012
7dcd53a0
TT
90132012-02-16 Tom Tromey <tromey@redhat.com>
9014
9015 * symfile.c (symbol_file_add_main_1): Use inferior's
9016 symfile_flags.
9017 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
9018 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
9019 inferior.
9020 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
9021 inferior.
9022 (follow_exec): Use inferior's symfile_flags.
9023 * inferior.h (struct inferior) <symfile_flags>: New field.
9024
ddd60447
MF
90252012-02-16 Mike Frysinger <vapier@gentoo.org>
9026
9027 PR gdb/9734:
9028 * remote-sim.c (gdbsim_create_inferior): Call error() when
9029 sim_create_inferior() fails.
9030
b0d32fb6
TG
90312012-02-16 Josh Matthews <josh@joshmatthews.net>
9032
9033 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
9034
9addecb9
TT
90352012-02-16 Tom Tromey <tromey@redhat.com>
9036
9037 PR c++/13653:
9038 * thread.c (struct current_thread_cleanup) <was_removable>: New
9039 field.
9040 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
9041 (make_cleanup_restore_current_thread): Initialize new field.
9042
a58b110a
KB
90432012-02-15 Kevin Buettner <kevinb@redhat.com>
9044
9045 * MAINTAINERS: Add rl78 to target ISA section.
9046 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
9047 (ALLDEPFILES): Add rl78-tdep.c.
9048 * NEWS: Mention rl78 as a new target.
9049
4cb6da1c
AR
90502012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
9051
9052 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
9053 data.
9054 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
9055
3af2590d
TT
90562012-02-15 Tom Tromey <tromey@redhat.com>
9057
9058 PR gdb/12659:
9059 * infcmd.c (registers_info): Print just the current register's
9060 name.
9061
c6910659
TT
90622012-02-15 Tom Tromey <tromey@redhat.com>
9063
9064 * python/py-symbol.c (sympy_value): Use _().
9065
7cee1e54
PA
90662012-02-15 Pedro Alves <palves@redhat.com>
9067
9068 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
9069 output to be like native targets'.
9070 (remote_pid_to_str): Special case the null ptid.
9071
816338b5
SS
90722012-02-14 Stan Shebs <stan@codesourcery.com>
9073
9074 * NEWS: Mention enable count command.
9075 * breakpoint.h (struct breakpoint): New field enable_count.
9076 * breakpoint.c (enable_breakpoint_disp): Add count argument.
9077 (enable_breakpoint): Add arg to call.
9078 (struct disp_data): New struct.
9079 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
9080 (do_map_enable_once_breakpoint): Create a struct and pass it.
9081 (do_map_enable_delete_breakpoint): Ditto.
9082 (do_map_enable_count_breakpoint): New function.
9083 (enable_count_command): New function.
9084 (bpstat_stop_status): Decrement enable_count.
9085 (print_one_breakpoint_location): Report enable count.
9086 (_initialize_breakpoint): Add enable count command.
9087
c47a44f4
KB
90882012-02-14 Kevin Buettner <kevinb@redhat.com>
9089
9090 * rl78-tdep.c (reggroups.h): Include.
9091 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
9092 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
9093 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
9094 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
9095 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
9096 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
9097 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
9098 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
9099 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
9100 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
9101 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
9102 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
9103 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
9104 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
9105 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
9106 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
9107 beginning of register list.
9108 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
9109 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
9110 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
9111 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
9112 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
9113 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
9114 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
9115 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
9116 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
9117 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
9118 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
9119 the pseudo registers. Rearrange other pseudo registers too so
9120 that the bank registers appear at the end.
9121 (rl78_register_type): Account for the fact that the byte sized
9122 bank registers are now pseudo-registers.
9123 (rl78_register_name): Rearrange the register name array. Make
9124 initial set of raw banked registers inaccessible.
9125 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
9126 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
9127 case for copying bytes back and forth between raw and pseudo
9128 versions of the banked registers. Update other cases to reflect
9129 the changed names.
9130 (rl78_return_value): Update to account for changed names of
9131 raw registers.
9132 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
9133 rl78_register_sim_regno().
9134
e4569f1e
KB
91352012-02-14 Kevin Buettner <kevinb@redhat.com>
9136
9137 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
9138 the name parameter being passed to find_pc_partial_function().
9139
7a05aae7
JK
91402012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9141
9142 * MAINTAINERS: Step down from being ia64 target maintainer.
9143
11fde611
JK
91442012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9145
9146 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
9147 compilation warning.
9148
57008375
JK
91492012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9150
9151 Fix crash on loaded shlibs without loaded exec_bfd.
9152 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
9153 (set_section_command): Replace exec_bfd by p->bfd.
9154
ff3c9849
TT
91552012-02-10 Tom Tromey <tromey@redhat.com>
9156
9157 * linespec.c (decode_line_internal): Skip symtabs_from_filename
9158 when we have a C++ qualified name.
9159
db2b9fdd
PA
91602012-02-10 Pedro Alves <palves@redhat.com>
9161
9162 * inferior.c (inferior_pid_to_str): New.
9163 (print_inferior, inferior_command): Use it.
9164
12cd34f3
PA
91652012-02-10 Pedro Alves <palves@redhat.com>
9166
9167 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
9168 the test CFLAGS.
9169 * configure: Regenerate.
9170
e871429d
JK
91712012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9172
9173 * linespec.c (decode_line_internal): Fix comment correctness.
9174
1916efaf
PA
91752012-02-09 Valery Khromov <valery.khromov@gmail.com>
9176
9177 PR gdb/12953
9178 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
9179 * amd64bsd-nat.c: Add support for debug registers (adapted from
9180 i386bsd-nat.c).
9181 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
9182 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
9183 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
9184 (amd64bsd_dr_get_control): New functions.
9185 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
9186 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
9187 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
9188 watchpoints initialization.
9189 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
9190
f4859d94
JK
91912012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9192
9193 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
9194 flds_bnds.fields.
9195 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
9196
c56a97f9
JK
91972012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9198
9199 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
9200
1a119f36
JB
92012012-02-08 Joel Brobecker <brobecker@adacore.com>
9202
9203 * language.h (symbol_name_cmp_ftype): Renames
9204 symbol_name_match_p_ftype.
9205 (struct language_defn)[la_get_symbol_name_cmp]: Renames
9206 la_get_symbol_name_match_p.
9207 * ada-lang.c (ada_get_symbol_name_cmp): Renames
9208 ada_get_symbol_name_match_p. Update comment.
9209 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
9210 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
9211 Renames symbol_name_match_p. Update field type.
9212 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
9213 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
9214 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
9215 "la_get_symbol_name_cmp" in comments.
9216 * language.c: Likewise.
9217
c71bb1cf
RO
92182012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9219
9220 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
9221 %eflags offset.
9222 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
9223 (amd64_sol2_gregset32_reg_offs): Likewise.
9224
4b2d20a5
TG
92252012-02-08 Joel Brobecker <brobecker@adacore.com>
9226
9227 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
9228 of the returned BFD is allocated by GDB.
9229
f0823d2c
TT
92302012-02-07 Tom Tromey <tromey@redhat.com>
9231
9232 PR python/12027:
9233 * python/python-internal.h (frame_object_type): Declare.
9234 * python/py-symbol.c (sympy_needs_frame): New function.
9235 (sympy_value): New function.
9236 (symbol_object_getset): Add "needs_frame".
9237 (symbol_object_methods): Add "value".
9238 * python/py-frame.c (frame_object_type): No longer static.
9239
64e7d9dd
TT
92402012-02-07 Tom Tromey <tromey@redhat.com>
9241
9242 PR python/13599:
9243 * python/py-symbol.c (sympy_line): New function.
9244 (symbol_object_getset): Add "line".
9245
1d6b2d2b
TT
92462012-02-07 Tom Tromey <tromey@redhat.com>
9247
9248 * charset.c (find_charset_names): Check 'in' against NULL.
9249
0d5cff50
DE
92502012-02-06 Doug Evans <dje@google.com>
9251
9252 * gdbtypes.h (struct main_type): Change type of name,tag_name,
9253 and fields.name members from char * to const char *. All uses updated.
9254 (struct cplus_struct_type): Change type of fn_fieldlists.name member
9255 from char * to const char *. All uses updated.
9256 (type_name_no_tag): Update.
9257 (lookup_unsigned_typename, lookup_signed_typename): Update.
9258 * gdbtypes.c (type_name_no_tag): Change result type
9259 from char * to const char *. All callers updated.
9260 (lookup_unsigned_typename, lookup_signed_typename): Change type of
9261 name parameter from char * to const char *.
9262 * symtab.h (struct cplus_specific): Change type of demangled_name
9263 member from char * to const char *. All uses updated.
9264 (struct general_symbol_info): Change type of name and
9265 mangled_lang.demangled_name members from char * to const char *.
9266 All uses updated.
9267 (symbol_get_demangled_name, symbol_natural_name): Update.
9268 (symbol_demangled_name, symbol_search_name): Update.
9269 * symtab.c (symbol_get_demangled_name): Change result type
9270 from char * to const char *. All callers updated.
9271 (symbol_natural_name, symbol_demangled_name): Ditto.
9272 (symbol_search_name): Ditto.
9273 (completion_list_add_name): Change type of symname,sym_text,
9274 text,word parameters from char * to const char *.
9275 (completion_list_objc_symbol): Change type of sym_text,
9276 text,word parameters from char * to const char *.
9277 * ada-lang.c (find_struct_field): Change type of name parameter
9278 from char * to const char *.
9279 (encoded_ordered_before): Similarly for N0,N1 parameters.
9280 (old_renaming_is_invisible): Similarly for function_name parameter.
9281 (ada_type_name): Change result type from char * to const char *.
9282 All callers updated.
9283 * ada-lang.h (ada_type_name): Update.
9284 * buildsym.c (hashname): Change type of name parameter
9285 from char * to const char *.
9286 * buildsym.h (hashname): Update.
9287 * dbxread.c (end_psymtab): Change type of include_list parameter
9288 from char ** to const char **.
9289 * dwarf2read.c (determine_prefix): Change result type
9290 from char * to const char *. All callers updated.
9291 * f-lang.c (find_common_for_function): Change type of name, funcname
9292 parameters from char * to const char *.
9293 * f-lang.c (find_common_for_function): Update.
9294 * f-valprint.c (list_all_visible_commons): Change type of funcname
9295 parameters from char * to const char *.
9296 * gdbarch.sh (static_transform_name): Change type of name parameter
9297 and result from char * to const char *.
9298 * gdbarch.c: Regenerate.
9299 * gdbarch.h: Regenerate.
9300 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
9301 of name parameter from char * to const char *.
9302 * jv-lang.c (java_primitive_type_from_name): Ditto.
9303 (java_demangled_signature_length): Similarly for signature parameter.
9304 (java_demangled_signature_copy): Ditto.
9305 (java_demangle_type_signature): Ditto.
9306 * jv-lang.h (java_primitive_type_from_name): Update.
9307 (java_demangle_type_signature): Update.
9308 * objc-lang.c (specialcmp): Change type of a,b parameters
9309 from char * to const char *.
9310 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
9311 from char * to const char *. All callers updated.
9312 * p-lang.h (is_pascal_string_type): Update.
9313 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
9314 of name parameter from char * to const char *.
9315 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
9316 * utils.c (fprintf_symbol_filtered): Ditto.
9317 * defs.h (fprintf_symbol_filtered): Update.
9318 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
9319 * stabsread.h (end_psymtab): Update.
9320 * stack.c (find_frame_funname): Change type of funname parameter
9321 from char ** to const char **.
9322 * stack.h (find_frame_funname): Update.
9323 * typeprint.c (type_print): Change type of varstring parameter
9324 from char * to const char *.
9325 * value.h (type_print): Update.
9326 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
9327 from char * to const char *. All callers updated.
9328 (xcoff_end_psymtab): Change type of include_list parameter
9329 from char ** to const char **. All callers updated.
9330 (swap_sym): Similarly for name parameter. All callers updated.
9331 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
9332 Use xstrdup.
9333 (process_coff_symbol): Use xstrdup.
9334 * stabsread.c (stabs_method_name_from_physname): Renamed from
9335 update_method_name_from_physname. Change result type from void
9336 to char *. All callers updated.
9337 (read_member_functions): In has_destructor case, store name in objfile
9338 obstack instead of malloc space. In !has_stub case, fix mem leak.
9339
5579a92e
TT
93402012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
9341
9342 * configure: Rebuild.
9343 * configure.ac: Put -L../bfd and -L../libiberty at the front of
9344 LDFLAGS.
9345
9058f767
KB
93462012-02-03 Kevin Buettner <kevinb@redhat.com>
9347
9348 * configure.tgt (rl78-*-elf): New target.
9349 * rl78-tdep.c: New file.
9350
5b37825d
PW
93512012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9352
9353 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
9354 and continue the loop. Add QUIT statement.
9355
e009ee71
TT
93562012-02-03 Tom Tromey <tromey@redhat.com>
9357
9358 PR gdb/13596:
9359 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
9360 bfd_lookup_symbol_from_symtab.
9361 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
9362 gdb_bfd_lookup_symbol_from_symtab.
9363
f7e44f65
JB
93642012-02-03 Joel Brobecker <brobecker@adacore.com>
9365
9366 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
9367 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
9368 symbol. Add assertion that sym2 is never NULL.
9369
2c02bd72
DE
93702012-02-02 Doug Evans <dje@google.com>
9371
9372 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
9373 "name" parameter to const char ** from char **. All callers updated.
9374 (find_pc_partial_function): Ditto.
9375 (cache_pc_function_name): Change type to const char * from char *.
9376 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
9377 (find_pc_partial_function): Update.
9378 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
9379 type of "name" parameter to const char * from char *.
9380 All uses updated.
9381 * arch-utils.c (generic_in_solib_return_trampoline): Change
9382 type of "name" parameter to const char * from char *.
9383 * arch-utils.h (generic_in_solib_return_trampoline): Update.
9384 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
9385 type of "name" parameter to const char * from char *.
9386 * gdbarch.sh (in_solib_return_trampoline): Ditto.
9387 * gdbarch.c: Regenerate.
9388 * gdbarch.h: Regenerate.
9389 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
9390 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
9391 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
9392 type of "name" parameter to const char * from char *.
9393 * skip.c (skip_function_pc): Ditto.
9394 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
9395 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
9396 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
9397 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
9398 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
9399 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
9400 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
9401 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
9402 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
9403
e886a173
PA
94042012-02-02 Pedro Alves <palves@redhat.com>
9405
9406 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
9407 the current inferior has no execution. Make sure the current
9408 remote process matches gdb's current inferior.
9409
c709a7c2
TT
94102012-02-02 Tom Tromey <tromey@redhat.com>
9411
9412 PR gdb/13405:
9413 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
9414 read-only memory.
9415
f149aabd
TT
94162012-02-02 Tom Tromey <tromey@redhat.com>
9417
9418 PR gdb/9307:
9419 * symtab.c (lookup_language_this): Set block_found.
9420
03bef283
TT
94212012-02-01 Tom Tromey <tromey@redhat.com>
9422
9423 PR gdb/13431:
9424 * jit.c (struct jit_inferior_data): Rewrite.
9425 (struct jit_objfile_data): New.
9426 (get_jit_objfile_data): New function.
9427 (add_objfile_entry): Update.
9428 (jit_read_descriptor): Return int. Replace descriptor_addr
9429 argument with inf_data. Update. Don't call error.
9430 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
9431 descriptor here.
9432 (jit_inferior_init): Don't look up descriptor. Don't call error.
9433 (jit_reset_inferior_data_and_breakpoints)
9434 (jit_inferior_created_observer): Remove.
9435 (jit_inferior_exit_hook): Update.
9436 (jit_executable_changed_observer): Remove.
9437 (jit_event_handler): Update.
9438 (free_objfile_data): Reset inferior data if needed.
9439 (_initialize_jit): Update.
9440
f0bbc364
TT
94412012-02-01 Tom Tromey <tromey@redhat.com>
9442
9443 * jit.c (bfd_open_from_target_memory): Move higher in file.
9444
47c1316c
TG
94452012-02-01 Tristan Gingold <gingold@adacore.com>
9446
9447 * libunwind-frame.c (libunwind_load): Display message if dlopen
9448 failed.
9449
8e704927
GB
94502012-02-01 Gary Benson <gbenson@redhat.com>
9451
09c7a31f 9452 * symtab.h (symbol_found_callback_ftype): New typedef.
8e704927
GB
9453 (iterate_over_symbols): Use the above.
9454 * symtab.c (iterate_over_symbols): Likewise.
9455 * language.h (language_defn->la_iterate_over_symbols): Likewise.
9456 * ada-lang.c (ada_iterate_over_symbols): Likewise.
9457 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
9458 (iterate_name_matcher): Document return values.
9459 (collect_one_symbol): Likewise.
9460 (collect_function_symbols): Likewise.
9461 (collect_symbols): Likewise.
9462
d9680e73
TT
94632012-02-01 Tom Tromey <tromey@redhat.com>
9464
9465 * ada-lang.c (resolve_subexp): Update.
9466 (ada_lookup_symbol_list): Add 'full_search' argument.
9467 (ada_iterate_over_symbols): Pass 0 as full_search argument to
9468 ada_lookup_symbol_list.
9469 (ada_lookup_encoded_symbol): Update.
9470 (get_var_value): Update.
9471 * ada-exp.y (block_lookup): Update.
9472 (write_var_or_type): Update.
9473 (write_name_assoc): Update.
9474 * ada-lang.h (ada_lookup_symbol_list): Update.
9475
72e1143f
TT
94762012-01-31 Tom Tromey <tromey@redhat.com>
9477
9478 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
9479 comment.
9480
ab2d2ad3
DE
94812012-01-31 Doug Evans <dje@google.com>
9482
9483 * symtab.h: Remove outdated comment.
e9111bf7 9484 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
ab2d2ad3 9485
bc884eba
JB
94862012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
9487
9488 Fix build error in Darwin port.
9489 * i386-darwin-nat.c: Include i386-nat.h.
9490
8fc3fc34
TT
94912012-01-30 Tom Tromey <tromey@redhat.com>
9492
9493 PR breakpoints/13568:
9494 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
9495 argument. Check for recursive includes.
9496 (dwarf_decode_macros): Create an include hash.
9497
5d853008
ME
94982012-01-30 Michael Eager <eager@eagercon.com>
9499
9500 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
9501 * ppc-linux-tdep.c: Include glibc-tdep.h.
ab2d2ad3 9502 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
5d853008
ME
9503 (powerpc_linux_in_plt_stub): New function.
9504 (powerpc_linux_in_dynsym_resolve_code): New function.
9505 (ppc_skip_trampoline_code): New function.
9506 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
9507 Use glibc_skip_solib_resolver.
9508
40478521
JK
95092012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9510
9511 Code cleanup: Make 1440 bytes of data segment read-only.
9512 * arch-utils.c (endian_enum): Make it const char *const [].
9513 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
9514 Likewise.
9515 * breakpoint.c (always_inserted_enums): Likewise.
9516 * cli/cli-cmds.c (script_ext_enums): Likewise.
9517 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
9518 enumlist parameter const char *const *.
9519 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
9520 const char *const *.
9521 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
9522 parameter const char *const *.
9523 * cris-tdep.c (cris_modes): Make it const char *const [].
9524 * filesystem.c (target_file_system_kinds): Likewise.
9525 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
9526 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
9527 (can_use_displaced_stepping_enum, scheduler_enums)
9528 (exec_direction_names): Likewise.
9529 * language.c (_initialize_language): Make the type_or_range_names and
9530 case_sensitive_names variables const char *const [].
9531 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
9532 * python/python.c (python_excp_enums): Likewise.
9533 * remote.c (interrupt_sequence_modes): Likewise.
9534 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
9535 * serial.c (logbase_enums): Likewise.
9536 * sh-tdep.c (sh_cc_enum): Likewise.
9537 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
9538 Likewise.
9539 * symtab.c (multiple_symbols_modes): Likewise.
9540 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
9541 Likewise.
9542 * utils.c (internal_problem_modes): Likewise.
9543
b3b8b934
JK
95442012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9545
9546 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
9547 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
9548 result.
9549
8c85a4e2
DE
95502012-01-27 Doug Evans <dje@google.com>
9551
9552 * configure.ac (with_python): Fix absolute path handling for win32.
9553 * configure: Regenerate.
9554
78d8b4d7
DE
95552012-01-26 Doug Evans <dje@google.com>
9556
eca864fe
DE
9557 * symtab.c: Whitespace cleanup, no code changes.
9558
7e082072
DE
9559 * symtab.c (lookup_symbol_in_language): Improve comment.
9560 (lookup_symbol_aux): Fix comment.
9561
7dc25483
DE
9562 * psymtab.c (add_psymbol_to_list): Result is now "void".
9563 * psympriv.h (add_psymbol_to_list): Update.
9564
78d8b4d7
DE
9565 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
9566
4c63965b
JK
95672012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9568
9569 Do not open script filenames twice.
9570 * cli/cli-cmds.c (source_script_from_stream): Pass to
9571 source_python_script also STREAM.
9572 * python/py-auto-load.c (source_section_scripts): Pass to
9573 source_python_script_for_objfile also STREAM.
9574 (auto_load_objfile_script): Pass to source_python_script_for_objfile
9575 also INPUT.
9576 * python/python-internal.h (source_python_script_for_objfile): New
9577 parameter file, rename parameter file to filename.
9578 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
9579 instead if !_WIN32. Update the function comment.
9580 (source_python_script, source_python_script_for_objfile)
9581 (source_python_script): New parameter file, rename parameter file to
9582 filename. Pass FILENAME to python_run_simple_file.
9583 * python/python.h (source_python_script): New parameter file, rename
9584 parameter file to filename.
9585
88f38a04
PA
95862012-01-26 Pedro Alves <palves@redhat.com>
9587
9588 * corelow.c (core_has_fake_pid): Delete.
9589 (core_close): Delete references to `core_has_fake_pid'.
9590 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
9591 (core_open): Delete references to `core_has_fake_pid'.
9592 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
9593 the removed global.
9594
e078317b
JB
95952012-01-26 Joel Brobecker <brobecker@adacore.com>
9596
9597 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
9598 Remove language parameter from name_matcher. Adjust the comment.
9599 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
9600 Remove language parameter.
9601 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
9602 * linespec.c (iterate_name_matcher): Likewise.
9603 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
9604 name_matcher. Adjust call accordingly.
9605 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
9606 (maintenance_check_symtabs): Adjust type of parameter "fun".
9607 * psymtab.h (maintenance_check_symtabs): Likewise.
9608
74ccd7f5
JB
96092012-01-26 Joel Brobecker <brobecker@adacore.com>
9610
9611 * language.h (symbol_name_match_p_ftype): New typedef.
9612 (struct language_defn): Replace field la_symbol_name_compare
9613 by la_get_symbol_name_match_p.
9614 * ada-lang.c (ada_get_symbol_name_match_p): New function.
9615 (ada_language_defn): Use it.
9616 * linespec.c (struct symbol_matcher_data): New type.
9617 (iterate_name_matcher): Rewrite.
9618 (iterate_over_all_matching_symtabs): Pass a pointer to
9619 a symbol_matcher_data struct to expand_symtabs_matching
9620 instead of just the lookup name.
9621 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
9622 opencl-lang.c, p-lang.c, language.c: Delete field
9623 la_symbol_name_compare, and replace by NULL for new field
9624 la_get_symbol_name_match_p.
9625 * symfile.h (struct quick_symbol_functions): Update comment.
9626
5d268276
TT
96272012-01-25 Tom Tromey <tromey@redhat.com>
9628
9629 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
9630 dereferencing.
9631
edcc5120
TT
96322012-01-24 Tom Tromey <tromey@redhat.com>
9633
9634 PR symtab/12406:
9635 * solib.c (update_solib_list): Update the program space's
9636 added_solibs and deleted_solibs fields.
9637 * progspace.h (struct program_space) <added_solibs,
9638 deleted_solibs>: New fields.
9639 (clear_program_space_solib_cache): Declare.
9640 * progspace.c (release_program_space): Call
9641 clear_program_space_solib_cache.
9642 (clear_program_space_solib_cache): New function.
9643 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
9644 bpstat_stop_status. Use handle_solib_event.
9645 * breakpoint.c: Include gdb_regex.h.
9646 (print_solib_event): New function.
9647 (bpstat_print): Use print_solib_event.
9648 (bpstat_stop_status): Add special case for bp_shlib_event.
9649 (handle_solib_event): New function.
9650 (bpstat_what): Use handle_solib_event.
9651 (struct solib_catchpoint): New.
9652 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
9653 (breakpoint_hit_catch_solib, check_status_catch_solib)
9654 (print_it_catch_solib, print_one_catch_solib)
9655 (print_mention_catch_solib, print_recreate_catch_solib): New
9656 functions.
9657 (catch_solib_breakpoint_ops): New global.
9658 (catch_load_or_unload, catch_load_command_1)
9659 (catch_unload_command_1): New functions.
9660 (internal_bkpt_check_status): Add special case for
9661 bp_shlib_event.
9662 (internal_bkpt_print_it): Use print_solib_event.
9663 (initialize_breakpoint_ops): Initialize
9664 catch_solib_breakpoint_ops.
9665 (_initialize_breakpoint): Register "catch load" and "catch
9666 unload".
9667 * breakpoint.h (handle_solib_event): Declare.
9668 * NEWS: Add entry for "catch load" and "catch unload".
9669
fa864999
TT
96702012-01-24 Tom Tromey <tromey@redhat.com>
9671
9672 * ada-lang.c: Include gdb_vecs.h.
9673 * charset.c: Include gdb_vecs.h.
9674 * tracepoint.h: Include gdb_vecs.h.
9675 * gdb_vecs.h: New file.
9676
f90263c1
TT
96772012-01-24 Pedro Alves <pedro@codesourcery.com>
9678
9679 * breakpoint.c (breakpoint_hit_catch_fork)
9680 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
9681 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
9682 * infrun.c (inferior_has_forked, inferior_has_vforked)
9683 (inferior_has_execd, inferior_has_called_syscall): Delete.
9684 (handle_syscall_event): Get syscall_number from the execution
9685 control state's wait status.
9686 (wait_for_inferior): Don't clear syscall_number.
9687
09ac7c10
TT
96882012-01-24 Pedro Alves <palves@redhat.com>
9689
9690 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
9691 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
9692 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
9693 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
9694 `ws' parameter.
9695 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
9696 false for events other than TARGET_SIGNAL_TRAP.
9697 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
9698 Add `ws' parameter.
9699 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
9700 events other than TARGET_SIGNAL_TRAP.
9701 (tracepoint_breakpoint_hit): Add `ws' parameter.
9702 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
9703 parameter.
9704 (bpstat_stop_status): Same.
9705 (pc_at_non_inline_function): Same.
9706 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
9707 to pass the current event's waitstatus to bpstat_stop_status
9708 and pc_at_non_inline_function.
9709
86eb7e95
JK
97102012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9711
9712 Code cleanup.
9713 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
9714 Update the function comment for it.
9715 (source_script_with_search): Call make_cleanup_fclose for STREAM.
9716 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
9717 for STREAM.
9718
a9b3a50f
PA
97192012-01-24 Pedro Alves <palves@redhat.com>
9720
9721 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
9722 outside `bs->stop' block.
9723 (bpstat_what): Rework bp_shlib_event handling.
9724 (internal_bkpt_check_status): If the breakpoint is a
9725 bp_shlib_event, then set bs->stop and bs->print if
9726 stop_on_solib_events is set.
9727
53fe1783
GB
97282012-01-24 Gary Benson <gbenson@redhat.com>
9729
9730 Delete #if 0'd out code.
9731 * stack.c (print_frame_label_vars): Remove.
9732 (catch_info): Likewise.
9733 (_initialize_stack): Remove "info catch" command.
9734 * NEWS: Mention the above.
9735
49c62f2e
PA
97362012-01-24 Pedro Alves <palves@redhat.com>
9737
9738 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
9739 it.
9740 (remote_notice_new_inferior): If the remote end doesn't support
9741 the multiprocess extensions, then the PID is fake.
9742 (add_current_inferior_and_thread): New.
9743 (remote_start_remote): Use it.
9744 (extended_remote_attach_1): Adjust.
9745 (extended_remote_create_inferior_1): Use
9746 add_current_inferior_and_thread.
9747
d0d8b0c6
JK
97482012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9749
9750 Fix watchpoints to be specific for each inferior.
9751 * breakpoint.c (watchpoint_in_thread_scope): Verify also
9752 current_program_space.
9753 * i386-nat.c (i386_inferior_data_cleanup): New.
9754 (i386_inferior_data_get): Replace variable inf_data_local by an
9755 inferior_data call.
9756 (i386_use_watchpoints): Initialize i386_inferior_data.
9757 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
9758 specific iterate_over_lwps.
9759
4403d8e9
JK
97602012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9761
9762 Fix watchpoints across inferior fork.
9763 * amd64-linux-nat.c (update_debug_registers_callback): Update the
9764 comment for linux_nat_iterate_watchpoint_lwps.
9765 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
9766 linux_nat_iterate_watchpoint_lwps.
9767 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
9768 * i386-linux-nat.c (update_debug_registers_callback): Update the
9769 comment for linux_nat_iterate_watchpoint_lwps.
9770 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
9771 linux_nat_iterate_watchpoint_lwps.
9772 (i386_linux_prepare_to_resume): New comment on Linux kernel.
9773 * i386-nat.c: Include inferior.h.
9774 (dr_mirror): Remove.
9775 (i386_inferior_data, struct i386_inferior_data)
9776 (i386_inferior_data_get): New.
9777 (i386_debug_reg_state): Use i386_inferior_data_get.
9778 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
9779 (i386_insert_watchpoint, i386_remove_watchpoint)
9780 (i386_stopped_data_address, i386_insert_hw_breakpoint)
9781 (i386_remove_hw_breakpoint): New variable state, use
9782 i386_debug_reg_state instead of DR_MIRROR.
9783 * linux-nat.c (delete_lwp): New declaration.
9784 (num_lwps): Move here from downwards.
9785 (delete_lwp_cleanup): New.
9786 (linux_child_follow_fork): Create new child_lp, call
9787 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
9788 PTRACE_DETACH.
9789 (num_lwps): Move upwards.
9790 (linux_nat_iterate_watchpoint_lwps): New.
9791 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
9792 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
9793
2992c9a7 97942012-01-24 Joel Brobecker <brobecker@adacore.com>
9795
9796 GDB 7.4 released.
9797
e360902b
PA
97982012-01-23 Pedro Alves <palves@redhat.com>
9799
9800 * top.c (caution): Rename to ...
9801 (confirm): ... this.
9802 (show_caution): Rename to ...
9803 (show_confirm): ... this.
9804 (quit_cover): Adjust.
9805 (init_main): Adjust.
9806 * top.h (caution): Rename to ...
9807 (confirm): ... this.
9808 * utils.c (internal_vproblem, defaulted_query): Adjust.
9809
050a2e1d
PA
98102012-01-23 Pedro Alves <palves@redhat.com>
9811
9812 * top.c (caution): Update comment.
9813 (execute_command): Don't consider the current value of `caution'.
9814
77a35dd8
JK
98152012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9816
9817 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
9818
a71b5a38
UW
98192012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
9820
9821 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
9822 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
9823 * target.c (target_fileio_pwrite): Remove buffer address from
9824 debug output.
9825 (target_fileio_pread): Likewise.
9826
d99bd577
UW
98272012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
9828
9829 * NEWS: Document remote "info proc" and "generate-core-file".
9830
35c2fab7
UW
98312012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
9832
9833 * gdbarch.sh (find_memory_regions): New callback.
9834 * gdbarch.c, gdbarch.h: Regenerate.
9835
9836 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
9837 callback before falling back to target method.
9838
9839 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
9840 (linux_target_install_ops): No longer install it.
9841
9842 * linux-tdep.c (linux_find_memory_regions): New function.
9843 (linux_init_abi): Install it.
9844
6432734d
UW
98452012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
9846
9847 * gdbarch.sh (make_corefile_notes): New architecture callback.
9848 * gdbarch.c: Regenerate.
9849 * gdbarch.h: Likewise.
9850
9851 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
9852 before target_make_corefile_notes. If NULL is returned, the
9853 target does not support core file generation.
9854
9855 * linux-nat.c: Include "linux-tdep.h".
9856 (find_signalled_thread, find_stop_signal): Remove.
9857 (linux_nat_do_thread_registers): Likewise.
9858 (struct linux_nat_corefile_thread_data): Likewise.
9859 (linux_nat_corefile_thread_callback): Likewise.
9860 (iterate_over_spus): Likewise.
9861 (struct linux_spu_corefile_data): Likewise.
9862 (linux_spu_corefile_callback): Likewise.
9863 (linux_spu_make_corefile_notes): Likewise.
9864 (linux_nat_collect_thread_registers): New function.
9865 (linux_nat_make_corefile_notes): Replace contents by call to
9866 linux_make_corefile_notes passing linux_nat_collect_thread_registers
9867 as native-only callback.
9868
9869 * linux-tdep.h: Include "bfd.h".
9870 (struct regcache): Add forward declaration.
9871 (linux_collect_thread_registers_ftype): New typedef.
9872 (linux_make_corefile_notes): Add prototype.
9873 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
9874 "regset.h", and "elf-bfd.h".
9875 (find_signalled_thread, find_stop_signal): New functions.
9876 (linux_spu_make_corefile_notes): Likewise.
9877 (linux_collect_thread_registers): Likewise.
9878 (struct linux_corefile_thread_data): New data structure.
9879 (linux_corefile_thread_callback): New funcion.
9880 (linux_make_corefile_notes): Likewise.
9881 (linux_make_corefile_notes_1): Likewise.
9882 (linux_init_abi): Install it.
9883
3030c96e
UW
98842012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
9885
9886 * gdbarch.sh (info_proc): New callback.
9887 * gdbarch.c, gdbarch.h: Regenerate.
9888
9889 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
9890 before falling back to the target info_proc callback.
9891
9892 * linux-nat.c: Do not include "cli/cli-utils.h".
9893 (linux_nat_info_proc): Remove.
9894 (linux_target_install_ops): No longer install it.
9895
9896 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
9897 (read_mapping): New function.
9898 (linux_info_proc): Likewise.
9899 (linux_init_abi): Install it.
9900
145b16a9
UW
99012012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
9902
9903 * defs.h (enum info_proc_what): Moved here from linux-nat.c
9904 * infcmd.c: (info_proc_cmd_1): New function.
9905 (info_proc_cmd): New function, moved here from equivalent routine
9906 orignally in linux-nat.c.
9907 (info_proc_cmd_mappings): Likewise.
9908 (info_proc_cmd_stat): Likewise.
9909 (info_proc_cmd_status): Likewise.
9910 (info_proc_cmd_cwd): Likewise.
9911 (info_proc_cmd_cmdline): Likewise.
9912 (info_proc_cmd_exe): Likewise.
9913 (info_proc_cmd_all): Likewise.
9914 (_initialize_infcmd): Install "info proc" command and subcommands.
9915
9916 * target.h (struct target_ops): Add to_info_proc.
9917 (target_info_proc): Add prototype.
9918 * target.c (target_info_proc): New function.
9919
9920 * procfs.c (procfs_info_proc): Add prototype.
9921 (info_proc_cmd): Rename into ...
9922 (procfs_info_proc): ... this. Update argument types as appropriate
9923 for a to_info_proc implementation. Handle "what" argument.
9924 (procfs_target): Install procfs_info_proc.
9925 (_initialize_procfs): No longer install "info proc" command.
9926
9927 * linux-nat.c: (enum info_proc_what): Remove.
9928 (linux_nat_info_proc_cmd_1): Rename into ...
9929 (linux_nat_info_proc): ... this. Update argument types as appropriate
9930 for a to_info_proc implementation.
9931 (linux_nat_info_proc_cmd): Remove.
9932 (linux_nat_info_proc_cmd_mappings): Likewise.
9933 (linux_nat_info_proc_cmd_stat): Likewise.
9934 (linux_nat_info_proc_cmd_status): Likewise.
9935 (linux_nat_info_proc_cmd_cwd): Likewise.
9936 (linux_nat_info_proc_cmd_cmdline): Likewise.
9937 (linux_nat_info_proc_cmd_exe): Likewise.
9938 (linux_nat_info_proc_cmd_all): Likewise.
9939 (linux_target_install_ops): Install linux_nat_info_proc.
9940 (_initialize_linux_nat): No longer install "info proc" command
9941 and subcommands.
9942
b9e7b9c3
UW
99432012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
9944
9945 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
9946 * config.in, configure: Regenerate.
9947
9948 * target.h (struct target_ops): Add to_fileio_readlink.
9949 (target_fileio_readlink): Add prototype.
9950 * target.c (target_fileio_readlink): New function.
9951
9952 * inf-child.c: Conditionally include <sys/param.h>.
9953 (inf_child_fileio_readlink): New function.
9954 (inf_child_target): Install it.
9955
9956 * remote.c (PACKET_vFile_readlink): New enum value.
9957 (remote_hostio_readlink): New function.
9958 (init_remote_ops): Install it.
9959 (_initialize_remote): Handle vFile:readlink packet type.
9960
7313baad
UW
99612012-01-20 Pedro Alves <palves@redhat.com>
9962 Ulrich Weigand <ulrich.weigand@linaro.org>
9963
9964 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
9965 * config.in, configure: Regenerate.
9966
9967 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
9968 to_fileio_pread, to_fileio_close, to_fileio_unlink.
9969 (target_fileio_open): Add prototype.
9970 (target_fileio_pwrite): Likewise.
9971 (target_fileio_pread): Likewise.
9972 (target_fileio_close): Likewise.
9973 (target_fileio_unlink): Likewise.
9974 (target_fileio_read_alloc): Likewise.
9975 (target_fileio_read_stralloc): Likewise.
9976
9977 * target.c: Include "gdb/fileio.h".
9978 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
9979 (default_fileio_target): New function.
9980 (target_fileio_open): Likewise.
9981 (target_fileio_pwrite): Likewise.
9982 (target_fileio_pread): Likewise.
9983 (target_fileio_close): Likewise.
9984 (target_fileio_unlink): Likewise.
9985 (target_fileio_close_cleanup): Likewise.
9986 (target_fileio_read_alloc_1): Likewise.
9987 (target_fileio_read_alloc): Likewise.
9988 (target_fileio_read_stralloc): Likewise.
9989
9990 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
9991 <fcntl.h>, and <unistd.h>.
9992 (inf_child_fileio_open_flags_to_host): New function.
9993 (inf_child_errno_to_fileio_error): Likewise.
9994 (inf_child_fileio_open): Likewise.
9995 (inf_child_fileio_pwrite): Likewise.
9996 (inf_child_fileio_pread): Likewise.
9997 (inf_child_fileio_close): Likewise.
9998 (inf_child_fileio_unlink): Likewise.
9999 (inf_child_target): Install to_fileio routines.
10000
10001 * remote.c (init_remote_ops): Install to_fileio routines.
10002
901f9912
UW
100032012-01-20 Pedro Alves <palves@redhat.com>
10004 Ulrich Weigand <ulrich.weigand@linaro.org>
10005
10006 * remote.c (remote_multi_process_p): Only check for multi-process
10007 protocol feature, do not check for extended protocol.
10008 (remote_supports_multi_process): Check for extended protocol here.
10009 (set_general_process): Likewise.
10010 (extended_remote_kill): Likewise.
10011 (remote_pid_to_str): Likewise.
10012 (remote_query_supported): Always query multiprocess mode.
10013
e714e1bf
UW
100142012-01-20 Pedro Alves <palves@redhat.com>
10015 Ulrich Weigand <ulrich.weigand@linaro.org>
10016
10017 * inferior.h (struct inferior): Add fake_pid_p.
10018 * inferior.c (exit_inferior_1): Clear fake_pid_p.
10019 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
10020 magic_null_ptid since the remote side doesn't provide a real PID.
10021
50897289
TT
100222012-01-19 Tom Tromey <tromey@redhat.com>
10023
10024 * NEWS: Combine the two Python sections.
10025
1afc2033
JK
100262012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10027
10028 * target.h (target_close): Update comment on the target's unpush state.
10029
305436e0
PA
100302012-01-19 Pedro Alves <palves@redhat.com>
10031
10032 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
10033 linux_nat_async directly instead of going through the target
10034 vector.
10035 * target.c (unpush_target): Close target after unpushing it, not
10036 before.
10037
49323895
GB
100382012-01-19 Gary Benson <gbenson@redhat.com>
10039
10040 * mdebugread.c (sort_blocks): Replace integer constants with ones
10041 derived from FIRST_LOCAL_BLOCK.
10042
1db33378
PP
100432012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
10044 Jan Kratochvil <jan.kratochvil@redhat.com>
10045
10046 PR gdb/9538
10047 * symfile.c (find_separate_debug_file): New function.
10048 (terminate_after_last_dir_separator): Likewise.
10049 (find_separate_debug_file_by_debuglink): Also try realpath.
10050 * configure.ac (AC_CHECK_FUNCS): Add lstat.
10051 * configure: Regenerate.
10052 * config.in: Regenerate.
10053
f83d8a90
DE
100542012-01-18 Doug Evans <dje@google.com>
10055
10056 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
10057 (main.o): Remove rule.
10058 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
10059 (--with-sysroot): Rewrite.
10060 * configure: Regenerate.
10061 * config.in: Regenerate.
10062
2dbca4d6
SDJ
100632012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
10064
10065 * parse.c (initialize_expout): New function.
10066 (reallocate_expout): Likewise.
10067 (parse_exp_in_context): Use `initialize_expout' and
10068 `reallocate_expout' when appropriate.
10069
0695b514
PA
100702012-01-18 Pedro Alves <palves@redhat.com>
10071
10072 * record.c (struct record_breakpoint, record_breakpoint_p)
10073 (record_breakpoints): New.
10074 (record_insert_breakpoint, record_remove_breakpoint): Manage
10075 record breakpoints list. Only remove breakpoints from the
10076 inferior if they had been inserted there in the first place.
10077
136e1c30
DE
100782012-01-17 Doug Evans <dje@google.com>
10079
10080 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
10081 if we know we don't have a file name to look for.
10082
c0bf857d
PA
100832012-01-17 Pedro Alves <palves@redhat.com>
10084
10085 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
10086 the frame's stop reason is UNWIND_UNAVAILABLE.
10087
b486de60
JK
100882012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10089
10090 Fix compilation error.
10091 * m2-exp.y (yyerror): Use ANSI C prototype.
10092
d04550a6
SDJ
100932012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
10094
10095 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
10096 (growbuf_by_size): Likewise.
10097 (yyerror): Likewise.
10098 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
10099 (modblock): Remove variable (was #if 0'ed).
10100 (parse_number): Convert prototype from K&R to ANSI C.
10101 (yyerror): Likewise.
10102 * objc-exp.y (parse_number): Likewise.
10103 (yyerror): Likewise.
10104 (yylex): Remove #if 0'ed code.
10105 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
10106 (yyerror): Likewise.
10107
4aac40c8
TT
101082012-01-16 Tom Tromey <tromey@redhat.com>
10109
10110 * NEWS: Add item.
10111 * symtab.h (compare_filenames_for_search): Declare.
10112 * symtab.c (compare_filenames_for_search): New function.
10113 (iterate_over_some_symtabs): Use it.
10114 * symfile.h (struct quick_symbol_functions)
10115 <map_symtabs_matching_filename>: Change spec.
10116 * psymtab.c (partial_map_symtabs_matching_filename): Use
10117 compare_filenames_for_search. Update for new spec.
10118 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
10119 compare_filenames_for_search. Update for new spec.
10120 * breakpoint.c (clear_command): Use compare_filenames_for_search.
10121
cafec441
TT
101222012-01-16 Tom Tromey <tromey@redhat.com>
10123
10124 PR python/13281:
10125 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
10126 (struct main_type) <flag_flag_enum>: New field.
10127 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
10128 * NEWS: Add entries.
10129 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
10130 enums.
10131 * python/lib/gdb/printing.py (_EnumInstance): New class.
10132 (FlagEnumerationPrinter): Likewise.
10133
983af33b
SDJ
101342012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
10135
10136 * breakpoint.c (create_sals_from_address_default): New function.
10137 (create_breakpoints_sal_default): Likewise.
10138 (decode_linespec_default): Likewise.
10139 (is_marker_spec): Removed.
10140 (strace_marker_p): New function.
10141 (init_breakpoint_sal): Using `strace_marker_p' instead of
10142 `is_marker_spec'.
10143 (create_breakpoint): Call method `create_sals_from_address' from
10144 breakpoint_ops, replacing code that created SALs conditionally
10145 on the type of the breakpoint. Call method `create_breakpoints_sal',
10146 replacing code that created breakpoints conditionally on the type
10147 wanted.
10148 (base_breakpoint_create_sals_from_address): New function.
10149 (base_breakpoint_create_breakpoints_sal): Likewise.
10150 (base_breakpoint_decode_linespec): Likewise.
10151 (base_breakpoint_ops): Add methods
10152 `base_breakpoint_create_sals_from_address',
10153 `base_breakpoint_create_breakpoints_sal' and
10154 `base_breakpoint_decode_linespec'.
10155 (bkpt_create_sals_from_address): New function.
10156 (bkpt_create_breakpoints_sal): Likewise.
10157 (bkpt_decode_linespec): Likewise.
10158 (tracepoint_create_sals_from_address): Likewise.
10159 (tracepoint_create_breakpoints_sal): Likewise.
10160 (tracepoint_decode_linespec): Likewise.
10161 (strace_marker_create_sals_from_address): Likewise.
10162 (strace_marker_create_breakpoints_sal): Likewise.
10163 (strace_marker_decode_linespec): Likewise.
10164 (strace_marker_breakpoint_ops): New variable.
10165 (addr_string_to_sals): Remove `marker_spec'. Call method
10166 `decode_linespec' from breakpoint_ops, replacing code that decoded
10167 an address string into a SAL. Use `strace_marker_p' instead of
10168 `marker_spec'.
10169 (strace_command): Decide whether we are dealing with a static
10170 tracepoint with marker or not. Use the appropriate breakpoint_ops.
10171 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
10172 * breakpoint.h (linespec_result, linespec_sals): New forward
10173 declarations.
10174 (breakpoint_ops) <create_sals_from_address>,
10175 <create_breakpoints_sal>, <decode_linespec>: New methods.
10176
4795f398
DE
101772012-01-14 Doug Evans <dje@google.com>
10178
10179 * NEWS: Update text for "maint set python print-stack".
10180 It is deprecated in gdb 7.4 and deleted in 7.5.
10181
ee5106fe
EZ
101822012-01-13 Eli Zaretskii <eliz@gnu.org>
10183
10184 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
10185 including curses.h.
10186
b161e06f
JK
101872012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10188
10189 * configure: Regenerate.
10190 * config.in: Regenerate.
10191
85254831
KS
101922012-01-12 Keith Seitz <keiths@redhat.com>
10193
10194 PR mi/10586
10195 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
10196 (ANONYMOUS_UNION_NAME): Define.
10197 (is_path_expr_parent): New function.
10198 (get_path_expr_parent): New function.
10199 (is_anonymous_child): New function.
10200 (create_child_with_value): If the child is anonymous and without
10201 a name, assign an object name to it.
10202 (c_describe_child): Use get_path_expr_parent to determine
10203 the parent expression.
10204 If there field represents an anonymous struct or union and
10205 has no name, set an appropriate display name and expression.
10206 (cplus_describe_child): Likewise.
10207
620fa63a
PA
102082012-01-12 Pedro Alves <palves@redhat.com>
10209
10210 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
10211 available when %ebp is found to be zero (outermost).
10212
2efa2c79
AT
102132012-01-11 Andreas Tobler <andreast@fgznet.ch>
10214
10215 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
10216 an internal gdb_static_assert.
10217 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
10218
88e7d25d
TT
102192012-01-11 Tom Tromey <tromey@redhat.com>
10220
10221 PR gdb/9598:
10222 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
10223 catch" and "catch throw".
10224
72384ba3
PH
102252012-01-11 Paul Hilfinger <hilfingr@adacore.com>
10226
10227 * blockframe.c (block_innermost_frame): Start search from selected
10228 frame, if present, or otherwise the current frame.
10229
10230 * c-exp.y (variable): Update innermost_block for
10231 'block COLONCOLON NAME' clause.
10232 * m2-exp.y (variable): Ditto.
10233 * objc-exp.y (variable): Ditto.
10234
065a711f
TT
102352012-01-10 Tom Tromey <tromey@redhat.com>
10236
10237 PR python/13199:
10238 * python/python.c (finish_python_initialization): Set sys.argv.
10239
f3f5162e
DE
102402012-01-10 Doug Evans <dje@google.com>
10241
10242 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
10243 "want_line_info". All callers updated.
10244 (dwarf_decode_lines_1): New function.
10245 (handle_DW_AT_stmt_list): Add function comment.
10246 New arg "want_line_info". All callers updated.
10247 (read_file_scope,read_type_unit_scope): Move comment from
10248 handle_DW_AT_stmt_list to here.
10249
9934703b
JK
102502012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10251
10252 Fix regression after libiberty/ update for GCC PR 6057 and others.
10253 * c-exp.y (operator) <OPERATOR DELETE>
10254 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10255 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
10256 (make_builtin_type, make_name): New variable i, add gdb_assert.
10257 (operator) <OPERATOR NEW>: Update ARGS to 3.
10258 (operator) <OPERATOR DELETE>: Add trailing space.
10259 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
10260 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10261 * cp-support.c (cp_canonicalize_string): Check NULL from
10262 cp_comp_to_string, call warning and return.
10263
06b9f45f
JK
102642012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10265
10266 Fix duplicate .o files after omitting libbfd.a.
10267 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
10268 (SFILES): Add corelow.c.
10269 (COMMON_OBS): Add corelow.o.
10270 (ALLDEPFILES): Remove corelow.c.
10271 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
10272 * config/alpha/alpha-osf3.mh: Likewise.
10273 * config/alpha/fbsd.mh: Likewise.
10274 * config/arm/nbsdaout.mh: Likewise.
10275 * config/arm/nbsdelf.mh: Likewise.
10276 * config/i386/i386gnu.mh: Likewise.
10277 * config/ia64/hpux.mh: Likewise.
10278 * config/ia64/linux.mh: Likewise.
10279 * config/m32r/linux.mh: Likewise.
10280 * config/m68k/linux.mh: Likewise.
10281 * config/mips/irix5.mh: Likewise.
10282 * config/mips/irix6.mh: Likewise.
10283 * config/pa/hpux.mh: Likewise.
10284 * config/pa/linux.mh: Likewise.
10285 * config/powerpc/aix.mh: Likewise.
10286 * config/sparc/linux.mh: Likewise.
10287 * config/sparc/linux64.mh: Likewise.
10288 * config/sparc/sol2.mh: Likewise.
10289 * config/vax/vax.mh: Likewise.
10290 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
10291 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
10292 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
10293 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
10294 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
10295 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
10296 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
10297 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
10298 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
10299 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
10300 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
10301 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
10302 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
10303 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
10304 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
10305 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
10306 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
10307 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
10308 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
10309 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
10310 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
10311 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
10312 corelow.o from gdb_target_obs.
10313 * corefile.c (core_target): Update the comment on NULL value.
10314 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
10315 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
10316 MATCHES. Drop YUMMY set on NULL.
10317 (core_close): Do not call exit_inferior_silent on zero PID. Do not
10318 reclaim CORE_DATA if it is already NULL.
10319
34365054
DE
103202012-01-09 Doug Evans <dje@google.com>
10321
10322 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
10323 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
10324
696166a3
KS
103252012-01-09 Keith Seitz <keiths@redhat.com>
10326
10327 * breakpoint.c (wrapper.h): Don't include.
10328
8e7b59a5
KS
103292012-01-09 Keith Seitz <keiths@redhat.com>
10330
10331 * Makefile.in (SFILES): Remove wrapper.c.
10332 (HFILES_NO_SRCDIR): Remove wrapper.h.
10333 (COMMON_OBS): Remove wrapper.o.
10334 * cli/cli-interp.c: Don't inlude wrapper.h.
10335 * corelow.c: Likewise.
10336 (core_open): Replace gdb_target_find_new_threads with
10337 TRY_CATCH around target_find_new_threads.
10338 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
10339 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
10340 * varobj.c (varobj_create): Likewise for parse_exp_1 and
10341 evaluate_expression.
10342 (varobj_set_value): Likewise for evaluate_expression and
10343 value_assign.
10344 (install_new_variable): Likewise for value_fetch_lazy.
10345 (adjust_value_for_child_access): Likewise for value_ind.
10346 (c_describe_child): Likewise for value_subscript and
10347 value_ind.
10348 (c_value_of_root): Likewise for evaluate_expression.
10349 * wrapper.c: Remove.
10350 * wrapper.h: Remove.
10351
1a4eeb98
DE
103522012-01-09 Doug Evans <dje@google.com>
10353
9ff913ba
DE
10354 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
10355 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
10356 "abfd" args with "section". All callers updated.
10357 Error checking code moved ...
10358 (error_check_comp_unit_head): ... here. New function.
10359 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
10360 Delete arg "abfd". New arg "type_offset". All callers updated.
10361 (create_debug_types_hash_table): Simplify by using
10362 read_and_check_type_unit_head.
10363
1a4eeb98
DE
10364 * parser-defs.h (namecopy): Delete.
10365 * parse.c (namecopy, namecopy_size): Move into copy_name.
10366
2e6af8c0
JK
103672012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10368
10369 Partially fix duplicate .o files after omitting libbfd.a.
10370 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
10371 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10372 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
10373 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10374 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
10375 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
10376 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10377
9f2f828a
PA
103782012-01-09 Pedro Alves <palves@redhat.com>
10379
10380 * MAINTAINERS: Update my email address.
10381
4d72c0bc
DE
103822012-01-08 Doug Evans <dje@google.com>
10383
d467dd73
DE
10384 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
10385 n_type_units. Rename type_comp_units to all_type_units.
10386 All uses updated.
10387 (add_signatured_type_cu_to_table): Renamed from
10388 add_signatured_type_cu_to_list. All callers updated.
10389
4d72c0bc
DE
10390 * gdbtypes.h (struct cplus_struct_type): Delete member
10391 nfn_fields_total. All uses removed.
10392
21b2bd31
DE
103932012-01-06 Doug Evans <dje@google.com>
10394
10395 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
10396 to top of file.
10397 (dwarf2_find_comp_unit): Delete.
10398 (process_psymtab_comp_unit): Make result "void".
10399 Delete args buffer, info_ptr, buffer_size, and replace with
10400 "section". All callers updated.
10401 (dwarf2_build_psymtabs_hard): Simplify.
10402
bfd189b1
SDJ
104032012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
10404 Thiago Jung Bauermann <bauerman@br.ibm.com>
10405
10406 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
10407 before `struct gdb_exception'.
10408 * breakpoint.c (update_global_location_list_nothrow)
10409 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
10410 * cp-abi.c (value_rtti_type): Likewise.
10411 * cp-support.c (cp_validate_operator): Likewise.
10412 * infrun.c (insert_exception_resume_breakpoint)
10413 (check_exception_resume, keep_going): Likewise.
10414 * mi-interp.c (mi_breakpoint_created)
10415 (mi_breakpoint_modified): Likewise.
10416 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
10417 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
10418 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
10419
6b07635f
DE
104202012-01-05 Doug Evans <dje@google.com>
10421
0b30b85c
DE
10422 * dwarf2read.c (statement_prologue): Delete, unused.
10423
98714339
DE
10424 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
10425 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
10426
6b07635f
DE
10427 * dwarf2read.c (comp_unit_header): Delete, unused.
10428
761f4555
UW
104292012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
10430
10431 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
10432 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
10433
2ca0b532
PA
104342012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
10435
10436 * infrun.c (normal_stop): Don't skip calling the normal_stop
10437 observers if the thread was doing a multi-step, but stopped for
10438 some reason other than stepping.
10439
50aeff07
PA
104402012-01-05 Pedro Alves <alves.ped@gmail.com>
10441
10442 * cli/cli-decode.h: Add comments.
10443 (CMD_LIST_AMBIGUOUS): Moved to command.h
10444 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
10445 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
10446 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
10447 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
10448 (add_com, add_com_alias, add_info, add_info_alias)
10449 (complete_on_cmdlist, complete_on_enum, help_list): Remove
10450 declarations.
10451 * command.h: Add and adjust comments.
10452 (CMD_LIST_AMBIGUOUS): Moved here.
10453 (help_cmd, help_cmd_list): Delete declarations.
10454
5953832c
DE
104552012-01-04 Doug Evans <dje@google.com>
10456
e5fe5e75
DE
10457 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
10458 All callers updated.
10459 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
10460 Replace all arguments with "per_cu". All callers updated.
10461
28dee7f5
DE
10462 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
10463
23745b47
DE
10464 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
10465 New arg "per_cu". All callers updated.
10466
5953832c
DE
10467 Delete #if 0'd out code.
10468 * language.c (binop_result_type): Delete.
10469 (simple_type, ordered_type, same_type, integral_type): Delete.
10470 (numeric_type, character_type, string_type, boolean_type): Delete.
10471 (float_type, structured_type): Delete.
10472 * language.h: Update.
10473
0f5b7562
TT
104742012-01-04 Tom Tromey <tromey@redhat.com>
10475
10476 * python/py-value.c (valpy_binop): Initialize 'res_val'.
10477
78218f56
JB
104782012-01-04 Joel Brobecker <brobecker@adacore.com>
10479
10480 * corefile.c (close_exec_file): Delete.
10481 (reopen_exec_file): Remove commented out code that seems related
10482 to close_exec_file, which is being deleted here.
10483 * inferior.h (close_exec_file): Delete.
10484 * fork-child.c (fork_inferior): Remove call to fork_inferior.
10485
0fcd72ba
JB
104862012-01-04 Joel Brobecker <brobecker@adacore.com>
10487
10488 * ada-lang.c: #include "cli/cli-utils.h".
10489 (get_selections): Use skip_spaces.
10490 (ada_get_next_arg): Use skip_spaces and skip_to_space.
10491 (catch_ada_exception_command_split): Use skip_spaces.
10492 (ada_decode_assert_location): Likewise.
10493
1dabb4c4
JB
104942012-01-04 Joel Brobecker <brobecker@adacore.com>
10495
10496 * linespec.c (decode_line_internal): Check for C++ or Java
10497 compound constructs only if the current language is C, C++
10498 or Java.
10499
5931a2fa
JK
105002012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10501
10502 Revert:
10503 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10504 Joel Brobecker <brobecker@adacore.com>
10505 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
10506 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
10507 3 times.
10508 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
10509 fall through into AT_ENTRY_POINT.
10510 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
10511 DUMMY_ADDR with it.
10512 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
10513 PPC_INSN_SIZE skip to 3 times.
10514
1a2da5ee
JB
105152012-01-04 Joel Brobecker <brobecker@adacore.com>
10516
10517 * linespec.c (add_minsym): Preserve function descriptors.
10518
8645ff69
UW
105192012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
10520
10521 * breakpoint.c (all_locations_are_pending): Consider locations
10522 in program spaces executing during startup pending as well.
10523
0b302171
JB
105242012-01-04 Joel Brobecker <brobecker@adacore.com>
10525
10526 Copyright year update in most files of the GDB Project.
10527
8ba098ad
JB
105282012-01-04 Joel Brobecker <brobecker@adacore.com>
10529
10530 * copyright.sh: Delete.
10531 * copyright.py: Rewrite.
10532
09c01c30
JB
105332012-01-04 Joel Brobecker <brobecker@adacore.com>
10534
10535 * gnulib/extra/update-copyright: New file, imported from gnulib.
10536
3c36c0af
JB
105372012-01-04 Joel Brobecker <brobecker@adacore.com>
10538
10539 * README (Copyright and License Notices): New section.
10540
888fe1e1
TT
105412012-01-03 Tom Tromey <tromey@redhat.com>
10542
10543 PR python/12533:
10544 * python/py-value.c (valpy_dereference, valpy_get_address
10545 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
10546 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
10547 (valpy_absolute, valpy_richcompare): Free intermediate values.
10548
6e681866
JB
105492011-01-03 Joel Brobecker <brobecker@adacore.com>
10550
10551 * ada-lang.c: Reformat the copyright notice.
10552
0cd09acb
JK
105532012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10554
10555 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
10556 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
10557 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
10558 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
10559 Revert this part of:
10560 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10561 Build gdb directly from *.o files not using libgdb.a.
10562 * Makefile.in (COMMON_OBS): Remove solib-target.o.
10563
12c3e59c
JB
105642012-01-02 Joel Brobecker <brobecker@adacore.com>
10565
10566 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
10567 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
10568 Reformat the copyright header.
10569
11bf1490
JK
105702012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10571
10572 Revert this part of:
10573 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10574 Remove the gdbtui binary.
10575 * gdb.c (main): Remove args.interpreter_p initialization.
10576 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
10577 * main.h (struct captured_main_args): Remove interpreter_p.
10578
1fef196f
JB
105792012-01-02 Joel Brobecker <brobecker@adacore.com>
10580
10581 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
10582
67827812
JB
105832012-01-02 Joel Brobecker <brobecker@adacore.com>
10584
10585 * top.c (print_gdb_version): Update copyright year.
10586
a4d0b831
YQ
105872012-01-02 Yao Qi <yao@codesourcery.com>
10588
10589 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
10590
b5914469
JK
105912012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10592 Joel Brobecker <brobecker@adacore.com>
10593
10594 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
10595 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
10596 3 times.
10597 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
10598 fall through into AT_ENTRY_POINT.
10599 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
10600 DUMMY_ADDR with it.
10601 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
10602 PPC_INSN_SIZE skip to 3 times.
10603
8da828f7
JK
106042012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10605
10606 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
10607 the return value.
10608 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
10609
8574e74b
JK
106102012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10611
10612 Build gdb directly from *.o files not using libgdb.a.
10613 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
10614 (COMMON_OBS): Remove solib-target.o.
10615 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
10616 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
10617 (LIBGDB_OBS, libgdb.a): Move it above.
10618 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
10619 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
10620 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
10621 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
10622 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
10623 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
10624 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
10625 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
10626 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
10627 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
10628 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
10629 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
10630 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
10631 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
10632 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
10633 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
10634 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
10635 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
10636 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
10637 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
10638 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
10639 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
10640 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
10641 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
10642 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
10643 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
10644 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
10645
217bff3e
JK
106462012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10647
10648 Remove the gdbtui binary.
10649 * .gitignore (/gdbtui): Remove.
10650 * Makefile.in (TUI): Remove.
10651 (SUBDIR_TUI_OBS): Remove tui-main.o.
10652 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
10653 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
10654 (tui-main.o): Remove.
10655 (all_object_files): Remove tui-main.o.
10656 * NEWS: New note for the gdbtui removal.
10657 * configure: Rebuilt.
10658 * configure.ac: No longer add all-tui, clean-tui, install-tui and
10659 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
10660 CONFIG_UNINSTALL respectively.
10661 * gdb.c (main): Remove args.interpreter_p initialization.
10662 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
10663 * main.h (struct captured_main_args): Remove interpreter_p.
10664 * tui/tui-main.c: Remove.
10665
9cdd5dbd
DE
106662012-01-01 Doug Evans <dje@google.com>
10667
bb5ed363
DE
10668 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
10669 (dwarf2_physname, read_import_statement): Ditto.
10670 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
10671 (process_structure_scope read_subroutine_type): Ditto.
10672 (read_typedef, load_partial_dies, read_partial_die): Ditto.
10673 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
10674 (dwarf2_fetch_die_location_block): Ditto.
10675 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
10676
a0f42c21
DE
10677 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
10678 All callers updated.
10679 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
10680 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
10681 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
10682
2dc860c0
DE
10683 * dwarf2read.c (load_cu): Move assert to more useful location.
10684
68dc6402
DE
10685 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
10686 All callers updated.
10687
9cdd5dbd
DE
10688 * dwarf2read.c (dwarf2_per_objfile): Add comment.
10689 (dwarf2_elf_names): Minor reformat.
10690 (dwarf2_per_cu_data): Tweak comment.
10691 (dwarf2_read_section): Fix comment.
10692 (create_all_comp_units): Fix comment.
10693 (load_full_comp_unit): Fix comment.
10694 (process_full_comp_unit): Fix comment.
10695 (read_signatured_type): Fix comment.
10696
0c10e53e 10697For older changes see ChangeLog-2011.
c906108c
SS
10698\f
10699Local Variables:
10700mode: change-log
10701left-margin: 8
10702fill-column: 74
10703version-control: never
57da7796 10704coding: utf-8
c906108c 10705End:
This page took 1.919939 seconds and 4 git commands to generate.