* valprint.c (generic_emit_char, generic_printstr): Pass size of
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2012-10-18 Tom Tromey <tromey@redhat.com>
2
3 * valprint.c (generic_emit_char, generic_printstr): Pass size of
4 gdb_wchar_t to convert_between_encodings.
5
6 2012-10-17 Yao Qi <yao@codesourcery.com>
7
8 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
9 more parameter 'inferior'.
10 * corefile.c (write_memory_with_notification): Caller update.
11
12 * mi/mi-cmd-var.c: Include "mi-main.h".
13 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
14 to 1 and restore it later.
15 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
16 and "data-write-memory-bytes.
17 * mi/mi-interp.c: Include objfiles.h.
18 (mi_interpreter_init): Call observer_attach_memory_changed.
19 (mi_memory_changed): New.
20 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
21 New field.
22
23 * NEWS: Mention new MI notification "memory-changed".
24
25 2012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
26
27 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
28
29 2012-10-15 Doug Evans <dje@google.com>
30
31 New option -nh: inhibit loading of ~/.gdbinit.
32 * NEWS: Mention -nh.
33 * main.c (captured_main): Recognize and process -nh.
34 (print_gdb_help): Mention -nh.
35 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
36
37 2012-10-15 H.J. Lu <hongjiu.lu@intel.com>
38
39 PR backtrace/14646
40 PR gdb/14647
41 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
42 pc_regnum_from_eax.
43 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
44 nor pc_regnum_from_eax.
45 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
46 nor pc_regnum_from_eax.
47
48 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
49
50 Fix entry values resolving in inlined frames.
51 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
52 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
53 entries of FRAME.
54
55 2012-10-15 Joel Brobecker <brobecker@adacore.com>
56
57 * configure.ac: Build with -DMS_WIN64 if building with Python
58 enabled using GCC on amd64-windows.
59 * configure: Regenerate.
60
61 2012-10-15 Tom Tromey <tromey@redhat.com>
62
63 PR python/14635:
64 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
65 to Py_None.
66
67 2012-10-15 Tom Tromey <tromey@redhat.com>
68
69 PR python/14634:
70 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
71
72 2012-10-11 Andrew Burgess <aburgess@broadcom.com>
73
74 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
75 reset thread numbering back to 1.
76
77 2012-10-11 Doug Evans <dje@google.com>
78
79 PR breakpoints/14643.
80 * linespec.c (struct ls_parser): New member keyword_ok.
81 (linespec_lexer_lex_string): Add comment.
82 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
83 for one.
84 (parse_linespec): Set keyword_ok.
85
86 2012-10-10 Doug Evans <dje@google.com>
87
88 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
89 "0x" prefix on address in log message.
90
91 * dwarf2read.c (read_1_byte): Add const to buf parameter.
92 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
93 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
94 (lookup_dwo_file): Add const to dwo_name parameter.
95 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
96
97 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
98
99 Fix crash during stepping on ppc32.
100 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
101 SYM.
102
103 2012-10-03 Doug Evans <dje@google.com>
104
105 PR symtab/14601
106 * buildsym.c (buildsym_init): Reset using_directives to NULL.
107
108 2012-10-02 Andrew Burgess <aburgess@broadcom.com>
109
110 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
111 output and use uint32_t not long to ensure 4 byte size.
112
113 2012-10-02 Joel Brobecker <brobecker@adacore.com>
114
115 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
116 unref'ed it.
117
118 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
119
120 * target.c (simple_search_memory): Include access length in
121 warning message.
122
123 2012-09-28 Nathan Miller <nathanm2@us.ibm.com>
124 Edjunior Machado <emachado@linux.vnet.ibm.com>
125
126 PR gdb/13989
127 * solib.c (solib_find): Prevent GDB from loading native libraries when
128 debugging a cross-target corefile.
129
130 2012-09-28 selven <pcthegreat@gmail.com>
131
132 Make definition match declaration.
133
134 * regcache.c (regcache_register_status): Change return type to
135 enum register_status.
136
137 2012-09-28 Yao Qi <yao@codesourcery.com>
138
139 * mi/mi-main.c (mi_cmd_data_write_memory): Call
140 write_memory_with_notification instead of write_memory.
141 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
142 instead of target_write_memory.
143
144 2012-09-28 Yao Qi <yao@codesourcery.com>
145
146 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
147 when the length of content is not an even number.
148
149 2012-09-27 Tom Tromey <tromey@redhat.com>
150
151 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
152 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
153
154 2012-09-27 Joel Brobecker <brobecker@adacore.com>
155
156 * sol-thread.c (sol_thread_fetch_registers)
157 (sol_thread_store_registers): Delete commented out code.
158
159 2012-09-27 Joel Brobecker <brobecker@adacore.com>
160
161 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
162 Move these functions to sparc-sol-thread.c.
163 * sparc-sol-thread.c: New file.
164 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
165 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
166 configurations.
167 * configure: Regenerate.
168
169 2012-09-27 Joel Brobecker <brobecker@adacore.com>
170
171 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
172 Remove commented-out code.
173
174 2012-09-27 Joel Brobecker <brobecker@adacore.com>
175
176 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
177 Enable this code for sparc hosts only.
178
179 2012-09-27 Joel Brobecker <brobecker@adacore.com>
180
181 * procfs.h (procfs_find_LDT_entry): Add declaration.
182 * sol-thread.c (ps_lgetLDT): Delete local declaration of
183 function procfs_find_LDT_entry.
184
185 2012-09-27 Joel Brobecker <brobecker@adacore.com>
186
187 * procfs.c (proc_get_LDT_entry): Make static.
188
189 2012-09-27 Joel Brobecker <brobecker@adacore.com>
190
191 * procfs.c (proc_find_memory_regions): Fix declaration.
192
193 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
194
195 * amd64-tdep.c (amd64_return_value): Revert previous change
196 that used TYPE_LENGTH directly.
197 * bfin-tdep.c (bfin_extract_return_value): Likewise.
198 (bfin_store_return_value): Likewise.
199 * cris-tdep.c (cris_store_return_value): Likewise.
200 (cris_extract_return_value): Likewise.
201 * h8300-tdep.c (h8300_extract_return_value): Likewise.
202 * hppa-tdep.c (hppa64_return_value): Likewise.
203 * lm32-tdep.c (lm32_store_return_value): Likewise.
204 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
205 * spu-tdep.c (spu_value_from_register): Likewise.
206 * vax-tdep.c (vax_return_value): Likewise.
207
208 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
209
210 * gdbtypes.c (lookup_array_range_type): Expand parameters
211 LOW_BOUND and HIGH_BOUND to LONGEST.
212 (lookup_string_range_type): Likewise.
213 * gdbtypes.h (lookup_array_range_type): Likewise.
214 (lookup_string_range_type): Likewise.
215 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
216 Expand HIGHBOUND to ssize_t.
217 (value_string): Likewise.
218 * value.h (value_cstring): Expand parameter LEN to ssize_t.
219 (value_string): Likewise.
220
221 2012-09-27 Yao Qi <yao@codesourcery.com>
222
223 PR breakpoints/13898
224 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
225 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
226 per breakpoint type.
227
228 2012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
229
230 * procfs.c: Add gdb_bfd header.
231 * rs6000-nat.c: Likewise.
232 * solib-pa64.c: Likewise.
233 * spu-linux-nat.c: Likewise.
234 * windows-nat.c: Likewise.
235
236 2012-09-26 Tom Tromey <tromey@redhat.com>
237
238 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
239
240 2012-09-26 Tom Tromey <tromey@redhat.com>
241
242 * dwarf2read.c (mark_common_block_symbol_computed): New function.
243 (read_common_block): Handle child DIEs with
244 DW_AT_data_member_location.
245 (new_symbol_full): Add special case for common blocks.
246
247 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
248 Tom Tromey <tromey@redhat.com>
249
250 * dwarf2read.c (read_common_block): Rewrite.
251 (new_symbol_full): Handle DW_TAG_common_block.
252 * f-lang.c (head_common_list, find_common_for_function):
253 Remove.
254 * f-lang.h (struct common_entry, struct saved_f77_common,
255 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
256 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
257 BLANK_COMMON_NAME_LOCAL): Remove.
258 (struct common_block): New.
259 * f-valprint.c (list_all_visible_commons): Remove.
260 (info_common_command_for_block): New function.
261 (info_common_command): Use it.
262 * stack.c (iterate_over_block_locals): Special case for
263 COMMON_BLOCK_DOMAIN.
264 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
265 constant.
266 (struct general_symbol_info) <value.common_block>: New field.
267 (SYMBOL_VALUE_COMMON_BLOCK): New define.
268
269 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
270 Tom Tromey <tromey@redhat.com>
271
272 * f-lang.c (allocate_saved_bf_node,
273 allocate_saved_function_node, allocate_saved_f77_common_node,
274 allocate_common_entry_node, tail_common_list, current_common,
275 saved_bf_list, saved_bf_list_end, current_head_bf_list,
276 tmp_bf_ptr, add_common_block, add_common_entry,
277 find_first_common_named, patch_common_entries,
278 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
279 global_remote_debug, get_bf_for_fcn, saved_function_list,
280 saved_function_list_end, clear_function_list, struct saved_fcn,
281 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
282 SAVED_BF, SAVED_BF_PTR): Remove.
283 * f-lang.h (tail_common_list, current_common,
284 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
285 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
286 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
287 real_main_c_value): Remove.
288 * f-valprint.c (there_is_a_visible_common_named): Remove.
289
290 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
291
292 * breakpoint.c (update_global_location_list): Ignore previous
293 duplicate status of a breakpoint when starting a new scan for
294 duplicate breakpoints.
295
296 2012-09-26 Karthik Bhat <kv.bhat@samsung.com>
297 PR breakpoints/14419
298 * arm-tdep.c (arm_skip_prologue): Extending producer check to
299 support LLVM compiler.
300
301 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
302
303 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
304 * bfin-tdep.c (bfin_extract_return_value): Likewise.
305 (bfin_store_return_value): Likewise.
306 * cris-tdep.c (cris_store_return_value): Likewise.
307 (cris_extract_return_value): Likewise.
308 * h8300-tdep.c (h8300_extract_return_value): Likewise.
309 * hppa-tdep.c (hppa64_return_value): Likewise.
310 * lm32-tdep.c (lm32_store_return_value): Likewise.
311 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
312 * spu-tdep.c (spu_value_from_register): Likewise.
313 * vax-tdep.c (vax_return_value): Likewise.
314
315 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
316
317 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
318 parameter LEN to ssize_t.
319
320 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
321
322 * ada-valprint.c (ada_val_print_1): Eliminate single-use
323 variable LEN.
324 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
325 directly.
326 (alpha_store_return_value): Likewise.
327 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
328 (amd64_push_arguments): Likewise.
329 * ax-gdb.c (gen_trace_static_fields): Likewise.
330 (gen_traced_pop): Likewise.
331 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
332 * breakpoint.c (update_watchpoint): Likewise.
333 * findcmd.c (parse_find_args): Use local variable for type
334 instead of length.
335 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
336 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
337 (h8300_store_return_value): Likewise.
338 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
339 Use i386_darwin_arg_type_alignment directly.
340 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
341 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
342 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
343 (m68hc11_extract_return_value): Likewise.
344 * mep-tdep.c (mep_push_dummy_call): Likewise.
345 * printcmd.c (float_type_from_length): Likewise.
346 * s390-tdep.c (s390_value_from_register): Likewise.
347 * stack.c (read_frame_arg): Likewise.
348 * tracepoint.c (encode_actions_1): Likewise.
349 * valops.c (value_fetch_lazy): Use local variable for type
350 instead of length. Use TYPE_LENGTH directly.
351 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
352
353 2012-09-25 Joel Brobecker <brobecker@adacore.com>
354
355 * symtab.c (skip_prologue_sal): Fix typo in comment.
356
357 2012-09-25 Joel Brobecker <brobecker@adacore.com>
358
359 * linespec.c (create_sals_line_offset): Fix typo in comment.
360
361 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
362
363 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
364 use plongest to print the array size.
365
366 2012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
367
368 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
369 * p-valprint.c (pascal_type_print_base): Likewise.
370
371 2012-09-22 Yao Qi <yao@codesourcery.com>
372
373 * remote.c (remote_get_trace_status): Remove setting default
374 values of fields of 'ts'.
375
376 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
377
378 Fix internal error on canonicalization of clang types.
379 * cp-name-parser.y (operator): New comment at make_operator call for
380 new, delete, new[] and delete[].
381 (exp): Use "sizeof ". Add new comment at make_operator call.
382
383 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
384
385 Fix disassemble without parameters in tailcall frame.
386 * cli/cli-cmds.c (disassemble_current_function): Use
387 get_frame_address_in_block.
388
389 2012-09-21 Tom Tromey <tromey@redhat.com>
390
391 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
392 TYPE_CODE_UNION>: Unify, removing a goto.
393
394 2012-09-21 Tom Tromey <tromey@redhat.com>
395
396 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
397
398 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
399
400 * findvar.c (read_frame_register_value): Mark the result value as
401 optimized out if any of the input registers have been optimized out.
402
403 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
404
405 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
406
407 2012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
408
409 * eval.c (evaluate_subexp_standard): Eliminate single-use
410 variable LOWER.
411
412 2012-09-21 Yao Qi <yao@codesourcery.com>
413
414 * mi/mi-interp.c: Declare mi_record_changed.
415 (mi_interpreter_init): Call observer_attach_record_changed.
416 (mi_record_changed): New.
417 * record.c (record_open): Call observer_notify_record_changed.
418 (cmd_record_stop): Call observer_notify_record_changed.
419 * NEWS: Mention it.
420
421 2012-09-20 Tom Tromey <tromey@redhat.com>
422
423 * NEWS: Update.
424 * python/python.c (finalize_python): New function.
425 (_initialize_python): Make a final cleanup.
426
427 2012-09-19 Doug Evans <dje@google.com>
428
429 * buildsym.h (param_symbols): Delete, unused.
430 (context_stack): Delete member "params", unused.
431 * buildsym.c (push_context): Update.
432 * dwarf2read.c (read_func_scope): Update.
433
434 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
435
436 * sh-tdep.c (sh_register_convert_to_virtual)
437 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
438 all callers. Just do a memcpy if not the little-endian case.
439
440 * h8300-tdep.c (h8300_gdbarch_init): Invoke
441 set_gdbarch_double_format and set_gdbarch_long_double_format.
442 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
443 set_gdbarch_double_format.
444 * sh-tdep.c (sh_gdbarch_init): Likewise.
445
446 * NEWS: Document the removal of SH's 'regs' command.
447 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
448 command.
449
450 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
451
452 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
453 `jump'.
454
455 2012-09-18 Joel Brobecker <brobecker@adacore.com>
456
457 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
458 language when iterating over symbols.
459
460 2012-09-18 Yao Qi <yao@codesourcery.com>
461
462 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
463 (mi_interpreter_init): Call observer_attach_tsv_created and
464 observer_attach_tsv_deleted.
465 (mi_tsv_created, mi_tsv_deleted): New.
466 * tracepoint.c (delete_trace_state_variable): Call
467 observer_notify_tsv_deleted.
468 (trace_variable_command): Call observer_notify_tsv_created.
469 (delete_trace_variable_command): Call
470 observer_notify_tsv_deleted.
471 (create_tsv_from_upload): Call observer_notify_tsv_created.
472 * NEWS: Mention it.
473
474 2012-09-18 Yao Qi <yao@codesourcery.com>
475
476 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
477 if traceframe changed.
478 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
479 "trace-find".
480 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
481 (mi_interpreter_init): Hook mi_traceframe_changed to observer
482 'traceframe_changed'.
483 (mi_traceframe_changed): New.
484 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
485 New field.
486 * NEWS: Mention the new MI notification.
487
488 2012-09-17 Mike Wrighton <wrighton@codesourcery.com>
489
490 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
491
492 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
493
494 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
495 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
496 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
497 Extend code also for PaX support. Convert all gdb_assert to warning
498 calls.
499
500 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
501
502 Implement auto-load user conveniences suggested by Doug Evans.
503 * auto-load.c: Include top.h.
504 (file_is_auto_load_safe): New variable advice_printed. Print advice.
505 (_initialize_auto_load): New variable scripts_directory_help. Mention
506 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
507 scripts-directory. Document in online help one can use also files for
508 set auto-load safe-path.
509 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
510 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
511
512 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
513
514 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
515 of LEN.
516
517 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
518
519 * m2-valprint.c (m2_print_array_contents): Eliminate variable
520 ELTLEN and use TYPE_LENGTH directly.
521 (m2_val_print): Likewise.
522 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
523 variable LEN and use TYPE_LENGTH directly.
524 (m68k_svr4_store_return_value): Likewise.
525 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
526 ARGLEN and use TYPE_LENGTH directly.
527 (mips_o64_push_dummy_call): Likewise.
528 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
529 variable LENGTH and use TYPE_LENGTH directly.
530 (s390_function_arg_float): Likewise.
531 (s390_function_arg_integer): Likewise.
532 (s390_push_dummy_call): Likewise.
533 (s390_return_value_convention): Likewise.
534 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
535 TYPE_LENGTH directly.
536
537 2012-09-17 Yao Qi <yao@codesourcery.com>
538
539 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
540 Update comment to add_setshow_integer_cmd.
541 * cli/cli-setshow.c (do_set_command): Handle case
542 'var_zuinteger_unlimited'.
543 (do_show_command): Likewise.
544 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
545 for command 'remotetimeout'.
546 * command.h (enum var_types): New zuinteger_unlimited. Update comment
547 to var_integer.
548 * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
549 for command 'set listsize'.
550
551 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
552
553 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
554 variable LEN.
555
556 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
557
558 PR 14119
559 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
560 (frame_pop): Drop also TAILCALL_FRAME frames.
561 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
562
563 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
564 Pedro Alves <palves@redhat.com>
565
566 PR 14548
567 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
568 function start if we are already at function start. Both for
569 reverse-next and for reverse-step into function without line number
570 info.
571
572 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
573
574 Code cleanup - rename 'inline' depth to 'artificial' depth.
575 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
576 frame_id_artificial_p, extend the comment.
577 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
578 * frame.c (fprint_frame_id): Rename at a user, change debug output
579 text to "artificial=".
580 (skip_inlined_frames): Rename to ...
581 (skip_artificial_frames): ... here. Extend the comment.
582 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
583 (frame_id_inlined_p): Rename to ...
584 (frame_id_artificial_p): ... here. Rename at a user.
585 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
586 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
587 at a user.
588 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
589 Extend the comment.
590 (frame_id_inlined_p): Rename to ...
591 (frame_id_artificial_p): ... here.
592 * inline-frame.c (inline_frame_this_id): Rename at a user.
593
594 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
595
596 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
597 vector variables using vector_size syntax rather than array
598 syntax.
599
600 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
601
602 * valarith.c (value_concat): Replace unsafe ALLOCA with
603 XMALLOC/XFREE.
604
605 2012-09-14 Pedro Alves <palves@redhat.com>
606
607 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
608
609 2012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
610
611 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
612 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
613 data-directory as appropriate.
614
615 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
616
617 * printcmd.c (ui_printf): Eliminate single-use variable
618 PARAM_LEN.
619
620 2012-09-14 Yao Qi <yao@codesourcery.com>
621 Pedro Alves <palves@redhat.com>
622
623 * valops.c (value_assign): Move observer_notify_target_changed
624 below to replace reinit_frame_cache.
625
626 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
627
628 Refactor Python "gdb" module into a proper Python package, by
629 introducing a new "_gdb" module for code implemented in C, and
630 using reload/__import__ instead of exec.
631 * python/lib/gdb/__init__.py: Import * from _gdb.
632 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
633 prompt_hook, sys.argv): Moved from finish_python_initialization.
634 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
635 (packages, auto_load_packages): New list and function replacing
636 module_dict and auto-loading code, using __file__ instead of
637 gdb.PYTHONDIR and reload/__import__ instead of exec.
638 (GdbSetPythonDirectory): Replacing function of the same name
639 from finish_python_initialization, using reload/__import__ instead
640 of exec, as well as call auto_load_packages.
641 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
642 gdb_python_module and not gdb_module.
643 * python/python-internal.h (gdb_python_module): Declare.
644 * python/python.c (gdb_python_module): New global.
645 (before_prompt_hook): Check gdb_python_module and not gdb_module.
646 (_initialize_python): Rename gdb module to _gdb.
647 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
648 (finish_python_initialization): Move Python code to
649 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
650 __main__.
651
652 2012-09-13 Pedro Alves <palves@redhat.com>
653
654 * Makefile.in (COMMON_OBS): Add registry.o.
655 * registry.c: New file.
656 * registry.h (struct registry_container): Declare.
657 (registry_data_callback): New typedef.
658 (struct registry_data, struct registry_data_registration, struct
659 registry_data_registry): New type.
660 (register_data_with_cleanup, registry_alloc_data)
661 (registry_callback_adaptor, registry_clear_data)
662 (registry_container_free_data, registry_set_data, registry_data):
663 Declare.
664 (DEFINE_REGISTRY): Refactor structures and functions as shims over
665 the new common structures and functions.
666 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
667 callback typedefs.
668
669 2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
670
671 * remote.c (remote_insert_hw_breakpoint): Throw exception if
672 there is an error inserting hardware breakpoints and use the
673 error message from the target.
674
675 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
676 Catch this exception and print the error message contained within. Do not
677 print the default hardware error breakpoint message in this case.
678
679 2012-09-12 Doug Evans <dje@google.com>
680
681 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
682 cu == NULL.
683
684 2012-09-11 Doug Evans <dje@google.com>
685
686 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
687 .gdb_index symbol attributes if there are none.
688
689 2012-09-11 Joel Brobecker <brobecker@adacore.com>
690
691 * symtab.h (struct minimal_symbol) [has_size]: New field.
692 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
693 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
694 * printcmd.c (build_address_symbolic): Only filter out zero-sized
695 minimal symbols if the symbol's size is actually known.
696 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
697 of msymbol's size field. Add comment.
698 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
699 SET_MSYMBOL_SIZE to set the minimal symbol size.
700
701 2012-09-11 Joel Brobecker <brobecker@adacore.com>
702
703 * minsyms.c (install_minimal_symbols): Use memset to fill entire
704 minimal_symbol struct object, rather than setting some of its
705 fields one by one.
706
707 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
708
709 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
710 passed_a_ptr flag when displaying typedef types.
711
712 2012-09-10 Joel Brobecker <brobecker@adacore.com>
713
714 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
715 the optimized_out flag is preserved.
716
717 2012-09-10 Anthony Green <green@moxielogic.com>
718
719 * moxie-tdep.c (moxie_analyze_prologue): Update for function
720 prologue changes in GCC.
721
722 2012-09-10 Keith Seitz <keiths@redhat.com>
723
724 PR gdb/13483
725 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
726 (BOOL_CONVERSION_BADNESS): ... this.
727 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
728 (rank_one_type): Allow all boolean conversions
729 permitted by the standard.
730
731 2012-09-06 Tom Tromey <tromey@redhat.com>
732
733 * python/py-newobjfileevent.c (create_new_objfile_event_object):
734 Don't decref py_objfile.
735
736 2012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
737
738 Do not enable -lmcheck by default when Python is enabled with
739 threading support.
740 * configure.ac: (python_has_threads) New variable, by testing
741 if WITH_THREAD is defined in Python.h.
742 Move --enable-lmcheck after --with-python.
743 Do not enable -lmcheck by default if python_has_threads=yes.
744 Warn if --enable-lmcheck and python_has_threads=yes.
745 * configure: Regenerate.
746
747 2012-08-31 Yao Qi <yao@codesourcery.com>
748
749 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
750 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
751 Update some commands.
752 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
753 * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
754 to 1.
755
756 2012-08-31 Yao Qi <yao@codesourcery.com>
757
758 * mi/mi-cmds.c (mi_cmds): Add 'static'.
759
760 2012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
761
762 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
763
764 2012-08-29 Doug Evans <dje@google.com>
765
766 * main.c (print_gdb_help): Remove reference to
767 --use-deprecated-index-sections.
768
769 2012-08-28 Yao Qi <yao@codesourcery.com>
770
771 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
772 (init_cmds): Call add_setshow_uinteger_cmd for command
773 'max-user-call-depth'.
774 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
775 declaration of 'max_user_call_depth'.
776 * frame.c (backtrace_limit): Add 'unsigned'.
777 (_initialize_frame): Call add_setshow_uinteger_cmd for command
778 'limit'.
779 * remote.c (remoteaddresssize): Add 'unsigned'.
780 (remote_address_masked): Change local var 'address_size' to
781 'unsigned'.
782 (_initialize_remote): Call add_setshow_uinteger_cmd for
783 'remoteaddresssize'.
784 * top.c (history_size): Add 'unsigned'.
785 (show_commands): Change local variables to 'unsigned'.
786 (set_history_size_command): Don't check history_size is negative.
787 Adjust the condition to call unstifle_history and set history_size
788 to UNIT_MAX.
789
790 2012-08-28 Pedro Alves <palves@redhat.com>
791
792 PR gdb/14428
793
794 * infcmd.c (default_print_one_register_info): New, factored out
795 from default_print_registers_info.
796 (default_print_registers_info): Use it. Mark value unavailable if
797 necessary.
798 (registers_info): Print user registers with
799 default_print_one_register_info.
800
801 2010-08-27 H.J. Lu <hongjiu.lu@intel.com>
802
803 PR tui/14486
804 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
805 is not NULL before referencing it.
806
807 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
808
809 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
810 variable pc. Call find_pc_line instead of find_pc_overlay, restore
811 original PC for it.
812
813 2012-08-27 Eli Zaretskii <eliz@gnu.org>
814 Jan Kratochvil <jan.kratochvil@redhat.com>
815
816 * auto-load.c (auto_load_objfile_script): Rename to ...
817 (auto_load_objfile_script_1): ... here, change variable realname to
818 parameter realname, document it, add return value, add variable retval.
819 (auto_load_objfile_script): New function.
820
821 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
822
823 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
824 followed by a whitespace.
825
826 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
827
828 PR gdb/14494.
829 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
830 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
831 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
832 here.
833
834 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
835
836 * memattr.c (create_mem_region): Fix memory region overlapping
837 checking.
838
839 2012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
840
841 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
842 with xmalloc/cleanup.
843 * mt-tdep.c (mt_push_dummy_call): Likewise.
844 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
845 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
846
847 2012-08-24 Yao Qi <yao@codesourcery.com>
848
849 * jv-exp.y (push_expression_name): Add "." at the end of error
850 message.
851
852 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
853
854 Document how to return from "python-interactive" to GDB.
855 * python/python.c (_initialize_python): Update documentation.
856
857 2012-08-23 Pedro Alves <palves@redhat.com>
858
859 * infrun.c (_initialize_infrun) <handle command help text>:
860 Mention that multiple signals are supported.
861
862 2012-08-23 Pedro Alves <palves@redhat.com>
863
864 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
865 string.
866
867 2012-08-23 Yao Qi <yao@codesourcery.com>
868
869 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
870 (tfind_1): Don't call registers_changed, set_traceframe_num,
871 and clear_traceframe_info.
872 Call set_current_traceframe.
873 (set_current_traceframe): call set_traceframe_num.
874
875 2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
876
877 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
878 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
879
880 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
881
882 Enable readline in Python in a GDB-specific way and block the
883 standard Python readline module to prevent conflicts with GDB.
884 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
885 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
886 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
887 * python/py-gdb-readline.c: New file.
888 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
889 prototype.
890 * python/python.c (_initialize_python): Call
891 gdbpy_initialize_gdb_readline.
892
893 2012-08-22 Keith Seitz <keiths@redhat.com>
894
895 * defs.h: Include build-gnulib/config.h
896
897 2012-08-22 Joseph Myers <joseph@codesourcery.com>
898
899 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
900 and blx pc.
901
902 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
903
904 Add a new "python-interactive" command that starts a standard
905 Python interactive prompt with "pi" as alias, and add "py" as
906 an alias to "python".
907 * NEWS: Mention the new commands.
908 * python/python.c (eval_python_command): New function.
909 (python_interactive_command): For "python-interactive" with
910 arguments, call eval_python_command. For "python-interactive"
911 without arguments, call PyRun_InteractiveLoop.
912 (_initialize_python): Add "python-interactive" command with
913 "pi" as alias, and add "py" as an alias to "python".
914
915 2012-08-22 Tom Tromey <tromey@redhat.com>
916
917 * defs.h (quit_flag): Don't declare.
918 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
919 (QUIT): Use new functions.
920 * event-top.c (command_handler): Use clear_quit_flag.
921 (handle_sigint): Use set_quit_flag.
922 (async_request_quit): Use check_quit_flag. Don't check
923 immediate_quit.
924 * exceptions.c (throw_exception): Use clear_quit_flag.
925 * main.c (captured_main): Use clear_quit_flag.
926 * python/python.c (clear_quit_flag, set_quit_flag)
927 (check_quit_flag): New functions.
928 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
929 clear_quit_flag.
930 * remote.c (remote_wait_as): Use check_quit_flag,
931 clear_quit_flag.
932 (remote_start_remote): Call QUIT.
933 * symfile.c (load_progress): Use check_quit_flag.
934 * top.c (command_loop): Use clear_quit_flag.
935 (command_line_input): Call QUIT.
936 * utils.c (quit_flag): Conditionally define.
937 (clear_quit_flag, check_quit_flag, set_quit_flag): New
938 functions.
939 (prompt_for_continue): Call QUIT. Use quit, not
940 async_request_quit.
941 * remote-mips.c (mips_expect_timeout): Call QUIT.
942 * monitor.c (monitor_expect): Call QUIT.
943
944 2012-08-22 Tom Tromey <tromey@redhat.com>
945
946 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
947 (async_init_signals): Update.
948 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
949 (SIGWINCH_HANDLER_BODY): Remove.
950
951 2012-08-22 Tom Tromey <tromey@redhat.com>
952
953 * jit.c (jit_object_close_impl): Don't malloc the objfile
954 name.
955 * objfiles.c (allocate_objfile): Don't malloc the objfile
956 name.
957 (free_objfile): Don't free the objfile name.
958 * objfiles.h (struct objfile) <name>: Update comment.
959 * symfile.c (reread_symbols): Fix reference counting. Don't
960 malloc objfile name.
961
962 2012-08-22 Tom Tromey <tromey@redhat.com>
963
964 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
965 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
966 (symfile_bfd_open): Likewise.
967 (generic_load): Likewise.
968 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
969 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
970 gdb_bfd_open.
971 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
972 Use gdb_bfd_open.
973 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
974 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
975 (pmon_load_fast): Likewise.
976 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
977 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
978 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
979 (macho_check_dsym): Likewise.
980 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
981 (m32r_upload_command): Likewise.
982 * gdb_bfd.h (gdb_bfd_cache): Declare.
983 * gdb_bfd.c (struct gdb_bfd_data): New.
984 (gdb_bfd_cache): New global.
985 (struct gdb_bfd_cache_search): New.
986 (hash_bfd): New function.
987 (eq_bfd): Likewise.
988 (gdb_bfd_open): Likewise.
989 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
990 (gdb_bfd_unref): Remove closed BFD from cache. Update for
991 gdb_bfd_data.
992 * exec.c (exec_file_attach): Use gdb_bfd_open.
993 * dsrec.c (load_srec): Use gdb_bfd_open.
994
995 2012-08-22 Tom Tromey <tromey@redhat.com>
996
997 * dwarf2read.c (macro_start_file): Update.
998 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
999 (free_objfile_per_bfd_storage): Destroy macro_cache.
1000 (allocate_objfile, free_objfile): Update.
1001 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
1002 New field.
1003 (struct objfile) <macro_cache>: Remove.
1004 * symfile.c (reread_symbols): Update.
1005 * symmisc.c (print_symbol_bcache_statistics): Update.
1006 (print_objfile_statistics): Update.
1007
1008 2012-08-22 Tom Tromey <tromey@redhat.com>
1009
1010 * elfread.c (elf_symtab_read): Update.
1011 * objfiles.c (objfiles_bfd_data): New global.
1012 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
1013 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
1014 (allocate_objfile, free_objfile): Update.
1015 (_initialize_objfiles): Initialize objfiles_bfd_data.
1016 * objfiles.h (struct objfile_per_bfd_storage): New.
1017 (struct objfile) <per_bfd>: New field.
1018 <filename_cache>: Remove.
1019 (set_objfile_per_bfd): Declare.
1020 * symfile.c (reread_symbols): Update. Call
1021 set_objfile_per_bfd.
1022 (allocate_symtab): Update.
1023 * symmisc.c (print_symbol_bcache_statistics): Update.
1024 (print_objfile_statistics): Print the size of the BFD obstack.
1025
1026 2012-08-22 Tom Tromey <tromey@redhat.com>
1027
1028 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
1029 * gdb_bfd.c: Use DEFINE_REGISTRY.
1030 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
1031 (gdb_bfd_ref): Call bfd_alloc_data.
1032 (gdb_bfd_unref): Call bfd_free_data.
1033
1034 2012-08-22 Tom Tromey <tromey@redhat.com>
1035
1036 * registry.h (struct registry_fields): New.
1037 (REGISTRY_FIELDS): Redefine.
1038 (REGISTRY_ACCESS_FIELD): New macro.
1039 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
1040 functions.
1041
1042 2012-08-22 Tom Tromey <tromey@redhat.com>
1043
1044 * auto-load.c (_initialize_auto_load): Update.
1045 * solib-svr4.c (_initialize_svr4_solib): Update
1046 * solib-dsbt.c (_initialize_dsbt_solib): Update.
1047 * solib-darwin.c (_initialize_darwin_solib): Update.
1048 * registry.h: New file.
1049 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
1050 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
1051 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
1052 (register_program_space_data_with_cleanup)
1053 (register_program_space_data, program_space_alloc_data)
1054 (clear_program_space_data, set_program_space_data)
1055 (program_space_data): Don't declare.
1056 * progspace.c: Use DEFINE_REGISTRY.
1057 (struct program_space_data, struct
1058 program_space_data_registration, struct
1059 program_space_data_registry, program_space_data_registry)
1060 (register_program_space_data_with_cleanup)
1061 (register_program_space_data, program_space_alloc_data)
1062 (program_space_free_data, clear_program_space_data)
1063 (set_program_space_data, program_space_data): Remove.
1064 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
1065 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
1066 (register_objfile_data_with_cleanup, register_objfile_data)
1067 (clear_objfile_data, set_objfile_data, objfile_data): Don't
1068 declare.
1069 * objfiles.c: Use DEFINE_REGISTRY.
1070 (struct objfile_data, struct objfile_data_registration, struct
1071 objfile_data_registry, objfile_data_registry)
1072 (register_objfile_data_with_cleanup, register_objfile_data)
1073 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
1074 (set_objfile_data, objfile_data): Remove.
1075 (_initialize_objfiles): Update.
1076 * jit.c (_initialize_jit): Update.
1077 * inflow.c (_initialize_inflow): Update.
1078 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
1079 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
1080 (register_inferior_data_with_cleanup, register_inferior_data)
1081 (clear_inferior_data, set_inferior_data, inferior_data): Don't
1082 declare.
1083 * inferior.c: Use DEFINE_REGISTRY.
1084 (struct inferior_data, struct inferior_data_registration, struct
1085 inferior_data_registry, inferior_data_registry)
1086 (register_inferior_data_with_cleanup, register_inferior_data)
1087 (inferior_alloc_data, inferior_free_data clear_inferior_data)
1088 (set_inferior_data, inferior_data): Remove.
1089 * auxv.c (_initialize_auxv): Update.
1090 * ada-lang.c (_initialize_ada_language): Update.
1091 * breakpoint.c (_initialize_breakpoint): Update.
1092 * i386-nat.c (i386_use_watchpoints): Update.
1093
1094 2012-08-22 Tom Tromey <tromey@redhat.com>
1095
1096 * exec.c (exec_close, exec_file_attach): Update.
1097 (add_to_section_table): Initialize 'key' field.
1098 (add_target_sections, remove_target_sections): Add 'key' argument.
1099 * exec.h (add_target_sections, remove_target_sections): Add
1100 'key' argument.
1101 * solib.c (solib_map_sections, update_solib_list, clear_solib)
1102 (reload_shared_libraries_1): Update.
1103 * target.h (struct target_section) <key>: New field.
1104
1105 2012-08-22 Tom Tromey <tromey@redhat.com>
1106
1107 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
1108
1109 2012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
1110
1111 * symfile.c (allocate_symtab): Use host_address_to_string
1112 function instead of cast of pointer to long which is not
1113 compatible with x86_64-w64-mingw32 build.
1114
1115 2012-08-19 Andrew Pinski <apinski@cavium.com>
1116
1117 * mips-tdep.c (is_octeon): New function.
1118 (is_octeon_bbit_op): New function.
1119 (mips32_next_pc): Handle Octeon's bbit instructions.
1120 (mips32_instruction_has_delay_slot): Likewise.
1121
1122 2012-08-19 Andrew Pinski <apinski@cavium.com>
1123
1124 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
1125 before the function.
1126
1127 2012-08-19 Andrew Pinski <apinski@cavium.com>
1128
1129 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
1130
1131 2012-08-19 Keith Seitz <keiths@redhat.com>
1132
1133 PR c++/14365
1134 * c-typeprint.c (c_type_print_varspec_prefix): Pass
1135 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
1136
1137 2012-08-18 Eli Zaretskii <eliz@gnu.org>
1138
1139 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
1140 The typo broke "make TAGS".
1141
1142 2012-08-17 Joel Brobecker <brobecker@adacore.com>
1143
1144 GDB 7.5 released.
1145
1146 2012-08-17 Keith Seitz <keiths@redhat.com>
1147
1148 PR c++/13356
1149 * gdbtypes.c (strict_type_checking): New variable.
1150 (show_strict_type_checking): New function.
1151 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
1152 if strict type checking is disabled.
1153 (_initialize_gdbtypes): Add "check type" subcommand.
1154 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
1155
1156 2012-08-17 Keith Seitz <keiths@redhat.com>
1157
1158 * language.h (type_mode): Remove.
1159 (type_check): Remove.
1160 (struct language_defn): Remove la_type_check.
1161 (STRICT_TYPE): Remove unused macro.
1162 (type_error): Remove.
1163 * language.c (set_type_range_case): Renamed to ...
1164 (set_range_case): ... this. Update all callers.
1165 Remove type_mode/type_check.
1166 (type_mode): Remove.
1167 (type_check): Remove.
1168 (show_type_command): Remove.
1169 (set_type_command): Remove.
1170 (language_info): Remove type checking output.
1171 (type_error): Remove unused function.
1172 (range_error): Update comment.
1173 (unknown_language_defn): Remove la_type_check.
1174 (auto_language_defn): Likewise.
1175 (local_language_defn): Likewise.
1176 (_initialize_language): Remove "check type" subcommand.
1177 * ada-lang.c (ada_language_defn): Remove la_type_check.
1178 * c-lang.c (c_language_defn): Likewise.
1179 (cplus_language_defn): Likewise.
1180 (asm_language_defn): Likewise.
1181 (minimal_language_defn): Likewise.
1182 * d-lang.c (d_language_defn): Likewise.
1183 * f-lang.c (f_language_defn): Likewise.
1184 * go-lang.c (go_language_defn): Likewise.
1185 * jv-lang.c (java_language_defn): Likewise.
1186 * m2-lang.c (m2_language_defn): Likewise.
1187 * objc-lang.c (objc_language_defn): Likewise.
1188 * opencl-lang.c (opencl_language_defn): Likewise.
1189 * p-lang.c (pascal_language_defn): Likewise.
1190
1191 2012-08-16 Mike Frysinger <vapier@gentoo.org>
1192
1193 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
1194
1195 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1196
1197 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
1198 New function.
1199 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
1200 using the regache. Use ia64_hpux_get_register_from_save_state_t
1201 to access the bsp and bspstore registers if not.
1202
1203 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1204
1205 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
1206 * breakpoint.c (detach_breakpoints): Change pid parameter into
1207 a ptid. Adjust code accordingly.
1208 * infrun.c (handle_inferior_event): Delete variable child_pid.
1209 Update call to detach_breakpoints to pass the child ptid for
1210 fork events.
1211 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
1212 assert that inferior_ptid's lwp is zero.
1213 (linux_handle_extended_wait): Update call to detach_breakpoints.
1214 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
1215 detach_breakpoints.
1216
1217 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1218
1219 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
1220 parent, only call detach_breakpoints if tts.tts_event ==
1221 TTEVT_VFORK.
1222
1223 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1224
1225 * dwarf2-frame.c (dwarf2_frame_cache): Use
1226 get_frame_address_in_block instead of get_frame_pc as
1227 the bound for executing the frame's FDE.
1228
1229 2012-08-16 Yao Qi <yao@codesourcery.com>
1230
1231 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
1232 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
1233 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
1234 (c_type_print_varspec_suffix): Likewise.
1235 * eval.c (evaluate_subexp_standard): Likewise.
1236 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
1237 (f_type_print_varspec_suffix): Likewise.
1238 * gdbtypes.c (is_scalar_type): Likewise.
1239 (recursive_dump_type): Likewise.
1240 * infcall.c (value_arg_coerce): Likewise.
1241 * m2-valprint.c (m2_val_print): Likewise.
1242 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
1243 (pascal_type_print_varspec_suffix): Likewise.
1244 (pascal_type_print_base): Likewise.
1245 * p-valprint.c (pascal_val_print): Likewise.
1246 (pascal_val_print): Likewise.
1247 * valops.c (value_slice): Likewise.
1248 * valprint.c (scalar_type_p): Likewise.
1249 * valarith.c (value_bitstring_subscript): Remove.
1250 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
1251 Remove comment on TYPE_CODE_BITSTRING.
1252
1253 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
1254 TYPE_CODE_BITSTRING.
1255
1256 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
1257 slot 0.
1258
1259 2012-08-16 Yao Qi <yao@codesourcery.com>
1260
1261 * tracepoint.c (trace_find_none_command): Remove.
1262 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
1263
1264 2012-08-16 Yao Qi <yao@codesourcery.com>
1265
1266 * remote.c (handle_notification): Remove parameter 'length'.
1267 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
1268
1269 2012-08-15 Keith Seitz <keiths@redhat.com>
1270
1271 * gdbtypes.c (opaque_type_resolution): Make static.
1272 Add missing comment.
1273 (overload_debug): Add missing comment.
1274 (show_opaque_type_resolution): Likewise.
1275 (show_overload_debug): Likewise.
1276 (print_bit_vector): Remove unnecessary forward declaration.
1277 (print_arg_types): Likewise.
1278 (dump_fn_fieldlists): Likewise.
1279 (print_cplus_stuff): Likewise.
1280
1281 2012-08-15 Tom Tromey <tromey@redhat.com>
1282
1283 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
1284 (gdb_bfd_ref): Initialize new field.
1285 (gdb_bfd_unref): Unref the archive BFD.
1286 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
1287 parent archive.
1288
1289 2012-08-15 Tom Tromey <tromey@redhat.com>
1290
1291 PR python/14387:
1292 * python/py-bpevent.c (create_breakpoint_event_object): Update
1293 comment.
1294 * python/py-event.c (evpy_add_attribute): Update comment.
1295 * python/py-exitedevent.c (create_exited_event_object): Fix
1296 reference counting and error handling.
1297 * python/py-newobjfileevent.c (create_new_objfile_event_object):
1298 Fix reference counting.
1299 * python/py-signalevent.c (create_signal_event_object): Fix
1300 reference counting and error handling.
1301 * python/py-stopevent.c (emit_stop_event): Fix reference
1302 counting.
1303 * python/py-threadevent.c (get_event_thread): Return a
1304 borrowed reference.
1305 * python/py-type.c (convert_field): Fix reference counting.
1306
1307 2012-08-15 Tom Tromey <tromey@redhat.com>
1308
1309 * dwarf2read.c (dwarf_decode_macro_bytes)
1310 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
1311 as hash key.
1312
1313 2012-08-14 Mike Frysinger <vapier@gentoo.org>
1314
1315 * infcmd.c (_initialize_infcmd): Update help text for the signal,
1316 stepi, nexti, finish, next, step, jump, and continue commands.
1317 * infrun.c (_initialize_infrun): Update help text for the handle
1318 command.
1319
1320 2012-08-14 Doug Evans <dje@google.com>
1321
1322 * gdbtypes.c (struct extra): Delete, unused.
1323
1324 * gdbtypes.c: Whitespace cleanup.
1325 (address_space_name_to_int): Remove "extern" from definition.
1326 (_initialize_gdbtypes): Declare with initialize_file_ftype.
1327
1328 * gdbtypes.c (make_pointer_type): Remove redundant setting of
1329 TYPE_POINTER_TYPE (type).
1330
1331 2012-08-14 Gary Benson <gbenson@redhat.com>
1332
1333 * solib-svr4.c (svr4_free_library_list): Use free_so.
1334
1335 2012-08-13 Mike Frysinger <vapier@gentoo.org>
1336
1337 * .gitignore: Add go-exp.c.
1338
1339 2012-08-13 Doug Evans <dje@google.com>
1340
1341 * value.c (show_convenience): Tweak comment.
1342 (_initialize_values): Mention convenience functions in the help text
1343 for "show convenience".
1344
1345 2012-08-13 Yao Qi <yao@codesourcery.com>
1346
1347 * std-operator.def: Remove TERNOP_SLICE_COUNT.
1348 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
1349 TERNOP_SLICE_COUNT.
1350 * eval.c (evaluate_subexp_standard): Likewise.
1351 * expprint.c (print_subexp_standard): Likewise.
1352 (dump_subexp_body_standard): Likewise.
1353 * parse.c (operator_length_standard): Likewise.
1354
1355 2012-08-13 Yao Qi <yao@codesourcery.com>
1356
1357 * std-operator.def: Remove OP_BITSTRING.
1358 * breakpoint.c (watchpoint_exp_is_const): Update.
1359 * eval.c (evaluate_subexp_standard): Remove handling to
1360 OP_BITSTRING.
1361 * expprint.c (print_subexp_standard): Likewise.
1362 (dump_subexp_body_standard): Likewise.
1363 * parse.c (operator_length_standard): Likewise.
1364 * valops.c (value_bitstring): Remove.
1365 * value.h: Remove the declaration of 'value_bitstring'.
1366
1367 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
1368
1369 * linespec.c (find_methods): Remove unused variables `i1' and
1370 `name_len'.
1371 (decode_line_full): Likewise for `arg_start'.
1372
1373 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
1374
1375 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
1376 (zlib_decompress_section): Likewise for `section_data'.
1377 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
1378
1379 2012-08-10 Doug Evans <dje@google.com>
1380
1381 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
1382 * NEWS: Document them.
1383 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
1384 function/strfns.py.
1385 * python/py-type.c (typy_array_1): New function.
1386 (typy_array): Call it.
1387 (typy_vector): New function.
1388 (type_object_methods): Add "vector".
1389 * python/lib/gdb/function/__init__.py: New file.
1390 * python/lib/gdb/function/strfns.py: New file.
1391
1392 2012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
1393
1394 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
1395 for TYPE_FIELD_BITPOS.
1396 (typy_get_sizeof): Likewise for TYPE_LENGTH.
1397
1398 2012-08-10 Mike Frysinger <vapier@gentoo.org>
1399
1400 PR cli/10436:
1401 * common/vec.h (VEC_merge): Define.
1402 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
1403 (DEF_VEC_ALLOC_FUNC_P): Likewise.
1404 (DEF_VEC_ALLOC_FUNC_O): Likewise.
1405 * completer.c: Include gdb_signals.h.
1406 (signal_completer): Define.
1407 * completer.h (signal_completer): Add prototype.
1408 * infcmd.c (_initialize_infcmd): Assign the command
1409 completer for "signal" to handle_completer.
1410 * infrun.c: Include completer.h.
1411 (handle_completer): Define.
1412 (_initialize_infrun): Declare a new local variable c. Store the
1413 result of add_com("handle") to it. Assign the command
1414 completer for "handle" to handle_completer.
1415
1416 2012-08-09 Yao Qi <yao@codesourcery.com>
1417
1418 * cli/cli-decode.c (set_cmd_prefix): New.
1419 (lookup_cmd_for_prefixlist): New.
1420 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
1421 of each cmd_list_element in *prefixlist.
1422 (add_setshow_cmd_full): set_cmd_prefix.
1423 (add_alias_cmd): Likewise.
1424 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
1425 Declare 'auto_boolean_enums'.
1426 * cli/cli-setshow.c: Include "observer.h".
1427 (notify_command_param_changed_p): New.
1428 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
1429 Remove 'static'.
1430 (do_setshow_command): Split it to ...
1431 (do_set_command, do_show_command): ... them. New.
1432 (do_set_command): Call observer_notify_command_param_changed if
1433 notify_command_param_changed_p returns true.
1434 (cmd_show_list): Caller update.
1435 * auto-load.c (set_auto_load_cmd): Likewise.
1436 * remote.c (show_remote_cmd): Likewise.
1437 * cli/cli-setshow.h: Update declarations.
1438 * top.c (execute_command): Call do_set_command and do_show_command.
1439
1440 * NEWS: Mention new MI notification.
1441 * mi/mi-interp.c: Declare mi_command_param_changed.
1442 (mi_interpreter_init): Attach mi_command_param_changed to
1443 observer command_param_changed.
1444 (mi_command_param_changed): New.
1445 Remove mi_suppress_breakpoint_notifications.
1446 Define global variable mi_suppress_notification.
1447 (mi_breakpoint_created): Update.
1448 (mi_breakpoint_deleted): Likewise.
1449 (mi_breakpoint_modified): Likewise.
1450 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
1451 'gdb-set' and set mi_suppress_notification.
1452 * mi/mi-main.h: (mi_suppress_notification): New struct.
1453
1454 2012-08-09 Andreas Tobler <andreast@fgznet.ch>
1455 Jan Kratochvil <jan.kratochvil@redhat.com>
1456
1457 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
1458
1459 2012-08-09 Yao Qi <yao@codesourcery.com>
1460
1461 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
1462 (skiplist): Move it to skip.c.
1463 (init_cmd_lists): Remove code setting enablebreaklist and
1464 skiplist to NULL.
1465 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
1466 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
1467 skiplist.
1468 * gdbcmd.h: Likewise.
1469 * skip.c (_initialize_step_skip): Move 'skiplist' from
1470 cli/cli-cmds.c.
1471
1472 2012-08-09 Yao Qi <yao@codesourcery.com>
1473
1474 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
1475 * gnu-nat.c, symfile.c: Likewise.
1476
1477 2012-08-08 Aaron Gamble <agamble@google.com>
1478
1479 * utils.c (prompt_for_continue_wait_time): New static global.
1480 (make_command_stats_cleanup): Initialize it.
1481 (report_command_stats): Subtract time waiting for user.
1482 (prompt_for_continue): Track time waiting for user.
1483 (defaulted_query): Track time waiting for user.
1484
1485 2012-08-08 Doug Evans <dje@google.com>
1486
1487 * eval.c (evaluate_subexp_standard): Fix thinko in handling
1488 UNOP_MEMVAL_TYPE.
1489 * expprint.c (print_subexp_standard, case OP_TYPE): New.
1490 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
1491 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
1492 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
1493 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
1494 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
1495 elt.
1496 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
1497 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
1498 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
1499 (dump_prefix_expression): Handle OP_TYPE.
1500
1501 2012-08-08 Keith Seitz <keiths@redhat.com>
1502
1503 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
1504 addr_start.
1505
1506 2012-08-08 Doug Evans <dje@google.com>
1507
1508 * linux-thread-db.c: #include "gdb_vecs.h".
1509 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
1510 updated.
1511 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
1512 (thread_db_load_search): Use a vector to iterate over path elements.
1513 Handle text appearing after "$pdir".
1514
1515 * gdb_string.h: Moved to ...
1516 * common/gdb_string.h: ... here.
1517 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
1518 gdb_string.h and gdb_assert.h.
1519
1520 2012-08-08 Yao Qi <yao@codesourcery.com>
1521
1522 * tic6x-tdep.c (tic6x_register_to_value): Remove.
1523 (tic6x_value_to_register): Likewise.
1524 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
1525 and set_gdbarch_value_to_register.
1526
1527 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1528 Jean-Marc Saffroy <saffroy@gmail.com>
1529
1530 PR 11804
1531 * defs.h (find_memory_region_ftype): New comment. New arg modified.
1532 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
1533 * gcore.c (gcore_create_callback): New function comment. Add modified
1534 parameter. Only write modified regions. Set SEC_READONLY exactly
1535 according to MODIFIED.
1536 (objfile_find_memory_regions): Ignore separate debug info files. Ass
1537 the passed modified value to FUNC.
1538 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
1539 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
1540 first. New variables modified and has_anonymous. Parse the lines of
1541 smaps file. Add the passed MODIFIED value to FUNC.
1542 * procfs.c (find_memory_regions_callback): Add the passed modified
1543 value.
1544
1545 2012-08-06 Tom Tromey <tromey@redhat.com>
1546
1547 * dwarf2-frame.c (clear_pointer_cleanup): New function.
1548 (dwarf2_frame_cache): Use it.
1549 * frame-unwind.h (frame_sniffer_ftype): Document prologue
1550 cache initialization constraint.
1551
1552 2012-08-06 Tom Tromey <tromey@redhat.com>
1553
1554 PR python/14386:
1555 * varobj.c (update_dynamic_varobj_children): Don't call
1556 PyIter_Check.
1557
1558 2012-08-06 Tom Tromey <tromey@redhat.com>
1559
1560 PR cli/14392:
1561 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
1562
1563 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
1564
1565 * NEWS: New entry for 'cd' default parameters.
1566 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
1567
1568 2012-08-03 Tom Tromey <tromey@redhat.com>
1569
1570 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
1571 return.
1572
1573 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
1574
1575 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
1576 to attempting lseek/write.
1577 (inf_child_fileio_pread): Likewise for pread.
1578
1579 2012-08-02 Yao Qi <yao@codesourcery.com>
1580
1581 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
1582 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
1583 add_setshow_zinteger_cmd.
1584 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
1585 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
1586 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
1587 instead of add_setshow_zinteger_cmd.
1588 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
1589 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
1590 instead of add_setshow_zinteger_cmd.
1591 * frame.c (frame_debug): Add 'unsigned'.
1592 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
1593 add_setshow_zinteger_cmd.
1594 * frame.h: Update the declaration of 'frame_debug'.
1595 * gdbtypes.c (overload_debug): Add 'unsigned'.
1596 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
1597 add_setshow_zinteger_cmd.
1598 * inferior.h: Update declaration of 'debug_infrun'.
1599 * infrun.c (debug_infrun): Add 'unsigned'.
1600 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
1601 add_setshow_zinteger_cmd.
1602 * jit.c (jit_debug): Add 'unsigned'.
1603 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
1604 add_setshow_zinteger_cmd.
1605 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
1606 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
1607 instead of add_setshow_zinteger_cmd.
1608 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
1609 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
1610 add_setshow_zinteger_cmd.
1611 * machoread.c (mach_o_debug_level): Add 'unsigned'.
1612 (_initialize_machoread): Call add_setshow_zuinteger_cmd
1613 instead of add_setshow_zinteger_cmd.
1614 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
1615 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
1616 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
1617 intead of add_setshow_zinteger_cmd.
1618 * mips-tdep.c (mips_debug): Add 'unsigned'.
1619 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
1620 instead of add_setshow_zinteger_cmd.
1621 * monitor.c (monitor_debug): Add 'unsigned'.
1622 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
1623 add_setshow_zinteger_cmd.
1624 * observer.c (observer_debug): Add 'unsigned'.
1625 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
1626 add_setshow_zinteger_cmd.
1627 * parse.c (expressiondebug): Add 'unsigned'.
1628 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
1629 add_setshow_zinteger_cmd.
1630 * record.c (record_debug): Add 'unsigned'.
1631 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
1632 add_setshow_zinteger_cmd.
1633 * record.h: Update the declaration of 'record_debug'.
1634 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
1635 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
1636 add_setshow_zinteger_cmd.
1637 * serial.c (global_serial_debug_p): Add 'unsigned'.
1638 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
1639 add_setshow_zinteger_cmd.
1640 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
1641 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
1642 add_setshow_zinteger_cmd.
1643 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
1644 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
1645 add_setshow_zinteger_cmd.
1646 * target.c (targetdebug): Add 'unsigned'.
1647 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
1648 add_setshow_zinteger_cmd.
1649 * valops.c (overload_debug): Add 'unsigned'.
1650 * varobj.c (varobjdebug): Add 'unsigned'.
1651 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
1652 add_setshow_zinteger_cmd.
1653 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
1654 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
1655 instead of add_setshow_zinteger_cmd.
1656
1657 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
1658 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
1659 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
1660 instead of add_setshow_zinteger_cmd.
1661 * gdbarch.c, gdbarch.h: Re-generated.
1662
1663 2012-08-02 Yao Qi <yao@codesourcery.com>
1664
1665 * nto-tdep.c: Don't include cli/cli-decode.h and
1666 cli/cli-cmds.h.
1667 (_initialize_nto_tdep): Remove.
1668 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
1669 Remove field.
1670 Remove macro nto_internal_debugging.
1671
1672 2012-08-01 Richard Henderson <rth@redhat.com>
1673
1674 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
1675 (mep-*-*) [gdb_target_obs]: Likewise.
1676
1677 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
1678
1679 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
1680 linux_get_siginfo_type.
1681
1682 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1683
1684 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
1685 AT_ENTRY_POINT.
1686 (call_function_by_hand) <ON_STACK>: Call write_memory with
1687 gdbarch_breakpoint_from_pc, if possible.
1688 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
1689 here.
1690
1691 2012-07-31 Yao Qi <yao@codesourcery.com>
1692
1693 * tracepoint.c: Add 'static' for some variables.
1694
1695 2012-07-31 Yao Qi <yao@codesourcery.com>
1696
1697 * go32-nat.c: Declare _initialize_go32_nat.
1698 * ser-go32.c: Declare _initialize_ser_dos.
1699 * top.c (do_chdir_cleanup): Add 'static'.
1700
1701 2012-07-30 Keith Seitz <keiths@redhat.com>
1702
1703 * linespec.c (linespec_lex_number): A number followed
1704 by quotes is a valid number, too.
1705
1706 2012-07-30 Tom Tromey <tromey@redhat.com>
1707
1708 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
1709
1710 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
1711
1712 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
1713 attempt to 4-byte-align HW breakpoint addresses for Thumb.
1714
1715 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
1716
1717 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
1718 invalid or reevaluated to prevent prevent references to possibly
1719 delete'd type objects being left in the varobj.
1720
1721 2012-07-27 Tom Tromey <tromey@redhat.com>
1722 Jan Kratochvil <jan.kratochvil@redhat.com>
1723
1724 * copying.awk: Print buffer-read-only and vi ro markers.
1725 * copying.c: Rebuild.
1726 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
1727 * gdbarch.c, gdbarch.h: Rebuild.
1728 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
1729 buffer-read-only and vi ro markers.
1730 * features/arm-with-iwmmxt.c: Rebuild.
1731 * features/arm-with-m-fpa-layout.c: Rebuild.
1732 * features/arm-with-m-vfp-d16.c: Rebuild.
1733 * features/arm-with-m.c: Rebuild.
1734 * features/arm-with-neon.c: Rebuild.
1735 * features/arm-with-vfpv2.c: Rebuild.
1736 * features/arm-with-vfpv3.c: Rebuild.
1737 * features/i386/amd64-avx-linux.c: Rebuild.
1738 * features/i386/amd64-avx.c: Rebuild.
1739 * features/i386/amd64-linux.c: Rebuild.
1740 * features/i386/amd64.c: Rebuild.
1741 * features/i386/i386-avx-linux.c: Rebuild.
1742 * features/i386/i386-avx.c: Rebuild.
1743 * features/i386/i386-linux.c: Rebuild.
1744 * features/i386/i386-mmx-linux.c: Rebuild.
1745 * features/i386/i386-mmx.c: Rebuild.
1746 * features/i386/i386.c: Rebuild.
1747 * features/i386/x32-avx-linux.c: Rebuild.
1748 * features/i386/x32-avx.c: Rebuild.
1749 * features/i386/x32-linux.c: Rebuild.
1750 * features/i386/x32.c: Rebuild.
1751 * features/mips-dsp-linux.c: Rebuild.
1752 * features/mips-linux.c: Rebuild.
1753 * features/mips64-dsp-linux.c: Rebuild.
1754 * features/mips64-linux.c: Rebuild.
1755 * features/rs6000/powerpc-32.c: Rebuild.
1756 * features/rs6000/powerpc-32l.c: Rebuild.
1757 * features/rs6000/powerpc-403.c: Rebuild.
1758 * features/rs6000/powerpc-403gc.c: Rebuild.
1759 * features/rs6000/powerpc-405.c: Rebuild.
1760 * features/rs6000/powerpc-505.c: Rebuild.
1761 * features/rs6000/powerpc-601.c: Rebuild.
1762 * features/rs6000/powerpc-602.c: Rebuild.
1763 * features/rs6000/powerpc-603.c: Rebuild.
1764 * features/rs6000/powerpc-604.c: Rebuild.
1765 * features/rs6000/powerpc-64.c: Rebuild.
1766 * features/rs6000/powerpc-64l.c: Rebuild.
1767 * features/rs6000/powerpc-7400.c: Rebuild.
1768 * features/rs6000/powerpc-750.c: Rebuild.
1769 * features/rs6000/powerpc-860.c: Rebuild.
1770 * features/rs6000/powerpc-altivec32.c: Rebuild.
1771 * features/rs6000/powerpc-altivec32l.c: Rebuild.
1772 * features/rs6000/powerpc-altivec64.c: Rebuild.
1773 * features/rs6000/powerpc-altivec64l.c: Rebuild.
1774 * features/rs6000/powerpc-cell32l.c: Rebuild.
1775 * features/rs6000/powerpc-cell64l.c: Rebuild.
1776 * features/rs6000/powerpc-e500.c: Rebuild.
1777 * features/rs6000/powerpc-e500l.c: Rebuild.
1778 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
1779 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
1780 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
1781 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
1782 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
1783 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
1784 * features/rs6000/powerpc-vsx32.c: Rebuild.
1785 * features/rs6000/powerpc-vsx32l.c: Rebuild.
1786 * features/rs6000/powerpc-vsx64.c: Rebuild.
1787 * features/rs6000/powerpc-vsx64l.c: Rebuild.
1788 * features/rs6000/rs6000.c: Rebuild.
1789 * features/s390-linux32.c: Rebuild.
1790 * features/s390-linux32v1.c: Rebuild.
1791 * features/s390-linux32v2.c: Rebuild.
1792 * features/s390-linux64.c: Rebuild.
1793 * features/s390-linux64v1.c: Rebuild.
1794 * features/s390-linux64v2.c: Rebuild.
1795 * features/s390x-linux64.c: Rebuild.
1796 * features/s390x-linux64v1.c: Rebuild.
1797 * features/s390x-linux64v2.c: Rebuild.
1798 * features/tic6x-c62x-linux.c: Rebuild.
1799 * features/tic6x-c62x.c: Rebuild.
1800 * features/tic6x-c64x-linux.c: Rebuild.
1801 * features/tic6x-c64x.c: Rebuild.
1802 * features/tic6x-c64xp-linux.c: Rebuild.
1803 * features/tic6x-c64xp.c: Rebuild.
1804
1805 2012-07-27 Tom Tromey <tromey@redhat.com>
1806
1807 * c-exp.y (classify_name): Avoid assignment in condition.
1808
1809 2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
1810
1811 * amd64-windows-tdep.c: Include "frame.h".
1812 (amd64_windows_skip_trampoline_code): New function.
1813 (amd64_windows_init_abi): Add trampoline registration.
1814
1815 2012-07-27 Yao Qi <yao@codesourcery.com>
1816
1817 * tracepoint.c (cur_traceframe_number): Remove.
1818 (set_tfile_traceframe): Remove.
1819 (tfile_trace_find, tfile_fetch_registers): Update callers.
1820 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
1821 (tfile_open, tfile_trace_find): Likewise.
1822
1823 2012-07-27 Yao Qi <yao@codesourcery.com>
1824
1825 * thread.c (switch_to_thread): Don't call registers_changed.
1826
1827 2012-07-26 Tom Tromey <tromey@redhat.com>
1828
1829 * Makefile.in (SFILES): Remove objc-exp.y.
1830 (YYFILES): Remove objc-exp.c.
1831 (YYOBJ): Remove objc-exp.o.
1832 (local-maintainer-clean): Don't mention objc-exp.c.
1833 * c-exp.y: Include objc-lang.h.
1834 (%union) <class>: New field.
1835 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
1836 (exp): Clone subscript production for OBJC_LBRAC. Add various
1837 Objective C productions.
1838 (msglist, msgarglist, msgarg): New productions.
1839 (array_mod, func_mod, operator): Clone productions for
1840 OBJC_LBRAC.
1841 (parse_string_or_char): Handle '@' strings.
1842 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
1843 (classify_name): Check la_name_of_this. Recognize ObjC class
1844 names.
1845 * objc-exp.y: Remove.
1846 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
1847 * objc-lang.h (objc_parse, objc_error): Don't declare.
1848
1849 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
1850
1851 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
1852
1853 2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1854
1855 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
1856 and decrement.
1857
1858 2012-07-26 Tom Tromey <tromey@redhat.com>
1859
1860 * copying.c: Rebuild.
1861 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
1862 'no_class'.
1863
1864 2012-07-26 Tom Tromey <tromey@redhat.com>
1865
1866 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
1867 immediate_quit.
1868 (print_objfile_statistics): Likewise.
1869 (maintenance_print_symbols): Likewise.
1870 (maintenance_print_msymbols): Likewise.
1871 (maintenance_print_objfiles): Likewise.
1872 * psymtab.c (print_partial_symbols): Call QUIT.
1873 (maintenance_print_psymbols): Likewise. Don't modify
1874 immediate_quit.
1875 * copying.c (show_copying_command): Don't modify immediate_quit.
1876 (show_warranty_command): Likewise.
1877 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
1878
1879 2012-07-26 Keith Seitz <keiths@redhat.com>
1880
1881 * linespec.c (linespec_lexer_lex_number): The input
1882 is also a valid number if the next character is a comma
1883 or colon.
1884
1885 2012-07-26 Joel Brobecker <brobecker@adacore.com>
1886
1887 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
1888 configure options.
1889
1890 2012-07-26 Tristan Gingold <gingold@adacore.com>
1891
1892 * machoread.c: Include gdb_bfd.h.
1893
1894 2012-07-26 Tristan Gingold <gingold@adacore.com>
1895
1896 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
1897 offset.
1898
1899 2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1900
1901 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
1902 SIZE to size_t.
1903 (dwarf2_evaluate_loc_desc): Likewise.
1904 (dwarf2_loc_desc_needs_frame): Likewise.
1905 (locexpr_describe_location_1): Likewise.
1906 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
1907 size_t.
1908 (struct dwarf2_loclist_baton): Likewise.
1909 * dwarf2read.c (struct dwarf_block): Likewise.
1910 (dump_die_shallow): Use pulongest to print dwarf_block.size.
1911 (decode_locdesc): Expand SIZE and I to size_t.
1912
1913 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1914
1915 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
1916
1917 2012-07-25 Joel Brobecker <brobecker@adacore.com>
1918
1919 * doublest.c (convert_doublest_to_floatformat): If the exponent
1920 is too small, treat the value as zero. If the exponent is too
1921 large, treat the value as infinity.
1922
1923 2012-07-25 Joel Brobecker <brobecker@adacore.com>
1924
1925 * configure.ac: Add --enable-lmcheck configure option.
1926 * configure: Regenerate.
1927
1928 2012-07-25 Tom Tromey <tromey@redhat.com>
1929
1930 * NEWS: Mention maint info bfds.
1931 * gdb_bfd.c (all_bfds): New global.
1932 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
1933 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
1934 New functions.
1935
1936 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
1937
1938 * configure.tgt: Add v850*-*-rtems*.
1939
1940 2012-07-25 Tom Tromey <tromey@redhat.com>
1941
1942 * macrotab.c (macro_bcache_str): Remove cast.
1943
1944 2012-07-25 Hui Zhu <hui_zhu@mentor.com>
1945
1946 * linespec.c (linespec_lexer_lex_number): Update comments,
1947 change the return and add check to make sure the input is
1948 the decimal numbers.
1949 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
1950 false, call linespec_lexer_lex_string.
1951
1952 2012-07-24 Tom Tromey <tromey@redhat.com>
1953
1954 * symfile.c (symbol_file_add): Don't open BFD twice.
1955
1956 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
1957
1958 * breakpoint.c (create_breakpoint): Store condition for pending
1959 breakpoints.
1960
1961 2012-07-24 Andreas Schwab <schwab@linux-m68k.org>
1962
1963 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
1964 (m68k_return_value): Handle complex types like structures.
1965 (m68k_svr4_return_value): Likewise.
1966
1967 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
1968
1969 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
1970 parameters to bfd_get_section_name.
1971
1972 2012-07-24 Yao Qi <yao@codesourcery.com>
1973
1974 * cli/cli-setshow.c: Handle case 'var_uinteger'
1975 and 'var_zuninteger' together. Handle case 'var_integer' and
1976 'var_zinteger' together.
1977
1978 2012-07-23 Keith Seitz <keiths@redhat.com>
1979
1980 * linespec.c (convert_linespec_to_sal): Don't add
1981 any symbols to the result vector if symbol_to_sal
1982 returns zero.
1983
1984 2012-07-23 Keith Seitz <keiths@redhat.com>
1985
1986 * linespec.c (decode_objc): Record the function name
1987 in the linespec.
1988
1989 2012-07-23 Tom Tromey <tromey@redhat.com>
1990
1991 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
1992 counting.
1993 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
1994 (map_vmap): Acquire a reference to the BFD.
1995
1996 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
1997
1998 * p-valprint.c (pascal_object_print_value): Replace potentially
1999 unsafe alloca with xmalloc/xfree.
2000 * valops.c (search_struct_method): Likewise.
2001
2002 2012-07-23 Tom Tromey <tromey@redhat.com>
2003
2004 * solib-svr4.c (enable_break): Update.
2005 * bfd-target.h (target_bfd_reopen): Update documentation.
2006
2007 2012-07-23 Tom Tromey <tromey@redhat.com>
2008
2009 * symfile.c (separate_debug_file_exists): Update.
2010 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
2011 (reread_symbols): Update.
2012 * elfread.c (build_id_verify): Update.
2013 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
2014 bfd_open_maybe_remote.
2015
2016 2012-07-23 Tom Tromey <tromey@redhat.com>
2017
2018 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
2019
2020 2012-07-23 Tom Tromey <tromey@redhat.com>
2021
2022 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
2023 and 'abfd'.
2024 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
2025 and 'abfd'.
2026 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
2027 * machoread.c (macho_add_oso_symfile): Make a cleanup for
2028 'abfd'.
2029 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
2030 * objfiles.c (allocate_objfile): Acquire a new reference.
2031 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
2032 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
2033 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
2034 a cleanup for 'nbfd'.
2035 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
2036 for 'nbfd'.
2037 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
2038 make a cleanup for 'abfd'.
2039 (symbol_file_add): Make a BFD cleanup.
2040
2041 2012-07-23 Tom Tromey <tromey@redhat.com>
2042
2043 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
2044 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
2045 * corelow.c (core_open): Use gdb_bfd_fopen.
2046 * dsrec.c (load_srec): Use gdb_bfd_openr.
2047 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
2048 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
2049 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2050 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2051 (gdb_bfd_fdopenr): New functions.
2052 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2053 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2054 (gdb_bfd_fdopenr): Declare.
2055 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
2056 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
2057 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
2058 gdb_bfd_openr_next_archived_file.
2059 (macho_check_dsym): Use gdb_bfd_openr.
2060 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
2061 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
2062 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
2063 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
2064 gdb_bfd_openr.
2065 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
2066 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
2067 gdb_bfd_openr_next_archived_file.
2068 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2069 Use gdb_bfd_openr.
2070 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2071 gdb_bfd_openr.
2072 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
2073 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
2074 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
2075 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
2076 (symfile_bfd_open): Use gdb_bfd_fopen.
2077 (generic_load): Use gdb_bfd_openr.
2078 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
2079
2080 2012-07-23 Tom Tromey <tromey@redhat.com>
2081
2082 * bfd-target.c (target_bfd_reopen): Update.
2083 * cli/cli-dump.c (bfd_openr_with_cleanup)
2084 (bfd_openw_with_cleanup): Update.
2085 * corelow.c (core_open): Update.
2086 * dsrec.c (load_srec): Update.
2087 * exec.c (exec_file_attach): Update.
2088 * gcore.c (create_gcore_bfd): Update.
2089 * gdb_bfd.c (gdb_bfd_ref): Return void.
2090 (gdb_bfd_open): Update.
2091 * gdb_bfd.h (gdb_bfd_ref): Return void.
2092 Update comments.
2093 * jit.c (jit_bfd_try_read_symtab): Update.
2094 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2095 * machoread.c (macho_symfile_read_all_oso): Update.
2096 (macho_check_dsym): Update.
2097 * procfs.c (insert_dbx_link_bpt_in_file): Update.
2098 * remote-m32r-sdi.c (m32r_load): Update.
2099 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
2100 * rs6000-nat.c (add_vmap): Update.
2101 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2102 Update.
2103 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
2104 * solib-spu.c (spu_bfd_open): Update.
2105 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
2106 * spu-linux-nat.c (spu_bfd_open): Update.
2107 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
2108 (generic_load): Update.
2109 * windows-nat.c (windows_make_so): Update.
2110
2111 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
2112
2113 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
2114
2115 2012-07-20 Jeff Kenton <jkenton@tilera.com>
2116
2117 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
2118 SIGTRAMP_FRAME unwinding.
2119
2120 2012-07-20 Doug Evans <dje@google.com>
2121
2122 * NEWS: Document new options "set/show use-deprecated-index-sections",
2123 and delete reference to --use-deprecated-index-sections.
2124 * symfile.h (use_deprecated_index_sections): Delete.
2125 * dwarf2read.c (use_deprecated_index_sections): Make static.
2126 (read_index_from_section): Update wording of how to load
2127 deprecated index sections.
2128 (_initialize_dwarf2_read): New options
2129 "set/show use-deprecated-index-sections".
2130 * main.c (captured_main): Delete --use-deprecated-index-sections.
2131
2132 2012-07-20 Pedro Alves <palves@redhat.com>
2133
2134 PR threads/11692
2135 PR gdb/12203
2136
2137 * infrun.c (handle_inferior_event) <new thread>: Don't special
2138 case minus_one_ptid.
2139 <TARGET_WAITKIND_SPURIOUS>: Ditto.
2140 * linux-thread-db.c (thread_get_info_callback): Don't return early
2141 if the thread is zombie.
2142 (thread_from_lwp): Change return type to void. Rewrite stale
2143 comment.
2144 (attach_thread): Don't return early if the thread is zombie,
2145 instead set its "dying" flag.
2146 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
2147 (find_new_threads_callback): Don't return early if the thread is
2148 zombie.
2149
2150 2012-07-20 Pedro Alves <palves@redhat.com>
2151
2152 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
2153 * target.c (target_wait): Likewise.
2154 (str_comma_list_concat_elem, do_option, target_options_to_string):
2155 New functions.
2156 * target.h (target_options_to_string): Declare.
2157
2158 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2159 Tom Tromey <tromey@redhat.com>
2160
2161 * dwarf2read.c (dwarf_decode_macros)
2162 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
2163 DW_MACRO_GNU_transparent_include_alt>: New cases.
2164 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
2165 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
2166
2167 2012-07-20 Tom Tromey <tromey@redhat.com>
2168
2169 * dwarf2read.c (try_open_dwo_file): Don't call
2170 gdb_bfd_stash_filename.
2171
2172 2012-07-20 Pedro Alves <palves@redhat.com>
2173
2174 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2175 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
2176 (i386_process_record): Tweak description comments.
2177
2178 2012-07-20 Pedro Alves <palves@redhat.com>
2179
2180 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2181 (i386_process_record): Use record_read_memory.
2182 * record.c (record_read_memory): New function.
2183 (record_arch_list_add_mem, record_exec_insn): Use
2184 record_read_memory.
2185 * record.h (record_read_memory): Declare.
2186
2187 2012-07-20 Yao Qi <yao@codesourcery.com>
2188
2189 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
2190 NULL for xfree.
2191
2192 2012-07-19 Pedro Alves <palves@redhat.com>
2193
2194 * record.c (record_resume): Ask the target beneath to report all
2195 signals.
2196
2197 2012-07-19 Doug Evans <dje@google.com>
2198
2199 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
2200 there's no section at address zero.
2201 (dwarf2_record_block_ranges): Ditto.
2202
2203 2012-07-19 Yao Qi <yao@codesourcery.com>
2204
2205 * command.h, remote.c: Fix a typo in comment.
2206
2207 2012-07-19 Tom Tromey <tromey@redhat.com>
2208
2209 PR exp/13206:
2210 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
2211 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
2212 OP_DECLTYPE>: New cases.
2213 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
2214 (type_exp): Add new productions.
2215 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
2216 and decltype.
2217 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
2218 New case.
2219 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
2220 OP_DECLTYPE>: New case.
2221 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
2222 New case.
2223 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
2224 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
2225
2226 2012-07-19 Tom Tromey <tromey@redhat.com>
2227
2228 * c-exp.y (enum token_flags): New.
2229 (struct token) <cxx_only>: Remove.
2230 <flags>: New field.
2231 (tokentab3, tokentab2, ident_tokens): Update.
2232 (lex_one_token): Update. Handle FLAG_SHADOW.
2233
2234 2012-07-19 Tom Tromey <tromey@redhat.com>
2235
2236 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
2237 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
2238 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
2239 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
2240 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
2241 type_exp production where appropriate.
2242 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
2243 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
2244 <UNOP_MEMVAL_TYPE>: New case.
2245 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
2246 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
2247 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
2248 <UNOP_MEMVAL_TYPE>: New case.
2249 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
2250 UNOP_REINTERPRET_CAST>: Update.
2251 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2252 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
2253 UNOP_REINTERPRET_CAST>: Update.
2254 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2255 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
2256 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
2257 constants.
2258
2259 2012-07-19 Yao Qi <yao@codesourcery.com>
2260 Jan Kratochvil <jan.kratochvil@redhat.com>
2261
2262 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
2263 and case 'var_optional_filename' together.
2264 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
2265 instead of add_setshow_optional_filename_cmd for setshow command
2266 'args'. Set completer for 'set args'.
2267
2268 2012-07-18 Doug Evans <dje@google.com>
2269
2270 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
2271 * common/gdb_vecs.c: New file, contents from utils.c.
2272 * common/host-defs.h: New file, contents from defs.h.
2273 * utils.h: New file, contents from defs.h.
2274 * defs.h: Move all declarations of objects defined in utils.c
2275 to utils.h (except QUIT() and related).
2276 #include "utils.h", "host-defs.h".
2277 * probe.h (probe_p): Move here from gdb_vecs.h.
2278 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
2279 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
2280 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
2281 * Makefile.in (SFILES): Add common/gdb_vecs.c.
2282 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
2283 (COMMON_OBS): Add gdb_vecs.o.
2284 (gdb_vecs.o): New rule.
2285
2286 2012-07-18 Keith Seitz <keiths@redhat.com>
2287
2288 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
2289 parameter. If non-zero, use SYMNAME as the canonical name
2290 for the SaL.
2291 Update all callers.
2292 (convert_linespec_to_sals): Use add_sal_to_sals for
2293 expressions, too.
2294 (decode_line_full): No need to "fill in missing canonical names"
2295 anymore. Simply make cleanups for the allocated names.
2296
2297 2012-07-18 Keith Seitz <keiths@redhat.com>
2298
2299 * linespec.c (struct linespec): Constify expression,
2300 source_filename, function_name, and label_name.
2301 (symbol_not_found_error): Make all parameters const.
2302 (linespec_parser_delete): No need to check for NULL
2303 when using xfree. Cast const char * to char * for xfree.
2304
2305 2012-07-18 Keith Seitz <keiths@redhat.com>
2306
2307 * breakpoint.c (invalid_thread_id_error): New function.
2308 (find_condition_and_thread): Use invalid_thread_id_error.
2309 (watch_command_1): Likewise.
2310
2311 2012-07-18 Tom Tromey <tromey@redhat.com>
2312
2313 * cc-with-index.sh, cc-with-dwz.sh: Remove.
2314 * contrib/cc-with-tweaks.sh: New file.
2315
2316 2012-07-18 Tom Tromey <tromey@redhat.com>
2317
2318 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
2319 (locate_dwz_sections): Recognize .gdb_index.
2320 (create_cus_from_index_list): New function.
2321 (create_cus_from_index): Use it. Handle .dwz data.
2322 (read_index_from_section): New function, extracted from
2323 dwarf2_read_index.
2324 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
2325 if needed.
2326
2327 2012-07-18 Tom Tromey <tromey@redhat.com>
2328
2329 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
2330 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
2331 <is_dwz>: New field.
2332 (struct dwz_file): New.
2333 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
2334 (locate_dwz_sections, dwarf2_get_dwz_file)
2335 (get_abbrev_section_for_cu): New functions.
2336 (error_check_comp_unit_head, read_and_check_comp_unit_head)
2337 (read_and_check_type_unit_head): Add abbrev_section argument.
2338 (create_debug_types_hash_table): Update.
2339 (init_cutu_and_read_dies): Use proper abbrev section.
2340 (init_cutu_and_read_dies_no_follow): Likewise.
2341 (set_partial_user): Do nothing if PST==NULL.
2342 (read_comp_units_from_section): New function.
2343 (create_all_comp_units): Use it.
2344 (scan_partial_symbols, partial_die_parent_scope): Update.
2345 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2346 (process_imported_unit_die, read_partial_die): Handle .dwz files.
2347 (find_partial_die): Add offset_in_dwz argument. Update.
2348 (guess_partial_die_structure_name, fixup_partial_die): Update.
2349 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
2350 DW_FORM_GNU_strp_alt.
2351 (read_indirect_string_from_dwz): New function.
2352 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
2353 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2354 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
2355 (follow_die_offset): Add offset_in_dwz argument.
2356 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
2357 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
2358 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
2359 Handle new macro forms.
2360 (dwarf_decode_macros): Update.
2361 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
2362 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
2363 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
2364 (create_debug_types_hash_table): Use correct abbrev section.
2365 (get_debug_line_section): New function.
2366 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
2367 (process_full_comp_unit): Pass 'required' argument to
2368 end_symtab_get_static_block.
2369 * buildsym.h (end_symtab_get_static_block): Update.
2370 * buildsym.c (end_symtab_get_static_block): Add 'required'
2371 argument.
2372 (end_symtab, end_expandable_symtab): Update.
2373
2374 2012-07-18 Tom Tromey <tromey@redhat.com>
2375
2376 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
2377 (pagesize): Remove.
2378 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
2379 (zlib_decompress_section): Remove.
2380 (dwarf2_read_section): Use gdb_bfd_map_section.
2381 (munmap_section_buffer): Remove.
2382 (free_dwo_file, dwarf2_per_objfile_free): Don't use
2383 munmap_section_buffer.
2384 * gdb_bfd.c: Include zlib.h, sys/mman.h.
2385 (struct gdb_bfd_section_data): New.
2386 (free_one_bfd_section): New function.
2387 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
2388 (get_section_descriptor, zlib_decompress_section)
2389 (gdb_bfd_map_section): New functions.
2390 * gdb_bfd.h (gdb_bfd_map_section): Declare.
2391
2392 2012-07-18 Tom Tromey <tromey@redhat.com>
2393
2394 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
2395
2396 2012-07-18 Tom Tromey <tromey@redhat.com>
2397
2398 * gdb_bfd.c (struct gdb_bfd_data): New.
2399 (gdb_bfd_cache): New global.
2400 (struct gdb_bfd_cache_search): New.
2401 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
2402 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
2403 * gdb_bfd.h (gdb_bfd_open): Declare.
2404
2405 2012-07-18 Tom Tromey <tromey@redhat.com>
2406
2407 * utils.c (make_cleanup_bfd_unref): Rename from
2408 make_cleanup_bfd_close.
2409 * defs.h (make_cleanup_bfd_unref): Rename from
2410 make_cleanup_bfd_close.
2411 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
2412 (bfd_openw_with_cleanup): Update.
2413 * corelow.c (core_open): Update.
2414 * dsrec.c (load_srec): Update.
2415 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2416 * remote-m32r-sdi.c (m32r_load): Update.
2417 * remote-mips.c (mips_load_srec): Update.
2418 (pmon_load_fast): Update.
2419 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2420 Update.
2421 (darwin_bfd_open): Update.
2422 * solib.c (solib_bfd_fopen): Update.
2423 * symfile-mem.c (symbol_file_add_from_memory): Update.
2424 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
2425 (symfile_bfd_open): Update.
2426 (generic_load): Update.
2427
2428 2012-07-18 Tom Tromey <tromey@redhat.com>
2429
2430 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
2431 (pmon_load_fast): Likewise.
2432 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
2433 (m32r_upload_command): Likewise.
2434 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
2435 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2436 Use make_cleanup_bfd_close.
2437
2438 2012-07-18 Tom Tromey <tromey@redhat.com>
2439
2440 * symfile.c (symfile_bfd_open): Don't copy name. Call
2441 gdb_bfd_stash_filename.
2442 (load_command): Open the new BFD before freeing the old.
2443 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
2444 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
2445 Call gdb_bfd_stash_filename.
2446 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
2447 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
2448 gdb_bfd_stash_filename.
2449 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2450 Free found_pathname.
2451 * rs6000-nat.c (add_vmap): Don't copy filename. Call
2452 gdb_bfd_stash_filename.
2453 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
2454 * machoread.c (macho_add_oso_symfile): Call
2455 gdb_bfd_stash_filename.
2456 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
2457 gdb_bfd_stash_filename.
2458 (macho_check_dsym): Don't copy filename. Call
2459 gdb_bfd_stash_filename.
2460 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
2461 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
2462 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
2463 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
2464 * exec.c (exec_close): Don't free the BFD's filename.
2465 (exec_file_attach): Don't copy the filename. Call
2466 gdb_bfd_stash_filename.
2467 * corelow.c (core_close): Don't free the BFD's filename.
2468 (core_open): Call gdb_bfd_stash_filename.
2469 * corefile.c (reopen_exec_file): Remove #if 0 code.
2470 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
2471 pathname.
2472 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
2473
2474 2012-07-18 Tom Tromey <tromey@redhat.com>
2475
2476 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
2477 gdb_bfd_unref.
2478 (free_dwo_file): Use gdb_bfd_unref.
2479 * cli/cli-dump.c: Include gdb_bfd.h.
2480 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
2481 (bfd_openr_with_cleanup): Likewise.
2482 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
2483 gdb_bfd_unref.
2484 * utils.c: Include gdb_bfd.h.
2485 (do_bfd_close_cleanup): Use gdb_bfd_unref.
2486 * symfile.c: Include gdb_bfd.h.
2487 (separate_debug_file_exists): Use gdb_bfd_unref.
2488 (bfd_open_maybe_remote): Use gdb_bfd_ref.
2489 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2490 (generic_load): Use gdb_bfd_ref.
2491 (reread_symbols): Use gdb_bfd_unref.
2492 * symfile-mem.c: Include gdb_bfd.h.
2493 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
2494 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2495 * solib.c: Include gdb_bfd.h.
2496 (solib_bfd_fopen): Use gdb_bfd_ref.
2497 (solib_bfd_open): Use gdb_bfd_unref.
2498 (free_so_symbols): Use gdb_bfd_unref.
2499 (reload_shared_libraries_1): Use gdb_bfd_unref.
2500 * solib-spu.c: Include gdb_bfd.h.
2501 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
2502 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
2503 gdb_bfd_unref.
2504 * solib-frv.c: Include gdb_bfd.h.
2505 (enable_break2): Use gdb_bfd_unref.
2506 * solib-dsbt.c: Include gdb_bfd.h.
2507 (enable_break2): Use gdb_bfd_unref.
2508 * solib-darwin.c: Include gdb_bfd.h.
2509 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
2510 gdb_bfd_unref.
2511 (darwin_bfd_open): Use gdb_bfd_unref.
2512 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
2513 * remote-mips.c: Include gdb_bfd.h.
2514 (mips_load_srec): Use gdb_bfd_ref.
2515 (pmon_load_fast): Use gdb_bfd_ref.
2516 * remote-m32r-sdi.c: Include gdb_bfd.h.
2517 (m32r_load): Use gdb_bfd_ref.
2518 * record.c: Include gdb_bfd.h.
2519 (record_save_cleanups): Use gdb_bfd_unref.
2520 (cmd_record_save): Use gdb_bfd_unref.
2521 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
2522 gdb_bfd_unref.
2523 * objfiles.h (gdb_bfd_close_or_warn): Remove.
2524 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
2525 * objfiles.c: Include gdb_bfd.h.
2526 (free_objfile): Use gdb_bfd_unref.
2527 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
2528 gdb_bfd.c.
2529 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
2530 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
2531 (macho_check_dsym): Likewise.
2532 * m32r-rom.c: Include gdb_bfd.h.
2533 (m32r_load): Use gdb_bfd_ref.
2534 (m32r_upload_command): Use gdb_bfd_ref.
2535 * jit.c: Include gdb_bfd.h.
2536 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
2537 * gdb_bfd.h: New file.
2538 * gdb_bfd.c: New file.
2539 * gcore.c: Include gdb_bfd.h.
2540 (create_gcore_bfd): Use gdb_bfd_ref.
2541 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
2542 (gcore_command): Use gdb_bfd_unref.
2543 * exec.c: Include gdb_bfd.h.
2544 (exec_close): Use gdb_bfd_unref.
2545 (exec_close_1): Use gdb_bfd_unref.
2546 (exec_file_attach): Use gdb_bfd_ref.
2547 * elfread.c: Include gdb_bfd.h.
2548 (build_id_verify): Use gdb_bfd_unref.
2549 * dsrec.c: Include gdb_bfd.h.
2550 (load_srec): Use gdb_bfd_ref.
2551 * corelow.c: Include gdb_bfd.h.
2552 (core_close): Use gdb_bfd_unref.
2553 (core_open): Use gdb_bfd_ref.
2554 * bfd-target.c: Include gdb_bfd.h.
2555 (target_bfd_xclose): Use gdb_bfd_unref.
2556 (target_bfd_reopen): Use gdb_bfd_ref.
2557 * Makefile.in (SFILES): Add gdb_bfd.c.
2558 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
2559 (COMMON_OBS): Add gdb_bfd.o.
2560
2561 2012-07-18 Keith Seitz <keiths@redhat.com>
2562
2563 * breakpoint.c (find_condition_and_thread): Initialize
2564 TASK and REST.
2565 (create_breakpiont): find_condition_and_thread will now
2566 initialize COND_STRING, THREAD, and REST (and TASK).
2567 (addr_string_to_sals): Likewise.
2568
2569 2012-07-18 Pedro Alves <palves@redhat.com>
2570
2571 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
2572 Pull the single step breakpoints out of the target.
2573
2574 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
2575
2576 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
2577 * stap-probe.c (compile_probe_arg): Likewise.
2578
2579 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
2580
2581 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
2582 (elf_compile_to_ax): Likewise.
2583 * infrun.c (insert_exception_resume_from_probe): Likewise.
2584 (check_exception_resume): Remove `objfile' variable.
2585 * probe.c (find_probe_by_pc): Remove `objfile' argument.
2586 (struct probe_and_objfile, probe_and_objfile_s): Delete.
2587 (collect_probes): Adjust return value to `VEC (probe_p) *'.
2588 (compare_entries): Rename to...
2589 (compare_probes): ...this. Adjust function to work with
2590 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
2591 respectively.
2592 (gen_ui_out_table_header_info): Adjust `probes' argument to be
2593 `VEC (probe_p) *'.
2594 (print_ui_out_info): Adjust argument to be `struct probe *'.
2595 (info_probes_for_ops): Adjust internal computations to use
2596 `VEC (probe_p) *'.
2597 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
2598 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
2599 gen_info_probes_table_values>: Remove `objfile' argument.
2600 (struct probe) <objfile>: New field.
2601 (find_probe_by_pc): Remove `objfile' argument.
2602 * stap-probe.c (stap_parse_probe_arguments): Likewise.
2603 (stap_get_probe_argument_count): Likewise.
2604 (stap_get_arg): Likewise.
2605 (stap_evaluate_probe_argument): Likewise.
2606 (stap_compile_to_ax): Likewise.
2607 (compile_probe_arg): Refactor not to pass `objfile' anymore.
2608 (handle_stap_probe): Fill `objfile' field from `struct probe'.
2609 (stap_gen_info_probes_table_header): Remove `objfile' argument.
2610 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
2611 sym_compile_to_ax>: Likewise.
2612
2613 2012-07-18 Terry Guo <terry.guo@arm.com>
2614
2615 PR 14329
2616 * defs.h (GDB_MI_MSG_WIDTH): New.
2617 * ser_base (ser_base_read_error_fd): New function.
2618 (do_ser_base_readchar): Poll error file descriptor as well as
2619 standard output.
2620 (generic_readchar): Refactor error handling.
2621
2622 2012-07-18 Joel Brobecker <brobecker@adacore.com>
2623
2624 * NEWS: Create a new section for the next release branch.
2625 Rename the section of the current branch, now that it has
2626 been cut.
2627
2628 2012-07-18 Joel Brobecker <brobecker@adacore.com>
2629
2630 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
2631 * version.in: Bump version to 7.5.50.20120718-cvs.
2632
2633 2012-07-17 Keith Seitz <keiths@redhat.com>
2634
2635 * linespec.c (linespec_parse_line_offset): Make parameter
2636 const.
2637
2638 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2639
2640 PR 11914
2641 * f-valprint.c (info_common_command): New variable frame_id.
2642 Reinitialize FI form FRAME_ID after each print_variable_and_value.
2643 * printcmd.c (print_variable_and_value): Extend function comment.
2644 Add comment for invalidated FRAME.
2645 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
2646 FI form FRAME_ID after each print_frame_local_vars.
2647 (struct print_variable_and_value_data): Change frame to frame_id.
2648 (do_print_variable_and_value): New variable frame, initialize it from
2649 p->frame_id. Add comment for invalidated FRAME.
2650 (print_frame_local_vars, print_frame_arg_vars): New function comment.
2651 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
2652 for invalidated FRAME.
2653
2654 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
2655 Pedro Alves <palves@redhat.com>
2656
2657 * linux-nat.c (linux_nat_detach): Don't unregister from the event
2658 loop.
2659
2660 2012-07-16 Tom Tromey <tromey@redhat.com>
2661
2662 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
2663
2664 2012-07-15 Doug Evans <dje@google.com>
2665
2666 * dwarf2read.c (stmt_list_hash): New struct.
2667 (type_unit_group): Embed "per_cu" member, remove pointer.
2668 New union member "t", move member "tus" into it, all uses updated.
2669 New member "hash", replaces member "line_offset, all uses updated.
2670 (quick_file_names): Replace member "offset" with "hash", all uses
2671 updated.
2672 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
2673 (hash_file_name_entry, eq_file_name_entry): Call them.
2674 (hash_type_unit_group, eq_type_unit_group): Ditto.
2675 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
2676 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
2677 (dw2_get_file_names): Update.
2678 (create_type_unit_group): Replace "per_cu" arg with "cu".
2679 All callers updated. Fix "quick" (.gdb_index) handling.
2680 (get_type_unit_group): Replace "per_cu" arg with "cu".
2681 All callers updated.
2682 (build_type_unit_groups): Don't reset tu_stats.
2683
2684 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
2685 "tab_cur_size". Change member "tab" to be a htab_t.
2686 (create_filename_seen_cache): Update.
2687 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
2688 (filename_seen): Update.
2689
2690 2012-07-13 Doug Evans <dje@google.com>
2691
2692 * symtab.c (filename_seen): Update comment.
2693
2694 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2695 Doug Evans <dje@google.com>
2696
2697 * buildsym.c (end_symtab_1): Split it to ...
2698 (end_symtab_get_static_block): ... this ...
2699 (end_symtab_from_static_block): ... and this function.
2700 (end_symtab, end_expandable_symtab): Call them.
2701 * buildsym.h (end_symtab_get_static_block)
2702 (end_symtab_from_static_block): New declarations.
2703 * dwarf2read.c (process_full_comp_unit): New variable static_block.
2704 Set its valid CU ranges.
2705
2706 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2707
2708 * dwarf2loc.c (disassemble_dwarf_expression): Handle
2709 DW_OP_GNU_parameter_ref.
2710
2711 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2712
2713 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
2714 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
2715
2716 2012-07-13 Doug Evans <dje@google.com>
2717
2718 * symtab.c (output_source_filename): Delete unnecessary forward decl.
2719 (filename_seen_cache): New struct.
2720 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
2721 (create_filename_seen_cache): New function.
2722 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
2723 (filename_seen): Delete arg "first". New arg "cache". All callers
2724 updated.
2725 (output_source_filename_data): New struct.
2726 (output_source_filename): Delete arg "first". New arg "data".
2727 All callers updated.
2728 (sources_info): Delete local "first". New locals "data", "cleanups".
2729 Rewrite to use filename_seen_cache.
2730 (add_partial_filename_data): Delete member "first". New member
2731 "filename_seen_cache". All uses updated.
2732 (make_source_files_completion_list): Rewrite to use
2733 filename_seen_cache.
2734
2735 2012-07-12 Doug Evans <dje@google.com>
2736
2737 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
2738
2739 2012-07-10 Doug Evans <dje@google.com>
2740
2741 PR gdb/13498
2742 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
2743 all_type_unit_groups, type_unit_groups, tu_stats.
2744 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
2745 All uses updated. Add type_unit_group to union "s".
2746 (type_unit_group): New struct.
2747 (IS_TYPE_UNIT_GROUP): New macro.
2748 (abbrev_table): Delete unused member "section".
2749 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
2750 (dw2_get_cu): Assert not used with type_unit_group.
2751 (dw2_get_primary_cu): New function.
2752 (dw2_build_type_unit_groups_reader): New function.
2753 (dw2_build_type_unit_groups): New function.
2754 (dw2_get_file_names): Assert not called on type units.
2755 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
2756 Redo loop to iterate over type unit groups instead of type units.
2757 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
2758 (read_abbrev_offset): New function.
2759 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
2760 updated.
2761 (create_partial_symtab): New function.
2762 (process_psymtab_comp_unit_reader): Assert not used with type units.
2763 Call create_partial_symtab.
2764 (process_psymtab_type_unit): Delete.
2765 (hash_type_unit_group, eq_type_unit_group): New functions.
2766 (allocate_type_unit_groups_table): New function.
2767 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
2768 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
2769 (create_type_unit_group, get_type_unit_group): New functions.
2770 (tu_abbrev_offset): New struct.
2771 (sort_tu_by_abbrev_offset): New function.
2772 (add_type_unit_group_to_table): New function.
2773 (build_type_unit_groups): New function.
2774 (build_type_psymtabs_reader): New function.
2775 (build_type_psymtab_dependencies): New function.
2776 (build_type_psymtabs): Rewrite.
2777 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
2778 is seen in a type unit.
2779 (process_queue): Move symtab expansion debugging printfs here.
2780 Call process_full_type_unit for type units.
2781 (compute_symtab_includes): Assert not called for type units.
2782 (process_cu_includes): Don't call compute_symtab_includes for
2783 type units.
2784 (process_full_type_unit): New function.
2785 (process_imported_unit_die): Flag an error if called for type units.
2786 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
2787 updated. Assert not called for type units.
2788 (read_file_scope): Call dwarf2_start_symtab.
2789 (setup_type_unit_groups): New function.
2790 (read_type_unit_scope): Rewrite.
2791 (abbrev_table_read_table): Initialize abbrev_table->offset.
2792 (abbrev_table_free_cleanup): New function.
2793 (dwarf2_start_symtab): New function.
2794 (load_full_type_unit): Assert not called for type unit groups.
2795 * buildsym.c (finish_block_internal): New arg "expandable".
2796 All callers updated.
2797 (start_symtab): Move most contents to ...
2798 (restart_symtab): ... here. New function.
2799 (reset_symtab_globals): New function.
2800 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
2801 Call reset_symtab_globals.
2802 (end_symtab, end_expandable_symtab): New functions.
2803 (set_missing_symtab, augment_type_symtab): New functions.
2804 * buildsym.h (end_expandable_symtab): Declare.
2805 (augment_type_symtab, restart_symtab): Declare.
2806 * psympriv.h (struct partial_symtab): New member "anonymous".
2807 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
2808 anonymous psymtabs.
2809 (read_psymtabs_with_filename): Ditto.
2810 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
2811 (expand_symtabs_matching_via_partial): Ditto.
2812 (dump_psymtab): Update.
2813 * dictionary.c (dict_add_pending): New function.
2814 * dictionary.h (dict_add_pending): Declare.
2815
2816 2012-07-09 Doug Evans <dje@google.com>
2817
2818 * buildsym.c (start_subfile): Remove unnecessary check for
2819 name == NULL.
2820
2821 * psymtab.c (allocate_psymtab): Use host_address_to_string.
2822
2823 * dwarf2read.c (load_full_type_unit): Simplify.
2824
2825 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
2826 to struct signatured_type **. All uses updated.
2827
2828 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
2829 All callers updated.
2830
2831 2012-07-09 Tom Tromey <tromey@redhat.com>
2832
2833 * c-exp.y (check_parameter_typelist): New function.
2834 (parameter_typelist): Call it.
2835 * eval.c (make_params): Handle '(void)' case.
2836 * gdbtypes.c (lookup_function_type_with_arguments): Handle
2837 '(void)' case.
2838
2839 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2840
2841 * common/linux-ptrace.c: Include gdb_assert.h.
2842 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
2843 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
2844 stdint.h.
2845 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
2846 functions.
2847 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
2848 * linux-nat.c (linux_child_post_attach)
2849 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
2850
2851 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2852
2853 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
2854 nptl <2.7 bug workaround for core files.
2855
2856 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2857
2858 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
2859 clearing.
2860 (save_siginfo): Remove.
2861 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
2862 call.
2863 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
2864 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
2865 * linux-nat.h (struct lwp_info): Remove field siginfo.
2866
2867 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2868
2869 Code cleanup for the next patch.
2870 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
2871 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
2872 call for it.
2873 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
2874 (ia64_linux_stopped_data_address):
2875 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
2876 the return value.
2877 * linux-nat.h (linux_nat_get_siginfo): Likewise.
2878 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
2879 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
2880 call for it.
2881
2882 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2883
2884 PR 14321
2885 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
2886 Increase buffer sizes to 2x we need, not just 2x of the previous size.
2887
2888 2012-07-06 Tom Tromey <tromey@redhat.com>
2889
2890 * c-exp.y (DOTDOTDOT): New token.
2891 (func_mod, exp): Use parameter_typelist.
2892 (parameter_typelist): New production.
2893 (tokentab3): Add "..." token.
2894 * eval.c (make_params): Handle varargs.
2895 * gdbtypes.c (lookup_function_type_with_arguments): Handle
2896 varargs.
2897
2898 2012-07-06 Tom Tromey <tromey@redhat.com>
2899
2900 PR exp/9608:
2901 * c-exp.y (%union) <tvec>: Change type.
2902 (func_mod): Now uses <tvec> type.
2903 (exp): Update for tvec change.
2904 (direct_abs_decl): Push the typelist.
2905 (func_mod): Return a typelist.
2906 (nonempty_typelist): Update for tvec change.
2907 * gdbtypes.c (lookup_function_type_with_arguments): New function.
2908 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
2909 * parse.c (pop_type_list): New function.
2910 (push_typelist): New function.
2911 (follow_types): Handle tp_function_with_arguments.
2912 * parser-defs.h (type_ptr): New typedef. Define a VEC.
2913 (enum type_pieces) <tp_function_with_arguments>: New constant.
2914 (union type_stack_elt) <typelist_val>: New field.
2915 (push_typelist): Declare.
2916
2917 2012-07-06 Tom Tromey <tromey@redhat.com>
2918
2919 * c-exp.y (%union) <type_stack>: New field.
2920 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
2921 (ptr_operator_ts): New production.
2922 (ptype): Update.
2923 * parse.c (type_stack_reserve): New function.
2924 (check_type_stack_depth): Use it.
2925 (pop_type_stack, append_type_stack, push_type_stack)
2926 (get_type_stack, type_stack_cleanup): New functions.
2927 (follow_types): Handle tp_type_stack.
2928 (_initialize_parse): Simplify initialization.
2929 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
2930 constant.
2931 (union type_stack_elt) <stack_val>: New field.
2932 (get_type_stack, append_type_stack, push_type_stack)
2933 (type_stack_cleanup): Declare.
2934
2935 2012-07-06 Tom Tromey <tromey@redhat.com>
2936
2937 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
2938 Remove.
2939 (struct type_stack): New.
2940 * parse.c (type_stack, type_stack_size, type_stack_depth):
2941 Remove.
2942 (type_stack): New global.
2943 (parse_exp_in_context, check_type_stack_depth)
2944 (insert_into_type_stack, insert_type, push_type, push_type_int)
2945 (insert_type_address_space, pop_type, pop_type_int)
2946 (_initialize_parse): Update.
2947
2948 2012-07-06 Tom Tromey <tromey@redhat.com>
2949
2950 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
2951 Remove %type.
2952
2953 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
2954
2955 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
2956
2957 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
2958 Jan Kratochvil <jan.kratochvil@redhat.com>
2959
2960 * cp-valprint.c (cp_print_value): Replace potentially unsafe
2961 alloca with xmalloc/xfree.
2962
2963 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
2964
2965 * MAINTAINERS (Write After Approval): Add myself to the list.
2966
2967 2012-07-05 Doug Evans <dje@google.com>
2968
2969 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
2970
2971 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
2972
2973 * ax-gdb.c (cli/cli-utils.h): New include.
2974 (linespec.h): Ditto.
2975 (agent_eval_command_one): New function.
2976 (agent_command_1): Ditto.
2977 (agent_command): Call function agent_command_1.
2978 (agent_eval_command): Ditto.
2979 (_initialize_ax_gdb): Change help for "maint agent"
2980 and "maint agent-eval".
2981
2982 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
2983
2984 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
2985 * cli/cli-utils.c (check_for_argument): New function.
2986 * cli/cli-utils.h (check_for_argument): Ditto.
2987
2988 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
2989
2990 * NEWS: Mention x32 ABI support.
2991
2992 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
2993
2994 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
2995 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
2996
2997 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
2998 and pc_regnum_from_eax to -1. Update SP regnum from
2999 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
3000 needed.
3001
3002 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
3003 pc_regnum_from_eax.
3004
3005 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3006
3007 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
3008 * dwarf2expr.h: Include gdbtypes.h.
3009 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
3010 these forward declarations.
3011 (cu_offset, sect_offset): Move these ...
3012 * gdbtypes.h: Remove include dwarf2expr.h.
3013 (cu_offset, sect_offset): ... here.
3014
3015 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
3016
3017 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
3018 (amd64_linux_sigtramp_code): This.
3019 (amd64_x32_linux_sigtramp_code): New.
3020 (LINUX_SIGTRAMP_LEN): Updated.
3021 (amd64_linux_sigtramp_start): Check x32 sigtramp.
3022
3023 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3024
3025 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
3026
3027 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3028
3029 * config.in: Regenerate.
3030 * configure: Regenerate.
3031 * configure.ac: Remove check for gnu/libc-version.h.
3032 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
3033 gnu/libc-version.h.
3034 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
3035 variables libc_version, libc_major and libc_minor. Replace sscanf by
3036 inferior_has_bug. Extend the comment.
3037
3038 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3039
3040 * linux-thread-db.c (inferior_has_bug): New function.
3041 (thread_db_find_new_threads_silently): Return boolean as checked by
3042 inferior_has_bug, describe it in the comments.
3043 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
3044 earlier. Abort the initialization if it returned non-zero.
3045 (thread_db_new_objfile): Exclude debug files.
3046 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
3047 if UNTIL_NO_NEW,
3048
3049 2012-07-02 Doug Evans <dje@google.com>
3050
3051 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
3052 related to queue management.
3053
3054 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
3055 instead of "debug dwarf2-die" in debugging printfs.
3056 (create_debug_info_hash_table_reader): Ditto.
3057 (create_debug_info_hash_table): Ditto.
3058 (init_dwo_file): Ditto.
3059 (init_cutu_and_read_dies): Add debugging printf.
3060 (init_cutu_and_read_dies_no_follow): Ditto.
3061 (process_psymtab_comp_unit_reader): Ditto.
3062
3063 2012-07-02 Stan Shebs <stan@codesourcery.com>
3064
3065 Add target-side support for dynamic printf.
3066 * NEWS: Mention the additional style.
3067 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
3068 (struct bp_location): New field cmd_bytecode.
3069 * breakpoint.c: Include format.h.
3070 (disconnected_dprintf): New global.
3071 (parse_cmd_to_aexpr): New function.
3072 (build_target_command_list): New function.
3073 (insert_bp_location): Call it.
3074 (remove_breakpoints_pid): Skip dprintf breakpoints.
3075 (print_one_breakpoint_location): Ditto.
3076 (dprintf_style_agent): New global.
3077 (dprintf_style_enums): Add dprintf_style_agent.
3078 (update_dprintf_command_list): Add agent case.
3079 (agent_printf_command): New function.
3080 (_initialize_breakpoint): Add new commands.
3081 * common/ax.def (printf): New bytecode.
3082 * ax.h (ax_string): Declare.
3083 * ax-gdb.h (gen_printf): Declare.
3084 * ax-gdb.c: Include cli-utils.h, format.h.
3085 (gen_printf): New function.
3086 (maint_agent_print_command): New function.
3087 (_initialize_ax_gdb): Add maint agent-printf command.
3088 * ax-general.c (ax_string): New function.
3089 (ax_print): Add printf disassembly.
3090 * Makefile.in (SFILES): Add format.c
3091 (COMMON_OBS): Add format.o.
3092 * common/format.h: New file.
3093 * common/format.c: New file.
3094 * printcmd.c: Include format.h.
3095 (ui_printf): Call parse_format_string.
3096 * remote.c (remote_state): New field breakpoint_commands.
3097 (PACKET_BreakpointCommands): New enum.
3098 (remote_breakpoint_commands_feature): New function.
3099 (remote_protocol_features): Add new BreakpointCommands entry.
3100 (remote_can_run_breakpoint_commands): New function.
3101 (remote_add_target_side_commands): New function.
3102 (remote_insert_breakpoint): Call it.
3103 (remote_insert_hw_breakpoint): Ditto.
3104 (_initialize_remote): Add new packet configuration for
3105 target-side breakpoint commands.
3106 * target.h (struct target_ops): New field
3107 to_can_run_breakpoint_commands.
3108 (target_can_run_breakpoint_commands): New macro.
3109 * target.c (update_current_target): Handle
3110 to_can_run_breakpoint_commands.
3111
3112 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3113
3114 Execute -ix and -iex only after system and user gdbinit files.
3115 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
3116 processing down after gdbinit files.
3117
3118 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3119
3120 Add fnmatch-gnu module.
3121 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
3122 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
3123 * gnulib/aclocal.m4: Regenerate.
3124 * gnulib/config.in: Regenerate.
3125 * gnulib/configure: Regenerate.
3126 * gnulib/import/dummy.c: Remove.
3127 * gnulib/import/Makefile.am: Regenerate.
3128 * gnulib/import/Makefile.in: Likewise.
3129 * gnulib/import/m4/gnulib-cache.m4: Likewise.
3130 * gnulib/import/m4/gnulib-comp.m4: Likewise.
3131 * gnulib/import/alloca.c: New file.
3132 * gnulib/import/alloca.in.h: Likewise.
3133 * gnulib/import/config.charset: Likewise.
3134 * gnulib/import/fnmatch.c: Likewise.
3135 * gnulib/import/fnmatch.in.h: Likewise.
3136 * gnulib/import/fnmatch_loop.c: Likewise.
3137 * gnulib/import/localcharset.c: Likewise.
3138 * gnulib/import/localcharset.h: Likewise.
3139 * gnulib/import/m4/alloca.m4: Likewise.
3140 * gnulib/import/m4/codeset.m4: Likewise.
3141 * gnulib/import/m4/configmake.m4: Likewise.
3142 * gnulib/import/m4/fcntl-o.m4: Likewise.
3143 * gnulib/import/m4/fnmatch.m4: Likewise.
3144 * gnulib/import/m4/glibc21.m4: Likewise.
3145 * gnulib/import/m4/localcharset.m4: Likewise.
3146 * gnulib/import/m4/locale-fr.m4: Likewise.
3147 * gnulib/import/m4/locale-ja.m4: Likewise.
3148 * gnulib/import/m4/locale-zh.m4: Likewise.
3149 * gnulib/import/m4/mbrtowc.m4: Likewise.
3150 * gnulib/import/m4/mbsinit.m4: Likewise.
3151 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
3152 * gnulib/import/m4/mbstate_t.m4: Likewise.
3153 * gnulib/import/m4/stdbool.m4: Likewise.
3154 * gnulib/import/m4/wchar_h.m4: Likewise.
3155 * gnulib/import/m4/wctype_h.m4: Likewise.
3156 * gnulib/import/m4/wint_t.m4: Likewise.
3157 * gnulib/import/mbrtowc.c: Likewise.
3158 * gnulib/import/mbsinit.c: Likewise.
3159 * gnulib/import/mbsrtowcs-impl.h: Likewise.
3160 * gnulib/import/mbsrtowcs-state.c: Likewise.
3161 * gnulib/import/mbsrtowcs.c: Likewise.
3162 * gnulib/import/ref-add.sin: Likewise.
3163 * gnulib/import/ref-del.sin: Likewise.
3164 * gnulib/import/stdbool.in.h: Likewise.
3165 * gnulib/import/streq.h: Likewise.
3166 * gnulib/import/strnlen1.c: Likewise.
3167 * gnulib/import/strnlen1.h: Likewise.
3168 * gnulib/import/verify.h: Likewise.
3169 * gnulib/import/wchar.in.h: Likewise.
3170 * gnulib/import/wctype.in.h: Likewise.
3171
3172 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3173
3174 Support shell wildcards for 'set auto-load safe-path'.
3175 * auto-load.c: Include fnmatch.h.
3176 (filename_is_in_dir): Rename to ...
3177 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
3178 it. Update function comment. Rename dir_len to pattern_len. New
3179 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
3180 messages. Use gdb_filename_fnmatch.
3181 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
3182 pattern.
3183 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
3184 * defs.h (gdb_filename_fnmatch): New declaration.
3185 * utils.c: Include fnmatch.h.
3186 (gdb_filename_fnmatch): New function.
3187
3188 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
3189
3190 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
3191 `-probe' and `-probe-stap' options.
3192
3193 2012-07-01 Yao Qi <yao@codesourcery.com>
3194
3195 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
3196 always_inserted_off, and always_inserted_enums.
3197 Change always_inserted_mode's type to 'enum auto_boolean'.
3198 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
3199 callers.
3200 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
3201 of add_setshow_enum_cmd.
3202 * infrun.c: Remove can_use_displaced_stepping_auto,
3203 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
3204 can_use_displaced_stepping_enum.
3205 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
3206 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
3207 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
3208 add_setshow_enum_cmd.
3209
3210 2012-06-30 Doug Evans <dje@google.com>
3211
3212 * dwarf2read.c (signatured_type): Make "per_cu" member first.
3213 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
3214 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
3215
3216 2012-06-29 Doug Evans <dje@google.com>
3217
3218 * linespec.c: #include "stack.h".
3219 (decode_line_with_current_source): Moved here from symtab.c and
3220 renamed from decode_line_spec. All callers updated.
3221 (decode_line_with_last_displayed): Moved here from breakpoint.c and
3222 renamed from decode_line_spec_1. All callers updated.
3223 * linespec.h (decode_line_with_current_source): Move declaration here
3224 from symtab.h and renamed from decode_line_spec.
3225 (decode_line_with_last_displayed): Move declaration here from symtab.h
3226 and renamed from decode_line_spec_1.
3227 * macrocmd.c: #include "linespec.h".
3228 * symtab.c: Remove #include "linespec.h".
3229
3230 2012-06-28 Doug Evans <dje@google.com>
3231
3232 * dwarf2read.c (get_cu_length): New function.
3233 (offset_in_cu_p, error_check_comp_unit_head): Call it.
3234 (create_debug_types_hash_table): Ditto.
3235 (init_cutu_and_read_dies): Ditto.
3236 (init_cutu_and_read_dies_no_follow): Ditto.
3237
3238 * dwarf2read.c (dwarf2_find_base_address): Move definition.
3239
3240 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
3241 (struct abbrev_table): Define.
3242 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
3243 abbrev_table.
3244 (init_cutu_and_read_dies): Update.
3245 (abbrev_table_alloc_abbrev): New function. Replaces
3246 dwarf_alloc_abbrev. All callers updated.
3247 (abbrev_table_add_abbrev): New function.
3248 (abbrev_table_lookup_abbrev): New function. Replaces
3249 dwarf2_lookup_abbrev. All callers updated.
3250 (abbrev_table_read_table): New function. Contents moved here from
3251 dwarf2_read_abbrevs.
3252 (dwarf2_read_abbrevs): Call it.
3253 (abbrev_table_free): New function.
3254 (dwarf2_free_abbrev_table): Call it.
3255
3256 2012-06-28 Stan Shebs <stan@codesourcery.com>
3257
3258 * osdata.c (info_osdata_command): Filter out "Title" columns
3259 from non-MI uses.
3260 * common/linux-osdata.c (struct osdata_type): Add title field.
3261 (osdata_table): Add titles to each entry.
3262 (linux_command_xfer_osdata): Add a column for title data.
3263
3264 2012-06-28 Stan Shebs <stan@codesourcery.com>
3265
3266 Make logging work for MI.
3267 * NEWS: Mention it.
3268 * interps.h (interp_set_logging_ftype): New typedef.
3269 (struct interp_procs): New field set_logging_proc.
3270 (current_interp_set_logging): Declare.
3271 * interps.c (current_interp_set_logging): New function.
3272 * cli/cli-logging.c: Include interps.h.
3273 (set_logging_redirect): Call current_interp_set_logging.
3274 (pop_output_files): Ditto.
3275 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
3276 * mi/mi-console.h (mi_console_set_raw): Declare.
3277 * mi/mi-console.c (mi_console_set_raw): New function.
3278 * mi/mi-interp.c (saved_raw_stdout): New global.
3279 (mi_set_logging): New function.
3280 (_initialize_mi_interp): Add it to interp procs.
3281
3282 2012-06-28 Doug Evans <dje@google.com>
3283
3284 * symtab.c (lookup_symbol_aux_objfile): Use
3285 ALL_OBJFILE_PRIMARY_SYMTABS.
3286
3287 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
3288
3289 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3290
3291 * common/buffer.c: Include inttypes.h and stdint.h.
3292 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
3293
3294 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3295 Pedro Alves <palves@redhat.com>
3296
3297 * gdbthread.h (ALL_THREADS): New macro.
3298 (thread_list): Declare.
3299 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
3300 going, but instead fall through to the stepping handling.
3301 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
3302 the passed in signal. Adjust debug output.
3303 (resume_callback): Rename to ...
3304 (linux_nat_resume_callback): ... this. Pass the thread's last
3305 stop signal, if in "pass" state.
3306 (linux_nat_resume): Adjust to rename.
3307 (stop_wait_callback): New assertion. Don't respawn signals;
3308 instead let the LWP remain with SIGNALLED set.
3309 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
3310 * remote.c (append_pending_thread_resumptions): New.
3311 (remote_vcont_resume): Call it.
3312 * target.h (target_resume): Extend comment.
3313
3314 2012-06-28 Iain Sandoe <iain@codesourcery.com>
3315
3316 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
3317
3318 2012-06-27 Doug Evans <dje@google.com>
3319
3320 * dwarf2read.c (dwarf2_cu): Add ranges_base.
3321 Delete have_addr_base, unused. All uses updated.
3322 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
3323 (dwarf2_get_pc_bounds): Add ranges_base.
3324 (dwarf2_record_block_ranges): Ditto.
3325
3326 2012-06-27 Tom Tromey <tromey@redhat.com>
3327
3328 PR macros/7961:
3329 * varobj.c (varobj_create): Update.
3330 (varobj_set_value): Update.
3331 * tracepoint.c (validate_actionline): Update.
3332 (encode_actions_1): Update.
3333 * parse.c (parse_exp_1): Add 'pc' argument.
3334 (parse_exp_in_context): Add 'pc' argument. Change how
3335 expression_context_pc is set.
3336 (parse_expression): Update.
3337 (parse_field_expression): Update.
3338 * expression.h (parse_exp_1): Update.
3339 * eval.c (parse_to_comma_and_eval): Update.
3340 * breakpoint.c (set_breakpoint_condition): Update.
3341 (update_watchpoint): Update.
3342 (init_breakpoint_sal): Update
3343 (find_condition_and_thread): Update.
3344 (watch_command_1): Update.
3345 (update_breakpoint_locations): Update.
3346 * ada-lang.c (ada_read_renaming_var_value): Update.
3347 (create_excep_cond_exprs): Update.
3348
3349 2012-06-27 Doug Evans <dje@google.com>
3350
3351 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
3352 type units.
3353
3354 2012-06-26 Doug Evans <dje@google.com>
3355
3356 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
3357 prototype.
3358 (error_check_comp_unit_head): New arg abbrev_section. All callers
3359 updated.
3360 (read_and_check_comp_unit_head): Ditto.
3361 (read_and_check_type_unit_head): Ditto.
3362
3363 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3364
3365 New attribute 'last' for gdb.Symtab_and_line.
3366 * NEWS (Python Scripting): Add entry about the new attribute.
3367 * python/py-symtab.c (salpy_get_last): New function which
3368 implements the get method for the 'last' attribute of
3369 gdb.Symtab_and_line.
3370 (sal_object_getset): Add entry for the 'last' attribute.
3371
3372 2012-06-26 Doug Evans <dje@google.com>
3373
3374 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
3375 (dwo_sections): Add macinfo, macro.
3376 (dwarf2_locate_dwo_sections): Watch for macro sections.
3377 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
3378 All callers updated. Handle DWO files.
3379
3380 * NEWS: Mention new options "set debug dwarf2-read" and
3381 "set debug symtab-create".
3382 * dwarf2read.c (dwarf2_read_debug): New static global.
3383 (dwarf2_build_psymtabs_hard): Add debugging printfs.
3384 (process_queue): Ditto.
3385 (process_full_comp_unit): Ditto.
3386 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
3387 * elfread.c (elf_symfile_read): Add debugging printf.
3388 * minsyms.c (install_minimal_symbols): Ditto.
3389 * psymtab.c (allocate_psymtab): Ditto.
3390 * symfile.c (allocate_symtab): Ditto.
3391 * symtab.c (symtab_create_debug): New global.
3392 (_initialize_symtab): Add new option "set debug symtab-create".
3393 * symtab.h (symtab_create_debug): Declare.
3394
3395 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
3396 (lookup_dwo_type_unit): Ditto.
3397
3398 2012-06-26 Roland McGrath <roland@hack.frob.com>
3399 H.J. Lu <hongjiu.lu@intel.com>
3400
3401 * amd64-linux-nat.c: Include <sys/user.h>.
3402 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
3403 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
3404 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
3405
3406 * configure.ac: Check if the fs_base and gs_base members of
3407 `struct user_regs_struct' exist.
3408 * config.in: Regenerated.
3409 * configure: Likewise.
3410
3411 2012-06-25 Michael Eager <eager@eagercon.com>
3412
3413 PR python/14291
3414 * python/python.c (gdbpy_write): Check for interrupted output.
3415
3416 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
3417
3418 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
3419 register as a stack alignment in ARM mode.
3420
3421 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3422
3423 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
3424 * gnulib/config.in: Regenerate.
3425 * gnulib/configure: Likewise.
3426 * gnulib/import/m4/extensions.m4: Update it.
3427 * gnulib/import/m4/gnulib-common.m4: Likewise.
3428 * gnulib/import/m4/memmem.m4: Likewise.
3429 * gnulib/import/m4/mmap-anon.m4: Likewise.
3430 * gnulib/import/m4/multiarch.m4: Likewise.
3431 * gnulib/import/stdint.in.h: Likewise.
3432
3433 2012-06-24 Yao Qi <yao@codesourcery.com>
3434
3435 * corefile.c (write_memory_with_notification): New.
3436 * gdbcore.h: Declare write_memory_with_notification.
3437 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
3438 'observer_notify_memory_changed' with 'write_memory_with_notification'.
3439 * valops.c (value_assign): Likewise.
3440 * python/py-inferior.c (infpy_write_memory): Call
3441 'write_memory_with_notification'.
3442
3443 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3444
3445 * cc-with-index.sh: Use also -ex "set auto-load no".
3446
3447 2012-06-23 Doug Evans <dje@google.com>
3448
3449 PR 14125
3450 * NEWS: Document additions to .gdb_index.
3451 * dwarf2read.c: #include "gdb/gdb-index.h".
3452 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
3453 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
3454 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
3455 (dwarf2_read_index): Recognize version 7.
3456 (dw2_do_expand_symtabs_matching): New args want_specific_block,
3457 block_kind, domain): All callers updated.
3458 (dw2_find_symbol_file): Handle new index CU values.
3459 (dw2_expand_symtabs_matching): Match symbol kind if requested.
3460 (add_index_entry): New args is_static, kind. All callers updated.
3461 (offset_type_compare, uniquify_cu_indices): New functions
3462 (symbol_kind): New function.
3463 (write_psymtabs_to_index): Remove duplicate CU values.
3464 (write_psymtabs_to_index): Write .gdb_index version 7.
3465
3466 2012-06-22 Joel Brobecker <brobecker@adacore.com>
3467
3468 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
3469 * configure: Regenerate.
3470
3471 2012-06-20 Yao Qi <yao@codesourcery.com>
3472
3473 * python/py-inferior.c: Update comments of infpy_read_memory
3474 and infpy_write_memory.
3475
3476 2012-06-19 Tom Tromey <tromey@redhat.com>
3477
3478 PR exp/9514:
3479 * parser-defs.h (insert_type, insert_type_address_space): Declare.
3480 (push_type_address_space): Remove.
3481 * parse.c (insert_into_type_stack): New function.
3482 (insert_type): Likewise.
3483 (insert_type_address_space): Rename from push_type_address_space.
3484 Insert tp_space_identifier.
3485 * c-exp.y (ptr_operator): New production.
3486 (abs_decl): Use ptr_operator.
3487 (space_identifier): Call insert_type_address_space.
3488 (ptype): Don't use const_or_volatile_or_space_identifier.
3489 (const_or_volatile_noopt): Call insert_type.
3490 (conversion_type_id, conversion_declarator): New productions.
3491 (operator): Use conversion_type_id.
3492
3493 2012-06-18 Doug Evans <dje@google.com>
3494
3495 * symtab.h (minimal_symbol): New member created_by_gdb.
3496 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
3497 created by gdb.
3498 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
3499 (search_symbols): Call it instead of lookup_symbol.
3500 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
3501
3502 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
3503 Adjust address for DW_OP_GNU_addr_index.
3504 * dwarf2expr.h (dwarf_expr_context): Update comment.
3505 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
3506 all callers updated. Handle TLS vars described with
3507 DW_OP_GNU_const_index.
3508 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
3509 and DW_OP_GNU_const_index.
3510 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
3511
3512 * block.c (find_block_in_blockvector): Make explicit the fact that we
3513 ignore GLOBAL_BLOCK.
3514
3515 2012-06-18 Tom Tromey <tromey@redhat.com>
3516
3517 * c-exp.y (operator): Remove trailing space after "delete" and
3518 "delete[]".
3519
3520 2012-06-18 Mark Kettenis <kettenis@gnu.org>
3521 Jan Kratochvil <jan.kratochvil@redhat.com>
3522
3523 Switch i386 and derived targets to ON_STACK.
3524 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
3525 (amd64_dicos_init_abi): Remove its installment.
3526 * dicos-tdep.c (dicos_init_abi): Remove the
3527 set_gdbarch_call_dummy_location call. Update the comment here.
3528 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
3529 (i386_dicos_init_abi): Remove its installment.
3530 * i386-tdep.c (i386_push_dummy_code): New function.
3531 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
3532 i386_push_dummy_code.
3533
3534 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3535
3536 Remove stale dummy frames.
3537 * breakpoint.c: Include dummy-frame.h.
3538 (longjmp_breakpoint_ops): New variable.
3539 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
3540 bp_longjmp_call_dummy.
3541 (bpstat_what, bptype_string, print_one_breakpoint_location)
3542 (init_bp_location): Support bp_longjmp_call_dummy.
3543 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
3544 (set_longjmp_breakpoint_for_call_dummy)
3545 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
3546 functions.
3547 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
3548 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
3549 FIXME comment and extend the other comment for bp_call_dummy.
3550 (set_longjmp_breakpoint_for_call_dummy)
3551 (check_longjmp_breakpoint_for_call_dummy): New declarations.
3552 * dummy-frame.c: Include gdbthread.h.
3553 (pop_dummy_frame_bpt): New function.
3554 (pop_dummy_frame): Call pop_dummy_frame_bpt.
3555 (dummy_frame_discard): New function.
3556 (cleanup_dummy_frames): Update the comment about longjmps.
3557 * dummy-frame.h (dummy_frame_discard): New declaration.
3558 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
3559 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
3560 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
3561 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
3562 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
3563 keep_going if IS_LONGJMP and there is no other reason to stop.
3564
3565 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
3566
3567 * remote-sim.c (sim_command_completer): Initialize
3568 variable 'result'.
3569
3570 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3571
3572 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
3573 * dwarf2loc.c (call_site_parameter_matches): Support
3574 CALL_SITE_PARAMETER_PARAM_OFFSET.
3575 (needs_dwarf_reg_entry_value): Push stub value.
3576 * dwarf2read.c (read_call_site_scope): New variable origin. Support
3577 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
3578 * gdbtypes.h (enum call_site_parameter_kind): New item
3579 CALL_SITE_PARAMETER_PARAM_OFFSET.
3580 (struct call_site.parameter.u): New field param_offset.
3581
3582 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3583
3584 Code cleanup: Generalize call_site.parameter key.
3585 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
3586 variable dwarf_reg. New variable kind_u. Update parameters to
3587 push_dwarf_reg_entry_value.
3588 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3589 * dwarf2expr.h (enum call_site_parameter_kind)
3590 (union call_site_parameter_u): Forward declarations.
3591 (struct dwarf_expr_context_funcs): Update parameters and their
3592 description for push_dwarf_reg_entry_value.
3593 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3594 * dwarf2loc.c (call_site_parameter_matches): New function.
3595 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
3596 description. Use call_site_parameter_matches.
3597 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
3598 Update parameters and their description.
3599 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
3600 New variable kind_u. Adjust the caller for updated parameters.
3601 (needs_dwarf_reg_entry_value): Update parameters.
3602 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
3603 instead of attr. Update for the changed fields of struct
3604 call_site_parameter.
3605 * gdbtypes.h: Include dwarf2expr.h.
3606 (enum call_site_parameter_kind): New.
3607 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
3608 fb_offset into new union u.
3609
3610 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
3611
3612 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
3613 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
3614 for x32.
3615
3616 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
3617
3618 * amd64-linux-nat.c (compat_x32_clock_t): New.
3619 (compat_x32_siginfo_t): Likewise.
3620 (compat_x32_siginfo_from_siginfo): Likewise.
3621 (siginfo_from_compat_x32_siginfo): Likewise.
3622 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
3623 and siginfo_from_compat_x32_siginfo for x32.
3624
3625 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
3626
3627 * tracepoint.c (tfile_xfer_partial): Add a lseek.
3628
3629 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
3630
3631 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
3632 instead of gdbarch_ptr_bit.
3633 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
3634 (amd64_supply_native_gregset): Likewise.
3635 (amd64_collect_native_gregset): Likewise.
3636 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
3637 (amd64_supply_xsave): Likewise.
3638 (amd64_collect_fxsave): Likewise.
3639 (amd64_collect_xsave): Likewise.
3640
3641 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
3642
3643 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
3644 (amd64_linux_read_description): Check DS segment register for
3645 x32 process.
3646
3647 2012-06-15 Tom Tromey <tromey@redhat.com>
3648
3649 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
3650 init_cutu_and_read_dies.
3651
3652 2012-06-15 Iain Sandoe <iain@codesourcery.com>
3653
3654 * MAINTAINERS (Write After Approval): Add myself to the list.
3655
3656 2012-06-15 Tom Tromey <tromey@redhat.com>
3657
3658 * valops.c (value_find_oload_method_list): Now static.
3659 * value.h (value_find_oload_method_list): Don't declare.
3660
3661 2012-06-15 Tom Tromey <tromey@redhat.com>
3662
3663 * valops.c (find_overload_match): Use value_ind.
3664
3665 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
3666
3667 * infrun.c (handle_inferior_event): Correct indentation.
3668
3669 2012-06-14 Doug Evans <dje@google.com>
3670
3671 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
3672 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
3673 All uses updated.
3674 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
3675 updated. Handle DEBUG_LOC_START_LENGTH.
3676 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
3677 (loclist_describe_location): Ditto.
3678
3679 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
3680
3681 PR backtrace/13866
3682 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
3683 after hiding inline functions.
3684
3685 2012-06-13 Joel Brobecker <brobecker@adacore.com>
3686
3687 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
3688 _initialize_inf_ttrace.
3689
3690 2012-06-13 Joel Brobecker <brobecker@adacore.com>
3691
3692 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
3693 _initialize_hppa_hpux_nat.
3694
3695 2012-06-13 Joel Brobecker <brobecker@adacore.com>
3696
3697 * remote-sim.c (sim_command_completer): Change type of return
3698 value to "VEC (char_ptr) *". Adjust implementation accordingly.
3699
3700 2012-06-13 Mark Kettenis <kettenis@gnu.org>
3701 Jan Kratochvil <jan.kratochvil@redhat.com>
3702
3703 PR tdep/14222
3704 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
3705 stack on a 16-byte boundary.
3706
3707 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
3708
3709 * jit.c (finalize_symtab): Set function's return type to 'void' by
3710 default.
3711
3712 2012-06-13 Mark Kettenis <kettenis@gnu.org>
3713 H.J. Lu <hongjiu.lu@intel.com>
3714
3715 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
3716 Move bits common to both the classic LP64 and the new x32 ILP32
3717 ABI here.
3718 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
3719 (amd64_x32_linux_init_abi): New function.
3720 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
3721 subtype.
3722
3723 * i386-tdep.h (i386_pseudo_register_name): New prototype.
3724 * i386-tdep.c (i386_pseudo_register_name): Make public.
3725 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
3726 * amd64-tdep.c (amd64_dword_names): Add "eip".
3727 (amd64_x32_pseudo_register_type): New function
3728 (amd64_x32_init_abi): New function.
3729
3730 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3731
3732 PR build/14003
3733 * inferior.h (struct inferior_suspend_state): Comment out.
3734 (struct inferior): Comment out the field suspend.
3735 * infrun.c (struct infcall_suspend_state): Comment out the field
3736 inferior_suspend.
3737 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
3738 out its assignment.
3739
3740 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3741
3742 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
3743 * c-exp.y (classify_inner_name): Remove caller assumptions in the
3744 function comment. Return ERROR for unresolved cases. Implement
3745 returning proper NAME.
3746 (yylex): Accept also NAME from classify_inner_name.
3747 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
3748 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
3749 LOC_TYPEDEF type.
3750 * cp-support.h (cp_lookup_nested_type): Update its declaration.
3751
3752 2012-06-13 Tom Tromey <tromey@redhat.com>
3753
3754 * breakpoint.c (condition_completer): New function.
3755 (_initialize_breakpoint): Use it.
3756 * value.c (complete_internalvar): New function.
3757 * value.h (complete_internalvar): Declare.
3758
3759 2012-06-13 Tom Tromey <tromey@redhat.com>
3760
3761 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
3762 * breakpoint.c (catch_syscall_completer): Return a VEC.
3763 * cli/cli-cmds.c (complete_command): Update.
3764 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
3765 (complete_on_enum): Likewise.
3766 * command.h: Include gdb_vecs.h.
3767 (completer_ftype): Change return type.
3768 (complete_on_cmdlist, complete_on_enum): Likewise.
3769 * completer.c (noop_completer, filename_completer)
3770 (location_completer): Return a VEC.
3771 (add_struct_fields): Remove 'nextp' argument. Change 'output'
3772 to a VEC.
3773 (expression_completer, complete_line_internal, complete_line)
3774 (command_completer): Return a VEC.
3775 (gdb_completion_word_break_characters, line_completion_function):
3776 Update.
3777 * completer.h: Include gdb_vecs.h.
3778 (complete_line, noop_completer, filename_completer)
3779 (expression_completer, location_completer, command_completer):
3780 Update.
3781 * f-lang.c (f_word_break_characters): Return a VEC.
3782 * interps.c (interpreter_completer): Return a VEC.
3783 * language.h (struct language_defn)
3784 <la_make_symbol_completion_list>: Return a VEC.
3785 * python/py-cmd.c (cmdpy_completer): Return a VEC.
3786 * symtab.c (free_completion_list): Take a VEC.
3787 (return_val_size, return_val_index): Remove.
3788 (return_val): Now a VEC.
3789 (completion_list_add_name): Update.
3790 (default_make_symbol_completion_list_break_on)
3791 (default_make_symbol_completion_list, make_symbol_completion_list)
3792 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
3793 Return a VEC.
3794 (add_filename_to_list): Update.
3795 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
3796 <list>: Now a VEC.
3797 (maybe_add_partial_symtab_filename): Update.
3798 (make_source_files_completion_list): Return a VEC.
3799 * symtab.h (default_make_symbol_completion_list_break_on)
3800 (default_make_symbol_completion_list, make_symbol_completion_list)
3801 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
3802 (make_source_files_completion_list): Update.
3803
3804 2012-06-13 Tom Tromey <tromey@redhat.com>
3805
3806 * breakpoint.c (add_catch_command): Use completer_ftype.
3807 * breakpoint.h: Include command.h.
3808 (add_catch_command): Use completer_ftype.
3809 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
3810 * cli/cli-decode.h (struct cmd_list_element) <completer>:
3811 Use completer_ftype.
3812 * command.h (completer_ftype): New typedef.
3813 (set_cmd_completer): Use it.
3814 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
3815 completer_ftype.
3816
3817 2012-06-13 Pedro Alves <palves@redhat.com>
3818
3819 Partial revert of previous change.
3820
3821 * serial.c (scb_base): New global.
3822 (serial_for_fd): New.
3823 (serial_open, serial_fdopen_ops): Link new serial in open serials
3824 chain.
3825 (do_serial_close): Unlink serial from the open serials chain.
3826
3827 2012-06-12 Pedro Alves <palves@redhat.com>
3828
3829 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
3830 threads here.
3831 (prepare_for_detach): No longer context switch here in non-stop
3832 mode.
3833 (fetch_inferior_event): Ditto.
3834 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
3835 to the event thread before removing breakpoints. Switch to the
3836 event thread before inserting breakpoints and resuming.
3837 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
3838 event thread before resuming.
3839 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
3840 Switch to the event thread before removing breakpoints.
3841
3842 2012-06-12 Eli Zaretskii <eliz@gnu.org>
3843
3844 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
3845 special characters correctly for the Windows shells. See
3846 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
3847 report.
3848 [!__MINGW32__]: Remove extra double quote character from special
3849 characters.
3850
3851 2012-06-11 Stan Shebs <stan@codesourcery.com>
3852
3853 * ui-out.h: Remove #if 0 declarations.
3854 * ui-out.c: Remove #if 0 functions.
3855
3856 2012-06-11 Pedro Alves <palves@redhat.com>
3857
3858 * ser-base.c (run_async_handler_and_reschedule): New.
3859 (fd_event, push_event): Use it.
3860 * serial.c (serial_open, serial_fdopen_ops): Set the initial
3861 reference count to 1.
3862 (do_serial_close): Set the bufp field to NULL. Use serial_unref
3863 instead of xfree.
3864 (serial_is_open, serial_ref, serial_unref): New.
3865 * serial.h (serial_open): Adjust comment.
3866 (serial_is_open): Declare.
3867 (serial_close): Adjust comment.
3868 (serial_ref, serial_unref) Declare.
3869 (struct serial): New field 'refcnt'.
3870
3871 2012-06-11 Pedro Alves <palves@redhat.com>
3872
3873 Remove #if 0'd "connect" command, and unnecessary associated
3874 refcounting and serial reuse bits.
3875
3876 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
3877 * serial.c (last_serial_opened): Delete.
3878 (scb_base): Delete.
3879 (serial_open): Adjust.
3880 (serial_for_fd): Delete.
3881 (serial_fdopen_ops, do_serial_close): Adjust.
3882 (serial_fdopen_ops): Adjust.
3883
3884 2012-06-11 Pedro Alves <palves@redhat.com>
3885
3886 * serial.c (do_serial_close): Remove early return when SCB is
3887 null.
3888
3889 2012-06-11 Tom Tromey <tromey@redhat.com>
3890
3891 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
3892
3893 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3894
3895 Fix regression by the "ambiguous linespec" series.
3896 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
3897 get_last_displayed_symtab and get_last_displayed_line and depending
3898 on CURSAL.
3899
3900 2012-06-11 Tom Tromey <tromey@redhat.com>
3901
3902 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
3903 (dw2_find_symbol_file): Use it.
3904
3905 2012-06-11 Michael Eager <eager@eagercon.com>
3906
3907 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
3908 * mips-linux-tdep.h (mips_signals): New
3909
3910 2012-06-11 Tom Tromey <tromey@redhat.com>
3911
3912 * infrun.c (handle_inferior_event)
3913 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
3914 breakpoint.
3915 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
3916 exception logic in all cases. Update comments.
3917 (insert_longjmp_resume_breakpoint): Set the exception resume
3918 breakpoint.
3919
3920 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
3921
3922 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
3923
3924 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
3925
3926 * valarith.c (binop_types_user_defined_p): Fix a typo.
3927
3928 2012-06-08 Yao Qi <yao@codesourcery.com>
3929 Chung-Lin Tang <cltang@codesourcery.com>
3930
3931 * arch-utils.c (default_return_in_first_hidden_param_p): New.
3932 * arch-utils.h: Declare.
3933 * gdbarch.sh: Add return_in_first_hidden_param_p.
3934 * gdbarch.c, gdbarch.h: Regenerated.
3935 * infcall.c (call_function_by_hand): Call
3936 gdbarch_return_in_first_hidden_param_p instead of
3937 language_pass_by_reference.
3938
3939 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
3940 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
3941 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
3942 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
3943 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
3944 `cplus_return_struct_by_reference'.
3945 (tic6x_return_value): Handle language cplusplus.
3946 (tic6x_return_in_first_hidden_param_p): New.
3947 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
3948
3949 2012-06-07 Doug Evans <dje@google.com>
3950
3951 * dwarf2read.c (dwarf2_cu): Add comment.
3952
3953 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
3954
3955 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
3956 variable.
3957 (mips_eabi_push_dummy_call): Likewise.
3958 (mips_n32n64_push_dummy_call): Likewise.
3959 (mips_o32_push_dummy_call): Likewise.
3960 (mips_o64_push_dummy_call): Likewise.
3961
3962 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
3963
3964 * mips-tdep.c (mips_convert_register_p): Correct coding style.
3965
3966 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
3967
3968 * mips-tdep.c (mips_pseudo_register_type): Use
3969 mips_float_register_p.
3970
3971 2012-06-06 Pedro Alves <palves@redhat.com>
3972
3973 * infrun.c (handle_inferior_event): Remove calls to
3974 reinit_frame_cache that follow a context_switch call.
3975
3976 2012-06-06 Pedro Alves <palves@redhat.com>
3977
3978 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
3979 context_switch and remove stale comment.
3980
3981 2012-06-06 Pedro Alves <palves@redhat.com>
3982
3983 * infrun.c (struct execution_control_state): Remove
3984 `new_thread_event' field.
3985 (handle_inferior_event): Simplify new threads handling; don't
3986 resume the inferior if we find a new thread.
3987
3988 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
3989
3990 * NEWS: Document the deprecation of SH's 'regs' command.
3991 * inferior.h (all_registers_info): Add function declaration.
3992 * sh-tdep.c (sh_show_regs): Remove variable.
3993 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
3994 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
3995 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
3996 (sh_show_regs_command): Remove functions.
3997 (sh_gdbarch_init): Don't set sh_show_regs.
3998 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
3999 'info all-registers'.
4000 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
4001 (sh64_show_regs): Remove functions.
4002 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
4003
4004 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4005
4006 * configure.ac: Move development=true below AC_INIT.
4007 * configure: Regenerate.
4008
4009 2012-06-05 Stan Shebs <stan@codesourcery.com>
4010
4011 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
4012 gdb_stdout.
4013
4014 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
4015
4016 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
4017 argument as ssize_t.
4018 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
4019 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
4020 * target.c (target_read_stack, target_write_memory)
4021 (target_write_raw_memory): Likewise.
4022 * target.h (target_read_stack, target_write_memory)
4023 (target_write_raw_memory): Likewise.
4024
4025 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4026
4027 * symfile-mem.c: Change gdb_static_assert to ssize_t.
4028 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
4029 * target.c (target_read_memory): Change LEN to ssize_t.
4030 * target.h (target_read_memory): Change LEN to ssize_t.
4031
4032 2012-06-05 Pedro Alves <palves@redhat.com>
4033
4034 PR backtrace/13866
4035
4036 * breakpoint.c (until_break_command): Only fetch the selected
4037 frame after decode_line_1.
4038
4039 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4040
4041 * solib-svr4.c (enable_break): Don't fallback to setting the solib
4042 event breakpoint at _start, __start or main if a program
4043 interpreter is not found.
4044
4045 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4046
4047 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
4048 Add declaration.
4049 * windows-tdep.c: #include "objfiles.h".
4050 (windows_iterate_over_objfiles_in_search_order): New function.
4051 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
4052 iterate_over_objfiles_in_search_order gdbarch method to
4053 windows_iterate_over_objfiles_in_search_order.
4054 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
4055
4056 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4057
4058 * gdbarch.sh: Add generation of
4059 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
4060 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
4061 (iterate_over_objfiles_in_search_order): New gdbarch method.
4062 * gdbarch.h, gdbarch.c: Regenerate.
4063 * objfiles.h (default_iterate_over_objfiles_in_search_order):
4064 Add declaration.
4065 * objfiles.c (default_iterate_over_objfiles_in_search_order):
4066 New function.
4067 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4068 out of lookup_symbol_aux_symtabs.
4069 (lookup_symbol_aux_symtabs): Replace extracted-out code by
4070 call to lookup_symbol_aux_objfile.
4071 (struct global_sym_lookup_data): New type.
4072 (lookup_symbol_global_iterator_cb): New function.
4073 (lookup_symbol_global): Search for symbol using
4074 gdbarch_iterate_over_objfiles_in_search_order and
4075 lookup_symbol_global_iterator_cb.
4076 * findvar.c (struct minsym_lookup_data): New type.
4077 (minsym_lookup_iterator_cb): New function.
4078 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
4079 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
4080 and minsym_lookup_iterator_cb.
4081
4082 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4083
4084 Revert the following patch:
4085 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4086 try locating the symbol in the symbol's own objfile first, before
4087 extending the search to all objfiles.
4088 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4089 out of lookup_symbol_aux_symtabs.
4090 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4091 Replace extracted-out code by call to lookup_symbol_aux_objfile.
4092 Do not search EXCLUDE_OBJFILE.
4093 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
4094 (lookup_symbol_global): Search for matches in the block's objfile
4095 first, before searching all other objfiles.
4096
4097 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4098
4099 * breakpoint.c (find_condition_and_thread): Stop parsing
4100 as soon as the first invalid keyword is found.
4101
4102 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4103
4104 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
4105
4106 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4107
4108 * config/djgpp/djcheck.sh: Add copyright header.
4109
4110 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4111
4112 * copyright.py (update_files, main): Fix path to update-copyright
4113 script.
4114
4115 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4116
4117 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
4118 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
4119 for which a reminder to update by hand is printed.
4120
4121 2012-06-04 Doug Evans <dje@google.com>
4122
4123 * buildsym.c (make_blockvector): Add comment.
4124
4125 2012-06-04 Pedro Alves <palves@redhat.com>
4126
4127 * arch-utils.c (default_gdb_signal_from_target): Delete.
4128 * arch-utils.h (default_gdb_signal_from_target): Delete.
4129 * corelow.c (core_open) <signal mapping>: Extended comment. Check
4130 gdbarch_gdb_signal_from_target_p.
4131 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
4132 predicate).
4133 * gdbarch.h: Regenerate.
4134 * gdbarch.c: Regenerate.
4135
4136 2012-06-04 Pedro Alves <palves@redhat.com>
4137
4138 * gdbarch.sh (gdb_signal_from_target): Mention that the
4139 implementation of the method must be host independent.
4140 * gdbarch.h: Regenerate.
4141
4142 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4143
4144 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
4145 parameters.
4146 (target_read_memory_bfd): New function.
4147 (symbol_file_add_from_memory): Use it.
4148
4149 2012-06-03 Doug Evans <dje@google.com>
4150
4151 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
4152 of primary symtab.
4153 (basic_lookup_transparent_type): Ditto.
4154
4155 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
4156 (ALL_PRIMARY_SYMTABS): Use it.
4157 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
4158 * dwarf2read.c (dw2_find_symbol_file): Ditto.
4159 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
4160 * symtab.c (lookup_symbol_aux_objfile): Ditto.
4161 (basic_lookup_transparent_type): Ditto.
4162
4163 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
4164
4165 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
4166 it to optimize resolution of demangled name.
4167
4168 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4169
4170 * configure.ac (development): Define new variable.
4171 Call AC_CHECK_LIB for mcheck if $development.
4172 (ERROR_ON_WARNING): Enable it by default only if $development.
4173 * config.in: Regenerate.
4174 * configure: Regenerate.
4175
4176 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
4177
4178 * target.c (target_read_memory): Make LEN argument as size_t.
4179 * target.h (target_read_memory): Likewise.
4180
4181 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4182
4183 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
4184
4185 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
4186
4187 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
4188 BookE interface for PowerPC server processors if not available
4189 in the Linux Kernel.
4190
4191 2012-05-31 Keith Seitz <keiths@redhat.com>
4192
4193 * linespec.c (decode_objc): Add cleanup to free
4194 INFO.FILE_SYMTABS.
4195 (find_linespec_symbols): Add cleanup to free CLASSES.
4196 * symfile.c (find_separate_debug_file_by_debuglink): Add
4197 cleanup to free DEBUGLINK.
4198 * ui-out.c (clear_header_list): No need to check if
4199 HEADER_NEXT.COLHDR is NULL.
4200 Free HEADER_NEXT.COL_NAME.
4201
4202 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4203
4204 * ada-lang.c (standard_lookup): Prevent uninitialized variable
4205 warning.
4206
4207 2012-05-30 Jeff Kenton <jkenton@tilera.com>
4208
4209 * configure.host (gdb_host_cpu): Handle tilegx*.
4210 (gdb_host): Handle tilegx-*-linux*.
4211 * tilegx-linux-nat.c: New file.
4212 * config/tilegx/linux.mh: New file.
4213
4214 2012-05-30 Jeff Kenton <jkenton@tilera.com>
4215
4216 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
4217 tilegx-linux-tdep.o.
4218 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
4219 tilegx-linux-tdep.c.
4220 * configure.tgt: Handle tilegx-*-linux*.
4221 * tilegx-tdep.h: New file.
4222 * tilegx-tdep.c: New file.
4223 * tilegx-linux-tdep.c: New file.
4224 * regformats/reg-tilegx.dat: New file.
4225
4226 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
4227
4228 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
4229 accounting of hw watchpoints on ppc.
4230
4231 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4232
4233 * source.c (openp): Expand tilde in path entries.
4234
4235 2012-05-29 Doug Evans <dje@google.com>
4236
4237 * buildsym.c (block_compar): Fix comment.
4238 (end_symtab): Fix and clarify some comments.
4239
4240 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
4241 cleanup_undefined_types.
4242 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
4243 All callers updated.
4244
4245 2012-05-29 Tom Tromey <tromey@redhat.com>
4246
4247 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
4248 fails.
4249 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
4250 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
4251 fails.
4252 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
4253 fails.
4254
4255 2012-05-29 Tristan Gingold <gingold@adacore.com>
4256
4257 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
4258 (struct darwin_info): ... New struct.
4259 (solib_darwin_pspace_data): New variable.
4260 (darwin_pspace_data_cleanup): New function.
4261 (get_darwin_info): Likewise.
4262 (darwin_dyld_version_ok, darwin_load_image_infos)
4263 (darwin_solib_get_all_image_info_addr_at_init)
4264 (darwin_solib_read_all_image_info_addr): Add info argument.
4265 Adjust code.
4266 (darwin_current_sos): Use per pspace structure.
4267 (darwin_solib_create_inferior_hook): Likewise.
4268 (darwin_clear_solib): Likewise.
4269 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
4270
4271 2012-05-28 Pedro Alves <palves@redhat.com>
4272
4273 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
4274 block that uses them. Clear ecss before handling each event.
4275
4276 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4277
4278 * solib-svr4.c (svr4_current_sos): New comment on
4279 svr4_current_sos_via_xfer_libraries fall back.
4280
4281 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4282
4283 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
4284 it as a fallback for TYPE_IS_OPAQUE.
4285 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
4286 symbols for lookup_symbol.
4287
4288 2012-05-24 John Steele Scott <toojays@toojays.net>
4289
4290 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
4291 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
4292 (producer_is_gxx_lt_4_6): Move the checking and caching to...
4293 (check_producer): ... this new function, which also checks for ICC
4294 and caches the result.
4295 (producer_is_icc): New function.
4296 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
4297 producer was ICC.
4298
4299 2012-05-24 Pedro Alves <palves@redhat.com>
4300
4301 PR gdb/7205
4302
4303 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
4304 (default_gdb_signal_to_target): ... this. Add comment.
4305 (default_gdb_signal_from_host): Rename to ...
4306 (default_gdb_signal_from_target): ... this. Add comment.
4307 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
4308 (default_gdb_signal_to_target): ... this.
4309 (default_gdb_signal_from_host): Rename to ...
4310 (default_gdb_signal_from_target): ... this.
4311 * corelow.c (core_open): Adjust to naming change. Replace comment.
4312 * gdbarch.sh (gdb_signal_from_host): Rename to ...
4313 (gdb_signal_from_target): ... this. Adjust to
4314 default_gdb_signal_from_host naming change. Extend comment.
4315 (gdb_signal_to_host): Rename to ...
4316 (gdb_signal_to_target): ... this. Adjust to
4317 default_gdb_signal_to_host naming change.
4318 * gdbarch.h, gdbarch.c: Renegerate.
4319
4320 2012-05-24 Pedro Alves <palves@redhat.com>
4321
4322 PR gdb/7205
4323
4324 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
4325
4326 2012-05-24 Pedro Alves <palves@redhat.com>
4327
4328 PR gdb/7205
4329
4330 Replace target_signal with gdb_signal throughout.
4331
4332 2012-05-24 Pedro Alves <palves@redhat.com>
4333
4334 PR tui/14159
4335
4336 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
4337 string, instead of reusing the va_list argument.
4338
4339 2012-05-24 Tom Tromey <tromey@redhat.com>
4340
4341 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
4342 Remove.
4343
4344 2012-05-23 Doug Evans <dje@google.com>
4345
4346 * symtab.c (search_symbols): Formatting fixes.
4347 (print_symbol_info): Formatting fixes.
4348
4349 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
4350 int64_t change to leb128 API.
4351 (read_encoded_value, decode_frame_entry_1): Ditto.
4352 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
4353 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
4354 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4355 (execute_stack_op): Ditto.
4356 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
4357 (safe_read_uleb128, safe_read_sleb128): Ditto.
4358 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
4359 (dwarf2_compile_expr_to_ax): Ditto.
4360 (locexpr_describe_location_piece): Ditto.
4361 (disassemble_dwarf_expression): Ditto.
4362 (locexpr_describe_location_1): Ditto.
4363
4364 2012-05-23 Stan Shebs <stan@codesourcery.com>
4365 Kwok Cheung Yeung <kcy@codesourcery.com>
4366
4367 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
4368 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
4369 (mi-cmd-info.o): New rule.
4370 * osdata.h (info_osdata_command): New declaration.
4371 * osdata.c (info_osdata_command): Change to non-static.
4372 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
4373 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
4374 * mi/mi-cmd-info.c: New file.
4375
4376 2012-05-23 Doug Evans <dje@google.com>
4377
4378 * symtab.c (search_symbols): Pass NULL for file_matcher to
4379 expand_symtabs_matching if there are no files to match.
4380
4381 * gdbtypes.c (lookup_typename): Simplify.
4382
4383 2012-05-23 Pedro Alves <palves@redhat.com>
4384
4385 * arch-utils.h (default_target_signal_to_host): Delete.
4386 * arch-utils.c (default_target_signal_to_host): Delete.
4387 * gdbarch.sh (target_signal_to_host): Remove.
4388 * gdbarch.h, gdbarch.c: Regenerate.
4389
4390 2012-05-22 Doug Evans <dje@google.com>
4391
4392 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
4393 "const gdb_byte *".
4394 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
4395 (execute_cfa_program): Update to match API of leb128 functions.
4396 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
4397 "const gdb_byte *".
4398 (read_unsigned_leb128, read_signed_leb128): Delete.
4399 (read_initial_length): Change type of buf argument to
4400 "const gdb_byte *".
4401 (read_encoded_value): Update to match API of leb128 functions.
4402 (decode_frame_entry): Change result to "const gdb_byte *", and
4403 similarly for "start" parameter.
4404 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
4405 (dwarf2_build_frame_info): Change local frame_ptr to
4406 "const gdb_byte *".
4407 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
4408 read_uleb128, read_sleb128. All callers updated.
4409 (safe_skip_leb128): New function.
4410 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
4411 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
4412 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
4413 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
4414 read_uleb128, read_sleb128.
4415 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4416 (execute_stack_op): Update to match API of leb128 functions.
4417 * dwarf2expr.h: #include "leb128.h".
4418 (read_uleb128, read_sleb128): Delete.
4419 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
4420 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
4421 * dwarf2loc.c (debug_loc_kind): New enum.
4422 (decode_debug_loc_addresses): New function.
4423 (decode_debug_loc_dwo_addresses): New function.
4424 (dwarf2_find_location_expression): Rewrite.
4425 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
4426 (locexpr_describe_location_piece): Ditto.
4427 (disassemble_dwarf_expression): Ditto.
4428 (locexpr_describe_location_1): Ditto.
4429 (loclist_describe_location): Rewrite.
4430 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
4431 * dwarf2read.c (die_reader_specs): New member "buffer_end".
4432 (dwarf2_section_buffer_overflow_complaint): Renamed from
4433 dwarf2_macros_too_long_complaint. All callers updated.
4434 (skip_leb128): Delete.
4435 (init_cu_die_reader): Initialize reader->buffer_end.
4436 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
4437 (skip_form_bytes): New arg buffer_end. All callers updated.
4438 Replace call to skip_leb128 with gdb_skip_leb128.
4439 (skip_unknown_opcode): New arg mac_end. All callers updated.
4440 (fill_in_loclist_baton): Initialize baton->from_dwo.
4441
4442 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4443
4444 * mips-linux-nat.c (mips_linux_read_description): Use a more
4445 verbose error message.
4446
4447 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4448
4449 * NEWS: Add MIPS/Linux DSP support.
4450 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
4451 (SIGCONTEXT_DSPCTL): New macro.
4452 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
4453 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
4454 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
4455 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
4456 (N64_SIGCONTEXT_HI3): Likewise.
4457 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
4458 (N64_SIGCONTEXT_LO3): Likewise.
4459 (N64_SIGCONTEXT_DSPCTL): Likewise.
4460 (N64_SIGCONTEXT_FPCSR): Clarify definition.
4461 (mips_linux_o32_sigframe_init): Handle DSP registers.
4462 (mips_linux_n32n64_sigframe_init): Likewise.
4463
4464 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
4465
4466 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
4467 call to abort.
4468
4469 2012-05-22 Pedro Alves <palves@redhat.com>
4470
4471 * target.h (store_waitstatus): Move declaration ...
4472 * inf-child.h (store_waitstatus): ... here.
4473 * target.c: Move inclusion of gdb_wait.h, and ...
4474 (store_waitstatus): ... this ...
4475 * inf-child.c: ... here.
4476 * linux-nat.c: Include inf-child.h.
4477 * rs6000-nat.c: Include inf-child.h.
4478 * spu-linux-nat.c: Include inf-child.h.
4479
4480 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
4481
4482 * tracepoint.c (start_tracing): Add missing i18n markup.
4483 (stop_tracing, set_trace_user): Ditto.
4484 (set_trace_notes, set_trace_stop_notes): Ditto.
4485
4486 2012-05-21 Tom Tromey <tromey@redhat.com>
4487
4488 PR c++/7173:
4489 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
4490 types.
4491 * value.h (value_cast_pointers): Update.
4492 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
4493 (value_cast): Update.
4494 (update_search_result): New function.
4495 (do_search_struct_field): New, from search_struct_field. Check
4496 for ambiguous results.
4497 (search_struct_field): Rewrite.
4498 * infcall.c (value_arg_coerce): Update.
4499 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
4500 value_cast_pointers.
4501 * ada-lang.c (ada_convert_actual): Update.
4502
4503 2012-05-21 Tom Tromey <tromey@redhat.com>
4504
4505 * macroexp.c (macro_stringify): Terminate the string.
4506
4507 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4508
4509 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
4510 Describe it.
4511 * auto-load.c (auto_load_expand_dir_vars): New function.
4512 (auto_load_safe_path_vec_update): Use it, remove the
4513 substitute_path_component call thanks to it.
4514 (auto_load_objfile_script): Remove the debug_file_directory processing.
4515 Use auto_load_expand_dir_vars, remove the substitute_path_component
4516 call thanks to it.
4517 * configure: Regenerate.
4518 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
4519 path. Escape $ also for $debugdir.
4520 (--with_auto_load_safe_path): Escape $ also for $debugdir.
4521 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
4522
4523 2012-05-20 Doug Evans <dje@google.com>
4524
4525 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
4526 before use. Check for symtab->includes == NULL before scanning it.
4527
4528 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4529
4530 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
4531
4532 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4533
4534 * NEWS: Add microMIPS support and "set mips compression",
4535 "show mips compression" commands.
4536 * mips-tdep.h (mips_isa): New enum.
4537 (gdbarch_tdep): Add mips_isa.
4538 (mips_pc_is_mips16): Update prototype.
4539 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
4540 * mips-tdep.c (mips_compression_mips16): New variable.
4541 (mips_compression_micromips): Likewise.
4542 (mips_compression_strings): Likewise.
4543 (mips_compression_string): Likewise.
4544 (is_mips16_isa, is_micromips_isa): New functions.
4545 (is_mips16_addr): Rename to...
4546 (is_compact_addr): ... this.
4547 (unmake_mips16_addr): Likewise to...
4548 (unmake_compact_addr): ... this.
4549 (make_mips16_addr): Likewise to...
4550 (make_compact_addr): ... this.
4551 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
4552 functions.
4553 (mips_elf_make_msymbol_special): Handle microMIPS code.
4554 (msymbol_is_special): Rename to...
4555 (msymbol_is_mips16): ... this.
4556 (mips_make_symbol_special, mips_pc_is_mips16): Update
4557 accordingly.
4558 (msymbol_is_mips, msymbol_is_micromips): New functions.
4559 (mips16_to_32_reg): Rename to...
4560 (mips_reg3_to_reg): ... this.
4561 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
4562 (mips_pc_isa): Likewise.
4563 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
4564 code.
4565 (mips_fetch_instruction): Pass return status instead of printing
4566 an error message if requested. Handle microMIPS code. Bail out
4567 on an invalid ISA.
4568 (micromips_op): New macro.
4569 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
4570 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
4571 (b6s4_op, b7s3_reg): Likewise.
4572 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
4573 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
4574 (mips_insn_size): New function.
4575 (mips32_next_pc): Update mips_fetch_instruction call.
4576 (micromips_relative_offset7): New function.
4577 (micromips_relative_offset10): Likewise.
4578 (micromips_relative_offset16): Likewise.
4579 (micromips_pc_insn_size): Likewise.
4580 (micromips_bc1_pc): Likewise.
4581 (micromips_next_pc): Likewise.
4582 (unpack_mips16): Update mips_fetch_instruction call.
4583 (extended_mips16_next_pc): Update according to change to
4584 mips16_to_32_reg.
4585 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
4586 code.
4587 (mips16_scan_prologue): Update mips_fetch_instruction call.
4588 Update according to change to mips16_to_32_reg.
4589 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
4590 (mips_insn16_frame_base_sniffer): Likewise.
4591 (micromips_decode_imm9): New function.
4592 (micromips_scan_prologue): Likewise.
4593 (mips_micro_frame_cache): Likewise.
4594 (mips_micro_frame_this_id): Likewise.
4595 (mips_micro_frame_prev_register): Likewise.
4596 (mips_micro_frame_sniffer): Likewise.
4597 (mips_micro_frame_unwind): New variable.
4598 (mips_micro_frame_base_address): New function.
4599 (mips_micro_frame_base): New variable.
4600 (mips_micro_frame_base_sniffer): New function.
4601 (mips32_scan_prologue): Update mips_fetch_instruction call.
4602 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
4603 rather than for MIPS16.
4604 (mips_insn32_frame_base_sniffer): Likewise.
4605 (mips_addr_bits_remove): Handle microMIPS code.
4606 (deal_with_atomic_sequence): Rename to...
4607 (mips_deal_with_atomic_sequence): ... this. Update the type
4608 of the variable used to hold an instruction. Remove the ISA bit
4609 check. Update mips_fetch_instruction call.
4610 (micromips_deal_with_atomic_sequence): New function.
4611 (deal_with_atomic_sequence): Likewise.
4612 (mips_about_to_return): Handle microMIPS code. Update
4613 mips_fetch_instruction call.
4614 (heuristic_proc_start): Check for the standard MIPS ISA rather
4615 than for MIPS16. Update mips_pc_is_mips16 and
4616 mips_fetch_instruction calls. Handle microMIPS code.
4617 (mips_push_dummy_code): Handle microMIPS code.
4618 (mips_eabi_push_dummy_call): Likewise.
4619 (mips_o32_return_value): Update mips_pc_is_mips16 call.
4620 (mips_o64_push_dummy_call): Handle microMIPS code.
4621 (mips_o64_return_value): Update mips_pc_is_mips16 call.
4622 (is_delayed): Remove function.
4623 (mips_single_step_through_delay): Replace the call to is_delayed
4624 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
4625 Handle microMIPS code.
4626 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
4627 microMIPS code.
4628 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
4629 call.
4630 (micromips_in_function_epilogue_p): New function.
4631 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
4632 call.
4633 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
4634 Handle microMIPS.
4635 (gdb_print_insn_mips): Likewise.
4636 (mips_breakpoint_from_pc): Likewise.
4637 (mips_remote_breakpoint_from_pc): New function.
4638 (mips32_instruction_has_delay_slot): Simplify making use of the
4639 updated mips_fetch_instruction interface.
4640 (micromips_instruction_has_delay_slot): New function.
4641 (mips16_instruction_has_delay_slot): Simplify making use of the
4642 updated mips_fetch_instruction interface.
4643 (mips_adjust_breakpoint_address): Check for the standard MIPS
4644 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
4645 calls. Handle microMIPS code.
4646 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
4647 (mips_skip_trampoline_code): Handle microMIPS code.
4648 (global_mips_compression): New function.
4649 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
4650 file flags. Register the microMIPS remote breakpoint handler
4651 and heuristic frame unwinder.
4652 (show_mips_compression): New function.
4653 (_initialize_mips_tdep): Add the "set mips compression" and
4654 "show mips compression" commands.
4655
4656 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
4657
4658 * ada-lang.c:
4659 * ada-tasks.c:
4660 * ada-varobj.c:
4661 * amd64-darwin-tdep.c:
4662 * arm-symbian-tdep.c:
4663 * arm-tdep.c:
4664 * avr-tdep.c:
4665 * ax-gdb.c:
4666 * bfin-linux-tdep.c:
4667 * breakpoint.c:
4668 * c-valprint.c:
4669 * cli/cli-cmds.c:
4670 * coffread.c:
4671 * cp-support.c:
4672 * cris-tdep.c:
4673 * dwarf2-frame-tailcall.c:
4674 * dwarf2-frame.c:
4675 * dwarf2expr.c:
4676 * dwarf2loc.c:
4677 * dwarf2read.c:
4678 * elfread.c:
4679 * eval.c:
4680 * expprint.c:
4681 * f-valprint.c:
4682 * frv-tdep.c:
4683 * h8300-tdep.c:
4684 * hppa-hpux-tdep.c:
4685 * hppa-tdep.c:
4686 * hppanbsd-tdep.c:
4687 * i386-nto-tdep.c:
4688 * i386-tdep.c:
4689 * i387-tdep.c:
4690 * ia64-tdep.c:
4691 * jit.c:
4692 * linespec.c:
4693 * linux-tdep.c:
4694 * lm32-tdep.c:
4695 * m2-valprint.c:
4696 * m32c-tdep.c:
4697 * m32r-rom.c:
4698 * m32r-tdep.c:
4699 * m68k-tdep.c:
4700 * m68klinux-tdep.c:
4701 * mi/mi-main.c:
4702 * microblaze-tdep.c:
4703 * mips-linux-tdep.c:
4704 * mips-tdep.c:
4705 * mn10300-tdep.c:
4706 * p-valprint.c:
4707 * parse.c:
4708 * ppc-linux-tdep.c:
4709 * ppc-sysv-tdep.c:
4710 * printcmd.c:
4711 * python/py-finishbreakpoint.c:
4712 * python/py-inferior.c:
4713 * python/py-infthread.c:
4714 * python/py-type.c:
4715 * python/python.c:
4716 * remote-fileio.c:
4717 * remote-m32r-sdi.c:
4718 * remote-mips.c:
4719 * reverse.c:
4720 * rl78-tdep.c:
4721 * rs6000-aix-tdep.c:
4722 * rs6000-tdep.c:
4723 * s390-tdep.c:
4724 * score-tdep.c:
4725 * sh64-tdep.c:
4726 * skip.c:
4727 * solib-darwin.c:
4728 * solib-dsbt.c:
4729 * solib-frv.c:
4730 * sparc-tdep.c:
4731 * spu-multiarch.c:
4732 * spu-tdep.c:
4733 * stack.c:
4734 * symfile.c:
4735 * symtab.c:
4736 * tic6x-tdep.c:
4737 * tracepoint.c:
4738 * v850-tdep.c:
4739 * valarith.c:
4740 * valprint.c:
4741 * value.c:
4742 * xcoffread.c:
4743 * xtensa-tdep.c:
4744 * ada-lang.c:
4745 * ada-tasks.c:
4746 * ada-varobj.c:
4747 * amd64-darwin-tdep.c:
4748 * arm-symbian-tdep.c:
4749 * arm-tdep.c: Delete unused variables.
4750
4751 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4752
4753 Rename $ddir to $datadir.
4754 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
4755 * auto-load.c (auto_load_safe_path_vec_update)
4756 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
4757 * configure: Regenerate.
4758 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
4759 Likewise. Remove the 'use $ddir' help string.
4760
4761 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4762
4763 * auto-load.c (show_auto_load_safe_path): Accept any combination of
4764 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
4765
4766 2012-05-18 Tom Tromey <tromey@redhat.com>
4767
4768 PR exp/13907:
4769 * valprint.h (struct value_print_options) <symbol_print>: New
4770 field.
4771 * valprint.c (user_print_options): Add default for symbol_print.
4772 (show_symbol_print): New function.
4773 (generic_val_print): Respect symbol_print.
4774 (_initialize_valprint): Add "print symbol" setting.
4775 * f-valprint.c (f_val_print): Respect symbol_print.
4776 * c-valprint.c (c_val_print): Respect symbol_print.
4777 * NEWS: Update.
4778 * printcmd.c (print_address_symbolic): Return int. Ignore some
4779 zero-size symbols.
4780 (print_address_demangle): Return int.
4781 * defs.h: (print_address_symbolic): Return int.
4782 * value.h (print_address_demangle): Return int.
4783
4784 2012-05-18 Tom Tromey <tromey@redhat.com>
4785
4786 * valprint.c (val_print_string): Don't print leading space.
4787 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
4788 print space before string or vtbl.
4789 * m2-valprint.c (print_unpacked_pointer): Optionally print space
4790 before string.
4791 * jv-valprint.c (java_value_print): Print space before string.
4792 * go-valprint.c (print_go_string): Print space before string.
4793 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
4794 space before string.
4795 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
4796 space before string or vtbl.
4797 * auxv.c (fprint_target_auxv): Print space after address.
4798
4799 2012-05-18 Tom Tromey <tromey@redhat.com>
4800
4801 * printcmd.c (print_address_demangle): Remove special case for 0.
4802
4803 2012-05-18 Tom Tromey <tromey@redhat.com>
4804
4805 * printcmd.c (print_address_demangle): Add 'opts' argument.
4806 * p-valprint.c (pascal_val_print): Update.
4807 * jv-valprint.c (java_val_print): Update.
4808 * value.h: Update.
4809 * valprint.c (generic_val_print): Update.
4810 (print_function_pointer_address): Add 'options' argument. Remove
4811 'addressprint' argument. Update.
4812 * m2-valprint.c (print_unpacked_pointer): Update.
4813 * gnu-v3-abi.c (print_one_vtable): Update.
4814 (gnuv3_print_method_ptr): Update.
4815 * f-valprint.c (f_val_print): Update.
4816 * cp-valprint.c (cp_print_value_fields): Update.
4817 * valprint.h (print_function_pointer_address): Update.
4818 * c-valprint.c (c_val_print): Update.
4819
4820 2012-05-18 Tom Tromey <tromey@redhat.com>
4821
4822 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
4823 directly corresponding to the found psymtab.
4824 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
4825 (dw2_find_pc_sect_symtab): Use it.
4826 * block.h (blockvector_contains_pc): Declare.
4827 * block.c (find_block_in_blockvector): New function.
4828 (blockvector_for_pc_sect): Use it.
4829 (blockvector_contains_pc): New function.
4830
4831 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4832
4833 * mips-tdep.h (mips_write_pc): New prototype.
4834 * mips-tdep.c (mips_write_pc): Make external, add description.
4835 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
4836 add description.
4837
4838 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4839
4840 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
4841 mips_regnum->pc.
4842 (mips_unwind_pc, mips_write_pc): Likewise.
4843 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
4844 gdbarch_read_pc.
4845
4846 2012-05-17 Joel Brobecker <brobecker@adacore.com>
4847
4848 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
4849 proc_warn, proc_error, proc_get_status, proc_flags,
4850 proc_why, proc_what, proc_nsysarg, proc_sysargs,
4851 proc_set_run_on_last_close, proc_unset_run_on_last_close,
4852 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
4853 proc_stop_process, proc_wait_for_stop, proc_run_process,
4854 proc_set_traced_signals, proc_set_traced_faults,
4855 proc_set_traced_sysentry, proc_set_traced_sysexit,
4856 proc_set_held_signals, proc_get_held_signals,
4857 proc_get_traced_signals, proc_get_traced_faults,
4858 proc_get_traced_sysentry, proc_get_traced_sysexit,
4859 proc_clear_current_fault, proc_set_current_signal,
4860 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
4861 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
4862 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
4863 proc_get_current_thread, proc_get_current_thread,
4864 proc_get_current_thread, proc_update_threads,
4865 proc_update_threads, proc_update_threads, proc_update_threads,
4866 proc_iterate_over_threads, procfs_find_new_threads,
4867 procfs_pid_to_str): Make static. Remove advance declaration.
4868 (proc_cursig): Make static. Conditionalized defintion on
4869 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
4870 (proc_syscall, proc_set_kill_on_last_close,
4871 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
4872 proc_get_pending_signals, proc_get_signal_actions,
4873 proc_trace_signal, proc_ignore_signal): Delete.
4874
4875 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
4876
4877 * coffread.c (cs_section_address): Passing proper argument for
4878 `bfd_get_section_vma'.
4879 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
4880 `bfd_get_section_flags'.
4881 * remote.c (remote_trace_set_readonly_regions): Likewise, for
4882 `bfd_get_section_vma'.
4883
4884 2012-05-16 Tom Tromey <tromey@redhat.com>
4885
4886 PR macros/13205:
4887 * macrotab.h: (macro_define_special): Declare.
4888 (enum macro_special_kind): New.
4889 (struct macro_definition) <argc, replacement>: Update comments.
4890 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
4891 (macro_define_object_internal): New function.
4892 (macro_define_object): Use it.
4893 (macro_define_special): New function.
4894 (fixup_definition): New function.
4895 (macro_lookup_definition, foreach_macro_in_scope)
4896 (foreach_macro): Use fixup_definition.
4897 * macroexp.h (macro_stringify): Declare.
4898 * macroexp.c (free_buffer_return_text): New function.
4899 (stringify): Constify "arg".
4900 (macro_stringify): New function.
4901 * dwarf2read.c (macro_start_file): Call macro_define_special.
4902
4903 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
4904 Maciej W. Rozycki <macro@mips.com>
4905
4906 * breakpoint.h (bp_location): Add related_address member.
4907 * inferior.h (get_return_value): Take a pointer to struct value
4908 instead of struct type for the function requested.
4909 * value.h (using_struct_return): Likewise.
4910 * gdbarch.sh (return_value): Take a pointer to struct value
4911 instead of struct type for the function requested.
4912 * breakpoint.c (set_breakpoint_location_function): Initialize
4913 related_address for bp_gnu_ifunc_resolver breakpoints.
4914 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
4915 requested function's address to gdbarch_return_value.
4916 * eval.c (evaluate_subexp_standard): Pass the requested
4917 function's address to using_struct_return.
4918 * infcall.c (call_function_by_hand): Pass the requested
4919 function's address to using_struct_return and
4920 gdbarch_return_value.
4921 * infcmd.c (get_return_value): Take a pointer to struct value
4922 instead of struct type for the function requested.
4923 (print_return_value): Update accordingly.
4924 (finish_command_continuation): Likewise.
4925 * stack.c (return_command): Pass the requested function's
4926 address to using_struct_return and gdbarch_return_value.
4927 * value.c (using_struct_return): Take a pointer to struct value
4928 instead of struct type for the function requested. Pass the
4929 requested function's address to gdbarch_return_value.
4930 * python/py-finishbreakpoint.c (finish_breakpoint_object):
4931 New function_value member, replacing function_type.
4932 (bpfinishpy_dealloc): Update accordingly.
4933 (bpfinishpy_pre_stop_hook): Likewise.
4934 (bpfinishpy_init): Likewise. Record the requested function's
4935 address.
4936 * mips-tdep.c (mips_fval_reg): New enum.
4937 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
4938 words put in GP registers.
4939 (mips_o64_push_dummy_call): Update a comment.
4940 (mips_o32_return_value): Take a pointer to struct value instead
4941 of struct type for the function requested and use it to check if
4942 using the MIPS16 calling convention. Return the designated
4943 general purpose registers for floating-point values returned in
4944 MIPS16 mode.
4945 (mips_o64_return_value): Likewise.
4946 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
4947 (ppc_sysv_abi_broken_return_value): Likewise.
4948 (ppc64_sysv_abi_return_value): Likewise.
4949 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
4950 value instead of struct type for the function requested.
4951 * amd64-tdep.c (amd64_return_value): Likewise.
4952 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
4953 * arm-tdep.c (arm_return_value): Likewise.
4954 * avr-tdep.c (avr_return_value): Likewise.
4955 * bfin-tdep.c (bfin_return_value): Likewise.
4956 * cris-tdep.c (cris_return_value): Likewise.
4957 * frv-tdep.c (frv_return_value): Likewise.
4958 * h8300-tdep.c (h8300_return_value): Likewise.
4959 (h8300h_return_value): Likewise.
4960 * hppa-tdep.c (hppa32_return_value): Likewise.
4961 (hppa64_return_value): Likewise.
4962 * i386-tdep.c (i386_return_value): Likewise.
4963 * ia64-tdep.c (ia64_return_value): Likewise.
4964 * iq2000-tdep.c (iq2000_return_value): Likewise.
4965 * lm32-tdep.c (lm32_return_value): Likewise.
4966 * m32c-tdep.c (m32c_return_value): Likewise.
4967 * m32r-tdep.c (m32r_return_value): Likewise.
4968 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
4969 * m68k-tdep.c (m68k_return_value): Likewise.
4970 (m68k_svr4_return_value): Likewise.
4971 * m88k-tdep.c (m88k_return_value): Likewise.
4972 * mep-tdep.c (mep_return_value): Likewise.
4973 * microblaze-tdep.c (microblaze_return_value): Likewise.
4974 * mn10300-tdep.c (mn10300_return_value): Likewise.
4975 * moxie-tdep.c (moxie_return_value): Likewise.
4976 * mt-tdep.c (mt_return_value): Likewise.
4977 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
4978 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
4979 (ppc_sysv_abi_broken_return_value): Likewise.
4980 (ppc64_sysv_abi_return_value): Likewise.
4981 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
4982 * rl78-tdep.c (rl78_return_value): Likewise.
4983 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
4984 * rx-tdep.c (rx_return_value): Likewise.
4985 * s390-tdep.c (s390_return_value): Likewise.
4986 * score-tdep.c (score_return_value): Likewise.
4987 * sh-tdep.c (sh_return_value_nofpu): Likewise.
4988 (sh_return_value_fpu): Likewise.
4989 * sh64-tdep.c (sh64_return_value): Likewise.
4990 * sparc-tdep.c (sparc32_return_value): Likewise.
4991 * sparc64-tdep.c (sparc64_return_value): Likewise.
4992 * spu-tdep.c (spu_return_value): Likewise.
4993 * tic6x-tdep.c (tic6x_return_value): Likewise.
4994 * v850-tdep.c (v850_return_value): Likewise.
4995 * vax-tdep.c (vax_return_value): Likewise.
4996 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
4997 * xtensa-tdep.c (xtensa_return_value): Likewise.
4998 * gdbarch.c: Regenerate.
4999 * gdbarch.h: Regenerate.
5000
5001 2012-05-15 Tom Tromey <tromey@redhat.com>
5002
5003 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
5004
5005 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5006
5007 * breakpoint.c (init_breakpoint_sal): Add quotes around part
5008 of command in two error message.
5009
5010 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5011
5012 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
5013
5014 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5015
5016 * breakpoint.c (find_condition_and_thread): Minor reformatting.
5017
5018 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5019
5020 * NEWS (show auto-load scripts-directory): Add forgotten command.
5021
5022 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5023
5024 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
5025 parameters.
5026
5027 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
5028
5029 * amd64-tdep.c: Include features/i386/x32.c and
5030 features/i386/x32-avx.c.
5031 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
5032 initialize_tdesc_x32_avx.
5033
5034 2012-05-14 Stan Shebs <stan@codesourcery.com>
5035
5036 Add dynamic printf.
5037 * breakpoint.h (enum bptype): New type bp_dprintf.
5038 (struct breakpoint): New field extra_string.
5039 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
5040 (create_breakpoint): Add extra_string arg.
5041 * breakpoint.c (dprintf_breakpoint_ops): New.
5042 (is_breakpoint): Add bp_dprintf.
5043 (bpstat_what): Add dprintf case.
5044 (bptype_string): Ditto.
5045 (print_one_breakpoint_location): Ditto.
5046 (init_bp_location): Ditto.
5047 (bkpt_print_mention): Ditto.
5048 (dprintf_style_enums): New array.
5049 (dprintf_style): New global.
5050 (dprintf_function): New global.
5051 (dprintf_channel): New global.
5052 (update_dprintf_command_list): New function.
5053 (update_dprintf_commands): New function.
5054 (init_breakpoint_sal): Add extra_string argument, handle it.
5055 (create_breakpoint_sal): Add extra_string argument.
5056 (create_breakpoints_sal): Add extra_string argument, update callers.
5057 (find_condition_and_thread): Add extra argument.
5058 (create_breakpoint): Add extra_string argument, record it.
5059 (dprintf_command): New function.
5060 (break_command_1): Add arg to create_breakpoint call.
5061 (handle_gnu_v3_exceptions): Ditto.
5062 (trace_command): Ditto.
5063 (ftrace_command): Ditto.
5064 (strace_command): Ditto.
5065 (bkpt_print_mention): Add dprintf case.
5066 (create_breakpoint_sal_default): Add extra_string argument.
5067 (_initialize_breakpoint): Add new commands.
5068 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
5069 * python/py-breakpoint.c (bppy_init): Ditto.
5070 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
5071
5072 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
5073
5074 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
5075
5076 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
5077
5078 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
5079 unsigned long long.
5080
5081 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
5082
5083 Add a new function gdb.find_pc_line to the Python API.
5084 * NEWS (Python Scripting): Add entry about the new function.
5085 * python/python.c (gdbpy_find_pc_line): New function which
5086 implements gdb.find_pc_line.
5087 (GdbMethods): Add entry for the new function.
5088
5089 2012-05-12 Pedro Alves <palves@redhat.com>
5090
5091 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
5092 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
5093
5094 2012-05-12 Eli Zaretskii <eliz@gnu.org>
5095
5096 * inferior.c: Include completer.h
5097 (initialize_inferiors): Set completer of add-inferior to
5098 filename_completer.
5099
5100 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5101
5102 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
5103 gdbarch_ptr_bit for x32 core dump.
5104
5105 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5106
5107 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
5108 and features/i386/x32-avx-linux.c.
5109
5110 2012-05-11 Stan Shebs <stan@codesourcery.com>
5111 Kwok Cheung Yeung <kcy@codesourcery.com>
5112
5113 * NEWS: Describe new info os commands.
5114 * common/linux-osdata.c (PID_T, TIME_T): Define.
5115 (MAX_PID_T_STRLEN): New.
5116 (linux_common_core_of_thread): Add comment. Change to use PID_T and
5117 MAX_PID_T_STRLEN.
5118 (command_from_pid): Add comment. Change to use PID_T.
5119 (commandline_from_pid): Change to use PID_T.
5120 (user_from_pid): Add comment.
5121 (get_process_owner): Add comment. Change to use PID_T and
5122 MAX_PID_T_STRLEN.
5123 (get_number_of_cpu_cores): Add comment.
5124 (get_cores_used_by_process): Add comment. Change to use PID_T and
5125 MAX_PID_T_STRLEN.
5126 (linux_xfer_osdata_processes): Change to use PID_T and
5127 MAX_PID_T_STRLEN.
5128 (compare_processes): New function.
5129 (linux_xfer_osdata_processgroups): New function.
5130 (linux_xfer_osdata_threads): Change to use PID_T.
5131 (linux_xfer_osdata_fds): New function.
5132 (format_socket_state, print_sockets): New functions.
5133 (union socket_addr): New union.
5134 (linux_xfer_osdata_isockets): New function.
5135 (time_from_time_t, group_from_gid): New functions.
5136 (linux_xfer_osdata_shm): New function.
5137 (linux_xfer_osdata_sem): New function.
5138 (linux_xfer_osdata_msg): New function.
5139 (linux_xfer_osdata_modules): New function.
5140 (osdata_table): Add new entries.
5141 * common/buffer.c (buffer_xml_printf): Add support for long and
5142 long long format specifiers.
5143
5144 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5145
5146 * amd64-linux-tdep.h (tdesc_x32_linux): New.
5147 (tdesc_x32_avx_linux): Likewise.
5148
5149 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5150
5151 Implement multi-component --with-auto-load-dir.
5152 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
5153 entries.
5154 (--with-auto-load-safe-path): Update the default value description.
5155 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
5156 New.
5157 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
5158 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
5159 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
5160 (_initialize_auto_load): Initialize also auto_load_dir. Install new
5161 "set auto-load scripts-directory".
5162 * config.in: Regenerate.
5163 * configure: Regenerate.
5164 * configure.ac (--with-auto-load-dir): New configure option.
5165 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
5166
5167 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5168
5169 Provide $ddir substitution for --with-auto-load-safe-path.
5170 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
5171 entries.
5172 * auto-load.c: Include observer.h.
5173 (auto_load_safe_path_vec_update): Call substitute_path_component for
5174 each component. New variable ddir_subst.
5175 (auto_load_gdb_datadir_changed): New function.
5176 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5177 AUTO_LOAD_SAFE_PATH. New comment.
5178 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5179 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
5180 * config.in: Regenerate.
5181 * configure: Regenerate.
5182 * configure.ac (--auto-load-safe-path): Rename
5183 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
5184 GDB_DATADIR/auto-load.
5185 * defs.h (substitute_path_component): New declaration.
5186 * top.c: Include observer.h.
5187 (set_gdb_datadir): New function.
5188 (init_main): Install it for "set data-directory".
5189 * utils.c (substitute_path_component): New function.
5190
5191 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5192
5193 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
5194 * auto-load.c (auto_load_objfile_script): Remove check for NULL
5195 DEBUG_FILE_DIRECTORY. Handle multiple components of
5196 DEBUG_FILE_DIRECTORY.
5197
5198 2012-05-10 Tom Tromey <tromey@redhat.com>
5199
5200 * dwarf2read.c (recursively_write_psymbols): New function.
5201 (write_psymtabs_to_index): Use it.
5202
5203 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
5204 field.
5205 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
5206 (load_partial_comp_unit): Update.
5207 (queue_comp_unit): Add argument 'pretend_language'.
5208 (process_queue): Update.
5209 (psymtab_to_symtab_1): Skip dependencies that have a user.
5210 (load_partial_comp_unit_reader): Give meaning to the 'data'
5211 argument.
5212 (load_full_comp_unit): Add 'pretend_language' argument.
5213 (process_full_comp_unit): Add 'pretend_language' argument. Set
5214 language on CU.
5215 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
5216 Update.
5217 (maybe_queue_comp_unit): Add 'pretend_language' argument.
5218 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
5219 Update.
5220 (prepare_one_comp_unit): Add 'pretend_language' argument.
5221
5222 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
5223 (struct dwarf2_per_objfile) <just_read_cus>: New field.
5224 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
5225 (dw2_do_instantiate_symtab): Check whether symtab was read in
5226 before queueing.
5227 (dw2_instantiate_symtab): Add assertion. Call
5228 process_cu_includes.
5229 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
5230 (partial_symtab_p): New typedef.
5231 (set_partial_user): New function.
5232 (dwarf2_build_psymtabs_hard): Use set_partial_user.
5233 (scan_partial_symbols): Add imported CU to imported_symtabs.
5234 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
5235 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
5236 (get_symtab, recursively_compute_inclusions)
5237 (compute_symtab_includes, process_cu_includes)
5238 (process_imported_unit_die): New functions.
5239 (process_die) <DW_TAG_imported_unit>: New case.
5240 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
5241
5242 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
5243 comment.
5244 (struct partial_die_info) <locdesc>: Remove.
5245 <d>: New field.
5246 (process_psymtab_comp_unit): Add 'read_partial' argument.
5247 Update.
5248 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
5249 (scan_partial_symbols): Handle DW_TAG_imported_unit.
5250 (add_partial_symbol): Update.
5251 (process_die): Handle DW_TAG_partial_unit.
5252 (read_file_scope): Update comment.
5253 (load_partial_dies): Handle DW_TAG_imported_unit.
5254 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
5255 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
5256
5257 2012-05-10 Tom Tromey <tromey@redhat.com>
5258
5259 * cc-with-dwz.sh: New file.
5260
5261 2012-05-10 Tom Tromey <tromey@redhat.com>
5262
5263 * symtab.h (struct symtab) <includes, user>: New fields.
5264 * block.h (struct block_iterator) <d, idx, which>: New fields.
5265 * block.c (initialize_block_iterator, find_iterator_symtab)
5266 (block_iterator_step, block_iter_name_step)
5267 (block_iter_match_step): New functions.
5268 (block_iterator_first, block_iterator_next)
5269 (block_iter_name_first, block_iter_name_next)
5270 (block_iter_match_first, block_iter_match_next): Rewrite.
5271 (get_block_symtab): New function.
5272
5273 2012-05-10 Tom Tromey <tromey@redhat.com>
5274
5275 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
5276 set_block_symtab.
5277 * jit.c (finalize_symtab): Use allocate_global_block,
5278 set_block_symtab.
5279 * buildsym.c (finish_block_internal): New function, from old
5280 finish_block.
5281 (finish_block): Rewrite.
5282 (end_symtab): Use finish_block_internal, set_block_symtab.
5283 * block.h (struct global_block): New.
5284 (allocate_global_block, set_block_symtab): Declare.
5285 * block.c (allocate_global_block, set_block_symtab): New
5286 functions.
5287
5288 2012-05-10 Tom Tromey <tromey@redhat.com>
5289
5290 * psymtab.c (partial_map_expand_apply): Add assertion.
5291 (partial_map_symtabs_matching_filename): Skip included psymtabs.
5292 (psymtab_to_symtab): Find unshared psymtab.
5293 (dump_psymtab): Print including psymtabs.
5294 (recursively_search_psymtabs): New function.
5295 (expand_symtabs_matching_via_partial): Use it.
5296 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
5297 fields.
5298 (enum psymtab_search_status): New.
5299
5300 2012-05-10 Tom Tromey <tromey@redhat.com>
5301
5302 * tracepoint.c (scope_info): Update.
5303 * symtab.c (lookup_block_symbol, iterate_over_symbols)
5304 (find_pc_sect_symtab, search_symbols)
5305 (default_make_symbol_completion_list_break_on)
5306 (make_file_symbol_completion_list): Update.
5307 * symmisc.c (dump_symtab_1): Update.
5308 * stack.c (print_frame_args, iterate_over_block_locals)
5309 (print_frame_labels, iterate_over_block_arg_vars): Update.
5310 * python/py-block.c (block_object) <dict>: Remove.
5311 <block>: New field.
5312 <iter>: Change type.
5313 (blpy_iter): Update.
5314 (blpy_block_syms_iternext): Update.
5315 * psymtab.c (map_block): Use block iterators.
5316 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
5317 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
5318 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
5319 * infrun.c (check_exception_resume): Update.
5320 * cp-support.c (make_symbol_overload_list_block): Update.
5321 * coffread.c (patch_opaque_types): Update.
5322 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
5323 * block.h (struct block_iterator): New.
5324 (block_iterator_first, block_iterator_next, block_iter_name_first)
5325 (block_iter_name_next, block_iter_match_first)
5326 (block_iter_match_next): Declare.
5327 (ALL_BLOCK_SYMBOLS): Redefine.
5328 * block.c (block_iterator_first, block_iterator_next)
5329 (block_iter_name_first, block_iter_name_next)
5330 (block_iter_match_first, block_iter_match_next): New functions.
5331 * ada-lang.c (ada_add_block_symbols)
5332 (ada_make_symbol_completion_list): Use block iterator.
5333
5334 2012-05-10 Tom Tromey <tromey@redhat.com>
5335
5336 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
5337 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
5338 (lookup_partial_symbol, find_last_source_symtab_from_partial)
5339 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
5340 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
5341 Update.
5342
5343 2012-05-10 Joel Brobecker <brobecker@adacore.com>
5344
5345 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
5346 print-file-var-lib2.c, print-file-var-main.c and
5347 print-file-var.exp (located in gdb/testsuite/gdb.base).
5348
5349 2012-05-10 Joel Brobecker <brobecker@adacore.com>
5350
5351 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5352 try locating the symbol in the symbol's own objfile first, before
5353 extending the search to all objfiles.
5354 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5355 out of lookup_symbol_aux_symtabs.
5356 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5357 Replace extracted-out code by call to lookup_symbol_aux_objfile.
5358 Do not search EXCLUDE_OBJFILE.
5359 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5360 (lookup_symbol_global): Search for matches in the block's objfile
5361 first, before searching all other objfiles.
5362
5363 2012-05-10 Tristan Gingold <gingold@adacore.com>
5364
5365 * printcmd.c (set_command): Add pre/post inc/dec.
5366
5367 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
5368
5369 * gdb.1: Document -ex option.
5370
5371 2012-05-09 Joel Brobecker <brobecker@adacore.com>
5372
5373 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
5374 * inferior.h (AT_SYMBOL): Delete.
5375
5376 2012-05-09 Joel Brobecker <brobecker@adacore.com>
5377
5378 * mips-tdep.c (mips_push_dummy_code): New function.
5379 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
5380 ON_STACK and install mips_push_dummy_code as our gdbarch
5381 push_dummy_code routine.
5382
5383 2012-05-09 Pedro Alves <palves@redhat.com>
5384
5385 * target.c (set_maintenance_target_async_permitted): Rename to ...
5386 (set_target_async_command): ... this.
5387 (show_maintenance_target_async_permitted): Rename to ...
5388 (show_target_async_command): ... this.
5389 (initialize_targets): Adjust.
5390
5391 2012-05-08 Doug Evans <dje@google.com>
5392
5393 * go-exp.y (classify_name): Add missing assignment of fields of
5394 yylval.ssym.
5395
5396 2012-05-08 Eli Zaretskii <eliz@gnu.org>
5397
5398 Display the ">" prompt in interactive mode while reading canned
5399 commands, even when the current interpreter is MI.
5400
5401 * interps.c (interp_set_temp): New function.
5402
5403 * interps.h (interp_set_temp): Add prototype.
5404
5405 * cli/cli-script.c (restore_interp): New cleanup function.
5406 (read_command_lines): Temporarily override the current interpreter
5407 with CLI and arrange for restoring the original one.
5408
5409 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
5410
5411 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
5412
5413 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
5414
5415 * probe.c (parse_probes): Move conditional to check for
5416 debuginfo files from here...
5417 * stap-probe.c (stap_get_probes): ... to here.
5418
5419 2012-05-07 Mark Kettenis <kettenis@gnu.org>
5420 H.J. Lu <hongjiu.lu@intel.com>
5421
5422 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
5423 `movl %esp, %ebp' for the X32 ABI.
5424
5425 2012-05-07 Tom Tromey <tromey@redhat.com>
5426
5427 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
5428 get_DW_TAG_name.
5429 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
5430 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
5431 (dwarf_stack_op_name): Remove.
5432 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
5433 (decode_locdesc): Use get_DW_OP_name.
5434 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
5435 (dwarf2_compile_expr_to_ax): Likewise.
5436 (disassemble_dwarf_expression): Likewise.
5437 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
5438
5439 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
5440
5441 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
5442 (sh_linux_sigtramp_cache): New function.
5443 (sh_linux_sigreturn_init): New function.
5444 (sh_linux_rt_sigreturn_init): New function.
5445 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
5446 patterns.
5447 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
5448 syscall codes.
5449 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
5450 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
5451 (sh_linux_init_abi): Add init calls to register new tramp_frame
5452 definitions under 32-bit SH, update comments.
5453
5454 2012-05-07 Pedro Alves <palves@redhat.com>
5455
5456 PR gdb/10952
5457
5458 * amd64-linux-tdep.c: Include glibc-tdep.h.
5459 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
5460 gdbarch_skip_solib_resolver callback.
5461
5462 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5463
5464 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
5465 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
5466 (show_auto_load_safe_path): Check any-directory by comparison with "/".
5467 (add_auto_load_safe_path): Change the error message.
5468 (_initialize_auto_load): Change the "safe-path" help text.
5469 * configure: Regenerate
5470 * configure.ac (--without-auto-load-safe-path): Set
5471 WITH_AUTO_LOAD_SAFE_PATH to /.
5472
5473 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
5474
5475 * stap-probe.h: Do not include unecessary `probe.h'.
5476
5477 2012-05-05 Alan Modra <amodra@gmail.com>
5478
5479 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
5480 bfd_und_section_ptr.
5481 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
5482 and bfd_com_section_ptr.
5483
5484 2012-05-04 Joel Brobecker <brobecker@adacore.com>
5485
5486 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
5487
5488 2012-05-04 Joel Brobecker <brobecker@adacore.com>
5489
5490 * windows-nat.h (segment_register_p_ftype): New typedef.
5491 (windows_set_segment_register_p): Add declaration.
5492 * windows-nat.c (segment_register_p): New static global.
5493 (windows_set_segment_register_p): New function.
5494 (do_windows_fetch_inferior_registers): Add special handling
5495 for segment registers.
5496 * amd64-windows-nat.c: #include "amd64-tdep.h".
5497 (amd64_windows_segment_register_p): New function.
5498 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
5499 * i386-windows-nat.c: #include "i386-tdep.h".
5500 (i386_windows_segment_register_p): New function.
5501 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
5502
5503 2012-05-04 Tristan Gingold <gingold@adacore.com>
5504
5505 * printcmd.c (set_command): Emit a warning if the expression is not
5506 an assignment.
5507
5508 2012-05-03 Joel Brobecker <brobecker@adacore.com>
5509
5510 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
5511 Make static.
5512
5513 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
5514
5515 * stap-probe.c (stap_is_operator): Change declaration.
5516 (stap_get_opcode): Change return value.
5517 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
5518 `stap_parse_argument_1'.
5519
5520 2012-05-03 Pedro Alves <pedro@codesourcery.com>
5521
5522 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
5523 debug log.
5524
5525 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
5526
5527 Add two new methods global_block and static_block to gdb.Symtab
5528 objects.
5529 * NEWS (Python scripting): Add entry about the new methods.
5530 * python/py-symtab.c (stpy_global_block): New function which
5531 implements the gdb.Symtab.global_block() method.
5532 (stpy_static_block): New function which implements the
5533 gdb.Symtab.static_block() method.
5534 (symtab_object_methods): Add entries for the two new methods.
5535
5536 2012-05-03 Doug Evans <dje@google.com>
5537
5538 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
5539 files.
5540
5541 2012-05-03 Yao Qi <yao@codesourcery.com>
5542
5543 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
5544 space.
5545 (i386_process_record): Ditto.
5546
5547 2012-05-02 Joel Brobecker <brobecker@adacore.com>
5548
5549 * infcall.c (unwind_on_signal_p): Make static.
5550
5551 2012-05-02 Joel Brobecker <brobecker@adacore.com>
5552
5553 * sol-thread.c (solaris_pid_to_str): Make static.
5554 (_initialize_sol_thread): Add prototype.
5555
5556 2012-05-02 Joel Brobecker <brobecker@adacore.com>
5557
5558 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
5559
5560 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
5561
5562 * MAINTAINERS: Remove myself.
5563
5564 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5565
5566 Fix --without-auto-load-safe-path for MS-Windows host platform.
5567 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
5568
5569 2012-05-02 Eli Zaretskii <eliz@gnu.org>
5570
5571 * gdb_curses.h: Undefine KEY_EVENT before including curses
5572 headers. Move "#undef MOUSE_MOVED" before any curses header
5573 inclusion.
5574
5575 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
5576
5577 * features/i386/i386-mmx-linux.c: Regenerate.
5578 * features/rs6000/powerpc-32.c: Likewise.
5579 * features/rs6000/powerpc-32l.c: Likewise.
5580 * features/rs6000/powerpc-403.c: Likewise.
5581 * features/rs6000/powerpc-403gc.c: Likewise.
5582 * features/rs6000/powerpc-405.c: Likewise.
5583 * features/rs6000/powerpc-505.c: Likewise.
5584 * features/rs6000/powerpc-601.c: Likewise.
5585 * features/rs6000/powerpc-602.c: Likewise.
5586 * features/rs6000/powerpc-603.c: Likewise.
5587 * features/rs6000/powerpc-604.c: Likewise.
5588 * features/rs6000/powerpc-64.c: Likewise.
5589 * features/rs6000/powerpc-64l.c: Likewise.
5590 * features/rs6000/powerpc-750.c: Likewise.
5591 * features/rs6000/powerpc-860.c: Likewise.
5592 * features/rs6000/powerpc-e500.c: Likewise.
5593 * features/rs6000/powerpc-e500l.c: Likewise.
5594 * features/rs6000/powerpc-isa205-32l.c: Likewise.
5595 * features/rs6000/powerpc-isa205-64l.c: Likewise.
5596 * features/rs6000/rs6000.c: Likewise.
5597
5598 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
5599
5600 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
5601 variable.
5602 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
5603 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
5604 (stap_parse_argument) <e>: Likewise.
5605 (handle_stap_probe) <byte_order>: Likewise.
5606
5607 2012-04-30 Doug Evans <dje@google.com>
5608
5609 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
5610 init_and_read_dies_worker. All callers updated.
5611 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
5612 replaced with init_cutu_and_read_dies.
5613 (load_partial_comp_unit): Pass 1 for use_existing_cu.
5614 (find_partial_die): Remove FIXME. Don't free current CU.
5615
5616 2012-04-30 Sterling Augustine <saugustine@google.com>
5617
5618 * contrib: New directory.
5619 * contrib/test_pubnames_and_indexes.py: New file.
5620
5621 2012-04-30 Doug Evans <dje@google.com>
5622
5623 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
5624 All callers updated.
5625 (init_cu_die_reader): Verify the section is non-empty.
5626 (dwarf_decode_line_header): Don't dereference section->asection
5627 until we know the section is present.
5628
5629 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
5630
5631 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
5632 probes.
5633
5634 2012-04-29 Yao Qi <yao@codesourcery.com>
5635
5636 * gdb-code-style.el: New hook gdb-markup-hook
5637 and gdb-comment-hook.
5638
5639 2012-04-28 Doug Evans <dje@google.com>
5640
5641 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
5642 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
5643 objfile->obfd.
5644 * symfile.h (dwarf2_debug_sections): New member addr.
5645 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
5646 (ctx_no_get_addr_index): New function.
5647 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
5648 (ctx_no_get_addr_index): Declare.
5649 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
5650 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
5651 (dwarf_expr_ctx_funcs): Update.
5652 (needs_get_addr_index): New function.
5653 (needs_frame_ctx_funcs): Update.
5654 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
5655 * dwarf2read.c: #include "gdbcore.h".
5656 (dwarf2_per_objfile): New members addr, dwo_files.
5657 (dwarf2_elf_names): Add entry for addr.
5658 (struct dwo_section_names): New type.
5659 (dwo_section_names): New static global.
5660 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
5661 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
5662 old debug_types_section member updated to use this.
5663 Rename member debug_types_section to info_or_types_section,
5664 all uses updated.
5665 (signatured_type): Rename member type_offset to type_offset_in_tu,
5666 all uses updated. New member type_offset_in_section.
5667 (struct dwo_sections): New type.
5668 (struct dwo_unit): New type.
5669 (struct dwo_file): New type.
5670 (die_reader_specs): New member dwo_file.
5671 (dwarf2_locate_sections): Watch for .debug_addr.
5672 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
5673 (dwarf2_read_section): Get bfd of section from bfd's asection,
5674 instead of objfile.
5675 (create_cus_from_index): Initialize the_cu->info_or_types_section.
5676 (create_signatured_type_table_from_index): Initialize
5677 sig_type->info_or_types_section.
5678 (dw2_get_file_names): Statement lists for type units with DWO files
5679 live in the DWO file.
5680 (create_debug_types_hash_table): New function.
5681 (create_all_type_units): Rewrite.
5682 (init_cu_die_reader): New arg dwo_file, all callers updated.
5683 (init_and_read_dies_worker): Get section from
5684 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
5685 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
5686 continue reading the CU/TU from there.
5687 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
5688 updated. Get section from this_cu->info_or_types_section.
5689 (create_all_comp_units): Initialize this_cu->info_or_types_section.
5690 (skip_one_die): New cases DW_FORM_GNU_addr_index,
5691 DW_FORM_GNU_str_index.
5692 (hash_dwo_file, eq_dwo_file): New functions.
5693 (allocate_dwo_file_hash_table): New function.
5694 (hash_dwo_unit, eq_dwo_unit): New functions.
5695 (allocate_dwo_unit_table): New function.
5696 (dwarf2_locate_dwo_sections): New function.
5697 (struct create_dwo_info_table_data): New type.
5698 (create_debug_info_hash_table_reader): New function.
5699 (create_debug_info_hash_table): New function.
5700 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
5701 (lookup_dwo_file): New function.
5702 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
5703 (free_dwo_file, free_dwo_file_cleanup): New functions.
5704 (free_dwo_file_from_slot, free_dwo_files): New functions.
5705 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
5706 (dwarf2_record_block_ranges): Ditto.
5707 (read_partial_die): Ditto.
5708 (process_enumeration_scope): Update to use type_offset_in_section.
5709 (read_full_die_1): New function.
5710 (read_full_die): Rewrite.
5711 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
5712 DW_FORM_GNU_str_index.
5713 (read_addr_index_1, read_addr_index): New functions.
5714 (read_addr_index_from_leb128): New function.
5715 (struct dwarf2_read_addr_index_data): New type.
5716 (dwarf2_read_addr_index_reader): New function.
5717 (dwarf2_read_addr_index): New function.
5718 (read_str_index): New function.
5719 (leb128_size): New function.
5720 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
5721 If processing a type unit from a DWO file, get the line section
5722 from the DWO file.
5723 (var_decode_location): Watch for DW_OP_GNU_addr_index.
5724 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
5725 DW_FORM_GNU_str_index.
5726 (lookup_die_type): Check whether section offset of type's die is
5727 known before looking it up. Remove assert. Condition can
5728 legimately happen for inter-cu type references.
5729 (dwarf_attr_name): Handle Fission attributes.
5730 (dwarf_form_name): Handle Fission forms.
5731 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
5732 DW_FORM_GNU_str_index.
5733 (follow_die_sig): Update to use type_offset_in_section.
5734 (decode_locdesc): New case DW_OP_GNU_addr_index.
5735 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
5736 DW_FORM_GNU_str_index.
5737 (cu_debug_loc_section): New function.
5738 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
5739 (dwarf2_per_objfile_free): Unmap .debug_addr section.
5740 Free DWO files if present.
5741 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
5742
5743 Refactor DIE reading.
5744 * dwarf2read.c (dwarf2_per_objfile): Replace members
5745 debug_info_type_hash and debug_types_type_hash with die_type_hash.
5746 (die_reader_specs): New member "die_section". Temporarily make
5747 member "buffer" non-const, pending constifying all info_ptr uses.
5748 (die_reader_func_ftype): New typedef.
5749 (dw2_get_file_names_reader): New function.
5750 (dw2_get_file_names): Rewrite.
5751 (read_and_check_type_unit_head): Rename arg type_offset to
5752 type_offset_in_tu.
5753 (create_all_type_units): Improve debugging message.
5754 Improve dummy type unit check.
5755 (init_cu_die_reader): New arg "section". All callers updated.
5756 (init_and_read_dies_worker): New function.
5757 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
5758 (init_cutu_and_read_dies_no_follow): New function.
5759 (init_cutu_and_read_dies_simple): New function.
5760 (process_psymtab_comp_unit_reader): New function.
5761 (process_psymtab_comp_unit): Delete args section,
5762 is_debug_types_section. Rewrite. All callers updated.
5763 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
5764 All callers updated. Rewrite.
5765 (load_partial_comp_unit_reader): New function.
5766 (load_partial_comp_unit): Rewrite.
5767 (skip_children): New arg reader. Delete args buffer, cu.
5768 All callers updated.
5769 (skip_one_die): New arg reader. Delete args buffer, cu.
5770 All callers updated.
5771 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
5772 All callers updated.
5773 (load_full_comp_unit_reader): New function.
5774 (load_full_comp_unit): Rewrite.
5775 (read_comp_unit): Delete.
5776 (read_die_and_children_1): Delete, contents moved ...
5777 (read_die_and_children): ... here.
5778 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
5779 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
5780 All callers updated.
5781 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
5782 All callers updated.
5783 (find_partial_die): Rewrite load_all_dies support.
5784 (read_attribute_value): New arg reader. Delete args abfd, cu.
5785 All callers updated.
5786 (read_attribute): New arg reader. Delete args abfd, cu.
5787 All callers updated.
5788 (load_full_type_unit): Add assert.
5789 (read_signatured_type_reader): New function.
5790 (read_signatured_type): Rewrite.
5791 (free_stack_comp_unit): Remove call to age_cached_comp_units.
5792 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
5793 All callers updated. Set per_cu->cu = NULL after freeing it.
5794 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
5795 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
5796 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
5797 (set_die_type): Update.
5798 (get_die_type_at_offset): Update.
5799 (read_file_scope): Call prepare_one_comp_unit.
5800 (read_type_unit_scope): Ditto.
5801 (prepare_one_comp_unit): Set producer if present.
5802
5803 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5804
5805 * probe.c (compile_rx_or_error): Silence ARI warning about missing
5806 gettext function on `error'.
5807
5808 2012-04-27 Doug Evans <dje@google.com>
5809
5810 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
5811 is empty.
5812
5813 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5814 Tom Tromey <tromey@redhat.com>
5815
5816 * breakpoint.c (struct breakpoint_objfile_data)
5817 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
5818 <exception_probes>: New fields.
5819 (free_breakpoint_probes): New function.
5820 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
5821 `_Unwind_DebugHook'.
5822 (create_exception_master_breakpoint): Likewise.
5823 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
5824 * infrun.c: Including necessary header files for handling SystemTap
5825 probes.
5826 (handle_inferior_event): Handling longjmp breakpoint and exceptions
5827 via SystemTap probes.
5828 (check_exception_resume): Remove `func' argument. Handle exception
5829 unwinding breakpoint set via a SystemTap probe.
5830 (insert_exception_resume_from_probe): New function.
5831
5832 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5833 Tom Tromey <tromey@redhat.com>
5834 Jan Kratochvil <jan.kratochvil@redhat.com>
5835
5836 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
5837 (COMMON_OBS): Likewise.
5838 (HFILES_NO_SRCDIR): Add `probe'.
5839 * NEWS: Mention support for static and SystemTap probes.
5840 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
5841 SystemTap probes' arguments parser.
5842 * arm-linux-tdep.c: Including headers needed to perform the parsing
5843 of SystemTap probes' arguments.
5844 (arm_stap_is_single_operand): New function.
5845 (arm_stap_parse_special_token): Likewise.
5846 (arm_linux_init_abi): Initializing proper fields used by SystemTap
5847 probes' arguments parser.
5848 * ax-gdb.c (require_rvalue): Removing static declaration.
5849 (gen_expr): Likewise.
5850 * ax-gdb.h (gen_expr): Declaring function.
5851 (require_rvalue): Likewise.
5852 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
5853 (bkpt_probe_breakpoint_ops): New variable.
5854 (momentary_breakpoint_from_master): Set the `probe' value.
5855 (add_location_to_breakpoint): Likewise.
5856 (break_command_1): Using proper breakpoint_ops according to the
5857 argument passed by the user in the command line.
5858 (bkpt_probe_insert_location): New function.
5859 (bkpt_probe_remove_location): Likewise.
5860 (bkpt_probe_create_sals_from_address): Likewise.
5861 (bkpt_probe_decode_linespec): Likewise.
5862 (tracepoint_probe_create_sals_from_address): Likewise.
5863 (tracepoint_probe_decode_linespec): Likewise.
5864 (tracepoint_probe_breakpoint_ops): New variable.
5865 (trace_command): Using proper breakpoint_ops according to the
5866 argument passed by the user in the command line.
5867 (initialize_breakpoint_ops): Initializing breakpoint_ops for
5868 static probes on breakpoints and tracepoints.
5869 * breakpoint.h (struct bp_location) <probe>: New field.
5870 * cli-utils.c (skip_spaces_const): New function.
5871 (extract_arg): Likewise.
5872 * cli-utils.h (skip_spaces_const): Likewise.
5873 (extract_arg): Likewise.
5874 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
5875 * configure.ac: Append `stap-probe.o' to be generated when ELF
5876 support is present.
5877 * configure: Regenerate.
5878 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
5879 * elfread.c: Include `probe.h' and `arch-utils.h'.
5880 (probe_key): New variable.
5881 (elf_get_probes): New function.
5882 (elf_get_probe_argument_count): Likewise.
5883 (elf_evaluate_probe_argument): Likewise.
5884 (elf_compile_to_ax): Likewise.
5885 (elf_symfile_relocate_probe): Likewise.
5886 (stap_probe_key_free): Likewise.
5887 (elf_probe_fns): New variable.
5888 (elf_sym_fns): Add `sym_probe_fns' value.
5889 (elf_sym_fns_lazy_psyms): Likewise.
5890 (elf_sym_fns_gdb_index): Likewise.
5891 (_initialize_elfread): Initialize objfile cache for static
5892 probes.
5893 * gdb_vecs.h (struct probe): New forward declaration.
5894 (probe_p): New VEC declaration.
5895 * gdbarch.c: Regenerate.
5896 * gdbarch.h: Regenerate.
5897 * gdbarch.sh (stap_integer_prefix): New variable.
5898 (stap_integer_suffix): Likewise.
5899 (stap_register_prefix): Likewise.
5900 (stap_register_suffix): Likewise.
5901 (stap_register_indirection_prefix): Likewise.
5902 (stap_register_indirection_suffix): Likewise.
5903 (stap_gdb_register_prefix): Likewise.
5904 (stap_gdb_register_suffix): Likewise.
5905 (stap_is_single_operand): New function.
5906 (stap_parse_special_token): Likewise.
5907 (struct stap_parse_info): Forward declaration.
5908 * i386-tdep.c: Including headers needed to perform the parsing
5909 of SystemTap probes' arguments.
5910 (i386_stap_is_single_operand): New function.
5911 (i386_stap_parse_special_token): Likewise.
5912 (i386_elf_init_abi): Initializing proper fields used by SystemTap
5913 probes' arguments parser.
5914 * i386-tdep.h (i386_stap_is_single_operand): New function.
5915 (i386_stap_parse_special_token): Likewise.
5916 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
5917 * mipsread.c (ecoff_sym_fns): Likewise.
5918 * objfiles.c (objfile_relocate1): Support relocation for static
5919 probes.
5920 * parse.c (prefixify_expression): Remove static declaration.
5921 (initialize_expout): Likewise.
5922 (reallocate_expout): Likewise.
5923 * parser-defs.h (initialize_expout): Declare function.
5924 (reallocate_expout): Likewise.
5925 (prefixify_expression): Likewise.
5926 * ppc-linux-tdep.c: Including headers needed to perform the parsing
5927 of SystemTap probes' arguments.
5928 (ppc_stap_is_single_operand): New function.
5929 (ppc_stap_parse_special_token): Likewise.
5930 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
5931 probes' arguments parser.
5932 * probe.c: New file, for generic statically defined probe support.
5933 * probe.h: Likewise.
5934 * s390-tdep.c: Including headers needed to perform the parsing of
5935 SystemTap probes' arguments.
5936 (s390_stap_is_single_operand): New function.
5937 (s390_gdbarch_init): Initializing proper fields used by SystemTap
5938 probes' arguments parser.
5939 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
5940 * stap-probe.c: New file, for SystemTap probe support.
5941 * stap-probe.h: Likewise.
5942 * symfile.h: Include `gdb_vecs.h'.
5943 (struct sym_probe_fns): New struct.
5944 (struct sym_fns) <sym_probe_fns>: New field.
5945 * symtab.c (init_sal): Initialize `probe' field.
5946 * symtab.h (struct probe): Forward declaration.
5947 (struct symtab_and_line) <probe>: New field.
5948 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
5949 locations.
5950 (stop_tracing): Likewise.
5951 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
5952
5953 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5954 Tom Tromey <tromey@redhat.com>
5955
5956 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
5957 and to compile agent expressions.
5958 * infrun.c (siginfo_make_value): New argument `ignore'.
5959 (siginfo_funcs): New struct.
5960 (_initialize_infrun): New argument when calling
5961 `create_internalvar_type_lazy'.
5962 * thread.c (thread_id_make_value): New argument `ignore'.
5963 (thread_funcs): New struct.
5964 (_initialize_thread): New argument when calling
5965 `create_internalvar_type_lazy'.
5966 * tracepoint.c (sdata_make_value): New argument `ignore'.
5967 (sdata_funcs): New struct.
5968 (_initialize_tracepoint): New argument when calling
5969 `create_internalvar_type_lazy'.
5970 * value.c (make_value): New struct.
5971 (create_internalvar_type_lazy): New argument `data'.
5972 (compile_internalvar_to_ax): New function.
5973 (value_of_internalvar): Properly handling `make_value' case.
5974 (clear_internalvar): Likewise.
5975 (show_convenience): Adding `TRY_CATCH' block.
5976 * value.h (internalvar_make_value): Delete, replace by...
5977 (struct internalvar_funcs): ... this.
5978 (create_internalvar_type_lazy) <fun>: Delete argument.
5979 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
5980 (compile_internalvar_to_ax): New function.
5981 * windows-tdep.c (tlb_make_value): New argument `ignore'.
5982 (tlb_funcs): New struct.
5983 (_initialize_windows_tdep): New argument when calling
5984 `create_internalvar_type_lazy'.
5985
5986 2012-04-27 Mark Wielaard <mjw@redhat.com>
5987
5988 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
5989 see whether it is an address or a constant offset from DW_AT_low_pc.
5990 (dwarf2_record_block_ranges): Likewise.
5991 (read_partial_die): Likewise.
5992
5993 2012-04-26 Mark Wielaard <mjw@redhat.com>
5994
5995 * MAINTAINERS (Write After Approval): Add myself to the list.
5996
5997 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
5998
5999 * proc-utils.h (proc_prettyprint_signalset): New prototype.
6000 (proc_prettyprint_signal): Likewise.
6001 (proc_prettyprint_faultset): Likewise.
6002 (proc_prettyprint_fault): Likewise.
6003 (proc_prettyprint_actionset): Likewise.
6004 (proc_prettyprint_flags): Move to new proc-flags.c section.
6005 (proc_prettyfprint_flags): New prototype.
6006 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
6007 (proc_syscall, proc_cursig): Likewise.
6008 (proc_set_kill_on_last_close): Likewise.
6009 (proc_unset_kill_on_last_close): Likewise.
6010 (proc_set_watchpoint): Make static.
6011 (proc_delete_dead_threads): Likewise.
6012 (procfs_set_watchpoint): Likewise.
6013 (_initialize_procfs): Add prototype.
6014 * proc-events.c: Include proc-utils.h.
6015 (init_syscall_table): Make static.
6016 * proc-api.c (_initialize_proc_api): Add prototype.
6017 * proc-flags.c: Include proc-utils.h.
6018
6019 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6020
6021 * configure.ac: Add AC_ARG_PROGRAM.
6022 * configure: Regenerate.
6023
6024 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6025
6026 Fix DW_AT_lower_bound defaults for DWARF-4+.
6027 * dwarf2read.c (read_subrange_type): Remove initialization of low and
6028 high. New variable low_default_is_valid. Implement DWARF-4+
6029 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
6030 no default by the DWARF standard.
6031
6032 2012-04-26 Maciej W. Rozycki <macro@mips.com>
6033 Maciej W. Rozycki <macro@codesourcery.com>
6034
6035 * infrun.c (handle_inferior_event): Move the check for return
6036 trampolines ahead of the check for function trampolines.
6037 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
6038 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
6039 (mips_str_mips16_ret_stub): Likewise.
6040 (mips_str_call_fp_stub): Likewise.
6041 (mips_str_call_stub): Likewise.
6042 (mips_str_fn_stub): Likewise.
6043 (mips_str_pic): Likewise.
6044 (mips_in_frame_stub): New function.
6045 (mips_unwind_pc): Return the return address rather than the PC
6046 if the PC of an intermediate frame is inside a call thunk.
6047 (mips_is_stub_suffix): New function.
6048 (mips_is_stub_mode): Likewise.
6049 (mips_get_mips16_fn_stub_pc): Likewise.
6050 (mips_skip_mips16_trampoline_code): Update to handle all the
6051 currently generated stub types. Don't recurse into __fn_stub
6052 thunks. Remove heuristics to handle stubs beyond etext/_etext.
6053 Use cooked register accesses.
6054 (mips_in_return_stub): Reintroduce function.
6055 (mips_skip_trampoline_code): Traverse trampolines recursively.
6056 (mips_gdbarch_init): Handle MIPS16 return trampolines.
6057
6058 2012-04-26 Joel Brobecker <brobecker@adacore.com>
6059
6060 GDB 7.4.1 released.
6061
6062 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
6063
6064 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
6065 * features/arm-with-m-vfp-d16.xml: New file. Describes
6066 Cortex-M with VFPv4-sp-d16 FPU register layout.
6067 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
6068 * features/arm-with-m-vfp-d16.c: New. Generated from above.
6069 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
6070 (arm-register_g_packet_guesses): Add vfp-d16 guess.
6071 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
6072
6073 2012-04-25 Doug Evans <dje@google.com>
6074
6075 * cli/cli-decode.c (print_doc_line): Use stream instead of
6076 current_uiout.
6077
6078 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
6079
6080 * features/arm-with-iwmmxt.c: Regenerate.
6081 * features/arm-with-m-fpa-layout.c: Likewise.
6082 * features/arm-with-m.c: Likewise.
6083 * features/arm-with-neon.c: Likewise.
6084 * features/arm-with-vfpv2.c: Likewise.
6085 * features/arm-with-vfpv3.c: Likewise.
6086 * features/mips-dsp-linux.c: Likewise.
6087 * features/mips-linux.c: Likewise.
6088 * features/mips64-dsp-linux.c: Likewise.
6089 * features/mips64-linux.c: Likewise.
6090 * features/s390-linux32.c: Likewise.
6091 * features/s390-linux32v1.c: Likewise.
6092 * features/s390-linux32v2.c: Likewise.
6093 * features/s390-linux64.c: Likewise.
6094 * features/s390-linux64v1.c: Likewise.
6095 * features/s390-linux64v2.c: Likewise.
6096 * features/s390x-linux64.c: Likewise.
6097 * features/s390x-linux64v1.c: Likewise.
6098 * features/s390x-linux64v2.c: Likewise.
6099 * features/tic6x-c62x-linux.c: Likewise.
6100 * features/tic6x-c62x.c: Likewise.
6101 * features/tic6x-c64x-linux.c: Likewise.
6102 * features/tic6x-c64x.c: Likewise.
6103 * features/tic6x-c64xp-linux.c: Likewise.
6104 * features/tic6x-c64xp.c: Likewise.
6105 * target-descriptions.c: Only generate `field_type' and `type'
6106 variables when needed.
6107
6108 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
6109
6110 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
6111
6112 2012-04-25 Doug Evans <dje@google.com>
6113
6114 Initial pass at Go language support.
6115 * NEWS: Mention Go.
6116 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
6117 go-valprint.c.
6118 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
6119 (YYFILES): Add go-exp.c.
6120 (YYOBJ): Add go-exp.o.
6121 (local-maintainer-clean): Delete go-exp.c.
6122 * defs.h (enum language): Add language_go.
6123 * dwarf2read.c: #include "go-lang.h".
6124 (fixup_go_packaging): New function.
6125 (process_full_comp_unit): Call it when processing Go CUs.
6126 (dwarf2_physname): Add Go support.
6127 (read_file_scope): Handle missing language spec for GNU Go.
6128 (set_cu_language): Handle DW_LANG_Go.
6129 * go-exp.y: New file.
6130 * go-lang.h: New file.
6131 * go-lang.c: New file.
6132 * go-typeprint.c: New file.
6133 * go-valprint.c: New file.
6134 * symtab.c: #include "go-lang.h".
6135 (symbol_set_language): Handle language_go.
6136 (symbol_find_demangled_name, symbol_set_names): Ditto.
6137 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
6138
6139 2012-04-24 Jim Meyering <meyering@redhat.com>
6140
6141 avoid a few strncpy-induced buffer overruns
6142 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
6143 fname and psargs before trying to concatenate.
6144 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
6145 "name" before applying strchr.
6146
6147 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
6148
6149 * CONTRIBUTE: Use unified diff instead of context diff when
6150 generating patches.
6151
6152 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6153
6154 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
6155 code. Handle JR.HB correctly.
6156
6157 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6158
6159 * mips-tdep.c
6160 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
6161 with the other MIPS16 helpers.
6162
6163 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
6164
6165 * observer.sh: Conditionally declare `args', thus cleaning up
6166 unused instances of this variable.
6167
6168 2012-04-24 Yao Qi <yao@codesourcery.com>
6169
6170 Revert this patch to allow breakpoint always-inserted
6171 in record target.
6172 2011-12-05 Pedro Alves <pedro@codesourcery.com>
6173 * breakpoint.c: Include record.h.
6174 (breakpoints_always_inserted_mode): Return false when the record
6175 target is in use.
6176
6177 * breakpoint.c (iterate_over_bp_locations): New.
6178 * breakpoint.h: Declare.
6179 New typedef walk_bp_location_callback.
6180 * record.c (record_open): Call record_init_record_breakpoints.
6181 (record_sync_record_breakpoints): New.
6182 (record_init_record_breakpoints): New.
6183 * NEWS: Mention supporting breakpoint always-inserted mode in
6184 record target.
6185
6186 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
6187
6188 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
6189 any thread.
6190
6191 2012-04-24 Yao Qi <yao@codesourcery.com>
6192
6193 * breakpoint.c (ep_is_catchpoint): Renamed to ...
6194 (is_catchpoint): ... it.
6195 (print_one_breakpoint_location): Caller update.
6196 * breakpoint.h: Update declaration.
6197
6198 2012-04-23 David S. Miller <davem@davemloft.net>
6199
6200 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
6201
6202 2012-04-23 Tom Tromey <tromey@redhat.com>
6203
6204 * buildsym.c (add_free_pendings): Remove.
6205 * buildsym.h (add_free_pendings): Remove.
6206
6207 2012-04-23 Doug Evans <dje@google.com>
6208
6209 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
6210 attr.u.unsnd instead of attr.u.addr.
6211 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
6212 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
6213 DW_FORM_ref_udata.
6214 (dump_die_shallow): Update cases DW_FORM_ref_addr,
6215 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
6216 DW_FORM_ref_udata.
6217 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
6218
6219 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
6220
6221 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
6222 (mips_o32_return_value): Likewise.
6223 (mips_o64_return_value): Likewise.
6224
6225 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
6226
6227 * ada-lang.c (ada_evaluate_subexp): Add cases for
6228 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
6229 their treatment in eval.c.
6230
6231 2012-04-21 David S. Miller <davem@davemloft.net>
6232
6233 * sparc-tdep.c (X_DISP10): Define.
6234 (sparc_analyze_control_transfer): Handle compare-and-branch.
6235
6236 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
6237
6238 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
6239 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
6240
6241 2012-04-20 Nigel Stephens <nigel@mips.com>
6242 Maciej W. Rozycki <macro@codesourcery.com>
6243
6244 * mips-tdep.c (mips_float_register_p): New function.
6245 (mips_convert_register_float_case_p): Use mips_float_register_p.
6246 (mips_register_type): Likewise.
6247 (mips_print_register): Likewise.
6248 (print_gp_register_row): Likewise.
6249 (mips_print_registers_info): Likewise.
6250
6251 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
6252
6253 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
6254 of mips16 symbols.
6255
6256 2012-04-20 Andrew Pinski <apinski@cavium.com>
6257
6258 * MAINTAINERS (Write After Approval): Add myself to the list.
6259
6260 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6261
6262 * MAINTAINERS: Update my e-mail address.
6263
6264 2012-04-20 Pedro Alves <palves@redhat.com>
6265
6266 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
6267 $srcdir.
6268 * configure: Regenerate.
6269
6270 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6271
6272 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
6273 declaration.
6274 * gdb_vecs.h: Declare `const_char_ptr' VEC.
6275
6276 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6277
6278 Fix compilation compatibility with python-2.4
6279 * python/py-type.c (convert_field): Cast ADDRSTRING for
6280 PyObject_SetAttrString as non-const. New comment.
6281
6282 2012-04-19 Tom Tromey <tromey@redhat.com>
6283
6284 * top.c (quit_target): Use all_cleanups.
6285 * main.c (captured_command_loop): Use all_cleanups.
6286 * exceptions.c (throw_exception): Use all_cleanups.
6287
6288 2012-04-19 Pedro Alves <palves@redhat.com>
6289
6290 * Makefile.in (GNULIB_BUILDDIR): New.
6291 (LIBGNU, INCGNU, GNULIB_H): Adjust.
6292 (SUBDIRS): Add $(GNULIB_BUILDDIR).
6293 (CLEANDIRS). Remove gnulib/import.
6294 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
6295 (all-lib): Ditto.
6296 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
6297 (gnulib/import/Makefile): Replace gnulib/import with
6298 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
6299 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
6300 (aclocal_m4_deps): Remove the gnulib dependencies. Add
6301 acx_configure_dir.m4.
6302 * acinclude.m4: Include acx_configure_dir.m4.
6303 * acx_configure_dir.m4: New file.
6304 * aclocal.m4: Regenerate.
6305 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
6306 calls. Configure gnulib using ACX_CONFIGURE_DIR.
6307 (GNULIB): New variable.
6308 (GNULIB_STDINT_H): Adjust.
6309 (AC_OUTPUT): Don't output gnulib/Makefile.
6310 * gdb/defs.h: Include build-gnulib/config.h.
6311 * aclocal.m4: Regenerate.
6312 * config.in: Regenerate.
6313 * configure: Regenerate.
6314
6315 * gnulib/Makefile.in: New file.
6316 * gnulib/configure.ac: New file.
6317 * gnulib/aclocal.m4: New file.
6318 * gnulib/config.in: New file.
6319 * gnulib/configure: New file.
6320 * gnulib/: Re-run gnulib-tool to adjust.
6321
6322 2012-04-19 Doug Evans <dje@google.com>
6323
6324 * cleanups.h (struct cleanup): Move to cleanups.c.
6325 (make_cleanup_dtor_ftype): New typedef.
6326 (make_cleanup_dtor): Use it.
6327 (ALL_CLEANUPS): Replace with ...
6328 (all_cleanups): ... this. Declare. All uses updated.
6329 * cleanups.c: #include "gdb_assert.h".
6330 (sentinel_cleanup): New static global.
6331 (SENTINEL_CLEANUP): Define.
6332 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
6333 (make_my_cleanup2): Assert result is non-NULL.
6334 (all_cleanups): New function.
6335 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
6336 of NULL.
6337
6338 2012-04-19 Pedro Alves <palves@redhat.com>
6339
6340 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
6341 Adjust paths to gnulib imported files.
6342
6343 2012-04-19 Pedro Alves <palves@redhat.com>
6344
6345 * gnulib/: Move whole directory ...
6346 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
6347 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
6348 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
6349 (aclocal_m4_deps): Adjust.
6350 * aclocal.m4: Regenerate.
6351 * configure: Regenerate.
6352 * configure.ac: Adjust AC_OUTPUT output.
6353
6354 2012-04-19 Yao Qi <yao@codesourcery.com>
6355
6356 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
6357 (vec.o): New rule.
6358 * vec.c: Move it ...
6359 * common/vec.c: ... here.
6360 * vec.h: Move it ...
6361 * common/vec.h: ... here.
6362
6363 2012-04-19 Yao Qi <yao@codesourcery.com>
6364
6365 * gdb-code-style.el: New.
6366
6367 2012-04-18 Pedro Alves <palves@redhat.com>
6368
6369 Update gnulib from latest git.
6370 (639ea5ae15e39fe48d43e04864b2997301e4b969)
6371
6372 * gnulib/Makefile.am: Update.
6373 * gnulib/dummy.c: Update.
6374 * gnulib/extra/arg-nonnull.h: Update.
6375 * gnulib/extra/c++defs.h: Update.
6376 * gnulib/extra/update-copyright: Update.
6377 * gnulib/extra/warn-on-use.h: Update.
6378 * gnulib/inttypes.in.h: Update.
6379 * gnulib/m4/00gnulib.m4: Update.
6380 * gnulib/m4/extensions.m4: Update.
6381 * gnulib/m4/gnulib-cache.m4: Update.
6382 * gnulib/m4/gnulib-common.m4: Update.
6383 * gnulib/m4/gnulib-comp.m4: Update.
6384 * gnulib/m4/gnulib-tool.m4: Update.
6385 * gnulib/m4/include_next.m4: Update.
6386 * gnulib/m4/inttypes-pri.m4: Update.
6387 * gnulib/m4/inttypes.m4: Update.
6388 * gnulib/m4/longlong.m4: Update.
6389 * gnulib/m4/memchr.m4: Update.
6390 * gnulib/m4/memmem.m4: Update.
6391 * gnulib/m4/mmap-anon.m4: Update.
6392 * gnulib/m4/multiarch.m4: Update.
6393 * gnulib/m4/onceonly.m4: Update.
6394 * gnulib/m4/stddef_h.m4: Update.
6395 * gnulib/m4/stdint.m4: Update.
6396 * gnulib/m4/string_h.m4: Update.
6397 * gnulib/m4/warn-on-use.m4: Update.
6398 * gnulib/m4/wchar_h.m4: Update.
6399 * gnulib/m4/wchar_t.m4: Update.
6400 * gnulib/m4/wint_t.m4: Update.
6401 * gnulib/memchr.c: Update.
6402 * gnulib/memmem.c: Update.
6403 * gnulib/stddef.in.h: Update.
6404 * gnulib/stdint.in.h: Update.
6405 * gnulib/str-two-way.h: Update.
6406 * gnulib/string.in.h: Update.
6407 * gnulib/wchar.in.h: Update.
6408
6409 * gnulib/extra/arg-nonnull.h: Delete.
6410 * gnulib/extra/c++defs.h: Delete.
6411 * gnulib/extra/warn-on-use.h: Delete.
6412 * gnulib/m4/wchar_h.m4: Delete.
6413 * gnulib/m4/wint_t.m4: Delete.
6414 * gnulib/wchar.in.h: Delete.
6415
6416 * gnulib/extra/snippets/arg-nonnull.h: New.
6417 * gnulib/extra/snippets/c++defs.h: New.
6418 * gnulib/extra/snippets/warn-on-use.h: New.
6419
6420 * aclocal.m4: Regenerate.
6421 * config.in: Regenerate.
6422 * configure: Regenerate.
6423 * gnulib/Makefile.in: Regenerate.
6424
6425 2012-04-18 Pedro Alves <palves@redhat.com>
6426
6427 Reimport the update-copyright module from gnulib
6428 (250b80067c1e1d8faa0c42fb572f721975b929c5).
6429
6430 * configure: Regenerate.
6431 * gnulib/Makefile.am: Update.
6432 * gnulib/Makefile.in: Regenerate.
6433 * gnulib/extra/update-copyright: Update.
6434 * gnulib/m4/gnulib-cache.m4: Update.
6435 * gnulib/m4/gnulib-comp.m4: Update.
6436
6437 2012-04-18 Tristan Gingold <gingold@adacore.com>
6438
6439 * configure.ac (aix): Put -lpthread into libs.
6440 * configure: Regenerate.
6441
6442 2012-04-18 Tom Tromey <tromey@redhat.com>
6443
6444 * linespec.c (convert_linespec_to_sals): Don't use
6445 SYMBOL_OBJ_SECTION.
6446 (compare_msymbols): Arguments are minsym_and_objfile, not
6447 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
6448
6449 2012-04-18 Pedro Alves <palves@redhat.com>
6450
6451 Revert gnulib/ part of:
6452 2011-01-01 Joel Brobecker <brobecker@adacore.com>
6453 Copyright year update in most files (performed by copyright.sh).
6454
6455 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6456
6457 Fix 64-bit constants on 32-bit hosts.
6458 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
6459 from unsigned long to ULONGEST.
6460 (read_signed_leb128): Change declaration return type from long to
6461 LONGEST.
6462 (dwarf2_const_value_attr): Change declaration parameter value from long
6463 to LONGEST.
6464 (dwarf2_compute_name): Change variable value from long to LONGEST.
6465 (read_unsigned_leb128): Change return type, variable result and some
6466 casts from unsigned long to ULONGEST.
6467 (read_signed_leb128): Change return type, variable result and some
6468 casts from long to LONGEST.
6469 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
6470 value from long to LONGEST.
6471 (dwarf2_const_value): Change variable value from long to LONGEST.
6472 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
6473 plongest and hex_string.
6474 * symtab.h (struct general_symbol_info): Change ivalue from long to
6475 LONGEST, remove the comment.
6476 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
6477 Change SYMBOL_VALUE format strings to use plongest and hex_string.
6478
6479 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
6480
6481 PR symtab/7259:
6482 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
6483 * ada-lang.c (ada_discrete_type_high_bound)
6484 (ada_discrete_type_low_bound): Fix function comment. Use
6485 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6486 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
6487 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6488 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
6489 Use TYPE_FIELD_ENUMVAL.
6490 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
6491 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6492 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
6493 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
6494 TYPE_CODE_ENUM.
6495 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
6496 * dwarf2read.c (process_enumeration_scope): Likewise.
6497 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
6498 field.bitpos.
6499 (class StructMainTypePrettyPrinter): Support also
6500 FIELD_LOC_KIND_ENUMVAL.
6501 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
6502 TYPE_CODE_ENUM.
6503 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6504 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
6505 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
6506 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
6507 field enumval.
6508 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
6509 accommodate enumval.
6510 (struct call_site): Adjust loc_kind to accommodate enumval.
6511 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
6512 (TYPE_FIELD_ENUMVAL): New macros.
6513 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
6514 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
6515 TYPE_CODE_ENUM.
6516 * p-typeprint.c (pascal_type_print_base): Likewise.
6517 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
6518 enumval.
6519 * python/lib/gdb/types.py (make_enum_dict): Likewise.
6520 * python/py-type.c (convert_field): New variable addrstring. Use
6521 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6522 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
6523 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
6524 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
6525 TYPE_CODE_ENUM.
6526 * valprint.c (generic_val_print): Likewise.
6527
6528 2012-04-17 Doug Evans <dje@google.com>
6529
6530 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
6531
6532 * dwarf2read.c: Whitespace fixes.
6533 (lookup_signatured_type): Tweak comment.
6534 (get_die_type_at_offset): Fix comment.
6535
6536 2012-04-17 Joel Brobecker <brobecker@adacore.com>
6537
6538 * xcoffread.c (xcoff_secnum_to_sections): New function.
6539 (secnum_to_section, secnum_to_bfd_section): Reimplement
6540 using xcoff_secnum_to_sections. Rename "secnum" parameter
6541 into "n_scnum".
6542 (RECORD_MINIMAL_SYMBOL): Delete.
6543 (record_minimal_symbol): New function.
6544 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
6545 by call to record_minimal_symbol and set misc_func_recorded
6546 to 1. Set last_csect_sec to the XCOFF section index instead
6547 of GDB's section_offset index. Update calls to
6548 prim_record_minimal_symbol_and_info to pass the BFD section
6549 as well.
6550
6551 2012-04-17 Joel Brobecker <brobecker@adacore.com>
6552
6553 * xcoffread.c (read_xcoff_symtab): Delete variables
6554 last_csect_val and last_csect_sec and associated code.
6555
6556 2012-04-17 Doug Evans <dje@google.com>
6557
6558 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
6559 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6560 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
6561 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
6562
6563 * cleanups.h: New file.
6564 * cleanups.c: New file.
6565 * Makefile.in (SFILES): Add cleanups.c.
6566 (HFILES_NO_SRCDIR): Add cleanups.h.
6567 (COMMON_OBS): Add cleanups.o.
6568 * defs.h (struct cleanup): Moved to cleanups.h.
6569 (do_cleanups,do_final_cleanups): Ditto.
6570 (discard_cleanups,discard_final_cleanups): Ditto
6571 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6572 (save_cleanups,save_final_cleanups): Ditto.
6573 (restore_cleanups,restore_final_cleanups): Ditto.
6574 (null_cleanup): Ditto.
6575 (make_my_cleanup,make_my_cleanup2): Ditto.
6576 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6577 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
6578 (do_cleanups,do_final_cleanups): Ditto.
6579 (discard_cleanups,discard_final_cleanups): Ditto
6580 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6581 (save_cleanups,save_final_cleanups): Ditto.
6582 (restore_cleanups,restore_final_cleanups): Ditto.
6583 (null_cleanup): Ditto.
6584 (make_my_cleanup,make_my_cleanup2): Ditto.
6585 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6586
6587 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
6588 make_my_cleanup.
6589 (make_cleanup_dyn_string_delete): Ditto.
6590 (make_cleanup_ui_file_delete): Ditto.
6591 (make_cleanup_ui_out_redirect_pop): Ditto.
6592 (make_cleanup_free_section_addr_info): Ditto.
6593 (make_cleanup_restore_integer): Ditto.
6594 (make_cleanup_unpush_target): Ditto.
6595 (make_cleanup_value_free_to_mark): Ditto.
6596 (make_cleanup_value_free): Ditto.
6597 (make_cleanup_free_so): Ditto.
6598
6599 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6600
6601 New option "set debug auto-load".
6602 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
6603 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
6604 (auto_load_safe_path_vec_update)
6605 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
6606 if DEBUG_AUTO_LOAD.
6607 (file_is_auto_load_safe): New parameters debug_fmt and ....
6608 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
6609 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
6610 caller by explanatory string.
6611 (_initialize_auto_load): Register "set debug auto-load".
6612 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
6613 and ....
6614 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6615 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
6616 by explanatory string.
6617 * main.c (captured_main): Likewise.
6618 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
6619 (source_section_scripts): Likewise.
6620
6621 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6622
6623 New option "set auto-load safe-path".
6624 * NEWS: New commands "set auto-load safe-path"
6625 and "show auto-load safe-path".
6626 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
6627 (auto_load_safe_path, auto_load_safe_path_vec)
6628 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
6629 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
6630 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
6631 (source_gdb_script_for_objfile): New variable is_safe. Call
6632 file_is_auto_load_safe. Return if it is not.
6633 (struct loaded_script): New field loaded.
6634 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
6635 (print_script): Use LOADED indicator instead of FULL_PATH. Change
6636 output "Missing" to "No".
6637 (_initialize_auto_load): New variable cmd. Initialize
6638 auto_load_safe_path. Register "set auto-load safe-path",
6639 "show auto-load safe-path" and "add-auto-load-safe-path".
6640 * auto-load.h (maybe_add_script): Add parameter loaded.
6641 (file_is_auto_load_safe): New declaration.
6642 * config.in: Regenerate.
6643 * configure: Regenerate.
6644 * configure.ac: New parameters --with-auto-load-safe-path
6645 and --without-auto-load-safe-path.
6646 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6647 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
6648 * main.c (captured_main): Check file_is_auto_load_safe for
6649 LOCAL_GDBINIT.
6650 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
6651 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
6652 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
6653 not.
6654
6655 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6656
6657 auto-load: Implementation.
6658 * NEWS: New descriptions for "info auto-load",
6659 "info auto-load gdb-scripts", "info auto-load python-scripts",
6660 "info auto-load local-gdbinit" and "info auto-load libthread-db".
6661 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
6662 and "show auto-load-scripts". New description for "set auto-load",
6663 "show auto-load", "set auto-load gdb-scripts",
6664 "show auto-load gdb-scripts", "set auto-load python-scripts",
6665 "show auto-load python-scripts", "set auto-load local-gdbinit",
6666 "show auto-load local-gdbinit", "set auto-load libthread-db" and
6667 "show auto-load libthread-db".
6668 * auto-load.c: Remove include python/python-internal.h. Add includes
6669 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
6670 cli/cli-setshow.h.
6671 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
6672 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
6673 (gdbpy_global_auto_load): Rename to ...
6674 (global_auto_load): ... here.
6675 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
6676 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
6677 (script_language_gdb, source_gdb_script_for_objfile): New.
6678 (struct loaded_script): New field language.
6679 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
6680 LANGUAGE.
6681 (maybe_add_script): Add parameter language. Drop redundant
6682 entry.full_path initialization. Initialize entry.language and
6683 (*slot)->language.
6684 (auto_load_objfile_script): Change parameter suffix to language.
6685 Remove the call of maybe_add_script.
6686 Call language->source_script_for_objfile.
6687 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
6688 New.
6689 (collect_matching_scripts): Adjust it for
6690 struct collect_matching_scripts_data.
6691 (auto_load_info_scripts_pattern_nl): New variable.
6692 (info_auto_load_scripts): Rename to ...
6693 (auto_load_info_scripts): ... here, add parameter language. Adjust it
6694 for struct collect_matching_scripts_data.
6695 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
6696 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
6697 (auto_load_show_cmdlist_get, info_auto_load_cmd)
6698 (auto_load_info_cmdlist_get): New.
6699 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
6700 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
6701 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
6702 "info auto-load local-gdbinit".
6703 * auto-load.h (struct script_language): New.
6704 (gdbpy_global_auto_load): Rename to ...
6705 (global_auto_load): ... here.
6706 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
6707 (auto_load_local_gdbinit_loaded): New declarations.
6708 (maybe_add_script): New parameter language.
6709 (auto_load_objfile_script): Change parameter suffix to language.
6710 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
6711 (auto_load_info_scripts, auto_load_set_cmdlist_get)
6712 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
6713 declarations.
6714 * linux-thread-db.c: Include auto-load.h and ctype.h.
6715 (auto_load_thread_db, show_auto_load_thread_db): New.
6716 (struct thread_db_info): New field filename.
6717 (delete_thread_db_info): Call xfree for FILENAME.
6718 (try_thread_db_load): Initialize FILENAME.
6719 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
6720 if !AUTO_LOAD_THREAD_DB.
6721 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
6722 (_initialize_thread_db): Install auto_load_thread_db
6723 as "set auto-load libthread-db" and install info_auto_load_libthread_db
6724 as "info auto-load libthread-db".
6725 * main.c (captured_main): Rename gdbpy_global_auto_load to
6726 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
6727 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
6728 (print_gdb_help): Extend the help for 'local init file'.
6729 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
6730 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
6731 (auto_load_scripts): Rename to ...
6732 (auto_load_python_scripts): ... here, update the comment.
6733 (gdbpy_load_auto_script_for_objfile): New declaration.
6734 (show_auto_load_python_scripts, script_language_python)
6735 (gdbpy_load_auto_script_for_objfile): New.
6736 (source_section_scripts): Refactor the code.
6737 (load_auto_scripts_for_objfile): Rename to ...
6738 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
6739 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
6740 (info_auto_load_python_scripts): New.
6741 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
6742 Rename "set auto-load-scripts" to "set auto-load python-scripts".
6743 Register "set auto-load-scripts" as its deprecated alias. Register
6744 "info auto-load python-scripts". Register "info auto-load-scripts" as
6745 its deprecated alias.
6746 (load_auto_scripts_for_objfile): Rename to ...
6747 (gdbpy_load_auto_scripts_for_objfile): ... here.
6748 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
6749 (gdbpy_load_auto_scripts_for_objfile): ... here.
6750
6751 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6752
6753 auto-load: Move files.
6754 * Makefile.in (SFILES): Add auto-load.c.
6755 (HFILES_NO_SRCDIR): Add auto-load.h.
6756 (COMMON_OBS): Add auto-load.o.
6757 (distclean): Change .gdbinit for gdb-gdb.gdb.
6758 * auto-load.c: New file, with parts from python/py-auto-load.c.
6759 * auto-load.h: New file, with parts from python/python.h.
6760 * configure: Regenerate.
6761 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
6762 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
6763 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
6764 * main.c: Include auto-load.h.
6765 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
6766 command.h, observer.h and progspace.h to auto-load.c. Add include
6767 auto-load.h.
6768 (gdbpy_global_auto_load, struct auto_load_pspace_info)
6769 (struct loaded_script, auto_load_pspace_data)
6770 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
6771 (hash_loaded_script_entry, eq_loaded_script_entry)
6772 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
6773 (maybe_add_script): Move to auto-load.c.
6774 (source_section_scripts): Change maybe_add_script parameters passing,
6775 use script_not_found_warning_print.
6776 (clear_section_scripts, auto_load_objfile_script)
6777 (auto_load_new_objfile, loaded_script_ptr)
6778 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
6779 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
6780 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
6781 auto_load_new_objfile and info_auto_load_scripts initizations to
6782 auto-load.c.
6783 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
6784
6785 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6786
6787 Code cleanup.
6788 * charset.c (find_charset_names): Remove variables ix and elt.
6789 Use free_char_ptr_vec.
6790 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
6791 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
6792 debugdir_end. New variable debugdir_len.
6793 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
6794 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
6795 declarations.
6796 * progspace.c (clear_program_space_solib_cache): Remove variables ix
6797 and elt. Use free_char_ptr_vec.
6798 * source.c (add_path): Remove variables argv, arg and argv_index.
6799 New variables dir_vec, back_to, ix and name.
6800 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
6801 make_cleanup_freeargv. Remove variable separator. Simplify the code
6802 no longer expecting DIRNAME_SEPARATOR.
6803 (openp): Remove variable p, p1 and len. New variables dir_vec,
6804 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
6805 no longer expecting DIRNAME_SEPARATOR.
6806 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
6807 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
6808 debugdir_end.
6809 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
6810 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
6811 (dirnames_to_char_ptr_vec): New functions.
6812
6813 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6814
6815 Code cleanup.
6816 * source.c (add_path): Remove always true conditional 'p == 0' and
6817 unindent its code block.
6818
6819 2012-04-17 Pedro Alves <palves@redhat.com>
6820
6821 * gdbtypes.h (FIELD_BITPOS): Rename to ...
6822 (FIELD_BITPOS_LVAL): ... this.
6823 (FIELD_BITPOS): New.
6824 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
6825 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
6826 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
6827 SET_FIELD_BITPOS.
6828 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
6829 SET_FIELD_BITPOS.
6830 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
6831 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
6832 * target-descriptions.c (tdesc_gdb_type): Adjust to use
6833 SET_FIELD_BITPOS.
6834
6835 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6836
6837 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
6838 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
6839 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
6840 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
6841 * jv-lang.c (java_link_class_type): Likewise, once.
6842 * stabsread.c (read_enum_type): Likewise.
6843
6844 2012-04-16 Yao Qi <yao@codesourcery.com>
6845
6846 * common/agent.c (agent_run_command): Add one more parameter `len'.
6847 Update callers.
6848 * common/agent.h: Update declaration.
6849 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
6850 Update.
6851 (linux_child_static_tracepoint_markers_by_strid): Ditto.
6852
6853 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
6854
6855 PR mi/13393
6856 * value.c (value_actual_type): New function.
6857 * value.h (value_actual_type): New declaration.
6858 * varobj.c (update_type_if_necessary): New function.
6859 (varobj_create): Call value_actual_type instead of
6860 value_type.
6861 (install_dynamic_child): distinct changed and type changed MI variable
6862 objects.
6863 (update_dynamic_varobj_children): Updated for install_dynamic_child
6864 change. All callers updated.
6865 (varobj_update): Support for MI variable object type change if
6866 the value changed and RTTI is used to determine the type.
6867 (create_child_with_value): Call value_actual_type instead of
6868 value_type.
6869 (adjust_value_for_child_access): Extended with a new parameter which
6870 specify whether the given value should be casted to enclosing type.
6871 All callers updated.
6872
6873 2012-04-14 Yao Qi <yao@codesourcery.com>
6874
6875 Import gnulib module inttypes from git
6876 (250b80067c1e1d8faa0c42fb572f721975b929c5)
6877 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
6878 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
6879 gnulib/m4/inttypes-pri.m4
6880 * aclocal.m4, config.in, configure: Regenerated.
6881 * gnulib/Makefile.am: Update.
6882 * gnulib/Makefile.in: Update.
6883 * gnulib/m4/gnulib-cache.m4: Update.
6884 * gnulib/m4/gnulib-comp.m4: Update.
6885 * gnulib/inttypes.in.h: New.
6886 * gnulib/m4/inttypes-pri.m4: New.
6887 * gnulib/m4/inttypes.m4: New.
6888
6889 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
6890
6891 * infrun.c (resume): Update PC address to the real PC after
6892 preparing to do displaced stepping.
6893
6894 2012-04-12 Doug Evans <dje@google.com>
6895
6896 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
6897 All callers updated.
6898
6899 2012-04-12 Mark Kettenis <kettenis@gnu.org>
6900
6901 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
6902
6903 2012-04-12 Doug Evans <dje@google.com>
6904
6905 * dwarf2read.c (create_all_type_units): Renamed from
6906 create_debug_types_hash_table. All callers updated.
6907
6908 * dwarf2read.c (create_signatured_type_table_from_index): Rename
6909 local type_sig to sig_type, type_offset to type_offset_in_tu.
6910 (hash_signatured_type): Renamed from hash_type_signature,
6911 all callers updated.
6912 (eq_signatured_type): Renamed from eq_type_signature,
6913 all callers updated.
6914 (create_debug_types_hash_table): Rename local type_sig to sig_type.
6915 (process_enumeration_scope): Ditto.
6916 (lookup_signatured_type_at_offset): Ditto.
6917 (load_full_type_unit, read_signatured_type): Ditto.
6918
6919 2012-04-12 Yao Qi <yao@codesourcery.com>
6920
6921 * remote.c (async_remote_interrupt): Correct function name in
6922 debug message.
6923 (async_remote_interrupt_twice): Ditto.
6924
6925 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
6926
6927 * source.c (find_and_open_source): Consistently pass resulting
6928 full path through xfullpath.
6929
6930 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6931
6932 Provide more specific displaced-stepping memory error message.
6933 * infrun.c (displaced_step_prepare): New variable status. Call
6934 target_read_memory instead of read_memory, provide more specific
6935 error message.
6936
6937 2012-04-11 Tristan Gingold <gingold@adacore.com>
6938
6939 PR gdb/13901
6940 * darwin-nat.c (darwin_execvp): Revert previous patch.
6941
6942 2012-04-11 Tristan Gingold <gingold@adacore.com>
6943
6944 PR gdb/13901
6945 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
6946 in case of change.
6947
6948 2012-04-11 Tristan Gingold <gingold@adacore.com>
6949
6950 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
6951 warning.
6952
6953 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
6954
6955 New command 'explore' which helps explore values and types in
6956 scope.
6957 * NEWS: Add an entry about the new 'explore' command.
6958 * data-directory/Makefile.in: Add gdb/command/explore.py
6959 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
6960 command using the GDB Python API.
6961
6962 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
6963
6964 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
6965 extension in jump target calculation.
6966
6967 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
6968
6969 * mips-tdep.c (mips32_next_pc): Handle JALX.
6970
6971 2012-04-10 Yao Qi <yao@codesourcery.com>
6972
6973 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
6974
6975 2012-04-10 Yao Qi <yao@codesourcery.com>
6976
6977 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
6978 and gnulib/m4/gnulib-tool.m4.
6979
6980 2012-04-10 Doug Evans <dje@google.com>
6981
6982 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
6983 (load_partial_dies): Clarify comment.
6984 (find_partial_die): Support rereading type units.
6985 Clarify CU handling, if we know offset is in CU, don't search for the
6986 containing CU. Add comment regarding memory waste.
6987
6988 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
6989
6990 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
6991 i386/x32-avx and i386/x32-avx-linux.
6992 (i386/x32-expedite): New.
6993 (i386/x32-linux-expedite): Likewise.
6994 (i386/x32-avx-expedite): Likewise.
6995 (i386/x32-avx-linux-expedite): Likewise.
6996 ($(outdir)/i386/x32.dat): Likewise.
6997 ($(outdir)/i386/x32-linux.dat): Likewise.
6998 ($(outdir)/i386/x32-avx.dat): Likewise.
6999 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
7000
7001 * features/i386/x32-avx-linux.xml: New file.
7002 * features/i386/x32-avx.xml: Likewise.
7003 * features/i386/x32-core.xml: Likewise.
7004 * features/i386/x32-linux.xml: Likewise.
7005 * features/i386/x32.xml: Likewise.
7006
7007 * features/i386/x32-avx-linux.c: New. Generated.
7008 * features/i386/x32-avx.c: Likewise.
7009 * features/i386/x32-linux.c: Likewise.
7010 * features/i386/x32.c: Likewise.
7011 * regformats/i386/x32-avx-linux.dat: Likewise.
7012 * regformats/i386/x32-avx.dat: Likewise.
7013 * regformats/i386/x32-linux.dat: Likewise.
7014 * regformats/i386/x32.dat: Likewise.
7015
7016 2012-04-10 Tristan Gingold <gingold@adacore.com>
7017
7018 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
7019 code to kill the inferior.
7020
7021 2012-04-09 Mark Kettenis <kettenis@gnu.org>
7022
7023 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7024 defines.
7025 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7026 defines.
7027 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
7028 (yyvsp): New defines.
7029 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7030 defines.
7031 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7032 defines.
7033 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7034 defines.
7035 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7036 defines.
7037 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7038 defines.
7039
7040 2012-04-09 Mark Kettenis <kettenis@gnu.org>
7041
7042 * sparc64-tdep.c (sparc64_store_arguments)
7043 (sparc64_store_arguments): Fix coding style.
7044
7045 2012-04-07 Mark Kettenis <kettenis@gnu.org>
7046
7047 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
7048 complex floats, adjust some related comments and tighten a related
7049 assertion.
7050 (sparc64_extract_return_value): Handle complex floats.
7051
7052 2012-04-07 Doug Evans <dje@google.com>
7053
7054 * dwarf2read.c (load_partial_dies): Change condition to assert.
7055
7056 2012-04-06 Doug Evans <dje@google.com>
7057
7058 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
7059 "mov %rsp,%rbp".
7060
7061 2012-04-05 Kevin Buettner <kevinb@redhat.com>
7062
7063 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
7064 fencepost error.
7065 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
7066 (v850_gdbarch_init): Set `num_regs' as appropriate for the
7067 architecture.
7068
7069 2012-04-05 Keith Seitz <keiths@redhat.com>
7070
7071 * linespec.c (decode_compound): Remove.
7072 (enum offset_relative_sign): New enum.
7073 (struct line_offset): New struct.
7074 (struct linespec): New struct.
7075 (struct linespec_state): Move file_symtabs,
7076 user_filename, and user_function into struct linespec.
7077 Make result an anonymous struct holding vectors of
7078 symbolp and minsym_and_objfile_d.
7079 Add language member.
7080 (enum ls_token_type): New enum.
7081 (linespec_keywords): New array.
7082 (struct ls_token): New struct.
7083 (struct ls_parser): New struct.
7084 (linespec_lexer_lex_number): New function.
7085 (linespec_lexer_lex_keyword): New function.
7086 (is_ada_operator): New function.
7087 (skip_quote_char): New function.
7088 (copy_token_string): New function.
7089 (is_closing_quote_enclosed): New function.
7090 (find_parameter_list_end): New function.
7091 (linespec_lexer_lex_string): New function.
7092 (linespec_lexer_lex_one): New function.
7093 (linespec_lexer_consume_token): New function.
7094 (linespec_lexer_peek_token): New function.
7095 (cplusplus_error): Remove unused function.
7096 (find_methods): Update comment.
7097 (find_toplevel_char): Return const.
7098 (is_objc_method_format): Remove unused function.
7099 (find_toplevel_string): New function.
7100 (is_linespec_boundary): Remove.
7101 (symbol_not_found_error): New function.
7102 (find_method_overload_end): Remove function.
7103 (unexpected_linespec_error): New function.
7104 (keep_name_info): Remove.
7105 (linespec_parse_line_offset): New function.
7106 (linespec_parse_basic): New function.
7107 (canonicalize_linespec): New function.
7108 (decode_line_internal): Remove.
7109 (create_sals_line_offset): New function adapted from
7110 decode_all_digits.
7111 (convert_linespec_to_sals): New function.
7112 (parse_linespec): New function.
7113 (linespec_parser_new): New function.
7114 (linespec_state_destructor): Change parameter type to
7115 struct linespec_state *.
7116 Add language parameter.
7117 Remove freeing of moved members.
7118 (linespec_parser_delete): New function.
7119 (decode_line_full): Use parse_linespec and linespec_parser_new.
7120 (decode_line_1): Likewise.
7121 (decode_indirect): Rename to ...
7122 (linespec_expression_to_pc): ... this and rewrite
7123 to simply find CORE_ADDR, storing this result for later
7124 conversion to SALs.
7125 (locate_first_half): Remove.
7126 (deocde_objc): Add parameter LS.
7127 Initialize new struct collect_info members.
7128 Handle minimal symbols, too.
7129 (decode_compound): Delete.
7130 (lookup_prefix_sym): Rewrite.
7131 (compare_msymbols): New function.
7132 (find_method): Rewrite.
7133 Do not call cplusplus_error.
7134 (symtabs_from_filename): Rewrite.
7135 (collect_function_symbols): Delete.
7136 (find_function_symbols): Rewrite without ARGPTR-style
7137 processing.
7138 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
7139 (decode_dollar): Adapted and renamed to ...
7140 (linespec_parse_variable): ... this.
7141 (find_linespec_symbols): New function.
7142 (decode_label): Adapted and renamed to ...
7143 (find_label_symbols): ... this.
7144 (decode_digits_list_mode): Add and use LS argument.
7145 (decode_digits_ordinary): Likewise.
7146 (collect_symbols): Do not collect SALs, just symbols and msymbols.
7147 If in list mode, allow any symbol class. Otherwise, only
7148 permit LOC_BLOCK symbols.
7149 (minsym_found): Update comments.
7150 (search_minsyms_for_name): Do not convert the matching symbol
7151 into a SAL. Simply push the symbol and objfile into the
7152 result vector.
7153 (decode_variable): Delete. Contents adapted into
7154 find_linespec_symbols.
7155
7156 * cp-support.c (SKIP_SPACE): Remove.
7157 (operator_tokens): Remove unused global.
7158 (cp_validate_operator): Remove.
7159 * cp-support.h (cp_validate_operator): Remove declaration.
7160
7161 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7162
7163 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
7164 for TYPE_VPTR_FIELDNO.
7165 * valprint.c (valprint_check_validity): Make it global, move the
7166 function comment ...
7167 * value.h (valprint_check_validity): ... to this new declaration.
7168
7169 2012-04-02 Tristan Gingold <gingold@adacore.com>
7170
7171 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
7172 the STATE32 api for i386 state.
7173 (i386_darwin_store_inferior_registers): Likewise.
7174
7175 2012-04-02 Tristan Gingold <gingold@adacore.com>
7176
7177 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
7178 SS offset.
7179 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7180 format_string.
7181
7182 2012-04-02 Tristan Gingold <gingold@adacore.com>
7183
7184 PR gdb/13901
7185 * darwin-nat.c (darwin_execvp): Set binary preference.
7186
7187 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7188
7189 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
7190
7191 2012-03-30 Tom Tromey <tromey@redhat.com>
7192
7193 * python/python.c (gdbpy_decode_line): Move cleanup creation out
7194 of TRY_CATCH. Fix error handling.
7195 * python/py-value.c (convert_value_from_python): Move 'old'
7196 declaration to innermost scope.
7197
7198 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7199 Andrey Smirnov <andrew.smirnov@gmail.com>
7200
7201 -Wshadow warning fix.
7202 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
7203 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
7204 Adjust code accordingly.
7205
7206 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7207
7208 * ada-lang.c (symbol_completion_add): Rename parameter
7209 "encoded" into "encoded_p". Ajust code and documentation
7210 accordingly.
7211
7212 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7213 Andrey Smirnov <andrew.smirnov@gmail.com>
7214
7215 -Wshadow warning fix.
7216 * ada-lang.c (symbol_completion_add): Rename parameter
7217 "wild_match" into wild_match_p. Update code and documentation
7218 accordingly.
7219
7220 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7221
7222 * ada-lang.c (symbol_completion_match): Rename parameter
7223 "encoded" into "encoded_p". Ajust code and documentation
7224 accordingly.
7225
7226 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7227 Andrey Smirnov <andrew.smirnov@gmail.com>
7228
7229 -Wshadow warning fix.
7230 * ada-lang.c (symbol_completion_match): Rename parameter
7231 "wild_match" into "wild_match_p". Adjust code and function
7232 documentation accordingly.
7233
7234 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7235 Andrey Smirnov <andrew.smirnov@gmail.com>
7236
7237 -Wshadow warning fix.
7238 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
7239 "symbol_info" into "info". Adjust code accordingly.
7240 (ada_lookup_symbol): Likewise.
7241
7242 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7243
7244 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
7245 of this function's documentation.
7246
7247 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7248 Andrey Smirnov <andrew.smirnov@gmail.com>
7249
7250 -Wshadow warning fix.
7251 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
7252 variable into "wild_match_p". Adjust code accordingly.
7253
7254 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7255 Andrey Smirnov <andrew.smirnov@gmail.com>
7256
7257 -Wshadow warning fix.
7258 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
7259 parameter into "wild_match_p". Adjust code accordingly.
7260 Document this parameter in the function description.
7261
7262 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7263 Andrey Smirnov <andrew.smirnov@gmail.com>
7264
7265 -Wshadow warning fix.
7266 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
7267 "wild_match" parameter to "wild_match_p" (-Wshadow).
7268
7269 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7270
7271 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
7272 in function documentation.
7273
7274 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7275 Andrey Smirnov <andrew.smirnov@gmail.com>
7276
7277 -Wshadow warning fix.
7278 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
7279 variable into wild_match_p. Adjust code accordingly.
7280
7281 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7282 Andrey Smirnov <andrew.smirnov@gmail.com>
7283
7284 * ada-valprint.c (ada_val_print_1): Move the code handling
7285 TYPE_CODE_ENUM inside its own lexical block. Declare
7286 variables len and val there, instead of in the function's
7287 top level block. Avoid declaring deref_val again in a way
7288 that shadows another variable of the same name declared
7289 in one of the up-level blocks. Just re-use the up-level
7290 variable instead.
7291
7292 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7293
7294 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
7295 Replace block_found argument by symbol_info. Adjust
7296 implementation accordingly. Add function documentation.
7297 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
7298 Fix documentation.
7299 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
7300 * ada-exp.y (write_object_renaming): Adjust to new
7301 ada_lookup_encoded_symbol API.
7302
7303 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7304
7305 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
7306 documentation.
7307
7308 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
7309
7310 * v850-tdep.c: Add the enum values for mpu and fpu registers.
7311 (v850_register_name): Add the mpu and fpu register names.
7312 (v850e_register_name): Add the mpu and fpu register names.
7313 (v850e2_register_name): New function.
7314 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
7315 bfd_mach_v850e2v3.
7316
7317 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7318
7319 * NEWS: Add entry for Ada varobj support.
7320
7321 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7322
7323 * varobj.c (default_value_is_changeable_p): New function,
7324 extracted from varobj_value_is_changeable_p. Add declaration.
7325 (ada_value_is_changeable_p): New function, extracted from
7326 varobj_value_is_changeable_p. Add declaration.
7327 (struct language_specific): New field "value_is_changeable_p".
7328 (languages): Add entries for new field.
7329 (varobj_create): Set language before calling install_new_value.
7330 (varobj_value_is_changeable_p): Reimplement to call the varobj's
7331 "value_is_changeable_p" language callback.
7332
7333 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7334
7335 * ada-varobj.h, ada-varobj.c: New files.
7336 * Makefile.in (SFILES): Add ada-varobj.c.
7337 (HFILES_NO_SRCDIR): Add ada-varobj.h.
7338 (COMMON_OBS): Add ada-varobj.o.
7339
7340 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7341
7342 * varobj.c (ada_value_has_mutated): Add declaration. New function.
7343 (struct language_specific): New field "value_has_mutated".
7344 (languages): Set field "value_has_mutated" in each entry of array.
7345 (varobj_value_has_mutated): New function.
7346 (varobj_udpdate): Add handling of type mutation.
7347 (value_of_root): Add handling of type mutation.
7348 (ada_value_has_mutated): New function.
7349
7350 2012-03-28 Pedro Alves <palves@redhat.com>
7351
7352 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
7353 Always supply $fr0 as 0.0 and $fr1 as 1.0.
7354
7355 2012-03-28 Tom Tromey <tromey@redhat.com>
7356
7357 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
7358 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
7359 before returning.
7360
7361 2012-03-28 Tom Tromey <tromey@redhat.com>
7362
7363 * .dir-locals.el: New file.
7364
7365 2012-03-28 Pedro Alves <palves@redhat.com>
7366
7367 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
7368
7369 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7370
7371 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
7372 handling for r0.
7373
7374 2012-03-27 Pedro Alves <palves@redhat.com>
7375
7376 Eliminate struct ui_stream.
7377
7378 * ui-out.h (struct ui_stream): Delete.
7379 (ui_out_field_stream): Adjust prototype.
7380 (ui_out_stream_new, ui_out_stream_delete)
7381 (make_cleanup_ui_out_stream_delete): Delete declarations.
7382 * ui-out.c (ui_out_field_stream): Change prototype to take a
7383 ui_file instead of a ui_stream. Adjust.
7384 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
7385 (make_cleanup_ui_out_stream_delete): Delete.
7386 * breakpoint.c (print_breakpoint_location)
7387 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
7388 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7389 * disasm.c (dump_insns): Ditto.
7390 (do_mixed_source_and_assembly, do_assembly_only): Adjust
7391 prototype.
7392 (gdb_disassembly): Use ui_file/mem_fileopen instead of
7393 ui_stream/ui_out_stream_new.
7394 * infcmd.c (print_return_value): Ditto.
7395 * osdata.c (info_osdata_command): Don't allocate a local
7396 ui_stream.
7397 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
7398 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7399 * tracepoint.c (print_one_static_tracepoint_marker): Don't
7400 allocate a local ui_stream.
7401 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
7402 instead of ui_stream/ui_out_stream_new.
7403 (list_args_or_locals): Don't allocate a local ui_stream.
7404 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
7405 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
7406 ui_stream/ui_out_stream_new.
7407 * cli/cli-setshow.c (do_setshow_command): Ditto.
7408
7409 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
7410
7411 * arm-linux-tdep.c (arm_linux_init_abi): Call
7412 set_gdbarch_process_record. Initialize `arm_swi_record' field.
7413 * arm-tdep.c (arm_process_record): New function.
7414 (deallocate_reg_mem): New function.
7415 (decode_insn): New function.
7416 (thumb_record_branch): New function.
7417 (thumb_record_ldm_stm_swi(): New function.
7418 (thumb_record_misc): New function.
7419 (thumb_record_ld_st_stack): New function.
7420 (thumb_record_ld_st_imm_offset): New function.
7421 (thumb_record_ld_st_reg_offset(): New function.
7422 (thumb_record_add_sub_cmp_mov): New function.
7423 (thumb_record_shift_add_sub): New function.
7424 (arm_record_coproc_data_proc): New function.
7425 (arm_record_coproc): New function.
7426 (arm_record_b_bl): New function.
7427 (arm_record_ld_st_multiple): New function.
7428 (arm_record_ld_st_reg_offset): New function.
7429 (arm_record_ld_st_imm_offset): New function.
7430 (arm_record_data_proc_imm): New function.
7431 (arm_record_data_proc_misc_ld_str): New function.
7432 (arm_record_extension_space): New function.
7433 (arm_record_strx): New function.
7434 (sbo_sbz): New function.
7435 (struct insn_decode_record): New structure for arm insn record.
7436 (REG_ALLOC): New macro for reg allocations.
7437 (MEM_ALLOC): New macro for memory allocations.
7438 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
7439
7440 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
7441
7442 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
7443 (store_register): Likewise.
7444
7445 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
7446
7447 * MAINTAINERS (Write After Approval): Add myself to the list.
7448
7449 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7450
7451 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
7452 Describe also the option "auto".
7453
7454 2012-03-22 Richard Henderson <rth@redhat.com>
7455
7456 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
7457 * sparc-nat.c (sparc_xfer_wcookie): Make static.
7458
7459 2012-03-22 Richard Henderson <rth@redhat.com>
7460
7461 * jit.c (jit_read_code_entry): Compute alignment and offset of
7462 int64_t member before computing entry_size.
7463
7464 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7465
7466 Python scripting: Add new method Value.referenced_value to
7467 gdb.Value which can dereference pointer as well as reference
7468 values.
7469 * NEWS: Add entry under 'Python scripting' about the new method
7470 Value.referenced_value on gdb.Value objects.
7471 * python/py-value.c (valpy_referenced_value): New function
7472 defining a new method on gdb.Value objects which can dereference
7473 pointer and reference values.
7474
7475 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7476
7477 * MAINTAINERS (Write After Approval): Add myself to the list.
7478
7479 2012-03-21 Kevin Buettner <kevinb@redhat.com>
7480
7481 * symtab.c (skip_prologue_sal): Change test to check for "main()"
7482 in addition to "main".
7483
7484 2012-03-21 Joel Brobecker <brobecker@adacore.com>
7485
7486 * expression.h (op_name): Add declaration.
7487 * expprint.c (op_name): Remove declaration. Make non-static.
7488 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
7489
7490 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
7491
7492 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
7493 of struct siginfo.
7494 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
7495 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
7496 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
7497 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
7498 (linux_nat_get_siginfo): Likewise.
7499 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
7500 (linux_nat_get_siginfo): Likewise.
7501 * linux-tdep.c (linux_get_siginfo_type): Likewise.
7502 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
7503 * procfs.c (gdb_siginfo_t): Likewise.
7504
7505 2012-03-21 Mike Frysinger <vapier@gentoo.org>
7506
7507 * .gitignore: Ignore more files.
7508
7509 2012-03-20 Pedro Alves <palves@redhat.com>
7510
7511 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
7512 returns.
7513
7514 2012-03-20 Yao Qi <yao@codesourcery.com>
7515
7516 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
7517 comment.
7518
7519 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7520
7521 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
7522 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
7523 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
7524 sect_offset.
7525 * dwarf2expr.h (cu_offset, sect_offset): New types.
7526 (struct dwarf_expr_context_funcs) <dwarf_call>
7527 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
7528 sect_offset.
7529 (struct dwarf_expr_context) <len>: Improve the comment.
7530 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
7531 cu_offset and sect_offset.
7532 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
7533 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
7534 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
7535 * dwarf2loc.h: Include dwarf2expr.h.
7536 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
7537 and sect_offset.
7538 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
7539 Improve the comment.
7540 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
7541 (struct signatured_type, struct line_header, struct partial_die_info)
7542 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
7543 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
7544 (get_die_type_at_offset, create_cus_from_index)
7545 (create_signatured_type_table_from_index, dw2_get_file_names)
7546 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
7547 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
7548 (create_debug_types_hash_table, process_psymtab_comp_unit)
7549 (load_partial_comp_unit, create_all_comp_units)
7550 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
7551 (load_full_comp_unit, dwarf2_physname, read_import_statement)
7552 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
7553 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
7554 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
7555 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
7556 (find_partial_die, read_attribute_value, lookup_die_type)
7557 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
7558 (is_ref_attr): New function comment.
7559 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
7560 Use cu_offset and sect_offset.
7561 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
7562 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
7563 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
7564 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
7565 (offset_and_type_hash, offset_and_type_eq, set_die_type)
7566 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
7567 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
7568 sect_offset.
7569
7570 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7571
7572 Code cleanup.
7573 * python/py-auto-load.c (source_section_scripts): New variable back_to.
7574 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
7575 with xfree.
7576 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
7577
7578 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7579
7580 * NEWS: Describe new options --init-command=FILE, -ix and
7581 --init-eval-command=COMMAND, -iex.
7582 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
7583 CMDARG_INIT_COMMAND.
7584 (captured_main): New enum items OPT_IX and OPT_IEX. Add
7585 "init-command", "init-eval-command", "ix" and "iex" to the variable
7586 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
7587 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
7588 (print_gdb_help): Describe --init-command=FILE, -ix and
7589 --init-eval-command=COMMAND, -iex.
7590
7591 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7592
7593 Code cleanup.
7594 * main.c (struct cmdarg): Move it here from main. Add more comments.
7595 (cmdarg_s, VEC (cmdarg_s)): New.
7596 (main): Move struct cmdarg from here. New variables cmdarg_vec and
7597 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
7598 Install cleanup for cmdarg_vec. Update filling for options 'x' and
7599 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
7600 of CMDARG.
7601
7602 2012-03-19 Tom Tromey <tromey@redhat.com>
7603
7604 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
7605
7606 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7607
7608 PR symtab/13777
7609 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
7610 GCC >=4.5.
7611
7612 2012-03-16 Chris January <chris.january@allinea.com>
7613
7614 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
7615 of clear.
7616
7617 2012-03-16 Chris January <chris.january@allinea.com>
7618
7619 * source.c (add_path): Use memmove instead of strcpy because the
7620 strings overlap.
7621
7622 2012-03-16 Joel Brobecker <brobecker@adacore.com>
7623
7624 * value.h (set_value_parent): Add declaration.
7625 * value.c (set_value_parent): New function.
7626 (value_address): If VALUE->PARENT is not NULL, then use it as
7627 the base address instead of VALUE->LOCATION.address.
7628 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
7629 the same as OBJ's address. Adjust V's offset accordingly.
7630 Set V's parent.
7631
7632 2012-03-16 Gary Benson <gbenson@redhat.com>
7633
7634 PR breakpoints/10738
7635 * dwarf2read.c (use_deprecated_index_sections): New global.
7636 (struct partial_die_info): New member may_be_inlined.
7637 (read_partial_die): Set may_be_inlined where appropriate.
7638 (add_partial_subprogram): Add partial symbols for partial
7639 DIEs that may be inlined.
7640 (new_symbol_full): Add inlined subroutines to the current
7641 scope.
7642 (write_psymtabs_to_index): Bump version number.
7643 (dwarf2_read_index): Read only version 6 indices unless
7644 use_deprecated_index_sections is set.
7645 * linespec.c (symbol_and_data_callback): New structure.
7646 (iterate_inline_only): New function.
7647 (iterate_over_all_matching_symtabs): New argument
7648 "include_inline". If nonzero, also call the callback for
7649 symbols representing inlined subroutines.
7650 (lookup_prefix_sym): Pass extra argument to the above.
7651 (find_function_symbols): Likewise.
7652 (add_matching_symbols_to_info): Likewise.
7653 * NEWS: Mention that GDB can now set breakpoints on inlined
7654 functions.
7655
7656 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
7657
7658 * p-typeprint.c (pascal_type_print_method_args):
7659 Fix display of parameter of methods.
7660
7661 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
7662
7663 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
7664 Add missing prototype.
7665
7666 2012-03-16 Yao Qi <yao@codesourcery.com>
7667 Jan Kratochvil <jan.kratochvil@redhat.com>
7668
7669 Fix false compilation warning.
7670 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
7671
7672 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
7673 Pedro Alves <pedro@codesourcery.com>
7674
7675 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
7676 (arm_register_g_packet_guesses): New function.
7677 (arm_gdbarch_init): Don't force a target description with
7678 registers when the executable is detected as M-profile. Instead
7679 set gdbarch->tdep->is_m. Register `g' packet guesses.
7680 (_initialize_arm_tdep): Initialize the new target description.
7681 * features/arm-with-m-fpa-layout.xml: New description.
7682 * features/arm-with-m-fpa-layout.c: New, generated.
7683
7684 2012-03-15 Joel Brobecker <brobecker@adacore.com>
7685
7686 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
7687 Update function description.
7688 (insert_bp_location): Do not wipe bl->target_info out.
7689 * mem-break.c: #include "gdb_string.h".
7690 (default_memory_insert_breakpoint): Do not call target_read_memory
7691 with a pointer to the breakpoint's shadow_contents buffer. Use
7692 a local buffer instead.
7693 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
7694
7695 2012-03-15 Tom Tromey <tromey@redhat.com>
7696
7697 * NEWS: Mention "info vtbl", not "info vtable".
7698 * cp-support.c (info_vtbl_command): Fix comment.
7699 (_initialize_cp_support): Fix text.
7700
7701 2012-03-15 Tom Tromey <tromey@redhat.com>
7702
7703 * cp-valprint.c (cp_print_value_fields): Use
7704 print_function_pointer_address for vtable slot.
7705
7706 2012-03-15 Tom Tromey <tromey@redhat.com>
7707
7708 * gnu-v3-abi.c (struct value_and_voffset): New.
7709 (hash_value_and_voffset, eq_value_and_voffset)
7710 (compare_value_and_voffset, compute_vtable_size)
7711 (print_one_vtable, gnuv3_print_vtable): New functions.
7712 (init_gnuv3_ops): Initialize 'print_vtable' field.
7713 * cp-support.c (info_vtbl_command): New function.
7714 (_initialize_cp_support): Add "info vtbl".
7715 * cp-abi.h (cplus_print_vtable): Declare.
7716 (struct cp_abi_ops) <print_vtable>: New field.
7717 * cp-abi.c (cplus_print_vtable): New function.
7718 * NEWS: Update.
7719
7720 2012-03-15 Tom Tromey <tromey@redhat.com>
7721
7722 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
7723 iterate_over_symbols.
7724
7725 2012-03-14 Doug Evans <dje@google.com>
7726
7727 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
7728 DW_OP_GNU_parameter_ref.
7729
7730 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7731
7732 Fix double prompt of 'interpreter-exec mi'.
7733 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
7734 (mi_interpreter_resume): use it.
7735 (mi_execute_command_input_handler): New function.
7736 * mi/mi-main.c (mi_execute_command): Move prompt printing to
7737 mi_execute_command_input_handler.
7738
7739 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
7740
7741 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
7742 prototype.
7743 (darwin_debug_port_info): Make static.
7744 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
7745 * machoread.c (_initialize_machoread): Add prototype.
7746 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
7747 (i386_darwin_set_control, i386_darwin_get_control)
7748 i386_darwin_dr_set_addr, i386_darwin_get_addr)
7749 i386_darwin_get_status, i386_darwin_get_control):
7750 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
7751
7752 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7753
7754 * ax-gdb.c (gen_usual_unary): Remove special handling of
7755 enum and bool types.
7756
7757 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7758
7759 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
7760
7761 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7762
7763 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
7764
7765 2012-03-13 Chris January <chris.january@allinea.com>
7766
7767 * aix-thread.c (fill_sprs): Store the floating point registers
7768 at the correct offsets into vals.
7769
7770 2012-03-13 Doug Evans <dje@google.com>
7771
7772 * NEWS: Mention symbol-reloading has been deleted.
7773 * symfile.c (symbol_reloading): Delete.
7774 (show_symbol_reloading): Delete.
7775 (_initialize_symfile): Delete set/show symbol-reloading.
7776
7777 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
7778 read_in_chain until we have successfully read it in.
7779 (load_full_comp_unit): Ditto.
7780 (read_signatured_type): Add comment.
7781
7782 2012-03-13 Chris January <chris.january@allinea.com>
7783
7784 * stabsread.c (fix_common_block): Change type of valu argument
7785 to CORE_ADDR.
7786
7787 2012-03-13 Chris January <chris.january@allinea.com>
7788
7789 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
7790 instruction.
7791
7792 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7793
7794 * common/linux-procfs.c (linux_proc_get_int): New, from
7795 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
7796 field.
7797 (linux_proc_get_tgid): Only call linux_proc_get_int.
7798 (linux_proc_get_tracerpid): New.
7799 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
7800 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
7801 linux_proc_pid_has_state.
7802 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
7803 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
7804 (linux_ptrace_attach_warnings): New.
7805 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
7806 New declaration.
7807 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
7808 (linux_nat_attach): New variables ex, buffer, message and message_s.
7809 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
7810
7811 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7812
7813 * Makefile.in (linux-ptrace.o): New.
7814 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
7815 from linux-nat.c.
7816 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
7817 * common/linux-ptrace.c: New file.
7818 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
7819 * config/arm/linux.mh: Likewise.
7820 * config/i386/linux.mh: Likewise.
7821 * config/i386/linux64.mh: Likewise.
7822 * config/ia64/linux.mh: Likewise.
7823 * config/m32r/linux.mh: Likewise.
7824 * config/m68k/linux.mh: Likewise.
7825 * config/mips/linux.mh: Likewise.
7826 * config/pa/linux.mh: Likewise.
7827 * config/powerpc/linux.mh: Likewise.
7828 * config/powerpc/ppc64-linux.mh: Likewise.
7829 * config/powerpc/spu-linux.mh: Likewise.
7830 * config/s390/s390.mh: Likewise.
7831 * config/sparc/linux.mh: Likewise.
7832 * config/sparc/linux64.mh: Likewise.
7833 * config/xtensa/linux.mh: Likewise.
7834 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
7835 common/linux-procfs.c.
7836 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
7837
7838 2012-03-13 Hui Zhu <teawater@gmail.com>
7839 Pedro Alves <palves@redhat.com>
7840
7841 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
7842 CREATE_BREAKPOINT_FLAGS_INSERTED.
7843 (create_breakpoint_sal, create_breakpoints_sal)
7844 (base_breakpoint_create_breakpoints_sal)
7845 (tracepoint_create_breakpoints_sal)
7846 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
7847 down.
7848 (break_command_1, handle_gnu_v3_exceptions, trace_command)
7849 (ftrace_command, strace_command): Adjust.
7850 (create_tracepoint_from_upload): Pass
7851 CREATE_BREAKPOINT_FLAGS_INSERTED.
7852 * breakpoint.h (enum breakpoint_create_flags): New.
7853 (create_breakpoint): New flags parameter.
7854 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
7855 * python/py-breakpoint.c (bppy_init): Adjust.
7856 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
7857 * spu-tdep.c (spu_catch_start): Adjust.
7858
7859 2012-03-13 Pedro Alves <palves@redhat.com>
7860 Hui Zhu <teawater@gmail.com>
7861 Yao Qi <yao@codesourcery.com>
7862
7863 * remote.c (struct remote_state): New field `starting_up'.
7864 (remote_start_remote): Set and clear it.
7865 (remote_can_download_tracepoint): If starting up, return false.
7866
7867 2012-03-13 Yao Qi <yao@codesourcery.com>
7868
7869 * inferior.h (struct inferior): Remove fields any_syscall_count,
7870 syscalls_counts and total_syscalls_count. Move them to new
7871 struct catch_syscall_inferior_data in breakpoint.c.
7872 * breakpoint.c: Call DEF_VEC_I(int).
7873 (struct catch_syscall_inferior_data): New.
7874 (get_catch_syscall_inferior_data): New.
7875 (catch_syscall_inferior_data_cleanup): New.
7876 (insert_catch_syscall): Update to access data in
7877 struct catch_syscall_inferior_data.
7878 (insert_catch_syscall): Likewise.
7879 (remove_catch_syscall): Likewise.
7880 (remove_catch_syscall): Likewise.
7881 (is_syscall_catchpoint_enabled): Likewise.
7882 (add_catch_command): Likewise.
7883 (_initialize_breakpoint): Register cleanup.
7884 * breakpoint.h: Removed DEF_VEC_I(int).
7885 * dwarf2loc.c: Call DEF_VEC_I(int).
7886 * mi/mi-main.c: Likewise.
7887
7888 2012-03-12 Mark Kettenis <kettenis@gnu.org>
7889
7890 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
7891
7892 2012-03-12 Chris January <chris.january@allinea.com>
7893
7894 * aix-thread.c (_initialize_aix_thread): Add prototype.
7895 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
7896 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
7897
7898 2012-03-12 Joel Brobecker <brobecker@adacore.com>
7899
7900 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
7901 include of "amd64-nat.h".
7902
7903 2012-03-12 Tom Tromey <tromey@redhat.com>
7904
7905 * buildsym.c (record_pending_block): Now static.
7906 * buildsym.h: (record_pending_block): Remove.
7907
7908 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
7909
7910 * amd64bsd-nat.c: Include amd64bsd-nat.h.
7911
7912 2012-03-09 Tom Tromey <tromey@redhat.com>
7913
7914 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
7915 producer_is_gxx_lt_4_6>: New fields.
7916 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
7917
7918 2012-03-09 Tom Tromey <tromey@redhat.com>
7919
7920 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
7921
7922 2012-03-08 Joel Brobecker <brobecker@adacore.com>
7923
7924 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
7925 prototype.
7926
7927 2012-03-08 Joel Brobecker <brobecker@adacore.com>
7928
7929 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
7930
7931 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7932
7933 Fix -Wmissing-prototypes build.
7934 * arm-linux-nat.c (get_thread_id): Make it static.
7935 * xtensa-linux-nat.c (get_thread_id): Likewise.
7936
7937 2012-03-08 Joel Brobecker <brobecker@adacore.com>
7938
7939 * server.c (process_point_options): If a conditional expression
7940 is found, only print a message if remote_debug is nonzero.
7941
7942 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
7943
7944 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
7945 of internal error for unknown/unsupported types.
7946
7947 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7948
7949 Fix CU relative vs. absolute DIE offsets.
7950 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
7951 offset to offset_in_cu.
7952 * dwarf2read.c (process_enumeration_scope): Add CU offset to
7953 TYPE_OFFSET.
7954 (dwarf2_fetch_die_location_block): Rename parameter offset to
7955 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
7956
7957 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7958
7959 * libunwind-frame.c: Rename to ...
7960 * ia64-libunwind-tdep.c: ... here.
7961 * libunwind-frame.h: Rename to ...
7962 * ia64-libunwind-tdep.h: ... here.
7963 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
7964 ia64-libunwind-tdep.h.
7965 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
7966 * README (--with-libunwind): Rename to ...
7967 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
7968 * config.in: Regenerate.
7969 * configure: Regenerate.
7970 * configure.ac: New option --with-libunwind-ia64, make the
7971 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
7972 Remove AC_DEFINE for HAVE_LIBUNWIND.
7973 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
7974 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
7975 Rename libunwind-frame in the general comment.
7976 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
7977 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
7978 Move forward declarations inside #ifndef. Rename libunwind-frame in
7979 the general comment.
7980 * ia64-tdep.c: Rename libunwind-frame.h #include to
7981 ia64-libunwind-tdep.h.
7982 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
7983 (ia64_libunwind_descr): Rename libunwind-frame to
7984 ia64-libunwind-tdep in these function comments.
7985 * ia64-tdep.h: Rename libunwind-frame.h #include to
7986 ia64-libunwind-tdep.h.
7987 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
7988 ia64-libunwind-tdep in that data comment.
7989
7990 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7991
7992 * libunwind-frame.h (struct frame_unwind): New declaration.
7993
7994 2012-03-08 Joel Brobecker <brobecker@adacore.com>
7995
7996 * breakpoint.c (_initialize_breakpoint): Fix error in help of
7997 "set breakpoint condition-evaluation" command.
7998
7999 2012-03-08 Tristan Gingold <gingold@adacore.com>
8000
8001 * sparc-stub.c: Move to stubs/
8002 * sh-stub.c: Likewise.
8003 * m68k-stub.c: Likewise.
8004 * m32r-stub.c: Likewise.
8005 * i386-stub.c: Likewise.
8006
8007 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
8008
8009 * m68klinux-tdep.c (m68k_linux_init_abi): Register
8010 linux_get_siginfo_type.
8011
8012 * m68klinux-nat.c: Include "gdb_proc_service.h".
8013 (PTRACE_GET_THREAD_AREA): Define.
8014 (ps_get_thread_area): New function.
8015
8016 2012-03-08 Yao Qi <yao@codesourcery.com>
8017
8018 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
8019 `xsnprintf'.
8020 (remote_query_attached): Likewise.
8021 (remote_static_tracepoint_marker_at): Likewise.
8022 (remote_set_permissions): Likewise.
8023 (remote_detach_1, extended_remote_attach_1): Likewise.
8024 (send_g_packet, remote_vkill): Likewise.
8025 (extended_remote_disable_randomization): Likewise.
8026 (remote_add_target_side_condition): Likewise.
8027 (remote_insert_breakpoint): Likewise.
8028 (remote_remove_breakpoint): Likewise.
8029 (remote_insert_watchpoint): Likewise.
8030 (remote_remove_watchpoint): Likewise.
8031 (remote_insert_hw_breakpoint): Likewise.
8032 (remote_insert_hw_breakpoint): Likewise.
8033 (remote_remove_hw_breakpoint): Likewise.
8034 (remote_download_command_source): Likewise.
8035 (remote_download_tracepoint): Likewise.
8036 (remote_download_trace_state_variable): Likewise.
8037 (remote_disable_tracepoint): Likewise.
8038 (remote_trace_set_readonly_regions): Likewise.
8039 (remote_get_tracepoint_status): Likewise.
8040 (remote_trace_find): Likewise.
8041 (remote_get_trace_state_variable_value): Likewise.
8042 (remote_set_disconnected_tracing): Likewise.
8043 (remote_set_circular_trace_buffer): Likewise.
8044 (remote_get_min_fast_tracepoint_insn_len): Likewise.
8045 (remote_use_agent): Likewise.
8046 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
8047 Update callers.
8048
8049 2012-03-07 Pedro Alves <palves@redhat.com>
8050
8051 * NEWS: Mention QProgramSignals.
8052 * inferior.h (update_signals_program_target): Declare.
8053 * infrun.c: (update_signals_program_target): New.
8054 (handle_command): Update the target of the new program signals
8055 array changes.
8056 * remote.c (PACKET_QProgramSignals): New enum.
8057 (last_program_signals_packet): New global.
8058 (remote_program_signals): New.
8059 (remote_start_remote): Update the target with the program signals
8060 list.
8061 (remote_protocol_features): Add entry for QPassSignals.
8062 (remote_open_1): Free anc clear last_program_signals_packet.
8063 (init_remote_ops): Install remote_program_signals.
8064 * target.c (update_current_target): Adjust.
8065 (target_program_signals): New.
8066 * target.h (struct target_ops) <to_program_signals>: New field.
8067 (target_program_signals): Declare.
8068
8069 2012-03-07 Pedro Alves <palves@redhat.com>
8070
8071 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
8072 extensions.
8073
8074 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
8075
8076 * m68klinux-nat.c (getregs_supplies): Make static.
8077 (getfpregs_supplies): Likewise.
8078 (have_ptrace_getregs): Likewise.
8079
8080 2012-03-06 Joel Brobecker <brobecker@adacore.com>
8081
8082 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
8083 in call to get_die_type_at_offset.
8084
8085 2012-03-06 Stan Shebs <stan@codesourcery.com>
8086
8087 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
8088 * mi/mi-cmd-disas.c: Ditto.
8089 * mi/mi-cmd-env.c: Ditto.
8090 * mi/mi-cmd-file.c: Ditto.
8091 * mi/mi-cmd-stack.c: Ditto.
8092 * mi/mi-cmd-target.c: Ditto.
8093 * mi/mi-cmd-var.c: Ditto.
8094 * mi/mi-cmds.c: Ditto.
8095 * mi/mi-cmds.h: Ditto.
8096 * mi/mi-console.c: Ditto.
8097 * mi/mi-getopt.c: Ditto.
8098 * mi/mi-getopt.h: Ditto.
8099 * mi/mi-interp.c: Ditto.
8100 * mi/mi-main.c: Ditto.
8101 * mi/mi-out.c: Ditto.
8102 * mi/mi-parse.c: Ditto.
8103 * mi/mi-parse.h: Ditto.
8104 * mi/mi-symbol-cmds.c: Ditto.
8105
8106 * mi/mi-getopt.h: Move mi_opt struct up.
8107 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
8108 return.
8109 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
8110
8111 2012-03-06 Tom Tromey <tromey@redhat.com>
8112
8113 * proc-service.c (ps_pglobal_lookup): Set the current program
8114 space.
8115
8116 2012-03-06 Pedro Alves <palves@redhat.com>
8117
8118 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
8119
8120 2012-03-05 Joel Brobecker <brobecker@adacore.com>
8121
8122 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
8123
8124 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8125
8126 Code cleanup.
8127 * common/linux-osdata.c (linux_common_core_of_thread): New function
8128 comment.
8129 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
8130 call by linux_common_core_of_thread.
8131 (linux_nat_core_of_thread_1): Remove.
8132 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
8133 * linux-thread-db.c: Include linux-osdata.h.
8134 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
8135 linux_common_core_of_thread.
8136
8137 2012-03-05 Tom Tromey <tromey@redhat.com>
8138
8139 * value.c (value_primitive_field): Don't fetch contents for
8140 non-virtual bases.
8141
8142 2012-03-05 Tom Tromey <tromey@redhat.com>
8143
8144 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
8145
8146 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
8147
8148 * s390-nat.c: Include "gregset.h".
8149
8150 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8151
8152 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
8153 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
8154 (libunwind_load): New variable so_error, use it for dlerror. Try to
8155 load also LIBUNWIND_SO_7.
8156
8157 2012-03-05 Pedro Alves <palves@redhat.com>
8158
8159 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
8160 is not NULL, and remove resulting dead code.
8161
8162 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
8163
8164 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
8165 prologue to sh_analyze_prologue.
8166 (sh_analyze_prologue): Make better use of such an upper limit, and
8167 generally be more cautious about accessing memory.
8168
8169 2012-03-05 Tom Tromey <tromey@redhat.com>
8170
8171 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
8172 _initialize_ia64_hpux_tdep.
8173
8174 2012-03-05 Pedro Alves <palves@redhat.com>
8175
8176 PR gdb/13766
8177
8178 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
8179 the register state is clear, supply explicit zero, instead of
8180 marking the register unavailable.
8181
8182 2012-03-05 Tristan Gingold <gingold@adacore.com>
8183
8184 * NEWS: Mention OpenVMS ia64 new target.
8185
8186 2012-03-05 Tristan Gingold <gingold@adacore.com>
8187
8188 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
8189 (ia64_unw_accessors, ia64_unw_rse_accessors)
8190 (ia64_libunwind_descr): Declare.
8191 * ia64-vms-tdep.c: New file.
8192 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
8193 (ia64_libunwind_descr): Make them public.
8194 * configure.tgt: Add ia64-*-*vms*.
8195 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
8196 (ALLDEPFILES): Add ia64-vms-tdep.c
8197
8198 2012-03-05 Tristan Gingold <gingold@adacore.com>
8199
8200 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
8201 * remote.c (PACKET_qXfer_uib): New enum value.
8202 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
8203 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
8204 (_initialize_remote): Call add_packet_config_cmd for
8205 xfer:uib packet.
8206
8207 2012-03-05 Tristan Gingold <gingold@adacore.com>
8208
8209 * osabi.c (gdb_osabi_names): Add OpenVMS.
8210 (generic_elf_osabi_sniffer): Likewise.
8211 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
8212
8213 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8214
8215 Removed unused code.
8216 * libunwind-frame.c (libunwind_frame_unwind)
8217 (libunwind_frame_base_address): Remove.
8218 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
8219
8220 2012-03-04 Yao Qi <yao@codesourcery.com>
8221
8222 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
8223 remove trailing new line.
8224 (agent_run_command, agent_run_command): Add _ markup.
8225 (agent_capability_check): Likewise.
8226
8227 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8228
8229 * breakpoint.c (set_condition_evaluation_mode): Set
8230 CONDITION_EVALUATION_MODE unconditionally.
8231
8232 2012-03-03 Yao Qi <yao@codesourcery.com>
8233
8234 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
8235 * common/agent.h: Update declaration.
8236 * inf-child.c (inf_child_use_agent): New.
8237 (inf_child_can_use_agent): New.
8238 (inf_child_target): Initialize fields `to_use_agent'
8239 and `to_can_use_agent'.
8240 * agent.c (agent_new_objfile): New.
8241 (_initialize_agent): Add agent_new_objfile to new_objfile
8242 observer.
8243
8244 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8245 New.
8246 (linux_target_install_ops): Initialize field
8247 `to_static_tracepoint_markers_by_strid'.
8248 * remote.c (free_current_marker): Move it to ...
8249 * tracepoint.c (free_current_marker): ... here. New.
8250 (cleanup_target_stop): New.
8251 * tracepoint.h: Declare free_current_marker.
8252 * NEWS: Add one entry about `info static-tracepoint-marker'.
8253
8254 2012-03-03 Yao Qi <yao@codesourcery.com>
8255
8256 * common/agent.c (agent_loaded_p): New.
8257 (agent_look_up_symbols): New global.
8258 * common/agent.h: Declare agent_loaded_p.
8259
8260 2012-03-03 Yao Qi <yao@codesourcery.com>
8261
8262 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
8263 (agent_capability_check, agent_capability_invalidate): New.
8264 (symbol_list): New array element.
8265 * common/agent.h (enum agent_capa): New.
8266 * target.c (target_pre_inferior): Call agent_capability_invalidate.
8267
8268 2012-03-03 Yao Qi <yao@codesourcery.com>
8269
8270 * target.h (struct target_ops) <to_use_agent>: New field.
8271 (struct target_ops) <to_can_use_agent>: New field.
8272 (target_use_agent, target_can_use_agent): New macro.
8273 * target.c (update_current_target): Update.
8274 * remote.c: New enum `PACKET_QAgent'.
8275 (remote_protocol_features): Add a new element.
8276 (remote_use_agent, remote_can_use_agent): New.
8277 (init_remote_ops): Initialize field `can_use_agent' with
8278 remote_can_use_agent. Intiailize field `use_agent' with
8279 remote_use_agent.
8280 * common/agent.c (use_agent): New global.
8281 * common/agent.h: Declare it.
8282 * tracepoint.c (info_static_tracepoint_markers_command): Add
8283 comment.
8284 * Makefile.in (SFILES): Add common/agent.c and agent.c.
8285 (COMMON_OBS): Add common/agent.o and agent.o
8286 (common-agent.o): New rule.
8287 * agent.c: New.
8288
8289 2012-03-03 Yao Qi <yao@codesourcery.com>
8290
8291 * common/agent.c: New.
8292 * common/agent.h: New.
8293 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
8294 AC_CHECK_HEADERS.
8295 * configure, configh.in: Regenerated.
8296
8297 2012-03-02 Kevin Buettner <kevinb@redhat.com>
8298
8299 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
8300 unless it exists for this architecture.
8301
8302 2012-03-02 Joel Brobecker <brobecker@adacore.com>
8303
8304 * language.h (struct language_defn): New "method" la_read_var_value.
8305 * findvar.c: #include "language.h".
8306 (default_read_var_value): Renames read_var_value. Rewrite
8307 function description.
8308 (read_var_value): New function.
8309 * value.h (default_read_var_value): Add prototype.
8310 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
8311 New functions.
8312 (ada_language_defn): Add entry for la_read_var_value.
8313 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
8314 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
8315 language_defn structures to add entry for new la_read_var_value
8316 field.
8317
8318 2012-03-02 Tom Tromey <tromey@redhat.com>
8319 Pedro Alves <palves@redhat.com>
8320
8321 PR breakpoints/13776:
8322 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
8323 breakpoints.
8324 (delete_longjmp_breakpoint_at_next_stop): New.
8325 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
8326 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
8327 before deleting the inferior. Add comments.
8328 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
8329 breakpoints immediately, but only on next stop. Move that code
8330 next to where we mark other breakpoints for deletion.
8331
8332 2012-03-02 Joel Brobecker <brobecker@adacore.com>
8333
8334 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
8335 marker.
8336 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
8337 violation.
8338
8339 2012-03-02 Pedro Alves <palves@redhat.com>
8340
8341 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
8342
8343 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
8344
8345 Fix -Wmissing-prototypes build.
8346 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
8347 * remote-sim.c (gdbsim_has_all_memory): Likewise.
8348 (gdbsim_has_memory): Likewise.
8349
8350 2012-03-02 Yao Qi <yao@codesourcery.com>
8351
8352 Fix -Wmissing-prototypes build.
8353 * charset.c (phony_iconv_open): Make static.
8354 (phony_iconv_close, phony_iconv): Likewise.
8355 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
8356 * i386-windows-nat.c (_initialize_i386_windows_nat): New
8357 prototype.
8358 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
8359 * ser-mingw.c (create_select_thread): Make static.
8360 * windows-termcap.c (tgetent): New prototype.
8361 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
8362
8363 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
8364
8365 Fix -Wmissing-prototypes build.
8366 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
8367 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
8368 (_initialize_loadable): New prototypes.
8369
8370 2012-03-02 Doug Evans <dje@google.com>
8371
8372 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
8373 abbrev table, read_comp_unit will do it.
8374
8375 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8376
8377 Fix -Wmissing-prototypes build.
8378 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
8379 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
8380 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
8381 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
8382 (_initialize_arm_symbian_tdep): New prototype.
8383 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
8384 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
8385 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
8386 static.
8387 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
8388 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
8389 prototype.
8390 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
8391 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
8392 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
8393 static.
8394 * moxie-tdep.c (moxie_process_record): Likewise.
8395 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
8396 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
8397 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
8398 (_initialize_rl78_tdep): New prototype.
8399 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
8400 (_initialize_rx_tdep): New prototype.
8401 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
8402 (_initialize_darwin_solib): New prototype.
8403 * solib-spu.c: Include solib-spu.h.
8404 (_initialize_spu_solib): New prototype.
8405 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
8406 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
8407 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
8408 (tic6x_software_single_step): Make it static.
8409 (_initialize_tic6x_tdep): New prototype.
8410
8411 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8412
8413 Fix -Wmissing-prototypes build.
8414 * cris-tdep.c (cris_can_use_hardware_watchpoint)
8415 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
8416
8417 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8418
8419 Fix -Wmissing-prototypes build.
8420 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
8421 (frv_have_stopped_data_address): Remove.
8422
8423 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8424
8425 Fix -Wmissing-prototypes build.
8426 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
8427 * sh-tdep.c: Include sh64-tdep.h.
8428 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
8429 * sh64-tdep.c: Include sh64-tdep.h.
8430 * sh64-tdep.h: New file.
8431
8432 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8433
8434 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
8435
8436 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8437
8438 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
8439 sp_regnum once the gdbarch_init_osabi hook has been called.
8440
8441 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8442
8443 * mips-tdep.c (mips32_bc1_pc): New function.
8444 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
8445 BPOSGE32 and BPOSGE64 instructions.
8446 (deal_with_atomic_sequence): Likewise.
8447 (mips32_instruction_has_delay_slot): Likewise.
8448
8449 2012-03-01 Maciej W. Rozycki <macro@mips.com>
8450 Chris Dearman <chris@mips.com>
8451 Maciej W. Rozycki <macro@codesourcery.com>
8452 Joseph Myers <joseph@codesourcery.com>
8453
8454 * features/mips-dsp.xml: New file.
8455 * features/mips64-dsp.xml: New file.
8456 * features/mips-dsp-linux.xml: New file.
8457 * features/mips64-dsp-linux.xml: New file.
8458 * features/Makefile (WHICH): Add mips-dsp-linux and
8459 mips64-dsp-linux.
8460 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
8461 * features/mips-dsp-linux.c: New file.
8462 * features/mips64-dsp-linux.c: New file.
8463 * regformats/mips-dsp-linux.dat: New file.
8464 * regformats/mips64-dsp-linux.dat: New file.
8465 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
8466 registers.
8467 (mips64_linux_register_addr): Likewise.
8468 (mips64_linux_regsets_fetch_registers): Likewise.
8469 (mips64_linux_regsets_store_registers): Likewise.
8470 (mips64_linux_fetch_registers): Update call to
8471 mips64_linux_regsets_fetch_registers.
8472 (mips64_linux_store_registers): Update call to
8473 mips64_linux_regsets_store_registers.
8474 (mips_linux_read_description): Probe for DSP registers.
8475 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
8476 and initialize_tdesc_mips64_dsp_linux.
8477 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
8478 Remove padding of no longer used embedded register slots.
8479 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
8480 (MIPS_RESTART_REGNUM): Redefine enum value.
8481 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
8482 strings.
8483 (mips_tx39_reg_names): Likewise.
8484 (mips_linux_reg_names): New array of register names for Linux
8485 targets.
8486 (mips_register_name): Check for a null pointer in
8487 mips_processor_reg_names and return an empty string.
8488 (mips_register_type): Exclude embedded registers for the IRIX
8489 and Linux ABIs.
8490 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
8491 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
8492 DSP registers.
8493 (mips_stab_reg_to_regnum): Handle DSP accumulators.
8494 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
8495 (mips_gdbarch_init): Likewise. Initialize internal register
8496 indices for the Linux ABI. Use dynamic numbers to refer to
8497 registers, as applicable, while parsing the target description.
8498 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
8499
8500 2012-03-01 Joel Brobecker <brobecker@adacore.com>
8501
8502 * frame.h (read_frame_register_unsigned): Fix typo in function
8503 description.
8504
8505 2012-03-01 Pedro Alves <palves@redhat.com>
8506
8507 * jit-reader.in [!__cplusplus]
8508 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
8509
8510 2012-03-01 Pedro Alves <palves@redhat.com>
8511
8512 * configure.ac (build_warnings): Add -Wmissing-prototypes.
8513 * configure: Regenerate.
8514
8515 2012-03-01 Pedro Alves <palves@redhat.com>
8516
8517 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
8518 * breakpoint.c (create_exception_master_breakpoint, trace_command)
8519 (ftrace_command, strace_command): Make static.
8520 * d-lang.c (_initialize_d_language): Declare.
8521 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
8522 * dwarf2loc.c (_initialize_dwarf2loc):
8523 * dwarf2read.c (process_psymtab_comp_unit): Make static.
8524 * exec.c (exec_get_section_table): Make static.
8525 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
8526 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
8527 * inferior.c (remove_inferior_command, add_inferior_command)
8528 (clone_inferior_command): Make static.
8529 * linux-nat.c (linux_nat_thread_address_space)
8530 (linux_nat_core_of_thread): Make static.
8531 * linux-tdep.c (_initialize_linux_tdep): Declare.
8532 * objc-lang.c (_initialize_objc_lang): Declare.
8533 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
8534 Make static.
8535 (_initialize_opencl_language): Declare.
8536 * record.c (_initialize_record): Declare.
8537 * remote.c (demand_private_info, remote_get_tib_address)
8538 (remote_supports_cond_tracepoints)
8539 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
8540 Make static.
8541 * skip.c (_initialize_step_skip): Declare.
8542 * symtab.c (skip_prologue_using_lineinfo): Make static.
8543 * tracepoint.c (delete_trace_state_variable)
8544 (trace_variable_command, delete_trace_variable_command)
8545 (get_uploaded_tsv, find_matching_tracepoint_location)
8546 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
8547 Make static.
8548 * value.c (pack_unsigned_long): Make static.
8549 * varobj.c (varobj_ensure_python_env): Make static.
8550 * windows-tdep.c (_initialize_windows_tdep): Declare.
8551 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
8552
8553 2012-03-01 Pedro Alves <palves@redhat.com>
8554
8555 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
8556 gdbarch parameter.
8557 (linux_init_abi): Install it as has_shared_address_space gdbarch
8558 callback.
8559
8560 2012-03-01 Pedro Alves <palves@redhat.com>
8561
8562 * observer.c (observer_test_first_notification_function)
8563 (observer_test_second_notification_function)
8564 (observer_test_third_notification_function): Add declarations.
8565
8566 2012-03-01 Pedro Alves <palves@redhat.com>
8567
8568 * common/signals.c (default_target_signal_to_host)
8569 (default_target_signal_from_host): Move ...
8570 * arch-utils.c: ... here.
8571 * arch-utils.h (default_target_signal_to_host)
8572 (default_target_signal_from_host): Declare.
8573
8574 * common/signals.c (target_signal_from_command): Move ...
8575 * infrun.c: ... here.
8576 * inferior.h (target_signal_from_command): Declare.
8577 * target.h (target_signal_from_command)
8578 (default_target_signal_from_host, default_target_signal_to_host):
8579 Delete declarations.
8580
8581 * common/signals.c (_initialize_signals): Delete.
8582
8583 2012-03-01 Pedro Alves <palves@redhat.com>
8584
8585 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
8586 both __cplusplus and !__cplusplus.
8587
8588 2012-03-01 Pedro Alves <palves@redhat.com>
8589
8590 * psymtab.c (find_and_open_source): Delete declaration.
8591 * source.c (find_and_open_source): Move comment ...
8592 * source.h (find_and_open_source): ... to this new declaration.
8593
8594 2012-03-01 Pedro Alves <palves@redhat.com>
8595
8596 * inline-frame.c: Include inline-frame.h.
8597
8598 2012-03-01 Pedro Alves <palves@redhat.com>
8599
8600 * tui/tui-data.c (set_gen_win_origin): Delete.
8601 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
8602 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
8603
8604 2012-03-01 Pedro Alves <palves@redhat.com>
8605
8606 * remote.c (encode_actions): Delete declaration.
8607 * tracepoint.c (encode_actions): Make extern.
8608 * tracepoint.h (encode_actions): Declare.
8609
8610 2012-03-01 Pedro Alves <palves@redhat.com>
8611
8612 * python/py-breakpoint.c: Include python.h.
8613 * python/py-continueevent.c (create_continue_event_object): Make
8614 static.
8615 * python/py-lazy-string.c (stpy_get_type): Make static.
8616 * python/py-newobjfileevent.c (create_new_objfile_event_object):
8617 Make static.
8618 * python/py-utils.c (unicode_to_target_python_string): Make
8619 static.
8620 * python/py-value.c: Include python.h.
8621
8622 2012-03-01 Pedro Alves <palves@redhat.com>
8623
8624 * inferior.c (delete_threads_of_inferior): Delete.
8625
8626 2012-03-01 Pedro Alves <palves@redhat.com>
8627
8628 Import fallback definitions from glibc.
8629
8630 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
8631 ps_prochandle): Forward declare.
8632 (ps_err_e): Use glibc's comments.
8633 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
8634 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
8635 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
8636 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
8637 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
8638 (struct ps_prochandle): Adjust comment.
8639
8640 2012-03-01 Pedro Alves <palves@redhat.com>
8641
8642 * ada-lang.c (ada_modulus_from_name): Delete.
8643 * ada-lex.l (lexer_init): Make static.
8644
8645 2012-03-01 Pedro Alves <palves@redhat.com>
8646
8647 PR gdb/13767
8648
8649 * frame.c (read_frame_register_unsigned): New.
8650 * frame.h (read_frame_register_unsigned): Declare.
8651 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
8652 Handle it.
8653 (print_i387_control_word): New parameter `control_p'. Handle it.
8654 (i387_print_float_info): Handle unavailable float registers.
8655
8656 2012-03-01 Keith Seitz <keiths@redhat.com>
8657
8658 * linespec.c (decode_line_2): Sort the list of methods
8659 alphabetically before presenting the user with a selection
8660 menu.
8661
8662 2012-03-01 Doug Evans <dje@google.com>
8663
8664 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
8665 has_namespace_info.
8666 (dwarf2_read_abbrevs): Remove corresponding initialization.
8667
8668 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
8669
8670 * NEWS: Mention new python command class gdb.COMMAND_USER.
8671 * cli/cli-cmds.c (show_user): Print error when used on a python
8672 command.
8673 (init_cli_cmds): Update documentation strings for "show user" and
8674 "set/show max-user-call-depth" to clarify that it does not apply to
8675 python commands.
8676 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
8677 error check.
8678 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
8679 gdb python api.
8680 * top.c (execute_command): Only execute a user-defined command as a
8681 legacy macro if c->user_commands is set.
8682
8683 2012-03-01 Tom Tromey <tromey@redhat.com>
8684
8685 * valprint.h (struct generic_val_print_decorations): New.
8686 (generic_val_print): Declare.
8687 * valprint.c (generic_val_print): New function.
8688 * p-valprint.c (p_decorations): New global.
8689 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
8690 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
8691 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
8692 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
8693 * m2-valprint.c (m2_decorations): New global.
8694 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
8695 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
8696 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
8697 TYPE_CODE_ERROR>: Call generic_val_print.
8698 * f-valprint.c (f_decorations): New global.
8699 (f_val_print): Use print_function_pointer_address.
8700 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
8701 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
8702 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
8703 generic_val_print.
8704 * c-valprint.c (c_decorations): New global.
8705 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
8706 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
8707 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
8708 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
8709 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
8710 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
8711 case.
8712
8713 2012-03-01 Tom Tromey <tromey@redhat.com>
8714
8715 * valprint.c (val_print): Update.
8716 * p-valprint (pascal_val_print): Return void.
8717 * p-lang.h (pascal_val_print): Return void.
8718 * m2-valprint.c (m2_val_print): Return void.
8719 * m2-lang.h (m2_val_print): Return void.
8720 * language.h (struct language_defn) <la_val_print>: Return void.
8721 * language.c (unk_lang_val_print): Return void.
8722 * jv-valprint.c (java_val_print): Return void.
8723 * jv-lang.h (java_val_print): Return void.
8724 * f-valprint.c (f_val_print): Return void.
8725 * f-lang.h (f_val_print): Return void.
8726 * d-valprint.c (d_val_print): Return void.
8727 (dynamic_array_type): Update.
8728 * d-lang.h (d_val_print): Return void.
8729 * c-valprint.c (c_val_print): Return void.
8730 * c-lang.h (c_val_print): Return void.
8731 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
8732 void.
8733 * ada-lang.h (ada_val_print): Return void.
8734
8735 2012-03-01 Tom Tromey <tromey@redhat.com>
8736
8737 * value.h (val_print): Return void.
8738 * valprint.c (val_print): Return void.
8739
8740 2012-03-01 Tom Tromey <tromey@redhat.com>
8741
8742 * value.h (common_val_print): Return void.
8743 * valprint.c (common_val_print): Return void.
8744
8745 2012-03-01 Tom Tromey <tromey@redhat.com>
8746
8747 * value.h (value_print): Return void.
8748 * valprint.c (value_print): Return void.
8749 * p-valprint.c (pascal_value_print): Return void.
8750 * p-lang.h (pascal_value_print): Return void.
8751 * language.h (struct language_defn) <la_value_print>: Return
8752 void.
8753 * language.c (unk_lang_value_print): Return void.
8754 * jv-valprint.c (java_value_print): Return void.
8755 * jv-lang.h (java_value_print): Return void.
8756 * f-valprint.c (c_value_print): Don't declare.
8757 Include c-lang.h.
8758 * c-valprint.c (c_value_print): Return void.
8759 * c-lang.h (c_value_print): Return void.
8760 * ada-valprint.c (ada_value_print): Return void.
8761 * ada-lang.h (ada_value_print): Return void.
8762
8763 2012-03-01 Tom Tromey <tromey@redhat.com>
8764
8765 * value.c (value_primitive_field): Handle virtual base classes.
8766
8767 2012-03-01 Tom Tromey <tromey@redhat.com>
8768
8769 * gdbtypes.h (struct vbase): Remove.
8770
8771 2012-03-01 Tom Tromey <tromey@redhat.com>
8772
8773 * c-valprint.c (print_function_pointer_address): Move...
8774 * valprint.c: ... here. Make non-static.
8775 * m2-valprint.c (print_function_pointer_address): Remove.
8776 * valprint.h (print_function_pointer_address): Declare.
8777
8778 2012-03-01 Joel Brobecker <brobecker@adacore.com>
8779
8780 * NEWS: Document the fact that one can provide a condition when
8781 creating an Ada exception catchpoint.
8782
8783 2012-03-01 Tom Tromey <tromey@redhat.com>
8784
8785 * valprint.c (val_print_type_code_flags): Fix placement of
8786 trailing brace.
8787
8788 2012-03-01 Joel Brobecker <brobecker@adacore.com>
8789
8790 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
8791 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
8792 environment variable before calling update-copyright.
8793
8794 2012-03-01 Joel Brobecker <brobecker@adacore.com>
8795
8796 * gnulib/extra/update-copyright: Update to the latest from
8797 gnulib's git repository.
8798 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
8799 variable to 2 instead of 1.
8800
8801 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8802
8803 * varobj.c (c_value_of_variable): Remove dead code.
8804
8805 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8806
8807 * ada-lex.p (processId): Do not modify already encoded IDs.
8808 Update function documentation.
8809
8810 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8811
8812 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
8813 "name" with "struct symbol *name_sym".
8814 * ada-exp.y (write_var_or_type): Update call to
8815 ada_find_renaming_symbol.
8816 "name" with "struct symbol *name_sym". Adjust Implementation
8817 accordingly. Adjust the function documentation.
8818
8819 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8820
8821 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
8822 * ada-lang.c (ada_find_any_type): Add advance declaration.
8823 Make static. Replace ada_find_any_symbol by
8824 ada_find_any_type_symbol.
8825 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
8826 Improve function description. Make static.
8827 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
8828 Replace ada_find_any_symbol by ada_find_any_type_symbol.
8829
8830 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8831
8832 * ada-lang.c (struct tag_args): Delete.
8833 (ada_get_tsd_type): Function body moved up in source file.
8834 (ada_tag_name_1, ada_tag_name_2): Delete.
8835 (ada_get_tsd_from_tag): New function.
8836 (ada_tag_name_from_tsd): New function.
8837 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
8838 to determine the tag name.
8839
8840 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8841
8842 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
8843 declaration.
8844 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
8845 function.
8846
8847 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8848
8849 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
8850
8851 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8852
8853 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
8854 full searches.
8855
8856 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8857
8858 * ada-lang.c (constrained_packed_array_type): If there is a
8859 parallel XA type, use it to determine the array index type.
8860
8861 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8862
8863 * ada-valprint.c (ada_val_print_1): If our value is a reference
8864 to an array descriptor, dereference it before converting it
8865 to a simple array.
8866
8867 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8868
8869 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
8870 creating fixed value.
8871 (ada_value_ind, ada_coerce_ref, assign_component)
8872 (ada_evaluate_subexp): Remove call to unwrap_value before
8873 call to ada_to_fixed_value.
8874
8875 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8876
8877 * ada-lang.c (to_fixed_array_type): Set result's type name.
8878
8879 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8880
8881 * ada-lang.c (catch_ada_exception_command_split): Add new
8882 argument cond_string. Add support for condition at end of
8883 "catch exception" commands.
8884 (ada_decode_exception_location): Add new argument cond_string.
8885 Update call to catch_ada_exception_command_split.
8886 (create_ada_exception_catchpoint): Add new argument cond_string.
8887 Set the breakpoint condition if needed.
8888 (catch_ada_exception_command): Update call to
8889 ada_decode_exception_location.
8890 (ada_decode_assert_location): Add function documentation.
8891 Add support for condition at end of "catch assert" command.
8892 (catch_assert_command): Update calls to ada_decode_assert_location
8893 and create_ada_exception_catchpoint.
8894
8895 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8896
8897 Fix disp-step-syscall.exp: fork: single step over fork.
8898 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
8899 (i386_linux_get_syscall_number_from_regcache): ... here, new function
8900 comment, change parameters gdbarch and ptid to regcache. Remove
8901 parameter regcache, initialize gdbarch from regcache here.
8902 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
8903 New functions.
8904 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
8905 instead.
8906 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
8907 'syscall'. Make the 'int' check more strict.
8908
8909 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8910
8911 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
8912 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
8913 (i386_linux_intx80_sysenter_syscall_record): ... here.
8914 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
8915 Use the renamed function name.
8916
8917 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8918
8919 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
8920 * breakpoint.c (until_break_command): Likewise.
8921 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
8922 * infcall.c (call_function_by_hand): Likewise.
8923 * infcmd.c (finish_forward): Likewise.
8924 * infrun.c (insert_exception_resume_breakpoint): Likewise.
8925
8926 2012-02-28 Tristan Gingold <gingold@adacore.com>
8927
8928 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
8929 avoid variable assignments inside condition.
8930
8931 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8932
8933 Fix static analysis issue found by cppcheck.
8934 * microblaze-tdep.c (microblaze_extract_return_value): Fix
8935 uninitialized BUF for size 2.
8936
8937 2012-02-27 Chris Dearman <chris@mips.com>
8938 Nathan Froyd <froydnj@codesourcery.com>
8939 Maciej W. Rozycki <macro@codesourcery.com>
8940
8941 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
8942 (mips16_instruction_has_delay_slot): Likewise.
8943 (mips_segment_boundary): Likewise.
8944 (mips_adjust_breakpoint_address): Likewise.
8945 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
8946
8947 2012-02-27 Maciej W. Rozycki <macro@mips.com>
8948 Maciej W. Rozycki <macro@codesourcery.com>
8949
8950 * infrun.c (handle_inferior_event): Don't proceed through
8951 shared library trampolines if stepping at the machine
8952 instruction level.
8953
8954 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
8955
8956 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
8957 too.
8958
8959 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
8960
8961 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
8962 (sh_stub_unwind_sniffer): New functions.
8963 (sh_stub_unwind): New variable.
8964 (sh_gdbarch_init): Wire everything.
8965
8966 2012-02-27 Pedro Alves <palves@redhat.com>
8967
8968 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
8969 (linux_nat_post_attach_wait): Adjust to use
8970 linux_proc_pid_is_stopped.
8971 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
8972 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
8973 based on pid_is_stopped from both linux-nat.c and
8974 gdbserver/linux-low.c, and renamed.
8975
8976 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
8977
8978 * remote.c (remote_watchpoint_addr_within_range): New function.
8979 (init_remote_ops): Use it.
8980
8981 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
8982
8983 * target.h (target_watchpoint_addr_within_range): Document macro.
8984
8985 2012-02-24 Pedro Alves <palves@redhat.com>
8986
8987 * stack.c (set_last_displayed_sal): Issue internal_error instead
8988 of warning, and issue it after clearing the last displayed sal.
8989
8990 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8991 Pedro Alves <palves@redhat.com>
8992
8993 * breakpoint.c (until_break_command): Install breakpoints after
8994 all frame manipulations.
8995
8996 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
8997
8998 * remote.c (remote_supports_cond_breakpoints): New forward
8999 declaration.
9000 (remote_add_target_side_condition): New function.
9001 (remote_insert_breakpoint): Add target-side breakpoint
9002 conditional if supported.
9003 (remote_insert_hw_breakpoint): Likewise.
9004 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
9005 hook.
9006
9007 * target.c (update_current_target): Inherit
9008 to_supports_evaluation_of_breakpoint_conditions.
9009 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
9010
9011 * target.h (struct target_ops)
9012 <to_supports_evaluation_of_breakpoint_conditions>: New field.
9013 (target_supports_evaluation_of_breakpoint_conditions): New #define.
9014
9015 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
9016 (condition_evaluation_both, condition_evaluation_auto,
9017 condition_evaluation_host, condition_evaluation_target,
9018 condition_evaluation_enums, condition_evaluation_mode_1,
9019 condition_evaluation_mode): New static globals.
9020 (translate_condition_evaluation_mode): New function.
9021 (breakpoint_condition_evaluation_mode): New function.
9022 (gdb_evaluates_breakpoint_condition_p): New function.
9023 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
9024 (mark_breakpoint_modified): New function.
9025 (mark_breakpoint_location_modified): New function.
9026 (set_condition_evaluation_mode): New function.
9027 (show_condition_evaluation_mode): New function.
9028 (bp_location_compare_addrs): New function.
9029 (get_first_location_gte_addr): New helper function.
9030 (set_breakpoint_condition): Free condition bytecode if locations
9031 has become unconditional. Call mark_breakpoint_modified (...).
9032 (condition_command): Call update_global_location_list (1) for
9033 breakpoints.
9034 (breakpoint_xfer_memory): Use is_breakpoint (...).
9035 (is_breakpoint): New function.
9036 (parse_cond_to_aexpr): New function.
9037 (build_target_condition_list): New function.
9038 (insert_bp_location): Handle target-side conditional
9039 breakpoints and call build_target_condition_list (...).
9040 (update_inserted_breakpoint_locations): New function.
9041 (insert_breakpoint_locations): Handle target-side conditional
9042 breakpoints.
9043 (bpstat_check_breakpoint_conditions): Add comment.
9044 (bp_condition_evaluator): New function.
9045 (bp_location_condition_evaluator): New function.
9046 (print_breakpoint_location): Print information on where the condition
9047 will be evaluated.
9048 (print_one_breakpoint_location): Likewise.
9049 (init_bp_location): Call mark_breakpoint_location_modified (...) for
9050 breakpoint location.
9051 (force_breakpoint_reinsertion): New functions.
9052 (update_global_location_list): Handle target-side breakpoint
9053 conditions.
9054 Reinsert locations that are already inserted if conditions have
9055 changed.
9056 (bp_location_dtor): Free agent expression bytecode.
9057 (disable_breakpoint): Call mark_breakpoint_modified (...).
9058 Call update_global_location_list (...) with parameter 1 for breakpoints.
9059 (disable_command): Call mark_breakpoint_location_modified (...).
9060 Call update_global_location_list (...) with parameter 1 for breakpoints.
9061 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
9062 (enable_command): mark_breakpoint_location_modified (...).
9063 (_initialize_breakpoint): Update documentation and add
9064 condition-evaluation breakpoint subcommand.
9065
9066 * breakpoint.h: Include ax.h.
9067 (condition_list): New data structure.
9068 (condition_status): New enum.
9069 (bp_target_info) <cond_list>: New field.
9070 (bp_location) <condition_changed, cond_bytecode>: New fields.
9071 (is_breakpoint): New prototype.
9072
9073 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9074
9075 * remote.c (remote_state) <cond_breakpoints>: New field.
9076 (PACKET_ConditionalBreakpoints): New enum.
9077 (remote_cond_breakpoint_feature): New function.
9078 (remote_protocol_features): Add new ConditionalBreakpoints entry.
9079 (remote_supports_cond_breakpoints): New function.
9080 (_initialize_remote): Add new packet configuration for
9081 target-side conditional breakpoints.
9082
9083 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9084
9085 * NEWS: Mention target-side conditional breakpoint support,
9086 new condition-evaluation breakpoint subcommand and remote
9087 packet extensions.
9088
9089 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9090
9091 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
9092 number.
9093
9094 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
9095
9096 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
9097 (after_prologue): Remove.
9098
9099 2012-02-23 Tom Tromey <tromey@redhat.com>
9100
9101 * jv-valprint.c (java_val_print): Remove dead code.
9102
9103 2012-02-23 Tristan Gingold <gingold@adacore.com>
9104
9105 * ada-tasks.c (struct ada_tasks_inferior_data): Add
9106 known_tasks_element and known_tasks_length fields.
9107 (read_known_tasks_array): Change argument type. Use pointer type
9108 and number of elements from DATA. Adjust.
9109 (read_known_tasks_list): Likewise.
9110 (get_known_tasks_addr): Remove.
9111 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
9112 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
9113 type and array length. Merge former get_known_tasks_addr code.
9114
9115 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9116
9117 PR backtrace/13716
9118 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
9119 it after set_momentary_breakpoint.
9120
9121 2012-02-22 Sterling Augustine <saugustine@google.com>
9122
9123 PR 13689:
9124 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
9125
9126 2012-02-22 Gary Benson <gbenson@redhat.com>
9127
9128 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
9129 (find_slot_in_mapped_hash): Likewise.
9130
9131 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9132
9133 PR build/13638
9134 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
9135 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
9136 * configure: Regenerate.
9137
9138 2012-02-21 Tristan Gingold <gingold@adacore.com>
9139 Pedro Alves <palves@redhat.com>
9140
9141 * ia64-tdep.c: Do not include libunwind-ia64.h.
9142 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
9143 Include libunwind-ia64.h instead of libunwind.h.
9144 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
9145 for libunwind.h existence.
9146 * configure, config.in: Regenerate.
9147
9148 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9149
9150 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
9151 instead of value_rtti_target_type.
9152 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
9153 instead of value_rtti_target_type.
9154 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
9155 value_rtti_target_type.
9156 * valops.c (value_ind): Extract function readjust_indirect_value_type.
9157 (value_rtti_target_type): Rename to ...
9158 (value_rtti_indirect_type): ... here and make it indirect. Update
9159 function comment.
9160 * value.c (readjust_indirect_value_type): New function.
9161 (coerce_ref): Support for enclosing type setting for references
9162 with readjust_indirect_value_type.
9163 * value.h (readjust_value_type): New declaration.
9164 (value_rtti_target_type): Rename to ...
9165 (value_rtti_indirect_type): ... here.
9166
9167 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9168
9169 * MAINTAINERS (Write After Approval): Add myself to the list.
9170
9171 2012-02-20 Doug Evans <dje@google.com>
9172
9173 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
9174 Rename objfile_p_char parameter to objfilep.
9175 (build_objfile_section_table): Result is now void. All callers
9176 updated.
9177 * objfiles.h (struct objfile): Tweak comments, whitespace.
9178 (build_objfile_section_table): Update.
9179
9180 * elfread.c (elf_symfile_segments): Fix warning text.
9181
9182 2012-02-20 Tom Tromey <tromey@redhat.com>
9183
9184 PR gdb/13498:
9185 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
9186 particular set of file names once.
9187 (dw2_map_symbol_filenames): Likewise.
9188
9189 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9190
9191 Code cleanup.
9192 * main.c (write_files): Remove the declaration.
9193 (external_editor_command): Move the declaration ...
9194 [GDBTK] (external_editor_command): ... here. Fix the comment.
9195
9196 2012-02-20 Tom Tromey <tromey@redhat.com>
9197
9198 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
9199 extraneous block.
9200
9201 2012-02-20 Tristan Gingold <gingold@adacore.com>
9202
9203 * darwin-nat.h (enum darwin_msg_state): Add comments.
9204
9205 2012-02-20 Tristan Gingold <gingold@adacore.com>
9206
9207 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
9208 value.
9209
9210 2012-20-18 Joel Brobecker <brobecker@adacore.com>
9211
9212 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
9213 between function description and implementation.
9214
9215 2012-02-17 Tom Tromey <tromey@redhat.com>
9216
9217 PR python/12070:
9218 * python/py-event.c (event_object_getset): New global.
9219 (event_object_type): Reference it.
9220 * python/py-type.c (field_object_getset): New global.
9221 (field_object_type): Reference it.
9222 * python/python-internal.h (gdb_py_generic_dict): Declare.
9223 * python/py-utils.c (gdb_py_generic_dict): New function.
9224
9225 2012-02-17 Tristan Gingold <gingold@adacore.com>
9226
9227 * solib-darwin.c (darwin_current_sos): Check magic and filetype
9228
9229 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
9230
9231 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
9232 TYPE_CALLING_CONVENTION annotation.
9233
9234 2012-02-16 Kevin Buettner <kevinb@redhat.com>
9235
9236 * MAINTAINERS: Add rx to target ISA section.
9237 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
9238 (ALLDEPFILES): Add rx-tdep.c.
9239
9240 2012-02-16 Tom Tromey <tromey@redhat.com>
9241
9242 * symfile.c (symbol_file_add_main_1): Use inferior's
9243 symfile_flags.
9244 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
9245 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
9246 inferior.
9247 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
9248 inferior.
9249 (follow_exec): Use inferior's symfile_flags.
9250 * inferior.h (struct inferior) <symfile_flags>: New field.
9251
9252 2012-02-16 Mike Frysinger <vapier@gentoo.org>
9253
9254 PR gdb/9734:
9255 * remote-sim.c (gdbsim_create_inferior): Call error() when
9256 sim_create_inferior() fails.
9257
9258 2012-02-16 Josh Matthews <josh@joshmatthews.net>
9259
9260 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
9261
9262 2012-02-16 Tom Tromey <tromey@redhat.com>
9263
9264 PR c++/13653:
9265 * thread.c (struct current_thread_cleanup) <was_removable>: New
9266 field.
9267 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
9268 (make_cleanup_restore_current_thread): Initialize new field.
9269
9270 2012-02-15 Kevin Buettner <kevinb@redhat.com>
9271
9272 * MAINTAINERS: Add rl78 to target ISA section.
9273 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
9274 (ALLDEPFILES): Add rl78-tdep.c.
9275 * NEWS: Mention rl78 as a new target.
9276
9277 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
9278
9279 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
9280 data.
9281 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
9282
9283 2012-02-15 Tom Tromey <tromey@redhat.com>
9284
9285 PR gdb/12659:
9286 * infcmd.c (registers_info): Print just the current register's
9287 name.
9288
9289 2012-02-15 Tom Tromey <tromey@redhat.com>
9290
9291 * python/py-symbol.c (sympy_value): Use _().
9292
9293 2012-02-15 Pedro Alves <palves@redhat.com>
9294
9295 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
9296 output to be like native targets'.
9297 (remote_pid_to_str): Special case the null ptid.
9298
9299 2012-02-14 Stan Shebs <stan@codesourcery.com>
9300
9301 * NEWS: Mention enable count command.
9302 * breakpoint.h (struct breakpoint): New field enable_count.
9303 * breakpoint.c (enable_breakpoint_disp): Add count argument.
9304 (enable_breakpoint): Add arg to call.
9305 (struct disp_data): New struct.
9306 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
9307 (do_map_enable_once_breakpoint): Create a struct and pass it.
9308 (do_map_enable_delete_breakpoint): Ditto.
9309 (do_map_enable_count_breakpoint): New function.
9310 (enable_count_command): New function.
9311 (bpstat_stop_status): Decrement enable_count.
9312 (print_one_breakpoint_location): Report enable count.
9313 (_initialize_breakpoint): Add enable count command.
9314
9315 2012-02-14 Kevin Buettner <kevinb@redhat.com>
9316
9317 * rl78-tdep.c (reggroups.h): Include.
9318 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
9319 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
9320 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
9321 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
9322 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
9323 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
9324 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
9325 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
9326 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
9327 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
9328 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
9329 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
9330 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
9331 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
9332 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
9333 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
9334 beginning of register list.
9335 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
9336 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
9337 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
9338 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
9339 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
9340 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
9341 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
9342 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
9343 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
9344 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
9345 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
9346 the pseudo registers. Rearrange other pseudo registers too so
9347 that the bank registers appear at the end.
9348 (rl78_register_type): Account for the fact that the byte sized
9349 bank registers are now pseudo-registers.
9350 (rl78_register_name): Rearrange the register name array. Make
9351 initial set of raw banked registers inaccessible.
9352 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
9353 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
9354 case for copying bytes back and forth between raw and pseudo
9355 versions of the banked registers. Update other cases to reflect
9356 the changed names.
9357 (rl78_return_value): Update to account for changed names of
9358 raw registers.
9359 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
9360 rl78_register_sim_regno().
9361
9362 2012-02-14 Kevin Buettner <kevinb@redhat.com>
9363
9364 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
9365 the name parameter being passed to find_pc_partial_function().
9366
9367 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9368
9369 * MAINTAINERS: Step down from being ia64 target maintainer.
9370
9371 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9372
9373 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
9374 compilation warning.
9375
9376 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9377
9378 Fix crash on loaded shlibs without loaded exec_bfd.
9379 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
9380 (set_section_command): Replace exec_bfd by p->bfd.
9381
9382 2012-02-10 Tom Tromey <tromey@redhat.com>
9383
9384 * linespec.c (decode_line_internal): Skip symtabs_from_filename
9385 when we have a C++ qualified name.
9386
9387 2012-02-10 Pedro Alves <palves@redhat.com>
9388
9389 * inferior.c (inferior_pid_to_str): New.
9390 (print_inferior, inferior_command): Use it.
9391
9392 2012-02-10 Pedro Alves <palves@redhat.com>
9393
9394 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
9395 the test CFLAGS.
9396 * configure: Regenerate.
9397
9398 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9399
9400 * linespec.c (decode_line_internal): Fix comment correctness.
9401
9402 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
9403
9404 PR gdb/12953
9405 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
9406 * amd64bsd-nat.c: Add support for debug registers (adapted from
9407 i386bsd-nat.c).
9408 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
9409 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
9410 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
9411 (amd64bsd_dr_get_control): New functions.
9412 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
9413 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
9414 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
9415 watchpoints initialization.
9416 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
9417
9418 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9419
9420 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
9421 flds_bnds.fields.
9422 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
9423
9424 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9425
9426 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
9427
9428 2012-02-08 Joel Brobecker <brobecker@adacore.com>
9429
9430 * language.h (symbol_name_cmp_ftype): Renames
9431 symbol_name_match_p_ftype.
9432 (struct language_defn)[la_get_symbol_name_cmp]: Renames
9433 la_get_symbol_name_match_p.
9434 * ada-lang.c (ada_get_symbol_name_cmp): Renames
9435 ada_get_symbol_name_match_p. Update comment.
9436 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
9437 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
9438 Renames symbol_name_match_p. Update field type.
9439 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
9440 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
9441 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
9442 "la_get_symbol_name_cmp" in comments.
9443 * language.c: Likewise.
9444
9445 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9446
9447 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
9448 %eflags offset.
9449 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
9450 (amd64_sol2_gregset32_reg_offs): Likewise.
9451
9452 2012-02-08 Joel Brobecker <brobecker@adacore.com>
9453
9454 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
9455 of the returned BFD is allocated by GDB.
9456
9457 2012-02-07 Tom Tromey <tromey@redhat.com>
9458
9459 PR python/12027:
9460 * python/python-internal.h (frame_object_type): Declare.
9461 * python/py-symbol.c (sympy_needs_frame): New function.
9462 (sympy_value): New function.
9463 (symbol_object_getset): Add "needs_frame".
9464 (symbol_object_methods): Add "value".
9465 * python/py-frame.c (frame_object_type): No longer static.
9466
9467 2012-02-07 Tom Tromey <tromey@redhat.com>
9468
9469 PR python/13599:
9470 * python/py-symbol.c (sympy_line): New function.
9471 (symbol_object_getset): Add "line".
9472
9473 2012-02-07 Tom Tromey <tromey@redhat.com>
9474
9475 * charset.c (find_charset_names): Check 'in' against NULL.
9476
9477 2012-02-06 Doug Evans <dje@google.com>
9478
9479 * gdbtypes.h (struct main_type): Change type of name,tag_name,
9480 and fields.name members from char * to const char *. All uses updated.
9481 (struct cplus_struct_type): Change type of fn_fieldlists.name member
9482 from char * to const char *. All uses updated.
9483 (type_name_no_tag): Update.
9484 (lookup_unsigned_typename, lookup_signed_typename): Update.
9485 * gdbtypes.c (type_name_no_tag): Change result type
9486 from char * to const char *. All callers updated.
9487 (lookup_unsigned_typename, lookup_signed_typename): Change type of
9488 name parameter from char * to const char *.
9489 * symtab.h (struct cplus_specific): Change type of demangled_name
9490 member from char * to const char *. All uses updated.
9491 (struct general_symbol_info): Change type of name and
9492 mangled_lang.demangled_name members from char * to const char *.
9493 All uses updated.
9494 (symbol_get_demangled_name, symbol_natural_name): Update.
9495 (symbol_demangled_name, symbol_search_name): Update.
9496 * symtab.c (symbol_get_demangled_name): Change result type
9497 from char * to const char *. All callers updated.
9498 (symbol_natural_name, symbol_demangled_name): Ditto.
9499 (symbol_search_name): Ditto.
9500 (completion_list_add_name): Change type of symname,sym_text,
9501 text,word parameters from char * to const char *.
9502 (completion_list_objc_symbol): Change type of sym_text,
9503 text,word parameters from char * to const char *.
9504 * ada-lang.c (find_struct_field): Change type of name parameter
9505 from char * to const char *.
9506 (encoded_ordered_before): Similarly for N0,N1 parameters.
9507 (old_renaming_is_invisible): Similarly for function_name parameter.
9508 (ada_type_name): Change result type from char * to const char *.
9509 All callers updated.
9510 * ada-lang.h (ada_type_name): Update.
9511 * buildsym.c (hashname): Change type of name parameter
9512 from char * to const char *.
9513 * buildsym.h (hashname): Update.
9514 * dbxread.c (end_psymtab): Change type of include_list parameter
9515 from char ** to const char **.
9516 * dwarf2read.c (determine_prefix): Change result type
9517 from char * to const char *. All callers updated.
9518 * f-lang.c (find_common_for_function): Change type of name, funcname
9519 parameters from char * to const char *.
9520 * f-lang.c (find_common_for_function): Update.
9521 * f-valprint.c (list_all_visible_commons): Change type of funcname
9522 parameters from char * to const char *.
9523 * gdbarch.sh (static_transform_name): Change type of name parameter
9524 and result from char * to const char *.
9525 * gdbarch.c: Regenerate.
9526 * gdbarch.h: Regenerate.
9527 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
9528 of name parameter from char * to const char *.
9529 * jv-lang.c (java_primitive_type_from_name): Ditto.
9530 (java_demangled_signature_length): Similarly for signature parameter.
9531 (java_demangled_signature_copy): Ditto.
9532 (java_demangle_type_signature): Ditto.
9533 * jv-lang.h (java_primitive_type_from_name): Update.
9534 (java_demangle_type_signature): Update.
9535 * objc-lang.c (specialcmp): Change type of a,b parameters
9536 from char * to const char *.
9537 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
9538 from char * to const char *. All callers updated.
9539 * p-lang.h (is_pascal_string_type): Update.
9540 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
9541 of name parameter from char * to const char *.
9542 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
9543 * utils.c (fprintf_symbol_filtered): Ditto.
9544 * defs.h (fprintf_symbol_filtered): Update.
9545 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
9546 * stabsread.h (end_psymtab): Update.
9547 * stack.c (find_frame_funname): Change type of funname parameter
9548 from char ** to const char **.
9549 * stack.h (find_frame_funname): Update.
9550 * typeprint.c (type_print): Change type of varstring parameter
9551 from char * to const char *.
9552 * value.h (type_print): Update.
9553 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
9554 from char * to const char *. All callers updated.
9555 (xcoff_end_psymtab): Change type of include_list parameter
9556 from char ** to const char **. All callers updated.
9557 (swap_sym): Similarly for name parameter. All callers updated.
9558 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
9559 Use xstrdup.
9560 (process_coff_symbol): Use xstrdup.
9561 * stabsread.c (stabs_method_name_from_physname): Renamed from
9562 update_method_name_from_physname. Change result type from void
9563 to char *. All callers updated.
9564 (read_member_functions): In has_destructor case, store name in objfile
9565 obstack instead of malloc space. In !has_stub case, fix mem leak.
9566
9567 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
9568
9569 * configure: Rebuild.
9570 * configure.ac: Put -L../bfd and -L../libiberty at the front of
9571 LDFLAGS.
9572
9573 2012-02-03 Kevin Buettner <kevinb@redhat.com>
9574
9575 * configure.tgt (rl78-*-elf): New target.
9576 * rl78-tdep.c: New file.
9577
9578 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9579
9580 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
9581 and continue the loop. Add QUIT statement.
9582
9583 2012-02-03 Tom Tromey <tromey@redhat.com>
9584
9585 PR gdb/13596:
9586 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
9587 bfd_lookup_symbol_from_symtab.
9588 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
9589 gdb_bfd_lookup_symbol_from_symtab.
9590
9591 2012-02-03 Joel Brobecker <brobecker@adacore.com>
9592
9593 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
9594 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
9595 symbol. Add assertion that sym2 is never NULL.
9596
9597 2012-02-02 Doug Evans <dje@google.com>
9598
9599 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
9600 "name" parameter to const char ** from char **. All callers updated.
9601 (find_pc_partial_function): Ditto.
9602 (cache_pc_function_name): Change type to const char * from char *.
9603 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
9604 (find_pc_partial_function): Update.
9605 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
9606 type of "name" parameter to const char * from char *.
9607 All uses updated.
9608 * arch-utils.c (generic_in_solib_return_trampoline): Change
9609 type of "name" parameter to const char * from char *.
9610 * arch-utils.h (generic_in_solib_return_trampoline): Update.
9611 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
9612 type of "name" parameter to const char * from char *.
9613 * gdbarch.sh (in_solib_return_trampoline): Ditto.
9614 * gdbarch.c: Regenerate.
9615 * gdbarch.h: Regenerate.
9616 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
9617 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
9618 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
9619 type of "name" parameter to const char * from char *.
9620 * skip.c (skip_function_pc): Ditto.
9621 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
9622 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
9623 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
9624 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
9625 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
9626 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
9627 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
9628 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
9629 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
9630
9631 2012-02-02 Pedro Alves <palves@redhat.com>
9632
9633 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
9634 the current inferior has no execution. Make sure the current
9635 remote process matches gdb's current inferior.
9636
9637 2012-02-02 Tom Tromey <tromey@redhat.com>
9638
9639 PR gdb/13405:
9640 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
9641 read-only memory.
9642
9643 2012-02-02 Tom Tromey <tromey@redhat.com>
9644
9645 PR gdb/9307:
9646 * symtab.c (lookup_language_this): Set block_found.
9647
9648 2012-02-01 Tom Tromey <tromey@redhat.com>
9649
9650 PR gdb/13431:
9651 * jit.c (struct jit_inferior_data): Rewrite.
9652 (struct jit_objfile_data): New.
9653 (get_jit_objfile_data): New function.
9654 (add_objfile_entry): Update.
9655 (jit_read_descriptor): Return int. Replace descriptor_addr
9656 argument with inf_data. Update. Don't call error.
9657 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
9658 descriptor here.
9659 (jit_inferior_init): Don't look up descriptor. Don't call error.
9660 (jit_reset_inferior_data_and_breakpoints)
9661 (jit_inferior_created_observer): Remove.
9662 (jit_inferior_exit_hook): Update.
9663 (jit_executable_changed_observer): Remove.
9664 (jit_event_handler): Update.
9665 (free_objfile_data): Reset inferior data if needed.
9666 (_initialize_jit): Update.
9667
9668 2012-02-01 Tom Tromey <tromey@redhat.com>
9669
9670 * jit.c (bfd_open_from_target_memory): Move higher in file.
9671
9672 2012-02-01 Tristan Gingold <gingold@adacore.com>
9673
9674 * libunwind-frame.c (libunwind_load): Display message if dlopen
9675 failed.
9676
9677 2012-02-01 Gary Benson <gbenson@redhat.com>
9678
9679 * symtab.h (symbol_found_callback_ftype): New typedef.
9680 (iterate_over_symbols): Use the above.
9681 * symtab.c (iterate_over_symbols): Likewise.
9682 * language.h (language_defn->la_iterate_over_symbols): Likewise.
9683 * ada-lang.c (ada_iterate_over_symbols): Likewise.
9684 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
9685 (iterate_name_matcher): Document return values.
9686 (collect_one_symbol): Likewise.
9687 (collect_function_symbols): Likewise.
9688 (collect_symbols): Likewise.
9689
9690 2012-02-01 Tom Tromey <tromey@redhat.com>
9691
9692 * ada-lang.c (resolve_subexp): Update.
9693 (ada_lookup_symbol_list): Add 'full_search' argument.
9694 (ada_iterate_over_symbols): Pass 0 as full_search argument to
9695 ada_lookup_symbol_list.
9696 (ada_lookup_encoded_symbol): Update.
9697 (get_var_value): Update.
9698 * ada-exp.y (block_lookup): Update.
9699 (write_var_or_type): Update.
9700 (write_name_assoc): Update.
9701 * ada-lang.h (ada_lookup_symbol_list): Update.
9702
9703 2012-01-31 Tom Tromey <tromey@redhat.com>
9704
9705 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
9706 comment.
9707
9708 2012-01-31 Doug Evans <dje@google.com>
9709
9710 * symtab.h: Remove outdated comment.
9711 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
9712
9713 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
9714
9715 Fix build error in Darwin port.
9716 * i386-darwin-nat.c: Include i386-nat.h.
9717
9718 2012-01-30 Tom Tromey <tromey@redhat.com>
9719
9720 PR breakpoints/13568:
9721 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
9722 argument. Check for recursive includes.
9723 (dwarf_decode_macros): Create an include hash.
9724
9725 2012-01-30 Michael Eager <eager@eagercon.com>
9726
9727 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
9728 * ppc-linux-tdep.c: Include glibc-tdep.h.
9729 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
9730 (powerpc_linux_in_plt_stub): New function.
9731 (powerpc_linux_in_dynsym_resolve_code): New function.
9732 (ppc_skip_trampoline_code): New function.
9733 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
9734 Use glibc_skip_solib_resolver.
9735
9736 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9737
9738 Code cleanup: Make 1440 bytes of data segment read-only.
9739 * arch-utils.c (endian_enum): Make it const char *const [].
9740 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
9741 Likewise.
9742 * breakpoint.c (always_inserted_enums): Likewise.
9743 * cli/cli-cmds.c (script_ext_enums): Likewise.
9744 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
9745 enumlist parameter const char *const *.
9746 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
9747 const char *const *.
9748 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
9749 parameter const char *const *.
9750 * cris-tdep.c (cris_modes): Make it const char *const [].
9751 * filesystem.c (target_file_system_kinds): Likewise.
9752 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
9753 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
9754 (can_use_displaced_stepping_enum, scheduler_enums)
9755 (exec_direction_names): Likewise.
9756 * language.c (_initialize_language): Make the type_or_range_names and
9757 case_sensitive_names variables const char *const [].
9758 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
9759 * python/python.c (python_excp_enums): Likewise.
9760 * remote.c (interrupt_sequence_modes): Likewise.
9761 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
9762 * serial.c (logbase_enums): Likewise.
9763 * sh-tdep.c (sh_cc_enum): Likewise.
9764 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
9765 Likewise.
9766 * symtab.c (multiple_symbols_modes): Likewise.
9767 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
9768 Likewise.
9769 * utils.c (internal_problem_modes): Likewise.
9770
9771 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9772
9773 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
9774 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
9775 result.
9776
9777 2012-01-27 Doug Evans <dje@google.com>
9778
9779 * configure.ac (with_python): Fix absolute path handling for win32.
9780 * configure: Regenerate.
9781
9782 2012-01-26 Doug Evans <dje@google.com>
9783
9784 * symtab.c: Whitespace cleanup, no code changes.
9785
9786 * symtab.c (lookup_symbol_in_language): Improve comment.
9787 (lookup_symbol_aux): Fix comment.
9788
9789 * psymtab.c (add_psymbol_to_list): Result is now "void".
9790 * psympriv.h (add_psymbol_to_list): Update.
9791
9792 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
9793
9794 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9795
9796 Do not open script filenames twice.
9797 * cli/cli-cmds.c (source_script_from_stream): Pass to
9798 source_python_script also STREAM.
9799 * python/py-auto-load.c (source_section_scripts): Pass to
9800 source_python_script_for_objfile also STREAM.
9801 (auto_load_objfile_script): Pass to source_python_script_for_objfile
9802 also INPUT.
9803 * python/python-internal.h (source_python_script_for_objfile): New
9804 parameter file, rename parameter file to filename.
9805 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
9806 instead if !_WIN32. Update the function comment.
9807 (source_python_script, source_python_script_for_objfile)
9808 (source_python_script): New parameter file, rename parameter file to
9809 filename. Pass FILENAME to python_run_simple_file.
9810 * python/python.h (source_python_script): New parameter file, rename
9811 parameter file to filename.
9812
9813 2012-01-26 Pedro Alves <palves@redhat.com>
9814
9815 * corelow.c (core_has_fake_pid): Delete.
9816 (core_close): Delete references to `core_has_fake_pid'.
9817 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
9818 (core_open): Delete references to `core_has_fake_pid'.
9819 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
9820 the removed global.
9821
9822 2012-01-26 Joel Brobecker <brobecker@adacore.com>
9823
9824 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
9825 Remove language parameter from name_matcher. Adjust the comment.
9826 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
9827 Remove language parameter.
9828 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
9829 * linespec.c (iterate_name_matcher): Likewise.
9830 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
9831 name_matcher. Adjust call accordingly.
9832 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
9833 (maintenance_check_symtabs): Adjust type of parameter "fun".
9834 * psymtab.h (maintenance_check_symtabs): Likewise.
9835
9836 2012-01-26 Joel Brobecker <brobecker@adacore.com>
9837
9838 * language.h (symbol_name_match_p_ftype): New typedef.
9839 (struct language_defn): Replace field la_symbol_name_compare
9840 by la_get_symbol_name_match_p.
9841 * ada-lang.c (ada_get_symbol_name_match_p): New function.
9842 (ada_language_defn): Use it.
9843 * linespec.c (struct symbol_matcher_data): New type.
9844 (iterate_name_matcher): Rewrite.
9845 (iterate_over_all_matching_symtabs): Pass a pointer to
9846 a symbol_matcher_data struct to expand_symtabs_matching
9847 instead of just the lookup name.
9848 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
9849 opencl-lang.c, p-lang.c, language.c: Delete field
9850 la_symbol_name_compare, and replace by NULL for new field
9851 la_get_symbol_name_match_p.
9852 * symfile.h (struct quick_symbol_functions): Update comment.
9853
9854 2012-01-25 Tom Tromey <tromey@redhat.com>
9855
9856 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
9857 dereferencing.
9858
9859 2012-01-24 Tom Tromey <tromey@redhat.com>
9860
9861 PR symtab/12406:
9862 * solib.c (update_solib_list): Update the program space's
9863 added_solibs and deleted_solibs fields.
9864 * progspace.h (struct program_space) <added_solibs,
9865 deleted_solibs>: New fields.
9866 (clear_program_space_solib_cache): Declare.
9867 * progspace.c (release_program_space): Call
9868 clear_program_space_solib_cache.
9869 (clear_program_space_solib_cache): New function.
9870 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
9871 bpstat_stop_status. Use handle_solib_event.
9872 * breakpoint.c: Include gdb_regex.h.
9873 (print_solib_event): New function.
9874 (bpstat_print): Use print_solib_event.
9875 (bpstat_stop_status): Add special case for bp_shlib_event.
9876 (handle_solib_event): New function.
9877 (bpstat_what): Use handle_solib_event.
9878 (struct solib_catchpoint): New.
9879 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
9880 (breakpoint_hit_catch_solib, check_status_catch_solib)
9881 (print_it_catch_solib, print_one_catch_solib)
9882 (print_mention_catch_solib, print_recreate_catch_solib): New
9883 functions.
9884 (catch_solib_breakpoint_ops): New global.
9885 (catch_load_or_unload, catch_load_command_1)
9886 (catch_unload_command_1): New functions.
9887 (internal_bkpt_check_status): Add special case for
9888 bp_shlib_event.
9889 (internal_bkpt_print_it): Use print_solib_event.
9890 (initialize_breakpoint_ops): Initialize
9891 catch_solib_breakpoint_ops.
9892 (_initialize_breakpoint): Register "catch load" and "catch
9893 unload".
9894 * breakpoint.h (handle_solib_event): Declare.
9895 * NEWS: Add entry for "catch load" and "catch unload".
9896
9897 2012-01-24 Tom Tromey <tromey@redhat.com>
9898
9899 * ada-lang.c: Include gdb_vecs.h.
9900 * charset.c: Include gdb_vecs.h.
9901 * tracepoint.h: Include gdb_vecs.h.
9902 * gdb_vecs.h: New file.
9903
9904 2012-01-24 Pedro Alves <pedro@codesourcery.com>
9905
9906 * breakpoint.c (breakpoint_hit_catch_fork)
9907 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
9908 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
9909 * infrun.c (inferior_has_forked, inferior_has_vforked)
9910 (inferior_has_execd, inferior_has_called_syscall): Delete.
9911 (handle_syscall_event): Get syscall_number from the execution
9912 control state's wait status.
9913 (wait_for_inferior): Don't clear syscall_number.
9914
9915 2012-01-24 Pedro Alves <palves@redhat.com>
9916
9917 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
9918 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
9919 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
9920 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
9921 `ws' parameter.
9922 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
9923 false for events other than TARGET_SIGNAL_TRAP.
9924 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
9925 Add `ws' parameter.
9926 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
9927 events other than TARGET_SIGNAL_TRAP.
9928 (tracepoint_breakpoint_hit): Add `ws' parameter.
9929 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
9930 parameter.
9931 (bpstat_stop_status): Same.
9932 (pc_at_non_inline_function): Same.
9933 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
9934 to pass the current event's waitstatus to bpstat_stop_status
9935 and pc_at_non_inline_function.
9936
9937 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9938
9939 Code cleanup.
9940 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
9941 Update the function comment for it.
9942 (source_script_with_search): Call make_cleanup_fclose for STREAM.
9943 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
9944 for STREAM.
9945
9946 2012-01-24 Pedro Alves <palves@redhat.com>
9947
9948 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
9949 outside `bs->stop' block.
9950 (bpstat_what): Rework bp_shlib_event handling.
9951 (internal_bkpt_check_status): If the breakpoint is a
9952 bp_shlib_event, then set bs->stop and bs->print if
9953 stop_on_solib_events is set.
9954
9955 2012-01-24 Gary Benson <gbenson@redhat.com>
9956
9957 Delete #if 0'd out code.
9958 * stack.c (print_frame_label_vars): Remove.
9959 (catch_info): Likewise.
9960 (_initialize_stack): Remove "info catch" command.
9961 * NEWS: Mention the above.
9962
9963 2012-01-24 Pedro Alves <palves@redhat.com>
9964
9965 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
9966 it.
9967 (remote_notice_new_inferior): If the remote end doesn't support
9968 the multiprocess extensions, then the PID is fake.
9969 (add_current_inferior_and_thread): New.
9970 (remote_start_remote): Use it.
9971 (extended_remote_attach_1): Adjust.
9972 (extended_remote_create_inferior_1): Use
9973 add_current_inferior_and_thread.
9974
9975 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9976
9977 Fix watchpoints to be specific for each inferior.
9978 * breakpoint.c (watchpoint_in_thread_scope): Verify also
9979 current_program_space.
9980 * i386-nat.c (i386_inferior_data_cleanup): New.
9981 (i386_inferior_data_get): Replace variable inf_data_local by an
9982 inferior_data call.
9983 (i386_use_watchpoints): Initialize i386_inferior_data.
9984 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
9985 specific iterate_over_lwps.
9986
9987 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9988
9989 Fix watchpoints across inferior fork.
9990 * amd64-linux-nat.c (update_debug_registers_callback): Update the
9991 comment for linux_nat_iterate_watchpoint_lwps.
9992 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
9993 linux_nat_iterate_watchpoint_lwps.
9994 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
9995 * i386-linux-nat.c (update_debug_registers_callback): Update the
9996 comment for linux_nat_iterate_watchpoint_lwps.
9997 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
9998 linux_nat_iterate_watchpoint_lwps.
9999 (i386_linux_prepare_to_resume): New comment on Linux kernel.
10000 * i386-nat.c: Include inferior.h.
10001 (dr_mirror): Remove.
10002 (i386_inferior_data, struct i386_inferior_data)
10003 (i386_inferior_data_get): New.
10004 (i386_debug_reg_state): Use i386_inferior_data_get.
10005 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
10006 (i386_insert_watchpoint, i386_remove_watchpoint)
10007 (i386_stopped_data_address, i386_insert_hw_breakpoint)
10008 (i386_remove_hw_breakpoint): New variable state, use
10009 i386_debug_reg_state instead of DR_MIRROR.
10010 * linux-nat.c (delete_lwp): New declaration.
10011 (num_lwps): Move here from downwards.
10012 (delete_lwp_cleanup): New.
10013 (linux_child_follow_fork): Create new child_lp, call
10014 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
10015 PTRACE_DETACH.
10016 (num_lwps): Move upwards.
10017 (linux_nat_iterate_watchpoint_lwps): New.
10018 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
10019 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
10020
10021 2012-01-24 Joel Brobecker <brobecker@adacore.com>
10022
10023 GDB 7.4 released.
10024
10025 2012-01-23 Pedro Alves <palves@redhat.com>
10026
10027 * top.c (caution): Rename to ...
10028 (confirm): ... this.
10029 (show_caution): Rename to ...
10030 (show_confirm): ... this.
10031 (quit_cover): Adjust.
10032 (init_main): Adjust.
10033 * top.h (caution): Rename to ...
10034 (confirm): ... this.
10035 * utils.c (internal_vproblem, defaulted_query): Adjust.
10036
10037 2012-01-23 Pedro Alves <palves@redhat.com>
10038
10039 * top.c (caution): Update comment.
10040 (execute_command): Don't consider the current value of `caution'.
10041
10042 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10043
10044 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
10045
10046 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
10047
10048 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
10049 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
10050 * target.c (target_fileio_pwrite): Remove buffer address from
10051 debug output.
10052 (target_fileio_pread): Likewise.
10053
10054 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10055
10056 * NEWS: Document remote "info proc" and "generate-core-file".
10057
10058 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10059
10060 * gdbarch.sh (find_memory_regions): New callback.
10061 * gdbarch.c, gdbarch.h: Regenerate.
10062
10063 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
10064 callback before falling back to target method.
10065
10066 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
10067 (linux_target_install_ops): No longer install it.
10068
10069 * linux-tdep.c (linux_find_memory_regions): New function.
10070 (linux_init_abi): Install it.
10071
10072 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10073
10074 * gdbarch.sh (make_corefile_notes): New architecture callback.
10075 * gdbarch.c: Regenerate.
10076 * gdbarch.h: Likewise.
10077
10078 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
10079 before target_make_corefile_notes. If NULL is returned, the
10080 target does not support core file generation.
10081
10082 * linux-nat.c: Include "linux-tdep.h".
10083 (find_signalled_thread, find_stop_signal): Remove.
10084 (linux_nat_do_thread_registers): Likewise.
10085 (struct linux_nat_corefile_thread_data): Likewise.
10086 (linux_nat_corefile_thread_callback): Likewise.
10087 (iterate_over_spus): Likewise.
10088 (struct linux_spu_corefile_data): Likewise.
10089 (linux_spu_corefile_callback): Likewise.
10090 (linux_spu_make_corefile_notes): Likewise.
10091 (linux_nat_collect_thread_registers): New function.
10092 (linux_nat_make_corefile_notes): Replace contents by call to
10093 linux_make_corefile_notes passing linux_nat_collect_thread_registers
10094 as native-only callback.
10095
10096 * linux-tdep.h: Include "bfd.h".
10097 (struct regcache): Add forward declaration.
10098 (linux_collect_thread_registers_ftype): New typedef.
10099 (linux_make_corefile_notes): Add prototype.
10100 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
10101 "regset.h", and "elf-bfd.h".
10102 (find_signalled_thread, find_stop_signal): New functions.
10103 (linux_spu_make_corefile_notes): Likewise.
10104 (linux_collect_thread_registers): Likewise.
10105 (struct linux_corefile_thread_data): New data structure.
10106 (linux_corefile_thread_callback): New funcion.
10107 (linux_make_corefile_notes): Likewise.
10108 (linux_make_corefile_notes_1): Likewise.
10109 (linux_init_abi): Install it.
10110
10111 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10112
10113 * gdbarch.sh (info_proc): New callback.
10114 * gdbarch.c, gdbarch.h: Regenerate.
10115
10116 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
10117 before falling back to the target info_proc callback.
10118
10119 * linux-nat.c: Do not include "cli/cli-utils.h".
10120 (linux_nat_info_proc): Remove.
10121 (linux_target_install_ops): No longer install it.
10122
10123 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
10124 (read_mapping): New function.
10125 (linux_info_proc): Likewise.
10126 (linux_init_abi): Install it.
10127
10128 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10129
10130 * defs.h (enum info_proc_what): Moved here from linux-nat.c
10131 * infcmd.c: (info_proc_cmd_1): New function.
10132 (info_proc_cmd): New function, moved here from equivalent routine
10133 orignally in linux-nat.c.
10134 (info_proc_cmd_mappings): Likewise.
10135 (info_proc_cmd_stat): Likewise.
10136 (info_proc_cmd_status): Likewise.
10137 (info_proc_cmd_cwd): Likewise.
10138 (info_proc_cmd_cmdline): Likewise.
10139 (info_proc_cmd_exe): Likewise.
10140 (info_proc_cmd_all): Likewise.
10141 (_initialize_infcmd): Install "info proc" command and subcommands.
10142
10143 * target.h (struct target_ops): Add to_info_proc.
10144 (target_info_proc): Add prototype.
10145 * target.c (target_info_proc): New function.
10146
10147 * procfs.c (procfs_info_proc): Add prototype.
10148 (info_proc_cmd): Rename into ...
10149 (procfs_info_proc): ... this. Update argument types as appropriate
10150 for a to_info_proc implementation. Handle "what" argument.
10151 (procfs_target): Install procfs_info_proc.
10152 (_initialize_procfs): No longer install "info proc" command.
10153
10154 * linux-nat.c: (enum info_proc_what): Remove.
10155 (linux_nat_info_proc_cmd_1): Rename into ...
10156 (linux_nat_info_proc): ... this. Update argument types as appropriate
10157 for a to_info_proc implementation.
10158 (linux_nat_info_proc_cmd): Remove.
10159 (linux_nat_info_proc_cmd_mappings): Likewise.
10160 (linux_nat_info_proc_cmd_stat): Likewise.
10161 (linux_nat_info_proc_cmd_status): Likewise.
10162 (linux_nat_info_proc_cmd_cwd): Likewise.
10163 (linux_nat_info_proc_cmd_cmdline): Likewise.
10164 (linux_nat_info_proc_cmd_exe): Likewise.
10165 (linux_nat_info_proc_cmd_all): Likewise.
10166 (linux_target_install_ops): Install linux_nat_info_proc.
10167 (_initialize_linux_nat): No longer install "info proc" command
10168 and subcommands.
10169
10170 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10171
10172 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
10173 * config.in, configure: Regenerate.
10174
10175 * target.h (struct target_ops): Add to_fileio_readlink.
10176 (target_fileio_readlink): Add prototype.
10177 * target.c (target_fileio_readlink): New function.
10178
10179 * inf-child.c: Conditionally include <sys/param.h>.
10180 (inf_child_fileio_readlink): New function.
10181 (inf_child_target): Install it.
10182
10183 * remote.c (PACKET_vFile_readlink): New enum value.
10184 (remote_hostio_readlink): New function.
10185 (init_remote_ops): Install it.
10186 (_initialize_remote): Handle vFile:readlink packet type.
10187
10188 2012-01-20 Pedro Alves <palves@redhat.com>
10189 Ulrich Weigand <ulrich.weigand@linaro.org>
10190
10191 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
10192 * config.in, configure: Regenerate.
10193
10194 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
10195 to_fileio_pread, to_fileio_close, to_fileio_unlink.
10196 (target_fileio_open): Add prototype.
10197 (target_fileio_pwrite): Likewise.
10198 (target_fileio_pread): Likewise.
10199 (target_fileio_close): Likewise.
10200 (target_fileio_unlink): Likewise.
10201 (target_fileio_read_alloc): Likewise.
10202 (target_fileio_read_stralloc): Likewise.
10203
10204 * target.c: Include "gdb/fileio.h".
10205 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
10206 (default_fileio_target): New function.
10207 (target_fileio_open): Likewise.
10208 (target_fileio_pwrite): Likewise.
10209 (target_fileio_pread): Likewise.
10210 (target_fileio_close): Likewise.
10211 (target_fileio_unlink): Likewise.
10212 (target_fileio_close_cleanup): Likewise.
10213 (target_fileio_read_alloc_1): Likewise.
10214 (target_fileio_read_alloc): Likewise.
10215 (target_fileio_read_stralloc): Likewise.
10216
10217 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
10218 <fcntl.h>, and <unistd.h>.
10219 (inf_child_fileio_open_flags_to_host): New function.
10220 (inf_child_errno_to_fileio_error): Likewise.
10221 (inf_child_fileio_open): Likewise.
10222 (inf_child_fileio_pwrite): Likewise.
10223 (inf_child_fileio_pread): Likewise.
10224 (inf_child_fileio_close): Likewise.
10225 (inf_child_fileio_unlink): Likewise.
10226 (inf_child_target): Install to_fileio routines.
10227
10228 * remote.c (init_remote_ops): Install to_fileio routines.
10229
10230 2012-01-20 Pedro Alves <palves@redhat.com>
10231 Ulrich Weigand <ulrich.weigand@linaro.org>
10232
10233 * remote.c (remote_multi_process_p): Only check for multi-process
10234 protocol feature, do not check for extended protocol.
10235 (remote_supports_multi_process): Check for extended protocol here.
10236 (set_general_process): Likewise.
10237 (extended_remote_kill): Likewise.
10238 (remote_pid_to_str): Likewise.
10239 (remote_query_supported): Always query multiprocess mode.
10240
10241 2012-01-20 Pedro Alves <palves@redhat.com>
10242 Ulrich Weigand <ulrich.weigand@linaro.org>
10243
10244 * inferior.h (struct inferior): Add fake_pid_p.
10245 * inferior.c (exit_inferior_1): Clear fake_pid_p.
10246 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
10247 magic_null_ptid since the remote side doesn't provide a real PID.
10248
10249 2012-01-19 Tom Tromey <tromey@redhat.com>
10250
10251 * NEWS: Combine the two Python sections.
10252
10253 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10254
10255 * target.h (target_close): Update comment on the target's unpush state.
10256
10257 2012-01-19 Pedro Alves <palves@redhat.com>
10258
10259 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
10260 linux_nat_async directly instead of going through the target
10261 vector.
10262 * target.c (unpush_target): Close target after unpushing it, not
10263 before.
10264
10265 2012-01-19 Gary Benson <gbenson@redhat.com>
10266
10267 * mdebugread.c (sort_blocks): Replace integer constants with ones
10268 derived from FIRST_LOCAL_BLOCK.
10269
10270 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
10271 Jan Kratochvil <jan.kratochvil@redhat.com>
10272
10273 PR gdb/9538
10274 * symfile.c (find_separate_debug_file): New function.
10275 (terminate_after_last_dir_separator): Likewise.
10276 (find_separate_debug_file_by_debuglink): Also try realpath.
10277 * configure.ac (AC_CHECK_FUNCS): Add lstat.
10278 * configure: Regenerate.
10279 * config.in: Regenerate.
10280
10281 2012-01-18 Doug Evans <dje@google.com>
10282
10283 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
10284 (main.o): Remove rule.
10285 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
10286 (--with-sysroot): Rewrite.
10287 * configure: Regenerate.
10288 * config.in: Regenerate.
10289
10290 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
10291
10292 * parse.c (initialize_expout): New function.
10293 (reallocate_expout): Likewise.
10294 (parse_exp_in_context): Use `initialize_expout' and
10295 `reallocate_expout' when appropriate.
10296
10297 2012-01-18 Pedro Alves <palves@redhat.com>
10298
10299 * record.c (struct record_breakpoint, record_breakpoint_p)
10300 (record_breakpoints): New.
10301 (record_insert_breakpoint, record_remove_breakpoint): Manage
10302 record breakpoints list. Only remove breakpoints from the
10303 inferior if they had been inserted there in the first place.
10304
10305 2012-01-17 Doug Evans <dje@google.com>
10306
10307 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
10308 if we know we don't have a file name to look for.
10309
10310 2012-01-17 Pedro Alves <palves@redhat.com>
10311
10312 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
10313 the frame's stop reason is UNWIND_UNAVAILABLE.
10314
10315 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10316
10317 Fix compilation error.
10318 * m2-exp.y (yyerror): Use ANSI C prototype.
10319
10320 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
10321
10322 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
10323 (growbuf_by_size): Likewise.
10324 (yyerror): Likewise.
10325 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
10326 (modblock): Remove variable (was #if 0'ed).
10327 (parse_number): Convert prototype from K&R to ANSI C.
10328 (yyerror): Likewise.
10329 * objc-exp.y (parse_number): Likewise.
10330 (yyerror): Likewise.
10331 (yylex): Remove #if 0'ed code.
10332 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
10333 (yyerror): Likewise.
10334
10335 2012-01-16 Tom Tromey <tromey@redhat.com>
10336
10337 * NEWS: Add item.
10338 * symtab.h (compare_filenames_for_search): Declare.
10339 * symtab.c (compare_filenames_for_search): New function.
10340 (iterate_over_some_symtabs): Use it.
10341 * symfile.h (struct quick_symbol_functions)
10342 <map_symtabs_matching_filename>: Change spec.
10343 * psymtab.c (partial_map_symtabs_matching_filename): Use
10344 compare_filenames_for_search. Update for new spec.
10345 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
10346 compare_filenames_for_search. Update for new spec.
10347 * breakpoint.c (clear_command): Use compare_filenames_for_search.
10348
10349 2012-01-16 Tom Tromey <tromey@redhat.com>
10350
10351 PR python/13281:
10352 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
10353 (struct main_type) <flag_flag_enum>: New field.
10354 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
10355 * NEWS: Add entries.
10356 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
10357 enums.
10358 * python/lib/gdb/printing.py (_EnumInstance): New class.
10359 (FlagEnumerationPrinter): Likewise.
10360
10361 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
10362
10363 * breakpoint.c (create_sals_from_address_default): New function.
10364 (create_breakpoints_sal_default): Likewise.
10365 (decode_linespec_default): Likewise.
10366 (is_marker_spec): Removed.
10367 (strace_marker_p): New function.
10368 (init_breakpoint_sal): Using `strace_marker_p' instead of
10369 `is_marker_spec'.
10370 (create_breakpoint): Call method `create_sals_from_address' from
10371 breakpoint_ops, replacing code that created SALs conditionally
10372 on the type of the breakpoint. Call method `create_breakpoints_sal',
10373 replacing code that created breakpoints conditionally on the type
10374 wanted.
10375 (base_breakpoint_create_sals_from_address): New function.
10376 (base_breakpoint_create_breakpoints_sal): Likewise.
10377 (base_breakpoint_decode_linespec): Likewise.
10378 (base_breakpoint_ops): Add methods
10379 `base_breakpoint_create_sals_from_address',
10380 `base_breakpoint_create_breakpoints_sal' and
10381 `base_breakpoint_decode_linespec'.
10382 (bkpt_create_sals_from_address): New function.
10383 (bkpt_create_breakpoints_sal): Likewise.
10384 (bkpt_decode_linespec): Likewise.
10385 (tracepoint_create_sals_from_address): Likewise.
10386 (tracepoint_create_breakpoints_sal): Likewise.
10387 (tracepoint_decode_linespec): Likewise.
10388 (strace_marker_create_sals_from_address): Likewise.
10389 (strace_marker_create_breakpoints_sal): Likewise.
10390 (strace_marker_decode_linespec): Likewise.
10391 (strace_marker_breakpoint_ops): New variable.
10392 (addr_string_to_sals): Remove `marker_spec'. Call method
10393 `decode_linespec' from breakpoint_ops, replacing code that decoded
10394 an address string into a SAL. Use `strace_marker_p' instead of
10395 `marker_spec'.
10396 (strace_command): Decide whether we are dealing with a static
10397 tracepoint with marker or not. Use the appropriate breakpoint_ops.
10398 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
10399 * breakpoint.h (linespec_result, linespec_sals): New forward
10400 declarations.
10401 (breakpoint_ops) <create_sals_from_address>,
10402 <create_breakpoints_sal>, <decode_linespec>: New methods.
10403
10404 2012-01-14 Doug Evans <dje@google.com>
10405
10406 * NEWS: Update text for "maint set python print-stack".
10407 It is deprecated in gdb 7.4 and deleted in 7.5.
10408
10409 2012-01-13 Eli Zaretskii <eliz@gnu.org>
10410
10411 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
10412 including curses.h.
10413
10414 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10415
10416 * configure: Regenerate.
10417 * config.in: Regenerate.
10418
10419 2012-01-12 Keith Seitz <keiths@redhat.com>
10420
10421 PR mi/10586
10422 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
10423 (ANONYMOUS_UNION_NAME): Define.
10424 (is_path_expr_parent): New function.
10425 (get_path_expr_parent): New function.
10426 (is_anonymous_child): New function.
10427 (create_child_with_value): If the child is anonymous and without
10428 a name, assign an object name to it.
10429 (c_describe_child): Use get_path_expr_parent to determine
10430 the parent expression.
10431 If there field represents an anonymous struct or union and
10432 has no name, set an appropriate display name and expression.
10433 (cplus_describe_child): Likewise.
10434
10435 2012-01-12 Pedro Alves <palves@redhat.com>
10436
10437 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
10438 available when %ebp is found to be zero (outermost).
10439
10440 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
10441
10442 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
10443 an internal gdb_static_assert.
10444 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
10445
10446 2012-01-11 Tom Tromey <tromey@redhat.com>
10447
10448 PR gdb/9598:
10449 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
10450 catch" and "catch throw".
10451
10452 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
10453
10454 * blockframe.c (block_innermost_frame): Start search from selected
10455 frame, if present, or otherwise the current frame.
10456
10457 * c-exp.y (variable): Update innermost_block for
10458 'block COLONCOLON NAME' clause.
10459 * m2-exp.y (variable): Ditto.
10460 * objc-exp.y (variable): Ditto.
10461
10462 2012-01-10 Tom Tromey <tromey@redhat.com>
10463
10464 PR python/13199:
10465 * python/python.c (finish_python_initialization): Set sys.argv.
10466
10467 2012-01-10 Doug Evans <dje@google.com>
10468
10469 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
10470 "want_line_info". All callers updated.
10471 (dwarf_decode_lines_1): New function.
10472 (handle_DW_AT_stmt_list): Add function comment.
10473 New arg "want_line_info". All callers updated.
10474 (read_file_scope,read_type_unit_scope): Move comment from
10475 handle_DW_AT_stmt_list to here.
10476
10477 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10478
10479 Fix regression after libiberty/ update for GCC PR 6057 and others.
10480 * c-exp.y (operator) <OPERATOR DELETE>
10481 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10482 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
10483 (make_builtin_type, make_name): New variable i, add gdb_assert.
10484 (operator) <OPERATOR NEW>: Update ARGS to 3.
10485 (operator) <OPERATOR DELETE>: Add trailing space.
10486 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
10487 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10488 * cp-support.c (cp_canonicalize_string): Check NULL from
10489 cp_comp_to_string, call warning and return.
10490
10491 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10492
10493 Fix duplicate .o files after omitting libbfd.a.
10494 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
10495 (SFILES): Add corelow.c.
10496 (COMMON_OBS): Add corelow.o.
10497 (ALLDEPFILES): Remove corelow.c.
10498 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
10499 * config/alpha/alpha-osf3.mh: Likewise.
10500 * config/alpha/fbsd.mh: Likewise.
10501 * config/arm/nbsdaout.mh: Likewise.
10502 * config/arm/nbsdelf.mh: Likewise.
10503 * config/i386/i386gnu.mh: Likewise.
10504 * config/ia64/hpux.mh: Likewise.
10505 * config/ia64/linux.mh: Likewise.
10506 * config/m32r/linux.mh: Likewise.
10507 * config/m68k/linux.mh: Likewise.
10508 * config/mips/irix5.mh: Likewise.
10509 * config/mips/irix6.mh: Likewise.
10510 * config/pa/hpux.mh: Likewise.
10511 * config/pa/linux.mh: Likewise.
10512 * config/powerpc/aix.mh: Likewise.
10513 * config/sparc/linux.mh: Likewise.
10514 * config/sparc/linux64.mh: Likewise.
10515 * config/sparc/sol2.mh: Likewise.
10516 * config/vax/vax.mh: Likewise.
10517 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
10518 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
10519 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
10520 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
10521 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
10522 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
10523 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
10524 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
10525 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
10526 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
10527 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
10528 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
10529 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
10530 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
10531 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
10532 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
10533 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
10534 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
10535 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
10536 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
10537 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
10538 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
10539 corelow.o from gdb_target_obs.
10540 * corefile.c (core_target): Update the comment on NULL value.
10541 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
10542 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
10543 MATCHES. Drop YUMMY set on NULL.
10544 (core_close): Do not call exit_inferior_silent on zero PID. Do not
10545 reclaim CORE_DATA if it is already NULL.
10546
10547 2012-01-09 Doug Evans <dje@google.com>
10548
10549 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
10550 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
10551
10552 2012-01-09 Keith Seitz <keiths@redhat.com>
10553
10554 * breakpoint.c (wrapper.h): Don't include.
10555
10556 2012-01-09 Keith Seitz <keiths@redhat.com>
10557
10558 * Makefile.in (SFILES): Remove wrapper.c.
10559 (HFILES_NO_SRCDIR): Remove wrapper.h.
10560 (COMMON_OBS): Remove wrapper.o.
10561 * cli/cli-interp.c: Don't inlude wrapper.h.
10562 * corelow.c: Likewise.
10563 (core_open): Replace gdb_target_find_new_threads with
10564 TRY_CATCH around target_find_new_threads.
10565 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
10566 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
10567 * varobj.c (varobj_create): Likewise for parse_exp_1 and
10568 evaluate_expression.
10569 (varobj_set_value): Likewise for evaluate_expression and
10570 value_assign.
10571 (install_new_variable): Likewise for value_fetch_lazy.
10572 (adjust_value_for_child_access): Likewise for value_ind.
10573 (c_describe_child): Likewise for value_subscript and
10574 value_ind.
10575 (c_value_of_root): Likewise for evaluate_expression.
10576 * wrapper.c: Remove.
10577 * wrapper.h: Remove.
10578
10579 2012-01-09 Doug Evans <dje@google.com>
10580
10581 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
10582 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
10583 "abfd" args with "section". All callers updated.
10584 Error checking code moved ...
10585 (error_check_comp_unit_head): ... here. New function.
10586 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
10587 Delete arg "abfd". New arg "type_offset". All callers updated.
10588 (create_debug_types_hash_table): Simplify by using
10589 read_and_check_type_unit_head.
10590
10591 * parser-defs.h (namecopy): Delete.
10592 * parse.c (namecopy, namecopy_size): Move into copy_name.
10593
10594 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10595
10596 Partially fix duplicate .o files after omitting libbfd.a.
10597 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
10598 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10599 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
10600 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10601 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
10602 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
10603 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10604
10605 2012-01-09 Pedro Alves <palves@redhat.com>
10606
10607 * MAINTAINERS: Update my email address.
10608
10609 2012-01-08 Doug Evans <dje@google.com>
10610
10611 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
10612 n_type_units. Rename type_comp_units to all_type_units.
10613 All uses updated.
10614 (add_signatured_type_cu_to_table): Renamed from
10615 add_signatured_type_cu_to_list. All callers updated.
10616
10617 * gdbtypes.h (struct cplus_struct_type): Delete member
10618 nfn_fields_total. All uses removed.
10619
10620 2012-01-06 Doug Evans <dje@google.com>
10621
10622 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
10623 to top of file.
10624 (dwarf2_find_comp_unit): Delete.
10625 (process_psymtab_comp_unit): Make result "void".
10626 Delete args buffer, info_ptr, buffer_size, and replace with
10627 "section". All callers updated.
10628 (dwarf2_build_psymtabs_hard): Simplify.
10629
10630 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
10631 Thiago Jung Bauermann <bauerman@br.ibm.com>
10632
10633 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
10634 before `struct gdb_exception'.
10635 * breakpoint.c (update_global_location_list_nothrow)
10636 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
10637 * cp-abi.c (value_rtti_type): Likewise.
10638 * cp-support.c (cp_validate_operator): Likewise.
10639 * infrun.c (insert_exception_resume_breakpoint)
10640 (check_exception_resume, keep_going): Likewise.
10641 * mi-interp.c (mi_breakpoint_created)
10642 (mi_breakpoint_modified): Likewise.
10643 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
10644 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
10645 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
10646
10647 2012-01-05 Doug Evans <dje@google.com>
10648
10649 * dwarf2read.c (statement_prologue): Delete, unused.
10650
10651 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
10652 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
10653
10654 * dwarf2read.c (comp_unit_header): Delete, unused.
10655
10656 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
10657
10658 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
10659 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
10660
10661 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
10662
10663 * infrun.c (normal_stop): Don't skip calling the normal_stop
10664 observers if the thread was doing a multi-step, but stopped for
10665 some reason other than stepping.
10666
10667 2012-01-05 Pedro Alves <alves.ped@gmail.com>
10668
10669 * cli/cli-decode.h: Add comments.
10670 (CMD_LIST_AMBIGUOUS): Moved to command.h
10671 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
10672 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
10673 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
10674 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
10675 (add_com, add_com_alias, add_info, add_info_alias)
10676 (complete_on_cmdlist, complete_on_enum, help_list): Remove
10677 declarations.
10678 * command.h: Add and adjust comments.
10679 (CMD_LIST_AMBIGUOUS): Moved here.
10680 (help_cmd, help_cmd_list): Delete declarations.
10681
10682 2012-01-04 Doug Evans <dje@google.com>
10683
10684 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
10685 All callers updated.
10686 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
10687 Replace all arguments with "per_cu". All callers updated.
10688
10689 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
10690
10691 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
10692 New arg "per_cu". All callers updated.
10693
10694 Delete #if 0'd out code.
10695 * language.c (binop_result_type): Delete.
10696 (simple_type, ordered_type, same_type, integral_type): Delete.
10697 (numeric_type, character_type, string_type, boolean_type): Delete.
10698 (float_type, structured_type): Delete.
10699 * language.h: Update.
10700
10701 2012-01-04 Tom Tromey <tromey@redhat.com>
10702
10703 * python/py-value.c (valpy_binop): Initialize 'res_val'.
10704
10705 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10706
10707 * corefile.c (close_exec_file): Delete.
10708 (reopen_exec_file): Remove commented out code that seems related
10709 to close_exec_file, which is being deleted here.
10710 * inferior.h (close_exec_file): Delete.
10711 * fork-child.c (fork_inferior): Remove call to fork_inferior.
10712
10713 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10714
10715 * ada-lang.c: #include "cli/cli-utils.h".
10716 (get_selections): Use skip_spaces.
10717 (ada_get_next_arg): Use skip_spaces and skip_to_space.
10718 (catch_ada_exception_command_split): Use skip_spaces.
10719 (ada_decode_assert_location): Likewise.
10720
10721 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10722
10723 * linespec.c (decode_line_internal): Check for C++ or Java
10724 compound constructs only if the current language is C, C++
10725 or Java.
10726
10727 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10728
10729 Revert:
10730 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10731 Joel Brobecker <brobecker@adacore.com>
10732 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
10733 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
10734 3 times.
10735 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
10736 fall through into AT_ENTRY_POINT.
10737 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
10738 DUMMY_ADDR with it.
10739 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
10740 PPC_INSN_SIZE skip to 3 times.
10741
10742 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10743
10744 * linespec.c (add_minsym): Preserve function descriptors.
10745
10746 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
10747
10748 * breakpoint.c (all_locations_are_pending): Consider locations
10749 in program spaces executing during startup pending as well.
10750
10751 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10752
10753 Copyright year update in most files of the GDB Project.
10754
10755 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10756
10757 * copyright.sh: Delete.
10758 * copyright.py: Rewrite.
10759
10760 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10761
10762 * gnulib/extra/update-copyright: New file, imported from gnulib.
10763
10764 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10765
10766 * README (Copyright and License Notices): New section.
10767
10768 2012-01-03 Tom Tromey <tromey@redhat.com>
10769
10770 PR python/12533:
10771 * python/py-value.c (valpy_dereference, valpy_get_address
10772 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
10773 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
10774 (valpy_absolute, valpy_richcompare): Free intermediate values.
10775
10776 2011-01-03 Joel Brobecker <brobecker@adacore.com>
10777
10778 * ada-lang.c: Reformat the copyright notice.
10779
10780 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10781
10782 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
10783 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
10784 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
10785 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
10786 Revert this part of:
10787 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10788 Build gdb directly from *.o files not using libgdb.a.
10789 * Makefile.in (COMMON_OBS): Remove solib-target.o.
10790
10791 2012-01-02 Joel Brobecker <brobecker@adacore.com>
10792
10793 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
10794 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
10795 Reformat the copyright header.
10796
10797 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10798
10799 Revert this part of:
10800 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10801 Remove the gdbtui binary.
10802 * gdb.c (main): Remove args.interpreter_p initialization.
10803 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
10804 * main.h (struct captured_main_args): Remove interpreter_p.
10805
10806 2012-01-02 Joel Brobecker <brobecker@adacore.com>
10807
10808 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
10809
10810 2012-01-02 Joel Brobecker <brobecker@adacore.com>
10811
10812 * top.c (print_gdb_version): Update copyright year.
10813
10814 2012-01-02 Yao Qi <yao@codesourcery.com>
10815
10816 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
10817
10818 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10819 Joel Brobecker <brobecker@adacore.com>
10820
10821 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
10822 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
10823 3 times.
10824 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
10825 fall through into AT_ENTRY_POINT.
10826 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
10827 DUMMY_ADDR with it.
10828 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
10829 PPC_INSN_SIZE skip to 3 times.
10830
10831 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10832
10833 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
10834 the return value.
10835 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
10836
10837 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10838
10839 Build gdb directly from *.o files not using libgdb.a.
10840 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
10841 (COMMON_OBS): Remove solib-target.o.
10842 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
10843 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
10844 (LIBGDB_OBS, libgdb.a): Move it above.
10845 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
10846 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
10847 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
10848 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
10849 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
10850 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
10851 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
10852 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
10853 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
10854 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
10855 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
10856 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
10857 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
10858 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
10859 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
10860 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
10861 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
10862 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
10863 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
10864 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
10865 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
10866 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
10867 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
10868 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
10869 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
10870 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
10871 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
10872
10873 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10874
10875 Remove the gdbtui binary.
10876 * .gitignore (/gdbtui): Remove.
10877 * Makefile.in (TUI): Remove.
10878 (SUBDIR_TUI_OBS): Remove tui-main.o.
10879 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
10880 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
10881 (tui-main.o): Remove.
10882 (all_object_files): Remove tui-main.o.
10883 * NEWS: New note for the gdbtui removal.
10884 * configure: Rebuilt.
10885 * configure.ac: No longer add all-tui, clean-tui, install-tui and
10886 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
10887 CONFIG_UNINSTALL respectively.
10888 * gdb.c (main): Remove args.interpreter_p initialization.
10889 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
10890 * main.h (struct captured_main_args): Remove interpreter_p.
10891 * tui/tui-main.c: Remove.
10892
10893 2012-01-01 Doug Evans <dje@google.com>
10894
10895 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
10896 (dwarf2_physname, read_import_statement): Ditto.
10897 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
10898 (process_structure_scope read_subroutine_type): Ditto.
10899 (read_typedef, load_partial_dies, read_partial_die): Ditto.
10900 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
10901 (dwarf2_fetch_die_location_block): Ditto.
10902 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
10903
10904 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
10905 All callers updated.
10906 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
10907 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
10908 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
10909
10910 * dwarf2read.c (load_cu): Move assert to more useful location.
10911
10912 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
10913 All callers updated.
10914
10915 * dwarf2read.c (dwarf2_per_objfile): Add comment.
10916 (dwarf2_elf_names): Minor reformat.
10917 (dwarf2_per_cu_data): Tweak comment.
10918 (dwarf2_read_section): Fix comment.
10919 (create_all_comp_units): Fix comment.
10920 (load_full_comp_unit): Fix comment.
10921 (process_full_comp_unit): Fix comment.
10922 (read_signatured_type): Fix comment.
10923
10924 For older changes see ChangeLog-2011.
10925 \f
10926 Local Variables:
10927 mode: change-log
10928 left-margin: 8
10929 fill-column: 74
10930 version-control: never
10931 coding: utf-8
10932 End:
This page took 0.263971 seconds and 4 git commands to generate.