* procfs.c: Add gdb_bfd header.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2012-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
9 2012-09-26 Tom Tromey <tromey@redhat.com>
10
11 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
12
13 2012-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
20 2012-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
42 2012-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
63 2012-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
69 2012-09-26 Karthik Bhat <kv.bhat@samsung.com>
70 PR breakpoints/14419
71 * arm-tdep.c (arm_skip_prologue): Extending producer check to
72 support LLVM compiler.
73
74 2012-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
88 2012-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
93 2012-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
126 2012-09-25 Joel Brobecker <brobecker@adacore.com>
127
128 * symtab.c (skip_prologue_sal): Fix typo in comment.
129
130 2012-09-25 Joel Brobecker <brobecker@adacore.com>
131
132 * linespec.c (create_sals_line_offset): Fix typo in comment.
133
134 2012-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
139 2012-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
144 2012-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
149 2012-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
156 2012-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
162 2012-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
167 2012-09-21 Tom Tromey <tromey@redhat.com>
168
169 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
170
171 2012-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
176 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
177
178 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
179
180 2012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
181
182 * eval.c (evaluate_subexp_standard): Eliminate single-use
183 variable LOWER.
184
185 2012-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
194 2012-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
200 2012-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
207 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
208
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
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
219 * NEWS: Document the removal of SH's 'regs' command.
220 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
221 command.
222
223 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
224
225 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
226 `jump'.
227
228 2012-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
233 2012-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
247 2012-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
261 2012-09-17 Mike Wrighton <wrighton@codesourcery.com>
262
263 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
264
265 2012-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
273 2012-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
285 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
286
287 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
288 of LEN.
289
290 2012-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
310 2012-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
324 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
325
326 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
327 variable LEN.
328
329 2012-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
336 2012-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
345 2012-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
367 2012-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
373 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
374
375 * valarith.c (value_concat): Replace unsafe ALLOCA with
376 XMALLOC/XFREE.
377
378 2012-09-14 Pedro Alves <palves@redhat.com>
379
380 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
381
382 2012-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
388 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
389
390 * printcmd.c (ui_printf): Eliminate single-use variable
391 PARAM_LEN.
392
393 2012-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
399 2012-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
425 2012-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
442 2012-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
452 2012-09-12 Doug Evans <dje@google.com>
453
454 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
455 cu == NULL.
456
457 2012-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
462 2012-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
474 2012-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
480 2012-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
485 2012-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
490 2012-09-10 Anthony Green <green@moxielogic.com>
491
492 * moxie-tdep.c (moxie_analyze_prologue): Update for function
493 prologue changes in GCC.
494
495 2012-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
504 2012-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
509 2012-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
520 2012-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
529 2012-08-31 Yao Qi <yao@codesourcery.com>
530
531 * mi/mi-cmds.c (mi_cmds): Add 'static'.
532
533 2012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
534
535 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
536
537 2012-08-29 Doug Evans <dje@google.com>
538
539 * main.c (print_gdb_help): Remove reference to
540 --use-deprecated-index-sections.
541
542 2012-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
563 2012-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
574 2010-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
580 2012-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
586 2012-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
594 2012-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
599 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
600
601 PR gdb/14494.
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
607 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
608
609 * memattr.c (create_mem_region): Fix memory region overlapping
610 checking.
611
612 2012-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
620 2012-08-24 Yao Qi <yao@codesourcery.com>
621
622 * jv-exp.y (push_expression_name): Add "." at the end of error
623 message.
624
625 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
626
627 Document how to return from "python-interactive" to GDB.
628 * python/python.c (_initialize_python): Update documentation.
629
630 2012-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
635 2012-08-23 Pedro Alves <palves@redhat.com>
636
637 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
638 string.
639
640 2012-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
648 2012-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
653 2012-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
666 2012-08-22 Keith Seitz <keiths@redhat.com>
667
668 * defs.h: Include build-gnulib/config.h
669
670 2012-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
675 2012-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.
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
688 2012-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
717 2012-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
724 2012-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
735 2012-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
768 2012-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
781 2012-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
799 2012-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
807 2012-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
815 2012-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
867 2012-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
878 2012-08-22 Tom Tromey <tromey@redhat.com>
879
880 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
881
882 2012-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
888 2012-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
895 2012-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
900 2012-08-19 Andrew Pinski <apinski@cavium.com>
901
902 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
903
904 2012-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
910 2012-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
915 2012-08-17 Joel Brobecker <brobecker@adacore.com>
916
917 GDB 7.5 released.
918
919 2012-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
929 2012-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
964 2012-08-16 Mike Frysinger <vapier@gentoo.org>
965
966 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
967
968 2012-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
976 2012-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
990 2012-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
996 2012-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
1002 2012-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
1032 2012-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
1037 2012-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
1042 2012-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
1054 2012-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
1062 2012-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
1080 2012-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
1086 2012-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
1093 2012-08-14 Doug Evans <dje@google.com>
1094
1095 * gdbtypes.c (struct extra): Delete, unused.
1096
1097 * gdbtypes.c: Whitespace cleanup.
1098 (address_space_name_to_int): Remove "extern" from definition.
1099 (_initialize_gdbtypes): Declare with initialize_file_ftype.
1100
1101 * gdbtypes.c (make_pointer_type): Remove redundant setting of
1102 TYPE_POINTER_TYPE (type).
1103
1104 2012-08-14 Gary Benson <gbenson@redhat.com>
1105
1106 * solib-svr4.c (svr4_free_library_list): Use free_so.
1107
1108 2012-08-13 Mike Frysinger <vapier@gentoo.org>
1109
1110 * .gitignore: Add go-exp.c.
1111
1112 2012-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
1118 2012-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
1128 2012-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
1140 2012-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
1146 2012-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
1152 2012-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
1165 2012-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
1171 2012-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
1189 2012-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
1227 2012-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
1232 2012-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
1245 2012-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
1250 2012-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
1258 2012-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
1274 2012-08-08 Keith Seitz <keiths@redhat.com>
1275
1276 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
1277 addr_start.
1278
1279 2012-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
1293 2012-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
1300 2012-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
1318 2012-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
1325 2012-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
1331 2012-08-06 Tom Tromey <tromey@redhat.com>
1332
1333 PR cli/14392:
1334 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
1335
1336 2012-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
1341 2012-08-03 Tom Tromey <tromey@redhat.com>
1342
1343 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
1344 return.
1345
1346 2012-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
1352 2012-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
1436 2012-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
1445 2012-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
1450 2012-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
1455 2012-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
1464 2012-07-31 Yao Qi <yao@codesourcery.com>
1465
1466 * tracepoint.c: Add 'static' for some variables.
1467
1468 2012-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
1474 2012-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
1479 2012-07-30 Tom Tromey <tromey@redhat.com>
1480
1481 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
1482
1483 2012-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
1488 2012-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
1494 2012-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
1578 2012-07-27 Tom Tromey <tromey@redhat.com>
1579
1580 * c-exp.y (classify_name): Avoid assignment in condition.
1581
1582 2012-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
1588 2012-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
1596 2012-07-27 Yao Qi <yao@codesourcery.com>
1597
1598 * thread.c (switch_to_thread): Don't call registers_changed.
1599
1600 2012-07-26 Tom Tromey <tromey@redhat.com>
1601
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.
1621
1622 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
1623
1624 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
1625
1626 2012-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
1631 2012-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
1637 2012-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
1652 2012-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
1658 2012-07-26 Joel Brobecker <brobecker@adacore.com>
1659
1660 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
1661 configure options.
1662
1663 2012-07-26 Tristan Gingold <gingold@adacore.com>
1664
1665 * machoread.c: Include gdb_bfd.h.
1666
1667 2012-07-26 Tristan Gingold <gingold@adacore.com>
1668
1669 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
1670 offset.
1671
1672 2012-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
1686 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1687
1688 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
1689
1690 2012-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
1696 2012-07-25 Joel Brobecker <brobecker@adacore.com>
1697
1698 * configure.ac: Add --enable-lmcheck configure option.
1699 * configure: Regenerate.
1700
1701 2012-07-25 Tom Tromey <tromey@redhat.com>
1702
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.
1708
1709 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
1710
1711 * configure.tgt: Add v850*-*-rtems*.
1712
1713 2012-07-25 Tom Tromey <tromey@redhat.com>
1714
1715 * macrotab.c (macro_bcache_str): Remove cast.
1716
1717 2012-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
1725 2012-07-24 Tom Tromey <tromey@redhat.com>
1726
1727 * symfile.c (symbol_file_add): Don't open BFD twice.
1728
1729 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
1730
1731 * breakpoint.c (create_breakpoint): Store condition for pending
1732 breakpoints.
1733
1734 2012-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
1740 2012-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
1745 2012-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
1751 2012-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
1757 2012-07-23 Keith Seitz <keiths@redhat.com>
1758
1759 * linespec.c (decode_objc): Record the function name
1760 in the linespec.
1761
1762 2012-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
1769 2012-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
1775 2012-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
1780 2012-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
1789 2012-07-23 Tom Tromey <tromey@redhat.com>
1790
1791 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
1792
1793 2012-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
1814 2012-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
1853 2012-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
1884 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
1885
1886 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
1887
1888 2012-07-20 Jeff Kenton <jkenton@tilera.com>
1889
1890 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
1891 SIGTRAMP_FRAME unwinding.
1892
1893 2012-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
1905 2012-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
1923 2012-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
1931 2012-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
1940 2012-07-20 Tom Tromey <tromey@redhat.com>
1941
1942 * dwarf2read.c (try_open_dwo_file): Don't call
1943 gdb_bfd_stash_filename.
1944
1945 2012-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
1951 2012-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
1960 2012-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
1965 2012-07-19 Pedro Alves <palves@redhat.com>
1966
1967 * record.c (record_resume): Ask the target beneath to report all
1968 signals.
1969
1970 2012-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
1976 2012-07-19 Yao Qi <yao@codesourcery.com>
1977
1978 * command.h, remote.c: Fix a typo in comment.
1979
1980 2012-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
1999 2012-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
2007 2012-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
2032 2012-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
2041 2012-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
2059 2012-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
2070 2012-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
2078 2012-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
2084 2012-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
2089 2012-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
2100 2012-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
2147 2012-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
2165 2012-07-18 Tom Tromey <tromey@redhat.com>
2166
2167 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
2168
2169 2012-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
2178 2012-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
2201 2012-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
2211 2012-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
2247 2012-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
2334 2012-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
2342 2012-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
2347 2012-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
2352 2012-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
2386 2012-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.
2393 (generic_readchar): Refactor error handling.
2394
2395 2012-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
2401 2012-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
2406 2012-07-17 Keith Seitz <keiths@redhat.com>
2407
2408 * linespec.c (linespec_parse_line_offset): Make parameter
2409 const.
2410
2411 2012-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
2427 2012-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
2433 2012-07-16 Tom Tromey <tromey@redhat.com>
2434
2435 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
2436
2437 2012-07-15 Doug Evans <dje@google.com>
2438
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
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
2463 2012-07-13 Doug Evans <dje@google.com>
2464
2465 * symtab.c (filename_seen): Update comment.
2466
2467 2012-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
2479 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2480
2481 * dwarf2loc.c (disassemble_dwarf_expression): Handle
2482 DW_OP_GNU_parameter_ref.
2483
2484 2012-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
2489 2012-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
2508 2012-07-12 Doug Evans <dje@google.com>
2509
2510 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
2511
2512 2012-07-10 Doug Evans <dje@google.com>
2513
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.
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.
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.
2586 * dictionary.c (dict_add_pending): New function.
2587 * dictionary.h (dict_add_pending): Declare.
2588
2589 2012-07-09 Doug Evans <dje@google.com>
2590
2591 * buildsym.c (start_subfile): Remove unnecessary check for
2592 name == NULL.
2593
2594 * psymtab.c (allocate_psymtab): Use host_address_to_string.
2595
2596 * dwarf2read.c (load_full_type_unit): Simplify.
2597
2598 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
2599 to struct signatured_type **. All uses updated.
2600
2601 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
2602 All callers updated.
2603
2604 2012-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
2612 2012-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
2624 2012-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
2629 2012-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
2640 2012-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
2655 2012-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
2661 2012-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
2671 2012-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
2690 2012-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
2708 2012-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
2721 2012-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
2726 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
2727
2728 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
2729
2730 2012-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
2736 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
2737
2738 * MAINTAINERS (Write After Approval): Add myself to the list.
2739
2740 2012-07-05 Doug Evans <dje@google.com>
2741
2742 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
2743
2744 2012-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
2755 2012-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
2761 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
2762
2763 * NEWS: Mention x32 ABI support.
2764
2765 2012-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
2778 2012-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
2788 2012-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
2796 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2797
2798 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
2799
2800 2012-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
2811 2012-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.
2818 (thread_db_new_objfile): Exclude debug files.
2819 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
2820 if UNTIL_NO_NEW,
2821
2822 2012-07-02 Doug Evans <dje@google.com>
2823
2824 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
2825 related to queue management.
2826
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
2836 2012-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
2885 2012-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
2891 2012-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
2945 2012-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
2961 2012-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
2966 2012-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
2983 2012-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
2989 2012-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
3003 2012-06-28 Doug Evans <dje@google.com>
3004
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
3011 * dwarf2read.c (dwarf2_find_base_address): Move definition.
3012
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
3029 2012-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
3037 2012-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
3055 2012-06-28 Doug Evans <dje@google.com>
3056
3057 * symtab.c (lookup_symbol_aux_objfile): Use
3058 ALL_OBJFILE_PRIMARY_SYMTABS.
3059
3060 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
3061
3062 2012-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
3067 2012-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
3087 2012-06-28 Iain Sandoe <iain@codesourcery.com>
3088
3089 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
3090
3091 2012-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
3099 2012-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
3122 2012-06-27 Doug Evans <dje@google.com>
3123
3124 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
3125 type units.
3126
3127 2012-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
3136 2012-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
3145 2012-06-26 Doug Evans <dje@google.com>
3146
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
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
3168 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
3169 (lookup_dwo_type_unit): Ditto.
3170
3171 2012-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
3184 2012-06-25 Michael Eager <eager@eagercon.com>
3185
3186 PR python/14291
3187 * python/python.c (gdbpy_write): Check for interrupted output.
3188
3189 2012-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
3194 2012-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
3206 2012-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
3216 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3217
3218 * cc-with-index.sh: Use also -ex "set auto-load no".
3219
3220 2012-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
3239 2012-06-22 Joel Brobecker <brobecker@adacore.com>
3240
3241 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
3242 * configure: Regenerate.
3243
3244 2012-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
3249 2012-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
3266 2012-06-18 Doug Evans <dje@google.com>
3267
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
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
3285 * block.c (find_block_in_blockvector): Make explicit the fact that we
3286 ignore GLOBAL_BLOCK.
3287
3288 2012-06-18 Tom Tromey <tromey@redhat.com>
3289
3290 * c-exp.y (operator): Remove trailing space after "delete" and
3291 "delete[]".
3292
3293 2012-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
3307 2012-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
3338 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
3339
3340 * remote-sim.c (sim_command_completer): Initialize
3341 variable 'result'.
3342
3343 2012-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
3355 2012-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
3383 2012-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
3389 2012-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
3398 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
3399
3400 * tracepoint.c (tfile_xfer_partial): Add a lseek.
3401
3402 2012-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
3414 2012-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
3420 2012-06-15 Tom Tromey <tromey@redhat.com>
3421
3422 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
3423 init_cutu_and_read_dies.
3424
3425 2012-06-15 Iain Sandoe <iain@codesourcery.com>
3426
3427 * MAINTAINERS (Write After Approval): Add myself to the list.
3428
3429 2012-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
3434 2012-06-15 Tom Tromey <tromey@redhat.com>
3435
3436 * valops.c (find_overload_match): Use value_ind.
3437
3438 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
3439
3440 * infrun.c (handle_inferior_event): Correct indentation.
3441
3442 2012-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
3452 2012-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
3458 2012-06-13 Joel Brobecker <brobecker@adacore.com>
3459
3460 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
3461 _initialize_inf_ttrace.
3462
3463 2012-06-13 Joel Brobecker <brobecker@adacore.com>
3464
3465 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
3466 _initialize_hppa_hpux_nat.
3467
3468 2012-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
3473 2012-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
3480 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
3481
3482 * jit.c (finalize_symtab): Set function's return type to 'void' by
3483 default.
3484
3485 2012-06-13 Mark Kettenis <kettenis@gnu.org>
3486 H.J. Lu <hongjiu.lu@intel.com>
3487
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
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
3503 2012-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
3513 2012-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
3525 2012-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
3532 2012-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
3577 2012-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
3590 2012-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
3600 2012-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
3615 2012-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
3624 2012-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
3629 2012-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
3644 2012-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
3657 2012-06-11 Pedro Alves <palves@redhat.com>
3658
3659 * serial.c (do_serial_close): Remove early return when SCB is
3660 null.
3661
3662 2012-06-11 Tom Tromey <tromey@redhat.com>
3663
3664 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
3665
3666 2012-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
3673 2012-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
3678 2012-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
3683 2012-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
3693 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
3694
3695 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
3696
3697 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
3698
3699 * valarith.c (binop_types_user_defined_p): Fix a typo.
3700
3701 2012-06-08 Yao Qi <yao@codesourcery.com>
3702 Chung-Lin Tang <cltang@codesourcery.com>
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
3722 2012-06-07 Doug Evans <dje@google.com>
3723
3724 * dwarf2read.c (dwarf2_cu): Add comment.
3725
3726 2012-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
3735 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
3736
3737 * mips-tdep.c (mips_convert_register_p): Correct coding style.
3738
3739 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
3740
3741 * mips-tdep.c (mips_pseudo_register_type): Use
3742 mips_float_register_p.
3743
3744 2012-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
3749 2012-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
3754 2012-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
3761 2012-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
3777 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3778
3779 * configure.ac: Move development=true below AC_INIT.
3780 * configure: Regenerate.
3781
3782 2012-06-05 Stan Shebs <stan@codesourcery.com>
3783
3784 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
3785 gdb_stdout.
3786
3787 2012-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
3798 2012-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
3805 2012-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
3812 2012-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
3818 2012-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
3829 2012-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
3855 2012-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
3870 2012-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
3875 2012-06-05 Joel Brobecker <brobecker@adacore.com>
3876
3877 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
3878
3879 2012-06-05 Joel Brobecker <brobecker@adacore.com>
3880
3881 * config/djgpp/djcheck.sh: Add copyright header.
3882
3883 2012-06-05 Joel Brobecker <brobecker@adacore.com>
3884
3885 * copyright.py (update_files, main): Fix path to update-copyright
3886 script.
3887
3888 2012-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
3894 2012-06-04 Doug Evans <dje@google.com>
3895
3896 * buildsym.c (make_blockvector): Add comment.
3897
3898 2012-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
3909 2012-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
3915 2012-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
3922 2012-06-03 Doug Evans <dje@google.com>
3923
3924 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
3925 of primary symtab.
3926 (basic_lookup_transparent_type): Ditto.
3927
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
3936 2012-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
3941 2012-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
3949 2012-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
3954 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3955
3956 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
3957
3958 2012-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
3964 2012-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
3975 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3976
3977 * ada-lang.c (standard_lookup): Prevent uninitialized variable
3978 warning.
3979
3980 2012-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
3987 2012-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
3999 2012-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
4004 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4005
4006 * source.c (openp): Expand tilde in path entries.
4007
4008 2012-05-29 Doug Evans <dje@google.com>
4009
4010 * buildsym.c (block_compar): Fix comment.
4011 (end_symtab): Fix and clarify some comments.
4012
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
4018 2012-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
4028 2012-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
4044 2012-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
4049 2012-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
4054 2012-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
4061 2012-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
4072 2012-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
4093 2012-05-24 Pedro Alves <palves@redhat.com>
4094
4095 PR gdb/7205
4096
4097 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
4098
4099 2012-05-24 Pedro Alves <palves@redhat.com>
4100
4101 PR gdb/7205
4102
4103 Replace target_signal with gdb_signal throughout.
4104
4105 2012-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
4112 2012-05-24 Tom Tromey <tromey@redhat.com>
4113
4114 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
4115 Remove.
4116
4117 2012-05-23 Doug Evans <dje@google.com>
4118
4119 * symtab.c (search_symbols): Formatting fixes.
4120 (print_symbol_info): Formatting fixes.
4121
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
4137 2012-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
4149 2012-05-23 Doug Evans <dje@google.com>
4150
4151 * symtab.c (search_symbols): Pass NULL for file_matcher to
4152 expand_symtabs_matching if there are no files to match.
4153
4154 * gdbtypes.c (lookup_typename): Simplify.
4155
4156 2012-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
4163 2012-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
4215 2012-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
4220 2012-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
4237 2012-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
4242 2012-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
4253 2012-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
4259 2012-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
4276 2012-05-21 Tom Tromey <tromey@redhat.com>
4277
4278 * macroexp.c (macro_stringify): Terminate the string.
4279
4280 2012-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
4296 2012-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
4301 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4302
4303 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
4304
4305 2012-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
4417 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
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
4429 2012-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
4524 2012-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
4534 2012-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
4539 2012-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
4557 2012-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
4572 2012-05-18 Tom Tromey <tromey@redhat.com>
4573
4574 * printcmd.c (print_address_demangle): Remove special case for 0.
4575
4576 2012-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
4593 2012-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
4604 2012-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
4611 2012-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
4619 2012-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
4648 2012-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
4657 2012-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
4676 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
4677 Maciej W. Rozycki <macro@mips.com>
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
4774 2012-05-15 Tom Tromey <tromey@redhat.com>
4775
4776 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
4777
4778 2012-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
4783 2012-05-15 Joel Brobecker <brobecker@adacore.com>
4784
4785 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
4786
4787 2012-05-15 Joel Brobecker <brobecker@adacore.com>
4788
4789 * breakpoint.c (find_condition_and_thread): Minor reformatting.
4790
4791 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4792
4793 * NEWS (show auto-load scripts-directory): Add forgotten command.
4794
4795 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4796
4797 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
4798 parameters.
4799
4800 2012-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
4807 2012-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
4845 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
4846
4847 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
4848
4849 2012-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
4854 2012-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
4862 2012-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
4867 2012-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
4873 2012-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
4878 2012-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
4883 2012-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
4917 2012-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
4922 2012-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
4940 2012-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
4964 2012-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
4971 2012-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
5030 2012-05-10 Tom Tromey <tromey@redhat.com>
5031
5032 * cc-with-dwz.sh: New file.
5033
5034 2012-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
5046 2012-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
5061 2012-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
5073 2012-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
5107 2012-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
5116 2012-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
5122 2012-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
5136 2012-05-10 Tristan Gingold <gingold@adacore.com>
5137
5138 * printcmd.c (set_command): Add pre/post inc/dec.
5139
5140 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
5141
5142 * gdb.1: Document -ex option.
5143
5144 2012-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
5149 2012-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
5156 2012-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
5164 2012-05-08 Doug Evans <dje@google.com>
5165
5166 * go-exp.y (classify_name): Add missing assignment of fields of
5167 yylval.ssym.
5168
5169 2012-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
5182 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
5183
5184 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
5185
5186 2012-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
5192 2012-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
5198 2012-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
5212 2012-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
5227 2012-05-07 Pedro Alves <palves@redhat.com>
5228
5229 PR gdb/10952
5230
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
5235 2012-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
5246 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
5247
5248 * stap-probe.h: Do not include unecessary `probe.h'.
5249
5250 2012-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
5257 2012-05-04 Joel Brobecker <brobecker@adacore.com>
5258
5259 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
5260
5261 2012-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
5276 2012-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
5281 2012-05-03 Joel Brobecker <brobecker@adacore.com>
5282
5283 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
5284 Make static.
5285
5286 2012-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
5293 2012-05-03 Pedro Alves <pedro@codesourcery.com>
5294
5295 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
5296 debug log.
5297
5298 2012-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
5309 2012-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
5314 2012-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
5320 2012-05-02 Joel Brobecker <brobecker@adacore.com>
5321
5322 * infcall.c (unwind_on_signal_p): Make static.
5323
5324 2012-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
5329 2012-05-02 Joel Brobecker <brobecker@adacore.com>
5330
5331 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
5332
5333 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
5334
5335 * MAINTAINERS: Remove myself.
5336
5337 2012-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
5342 2012-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
5348 2012-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
5371 2012-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
5380 2012-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
5389 2012-04-30 Sterling Augustine <saugustine@google.com>
5390
5391 * contrib: New directory.
5392 * contrib/test_pubnames_and_indexes.py: New file.
5393
5394 2012-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
5402 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
5403
5404 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
5405 probes.
5406
5407 2012-04-29 Yao Qi <yao@codesourcery.com>
5408
5409 * gdb-code-style.el: New hook gdb-markup-hook
5410 and gdb-comment-hook.
5411
5412 2012-04-28 Doug Evans <dje@google.com>
5413
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
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
5576 2012-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
5581 2012-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
5586 2012-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
5605 2012-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
5726 2012-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
5759 2012-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
5766 2012-04-26 Mark Wielaard <mjw@redhat.com>
5767
5768 * MAINTAINERS (Write After Approval): Add myself to the list.
5769
5770 2012-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
5792 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
5793
5794 * configure.ac: Add AC_ARG_PROGRAM.
5795 * configure: Regenerate.
5796
5797 2012-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
5805 2012-04-26 Maciej W. Rozycki <macro@mips.com>
5806 Maciej W. Rozycki <macro@codesourcery.com>
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
5831 2012-04-26 Joel Brobecker <brobecker@adacore.com>
5832
5833 GDB 7.4.1 released.
5834
5835 2012-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
5846 2012-04-25 Doug Evans <dje@google.com>
5847
5848 * cli/cli-decode.c (print_doc_line): Use stream instead of
5849 current_uiout.
5850
5851 2012-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
5881 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
5882
5883 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
5884
5885 2012-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
5912 2012-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
5920 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
5921
5922 * CONTRIBUTE: Use unified diff instead of context diff when
5923 generating patches.
5924
5925 2012-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
5930 2012-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
5936 2012-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
5941 2012-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>
5946 * breakpoint.c: Include record.h.
5947 (breakpoints_always_inserted_mode): Return false when the record
5948 target is in use.
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
5959 2012-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
5964 2012-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
5971 2012-04-23 David S. Miller <davem@davemloft.net>
5972
5973 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
5974
5975 2012-04-23 Tom Tromey <tromey@redhat.com>
5976
5977 * buildsym.c (add_free_pendings): Remove.
5978 * buildsym.h (add_free_pendings): Remove.
5979
5980 2012-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
5992 2012-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
5998 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
5999
6000 * ada-lang.c (ada_evaluate_subexp): Add cases for
6001 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
6002 their treatment in eval.c.
6003
6004 2012-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
6009 2012-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
6014 2012-04-20 Nigel Stephens <nigel@mips.com>
6015 Maciej W. Rozycki <macro@codesourcery.com>
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
6024 2012-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
6029 2012-04-20 Andrew Pinski <apinski@cavium.com>
6030
6031 * MAINTAINERS (Write After Approval): Add myself to the list.
6032
6033 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6034
6035 * MAINTAINERS: Update my e-mail address.
6036
6037 2012-04-20 Pedro Alves <palves@redhat.com>
6038
6039 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
6040 $srcdir.
6041 * configure: Regenerate.
6042
6043 2012-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
6049 2012-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
6055 2012-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
6061 2012-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.
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.
6093 * gnulib/: Re-run gnulib-tool to adjust.
6094
6095 2012-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
6111 2012-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
6116 2012-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
6127 2012-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
6136 2012-04-19 Yao Qi <yao@codesourcery.com>
6137
6138 * gdb-code-style.el: New.
6139
6140 2012-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
6198 2012-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
6210 2012-04-18 Tristan Gingold <gingold@adacore.com>
6211
6212 * configure.ac (aix): Put -lpthread into libs.
6213 * configure: Regenerate.
6214
6215 2012-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
6222 2012-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
6228 2012-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
6252 2012-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)
6257 (ada_discrete_type_low_bound): Fix function comment. Use
6258 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
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
6301 2012-04-17 Doug Evans <dje@google.com>
6302
6303 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
6304
6305 * dwarf2read.c: Whitespace fixes.
6306 (lookup_signatured_type): Tweak comment.
6307 (get_die_type_at_offset): Fix comment.
6308
6309 2012-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
6324 2012-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
6329 2012-04-17 Doug Evans <dje@google.com>
6330
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
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
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
6372 2012-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
6394 2012-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
6428 2012-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
6524 2012-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
6558 2012-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
6586 2012-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
6592 2012-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
6608 2012-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
6617 2012-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
6626 2012-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.
6638 (varobj_update): Support for MI variable object type change if
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.
6642 (adjust_value_for_child_access): Extended with a new parameter which
6643 specify whether the given value should be casted to enclosing type.
6644 All callers updated.
6645
6646 2012-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.
6651 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
6652 gnulib/m4/inttypes-pri.m4
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.
6660 * gnulib/m4/inttypes.m4: New.
6661
6662 2012-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
6667 2012-04-12 Doug Evans <dje@google.com>
6668
6669 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
6670 All callers updated.
6671
6672 2012-04-12 Mark Kettenis <kettenis@gnu.org>
6673
6674 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
6675
6676 2012-04-12 Doug Evans <dje@google.com>
6677
6678 * dwarf2read.c (create_all_type_units): Renamed from
6679 create_debug_types_hash_table. All callers updated.
6680
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
6692 2012-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
6698 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
6699
6700 * source.c (find_and_open_source): Consistently pass resulting
6701 full path through xfullpath.
6702
6703 2012-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
6710 2012-04-11 Tristan Gingold <gingold@adacore.com>
6711
6712 PR gdb/13901
6713 * darwin-nat.c (darwin_execvp): Revert previous patch.
6714
6715 2012-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
6721 2012-04-11 Tristan Gingold <gingold@adacore.com>
6722
6723 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
6724 warning.
6725
6726 2012-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'
6733 command using the GDB Python API.
6734
6735 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
6736
6737 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
6738 extension in jump target calculation.
6739
6740 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
6741
6742 * mips-tdep.c (mips32_next_pc): Handle JALX.
6743
6744 2012-04-10 Yao Qi <yao@codesourcery.com>
6745
6746 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
6747
6748 2012-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
6753 2012-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
6761 2012-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
6789 2012-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
6794 2012-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.
6800 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
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
6813 2012-04-09 Mark Kettenis <kettenis@gnu.org>
6814
6815 * sparc64-tdep.c (sparc64_store_arguments)
6816 (sparc64_store_arguments): Fix coding style.
6817
6818 2012-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
6825 2012-04-07 Doug Evans <dje@google.com>
6826
6827 * dwarf2read.c (load_partial_dies): Change condition to assert.
6828
6829 2012-04-06 Doug Evans <dje@google.com>
6830
6831 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
6832 "mov %rsp,%rbp".
6833
6834 2012-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
6842 2012-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
6934 2012-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
6942 2012-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
6948 2012-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
6955 2012-04-02 Tristan Gingold <gingold@adacore.com>
6956
6957 PR gdb/13901
6958 * darwin-nat.c (darwin_execvp): Set binary preference.
6959
6960 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6961
6962 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
6963
6964 2012-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
6971 2012-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
6979 2012-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
6985 2012-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
6993 2012-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
6999 2012-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
7007 2012-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
7015 2012-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
7020 2012-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
7027 2012-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
7035 2012-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
7042 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7043
7044 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
7045 in function documentation.
7046
7047 2012-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
7054 2012-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
7065 2012-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
7076 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7077
7078 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
7079 documentation.
7080
7081 2012-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.
7087 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
7088 bfd_mach_v850e2v3.
7089
7090 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7091
7092 * NEWS: Add entry for Ada varobj support.
7093
7094 2012-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
7106 2012-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
7113 2012-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
7123 2012-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
7128 2012-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
7134 2012-03-28 Tom Tromey <tromey@redhat.com>
7135
7136 * .dir-locals.el: New file.
7137
7138 2012-03-28 Pedro Alves <palves@redhat.com>
7139
7140 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
7141
7142 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7143
7144 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
7145 handling for r0.
7146
7147 2012-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
7182 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
7183
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'.
7212
7213 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
7214
7215 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
7216 (store_register): Likewise.
7217
7218 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
7219
7220 * MAINTAINERS (Write After Approval): Add myself to the list.
7221
7222 2012-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
7227 2012-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
7232 2012-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
7237 2012-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
7248 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7249
7250 * MAINTAINERS (Write After Approval): Add myself to the list.
7251
7252 2012-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
7257 2012-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
7263 2012-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
7278 2012-03-21 Mike Frysinger <vapier@gentoo.org>
7279
7280 * .gitignore: Ignore more files.
7281
7282 2012-03-20 Pedro Alves <palves@redhat.com>
7283
7284 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
7285 returns.
7286
7287 2012-03-20 Yao Qi <yao@codesourcery.com>
7288
7289 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
7290 comment.
7291
7292 2012-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
7343 2012-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
7351 2012-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
7364 2012-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
7375 2012-03-19 Tom Tromey <tromey@redhat.com>
7376
7377 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
7378
7379 2012-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
7385 2012-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
7390 2012-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
7395 2012-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
7405 2012-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
7429 2012-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
7434 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
7435
7436 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
7437 Add missing prototype.
7438
7439 2012-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
7445 2012-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
7457 2012-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
7468 2012-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
7474 2012-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
7479 2012-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
7493 2012-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
7498 2012-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
7503 2012-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
7512 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
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
7525 2012-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
7530 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7531
7532 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
7533
7534 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7535
7536 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
7537
7538 2012-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
7543 2012-03-13 Doug Evans <dje@google.com>
7544
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
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
7555 2012-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
7560 2012-03-13 Chris January <chris.january@allinea.com>
7561
7562 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
7563 instruction.
7564
7565 2012-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
7584 2012-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
7611 2012-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
7632 2012-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
7640 2012-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
7661 2012-03-12 Mark Kettenis <kettenis@gnu.org>
7662
7663 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
7664
7665 2012-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
7671 2012-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
7676 2012-03-12 Tom Tromey <tromey@redhat.com>
7677
7678 * buildsym.c (record_pending_block): Now static.
7679 * buildsym.h: (record_pending_block): Remove.
7680
7681 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
7682
7683 * amd64bsd-nat.c: Include amd64bsd-nat.h.
7684
7685 2012-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
7691 2012-03-09 Tom Tromey <tromey@redhat.com>
7692
7693 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
7694
7695 2012-03-08 Joel Brobecker <brobecker@adacore.com>
7696
7697 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
7698 prototype.
7699
7700 2012-03-08 Joel Brobecker <brobecker@adacore.com>
7701
7702 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
7703
7704 2012-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
7710 2012-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
7715 2012-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
7720 2012-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
7730 2012-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
7763 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7764
7765 * libunwind-frame.h (struct frame_unwind): New declaration.
7766
7767 2012-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
7772 2012-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
7780 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
7781
7782 * m68klinux-tdep.c (m68k_linux_init_abi): Register
7783 linux_get_siginfo_type.
7784
7785 * m68klinux-nat.c: Include "gdb_proc_service.h".
7786 (PTRACE_GET_THREAD_AREA): Define.
7787 (ps_get_thread_area): New function.
7788
7789 2012-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
7822 2012-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
7842 2012-03-07 Pedro Alves <palves@redhat.com>
7843
7844 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
7845 extensions.
7846
7847 2012-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
7853 2012-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
7858 2012-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
7884 2012-03-06 Tom Tromey <tromey@redhat.com>
7885
7886 * proc-service.c (ps_pglobal_lookup): Set the current program
7887 space.
7888
7889 2012-03-06 Pedro Alves <palves@redhat.com>
7890
7891 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
7892
7893 2012-03-05 Joel Brobecker <brobecker@adacore.com>
7894
7895 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
7896
7897 2012-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
7910 2012-03-05 Tom Tromey <tromey@redhat.com>
7911
7912 * value.c (value_primitive_field): Don't fetch contents for
7913 non-virtual bases.
7914
7915 2012-03-05 Tom Tromey <tromey@redhat.com>
7916
7917 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
7918
7919 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
7920
7921 * s390-nat.c: Include "gregset.h".
7922
7923 2012-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
7930 2012-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
7935 2012-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
7942 2012-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
7947 2012-03-05 Pedro Alves <palves@redhat.com>
7948
7949 PR gdb/13766
7950
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
7955 2012-03-05 Tristan Gingold <gingold@adacore.com>
7956
7957 * NEWS: Mention OpenVMS ia64 new target.
7958
7959 2012-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
7971 2012-03-05 Tristan Gingold <gingold@adacore.com>
7972
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
7980 2012-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.
7985
7986 2012-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
7993 2012-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
8000 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8001
8002 * breakpoint.c (set_condition_evaluation_mode): Set
8003 CONDITION_EVALUATION_MODE unconditionally.
8004
8005 2012-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.
8014 (_initialize_agent): Add agent_new_objfile to new_objfile
8015 observer.
8016
8017 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8018 New.
8019 (linux_target_install_ops): Initialize field
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
8027 2012-03-03 Yao Qi <yao@codesourcery.com>
8028
8029 * common/agent.c (agent_loaded_p): New.
8030 (agent_look_up_symbols): New global.
8031 * common/agent.h: Declare agent_loaded_p.
8032
8033 2012-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
8041 2012-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
8062 2012-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
8070 2012-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
8075 2012-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
8091 2012-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
8105 2012-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
8112 2012-03-02 Pedro Alves <palves@redhat.com>
8113
8114 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
8115
8116 2012-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
8123 2012-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
8136 2012-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
8143 2012-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
8148 2012-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
8184 2012-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
8190 2012-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
8196 2012-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
8205 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8206
8207 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
8208
8209 2012-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
8214 2012-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
8222 2012-03-01 Maciej W. Rozycki <macro@mips.com>
8223 Chris Dearman <chris@mips.com>
8224 Maciej W. Rozycki <macro@codesourcery.com>
8225 Joseph Myers <joseph@codesourcery.com>
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
8273 2012-03-01 Joel Brobecker <brobecker@adacore.com>
8274
8275 * frame.h (read_frame_register_unsigned): Fix typo in function
8276 description.
8277
8278 2012-03-01 Pedro Alves <palves@redhat.com>
8279
8280 * jit-reader.in [!__cplusplus]
8281 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
8282
8283 2012-03-01 Pedro Alves <palves@redhat.com>
8284
8285 * configure.ac (build_warnings): Add -Wmissing-prototypes.
8286 * configure: Regenerate.
8287
8288 2012-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
8326 2012-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
8333 2012-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
8339 2012-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
8356 2012-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
8361 2012-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
8367 2012-03-01 Pedro Alves <palves@redhat.com>
8368
8369 * inline-frame.c: Include inline-frame.h.
8370
8371 2012-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
8377 2012-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
8383 2012-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
8395 2012-03-01 Pedro Alves <palves@redhat.com>
8396
8397 * inferior.c (delete_threads_of_inferior): Delete.
8398
8399 2012-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
8413 2012-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
8418 2012-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
8429 2012-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
8435 2012-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
8441 2012-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
8456 2012-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
8486 2012-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
8508 2012-03-01 Tom Tromey <tromey@redhat.com>
8509
8510 * value.h (val_print): Return void.
8511 * valprint.c (val_print): Return void.
8512
8513 2012-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
8518 2012-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
8536 2012-03-01 Tom Tromey <tromey@redhat.com>
8537
8538 * value.c (value_primitive_field): Handle virtual base classes.
8539
8540 2012-03-01 Tom Tromey <tromey@redhat.com>
8541
8542 * gdbtypes.h (struct vbase): Remove.
8543
8544 2012-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
8551 2012-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
8556 2012-03-01 Tom Tromey <tromey@redhat.com>
8557
8558 * valprint.c (val_print_type_code_flags): Fix placement of
8559 trailing brace.
8560
8561 2012-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
8567 2012-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
8574 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8575
8576 * varobj.c (c_value_of_variable): Remove dead code.
8577
8578 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8579
8580 * ada-lex.p (processId): Do not modify already encoded IDs.
8581 Update function documentation.
8582
8583 2012-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
8592 2012-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
8603 2012-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
8613 2012-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
8620 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8621
8622 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
8623
8624 2012-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
8629 2012-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
8634 2012-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
8640 2012-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
8648 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8649
8650 * ada-lang.c (to_fixed_array_type): Set result's type name.
8651
8652 2012-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
8668 2012-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
8682 2012-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
8690 2012-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
8699 2012-02-28 Tristan Gingold <gingold@adacore.com>
8700
8701 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
8702 avoid variable assignments inside condition.
8703
8704 2012-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
8710 2012-02-27 Chris Dearman <chris@mips.com>
8711 Nathan Froyd <froydnj@codesourcery.com>
8712 Maciej W. Rozycki <macro@codesourcery.com>
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
8720 2012-02-27 Maciej W. Rozycki <macro@mips.com>
8721 Maciej W. Rozycki <macro@codesourcery.com>
8722
8723 * infrun.c (handle_inferior_event): Don't proceed through
8724 shared library trampolines if stepping at the machine
8725 instruction level.
8726
8727 2012-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
8732 2012-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
8739 2012-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
8749 2012-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
8754 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
8755
8756 * target.h (target_watchpoint_addr_within_range): Document macro.
8757
8758 2012-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
8763 2012-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
8769 2012-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
8846 2012-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
8856 2012-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
8862 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
8863
8864 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
8865 number.
8866
8867 2012-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
8872 2012-02-23 Tom Tromey <tromey@redhat.com>
8873
8874 * jv-valprint.c (java_val_print): Remove dead code.
8875
8876 2012-02-23 Tristan Gingold <gingold@adacore.com>
8877
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.
8887
8888 2012-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
8894 2012-02-22 Sterling Augustine <saugustine@google.com>
8895
8896 PR 13689:
8897 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
8898
8899 2012-02-22 Gary Benson <gbenson@redhat.com>
8900
8901 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
8902 (find_slot_in_mapped_hash): Likewise.
8903
8904 2012-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
8911 2012-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
8921 2012-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
8940 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
8941
8942 * MAINTAINERS (Write After Approval): Add myself to the list.
8943
8944 2012-02-20 Doug Evans <dje@google.com>
8945
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
8953 * elfread.c (elf_symfile_segments): Fix warning text.
8954
8955 2012-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
8962 2012-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
8969 2012-02-20 Tom Tromey <tromey@redhat.com>
8970
8971 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
8972 extraneous block.
8973
8974 2012-02-20 Tristan Gingold <gingold@adacore.com>
8975
8976 * darwin-nat.h (enum darwin_msg_state): Add comments.
8977
8978 2012-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
8983 2012-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
8988 2012-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
8998 2012-02-17 Tristan Gingold <gingold@adacore.com>
8999
9000 * solib-darwin.c (darwin_current_sos): Check magic and filetype
9001
9002 2012-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
9007 2012-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
9013 2012-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
9025 2012-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
9031 2012-02-16 Josh Matthews <josh@joshmatthews.net>
9032
9033 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
9034
9035 2012-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
9043 2012-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
9050 2012-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
9056 2012-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
9062 2012-02-15 Tom Tromey <tromey@redhat.com>
9063
9064 * python/py-symbol.c (sympy_value): Use _().
9065
9066 2012-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
9072 2012-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
9088 2012-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
9135 2012-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
9140 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9141
9142 * MAINTAINERS: Step down from being ia64 target maintainer.
9143
9144 2012-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
9149 2012-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
9155 2012-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
9160 2012-02-10 Pedro Alves <palves@redhat.com>
9161
9162 * inferior.c (inferior_pid_to_str): New.
9163 (print_inferior, inferior_command): Use it.
9164
9165 2012-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
9171 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9172
9173 * linespec.c (decode_line_internal): Fix comment correctness.
9174
9175 2012-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
9191 2012-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
9197 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9198
9199 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
9200
9201 2012-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
9218 2012-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
9225 2012-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
9230 2012-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
9240 2012-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
9246 2012-02-07 Tom Tromey <tromey@redhat.com>
9247
9248 * charset.c (find_charset_names): Check 'in' against NULL.
9249
9250 2012-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
9340 2012-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
9346 2012-02-03 Kevin Buettner <kevinb@redhat.com>
9347
9348 * configure.tgt (rl78-*-elf): New target.
9349 * rl78-tdep.c: New file.
9350
9351 2012-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
9356 2012-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
9364 2012-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
9370 2012-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
9404 2012-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
9410 2012-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
9416 2012-02-02 Tom Tromey <tromey@redhat.com>
9417
9418 PR gdb/9307:
9419 * symtab.c (lookup_language_this): Set block_found.
9420
9421 2012-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
9441 2012-02-01 Tom Tromey <tromey@redhat.com>
9442
9443 * jit.c (bfd_open_from_target_memory): Move higher in file.
9444
9445 2012-02-01 Tristan Gingold <gingold@adacore.com>
9446
9447 * libunwind-frame.c (libunwind_load): Display message if dlopen
9448 failed.
9449
9450 2012-02-01 Gary Benson <gbenson@redhat.com>
9451
9452 * symtab.h (symbol_found_callback_ftype): New typedef.
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
9463 2012-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
9476 2012-01-31 Tom Tromey <tromey@redhat.com>
9477
9478 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
9479 comment.
9480
9481 2012-01-31 Doug Evans <dje@google.com>
9482
9483 * symtab.h: Remove outdated comment.
9484 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
9485
9486 2012-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
9491 2012-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
9498 2012-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.
9502 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
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
9509 2012-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
9544 2012-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
9550 2012-01-27 Doug Evans <dje@google.com>
9551
9552 * configure.ac (with_python): Fix absolute path handling for win32.
9553 * configure: Regenerate.
9554
9555 2012-01-26 Doug Evans <dje@google.com>
9556
9557 * symtab.c: Whitespace cleanup, no code changes.
9558
9559 * symtab.c (lookup_symbol_in_language): Improve comment.
9560 (lookup_symbol_aux): Fix comment.
9561
9562 * psymtab.c (add_psymbol_to_list): Result is now "void".
9563 * psympriv.h (add_psymbol_to_list): Update.
9564
9565 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
9566
9567 2012-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
9586 2012-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
9595 2012-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
9609 2012-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
9627 2012-01-25 Tom Tromey <tromey@redhat.com>
9628
9629 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
9630 dereferencing.
9631
9632 2012-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
9670 2012-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
9677 2012-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
9688 2012-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
9710 2012-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
9719 2012-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
9728 2012-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
9736 2012-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
9748 2012-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
9760 2012-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
9794 2012-01-24 Joel Brobecker <brobecker@adacore.com>
9795
9796 GDB 7.4 released.
9797
9798 2012-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
9810 2012-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
9815 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9816
9817 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
9818
9819 2012-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
9827 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
9828
9829 * NEWS: Document remote "info proc" and "generate-core-file".
9830
9831 2012-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
9845 2012-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
9884 2012-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
9901 2012-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
9943 2012-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
9961 2012-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
10003 2012-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
10014 2012-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
10022 2012-01-19 Tom Tromey <tromey@redhat.com>
10023
10024 * NEWS: Combine the two Python sections.
10025
10026 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10027
10028 * target.h (target_close): Update comment on the target's unpush state.
10029
10030 2012-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
10038 2012-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
10043 2012-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
10054 2012-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
10063 2012-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
10070 2012-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
10078 2012-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
10083 2012-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
10088 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10089
10090 Fix compilation error.
10091 * m2-exp.y (yyerror): Use ANSI C prototype.
10092
10093 2012-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
10108 2012-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
10122 2012-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
10134 2012-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
10177 2012-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
10182 2012-01-13 Eli Zaretskii <eliz@gnu.org>
10183
10184 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
10185 including curses.h.
10186
10187 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10188
10189 * configure: Regenerate.
10190 * config.in: Regenerate.
10191
10192 2012-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
10208 2012-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
10213 2012-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
10219 2012-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
10225 2012-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
10235 2012-01-10 Tom Tromey <tromey@redhat.com>
10236
10237 PR python/13199:
10238 * python/python.c (finish_python_initialization): Set sys.argv.
10239
10240 2012-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
10250 2012-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
10264 2012-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
10320 2012-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
10325 2012-01-09 Keith Seitz <keiths@redhat.com>
10326
10327 * breakpoint.c (wrapper.h): Don't include.
10328
10329 2012-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
10352 2012-01-09 Doug Evans <dje@google.com>
10353
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
10364 * parser-defs.h (namecopy): Delete.
10365 * parse.c (namecopy, namecopy_size): Move into copy_name.
10366
10367 2012-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
10378 2012-01-09 Pedro Alves <palves@redhat.com>
10379
10380 * MAINTAINERS: Update my email address.
10381
10382 2012-01-08 Doug Evans <dje@google.com>
10383
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
10390 * gdbtypes.h (struct cplus_struct_type): Delete member
10391 nfn_fields_total. All uses removed.
10392
10393 2012-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
10403 2012-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
10420 2012-01-05 Doug Evans <dje@google.com>
10421
10422 * dwarf2read.c (statement_prologue): Delete, unused.
10423
10424 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
10425 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
10426
10427 * dwarf2read.c (comp_unit_header): Delete, unused.
10428
10429 2012-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
10434 2012-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
10440 2012-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
10455 2012-01-04 Doug Evans <dje@google.com>
10456
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
10462 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
10463
10464 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
10465 New arg "per_cu". All callers updated.
10466
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
10474 2012-01-04 Tom Tromey <tromey@redhat.com>
10475
10476 * python/py-value.c (valpy_binop): Initialize 'res_val'.
10477
10478 2012-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
10486 2012-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
10494 2012-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
10500 2012-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
10515 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10516
10517 * linespec.c (add_minsym): Preserve function descriptors.
10518
10519 2012-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
10524 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10525
10526 Copyright year update in most files of the GDB Project.
10527
10528 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10529
10530 * copyright.sh: Delete.
10531 * copyright.py: Rewrite.
10532
10533 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10534
10535 * gnulib/extra/update-copyright: New file, imported from gnulib.
10536
10537 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10538
10539 * README (Copyright and License Notices): New section.
10540
10541 2012-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
10549 2011-01-03 Joel Brobecker <brobecker@adacore.com>
10550
10551 * ada-lang.c: Reformat the copyright notice.
10552
10553 2012-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
10564 2012-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
10570 2012-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
10579 2012-01-02 Joel Brobecker <brobecker@adacore.com>
10580
10581 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
10582
10583 2012-01-02 Joel Brobecker <brobecker@adacore.com>
10584
10585 * top.c (print_gdb_version): Update copyright year.
10586
10587 2012-01-02 Yao Qi <yao@codesourcery.com>
10588
10589 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
10590
10591 2012-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
10604 2012-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
10610 2012-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
10646 2012-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
10666 2012-01-01 Doug Evans <dje@google.com>
10667
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
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
10683 * dwarf2read.c (load_cu): Move assert to more useful location.
10684
10685 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
10686 All callers updated.
10687
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
10697 For older changes see ChangeLog-2011.
10698 \f
10699 Local Variables:
10700 mode: change-log
10701 left-margin: 8
10702 fill-column: 74
10703 version-control: never
10704 coding: utf-8
10705 End:
This page took 0.41374 seconds and 4 git commands to generate.