remote packet sent after Ravenscar inferior exited
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2
3 * ravenscar-thread.c (ravenscar_wait): Only update the list
4 of threads and inferior_ptid if the inferior is still alive.
5
6 2012-10-24 Joel Brobecker <brobecker@adacore.com>
7
8 * ada-lang.c (is_known_support_routine): Use lbasename when
9 matching the symtab's filename against
10 known_runtime_file_name_patterns.
11
12 2012-10-24 Joel Brobecker <brobecker@adacore.com>
13
14 * ada-lang.c (ada_same_array_size_p): New function.
15 (ada_promote_array_of_integrals): New function.
16 (coerce_for_assign): Add handling of arrays where the elements
17 are integrals of a smaller size than the size of the target
18 array element type.
19
20 2012-10-24 Joel Brobecker <brobecker@adacore.com>
21
22 * doublest.c (convert_doublest_to_floatformat): Fix comparison
23 against maximum exponent value.
24
25 2012-10-24 Joel Brobecker <brobecker@adacore.com>
26
27 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
28 "unwind-seh.c".
29
30 2012-10-24 Joel Brobecker <brobecker@adacore.com>
31
32 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
33 strip typedef layer when computing the fixed type's field type,
34 only when computing its size.
35
36 2012-10-24 Mark Kettenis <kettenis@gnu.org>
37
38 PR gdb/12783
39 * i386-tdep.c (i386_return_value): Handle complex double and long
40 double.
41
42 2012-10-24 Joel Brobecker <brobecker@adacore.com>
43
44 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
45 New local variable args_len.
46 Quote the name of the executable when computing the command line.
47
48 2012-10-23 Mark Kettenis <kettenis@gnu.org>
49
50 PR gdb/12796
51 PR gdb/12798
52 PR gdb/12800
53 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
54 AMD64_FTAG_REGNUM.
55 * amd64-tdep.c (amd64_classify): Classify complex types.
56 (amd64_return_value): Handle the COMPLEX_X87 class.
57
58 2012-10-23 Joel Brobecker <brobecker@adacore.com>
59
60 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
61 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
62
63 2012-10-23 Joel Brobecker <brobecker@adacore.com>
64
65 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
66 function.
67 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
68 to amd64_windows_auto_wide_charset.
69
70 2012-10-23 Yao Qi <yao@codesourcery.com>
71
72 * event-top.c (mark_async_signal_handler_wrapper): Remove.
73 * event-top.h: Remove its declaration.
74 (async_request_quit): Call mark_async_signal_handler instead of
75 mark_async_signal_handler_wrapper.
76 (async_do_nothing, async_disconnect): Likewise.
77 (async_stop_sig): Likewise.
78 * remote.c (handle_remote_sigint): Likewise.
79 (handle_remote_sigint_twice): Likewise.
80
81 2012-10-23 Yao Qi <yao@codesourcery.com>
82
83 * event-top.c (sigint_token, sighup_token): Replace 'void *'
84 with 'static struct async_signal_handler *'.
85 (sighup_token, sigquit_token, sigstp_token): Likewise.
86
87 2012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
88
89 * gdbarch.sh (function_list): Use 'pstring' when printing
90 a variable which could return NULL.
91 * gdbarch.c: Regenerate.
92
93 2012-10-10 Joel Brobecker <brobecker@adacore.com>
94 Tom Tromey <tromey@redhat.com>
95
96 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
97 inneffective if condition by gdb assertion. Add function
98 description comment.
99
100 2012-10-19 Joel Brobecker <brobecker@adacore.com>
101
102 * parser-defs.h (struct exp_descriptor): Document constraint
103 on return value for "op_name" callbacks.
104
105 2012-10-18 Tom Tromey <tromey@redhat.com>
106
107 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
108 * symtab.c (iterate_over_some_symtabs): Constify.
109 * source.h (symtab_to_fullname): Return 'const char *'.
110 * source.c (symtab_to_fullname): Return 'const char *'.
111 * python/py-symtab.c (stpy_fullname): Constify.
112 * cli/cli-cmds.c (edit_command): Constify.
113 * breakpoint.c (print_breakpoint_location)
114 (update_static_tracepoint): Constify.
115
116 2012-10-18 Tom Tromey <tromey@redhat.com>
117
118 * breakpoint.c (compare_breakpoints): Fix comparison.
119
120 2012-10-18 Tom Tromey <tromey@redhat.com>
121
122 * valprint.c (generic_emit_char, generic_printstr): Pass size of
123 gdb_wchar_t to convert_between_encodings.
124
125 2012-10-17 Yao Qi <yao@codesourcery.com>
126
127 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
128 more parameter 'inferior'.
129 * corefile.c (write_memory_with_notification): Caller update.
130
131 * mi/mi-cmd-var.c: Include "mi-main.h".
132 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
133 to 1 and restore it later.
134 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
135 and "data-write-memory-bytes.
136 * mi/mi-interp.c: Include objfiles.h.
137 (mi_interpreter_init): Call observer_attach_memory_changed.
138 (mi_memory_changed): New.
139 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
140 New field.
141
142 * NEWS: Mention new MI notification "memory-changed".
143
144 2012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
145
146 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
147
148 2012-10-15 Doug Evans <dje@google.com>
149
150 New option -nh: inhibit loading of ~/.gdbinit.
151 * NEWS: Mention -nh.
152 * main.c (captured_main): Recognize and process -nh.
153 (print_gdb_help): Mention -nh.
154 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
155
156 2012-10-15 H.J. Lu <hongjiu.lu@intel.com>
157
158 PR backtrace/14646
159 PR gdb/14647
160 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
161 pc_regnum_from_eax.
162 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
163 nor pc_regnum_from_eax.
164 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
165 nor pc_regnum_from_eax.
166
167 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
168
169 Fix entry values resolving in inlined frames.
170 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
171 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
172 entries of FRAME.
173
174 2012-10-15 Joel Brobecker <brobecker@adacore.com>
175
176 * configure.ac: Build with -DMS_WIN64 if building with Python
177 enabled using GCC on amd64-windows.
178 * configure: Regenerate.
179
180 2012-10-15 Tom Tromey <tromey@redhat.com>
181
182 PR python/14635:
183 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
184 to Py_None.
185
186 2012-10-15 Tom Tromey <tromey@redhat.com>
187
188 PR python/14634:
189 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
190
191 2012-10-11 Andrew Burgess <aburgess@broadcom.com>
192
193 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
194 reset thread numbering back to 1.
195
196 2012-10-11 Doug Evans <dje@google.com>
197
198 PR breakpoints/14643.
199 * linespec.c (struct ls_parser): New member keyword_ok.
200 (linespec_lexer_lex_string): Add comment.
201 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
202 for one.
203 (parse_linespec): Set keyword_ok.
204
205 2012-10-10 Doug Evans <dje@google.com>
206
207 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
208 "0x" prefix on address in log message.
209
210 * dwarf2read.c (read_1_byte): Add const to buf parameter.
211 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
212 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
213 (lookup_dwo_file): Add const to dwo_name parameter.
214 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
215
216 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
217
218 Fix crash during stepping on ppc32.
219 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
220 SYM.
221
222 2012-10-03 Doug Evans <dje@google.com>
223
224 PR symtab/14601
225 * buildsym.c (buildsym_init): Reset using_directives to NULL.
226
227 2012-10-02 Andrew Burgess <aburgess@broadcom.com>
228
229 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
230 output and use uint32_t not long to ensure 4 byte size.
231
232 2012-10-02 Joel Brobecker <brobecker@adacore.com>
233
234 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
235 unref'ed it.
236
237 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
238
239 * target.c (simple_search_memory): Include access length in
240 warning message.
241
242 2012-09-28 Nathan Miller <nathanm2@us.ibm.com>
243 Edjunior Machado <emachado@linux.vnet.ibm.com>
244
245 PR gdb/13989
246 * solib.c (solib_find): Prevent GDB from loading native libraries when
247 debugging a cross-target corefile.
248
249 2012-09-28 selven <pcthegreat@gmail.com>
250
251 Make definition match declaration.
252
253 * regcache.c (regcache_register_status): Change return type to
254 enum register_status.
255
256 2012-09-28 Yao Qi <yao@codesourcery.com>
257
258 * mi/mi-main.c (mi_cmd_data_write_memory): Call
259 write_memory_with_notification instead of write_memory.
260 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
261 instead of target_write_memory.
262
263 2012-09-28 Yao Qi <yao@codesourcery.com>
264
265 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
266 when the length of content is not an even number.
267
268 2012-09-27 Tom Tromey <tromey@redhat.com>
269
270 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
271 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
272
273 2012-09-27 Joel Brobecker <brobecker@adacore.com>
274
275 * sol-thread.c (sol_thread_fetch_registers)
276 (sol_thread_store_registers): Delete commented out code.
277
278 2012-09-27 Joel Brobecker <brobecker@adacore.com>
279
280 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
281 Move these functions to sparc-sol-thread.c.
282 * sparc-sol-thread.c: New file.
283 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
284 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
285 configurations.
286 * configure: Regenerate.
287
288 2012-09-27 Joel Brobecker <brobecker@adacore.com>
289
290 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
291 Remove commented-out code.
292
293 2012-09-27 Joel Brobecker <brobecker@adacore.com>
294
295 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
296 Enable this code for sparc hosts only.
297
298 2012-09-27 Joel Brobecker <brobecker@adacore.com>
299
300 * procfs.h (procfs_find_LDT_entry): Add declaration.
301 * sol-thread.c (ps_lgetLDT): Delete local declaration of
302 function procfs_find_LDT_entry.
303
304 2012-09-27 Joel Brobecker <brobecker@adacore.com>
305
306 * procfs.c (proc_get_LDT_entry): Make static.
307
308 2012-09-27 Joel Brobecker <brobecker@adacore.com>
309
310 * procfs.c (proc_find_memory_regions): Fix declaration.
311
312 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
313
314 * amd64-tdep.c (amd64_return_value): Revert previous change
315 that used TYPE_LENGTH directly.
316 * bfin-tdep.c (bfin_extract_return_value): Likewise.
317 (bfin_store_return_value): Likewise.
318 * cris-tdep.c (cris_store_return_value): Likewise.
319 (cris_extract_return_value): Likewise.
320 * h8300-tdep.c (h8300_extract_return_value): Likewise.
321 * hppa-tdep.c (hppa64_return_value): Likewise.
322 * lm32-tdep.c (lm32_store_return_value): Likewise.
323 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
324 * spu-tdep.c (spu_value_from_register): Likewise.
325 * vax-tdep.c (vax_return_value): Likewise.
326
327 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
328
329 * gdbtypes.c (lookup_array_range_type): Expand parameters
330 LOW_BOUND and HIGH_BOUND to LONGEST.
331 (lookup_string_range_type): Likewise.
332 * gdbtypes.h (lookup_array_range_type): Likewise.
333 (lookup_string_range_type): Likewise.
334 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
335 Expand HIGHBOUND to ssize_t.
336 (value_string): Likewise.
337 * value.h (value_cstring): Expand parameter LEN to ssize_t.
338 (value_string): Likewise.
339
340 2012-09-27 Yao Qi <yao@codesourcery.com>
341
342 PR breakpoints/13898
343 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
344 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
345 per breakpoint type.
346
347 2012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
348
349 * procfs.c: Add gdb_bfd header.
350 * rs6000-nat.c: Likewise.
351 * solib-pa64.c: Likewise.
352 * spu-linux-nat.c: Likewise.
353 * windows-nat.c: Likewise.
354
355 2012-09-26 Tom Tromey <tromey@redhat.com>
356
357 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
358
359 2012-09-26 Tom Tromey <tromey@redhat.com>
360
361 * dwarf2read.c (mark_common_block_symbol_computed): New function.
362 (read_common_block): Handle child DIEs with
363 DW_AT_data_member_location.
364 (new_symbol_full): Add special case for common blocks.
365
366 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
367 Tom Tromey <tromey@redhat.com>
368
369 * dwarf2read.c (read_common_block): Rewrite.
370 (new_symbol_full): Handle DW_TAG_common_block.
371 * f-lang.c (head_common_list, find_common_for_function):
372 Remove.
373 * f-lang.h (struct common_entry, struct saved_f77_common,
374 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
375 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
376 BLANK_COMMON_NAME_LOCAL): Remove.
377 (struct common_block): New.
378 * f-valprint.c (list_all_visible_commons): Remove.
379 (info_common_command_for_block): New function.
380 (info_common_command): Use it.
381 * stack.c (iterate_over_block_locals): Special case for
382 COMMON_BLOCK_DOMAIN.
383 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
384 constant.
385 (struct general_symbol_info) <value.common_block>: New field.
386 (SYMBOL_VALUE_COMMON_BLOCK): New define.
387
388 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
389 Tom Tromey <tromey@redhat.com>
390
391 * f-lang.c (allocate_saved_bf_node,
392 allocate_saved_function_node, allocate_saved_f77_common_node,
393 allocate_common_entry_node, tail_common_list, current_common,
394 saved_bf_list, saved_bf_list_end, current_head_bf_list,
395 tmp_bf_ptr, add_common_block, add_common_entry,
396 find_first_common_named, patch_common_entries,
397 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
398 global_remote_debug, get_bf_for_fcn, saved_function_list,
399 saved_function_list_end, clear_function_list, struct saved_fcn,
400 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
401 SAVED_BF, SAVED_BF_PTR): Remove.
402 * f-lang.h (tail_common_list, current_common,
403 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
404 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
405 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
406 real_main_c_value): Remove.
407 * f-valprint.c (there_is_a_visible_common_named): Remove.
408
409 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
410
411 * breakpoint.c (update_global_location_list): Ignore previous
412 duplicate status of a breakpoint when starting a new scan for
413 duplicate breakpoints.
414
415 2012-09-26 Karthik Bhat <kv.bhat@samsung.com>
416 PR breakpoints/14419
417 * arm-tdep.c (arm_skip_prologue): Extending producer check to
418 support LLVM compiler.
419
420 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
421
422 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
423 * bfin-tdep.c (bfin_extract_return_value): Likewise.
424 (bfin_store_return_value): Likewise.
425 * cris-tdep.c (cris_store_return_value): Likewise.
426 (cris_extract_return_value): Likewise.
427 * h8300-tdep.c (h8300_extract_return_value): Likewise.
428 * hppa-tdep.c (hppa64_return_value): Likewise.
429 * lm32-tdep.c (lm32_store_return_value): Likewise.
430 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
431 * spu-tdep.c (spu_value_from_register): Likewise.
432 * vax-tdep.c (vax_return_value): Likewise.
433
434 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
435
436 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
437 parameter LEN to ssize_t.
438
439 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
440
441 * ada-valprint.c (ada_val_print_1): Eliminate single-use
442 variable LEN.
443 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
444 directly.
445 (alpha_store_return_value): Likewise.
446 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
447 (amd64_push_arguments): Likewise.
448 * ax-gdb.c (gen_trace_static_fields): Likewise.
449 (gen_traced_pop): Likewise.
450 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
451 * breakpoint.c (update_watchpoint): Likewise.
452 * findcmd.c (parse_find_args): Use local variable for type
453 instead of length.
454 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
455 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
456 (h8300_store_return_value): Likewise.
457 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
458 Use i386_darwin_arg_type_alignment directly.
459 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
460 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
461 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
462 (m68hc11_extract_return_value): Likewise.
463 * mep-tdep.c (mep_push_dummy_call): Likewise.
464 * printcmd.c (float_type_from_length): Likewise.
465 * s390-tdep.c (s390_value_from_register): Likewise.
466 * stack.c (read_frame_arg): Likewise.
467 * tracepoint.c (encode_actions_1): Likewise.
468 * valops.c (value_fetch_lazy): Use local variable for type
469 instead of length. Use TYPE_LENGTH directly.
470 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
471
472 2012-09-25 Joel Brobecker <brobecker@adacore.com>
473
474 * symtab.c (skip_prologue_sal): Fix typo in comment.
475
476 2012-09-25 Joel Brobecker <brobecker@adacore.com>
477
478 * linespec.c (create_sals_line_offset): Fix typo in comment.
479
480 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
481
482 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
483 use plongest to print the array size.
484
485 2012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
486
487 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
488 * p-valprint.c (pascal_type_print_base): Likewise.
489
490 2012-09-22 Yao Qi <yao@codesourcery.com>
491
492 * remote.c (remote_get_trace_status): Remove setting default
493 values of fields of 'ts'.
494
495 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
496
497 Fix internal error on canonicalization of clang types.
498 * cp-name-parser.y (operator): New comment at make_operator call for
499 new, delete, new[] and delete[].
500 (exp): Use "sizeof ". Add new comment at make_operator call.
501
502 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
503
504 Fix disassemble without parameters in tailcall frame.
505 * cli/cli-cmds.c (disassemble_current_function): Use
506 get_frame_address_in_block.
507
508 2012-09-21 Tom Tromey <tromey@redhat.com>
509
510 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
511 TYPE_CODE_UNION>: Unify, removing a goto.
512
513 2012-09-21 Tom Tromey <tromey@redhat.com>
514
515 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
516
517 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
518
519 * findvar.c (read_frame_register_value): Mark the result value as
520 optimized out if any of the input registers have been optimized out.
521
522 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
523
524 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
525
526 2012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
527
528 * eval.c (evaluate_subexp_standard): Eliminate single-use
529 variable LOWER.
530
531 2012-09-21 Yao Qi <yao@codesourcery.com>
532
533 * mi/mi-interp.c: Declare mi_record_changed.
534 (mi_interpreter_init): Call observer_attach_record_changed.
535 (mi_record_changed): New.
536 * record.c (record_open): Call observer_notify_record_changed.
537 (cmd_record_stop): Call observer_notify_record_changed.
538 * NEWS: Mention it.
539
540 2012-09-20 Tom Tromey <tromey@redhat.com>
541
542 * NEWS: Update.
543 * python/python.c (finalize_python): New function.
544 (_initialize_python): Make a final cleanup.
545
546 2012-09-19 Doug Evans <dje@google.com>
547
548 * buildsym.h (param_symbols): Delete, unused.
549 (context_stack): Delete member "params", unused.
550 * buildsym.c (push_context): Update.
551 * dwarf2read.c (read_func_scope): Update.
552
553 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
554
555 * sh-tdep.c (sh_register_convert_to_virtual)
556 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
557 all callers. Just do a memcpy if not the little-endian case.
558
559 * h8300-tdep.c (h8300_gdbarch_init): Invoke
560 set_gdbarch_double_format and set_gdbarch_long_double_format.
561 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
562 set_gdbarch_double_format.
563 * sh-tdep.c (sh_gdbarch_init): Likewise.
564
565 * NEWS: Document the removal of SH's 'regs' command.
566 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
567 command.
568
569 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
570
571 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
572 `jump'.
573
574 2012-09-18 Joel Brobecker <brobecker@adacore.com>
575
576 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
577 language when iterating over symbols.
578
579 2012-09-18 Yao Qi <yao@codesourcery.com>
580
581 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
582 (mi_interpreter_init): Call observer_attach_tsv_created and
583 observer_attach_tsv_deleted.
584 (mi_tsv_created, mi_tsv_deleted): New.
585 * tracepoint.c (delete_trace_state_variable): Call
586 observer_notify_tsv_deleted.
587 (trace_variable_command): Call observer_notify_tsv_created.
588 (delete_trace_variable_command): Call
589 observer_notify_tsv_deleted.
590 (create_tsv_from_upload): Call observer_notify_tsv_created.
591 * NEWS: Mention it.
592
593 2012-09-18 Yao Qi <yao@codesourcery.com>
594
595 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
596 if traceframe changed.
597 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
598 "trace-find".
599 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
600 (mi_interpreter_init): Hook mi_traceframe_changed to observer
601 'traceframe_changed'.
602 (mi_traceframe_changed): New.
603 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
604 New field.
605 * NEWS: Mention the new MI notification.
606
607 2012-09-17 Mike Wrighton <wrighton@codesourcery.com>
608
609 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
610
611 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
612
613 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
614 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
615 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
616 Extend code also for PaX support. Convert all gdb_assert to warning
617 calls.
618
619 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
620
621 Implement auto-load user conveniences suggested by Doug Evans.
622 * auto-load.c: Include top.h.
623 (file_is_auto_load_safe): New variable advice_printed. Print advice.
624 (_initialize_auto_load): New variable scripts_directory_help. Mention
625 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
626 scripts-directory. Document in online help one can use also files for
627 set auto-load safe-path.
628 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
629 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
630
631 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
632
633 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
634 of LEN.
635
636 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
637
638 * m2-valprint.c (m2_print_array_contents): Eliminate variable
639 ELTLEN and use TYPE_LENGTH directly.
640 (m2_val_print): Likewise.
641 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
642 variable LEN and use TYPE_LENGTH directly.
643 (m68k_svr4_store_return_value): Likewise.
644 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
645 ARGLEN and use TYPE_LENGTH directly.
646 (mips_o64_push_dummy_call): Likewise.
647 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
648 variable LENGTH and use TYPE_LENGTH directly.
649 (s390_function_arg_float): Likewise.
650 (s390_function_arg_integer): Likewise.
651 (s390_push_dummy_call): Likewise.
652 (s390_return_value_convention): Likewise.
653 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
654 TYPE_LENGTH directly.
655
656 2012-09-17 Yao Qi <yao@codesourcery.com>
657
658 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
659 Update comment to add_setshow_integer_cmd.
660 * cli/cli-setshow.c (do_set_command): Handle case
661 'var_zuinteger_unlimited'.
662 (do_show_command): Likewise.
663 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
664 for command 'remotetimeout'.
665 * command.h (enum var_types): New zuinteger_unlimited. Update comment
666 to var_integer.
667 * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
668 for command 'set listsize'.
669
670 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
671
672 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
673 variable LEN.
674
675 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
676
677 PR 14119
678 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
679 (frame_pop): Drop also TAILCALL_FRAME frames.
680 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
681
682 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
683 Pedro Alves <palves@redhat.com>
684
685 PR 14548
686 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
687 function start if we are already at function start. Both for
688 reverse-next and for reverse-step into function without line number
689 info.
690
691 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
692
693 Code cleanup - rename 'inline' depth to 'artificial' depth.
694 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
695 frame_id_artificial_p, extend the comment.
696 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
697 * frame.c (fprint_frame_id): Rename at a user, change debug output
698 text to "artificial=".
699 (skip_inlined_frames): Rename to ...
700 (skip_artificial_frames): ... here. Extend the comment.
701 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
702 (frame_id_inlined_p): Rename to ...
703 (frame_id_artificial_p): ... here. Rename at a user.
704 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
705 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
706 at a user.
707 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
708 Extend the comment.
709 (frame_id_inlined_p): Rename to ...
710 (frame_id_artificial_p): ... here.
711 * inline-frame.c (inline_frame_this_id): Rename at a user.
712
713 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
714
715 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
716 vector variables using vector_size syntax rather than array
717 syntax.
718
719 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
720
721 * valarith.c (value_concat): Replace unsafe ALLOCA with
722 XMALLOC/XFREE.
723
724 2012-09-14 Pedro Alves <palves@redhat.com>
725
726 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
727
728 2012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
729
730 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
731 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
732 data-directory as appropriate.
733
734 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
735
736 * printcmd.c (ui_printf): Eliminate single-use variable
737 PARAM_LEN.
738
739 2012-09-14 Yao Qi <yao@codesourcery.com>
740 Pedro Alves <palves@redhat.com>
741
742 * valops.c (value_assign): Move observer_notify_target_changed
743 below to replace reinit_frame_cache.
744
745 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
746
747 Refactor Python "gdb" module into a proper Python package, by
748 introducing a new "_gdb" module for code implemented in C, and
749 using reload/__import__ instead of exec.
750 * python/lib/gdb/__init__.py: Import * from _gdb.
751 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
752 prompt_hook, sys.argv): Moved from finish_python_initialization.
753 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
754 (packages, auto_load_packages): New list and function replacing
755 module_dict and auto-loading code, using __file__ instead of
756 gdb.PYTHONDIR and reload/__import__ instead of exec.
757 (GdbSetPythonDirectory): Replacing function of the same name
758 from finish_python_initialization, using reload/__import__ instead
759 of exec, as well as call auto_load_packages.
760 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
761 gdb_python_module and not gdb_module.
762 * python/python-internal.h (gdb_python_module): Declare.
763 * python/python.c (gdb_python_module): New global.
764 (before_prompt_hook): Check gdb_python_module and not gdb_module.
765 (_initialize_python): Rename gdb module to _gdb.
766 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
767 (finish_python_initialization): Move Python code to
768 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
769 __main__.
770
771 2012-09-13 Pedro Alves <palves@redhat.com>
772
773 * Makefile.in (COMMON_OBS): Add registry.o.
774 * registry.c: New file.
775 * registry.h (struct registry_container): Declare.
776 (registry_data_callback): New typedef.
777 (struct registry_data, struct registry_data_registration, struct
778 registry_data_registry): New type.
779 (register_data_with_cleanup, registry_alloc_data)
780 (registry_callback_adaptor, registry_clear_data)
781 (registry_container_free_data, registry_set_data, registry_data):
782 Declare.
783 (DEFINE_REGISTRY): Refactor structures and functions as shims over
784 the new common structures and functions.
785 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
786 callback typedefs.
787
788 2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
789
790 * remote.c (remote_insert_hw_breakpoint): Throw exception if
791 there is an error inserting hardware breakpoints and use the
792 error message from the target.
793
794 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
795 Catch this exception and print the error message contained within. Do not
796 print the default hardware error breakpoint message in this case.
797
798 2012-09-12 Doug Evans <dje@google.com>
799
800 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
801 cu == NULL.
802
803 2012-09-11 Doug Evans <dje@google.com>
804
805 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
806 .gdb_index symbol attributes if there are none.
807
808 2012-09-11 Joel Brobecker <brobecker@adacore.com>
809
810 * symtab.h (struct minimal_symbol) [has_size]: New field.
811 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
812 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
813 * printcmd.c (build_address_symbolic): Only filter out zero-sized
814 minimal symbols if the symbol's size is actually known.
815 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
816 of msymbol's size field. Add comment.
817 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
818 SET_MSYMBOL_SIZE to set the minimal symbol size.
819
820 2012-09-11 Joel Brobecker <brobecker@adacore.com>
821
822 * minsyms.c (install_minimal_symbols): Use memset to fill entire
823 minimal_symbol struct object, rather than setting some of its
824 fields one by one.
825
826 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
827
828 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
829 passed_a_ptr flag when displaying typedef types.
830
831 2012-09-10 Joel Brobecker <brobecker@adacore.com>
832
833 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
834 the optimized_out flag is preserved.
835
836 2012-09-10 Anthony Green <green@moxielogic.com>
837
838 * moxie-tdep.c (moxie_analyze_prologue): Update for function
839 prologue changes in GCC.
840
841 2012-09-10 Keith Seitz <keiths@redhat.com>
842
843 PR gdb/13483
844 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
845 (BOOL_CONVERSION_BADNESS): ... this.
846 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
847 (rank_one_type): Allow all boolean conversions
848 permitted by the standard.
849
850 2012-09-06 Tom Tromey <tromey@redhat.com>
851
852 * python/py-newobjfileevent.c (create_new_objfile_event_object):
853 Don't decref py_objfile.
854
855 2012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
856
857 Do not enable -lmcheck by default when Python is enabled with
858 threading support.
859 * configure.ac: (python_has_threads) New variable, by testing
860 if WITH_THREAD is defined in Python.h.
861 Move --enable-lmcheck after --with-python.
862 Do not enable -lmcheck by default if python_has_threads=yes.
863 Warn if --enable-lmcheck and python_has_threads=yes.
864 * configure: Regenerate.
865
866 2012-08-31 Yao Qi <yao@codesourcery.com>
867
868 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
869 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
870 Update some commands.
871 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
872 * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
873 to 1.
874
875 2012-08-31 Yao Qi <yao@codesourcery.com>
876
877 * mi/mi-cmds.c (mi_cmds): Add 'static'.
878
879 2012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
880
881 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
882
883 2012-08-29 Doug Evans <dje@google.com>
884
885 * main.c (print_gdb_help): Remove reference to
886 --use-deprecated-index-sections.
887
888 2012-08-28 Yao Qi <yao@codesourcery.com>
889
890 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
891 (init_cmds): Call add_setshow_uinteger_cmd for command
892 'max-user-call-depth'.
893 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
894 declaration of 'max_user_call_depth'.
895 * frame.c (backtrace_limit): Add 'unsigned'.
896 (_initialize_frame): Call add_setshow_uinteger_cmd for command
897 'limit'.
898 * remote.c (remoteaddresssize): Add 'unsigned'.
899 (remote_address_masked): Change local var 'address_size' to
900 'unsigned'.
901 (_initialize_remote): Call add_setshow_uinteger_cmd for
902 'remoteaddresssize'.
903 * top.c (history_size): Add 'unsigned'.
904 (show_commands): Change local variables to 'unsigned'.
905 (set_history_size_command): Don't check history_size is negative.
906 Adjust the condition to call unstifle_history and set history_size
907 to UNIT_MAX.
908
909 2012-08-28 Pedro Alves <palves@redhat.com>
910
911 PR gdb/14428
912
913 * infcmd.c (default_print_one_register_info): New, factored out
914 from default_print_registers_info.
915 (default_print_registers_info): Use it. Mark value unavailable if
916 necessary.
917 (registers_info): Print user registers with
918 default_print_one_register_info.
919
920 2010-08-27 H.J. Lu <hongjiu.lu@intel.com>
921
922 PR tui/14486
923 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
924 is not NULL before referencing it.
925
926 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
927
928 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
929 variable pc. Call find_pc_line instead of find_pc_overlay, restore
930 original PC for it.
931
932 2012-08-27 Eli Zaretskii <eliz@gnu.org>
933 Jan Kratochvil <jan.kratochvil@redhat.com>
934
935 * auto-load.c (auto_load_objfile_script): Rename to ...
936 (auto_load_objfile_script_1): ... here, change variable realname to
937 parameter realname, document it, add return value, add variable retval.
938 (auto_load_objfile_script): New function.
939
940 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
941
942 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
943 followed by a whitespace.
944
945 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
946
947 PR gdb/14494.
948 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
949 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
950 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
951 here.
952
953 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
954
955 * memattr.c (create_mem_region): Fix memory region overlapping
956 checking.
957
958 2012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
959
960 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
961 with xmalloc/cleanup.
962 * mt-tdep.c (mt_push_dummy_call): Likewise.
963 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
964 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
965
966 2012-08-24 Yao Qi <yao@codesourcery.com>
967
968 * jv-exp.y (push_expression_name): Add "." at the end of error
969 message.
970
971 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
972
973 Document how to return from "python-interactive" to GDB.
974 * python/python.c (_initialize_python): Update documentation.
975
976 2012-08-23 Pedro Alves <palves@redhat.com>
977
978 * infrun.c (_initialize_infrun) <handle command help text>:
979 Mention that multiple signals are supported.
980
981 2012-08-23 Pedro Alves <palves@redhat.com>
982
983 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
984 string.
985
986 2012-08-23 Yao Qi <yao@codesourcery.com>
987
988 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
989 (tfind_1): Don't call registers_changed, set_traceframe_num,
990 and clear_traceframe_info.
991 Call set_current_traceframe.
992 (set_current_traceframe): call set_traceframe_num.
993
994 2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
995
996 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
997 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
998
999 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1000
1001 Enable readline in Python in a GDB-specific way and block the
1002 standard Python readline module to prevent conflicts with GDB.
1003 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
1004 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
1005 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
1006 * python/py-gdb-readline.c: New file.
1007 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
1008 prototype.
1009 * python/python.c (_initialize_python): Call
1010 gdbpy_initialize_gdb_readline.
1011
1012 2012-08-22 Keith Seitz <keiths@redhat.com>
1013
1014 * defs.h: Include build-gnulib/config.h
1015
1016 2012-08-22 Joseph Myers <joseph@codesourcery.com>
1017
1018 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
1019 and blx pc.
1020
1021 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1022
1023 Add a new "python-interactive" command that starts a standard
1024 Python interactive prompt with "pi" as alias, and add "py" as
1025 an alias to "python".
1026 * NEWS: Mention the new commands.
1027 * python/python.c (eval_python_command): New function.
1028 (python_interactive_command): For "python-interactive" with
1029 arguments, call eval_python_command. For "python-interactive"
1030 without arguments, call PyRun_InteractiveLoop.
1031 (_initialize_python): Add "python-interactive" command with
1032 "pi" as alias, and add "py" as an alias to "python".
1033
1034 2012-08-22 Tom Tromey <tromey@redhat.com>
1035
1036 * defs.h (quit_flag): Don't declare.
1037 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
1038 (QUIT): Use new functions.
1039 * event-top.c (command_handler): Use clear_quit_flag.
1040 (handle_sigint): Use set_quit_flag.
1041 (async_request_quit): Use check_quit_flag. Don't check
1042 immediate_quit.
1043 * exceptions.c (throw_exception): Use clear_quit_flag.
1044 * main.c (captured_main): Use clear_quit_flag.
1045 * python/python.c (clear_quit_flag, set_quit_flag)
1046 (check_quit_flag): New functions.
1047 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
1048 clear_quit_flag.
1049 * remote.c (remote_wait_as): Use check_quit_flag,
1050 clear_quit_flag.
1051 (remote_start_remote): Call QUIT.
1052 * symfile.c (load_progress): Use check_quit_flag.
1053 * top.c (command_loop): Use clear_quit_flag.
1054 (command_line_input): Call QUIT.
1055 * utils.c (quit_flag): Conditionally define.
1056 (clear_quit_flag, check_quit_flag, set_quit_flag): New
1057 functions.
1058 (prompt_for_continue): Call QUIT. Use quit, not
1059 async_request_quit.
1060 * remote-mips.c (mips_expect_timeout): Call QUIT.
1061 * monitor.c (monitor_expect): Call QUIT.
1062
1063 2012-08-22 Tom Tromey <tromey@redhat.com>
1064
1065 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
1066 (async_init_signals): Update.
1067 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
1068 (SIGWINCH_HANDLER_BODY): Remove.
1069
1070 2012-08-22 Tom Tromey <tromey@redhat.com>
1071
1072 * jit.c (jit_object_close_impl): Don't malloc the objfile
1073 name.
1074 * objfiles.c (allocate_objfile): Don't malloc the objfile
1075 name.
1076 (free_objfile): Don't free the objfile name.
1077 * objfiles.h (struct objfile) <name>: Update comment.
1078 * symfile.c (reread_symbols): Fix reference counting. Don't
1079 malloc objfile name.
1080
1081 2012-08-22 Tom Tromey <tromey@redhat.com>
1082
1083 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
1084 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
1085 (symfile_bfd_open): Likewise.
1086 (generic_load): Likewise.
1087 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
1088 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1089 gdb_bfd_open.
1090 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1091 Use gdb_bfd_open.
1092 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
1093 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
1094 (pmon_load_fast): Likewise.
1095 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
1096 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
1097 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
1098 (macho_check_dsym): Likewise.
1099 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
1100 (m32r_upload_command): Likewise.
1101 * gdb_bfd.h (gdb_bfd_cache): Declare.
1102 * gdb_bfd.c (struct gdb_bfd_data): New.
1103 (gdb_bfd_cache): New global.
1104 (struct gdb_bfd_cache_search): New.
1105 (hash_bfd): New function.
1106 (eq_bfd): Likewise.
1107 (gdb_bfd_open): Likewise.
1108 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
1109 (gdb_bfd_unref): Remove closed BFD from cache. Update for
1110 gdb_bfd_data.
1111 * exec.c (exec_file_attach): Use gdb_bfd_open.
1112 * dsrec.c (load_srec): Use gdb_bfd_open.
1113
1114 2012-08-22 Tom Tromey <tromey@redhat.com>
1115
1116 * dwarf2read.c (macro_start_file): Update.
1117 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
1118 (free_objfile_per_bfd_storage): Destroy macro_cache.
1119 (allocate_objfile, free_objfile): Update.
1120 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
1121 New field.
1122 (struct objfile) <macro_cache>: Remove.
1123 * symfile.c (reread_symbols): Update.
1124 * symmisc.c (print_symbol_bcache_statistics): Update.
1125 (print_objfile_statistics): Update.
1126
1127 2012-08-22 Tom Tromey <tromey@redhat.com>
1128
1129 * elfread.c (elf_symtab_read): Update.
1130 * objfiles.c (objfiles_bfd_data): New global.
1131 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
1132 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
1133 (allocate_objfile, free_objfile): Update.
1134 (_initialize_objfiles): Initialize objfiles_bfd_data.
1135 * objfiles.h (struct objfile_per_bfd_storage): New.
1136 (struct objfile) <per_bfd>: New field.
1137 <filename_cache>: Remove.
1138 (set_objfile_per_bfd): Declare.
1139 * symfile.c (reread_symbols): Update. Call
1140 set_objfile_per_bfd.
1141 (allocate_symtab): Update.
1142 * symmisc.c (print_symbol_bcache_statistics): Update.
1143 (print_objfile_statistics): Print the size of the BFD obstack.
1144
1145 2012-08-22 Tom Tromey <tromey@redhat.com>
1146
1147 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
1148 * gdb_bfd.c: Use DEFINE_REGISTRY.
1149 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
1150 (gdb_bfd_ref): Call bfd_alloc_data.
1151 (gdb_bfd_unref): Call bfd_free_data.
1152
1153 2012-08-22 Tom Tromey <tromey@redhat.com>
1154
1155 * registry.h (struct registry_fields): New.
1156 (REGISTRY_FIELDS): Redefine.
1157 (REGISTRY_ACCESS_FIELD): New macro.
1158 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
1159 functions.
1160
1161 2012-08-22 Tom Tromey <tromey@redhat.com>
1162
1163 * auto-load.c (_initialize_auto_load): Update.
1164 * solib-svr4.c (_initialize_svr4_solib): Update
1165 * solib-dsbt.c (_initialize_dsbt_solib): Update.
1166 * solib-darwin.c (_initialize_darwin_solib): Update.
1167 * registry.h: New file.
1168 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
1169 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
1170 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
1171 (register_program_space_data_with_cleanup)
1172 (register_program_space_data, program_space_alloc_data)
1173 (clear_program_space_data, set_program_space_data)
1174 (program_space_data): Don't declare.
1175 * progspace.c: Use DEFINE_REGISTRY.
1176 (struct program_space_data, struct
1177 program_space_data_registration, struct
1178 program_space_data_registry, program_space_data_registry)
1179 (register_program_space_data_with_cleanup)
1180 (register_program_space_data, program_space_alloc_data)
1181 (program_space_free_data, clear_program_space_data)
1182 (set_program_space_data, program_space_data): Remove.
1183 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
1184 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
1185 (register_objfile_data_with_cleanup, register_objfile_data)
1186 (clear_objfile_data, set_objfile_data, objfile_data): Don't
1187 declare.
1188 * objfiles.c: Use DEFINE_REGISTRY.
1189 (struct objfile_data, struct objfile_data_registration, struct
1190 objfile_data_registry, objfile_data_registry)
1191 (register_objfile_data_with_cleanup, register_objfile_data)
1192 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
1193 (set_objfile_data, objfile_data): Remove.
1194 (_initialize_objfiles): Update.
1195 * jit.c (_initialize_jit): Update.
1196 * inflow.c (_initialize_inflow): Update.
1197 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
1198 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
1199 (register_inferior_data_with_cleanup, register_inferior_data)
1200 (clear_inferior_data, set_inferior_data, inferior_data): Don't
1201 declare.
1202 * inferior.c: Use DEFINE_REGISTRY.
1203 (struct inferior_data, struct inferior_data_registration, struct
1204 inferior_data_registry, inferior_data_registry)
1205 (register_inferior_data_with_cleanup, register_inferior_data)
1206 (inferior_alloc_data, inferior_free_data clear_inferior_data)
1207 (set_inferior_data, inferior_data): Remove.
1208 * auxv.c (_initialize_auxv): Update.
1209 * ada-lang.c (_initialize_ada_language): Update.
1210 * breakpoint.c (_initialize_breakpoint): Update.
1211 * i386-nat.c (i386_use_watchpoints): Update.
1212
1213 2012-08-22 Tom Tromey <tromey@redhat.com>
1214
1215 * exec.c (exec_close, exec_file_attach): Update.
1216 (add_to_section_table): Initialize 'key' field.
1217 (add_target_sections, remove_target_sections): Add 'key' argument.
1218 * exec.h (add_target_sections, remove_target_sections): Add
1219 'key' argument.
1220 * solib.c (solib_map_sections, update_solib_list, clear_solib)
1221 (reload_shared_libraries_1): Update.
1222 * target.h (struct target_section) <key>: New field.
1223
1224 2012-08-22 Tom Tromey <tromey@redhat.com>
1225
1226 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
1227
1228 2012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
1229
1230 * symfile.c (allocate_symtab): Use host_address_to_string
1231 function instead of cast of pointer to long which is not
1232 compatible with x86_64-w64-mingw32 build.
1233
1234 2012-08-19 Andrew Pinski <apinski@cavium.com>
1235
1236 * mips-tdep.c (is_octeon): New function.
1237 (is_octeon_bbit_op): New function.
1238 (mips32_next_pc): Handle Octeon's bbit instructions.
1239 (mips32_instruction_has_delay_slot): Likewise.
1240
1241 2012-08-19 Andrew Pinski <apinski@cavium.com>
1242
1243 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
1244 before the function.
1245
1246 2012-08-19 Andrew Pinski <apinski@cavium.com>
1247
1248 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
1249
1250 2012-08-19 Keith Seitz <keiths@redhat.com>
1251
1252 PR c++/14365
1253 * c-typeprint.c (c_type_print_varspec_prefix): Pass
1254 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
1255
1256 2012-08-18 Eli Zaretskii <eliz@gnu.org>
1257
1258 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
1259 The typo broke "make TAGS".
1260
1261 2012-08-17 Joel Brobecker <brobecker@adacore.com>
1262
1263 GDB 7.5 released.
1264
1265 2012-08-17 Keith Seitz <keiths@redhat.com>
1266
1267 PR c++/13356
1268 * gdbtypes.c (strict_type_checking): New variable.
1269 (show_strict_type_checking): New function.
1270 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
1271 if strict type checking is disabled.
1272 (_initialize_gdbtypes): Add "check type" subcommand.
1273 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
1274
1275 2012-08-17 Keith Seitz <keiths@redhat.com>
1276
1277 * language.h (type_mode): Remove.
1278 (type_check): Remove.
1279 (struct language_defn): Remove la_type_check.
1280 (STRICT_TYPE): Remove unused macro.
1281 (type_error): Remove.
1282 * language.c (set_type_range_case): Renamed to ...
1283 (set_range_case): ... this. Update all callers.
1284 Remove type_mode/type_check.
1285 (type_mode): Remove.
1286 (type_check): Remove.
1287 (show_type_command): Remove.
1288 (set_type_command): Remove.
1289 (language_info): Remove type checking output.
1290 (type_error): Remove unused function.
1291 (range_error): Update comment.
1292 (unknown_language_defn): Remove la_type_check.
1293 (auto_language_defn): Likewise.
1294 (local_language_defn): Likewise.
1295 (_initialize_language): Remove "check type" subcommand.
1296 * ada-lang.c (ada_language_defn): Remove la_type_check.
1297 * c-lang.c (c_language_defn): Likewise.
1298 (cplus_language_defn): Likewise.
1299 (asm_language_defn): Likewise.
1300 (minimal_language_defn): Likewise.
1301 * d-lang.c (d_language_defn): Likewise.
1302 * f-lang.c (f_language_defn): Likewise.
1303 * go-lang.c (go_language_defn): Likewise.
1304 * jv-lang.c (java_language_defn): Likewise.
1305 * m2-lang.c (m2_language_defn): Likewise.
1306 * objc-lang.c (objc_language_defn): Likewise.
1307 * opencl-lang.c (opencl_language_defn): Likewise.
1308 * p-lang.c (pascal_language_defn): Likewise.
1309
1310 2012-08-16 Mike Frysinger <vapier@gentoo.org>
1311
1312 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
1313
1314 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1315
1316 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
1317 New function.
1318 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
1319 using the regache. Use ia64_hpux_get_register_from_save_state_t
1320 to access the bsp and bspstore registers if not.
1321
1322 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1323
1324 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
1325 * breakpoint.c (detach_breakpoints): Change pid parameter into
1326 a ptid. Adjust code accordingly.
1327 * infrun.c (handle_inferior_event): Delete variable child_pid.
1328 Update call to detach_breakpoints to pass the child ptid for
1329 fork events.
1330 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
1331 assert that inferior_ptid's lwp is zero.
1332 (linux_handle_extended_wait): Update call to detach_breakpoints.
1333 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
1334 detach_breakpoints.
1335
1336 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1337
1338 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
1339 parent, only call detach_breakpoints if tts.tts_event ==
1340 TTEVT_VFORK.
1341
1342 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1343
1344 * dwarf2-frame.c (dwarf2_frame_cache): Use
1345 get_frame_address_in_block instead of get_frame_pc as
1346 the bound for executing the frame's FDE.
1347
1348 2012-08-16 Yao Qi <yao@codesourcery.com>
1349
1350 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
1351 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
1352 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
1353 (c_type_print_varspec_suffix): Likewise.
1354 * eval.c (evaluate_subexp_standard): Likewise.
1355 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
1356 (f_type_print_varspec_suffix): Likewise.
1357 * gdbtypes.c (is_scalar_type): Likewise.
1358 (recursive_dump_type): Likewise.
1359 * infcall.c (value_arg_coerce): Likewise.
1360 * m2-valprint.c (m2_val_print): Likewise.
1361 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
1362 (pascal_type_print_varspec_suffix): Likewise.
1363 (pascal_type_print_base): Likewise.
1364 * p-valprint.c (pascal_val_print): Likewise.
1365 (pascal_val_print): Likewise.
1366 * valops.c (value_slice): Likewise.
1367 * valprint.c (scalar_type_p): Likewise.
1368 * valarith.c (value_bitstring_subscript): Remove.
1369 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
1370 Remove comment on TYPE_CODE_BITSTRING.
1371
1372 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
1373 TYPE_CODE_BITSTRING.
1374
1375 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
1376 slot 0.
1377
1378 2012-08-16 Yao Qi <yao@codesourcery.com>
1379
1380 * tracepoint.c (trace_find_none_command): Remove.
1381 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
1382
1383 2012-08-16 Yao Qi <yao@codesourcery.com>
1384
1385 * remote.c (handle_notification): Remove parameter 'length'.
1386 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
1387
1388 2012-08-15 Keith Seitz <keiths@redhat.com>
1389
1390 * gdbtypes.c (opaque_type_resolution): Make static.
1391 Add missing comment.
1392 (overload_debug): Add missing comment.
1393 (show_opaque_type_resolution): Likewise.
1394 (show_overload_debug): Likewise.
1395 (print_bit_vector): Remove unnecessary forward declaration.
1396 (print_arg_types): Likewise.
1397 (dump_fn_fieldlists): Likewise.
1398 (print_cplus_stuff): Likewise.
1399
1400 2012-08-15 Tom Tromey <tromey@redhat.com>
1401
1402 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
1403 (gdb_bfd_ref): Initialize new field.
1404 (gdb_bfd_unref): Unref the archive BFD.
1405 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
1406 parent archive.
1407
1408 2012-08-15 Tom Tromey <tromey@redhat.com>
1409
1410 PR python/14387:
1411 * python/py-bpevent.c (create_breakpoint_event_object): Update
1412 comment.
1413 * python/py-event.c (evpy_add_attribute): Update comment.
1414 * python/py-exitedevent.c (create_exited_event_object): Fix
1415 reference counting and error handling.
1416 * python/py-newobjfileevent.c (create_new_objfile_event_object):
1417 Fix reference counting.
1418 * python/py-signalevent.c (create_signal_event_object): Fix
1419 reference counting and error handling.
1420 * python/py-stopevent.c (emit_stop_event): Fix reference
1421 counting.
1422 * python/py-threadevent.c (get_event_thread): Return a
1423 borrowed reference.
1424 * python/py-type.c (convert_field): Fix reference counting.
1425
1426 2012-08-15 Tom Tromey <tromey@redhat.com>
1427
1428 * dwarf2read.c (dwarf_decode_macro_bytes)
1429 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
1430 as hash key.
1431
1432 2012-08-14 Mike Frysinger <vapier@gentoo.org>
1433
1434 * infcmd.c (_initialize_infcmd): Update help text for the signal,
1435 stepi, nexti, finish, next, step, jump, and continue commands.
1436 * infrun.c (_initialize_infrun): Update help text for the handle
1437 command.
1438
1439 2012-08-14 Doug Evans <dje@google.com>
1440
1441 * gdbtypes.c (struct extra): Delete, unused.
1442
1443 * gdbtypes.c: Whitespace cleanup.
1444 (address_space_name_to_int): Remove "extern" from definition.
1445 (_initialize_gdbtypes): Declare with initialize_file_ftype.
1446
1447 * gdbtypes.c (make_pointer_type): Remove redundant setting of
1448 TYPE_POINTER_TYPE (type).
1449
1450 2012-08-14 Gary Benson <gbenson@redhat.com>
1451
1452 * solib-svr4.c (svr4_free_library_list): Use free_so.
1453
1454 2012-08-13 Mike Frysinger <vapier@gentoo.org>
1455
1456 * .gitignore: Add go-exp.c.
1457
1458 2012-08-13 Doug Evans <dje@google.com>
1459
1460 * value.c (show_convenience): Tweak comment.
1461 (_initialize_values): Mention convenience functions in the help text
1462 for "show convenience".
1463
1464 2012-08-13 Yao Qi <yao@codesourcery.com>
1465
1466 * std-operator.def: Remove TERNOP_SLICE_COUNT.
1467 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
1468 TERNOP_SLICE_COUNT.
1469 * eval.c (evaluate_subexp_standard): Likewise.
1470 * expprint.c (print_subexp_standard): Likewise.
1471 (dump_subexp_body_standard): Likewise.
1472 * parse.c (operator_length_standard): Likewise.
1473
1474 2012-08-13 Yao Qi <yao@codesourcery.com>
1475
1476 * std-operator.def: Remove OP_BITSTRING.
1477 * breakpoint.c (watchpoint_exp_is_const): Update.
1478 * eval.c (evaluate_subexp_standard): Remove handling to
1479 OP_BITSTRING.
1480 * expprint.c (print_subexp_standard): Likewise.
1481 (dump_subexp_body_standard): Likewise.
1482 * parse.c (operator_length_standard): Likewise.
1483 * valops.c (value_bitstring): Remove.
1484 * value.h: Remove the declaration of 'value_bitstring'.
1485
1486 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
1487
1488 * linespec.c (find_methods): Remove unused variables `i1' and
1489 `name_len'.
1490 (decode_line_full): Likewise for `arg_start'.
1491
1492 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
1493
1494 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
1495 (zlib_decompress_section): Likewise for `section_data'.
1496 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
1497
1498 2012-08-10 Doug Evans <dje@google.com>
1499
1500 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
1501 * NEWS: Document them.
1502 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
1503 function/strfns.py.
1504 * python/py-type.c (typy_array_1): New function.
1505 (typy_array): Call it.
1506 (typy_vector): New function.
1507 (type_object_methods): Add "vector".
1508 * python/lib/gdb/function/__init__.py: New file.
1509 * python/lib/gdb/function/strfns.py: New file.
1510
1511 2012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
1512
1513 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
1514 for TYPE_FIELD_BITPOS.
1515 (typy_get_sizeof): Likewise for TYPE_LENGTH.
1516
1517 2012-08-10 Mike Frysinger <vapier@gentoo.org>
1518
1519 PR cli/10436:
1520 * common/vec.h (VEC_merge): Define.
1521 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
1522 (DEF_VEC_ALLOC_FUNC_P): Likewise.
1523 (DEF_VEC_ALLOC_FUNC_O): Likewise.
1524 * completer.c: Include gdb_signals.h.
1525 (signal_completer): Define.
1526 * completer.h (signal_completer): Add prototype.
1527 * infcmd.c (_initialize_infcmd): Assign the command
1528 completer for "signal" to handle_completer.
1529 * infrun.c: Include completer.h.
1530 (handle_completer): Define.
1531 (_initialize_infrun): Declare a new local variable c. Store the
1532 result of add_com("handle") to it. Assign the command
1533 completer for "handle" to handle_completer.
1534
1535 2012-08-09 Yao Qi <yao@codesourcery.com>
1536
1537 * cli/cli-decode.c (set_cmd_prefix): New.
1538 (lookup_cmd_for_prefixlist): New.
1539 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
1540 of each cmd_list_element in *prefixlist.
1541 (add_setshow_cmd_full): set_cmd_prefix.
1542 (add_alias_cmd): Likewise.
1543 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
1544 Declare 'auto_boolean_enums'.
1545 * cli/cli-setshow.c: Include "observer.h".
1546 (notify_command_param_changed_p): New.
1547 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
1548 Remove 'static'.
1549 (do_setshow_command): Split it to ...
1550 (do_set_command, do_show_command): ... them. New.
1551 (do_set_command): Call observer_notify_command_param_changed if
1552 notify_command_param_changed_p returns true.
1553 (cmd_show_list): Caller update.
1554 * auto-load.c (set_auto_load_cmd): Likewise.
1555 * remote.c (show_remote_cmd): Likewise.
1556 * cli/cli-setshow.h: Update declarations.
1557 * top.c (execute_command): Call do_set_command and do_show_command.
1558
1559 * NEWS: Mention new MI notification.
1560 * mi/mi-interp.c: Declare mi_command_param_changed.
1561 (mi_interpreter_init): Attach mi_command_param_changed to
1562 observer command_param_changed.
1563 (mi_command_param_changed): New.
1564 Remove mi_suppress_breakpoint_notifications.
1565 Define global variable mi_suppress_notification.
1566 (mi_breakpoint_created): Update.
1567 (mi_breakpoint_deleted): Likewise.
1568 (mi_breakpoint_modified): Likewise.
1569 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
1570 'gdb-set' and set mi_suppress_notification.
1571 * mi/mi-main.h: (mi_suppress_notification): New struct.
1572
1573 2012-08-09 Andreas Tobler <andreast@fgznet.ch>
1574 Jan Kratochvil <jan.kratochvil@redhat.com>
1575
1576 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
1577
1578 2012-08-09 Yao Qi <yao@codesourcery.com>
1579
1580 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
1581 (skiplist): Move it to skip.c.
1582 (init_cmd_lists): Remove code setting enablebreaklist and
1583 skiplist to NULL.
1584 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
1585 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
1586 skiplist.
1587 * gdbcmd.h: Likewise.
1588 * skip.c (_initialize_step_skip): Move 'skiplist' from
1589 cli/cli-cmds.c.
1590
1591 2012-08-09 Yao Qi <yao@codesourcery.com>
1592
1593 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
1594 * gnu-nat.c, symfile.c: Likewise.
1595
1596 2012-08-08 Aaron Gamble <agamble@google.com>
1597
1598 * utils.c (prompt_for_continue_wait_time): New static global.
1599 (make_command_stats_cleanup): Initialize it.
1600 (report_command_stats): Subtract time waiting for user.
1601 (prompt_for_continue): Track time waiting for user.
1602 (defaulted_query): Track time waiting for user.
1603
1604 2012-08-08 Doug Evans <dje@google.com>
1605
1606 * eval.c (evaluate_subexp_standard): Fix thinko in handling
1607 UNOP_MEMVAL_TYPE.
1608 * expprint.c (print_subexp_standard, case OP_TYPE): New.
1609 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
1610 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
1611 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
1612 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
1613 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
1614 elt.
1615 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
1616 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
1617 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
1618 (dump_prefix_expression): Handle OP_TYPE.
1619
1620 2012-08-08 Keith Seitz <keiths@redhat.com>
1621
1622 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
1623 addr_start.
1624
1625 2012-08-08 Doug Evans <dje@google.com>
1626
1627 * linux-thread-db.c: #include "gdb_vecs.h".
1628 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
1629 updated.
1630 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
1631 (thread_db_load_search): Use a vector to iterate over path elements.
1632 Handle text appearing after "$pdir".
1633
1634 * gdb_string.h: Moved to ...
1635 * common/gdb_string.h: ... here.
1636 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
1637 gdb_string.h and gdb_assert.h.
1638
1639 2012-08-08 Yao Qi <yao@codesourcery.com>
1640
1641 * tic6x-tdep.c (tic6x_register_to_value): Remove.
1642 (tic6x_value_to_register): Likewise.
1643 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
1644 and set_gdbarch_value_to_register.
1645
1646 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1647 Jean-Marc Saffroy <saffroy@gmail.com>
1648
1649 PR 11804
1650 * defs.h (find_memory_region_ftype): New comment. New arg modified.
1651 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
1652 * gcore.c (gcore_create_callback): New function comment. Add modified
1653 parameter. Only write modified regions. Set SEC_READONLY exactly
1654 according to MODIFIED.
1655 (objfile_find_memory_regions): Ignore separate debug info files. Ass
1656 the passed modified value to FUNC.
1657 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
1658 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
1659 first. New variables modified and has_anonymous. Parse the lines of
1660 smaps file. Add the passed MODIFIED value to FUNC.
1661 * procfs.c (find_memory_regions_callback): Add the passed modified
1662 value.
1663
1664 2012-08-06 Tom Tromey <tromey@redhat.com>
1665
1666 * dwarf2-frame.c (clear_pointer_cleanup): New function.
1667 (dwarf2_frame_cache): Use it.
1668 * frame-unwind.h (frame_sniffer_ftype): Document prologue
1669 cache initialization constraint.
1670
1671 2012-08-06 Tom Tromey <tromey@redhat.com>
1672
1673 PR python/14386:
1674 * varobj.c (update_dynamic_varobj_children): Don't call
1675 PyIter_Check.
1676
1677 2012-08-06 Tom Tromey <tromey@redhat.com>
1678
1679 PR cli/14392:
1680 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
1681
1682 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
1683
1684 * NEWS: New entry for 'cd' default parameters.
1685 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
1686
1687 2012-08-03 Tom Tromey <tromey@redhat.com>
1688
1689 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
1690 return.
1691
1692 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
1693
1694 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
1695 to attempting lseek/write.
1696 (inf_child_fileio_pread): Likewise for pread.
1697
1698 2012-08-02 Yao Qi <yao@codesourcery.com>
1699
1700 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
1701 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
1702 add_setshow_zinteger_cmd.
1703 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
1704 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
1705 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
1706 instead of add_setshow_zinteger_cmd.
1707 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
1708 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
1709 instead of add_setshow_zinteger_cmd.
1710 * frame.c (frame_debug): Add 'unsigned'.
1711 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
1712 add_setshow_zinteger_cmd.
1713 * frame.h: Update the declaration of 'frame_debug'.
1714 * gdbtypes.c (overload_debug): Add 'unsigned'.
1715 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
1716 add_setshow_zinteger_cmd.
1717 * inferior.h: Update declaration of 'debug_infrun'.
1718 * infrun.c (debug_infrun): Add 'unsigned'.
1719 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
1720 add_setshow_zinteger_cmd.
1721 * jit.c (jit_debug): Add 'unsigned'.
1722 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
1723 add_setshow_zinteger_cmd.
1724 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
1725 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
1726 instead of add_setshow_zinteger_cmd.
1727 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
1728 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
1729 add_setshow_zinteger_cmd.
1730 * machoread.c (mach_o_debug_level): Add 'unsigned'.
1731 (_initialize_machoread): Call add_setshow_zuinteger_cmd
1732 instead of add_setshow_zinteger_cmd.
1733 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
1734 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
1735 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
1736 intead of add_setshow_zinteger_cmd.
1737 * mips-tdep.c (mips_debug): Add 'unsigned'.
1738 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
1739 instead of add_setshow_zinteger_cmd.
1740 * monitor.c (monitor_debug): Add 'unsigned'.
1741 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
1742 add_setshow_zinteger_cmd.
1743 * observer.c (observer_debug): Add 'unsigned'.
1744 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
1745 add_setshow_zinteger_cmd.
1746 * parse.c (expressiondebug): Add 'unsigned'.
1747 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
1748 add_setshow_zinteger_cmd.
1749 * record.c (record_debug): Add 'unsigned'.
1750 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
1751 add_setshow_zinteger_cmd.
1752 * record.h: Update the declaration of 'record_debug'.
1753 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
1754 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
1755 add_setshow_zinteger_cmd.
1756 * serial.c (global_serial_debug_p): Add 'unsigned'.
1757 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
1758 add_setshow_zinteger_cmd.
1759 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
1760 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
1761 add_setshow_zinteger_cmd.
1762 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
1763 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
1764 add_setshow_zinteger_cmd.
1765 * target.c (targetdebug): Add 'unsigned'.
1766 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
1767 add_setshow_zinteger_cmd.
1768 * valops.c (overload_debug): Add 'unsigned'.
1769 * varobj.c (varobjdebug): Add 'unsigned'.
1770 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
1771 add_setshow_zinteger_cmd.
1772 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
1773 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
1774 instead of add_setshow_zinteger_cmd.
1775
1776 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
1777 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
1778 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
1779 instead of add_setshow_zinteger_cmd.
1780 * gdbarch.c, gdbarch.h: Re-generated.
1781
1782 2012-08-02 Yao Qi <yao@codesourcery.com>
1783
1784 * nto-tdep.c: Don't include cli/cli-decode.h and
1785 cli/cli-cmds.h.
1786 (_initialize_nto_tdep): Remove.
1787 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
1788 Remove field.
1789 Remove macro nto_internal_debugging.
1790
1791 2012-08-01 Richard Henderson <rth@redhat.com>
1792
1793 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
1794 (mep-*-*) [gdb_target_obs]: Likewise.
1795
1796 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
1797
1798 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
1799 linux_get_siginfo_type.
1800
1801 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1802
1803 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
1804 AT_ENTRY_POINT.
1805 (call_function_by_hand) <ON_STACK>: Call write_memory with
1806 gdbarch_breakpoint_from_pc, if possible.
1807 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
1808 here.
1809
1810 2012-07-31 Yao Qi <yao@codesourcery.com>
1811
1812 * tracepoint.c: Add 'static' for some variables.
1813
1814 2012-07-31 Yao Qi <yao@codesourcery.com>
1815
1816 * go32-nat.c: Declare _initialize_go32_nat.
1817 * ser-go32.c: Declare _initialize_ser_dos.
1818 * top.c (do_chdir_cleanup): Add 'static'.
1819
1820 2012-07-30 Keith Seitz <keiths@redhat.com>
1821
1822 * linespec.c (linespec_lex_number): A number followed
1823 by quotes is a valid number, too.
1824
1825 2012-07-30 Tom Tromey <tromey@redhat.com>
1826
1827 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
1828
1829 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
1830
1831 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
1832 attempt to 4-byte-align HW breakpoint addresses for Thumb.
1833
1834 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
1835
1836 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
1837 invalid or reevaluated to prevent prevent references to possibly
1838 delete'd type objects being left in the varobj.
1839
1840 2012-07-27 Tom Tromey <tromey@redhat.com>
1841 Jan Kratochvil <jan.kratochvil@redhat.com>
1842
1843 * copying.awk: Print buffer-read-only and vi ro markers.
1844 * copying.c: Rebuild.
1845 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
1846 * gdbarch.c, gdbarch.h: Rebuild.
1847 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
1848 buffer-read-only and vi ro markers.
1849 * features/arm-with-iwmmxt.c: Rebuild.
1850 * features/arm-with-m-fpa-layout.c: Rebuild.
1851 * features/arm-with-m-vfp-d16.c: Rebuild.
1852 * features/arm-with-m.c: Rebuild.
1853 * features/arm-with-neon.c: Rebuild.
1854 * features/arm-with-vfpv2.c: Rebuild.
1855 * features/arm-with-vfpv3.c: Rebuild.
1856 * features/i386/amd64-avx-linux.c: Rebuild.
1857 * features/i386/amd64-avx.c: Rebuild.
1858 * features/i386/amd64-linux.c: Rebuild.
1859 * features/i386/amd64.c: Rebuild.
1860 * features/i386/i386-avx-linux.c: Rebuild.
1861 * features/i386/i386-avx.c: Rebuild.
1862 * features/i386/i386-linux.c: Rebuild.
1863 * features/i386/i386-mmx-linux.c: Rebuild.
1864 * features/i386/i386-mmx.c: Rebuild.
1865 * features/i386/i386.c: Rebuild.
1866 * features/i386/x32-avx-linux.c: Rebuild.
1867 * features/i386/x32-avx.c: Rebuild.
1868 * features/i386/x32-linux.c: Rebuild.
1869 * features/i386/x32.c: Rebuild.
1870 * features/mips-dsp-linux.c: Rebuild.
1871 * features/mips-linux.c: Rebuild.
1872 * features/mips64-dsp-linux.c: Rebuild.
1873 * features/mips64-linux.c: Rebuild.
1874 * features/rs6000/powerpc-32.c: Rebuild.
1875 * features/rs6000/powerpc-32l.c: Rebuild.
1876 * features/rs6000/powerpc-403.c: Rebuild.
1877 * features/rs6000/powerpc-403gc.c: Rebuild.
1878 * features/rs6000/powerpc-405.c: Rebuild.
1879 * features/rs6000/powerpc-505.c: Rebuild.
1880 * features/rs6000/powerpc-601.c: Rebuild.
1881 * features/rs6000/powerpc-602.c: Rebuild.
1882 * features/rs6000/powerpc-603.c: Rebuild.
1883 * features/rs6000/powerpc-604.c: Rebuild.
1884 * features/rs6000/powerpc-64.c: Rebuild.
1885 * features/rs6000/powerpc-64l.c: Rebuild.
1886 * features/rs6000/powerpc-7400.c: Rebuild.
1887 * features/rs6000/powerpc-750.c: Rebuild.
1888 * features/rs6000/powerpc-860.c: Rebuild.
1889 * features/rs6000/powerpc-altivec32.c: Rebuild.
1890 * features/rs6000/powerpc-altivec32l.c: Rebuild.
1891 * features/rs6000/powerpc-altivec64.c: Rebuild.
1892 * features/rs6000/powerpc-altivec64l.c: Rebuild.
1893 * features/rs6000/powerpc-cell32l.c: Rebuild.
1894 * features/rs6000/powerpc-cell64l.c: Rebuild.
1895 * features/rs6000/powerpc-e500.c: Rebuild.
1896 * features/rs6000/powerpc-e500l.c: Rebuild.
1897 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
1898 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
1899 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
1900 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
1901 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
1902 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
1903 * features/rs6000/powerpc-vsx32.c: Rebuild.
1904 * features/rs6000/powerpc-vsx32l.c: Rebuild.
1905 * features/rs6000/powerpc-vsx64.c: Rebuild.
1906 * features/rs6000/powerpc-vsx64l.c: Rebuild.
1907 * features/rs6000/rs6000.c: Rebuild.
1908 * features/s390-linux32.c: Rebuild.
1909 * features/s390-linux32v1.c: Rebuild.
1910 * features/s390-linux32v2.c: Rebuild.
1911 * features/s390-linux64.c: Rebuild.
1912 * features/s390-linux64v1.c: Rebuild.
1913 * features/s390-linux64v2.c: Rebuild.
1914 * features/s390x-linux64.c: Rebuild.
1915 * features/s390x-linux64v1.c: Rebuild.
1916 * features/s390x-linux64v2.c: Rebuild.
1917 * features/tic6x-c62x-linux.c: Rebuild.
1918 * features/tic6x-c62x.c: Rebuild.
1919 * features/tic6x-c64x-linux.c: Rebuild.
1920 * features/tic6x-c64x.c: Rebuild.
1921 * features/tic6x-c64xp-linux.c: Rebuild.
1922 * features/tic6x-c64xp.c: Rebuild.
1923
1924 2012-07-27 Tom Tromey <tromey@redhat.com>
1925
1926 * c-exp.y (classify_name): Avoid assignment in condition.
1927
1928 2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
1929
1930 * amd64-windows-tdep.c: Include "frame.h".
1931 (amd64_windows_skip_trampoline_code): New function.
1932 (amd64_windows_init_abi): Add trampoline registration.
1933
1934 2012-07-27 Yao Qi <yao@codesourcery.com>
1935
1936 * tracepoint.c (cur_traceframe_number): Remove.
1937 (set_tfile_traceframe): Remove.
1938 (tfile_trace_find, tfile_fetch_registers): Update callers.
1939 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
1940 (tfile_open, tfile_trace_find): Likewise.
1941
1942 2012-07-27 Yao Qi <yao@codesourcery.com>
1943
1944 * thread.c (switch_to_thread): Don't call registers_changed.
1945
1946 2012-07-26 Tom Tromey <tromey@redhat.com>
1947
1948 * Makefile.in (SFILES): Remove objc-exp.y.
1949 (YYFILES): Remove objc-exp.c.
1950 (YYOBJ): Remove objc-exp.o.
1951 (local-maintainer-clean): Don't mention objc-exp.c.
1952 * c-exp.y: Include objc-lang.h.
1953 (%union) <class>: New field.
1954 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
1955 (exp): Clone subscript production for OBJC_LBRAC. Add various
1956 Objective C productions.
1957 (msglist, msgarglist, msgarg): New productions.
1958 (array_mod, func_mod, operator): Clone productions for
1959 OBJC_LBRAC.
1960 (parse_string_or_char): Handle '@' strings.
1961 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
1962 (classify_name): Check la_name_of_this. Recognize ObjC class
1963 names.
1964 * objc-exp.y: Remove.
1965 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
1966 * objc-lang.h (objc_parse, objc_error): Don't declare.
1967
1968 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
1969
1970 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
1971
1972 2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1973
1974 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
1975 and decrement.
1976
1977 2012-07-26 Tom Tromey <tromey@redhat.com>
1978
1979 * copying.c: Rebuild.
1980 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
1981 'no_class'.
1982
1983 2012-07-26 Tom Tromey <tromey@redhat.com>
1984
1985 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
1986 immediate_quit.
1987 (print_objfile_statistics): Likewise.
1988 (maintenance_print_symbols): Likewise.
1989 (maintenance_print_msymbols): Likewise.
1990 (maintenance_print_objfiles): Likewise.
1991 * psymtab.c (print_partial_symbols): Call QUIT.
1992 (maintenance_print_psymbols): Likewise. Don't modify
1993 immediate_quit.
1994 * copying.c (show_copying_command): Don't modify immediate_quit.
1995 (show_warranty_command): Likewise.
1996 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
1997
1998 2012-07-26 Keith Seitz <keiths@redhat.com>
1999
2000 * linespec.c (linespec_lexer_lex_number): The input
2001 is also a valid number if the next character is a comma
2002 or colon.
2003
2004 2012-07-26 Joel Brobecker <brobecker@adacore.com>
2005
2006 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
2007 configure options.
2008
2009 2012-07-26 Tristan Gingold <gingold@adacore.com>
2010
2011 * machoread.c: Include gdb_bfd.h.
2012
2013 2012-07-26 Tristan Gingold <gingold@adacore.com>
2014
2015 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
2016 offset.
2017
2018 2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2019
2020 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
2021 SIZE to size_t.
2022 (dwarf2_evaluate_loc_desc): Likewise.
2023 (dwarf2_loc_desc_needs_frame): Likewise.
2024 (locexpr_describe_location_1): Likewise.
2025 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
2026 size_t.
2027 (struct dwarf2_loclist_baton): Likewise.
2028 * dwarf2read.c (struct dwarf_block): Likewise.
2029 (dump_die_shallow): Use pulongest to print dwarf_block.size.
2030 (decode_locdesc): Expand SIZE and I to size_t.
2031
2032 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2033
2034 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
2035
2036 2012-07-25 Joel Brobecker <brobecker@adacore.com>
2037
2038 * doublest.c (convert_doublest_to_floatformat): If the exponent
2039 is too small, treat the value as zero. If the exponent is too
2040 large, treat the value as infinity.
2041
2042 2012-07-25 Joel Brobecker <brobecker@adacore.com>
2043
2044 * configure.ac: Add --enable-lmcheck configure option.
2045 * configure: Regenerate.
2046
2047 2012-07-25 Tom Tromey <tromey@redhat.com>
2048
2049 * NEWS: Mention maint info bfds.
2050 * gdb_bfd.c (all_bfds): New global.
2051 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
2052 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
2053 New functions.
2054
2055 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
2056
2057 * configure.tgt: Add v850*-*-rtems*.
2058
2059 2012-07-25 Tom Tromey <tromey@redhat.com>
2060
2061 * macrotab.c (macro_bcache_str): Remove cast.
2062
2063 2012-07-25 Hui Zhu <hui_zhu@mentor.com>
2064
2065 * linespec.c (linespec_lexer_lex_number): Update comments,
2066 change the return and add check to make sure the input is
2067 the decimal numbers.
2068 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
2069 false, call linespec_lexer_lex_string.
2070
2071 2012-07-24 Tom Tromey <tromey@redhat.com>
2072
2073 * symfile.c (symbol_file_add): Don't open BFD twice.
2074
2075 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
2076
2077 * breakpoint.c (create_breakpoint): Store condition for pending
2078 breakpoints.
2079
2080 2012-07-24 Andreas Schwab <schwab@linux-m68k.org>
2081
2082 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
2083 (m68k_return_value): Handle complex types like structures.
2084 (m68k_svr4_return_value): Likewise.
2085
2086 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
2087
2088 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
2089 parameters to bfd_get_section_name.
2090
2091 2012-07-24 Yao Qi <yao@codesourcery.com>
2092
2093 * cli/cli-setshow.c: Handle case 'var_uinteger'
2094 and 'var_zuninteger' together. Handle case 'var_integer' and
2095 'var_zinteger' together.
2096
2097 2012-07-23 Keith Seitz <keiths@redhat.com>
2098
2099 * linespec.c (convert_linespec_to_sal): Don't add
2100 any symbols to the result vector if symbol_to_sal
2101 returns zero.
2102
2103 2012-07-23 Keith Seitz <keiths@redhat.com>
2104
2105 * linespec.c (decode_objc): Record the function name
2106 in the linespec.
2107
2108 2012-07-23 Tom Tromey <tromey@redhat.com>
2109
2110 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
2111 counting.
2112 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
2113 (map_vmap): Acquire a reference to the BFD.
2114
2115 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
2116
2117 * p-valprint.c (pascal_object_print_value): Replace potentially
2118 unsafe alloca with xmalloc/xfree.
2119 * valops.c (search_struct_method): Likewise.
2120
2121 2012-07-23 Tom Tromey <tromey@redhat.com>
2122
2123 * solib-svr4.c (enable_break): Update.
2124 * bfd-target.h (target_bfd_reopen): Update documentation.
2125
2126 2012-07-23 Tom Tromey <tromey@redhat.com>
2127
2128 * symfile.c (separate_debug_file_exists): Update.
2129 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
2130 (reread_symbols): Update.
2131 * elfread.c (build_id_verify): Update.
2132 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
2133 bfd_open_maybe_remote.
2134
2135 2012-07-23 Tom Tromey <tromey@redhat.com>
2136
2137 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
2138
2139 2012-07-23 Tom Tromey <tromey@redhat.com>
2140
2141 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
2142 and 'abfd'.
2143 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
2144 and 'abfd'.
2145 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
2146 * machoread.c (macho_add_oso_symfile): Make a cleanup for
2147 'abfd'.
2148 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
2149 * objfiles.c (allocate_objfile): Acquire a new reference.
2150 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
2151 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
2152 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
2153 a cleanup for 'nbfd'.
2154 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
2155 for 'nbfd'.
2156 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
2157 make a cleanup for 'abfd'.
2158 (symbol_file_add): Make a BFD cleanup.
2159
2160 2012-07-23 Tom Tromey <tromey@redhat.com>
2161
2162 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
2163 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
2164 * corelow.c (core_open): Use gdb_bfd_fopen.
2165 * dsrec.c (load_srec): Use gdb_bfd_openr.
2166 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
2167 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
2168 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2169 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2170 (gdb_bfd_fdopenr): New functions.
2171 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2172 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2173 (gdb_bfd_fdopenr): Declare.
2174 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
2175 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
2176 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
2177 gdb_bfd_openr_next_archived_file.
2178 (macho_check_dsym): Use gdb_bfd_openr.
2179 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
2180 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
2181 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
2182 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
2183 gdb_bfd_openr.
2184 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
2185 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
2186 gdb_bfd_openr_next_archived_file.
2187 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2188 Use gdb_bfd_openr.
2189 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2190 gdb_bfd_openr.
2191 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
2192 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
2193 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
2194 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
2195 (symfile_bfd_open): Use gdb_bfd_fopen.
2196 (generic_load): Use gdb_bfd_openr.
2197 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
2198
2199 2012-07-23 Tom Tromey <tromey@redhat.com>
2200
2201 * bfd-target.c (target_bfd_reopen): Update.
2202 * cli/cli-dump.c (bfd_openr_with_cleanup)
2203 (bfd_openw_with_cleanup): Update.
2204 * corelow.c (core_open): Update.
2205 * dsrec.c (load_srec): Update.
2206 * exec.c (exec_file_attach): Update.
2207 * gcore.c (create_gcore_bfd): Update.
2208 * gdb_bfd.c (gdb_bfd_ref): Return void.
2209 (gdb_bfd_open): Update.
2210 * gdb_bfd.h (gdb_bfd_ref): Return void.
2211 Update comments.
2212 * jit.c (jit_bfd_try_read_symtab): Update.
2213 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2214 * machoread.c (macho_symfile_read_all_oso): Update.
2215 (macho_check_dsym): Update.
2216 * procfs.c (insert_dbx_link_bpt_in_file): Update.
2217 * remote-m32r-sdi.c (m32r_load): Update.
2218 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
2219 * rs6000-nat.c (add_vmap): Update.
2220 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2221 Update.
2222 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
2223 * solib-spu.c (spu_bfd_open): Update.
2224 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
2225 * spu-linux-nat.c (spu_bfd_open): Update.
2226 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
2227 (generic_load): Update.
2228 * windows-nat.c (windows_make_so): Update.
2229
2230 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
2231
2232 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
2233
2234 2012-07-20 Jeff Kenton <jkenton@tilera.com>
2235
2236 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
2237 SIGTRAMP_FRAME unwinding.
2238
2239 2012-07-20 Doug Evans <dje@google.com>
2240
2241 * NEWS: Document new options "set/show use-deprecated-index-sections",
2242 and delete reference to --use-deprecated-index-sections.
2243 * symfile.h (use_deprecated_index_sections): Delete.
2244 * dwarf2read.c (use_deprecated_index_sections): Make static.
2245 (read_index_from_section): Update wording of how to load
2246 deprecated index sections.
2247 (_initialize_dwarf2_read): New options
2248 "set/show use-deprecated-index-sections".
2249 * main.c (captured_main): Delete --use-deprecated-index-sections.
2250
2251 2012-07-20 Pedro Alves <palves@redhat.com>
2252
2253 PR threads/11692
2254 PR gdb/12203
2255
2256 * infrun.c (handle_inferior_event) <new thread>: Don't special
2257 case minus_one_ptid.
2258 <TARGET_WAITKIND_SPURIOUS>: Ditto.
2259 * linux-thread-db.c (thread_get_info_callback): Don't return early
2260 if the thread is zombie.
2261 (thread_from_lwp): Change return type to void. Rewrite stale
2262 comment.
2263 (attach_thread): Don't return early if the thread is zombie,
2264 instead set its "dying" flag.
2265 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
2266 (find_new_threads_callback): Don't return early if the thread is
2267 zombie.
2268
2269 2012-07-20 Pedro Alves <palves@redhat.com>
2270
2271 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
2272 * target.c (target_wait): Likewise.
2273 (str_comma_list_concat_elem, do_option, target_options_to_string):
2274 New functions.
2275 * target.h (target_options_to_string): Declare.
2276
2277 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2278 Tom Tromey <tromey@redhat.com>
2279
2280 * dwarf2read.c (dwarf_decode_macros)
2281 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
2282 DW_MACRO_GNU_transparent_include_alt>: New cases.
2283 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
2284 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
2285
2286 2012-07-20 Tom Tromey <tromey@redhat.com>
2287
2288 * dwarf2read.c (try_open_dwo_file): Don't call
2289 gdb_bfd_stash_filename.
2290
2291 2012-07-20 Pedro Alves <palves@redhat.com>
2292
2293 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2294 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
2295 (i386_process_record): Tweak description comments.
2296
2297 2012-07-20 Pedro Alves <palves@redhat.com>
2298
2299 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2300 (i386_process_record): Use record_read_memory.
2301 * record.c (record_read_memory): New function.
2302 (record_arch_list_add_mem, record_exec_insn): Use
2303 record_read_memory.
2304 * record.h (record_read_memory): Declare.
2305
2306 2012-07-20 Yao Qi <yao@codesourcery.com>
2307
2308 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
2309 NULL for xfree.
2310
2311 2012-07-19 Pedro Alves <palves@redhat.com>
2312
2313 * record.c (record_resume): Ask the target beneath to report all
2314 signals.
2315
2316 2012-07-19 Doug Evans <dje@google.com>
2317
2318 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
2319 there's no section at address zero.
2320 (dwarf2_record_block_ranges): Ditto.
2321
2322 2012-07-19 Yao Qi <yao@codesourcery.com>
2323
2324 * command.h, remote.c: Fix a typo in comment.
2325
2326 2012-07-19 Tom Tromey <tromey@redhat.com>
2327
2328 PR exp/13206:
2329 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
2330 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
2331 OP_DECLTYPE>: New cases.
2332 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
2333 (type_exp): Add new productions.
2334 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
2335 and decltype.
2336 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
2337 New case.
2338 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
2339 OP_DECLTYPE>: New case.
2340 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
2341 New case.
2342 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
2343 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
2344
2345 2012-07-19 Tom Tromey <tromey@redhat.com>
2346
2347 * c-exp.y (enum token_flags): New.
2348 (struct token) <cxx_only>: Remove.
2349 <flags>: New field.
2350 (tokentab3, tokentab2, ident_tokens): Update.
2351 (lex_one_token): Update. Handle FLAG_SHADOW.
2352
2353 2012-07-19 Tom Tromey <tromey@redhat.com>
2354
2355 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
2356 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
2357 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
2358 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
2359 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
2360 type_exp production where appropriate.
2361 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
2362 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
2363 <UNOP_MEMVAL_TYPE>: New case.
2364 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
2365 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
2366 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
2367 <UNOP_MEMVAL_TYPE>: New case.
2368 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
2369 UNOP_REINTERPRET_CAST>: Update.
2370 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2371 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
2372 UNOP_REINTERPRET_CAST>: Update.
2373 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2374 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
2375 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
2376 constants.
2377
2378 2012-07-19 Yao Qi <yao@codesourcery.com>
2379 Jan Kratochvil <jan.kratochvil@redhat.com>
2380
2381 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
2382 and case 'var_optional_filename' together.
2383 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
2384 instead of add_setshow_optional_filename_cmd for setshow command
2385 'args'. Set completer for 'set args'.
2386
2387 2012-07-18 Doug Evans <dje@google.com>
2388
2389 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
2390 * common/gdb_vecs.c: New file, contents from utils.c.
2391 * common/host-defs.h: New file, contents from defs.h.
2392 * utils.h: New file, contents from defs.h.
2393 * defs.h: Move all declarations of objects defined in utils.c
2394 to utils.h (except QUIT() and related).
2395 #include "utils.h", "host-defs.h".
2396 * probe.h (probe_p): Move here from gdb_vecs.h.
2397 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
2398 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
2399 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
2400 * Makefile.in (SFILES): Add common/gdb_vecs.c.
2401 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
2402 (COMMON_OBS): Add gdb_vecs.o.
2403 (gdb_vecs.o): New rule.
2404
2405 2012-07-18 Keith Seitz <keiths@redhat.com>
2406
2407 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
2408 parameter. If non-zero, use SYMNAME as the canonical name
2409 for the SaL.
2410 Update all callers.
2411 (convert_linespec_to_sals): Use add_sal_to_sals for
2412 expressions, too.
2413 (decode_line_full): No need to "fill in missing canonical names"
2414 anymore. Simply make cleanups for the allocated names.
2415
2416 2012-07-18 Keith Seitz <keiths@redhat.com>
2417
2418 * linespec.c (struct linespec): Constify expression,
2419 source_filename, function_name, and label_name.
2420 (symbol_not_found_error): Make all parameters const.
2421 (linespec_parser_delete): No need to check for NULL
2422 when using xfree. Cast const char * to char * for xfree.
2423
2424 2012-07-18 Keith Seitz <keiths@redhat.com>
2425
2426 * breakpoint.c (invalid_thread_id_error): New function.
2427 (find_condition_and_thread): Use invalid_thread_id_error.
2428 (watch_command_1): Likewise.
2429
2430 2012-07-18 Tom Tromey <tromey@redhat.com>
2431
2432 * cc-with-index.sh, cc-with-dwz.sh: Remove.
2433 * contrib/cc-with-tweaks.sh: New file.
2434
2435 2012-07-18 Tom Tromey <tromey@redhat.com>
2436
2437 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
2438 (locate_dwz_sections): Recognize .gdb_index.
2439 (create_cus_from_index_list): New function.
2440 (create_cus_from_index): Use it. Handle .dwz data.
2441 (read_index_from_section): New function, extracted from
2442 dwarf2_read_index.
2443 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
2444 if needed.
2445
2446 2012-07-18 Tom Tromey <tromey@redhat.com>
2447
2448 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
2449 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
2450 <is_dwz>: New field.
2451 (struct dwz_file): New.
2452 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
2453 (locate_dwz_sections, dwarf2_get_dwz_file)
2454 (get_abbrev_section_for_cu): New functions.
2455 (error_check_comp_unit_head, read_and_check_comp_unit_head)
2456 (read_and_check_type_unit_head): Add abbrev_section argument.
2457 (create_debug_types_hash_table): Update.
2458 (init_cutu_and_read_dies): Use proper abbrev section.
2459 (init_cutu_and_read_dies_no_follow): Likewise.
2460 (set_partial_user): Do nothing if PST==NULL.
2461 (read_comp_units_from_section): New function.
2462 (create_all_comp_units): Use it.
2463 (scan_partial_symbols, partial_die_parent_scope): Update.
2464 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2465 (process_imported_unit_die, read_partial_die): Handle .dwz files.
2466 (find_partial_die): Add offset_in_dwz argument. Update.
2467 (guess_partial_die_structure_name, fixup_partial_die): Update.
2468 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
2469 DW_FORM_GNU_strp_alt.
2470 (read_indirect_string_from_dwz): New function.
2471 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
2472 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2473 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
2474 (follow_die_offset): Add offset_in_dwz argument.
2475 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
2476 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
2477 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
2478 Handle new macro forms.
2479 (dwarf_decode_macros): Update.
2480 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
2481 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
2482 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
2483 (create_debug_types_hash_table): Use correct abbrev section.
2484 (get_debug_line_section): New function.
2485 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
2486 (process_full_comp_unit): Pass 'required' argument to
2487 end_symtab_get_static_block.
2488 * buildsym.h (end_symtab_get_static_block): Update.
2489 * buildsym.c (end_symtab_get_static_block): Add 'required'
2490 argument.
2491 (end_symtab, end_expandable_symtab): Update.
2492
2493 2012-07-18 Tom Tromey <tromey@redhat.com>
2494
2495 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
2496 (pagesize): Remove.
2497 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
2498 (zlib_decompress_section): Remove.
2499 (dwarf2_read_section): Use gdb_bfd_map_section.
2500 (munmap_section_buffer): Remove.
2501 (free_dwo_file, dwarf2_per_objfile_free): Don't use
2502 munmap_section_buffer.
2503 * gdb_bfd.c: Include zlib.h, sys/mman.h.
2504 (struct gdb_bfd_section_data): New.
2505 (free_one_bfd_section): New function.
2506 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
2507 (get_section_descriptor, zlib_decompress_section)
2508 (gdb_bfd_map_section): New functions.
2509 * gdb_bfd.h (gdb_bfd_map_section): Declare.
2510
2511 2012-07-18 Tom Tromey <tromey@redhat.com>
2512
2513 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
2514
2515 2012-07-18 Tom Tromey <tromey@redhat.com>
2516
2517 * gdb_bfd.c (struct gdb_bfd_data): New.
2518 (gdb_bfd_cache): New global.
2519 (struct gdb_bfd_cache_search): New.
2520 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
2521 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
2522 * gdb_bfd.h (gdb_bfd_open): Declare.
2523
2524 2012-07-18 Tom Tromey <tromey@redhat.com>
2525
2526 * utils.c (make_cleanup_bfd_unref): Rename from
2527 make_cleanup_bfd_close.
2528 * defs.h (make_cleanup_bfd_unref): Rename from
2529 make_cleanup_bfd_close.
2530 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
2531 (bfd_openw_with_cleanup): Update.
2532 * corelow.c (core_open): Update.
2533 * dsrec.c (load_srec): Update.
2534 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2535 * remote-m32r-sdi.c (m32r_load): Update.
2536 * remote-mips.c (mips_load_srec): Update.
2537 (pmon_load_fast): Update.
2538 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2539 Update.
2540 (darwin_bfd_open): Update.
2541 * solib.c (solib_bfd_fopen): Update.
2542 * symfile-mem.c (symbol_file_add_from_memory): Update.
2543 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
2544 (symfile_bfd_open): Update.
2545 (generic_load): Update.
2546
2547 2012-07-18 Tom Tromey <tromey@redhat.com>
2548
2549 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
2550 (pmon_load_fast): Likewise.
2551 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
2552 (m32r_upload_command): Likewise.
2553 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
2554 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2555 Use make_cleanup_bfd_close.
2556
2557 2012-07-18 Tom Tromey <tromey@redhat.com>
2558
2559 * symfile.c (symfile_bfd_open): Don't copy name. Call
2560 gdb_bfd_stash_filename.
2561 (load_command): Open the new BFD before freeing the old.
2562 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
2563 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
2564 Call gdb_bfd_stash_filename.
2565 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
2566 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
2567 gdb_bfd_stash_filename.
2568 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2569 Free found_pathname.
2570 * rs6000-nat.c (add_vmap): Don't copy filename. Call
2571 gdb_bfd_stash_filename.
2572 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
2573 * machoread.c (macho_add_oso_symfile): Call
2574 gdb_bfd_stash_filename.
2575 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
2576 gdb_bfd_stash_filename.
2577 (macho_check_dsym): Don't copy filename. Call
2578 gdb_bfd_stash_filename.
2579 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
2580 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
2581 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
2582 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
2583 * exec.c (exec_close): Don't free the BFD's filename.
2584 (exec_file_attach): Don't copy the filename. Call
2585 gdb_bfd_stash_filename.
2586 * corelow.c (core_close): Don't free the BFD's filename.
2587 (core_open): Call gdb_bfd_stash_filename.
2588 * corefile.c (reopen_exec_file): Remove #if 0 code.
2589 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
2590 pathname.
2591 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
2592
2593 2012-07-18 Tom Tromey <tromey@redhat.com>
2594
2595 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
2596 gdb_bfd_unref.
2597 (free_dwo_file): Use gdb_bfd_unref.
2598 * cli/cli-dump.c: Include gdb_bfd.h.
2599 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
2600 (bfd_openr_with_cleanup): Likewise.
2601 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
2602 gdb_bfd_unref.
2603 * utils.c: Include gdb_bfd.h.
2604 (do_bfd_close_cleanup): Use gdb_bfd_unref.
2605 * symfile.c: Include gdb_bfd.h.
2606 (separate_debug_file_exists): Use gdb_bfd_unref.
2607 (bfd_open_maybe_remote): Use gdb_bfd_ref.
2608 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2609 (generic_load): Use gdb_bfd_ref.
2610 (reread_symbols): Use gdb_bfd_unref.
2611 * symfile-mem.c: Include gdb_bfd.h.
2612 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
2613 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2614 * solib.c: Include gdb_bfd.h.
2615 (solib_bfd_fopen): Use gdb_bfd_ref.
2616 (solib_bfd_open): Use gdb_bfd_unref.
2617 (free_so_symbols): Use gdb_bfd_unref.
2618 (reload_shared_libraries_1): Use gdb_bfd_unref.
2619 * solib-spu.c: Include gdb_bfd.h.
2620 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
2621 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
2622 gdb_bfd_unref.
2623 * solib-frv.c: Include gdb_bfd.h.
2624 (enable_break2): Use gdb_bfd_unref.
2625 * solib-dsbt.c: Include gdb_bfd.h.
2626 (enable_break2): Use gdb_bfd_unref.
2627 * solib-darwin.c: Include gdb_bfd.h.
2628 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
2629 gdb_bfd_unref.
2630 (darwin_bfd_open): Use gdb_bfd_unref.
2631 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
2632 * remote-mips.c: Include gdb_bfd.h.
2633 (mips_load_srec): Use gdb_bfd_ref.
2634 (pmon_load_fast): Use gdb_bfd_ref.
2635 * remote-m32r-sdi.c: Include gdb_bfd.h.
2636 (m32r_load): Use gdb_bfd_ref.
2637 * record.c: Include gdb_bfd.h.
2638 (record_save_cleanups): Use gdb_bfd_unref.
2639 (cmd_record_save): Use gdb_bfd_unref.
2640 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
2641 gdb_bfd_unref.
2642 * objfiles.h (gdb_bfd_close_or_warn): Remove.
2643 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
2644 * objfiles.c: Include gdb_bfd.h.
2645 (free_objfile): Use gdb_bfd_unref.
2646 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
2647 gdb_bfd.c.
2648 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
2649 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
2650 (macho_check_dsym): Likewise.
2651 * m32r-rom.c: Include gdb_bfd.h.
2652 (m32r_load): Use gdb_bfd_ref.
2653 (m32r_upload_command): Use gdb_bfd_ref.
2654 * jit.c: Include gdb_bfd.h.
2655 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
2656 * gdb_bfd.h: New file.
2657 * gdb_bfd.c: New file.
2658 * gcore.c: Include gdb_bfd.h.
2659 (create_gcore_bfd): Use gdb_bfd_ref.
2660 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
2661 (gcore_command): Use gdb_bfd_unref.
2662 * exec.c: Include gdb_bfd.h.
2663 (exec_close): Use gdb_bfd_unref.
2664 (exec_close_1): Use gdb_bfd_unref.
2665 (exec_file_attach): Use gdb_bfd_ref.
2666 * elfread.c: Include gdb_bfd.h.
2667 (build_id_verify): Use gdb_bfd_unref.
2668 * dsrec.c: Include gdb_bfd.h.
2669 (load_srec): Use gdb_bfd_ref.
2670 * corelow.c: Include gdb_bfd.h.
2671 (core_close): Use gdb_bfd_unref.
2672 (core_open): Use gdb_bfd_ref.
2673 * bfd-target.c: Include gdb_bfd.h.
2674 (target_bfd_xclose): Use gdb_bfd_unref.
2675 (target_bfd_reopen): Use gdb_bfd_ref.
2676 * Makefile.in (SFILES): Add gdb_bfd.c.
2677 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
2678 (COMMON_OBS): Add gdb_bfd.o.
2679
2680 2012-07-18 Keith Seitz <keiths@redhat.com>
2681
2682 * breakpoint.c (find_condition_and_thread): Initialize
2683 TASK and REST.
2684 (create_breakpiont): find_condition_and_thread will now
2685 initialize COND_STRING, THREAD, and REST (and TASK).
2686 (addr_string_to_sals): Likewise.
2687
2688 2012-07-18 Pedro Alves <palves@redhat.com>
2689
2690 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
2691 Pull the single step breakpoints out of the target.
2692
2693 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
2694
2695 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
2696 * stap-probe.c (compile_probe_arg): Likewise.
2697
2698 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
2699
2700 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
2701 (elf_compile_to_ax): Likewise.
2702 * infrun.c (insert_exception_resume_from_probe): Likewise.
2703 (check_exception_resume): Remove `objfile' variable.
2704 * probe.c (find_probe_by_pc): Remove `objfile' argument.
2705 (struct probe_and_objfile, probe_and_objfile_s): Delete.
2706 (collect_probes): Adjust return value to `VEC (probe_p) *'.
2707 (compare_entries): Rename to...
2708 (compare_probes): ...this. Adjust function to work with
2709 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
2710 respectively.
2711 (gen_ui_out_table_header_info): Adjust `probes' argument to be
2712 `VEC (probe_p) *'.
2713 (print_ui_out_info): Adjust argument to be `struct probe *'.
2714 (info_probes_for_ops): Adjust internal computations to use
2715 `VEC (probe_p) *'.
2716 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
2717 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
2718 gen_info_probes_table_values>: Remove `objfile' argument.
2719 (struct probe) <objfile>: New field.
2720 (find_probe_by_pc): Remove `objfile' argument.
2721 * stap-probe.c (stap_parse_probe_arguments): Likewise.
2722 (stap_get_probe_argument_count): Likewise.
2723 (stap_get_arg): Likewise.
2724 (stap_evaluate_probe_argument): Likewise.
2725 (stap_compile_to_ax): Likewise.
2726 (compile_probe_arg): Refactor not to pass `objfile' anymore.
2727 (handle_stap_probe): Fill `objfile' field from `struct probe'.
2728 (stap_gen_info_probes_table_header): Remove `objfile' argument.
2729 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
2730 sym_compile_to_ax>: Likewise.
2731
2732 2012-07-18 Terry Guo <terry.guo@arm.com>
2733
2734 PR 14329
2735 * defs.h (GDB_MI_MSG_WIDTH): New.
2736 * ser_base (ser_base_read_error_fd): New function.
2737 (do_ser_base_readchar): Poll error file descriptor as well as
2738 standard output.
2739 (generic_readchar): Refactor error handling.
2740
2741 2012-07-18 Joel Brobecker <brobecker@adacore.com>
2742
2743 * NEWS: Create a new section for the next release branch.
2744 Rename the section of the current branch, now that it has
2745 been cut.
2746
2747 2012-07-18 Joel Brobecker <brobecker@adacore.com>
2748
2749 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
2750 * version.in: Bump version to 7.5.50.20120718-cvs.
2751
2752 2012-07-17 Keith Seitz <keiths@redhat.com>
2753
2754 * linespec.c (linespec_parse_line_offset): Make parameter
2755 const.
2756
2757 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2758
2759 PR 11914
2760 * f-valprint.c (info_common_command): New variable frame_id.
2761 Reinitialize FI form FRAME_ID after each print_variable_and_value.
2762 * printcmd.c (print_variable_and_value): Extend function comment.
2763 Add comment for invalidated FRAME.
2764 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
2765 FI form FRAME_ID after each print_frame_local_vars.
2766 (struct print_variable_and_value_data): Change frame to frame_id.
2767 (do_print_variable_and_value): New variable frame, initialize it from
2768 p->frame_id. Add comment for invalidated FRAME.
2769 (print_frame_local_vars, print_frame_arg_vars): New function comment.
2770 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
2771 for invalidated FRAME.
2772
2773 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
2774 Pedro Alves <palves@redhat.com>
2775
2776 * linux-nat.c (linux_nat_detach): Don't unregister from the event
2777 loop.
2778
2779 2012-07-16 Tom Tromey <tromey@redhat.com>
2780
2781 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
2782
2783 2012-07-15 Doug Evans <dje@google.com>
2784
2785 * dwarf2read.c (stmt_list_hash): New struct.
2786 (type_unit_group): Embed "per_cu" member, remove pointer.
2787 New union member "t", move member "tus" into it, all uses updated.
2788 New member "hash", replaces member "line_offset, all uses updated.
2789 (quick_file_names): Replace member "offset" with "hash", all uses
2790 updated.
2791 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
2792 (hash_file_name_entry, eq_file_name_entry): Call them.
2793 (hash_type_unit_group, eq_type_unit_group): Ditto.
2794 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
2795 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
2796 (dw2_get_file_names): Update.
2797 (create_type_unit_group): Replace "per_cu" arg with "cu".
2798 All callers updated. Fix "quick" (.gdb_index) handling.
2799 (get_type_unit_group): Replace "per_cu" arg with "cu".
2800 All callers updated.
2801 (build_type_unit_groups): Don't reset tu_stats.
2802
2803 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
2804 "tab_cur_size". Change member "tab" to be a htab_t.
2805 (create_filename_seen_cache): Update.
2806 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
2807 (filename_seen): Update.
2808
2809 2012-07-13 Doug Evans <dje@google.com>
2810
2811 * symtab.c (filename_seen): Update comment.
2812
2813 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2814 Doug Evans <dje@google.com>
2815
2816 * buildsym.c (end_symtab_1): Split it to ...
2817 (end_symtab_get_static_block): ... this ...
2818 (end_symtab_from_static_block): ... and this function.
2819 (end_symtab, end_expandable_symtab): Call them.
2820 * buildsym.h (end_symtab_get_static_block)
2821 (end_symtab_from_static_block): New declarations.
2822 * dwarf2read.c (process_full_comp_unit): New variable static_block.
2823 Set its valid CU ranges.
2824
2825 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2826
2827 * dwarf2loc.c (disassemble_dwarf_expression): Handle
2828 DW_OP_GNU_parameter_ref.
2829
2830 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2831
2832 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
2833 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
2834
2835 2012-07-13 Doug Evans <dje@google.com>
2836
2837 * symtab.c (output_source_filename): Delete unnecessary forward decl.
2838 (filename_seen_cache): New struct.
2839 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
2840 (create_filename_seen_cache): New function.
2841 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
2842 (filename_seen): Delete arg "first". New arg "cache". All callers
2843 updated.
2844 (output_source_filename_data): New struct.
2845 (output_source_filename): Delete arg "first". New arg "data".
2846 All callers updated.
2847 (sources_info): Delete local "first". New locals "data", "cleanups".
2848 Rewrite to use filename_seen_cache.
2849 (add_partial_filename_data): Delete member "first". New member
2850 "filename_seen_cache". All uses updated.
2851 (make_source_files_completion_list): Rewrite to use
2852 filename_seen_cache.
2853
2854 2012-07-12 Doug Evans <dje@google.com>
2855
2856 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
2857
2858 2012-07-10 Doug Evans <dje@google.com>
2859
2860 PR gdb/13498
2861 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
2862 all_type_unit_groups, type_unit_groups, tu_stats.
2863 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
2864 All uses updated. Add type_unit_group to union "s".
2865 (type_unit_group): New struct.
2866 (IS_TYPE_UNIT_GROUP): New macro.
2867 (abbrev_table): Delete unused member "section".
2868 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
2869 (dw2_get_cu): Assert not used with type_unit_group.
2870 (dw2_get_primary_cu): New function.
2871 (dw2_build_type_unit_groups_reader): New function.
2872 (dw2_build_type_unit_groups): New function.
2873 (dw2_get_file_names): Assert not called on type units.
2874 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
2875 Redo loop to iterate over type unit groups instead of type units.
2876 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
2877 (read_abbrev_offset): New function.
2878 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
2879 updated.
2880 (create_partial_symtab): New function.
2881 (process_psymtab_comp_unit_reader): Assert not used with type units.
2882 Call create_partial_symtab.
2883 (process_psymtab_type_unit): Delete.
2884 (hash_type_unit_group, eq_type_unit_group): New functions.
2885 (allocate_type_unit_groups_table): New function.
2886 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
2887 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
2888 (create_type_unit_group, get_type_unit_group): New functions.
2889 (tu_abbrev_offset): New struct.
2890 (sort_tu_by_abbrev_offset): New function.
2891 (add_type_unit_group_to_table): New function.
2892 (build_type_unit_groups): New function.
2893 (build_type_psymtabs_reader): New function.
2894 (build_type_psymtab_dependencies): New function.
2895 (build_type_psymtabs): Rewrite.
2896 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
2897 is seen in a type unit.
2898 (process_queue): Move symtab expansion debugging printfs here.
2899 Call process_full_type_unit for type units.
2900 (compute_symtab_includes): Assert not called for type units.
2901 (process_cu_includes): Don't call compute_symtab_includes for
2902 type units.
2903 (process_full_type_unit): New function.
2904 (process_imported_unit_die): Flag an error if called for type units.
2905 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
2906 updated. Assert not called for type units.
2907 (read_file_scope): Call dwarf2_start_symtab.
2908 (setup_type_unit_groups): New function.
2909 (read_type_unit_scope): Rewrite.
2910 (abbrev_table_read_table): Initialize abbrev_table->offset.
2911 (abbrev_table_free_cleanup): New function.
2912 (dwarf2_start_symtab): New function.
2913 (load_full_type_unit): Assert not called for type unit groups.
2914 * buildsym.c (finish_block_internal): New arg "expandable".
2915 All callers updated.
2916 (start_symtab): Move most contents to ...
2917 (restart_symtab): ... here. New function.
2918 (reset_symtab_globals): New function.
2919 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
2920 Call reset_symtab_globals.
2921 (end_symtab, end_expandable_symtab): New functions.
2922 (set_missing_symtab, augment_type_symtab): New functions.
2923 * buildsym.h (end_expandable_symtab): Declare.
2924 (augment_type_symtab, restart_symtab): Declare.
2925 * psympriv.h (struct partial_symtab): New member "anonymous".
2926 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
2927 anonymous psymtabs.
2928 (read_psymtabs_with_filename): Ditto.
2929 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
2930 (expand_symtabs_matching_via_partial): Ditto.
2931 (dump_psymtab): Update.
2932 * dictionary.c (dict_add_pending): New function.
2933 * dictionary.h (dict_add_pending): Declare.
2934
2935 2012-07-09 Doug Evans <dje@google.com>
2936
2937 * buildsym.c (start_subfile): Remove unnecessary check for
2938 name == NULL.
2939
2940 * psymtab.c (allocate_psymtab): Use host_address_to_string.
2941
2942 * dwarf2read.c (load_full_type_unit): Simplify.
2943
2944 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
2945 to struct signatured_type **. All uses updated.
2946
2947 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
2948 All callers updated.
2949
2950 2012-07-09 Tom Tromey <tromey@redhat.com>
2951
2952 * c-exp.y (check_parameter_typelist): New function.
2953 (parameter_typelist): Call it.
2954 * eval.c (make_params): Handle '(void)' case.
2955 * gdbtypes.c (lookup_function_type_with_arguments): Handle
2956 '(void)' case.
2957
2958 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2959
2960 * common/linux-ptrace.c: Include gdb_assert.h.
2961 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
2962 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
2963 stdint.h.
2964 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
2965 functions.
2966 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
2967 * linux-nat.c (linux_child_post_attach)
2968 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
2969
2970 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2971
2972 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
2973 nptl <2.7 bug workaround for core files.
2974
2975 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2976
2977 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
2978 clearing.
2979 (save_siginfo): Remove.
2980 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
2981 call.
2982 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
2983 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
2984 * linux-nat.h (struct lwp_info): Remove field siginfo.
2985
2986 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2987
2988 Code cleanup for the next patch.
2989 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
2990 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
2991 call for it.
2992 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
2993 (ia64_linux_stopped_data_address):
2994 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
2995 the return value.
2996 * linux-nat.h (linux_nat_get_siginfo): Likewise.
2997 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
2998 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
2999 call for it.
3000
3001 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3002
3003 PR 14321
3004 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
3005 Increase buffer sizes to 2x we need, not just 2x of the previous size.
3006
3007 2012-07-06 Tom Tromey <tromey@redhat.com>
3008
3009 * c-exp.y (DOTDOTDOT): New token.
3010 (func_mod, exp): Use parameter_typelist.
3011 (parameter_typelist): New production.
3012 (tokentab3): Add "..." token.
3013 * eval.c (make_params): Handle varargs.
3014 * gdbtypes.c (lookup_function_type_with_arguments): Handle
3015 varargs.
3016
3017 2012-07-06 Tom Tromey <tromey@redhat.com>
3018
3019 PR exp/9608:
3020 * c-exp.y (%union) <tvec>: Change type.
3021 (func_mod): Now uses <tvec> type.
3022 (exp): Update for tvec change.
3023 (direct_abs_decl): Push the typelist.
3024 (func_mod): Return a typelist.
3025 (nonempty_typelist): Update for tvec change.
3026 * gdbtypes.c (lookup_function_type_with_arguments): New function.
3027 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
3028 * parse.c (pop_type_list): New function.
3029 (push_typelist): New function.
3030 (follow_types): Handle tp_function_with_arguments.
3031 * parser-defs.h (type_ptr): New typedef. Define a VEC.
3032 (enum type_pieces) <tp_function_with_arguments>: New constant.
3033 (union type_stack_elt) <typelist_val>: New field.
3034 (push_typelist): Declare.
3035
3036 2012-07-06 Tom Tromey <tromey@redhat.com>
3037
3038 * c-exp.y (%union) <type_stack>: New field.
3039 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
3040 (ptr_operator_ts): New production.
3041 (ptype): Update.
3042 * parse.c (type_stack_reserve): New function.
3043 (check_type_stack_depth): Use it.
3044 (pop_type_stack, append_type_stack, push_type_stack)
3045 (get_type_stack, type_stack_cleanup): New functions.
3046 (follow_types): Handle tp_type_stack.
3047 (_initialize_parse): Simplify initialization.
3048 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
3049 constant.
3050 (union type_stack_elt) <stack_val>: New field.
3051 (get_type_stack, append_type_stack, push_type_stack)
3052 (type_stack_cleanup): Declare.
3053
3054 2012-07-06 Tom Tromey <tromey@redhat.com>
3055
3056 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
3057 Remove.
3058 (struct type_stack): New.
3059 * parse.c (type_stack, type_stack_size, type_stack_depth):
3060 Remove.
3061 (type_stack): New global.
3062 (parse_exp_in_context, check_type_stack_depth)
3063 (insert_into_type_stack, insert_type, push_type, push_type_int)
3064 (insert_type_address_space, pop_type, pop_type_int)
3065 (_initialize_parse): Update.
3066
3067 2012-07-06 Tom Tromey <tromey@redhat.com>
3068
3069 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
3070 Remove %type.
3071
3072 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3073
3074 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
3075
3076 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3077 Jan Kratochvil <jan.kratochvil@redhat.com>
3078
3079 * cp-valprint.c (cp_print_value): Replace potentially unsafe
3080 alloca with xmalloc/xfree.
3081
3082 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3083
3084 * MAINTAINERS (Write After Approval): Add myself to the list.
3085
3086 2012-07-05 Doug Evans <dje@google.com>
3087
3088 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
3089
3090 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3091
3092 * ax-gdb.c (cli/cli-utils.h): New include.
3093 (linespec.h): Ditto.
3094 (agent_eval_command_one): New function.
3095 (agent_command_1): Ditto.
3096 (agent_command): Call function agent_command_1.
3097 (agent_eval_command): Ditto.
3098 (_initialize_ax_gdb): Change help for "maint agent"
3099 and "maint agent-eval".
3100
3101 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3102
3103 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
3104 * cli/cli-utils.c (check_for_argument): New function.
3105 * cli/cli-utils.h (check_for_argument): Ditto.
3106
3107 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3108
3109 * NEWS: Mention x32 ABI support.
3110
3111 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3112
3113 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
3114 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
3115
3116 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
3117 and pc_regnum_from_eax to -1. Update SP regnum from
3118 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
3119 needed.
3120
3121 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
3122 pc_regnum_from_eax.
3123
3124 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3125
3126 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
3127 * dwarf2expr.h: Include gdbtypes.h.
3128 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
3129 these forward declarations.
3130 (cu_offset, sect_offset): Move these ...
3131 * gdbtypes.h: Remove include dwarf2expr.h.
3132 (cu_offset, sect_offset): ... here.
3133
3134 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
3135
3136 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
3137 (amd64_linux_sigtramp_code): This.
3138 (amd64_x32_linux_sigtramp_code): New.
3139 (LINUX_SIGTRAMP_LEN): Updated.
3140 (amd64_linux_sigtramp_start): Check x32 sigtramp.
3141
3142 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3143
3144 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
3145
3146 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3147
3148 * config.in: Regenerate.
3149 * configure: Regenerate.
3150 * configure.ac: Remove check for gnu/libc-version.h.
3151 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
3152 gnu/libc-version.h.
3153 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
3154 variables libc_version, libc_major and libc_minor. Replace sscanf by
3155 inferior_has_bug. Extend the comment.
3156
3157 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3158
3159 * linux-thread-db.c (inferior_has_bug): New function.
3160 (thread_db_find_new_threads_silently): Return boolean as checked by
3161 inferior_has_bug, describe it in the comments.
3162 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
3163 earlier. Abort the initialization if it returned non-zero.
3164 (thread_db_new_objfile): Exclude debug files.
3165 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
3166 if UNTIL_NO_NEW,
3167
3168 2012-07-02 Doug Evans <dje@google.com>
3169
3170 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
3171 related to queue management.
3172
3173 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
3174 instead of "debug dwarf2-die" in debugging printfs.
3175 (create_debug_info_hash_table_reader): Ditto.
3176 (create_debug_info_hash_table): Ditto.
3177 (init_dwo_file): Ditto.
3178 (init_cutu_and_read_dies): Add debugging printf.
3179 (init_cutu_and_read_dies_no_follow): Ditto.
3180 (process_psymtab_comp_unit_reader): Ditto.
3181
3182 2012-07-02 Stan Shebs <stan@codesourcery.com>
3183
3184 Add target-side support for dynamic printf.
3185 * NEWS: Mention the additional style.
3186 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
3187 (struct bp_location): New field cmd_bytecode.
3188 * breakpoint.c: Include format.h.
3189 (disconnected_dprintf): New global.
3190 (parse_cmd_to_aexpr): New function.
3191 (build_target_command_list): New function.
3192 (insert_bp_location): Call it.
3193 (remove_breakpoints_pid): Skip dprintf breakpoints.
3194 (print_one_breakpoint_location): Ditto.
3195 (dprintf_style_agent): New global.
3196 (dprintf_style_enums): Add dprintf_style_agent.
3197 (update_dprintf_command_list): Add agent case.
3198 (agent_printf_command): New function.
3199 (_initialize_breakpoint): Add new commands.
3200 * common/ax.def (printf): New bytecode.
3201 * ax.h (ax_string): Declare.
3202 * ax-gdb.h (gen_printf): Declare.
3203 * ax-gdb.c: Include cli-utils.h, format.h.
3204 (gen_printf): New function.
3205 (maint_agent_print_command): New function.
3206 (_initialize_ax_gdb): Add maint agent-printf command.
3207 * ax-general.c (ax_string): New function.
3208 (ax_print): Add printf disassembly.
3209 * Makefile.in (SFILES): Add format.c
3210 (COMMON_OBS): Add format.o.
3211 * common/format.h: New file.
3212 * common/format.c: New file.
3213 * printcmd.c: Include format.h.
3214 (ui_printf): Call parse_format_string.
3215 * remote.c (remote_state): New field breakpoint_commands.
3216 (PACKET_BreakpointCommands): New enum.
3217 (remote_breakpoint_commands_feature): New function.
3218 (remote_protocol_features): Add new BreakpointCommands entry.
3219 (remote_can_run_breakpoint_commands): New function.
3220 (remote_add_target_side_commands): New function.
3221 (remote_insert_breakpoint): Call it.
3222 (remote_insert_hw_breakpoint): Ditto.
3223 (_initialize_remote): Add new packet configuration for
3224 target-side breakpoint commands.
3225 * target.h (struct target_ops): New field
3226 to_can_run_breakpoint_commands.
3227 (target_can_run_breakpoint_commands): New macro.
3228 * target.c (update_current_target): Handle
3229 to_can_run_breakpoint_commands.
3230
3231 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3232
3233 Execute -ix and -iex only after system and user gdbinit files.
3234 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
3235 processing down after gdbinit files.
3236
3237 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3238
3239 Add fnmatch-gnu module.
3240 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
3241 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
3242 * gnulib/aclocal.m4: Regenerate.
3243 * gnulib/config.in: Regenerate.
3244 * gnulib/configure: Regenerate.
3245 * gnulib/import/dummy.c: Remove.
3246 * gnulib/import/Makefile.am: Regenerate.
3247 * gnulib/import/Makefile.in: Likewise.
3248 * gnulib/import/m4/gnulib-cache.m4: Likewise.
3249 * gnulib/import/m4/gnulib-comp.m4: Likewise.
3250 * gnulib/import/alloca.c: New file.
3251 * gnulib/import/alloca.in.h: Likewise.
3252 * gnulib/import/config.charset: Likewise.
3253 * gnulib/import/fnmatch.c: Likewise.
3254 * gnulib/import/fnmatch.in.h: Likewise.
3255 * gnulib/import/fnmatch_loop.c: Likewise.
3256 * gnulib/import/localcharset.c: Likewise.
3257 * gnulib/import/localcharset.h: Likewise.
3258 * gnulib/import/m4/alloca.m4: Likewise.
3259 * gnulib/import/m4/codeset.m4: Likewise.
3260 * gnulib/import/m4/configmake.m4: Likewise.
3261 * gnulib/import/m4/fcntl-o.m4: Likewise.
3262 * gnulib/import/m4/fnmatch.m4: Likewise.
3263 * gnulib/import/m4/glibc21.m4: Likewise.
3264 * gnulib/import/m4/localcharset.m4: Likewise.
3265 * gnulib/import/m4/locale-fr.m4: Likewise.
3266 * gnulib/import/m4/locale-ja.m4: Likewise.
3267 * gnulib/import/m4/locale-zh.m4: Likewise.
3268 * gnulib/import/m4/mbrtowc.m4: Likewise.
3269 * gnulib/import/m4/mbsinit.m4: Likewise.
3270 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
3271 * gnulib/import/m4/mbstate_t.m4: Likewise.
3272 * gnulib/import/m4/stdbool.m4: Likewise.
3273 * gnulib/import/m4/wchar_h.m4: Likewise.
3274 * gnulib/import/m4/wctype_h.m4: Likewise.
3275 * gnulib/import/m4/wint_t.m4: Likewise.
3276 * gnulib/import/mbrtowc.c: Likewise.
3277 * gnulib/import/mbsinit.c: Likewise.
3278 * gnulib/import/mbsrtowcs-impl.h: Likewise.
3279 * gnulib/import/mbsrtowcs-state.c: Likewise.
3280 * gnulib/import/mbsrtowcs.c: Likewise.
3281 * gnulib/import/ref-add.sin: Likewise.
3282 * gnulib/import/ref-del.sin: Likewise.
3283 * gnulib/import/stdbool.in.h: Likewise.
3284 * gnulib/import/streq.h: Likewise.
3285 * gnulib/import/strnlen1.c: Likewise.
3286 * gnulib/import/strnlen1.h: Likewise.
3287 * gnulib/import/verify.h: Likewise.
3288 * gnulib/import/wchar.in.h: Likewise.
3289 * gnulib/import/wctype.in.h: Likewise.
3290
3291 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3292
3293 Support shell wildcards for 'set auto-load safe-path'.
3294 * auto-load.c: Include fnmatch.h.
3295 (filename_is_in_dir): Rename to ...
3296 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
3297 it. Update function comment. Rename dir_len to pattern_len. New
3298 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
3299 messages. Use gdb_filename_fnmatch.
3300 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
3301 pattern.
3302 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
3303 * defs.h (gdb_filename_fnmatch): New declaration.
3304 * utils.c: Include fnmatch.h.
3305 (gdb_filename_fnmatch): New function.
3306
3307 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
3308
3309 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
3310 `-probe' and `-probe-stap' options.
3311
3312 2012-07-01 Yao Qi <yao@codesourcery.com>
3313
3314 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
3315 always_inserted_off, and always_inserted_enums.
3316 Change always_inserted_mode's type to 'enum auto_boolean'.
3317 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
3318 callers.
3319 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
3320 of add_setshow_enum_cmd.
3321 * infrun.c: Remove can_use_displaced_stepping_auto,
3322 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
3323 can_use_displaced_stepping_enum.
3324 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
3325 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
3326 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
3327 add_setshow_enum_cmd.
3328
3329 2012-06-30 Doug Evans <dje@google.com>
3330
3331 * dwarf2read.c (signatured_type): Make "per_cu" member first.
3332 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
3333 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
3334
3335 2012-06-29 Doug Evans <dje@google.com>
3336
3337 * linespec.c: #include "stack.h".
3338 (decode_line_with_current_source): Moved here from symtab.c and
3339 renamed from decode_line_spec. All callers updated.
3340 (decode_line_with_last_displayed): Moved here from breakpoint.c and
3341 renamed from decode_line_spec_1. All callers updated.
3342 * linespec.h (decode_line_with_current_source): Move declaration here
3343 from symtab.h and renamed from decode_line_spec.
3344 (decode_line_with_last_displayed): Move declaration here from symtab.h
3345 and renamed from decode_line_spec_1.
3346 * macrocmd.c: #include "linespec.h".
3347 * symtab.c: Remove #include "linespec.h".
3348
3349 2012-06-28 Doug Evans <dje@google.com>
3350
3351 * dwarf2read.c (get_cu_length): New function.
3352 (offset_in_cu_p, error_check_comp_unit_head): Call it.
3353 (create_debug_types_hash_table): Ditto.
3354 (init_cutu_and_read_dies): Ditto.
3355 (init_cutu_and_read_dies_no_follow): Ditto.
3356
3357 * dwarf2read.c (dwarf2_find_base_address): Move definition.
3358
3359 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
3360 (struct abbrev_table): Define.
3361 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
3362 abbrev_table.
3363 (init_cutu_and_read_dies): Update.
3364 (abbrev_table_alloc_abbrev): New function. Replaces
3365 dwarf_alloc_abbrev. All callers updated.
3366 (abbrev_table_add_abbrev): New function.
3367 (abbrev_table_lookup_abbrev): New function. Replaces
3368 dwarf2_lookup_abbrev. All callers updated.
3369 (abbrev_table_read_table): New function. Contents moved here from
3370 dwarf2_read_abbrevs.
3371 (dwarf2_read_abbrevs): Call it.
3372 (abbrev_table_free): New function.
3373 (dwarf2_free_abbrev_table): Call it.
3374
3375 2012-06-28 Stan Shebs <stan@codesourcery.com>
3376
3377 * osdata.c (info_osdata_command): Filter out "Title" columns
3378 from non-MI uses.
3379 * common/linux-osdata.c (struct osdata_type): Add title field.
3380 (osdata_table): Add titles to each entry.
3381 (linux_command_xfer_osdata): Add a column for title data.
3382
3383 2012-06-28 Stan Shebs <stan@codesourcery.com>
3384
3385 Make logging work for MI.
3386 * NEWS: Mention it.
3387 * interps.h (interp_set_logging_ftype): New typedef.
3388 (struct interp_procs): New field set_logging_proc.
3389 (current_interp_set_logging): Declare.
3390 * interps.c (current_interp_set_logging): New function.
3391 * cli/cli-logging.c: Include interps.h.
3392 (set_logging_redirect): Call current_interp_set_logging.
3393 (pop_output_files): Ditto.
3394 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
3395 * mi/mi-console.h (mi_console_set_raw): Declare.
3396 * mi/mi-console.c (mi_console_set_raw): New function.
3397 * mi/mi-interp.c (saved_raw_stdout): New global.
3398 (mi_set_logging): New function.
3399 (_initialize_mi_interp): Add it to interp procs.
3400
3401 2012-06-28 Doug Evans <dje@google.com>
3402
3403 * symtab.c (lookup_symbol_aux_objfile): Use
3404 ALL_OBJFILE_PRIMARY_SYMTABS.
3405
3406 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
3407
3408 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3409
3410 * common/buffer.c: Include inttypes.h and stdint.h.
3411 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
3412
3413 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3414 Pedro Alves <palves@redhat.com>
3415
3416 * gdbthread.h (ALL_THREADS): New macro.
3417 (thread_list): Declare.
3418 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
3419 going, but instead fall through to the stepping handling.
3420 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
3421 the passed in signal. Adjust debug output.
3422 (resume_callback): Rename to ...
3423 (linux_nat_resume_callback): ... this. Pass the thread's last
3424 stop signal, if in "pass" state.
3425 (linux_nat_resume): Adjust to rename.
3426 (stop_wait_callback): New assertion. Don't respawn signals;
3427 instead let the LWP remain with SIGNALLED set.
3428 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
3429 * remote.c (append_pending_thread_resumptions): New.
3430 (remote_vcont_resume): Call it.
3431 * target.h (target_resume): Extend comment.
3432
3433 2012-06-28 Iain Sandoe <iain@codesourcery.com>
3434
3435 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
3436
3437 2012-06-27 Doug Evans <dje@google.com>
3438
3439 * dwarf2read.c (dwarf2_cu): Add ranges_base.
3440 Delete have_addr_base, unused. All uses updated.
3441 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
3442 (dwarf2_get_pc_bounds): Add ranges_base.
3443 (dwarf2_record_block_ranges): Ditto.
3444
3445 2012-06-27 Tom Tromey <tromey@redhat.com>
3446
3447 PR macros/7961:
3448 * varobj.c (varobj_create): Update.
3449 (varobj_set_value): Update.
3450 * tracepoint.c (validate_actionline): Update.
3451 (encode_actions_1): Update.
3452 * parse.c (parse_exp_1): Add 'pc' argument.
3453 (parse_exp_in_context): Add 'pc' argument. Change how
3454 expression_context_pc is set.
3455 (parse_expression): Update.
3456 (parse_field_expression): Update.
3457 * expression.h (parse_exp_1): Update.
3458 * eval.c (parse_to_comma_and_eval): Update.
3459 * breakpoint.c (set_breakpoint_condition): Update.
3460 (update_watchpoint): Update.
3461 (init_breakpoint_sal): Update
3462 (find_condition_and_thread): Update.
3463 (watch_command_1): Update.
3464 (update_breakpoint_locations): Update.
3465 * ada-lang.c (ada_read_renaming_var_value): Update.
3466 (create_excep_cond_exprs): Update.
3467
3468 2012-06-27 Doug Evans <dje@google.com>
3469
3470 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
3471 type units.
3472
3473 2012-06-26 Doug Evans <dje@google.com>
3474
3475 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
3476 prototype.
3477 (error_check_comp_unit_head): New arg abbrev_section. All callers
3478 updated.
3479 (read_and_check_comp_unit_head): Ditto.
3480 (read_and_check_type_unit_head): Ditto.
3481
3482 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3483
3484 New attribute 'last' for gdb.Symtab_and_line.
3485 * NEWS (Python Scripting): Add entry about the new attribute.
3486 * python/py-symtab.c (salpy_get_last): New function which
3487 implements the get method for the 'last' attribute of
3488 gdb.Symtab_and_line.
3489 (sal_object_getset): Add entry for the 'last' attribute.
3490
3491 2012-06-26 Doug Evans <dje@google.com>
3492
3493 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
3494 (dwo_sections): Add macinfo, macro.
3495 (dwarf2_locate_dwo_sections): Watch for macro sections.
3496 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
3497 All callers updated. Handle DWO files.
3498
3499 * NEWS: Mention new options "set debug dwarf2-read" and
3500 "set debug symtab-create".
3501 * dwarf2read.c (dwarf2_read_debug): New static global.
3502 (dwarf2_build_psymtabs_hard): Add debugging printfs.
3503 (process_queue): Ditto.
3504 (process_full_comp_unit): Ditto.
3505 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
3506 * elfread.c (elf_symfile_read): Add debugging printf.
3507 * minsyms.c (install_minimal_symbols): Ditto.
3508 * psymtab.c (allocate_psymtab): Ditto.
3509 * symfile.c (allocate_symtab): Ditto.
3510 * symtab.c (symtab_create_debug): New global.
3511 (_initialize_symtab): Add new option "set debug symtab-create".
3512 * symtab.h (symtab_create_debug): Declare.
3513
3514 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
3515 (lookup_dwo_type_unit): Ditto.
3516
3517 2012-06-26 Roland McGrath <roland@hack.frob.com>
3518 H.J. Lu <hongjiu.lu@intel.com>
3519
3520 * amd64-linux-nat.c: Include <sys/user.h>.
3521 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
3522 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
3523 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
3524
3525 * configure.ac: Check if the fs_base and gs_base members of
3526 `struct user_regs_struct' exist.
3527 * config.in: Regenerated.
3528 * configure: Likewise.
3529
3530 2012-06-25 Michael Eager <eager@eagercon.com>
3531
3532 PR python/14291
3533 * python/python.c (gdbpy_write): Check for interrupted output.
3534
3535 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
3536
3537 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
3538 register as a stack alignment in ARM mode.
3539
3540 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3541
3542 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
3543 * gnulib/config.in: Regenerate.
3544 * gnulib/configure: Likewise.
3545 * gnulib/import/m4/extensions.m4: Update it.
3546 * gnulib/import/m4/gnulib-common.m4: Likewise.
3547 * gnulib/import/m4/memmem.m4: Likewise.
3548 * gnulib/import/m4/mmap-anon.m4: Likewise.
3549 * gnulib/import/m4/multiarch.m4: Likewise.
3550 * gnulib/import/stdint.in.h: Likewise.
3551
3552 2012-06-24 Yao Qi <yao@codesourcery.com>
3553
3554 * corefile.c (write_memory_with_notification): New.
3555 * gdbcore.h: Declare write_memory_with_notification.
3556 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
3557 'observer_notify_memory_changed' with 'write_memory_with_notification'.
3558 * valops.c (value_assign): Likewise.
3559 * python/py-inferior.c (infpy_write_memory): Call
3560 'write_memory_with_notification'.
3561
3562 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3563
3564 * cc-with-index.sh: Use also -ex "set auto-load no".
3565
3566 2012-06-23 Doug Evans <dje@google.com>
3567
3568 PR 14125
3569 * NEWS: Document additions to .gdb_index.
3570 * dwarf2read.c: #include "gdb/gdb-index.h".
3571 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
3572 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
3573 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
3574 (dwarf2_read_index): Recognize version 7.
3575 (dw2_do_expand_symtabs_matching): New args want_specific_block,
3576 block_kind, domain): All callers updated.
3577 (dw2_find_symbol_file): Handle new index CU values.
3578 (dw2_expand_symtabs_matching): Match symbol kind if requested.
3579 (add_index_entry): New args is_static, kind. All callers updated.
3580 (offset_type_compare, uniquify_cu_indices): New functions
3581 (symbol_kind): New function.
3582 (write_psymtabs_to_index): Remove duplicate CU values.
3583 (write_psymtabs_to_index): Write .gdb_index version 7.
3584
3585 2012-06-22 Joel Brobecker <brobecker@adacore.com>
3586
3587 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
3588 * configure: Regenerate.
3589
3590 2012-06-20 Yao Qi <yao@codesourcery.com>
3591
3592 * python/py-inferior.c: Update comments of infpy_read_memory
3593 and infpy_write_memory.
3594
3595 2012-06-19 Tom Tromey <tromey@redhat.com>
3596
3597 PR exp/9514:
3598 * parser-defs.h (insert_type, insert_type_address_space): Declare.
3599 (push_type_address_space): Remove.
3600 * parse.c (insert_into_type_stack): New function.
3601 (insert_type): Likewise.
3602 (insert_type_address_space): Rename from push_type_address_space.
3603 Insert tp_space_identifier.
3604 * c-exp.y (ptr_operator): New production.
3605 (abs_decl): Use ptr_operator.
3606 (space_identifier): Call insert_type_address_space.
3607 (ptype): Don't use const_or_volatile_or_space_identifier.
3608 (const_or_volatile_noopt): Call insert_type.
3609 (conversion_type_id, conversion_declarator): New productions.
3610 (operator): Use conversion_type_id.
3611
3612 2012-06-18 Doug Evans <dje@google.com>
3613
3614 * symtab.h (minimal_symbol): New member created_by_gdb.
3615 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
3616 created by gdb.
3617 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
3618 (search_symbols): Call it instead of lookup_symbol.
3619 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
3620
3621 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
3622 Adjust address for DW_OP_GNU_addr_index.
3623 * dwarf2expr.h (dwarf_expr_context): Update comment.
3624 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
3625 all callers updated. Handle TLS vars described with
3626 DW_OP_GNU_const_index.
3627 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
3628 and DW_OP_GNU_const_index.
3629 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
3630
3631 * block.c (find_block_in_blockvector): Make explicit the fact that we
3632 ignore GLOBAL_BLOCK.
3633
3634 2012-06-18 Tom Tromey <tromey@redhat.com>
3635
3636 * c-exp.y (operator): Remove trailing space after "delete" and
3637 "delete[]".
3638
3639 2012-06-18 Mark Kettenis <kettenis@gnu.org>
3640 Jan Kratochvil <jan.kratochvil@redhat.com>
3641
3642 Switch i386 and derived targets to ON_STACK.
3643 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
3644 (amd64_dicos_init_abi): Remove its installment.
3645 * dicos-tdep.c (dicos_init_abi): Remove the
3646 set_gdbarch_call_dummy_location call. Update the comment here.
3647 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
3648 (i386_dicos_init_abi): Remove its installment.
3649 * i386-tdep.c (i386_push_dummy_code): New function.
3650 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
3651 i386_push_dummy_code.
3652
3653 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3654
3655 Remove stale dummy frames.
3656 * breakpoint.c: Include dummy-frame.h.
3657 (longjmp_breakpoint_ops): New variable.
3658 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
3659 bp_longjmp_call_dummy.
3660 (bpstat_what, bptype_string, print_one_breakpoint_location)
3661 (init_bp_location): Support bp_longjmp_call_dummy.
3662 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
3663 (set_longjmp_breakpoint_for_call_dummy)
3664 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
3665 functions.
3666 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
3667 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
3668 FIXME comment and extend the other comment for bp_call_dummy.
3669 (set_longjmp_breakpoint_for_call_dummy)
3670 (check_longjmp_breakpoint_for_call_dummy): New declarations.
3671 * dummy-frame.c: Include gdbthread.h.
3672 (pop_dummy_frame_bpt): New function.
3673 (pop_dummy_frame): Call pop_dummy_frame_bpt.
3674 (dummy_frame_discard): New function.
3675 (cleanup_dummy_frames): Update the comment about longjmps.
3676 * dummy-frame.h (dummy_frame_discard): New declaration.
3677 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
3678 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
3679 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
3680 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
3681 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
3682 keep_going if IS_LONGJMP and there is no other reason to stop.
3683
3684 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
3685
3686 * remote-sim.c (sim_command_completer): Initialize
3687 variable 'result'.
3688
3689 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3690
3691 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
3692 * dwarf2loc.c (call_site_parameter_matches): Support
3693 CALL_SITE_PARAMETER_PARAM_OFFSET.
3694 (needs_dwarf_reg_entry_value): Push stub value.
3695 * dwarf2read.c (read_call_site_scope): New variable origin. Support
3696 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
3697 * gdbtypes.h (enum call_site_parameter_kind): New item
3698 CALL_SITE_PARAMETER_PARAM_OFFSET.
3699 (struct call_site.parameter.u): New field param_offset.
3700
3701 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3702
3703 Code cleanup: Generalize call_site.parameter key.
3704 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
3705 variable dwarf_reg. New variable kind_u. Update parameters to
3706 push_dwarf_reg_entry_value.
3707 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3708 * dwarf2expr.h (enum call_site_parameter_kind)
3709 (union call_site_parameter_u): Forward declarations.
3710 (struct dwarf_expr_context_funcs): Update parameters and their
3711 description for push_dwarf_reg_entry_value.
3712 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3713 * dwarf2loc.c (call_site_parameter_matches): New function.
3714 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
3715 description. Use call_site_parameter_matches.
3716 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
3717 Update parameters and their description.
3718 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
3719 New variable kind_u. Adjust the caller for updated parameters.
3720 (needs_dwarf_reg_entry_value): Update parameters.
3721 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
3722 instead of attr. Update for the changed fields of struct
3723 call_site_parameter.
3724 * gdbtypes.h: Include dwarf2expr.h.
3725 (enum call_site_parameter_kind): New.
3726 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
3727 fb_offset into new union u.
3728
3729 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
3730
3731 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
3732 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
3733 for x32.
3734
3735 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
3736
3737 * amd64-linux-nat.c (compat_x32_clock_t): New.
3738 (compat_x32_siginfo_t): Likewise.
3739 (compat_x32_siginfo_from_siginfo): Likewise.
3740 (siginfo_from_compat_x32_siginfo): Likewise.
3741 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
3742 and siginfo_from_compat_x32_siginfo for x32.
3743
3744 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
3745
3746 * tracepoint.c (tfile_xfer_partial): Add a lseek.
3747
3748 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
3749
3750 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
3751 instead of gdbarch_ptr_bit.
3752 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
3753 (amd64_supply_native_gregset): Likewise.
3754 (amd64_collect_native_gregset): Likewise.
3755 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
3756 (amd64_supply_xsave): Likewise.
3757 (amd64_collect_fxsave): Likewise.
3758 (amd64_collect_xsave): Likewise.
3759
3760 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
3761
3762 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
3763 (amd64_linux_read_description): Check DS segment register for
3764 x32 process.
3765
3766 2012-06-15 Tom Tromey <tromey@redhat.com>
3767
3768 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
3769 init_cutu_and_read_dies.
3770
3771 2012-06-15 Iain Sandoe <iain@codesourcery.com>
3772
3773 * MAINTAINERS (Write After Approval): Add myself to the list.
3774
3775 2012-06-15 Tom Tromey <tromey@redhat.com>
3776
3777 * valops.c (value_find_oload_method_list): Now static.
3778 * value.h (value_find_oload_method_list): Don't declare.
3779
3780 2012-06-15 Tom Tromey <tromey@redhat.com>
3781
3782 * valops.c (find_overload_match): Use value_ind.
3783
3784 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
3785
3786 * infrun.c (handle_inferior_event): Correct indentation.
3787
3788 2012-06-14 Doug Evans <dje@google.com>
3789
3790 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
3791 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
3792 All uses updated.
3793 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
3794 updated. Handle DEBUG_LOC_START_LENGTH.
3795 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
3796 (loclist_describe_location): Ditto.
3797
3798 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
3799
3800 PR backtrace/13866
3801 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
3802 after hiding inline functions.
3803
3804 2012-06-13 Joel Brobecker <brobecker@adacore.com>
3805
3806 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
3807 _initialize_inf_ttrace.
3808
3809 2012-06-13 Joel Brobecker <brobecker@adacore.com>
3810
3811 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
3812 _initialize_hppa_hpux_nat.
3813
3814 2012-06-13 Joel Brobecker <brobecker@adacore.com>
3815
3816 * remote-sim.c (sim_command_completer): Change type of return
3817 value to "VEC (char_ptr) *". Adjust implementation accordingly.
3818
3819 2012-06-13 Mark Kettenis <kettenis@gnu.org>
3820 Jan Kratochvil <jan.kratochvil@redhat.com>
3821
3822 PR tdep/14222
3823 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
3824 stack on a 16-byte boundary.
3825
3826 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
3827
3828 * jit.c (finalize_symtab): Set function's return type to 'void' by
3829 default.
3830
3831 2012-06-13 Mark Kettenis <kettenis@gnu.org>
3832 H.J. Lu <hongjiu.lu@intel.com>
3833
3834 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
3835 Move bits common to both the classic LP64 and the new x32 ILP32
3836 ABI here.
3837 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
3838 (amd64_x32_linux_init_abi): New function.
3839 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
3840 subtype.
3841
3842 * i386-tdep.h (i386_pseudo_register_name): New prototype.
3843 * i386-tdep.c (i386_pseudo_register_name): Make public.
3844 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
3845 * amd64-tdep.c (amd64_dword_names): Add "eip".
3846 (amd64_x32_pseudo_register_type): New function
3847 (amd64_x32_init_abi): New function.
3848
3849 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3850
3851 PR build/14003
3852 * inferior.h (struct inferior_suspend_state): Comment out.
3853 (struct inferior): Comment out the field suspend.
3854 * infrun.c (struct infcall_suspend_state): Comment out the field
3855 inferior_suspend.
3856 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
3857 out its assignment.
3858
3859 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3860
3861 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
3862 * c-exp.y (classify_inner_name): Remove caller assumptions in the
3863 function comment. Return ERROR for unresolved cases. Implement
3864 returning proper NAME.
3865 (yylex): Accept also NAME from classify_inner_name.
3866 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
3867 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
3868 LOC_TYPEDEF type.
3869 * cp-support.h (cp_lookup_nested_type): Update its declaration.
3870
3871 2012-06-13 Tom Tromey <tromey@redhat.com>
3872
3873 * breakpoint.c (condition_completer): New function.
3874 (_initialize_breakpoint): Use it.
3875 * value.c (complete_internalvar): New function.
3876 * value.h (complete_internalvar): Declare.
3877
3878 2012-06-13 Tom Tromey <tromey@redhat.com>
3879
3880 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
3881 * breakpoint.c (catch_syscall_completer): Return a VEC.
3882 * cli/cli-cmds.c (complete_command): Update.
3883 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
3884 (complete_on_enum): Likewise.
3885 * command.h: Include gdb_vecs.h.
3886 (completer_ftype): Change return type.
3887 (complete_on_cmdlist, complete_on_enum): Likewise.
3888 * completer.c (noop_completer, filename_completer)
3889 (location_completer): Return a VEC.
3890 (add_struct_fields): Remove 'nextp' argument. Change 'output'
3891 to a VEC.
3892 (expression_completer, complete_line_internal, complete_line)
3893 (command_completer): Return a VEC.
3894 (gdb_completion_word_break_characters, line_completion_function):
3895 Update.
3896 * completer.h: Include gdb_vecs.h.
3897 (complete_line, noop_completer, filename_completer)
3898 (expression_completer, location_completer, command_completer):
3899 Update.
3900 * f-lang.c (f_word_break_characters): Return a VEC.
3901 * interps.c (interpreter_completer): Return a VEC.
3902 * language.h (struct language_defn)
3903 <la_make_symbol_completion_list>: Return a VEC.
3904 * python/py-cmd.c (cmdpy_completer): Return a VEC.
3905 * symtab.c (free_completion_list): Take a VEC.
3906 (return_val_size, return_val_index): Remove.
3907 (return_val): Now a VEC.
3908 (completion_list_add_name): Update.
3909 (default_make_symbol_completion_list_break_on)
3910 (default_make_symbol_completion_list, make_symbol_completion_list)
3911 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
3912 Return a VEC.
3913 (add_filename_to_list): Update.
3914 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
3915 <list>: Now a VEC.
3916 (maybe_add_partial_symtab_filename): Update.
3917 (make_source_files_completion_list): Return a VEC.
3918 * symtab.h (default_make_symbol_completion_list_break_on)
3919 (default_make_symbol_completion_list, make_symbol_completion_list)
3920 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
3921 (make_source_files_completion_list): Update.
3922
3923 2012-06-13 Tom Tromey <tromey@redhat.com>
3924
3925 * breakpoint.c (add_catch_command): Use completer_ftype.
3926 * breakpoint.h: Include command.h.
3927 (add_catch_command): Use completer_ftype.
3928 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
3929 * cli/cli-decode.h (struct cmd_list_element) <completer>:
3930 Use completer_ftype.
3931 * command.h (completer_ftype): New typedef.
3932 (set_cmd_completer): Use it.
3933 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
3934 completer_ftype.
3935
3936 2012-06-13 Pedro Alves <palves@redhat.com>
3937
3938 Partial revert of previous change.
3939
3940 * serial.c (scb_base): New global.
3941 (serial_for_fd): New.
3942 (serial_open, serial_fdopen_ops): Link new serial in open serials
3943 chain.
3944 (do_serial_close): Unlink serial from the open serials chain.
3945
3946 2012-06-12 Pedro Alves <palves@redhat.com>
3947
3948 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
3949 threads here.
3950 (prepare_for_detach): No longer context switch here in non-stop
3951 mode.
3952 (fetch_inferior_event): Ditto.
3953 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
3954 to the event thread before removing breakpoints. Switch to the
3955 event thread before inserting breakpoints and resuming.
3956 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
3957 event thread before resuming.
3958 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
3959 Switch to the event thread before removing breakpoints.
3960
3961 2012-06-12 Eli Zaretskii <eliz@gnu.org>
3962
3963 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
3964 special characters correctly for the Windows shells. See
3965 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
3966 report.
3967 [!__MINGW32__]: Remove extra double quote character from special
3968 characters.
3969
3970 2012-06-11 Stan Shebs <stan@codesourcery.com>
3971
3972 * ui-out.h: Remove #if 0 declarations.
3973 * ui-out.c: Remove #if 0 functions.
3974
3975 2012-06-11 Pedro Alves <palves@redhat.com>
3976
3977 * ser-base.c (run_async_handler_and_reschedule): New.
3978 (fd_event, push_event): Use it.
3979 * serial.c (serial_open, serial_fdopen_ops): Set the initial
3980 reference count to 1.
3981 (do_serial_close): Set the bufp field to NULL. Use serial_unref
3982 instead of xfree.
3983 (serial_is_open, serial_ref, serial_unref): New.
3984 * serial.h (serial_open): Adjust comment.
3985 (serial_is_open): Declare.
3986 (serial_close): Adjust comment.
3987 (serial_ref, serial_unref) Declare.
3988 (struct serial): New field 'refcnt'.
3989
3990 2012-06-11 Pedro Alves <palves@redhat.com>
3991
3992 Remove #if 0'd "connect" command, and unnecessary associated
3993 refcounting and serial reuse bits.
3994
3995 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
3996 * serial.c (last_serial_opened): Delete.
3997 (scb_base): Delete.
3998 (serial_open): Adjust.
3999 (serial_for_fd): Delete.
4000 (serial_fdopen_ops, do_serial_close): Adjust.
4001 (serial_fdopen_ops): Adjust.
4002
4003 2012-06-11 Pedro Alves <palves@redhat.com>
4004
4005 * serial.c (do_serial_close): Remove early return when SCB is
4006 null.
4007
4008 2012-06-11 Tom Tromey <tromey@redhat.com>
4009
4010 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
4011
4012 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4013
4014 Fix regression by the "ambiguous linespec" series.
4015 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
4016 get_last_displayed_symtab and get_last_displayed_line and depending
4017 on CURSAL.
4018
4019 2012-06-11 Tom Tromey <tromey@redhat.com>
4020
4021 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
4022 (dw2_find_symbol_file): Use it.
4023
4024 2012-06-11 Michael Eager <eager@eagercon.com>
4025
4026 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
4027 * mips-linux-tdep.h (mips_signals): New
4028
4029 2012-06-11 Tom Tromey <tromey@redhat.com>
4030
4031 * infrun.c (handle_inferior_event)
4032 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
4033 breakpoint.
4034 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
4035 exception logic in all cases. Update comments.
4036 (insert_longjmp_resume_breakpoint): Set the exception resume
4037 breakpoint.
4038
4039 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
4040
4041 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
4042
4043 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
4044
4045 * valarith.c (binop_types_user_defined_p): Fix a typo.
4046
4047 2012-06-08 Yao Qi <yao@codesourcery.com>
4048 Chung-Lin Tang <cltang@codesourcery.com>
4049
4050 * arch-utils.c (default_return_in_first_hidden_param_p): New.
4051 * arch-utils.h: Declare.
4052 * gdbarch.sh: Add return_in_first_hidden_param_p.
4053 * gdbarch.c, gdbarch.h: Regenerated.
4054 * infcall.c (call_function_by_hand): Call
4055 gdbarch_return_in_first_hidden_param_p instead of
4056 language_pass_by_reference.
4057
4058 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
4059 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
4060 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
4061 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
4062 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
4063 `cplus_return_struct_by_reference'.
4064 (tic6x_return_value): Handle language cplusplus.
4065 (tic6x_return_in_first_hidden_param_p): New.
4066 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
4067
4068 2012-06-07 Doug Evans <dje@google.com>
4069
4070 * dwarf2read.c (dwarf2_cu): Add comment.
4071
4072 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4073
4074 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
4075 variable.
4076 (mips_eabi_push_dummy_call): Likewise.
4077 (mips_n32n64_push_dummy_call): Likewise.
4078 (mips_o32_push_dummy_call): Likewise.
4079 (mips_o64_push_dummy_call): Likewise.
4080
4081 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4082
4083 * mips-tdep.c (mips_convert_register_p): Correct coding style.
4084
4085 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4086
4087 * mips-tdep.c (mips_pseudo_register_type): Use
4088 mips_float_register_p.
4089
4090 2012-06-06 Pedro Alves <palves@redhat.com>
4091
4092 * infrun.c (handle_inferior_event): Remove calls to
4093 reinit_frame_cache that follow a context_switch call.
4094
4095 2012-06-06 Pedro Alves <palves@redhat.com>
4096
4097 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
4098 context_switch and remove stale comment.
4099
4100 2012-06-06 Pedro Alves <palves@redhat.com>
4101
4102 * infrun.c (struct execution_control_state): Remove
4103 `new_thread_event' field.
4104 (handle_inferior_event): Simplify new threads handling; don't
4105 resume the inferior if we find a new thread.
4106
4107 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4108
4109 * NEWS: Document the deprecation of SH's 'regs' command.
4110 * inferior.h (all_registers_info): Add function declaration.
4111 * sh-tdep.c (sh_show_regs): Remove variable.
4112 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
4113 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
4114 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
4115 (sh_show_regs_command): Remove functions.
4116 (sh_gdbarch_init): Don't set sh_show_regs.
4117 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
4118 'info all-registers'.
4119 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
4120 (sh64_show_regs): Remove functions.
4121 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
4122
4123 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4124
4125 * configure.ac: Move development=true below AC_INIT.
4126 * configure: Regenerate.
4127
4128 2012-06-05 Stan Shebs <stan@codesourcery.com>
4129
4130 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
4131 gdb_stdout.
4132
4133 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
4134
4135 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
4136 argument as ssize_t.
4137 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
4138 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
4139 * target.c (target_read_stack, target_write_memory)
4140 (target_write_raw_memory): Likewise.
4141 * target.h (target_read_stack, target_write_memory)
4142 (target_write_raw_memory): Likewise.
4143
4144 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4145
4146 * symfile-mem.c: Change gdb_static_assert to ssize_t.
4147 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
4148 * target.c (target_read_memory): Change LEN to ssize_t.
4149 * target.h (target_read_memory): Change LEN to ssize_t.
4150
4151 2012-06-05 Pedro Alves <palves@redhat.com>
4152
4153 PR backtrace/13866
4154
4155 * breakpoint.c (until_break_command): Only fetch the selected
4156 frame after decode_line_1.
4157
4158 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4159
4160 * solib-svr4.c (enable_break): Don't fallback to setting the solib
4161 event breakpoint at _start, __start or main if a program
4162 interpreter is not found.
4163
4164 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4165
4166 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
4167 Add declaration.
4168 * windows-tdep.c: #include "objfiles.h".
4169 (windows_iterate_over_objfiles_in_search_order): New function.
4170 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
4171 iterate_over_objfiles_in_search_order gdbarch method to
4172 windows_iterate_over_objfiles_in_search_order.
4173 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
4174
4175 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4176
4177 * gdbarch.sh: Add generation of
4178 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
4179 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
4180 (iterate_over_objfiles_in_search_order): New gdbarch method.
4181 * gdbarch.h, gdbarch.c: Regenerate.
4182 * objfiles.h (default_iterate_over_objfiles_in_search_order):
4183 Add declaration.
4184 * objfiles.c (default_iterate_over_objfiles_in_search_order):
4185 New function.
4186 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4187 out of lookup_symbol_aux_symtabs.
4188 (lookup_symbol_aux_symtabs): Replace extracted-out code by
4189 call to lookup_symbol_aux_objfile.
4190 (struct global_sym_lookup_data): New type.
4191 (lookup_symbol_global_iterator_cb): New function.
4192 (lookup_symbol_global): Search for symbol using
4193 gdbarch_iterate_over_objfiles_in_search_order and
4194 lookup_symbol_global_iterator_cb.
4195 * findvar.c (struct minsym_lookup_data): New type.
4196 (minsym_lookup_iterator_cb): New function.
4197 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
4198 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
4199 and minsym_lookup_iterator_cb.
4200
4201 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4202
4203 Revert the following patch:
4204 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4205 try locating the symbol in the symbol's own objfile first, before
4206 extending the search to all objfiles.
4207 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4208 out of lookup_symbol_aux_symtabs.
4209 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4210 Replace extracted-out code by call to lookup_symbol_aux_objfile.
4211 Do not search EXCLUDE_OBJFILE.
4212 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
4213 (lookup_symbol_global): Search for matches in the block's objfile
4214 first, before searching all other objfiles.
4215
4216 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4217
4218 * breakpoint.c (find_condition_and_thread): Stop parsing
4219 as soon as the first invalid keyword is found.
4220
4221 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4222
4223 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
4224
4225 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4226
4227 * config/djgpp/djcheck.sh: Add copyright header.
4228
4229 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4230
4231 * copyright.py (update_files, main): Fix path to update-copyright
4232 script.
4233
4234 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4235
4236 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
4237 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
4238 for which a reminder to update by hand is printed.
4239
4240 2012-06-04 Doug Evans <dje@google.com>
4241
4242 * buildsym.c (make_blockvector): Add comment.
4243
4244 2012-06-04 Pedro Alves <palves@redhat.com>
4245
4246 * arch-utils.c (default_gdb_signal_from_target): Delete.
4247 * arch-utils.h (default_gdb_signal_from_target): Delete.
4248 * corelow.c (core_open) <signal mapping>: Extended comment. Check
4249 gdbarch_gdb_signal_from_target_p.
4250 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
4251 predicate).
4252 * gdbarch.h: Regenerate.
4253 * gdbarch.c: Regenerate.
4254
4255 2012-06-04 Pedro Alves <palves@redhat.com>
4256
4257 * gdbarch.sh (gdb_signal_from_target): Mention that the
4258 implementation of the method must be host independent.
4259 * gdbarch.h: Regenerate.
4260
4261 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4262
4263 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
4264 parameters.
4265 (target_read_memory_bfd): New function.
4266 (symbol_file_add_from_memory): Use it.
4267
4268 2012-06-03 Doug Evans <dje@google.com>
4269
4270 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
4271 of primary symtab.
4272 (basic_lookup_transparent_type): Ditto.
4273
4274 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
4275 (ALL_PRIMARY_SYMTABS): Use it.
4276 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
4277 * dwarf2read.c (dw2_find_symbol_file): Ditto.
4278 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
4279 * symtab.c (lookup_symbol_aux_objfile): Ditto.
4280 (basic_lookup_transparent_type): Ditto.
4281
4282 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
4283
4284 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
4285 it to optimize resolution of demangled name.
4286
4287 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4288
4289 * configure.ac (development): Define new variable.
4290 Call AC_CHECK_LIB for mcheck if $development.
4291 (ERROR_ON_WARNING): Enable it by default only if $development.
4292 * config.in: Regenerate.
4293 * configure: Regenerate.
4294
4295 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
4296
4297 * target.c (target_read_memory): Make LEN argument as size_t.
4298 * target.h (target_read_memory): Likewise.
4299
4300 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4301
4302 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
4303
4304 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
4305
4306 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
4307 BookE interface for PowerPC server processors if not available
4308 in the Linux Kernel.
4309
4310 2012-05-31 Keith Seitz <keiths@redhat.com>
4311
4312 * linespec.c (decode_objc): Add cleanup to free
4313 INFO.FILE_SYMTABS.
4314 (find_linespec_symbols): Add cleanup to free CLASSES.
4315 * symfile.c (find_separate_debug_file_by_debuglink): Add
4316 cleanup to free DEBUGLINK.
4317 * ui-out.c (clear_header_list): No need to check if
4318 HEADER_NEXT.COLHDR is NULL.
4319 Free HEADER_NEXT.COL_NAME.
4320
4321 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4322
4323 * ada-lang.c (standard_lookup): Prevent uninitialized variable
4324 warning.
4325
4326 2012-05-30 Jeff Kenton <jkenton@tilera.com>
4327
4328 * configure.host (gdb_host_cpu): Handle tilegx*.
4329 (gdb_host): Handle tilegx-*-linux*.
4330 * tilegx-linux-nat.c: New file.
4331 * config/tilegx/linux.mh: New file.
4332
4333 2012-05-30 Jeff Kenton <jkenton@tilera.com>
4334
4335 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
4336 tilegx-linux-tdep.o.
4337 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
4338 tilegx-linux-tdep.c.
4339 * configure.tgt: Handle tilegx-*-linux*.
4340 * tilegx-tdep.h: New file.
4341 * tilegx-tdep.c: New file.
4342 * tilegx-linux-tdep.c: New file.
4343 * regformats/reg-tilegx.dat: New file.
4344
4345 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
4346
4347 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
4348 accounting of hw watchpoints on ppc.
4349
4350 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4351
4352 * source.c (openp): Expand tilde in path entries.
4353
4354 2012-05-29 Doug Evans <dje@google.com>
4355
4356 * buildsym.c (block_compar): Fix comment.
4357 (end_symtab): Fix and clarify some comments.
4358
4359 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
4360 cleanup_undefined_types.
4361 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
4362 All callers updated.
4363
4364 2012-05-29 Tom Tromey <tromey@redhat.com>
4365
4366 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
4367 fails.
4368 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
4369 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
4370 fails.
4371 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
4372 fails.
4373
4374 2012-05-29 Tristan Gingold <gingold@adacore.com>
4375
4376 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
4377 (struct darwin_info): ... New struct.
4378 (solib_darwin_pspace_data): New variable.
4379 (darwin_pspace_data_cleanup): New function.
4380 (get_darwin_info): Likewise.
4381 (darwin_dyld_version_ok, darwin_load_image_infos)
4382 (darwin_solib_get_all_image_info_addr_at_init)
4383 (darwin_solib_read_all_image_info_addr): Add info argument.
4384 Adjust code.
4385 (darwin_current_sos): Use per pspace structure.
4386 (darwin_solib_create_inferior_hook): Likewise.
4387 (darwin_clear_solib): Likewise.
4388 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
4389
4390 2012-05-28 Pedro Alves <palves@redhat.com>
4391
4392 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
4393 block that uses them. Clear ecss before handling each event.
4394
4395 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4396
4397 * solib-svr4.c (svr4_current_sos): New comment on
4398 svr4_current_sos_via_xfer_libraries fall back.
4399
4400 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4401
4402 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
4403 it as a fallback for TYPE_IS_OPAQUE.
4404 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
4405 symbols for lookup_symbol.
4406
4407 2012-05-24 John Steele Scott <toojays@toojays.net>
4408
4409 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
4410 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
4411 (producer_is_gxx_lt_4_6): Move the checking and caching to...
4412 (check_producer): ... this new function, which also checks for ICC
4413 and caches the result.
4414 (producer_is_icc): New function.
4415 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
4416 producer was ICC.
4417
4418 2012-05-24 Pedro Alves <palves@redhat.com>
4419
4420 PR gdb/7205
4421
4422 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
4423 (default_gdb_signal_to_target): ... this. Add comment.
4424 (default_gdb_signal_from_host): Rename to ...
4425 (default_gdb_signal_from_target): ... this. Add comment.
4426 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
4427 (default_gdb_signal_to_target): ... this.
4428 (default_gdb_signal_from_host): Rename to ...
4429 (default_gdb_signal_from_target): ... this.
4430 * corelow.c (core_open): Adjust to naming change. Replace comment.
4431 * gdbarch.sh (gdb_signal_from_host): Rename to ...
4432 (gdb_signal_from_target): ... this. Adjust to
4433 default_gdb_signal_from_host naming change. Extend comment.
4434 (gdb_signal_to_host): Rename to ...
4435 (gdb_signal_to_target): ... this. Adjust to
4436 default_gdb_signal_to_host naming change.
4437 * gdbarch.h, gdbarch.c: Renegerate.
4438
4439 2012-05-24 Pedro Alves <palves@redhat.com>
4440
4441 PR gdb/7205
4442
4443 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
4444
4445 2012-05-24 Pedro Alves <palves@redhat.com>
4446
4447 PR gdb/7205
4448
4449 Replace target_signal with gdb_signal throughout.
4450
4451 2012-05-24 Pedro Alves <palves@redhat.com>
4452
4453 PR tui/14159
4454
4455 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
4456 string, instead of reusing the va_list argument.
4457
4458 2012-05-24 Tom Tromey <tromey@redhat.com>
4459
4460 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
4461 Remove.
4462
4463 2012-05-23 Doug Evans <dje@google.com>
4464
4465 * symtab.c (search_symbols): Formatting fixes.
4466 (print_symbol_info): Formatting fixes.
4467
4468 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
4469 int64_t change to leb128 API.
4470 (read_encoded_value, decode_frame_entry_1): Ditto.
4471 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
4472 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
4473 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4474 (execute_stack_op): Ditto.
4475 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
4476 (safe_read_uleb128, safe_read_sleb128): Ditto.
4477 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
4478 (dwarf2_compile_expr_to_ax): Ditto.
4479 (locexpr_describe_location_piece): Ditto.
4480 (disassemble_dwarf_expression): Ditto.
4481 (locexpr_describe_location_1): Ditto.
4482
4483 2012-05-23 Stan Shebs <stan@codesourcery.com>
4484 Kwok Cheung Yeung <kcy@codesourcery.com>
4485
4486 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
4487 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
4488 (mi-cmd-info.o): New rule.
4489 * osdata.h (info_osdata_command): New declaration.
4490 * osdata.c (info_osdata_command): Change to non-static.
4491 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
4492 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
4493 * mi/mi-cmd-info.c: New file.
4494
4495 2012-05-23 Doug Evans <dje@google.com>
4496
4497 * symtab.c (search_symbols): Pass NULL for file_matcher to
4498 expand_symtabs_matching if there are no files to match.
4499
4500 * gdbtypes.c (lookup_typename): Simplify.
4501
4502 2012-05-23 Pedro Alves <palves@redhat.com>
4503
4504 * arch-utils.h (default_target_signal_to_host): Delete.
4505 * arch-utils.c (default_target_signal_to_host): Delete.
4506 * gdbarch.sh (target_signal_to_host): Remove.
4507 * gdbarch.h, gdbarch.c: Regenerate.
4508
4509 2012-05-22 Doug Evans <dje@google.com>
4510
4511 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
4512 "const gdb_byte *".
4513 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
4514 (execute_cfa_program): Update to match API of leb128 functions.
4515 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
4516 "const gdb_byte *".
4517 (read_unsigned_leb128, read_signed_leb128): Delete.
4518 (read_initial_length): Change type of buf argument to
4519 "const gdb_byte *".
4520 (read_encoded_value): Update to match API of leb128 functions.
4521 (decode_frame_entry): Change result to "const gdb_byte *", and
4522 similarly for "start" parameter.
4523 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
4524 (dwarf2_build_frame_info): Change local frame_ptr to
4525 "const gdb_byte *".
4526 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
4527 read_uleb128, read_sleb128. All callers updated.
4528 (safe_skip_leb128): New function.
4529 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
4530 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
4531 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
4532 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
4533 read_uleb128, read_sleb128.
4534 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4535 (execute_stack_op): Update to match API of leb128 functions.
4536 * dwarf2expr.h: #include "leb128.h".
4537 (read_uleb128, read_sleb128): Delete.
4538 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
4539 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
4540 * dwarf2loc.c (debug_loc_kind): New enum.
4541 (decode_debug_loc_addresses): New function.
4542 (decode_debug_loc_dwo_addresses): New function.
4543 (dwarf2_find_location_expression): Rewrite.
4544 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
4545 (locexpr_describe_location_piece): Ditto.
4546 (disassemble_dwarf_expression): Ditto.
4547 (locexpr_describe_location_1): Ditto.
4548 (loclist_describe_location): Rewrite.
4549 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
4550 * dwarf2read.c (die_reader_specs): New member "buffer_end".
4551 (dwarf2_section_buffer_overflow_complaint): Renamed from
4552 dwarf2_macros_too_long_complaint. All callers updated.
4553 (skip_leb128): Delete.
4554 (init_cu_die_reader): Initialize reader->buffer_end.
4555 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
4556 (skip_form_bytes): New arg buffer_end. All callers updated.
4557 Replace call to skip_leb128 with gdb_skip_leb128.
4558 (skip_unknown_opcode): New arg mac_end. All callers updated.
4559 (fill_in_loclist_baton): Initialize baton->from_dwo.
4560
4561 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4562
4563 * mips-linux-nat.c (mips_linux_read_description): Use a more
4564 verbose error message.
4565
4566 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4567
4568 * NEWS: Add MIPS/Linux DSP support.
4569 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
4570 (SIGCONTEXT_DSPCTL): New macro.
4571 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
4572 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
4573 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
4574 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
4575 (N64_SIGCONTEXT_HI3): Likewise.
4576 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
4577 (N64_SIGCONTEXT_LO3): Likewise.
4578 (N64_SIGCONTEXT_DSPCTL): Likewise.
4579 (N64_SIGCONTEXT_FPCSR): Clarify definition.
4580 (mips_linux_o32_sigframe_init): Handle DSP registers.
4581 (mips_linux_n32n64_sigframe_init): Likewise.
4582
4583 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
4584
4585 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
4586 call to abort.
4587
4588 2012-05-22 Pedro Alves <palves@redhat.com>
4589
4590 * target.h (store_waitstatus): Move declaration ...
4591 * inf-child.h (store_waitstatus): ... here.
4592 * target.c: Move inclusion of gdb_wait.h, and ...
4593 (store_waitstatus): ... this ...
4594 * inf-child.c: ... here.
4595 * linux-nat.c: Include inf-child.h.
4596 * rs6000-nat.c: Include inf-child.h.
4597 * spu-linux-nat.c: Include inf-child.h.
4598
4599 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
4600
4601 * tracepoint.c (start_tracing): Add missing i18n markup.
4602 (stop_tracing, set_trace_user): Ditto.
4603 (set_trace_notes, set_trace_stop_notes): Ditto.
4604
4605 2012-05-21 Tom Tromey <tromey@redhat.com>
4606
4607 PR c++/7173:
4608 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
4609 types.
4610 * value.h (value_cast_pointers): Update.
4611 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
4612 (value_cast): Update.
4613 (update_search_result): New function.
4614 (do_search_struct_field): New, from search_struct_field. Check
4615 for ambiguous results.
4616 (search_struct_field): Rewrite.
4617 * infcall.c (value_arg_coerce): Update.
4618 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
4619 value_cast_pointers.
4620 * ada-lang.c (ada_convert_actual): Update.
4621
4622 2012-05-21 Tom Tromey <tromey@redhat.com>
4623
4624 * macroexp.c (macro_stringify): Terminate the string.
4625
4626 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4627
4628 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
4629 Describe it.
4630 * auto-load.c (auto_load_expand_dir_vars): New function.
4631 (auto_load_safe_path_vec_update): Use it, remove the
4632 substitute_path_component call thanks to it.
4633 (auto_load_objfile_script): Remove the debug_file_directory processing.
4634 Use auto_load_expand_dir_vars, remove the substitute_path_component
4635 call thanks to it.
4636 * configure: Regenerate.
4637 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
4638 path. Escape $ also for $debugdir.
4639 (--with_auto_load_safe_path): Escape $ also for $debugdir.
4640 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
4641
4642 2012-05-20 Doug Evans <dje@google.com>
4643
4644 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
4645 before use. Check for symtab->includes == NULL before scanning it.
4646
4647 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4648
4649 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
4650
4651 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4652
4653 * NEWS: Add microMIPS support and "set mips compression",
4654 "show mips compression" commands.
4655 * mips-tdep.h (mips_isa): New enum.
4656 (gdbarch_tdep): Add mips_isa.
4657 (mips_pc_is_mips16): Update prototype.
4658 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
4659 * mips-tdep.c (mips_compression_mips16): New variable.
4660 (mips_compression_micromips): Likewise.
4661 (mips_compression_strings): Likewise.
4662 (mips_compression_string): Likewise.
4663 (is_mips16_isa, is_micromips_isa): New functions.
4664 (is_mips16_addr): Rename to...
4665 (is_compact_addr): ... this.
4666 (unmake_mips16_addr): Likewise to...
4667 (unmake_compact_addr): ... this.
4668 (make_mips16_addr): Likewise to...
4669 (make_compact_addr): ... this.
4670 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
4671 functions.
4672 (mips_elf_make_msymbol_special): Handle microMIPS code.
4673 (msymbol_is_special): Rename to...
4674 (msymbol_is_mips16): ... this.
4675 (mips_make_symbol_special, mips_pc_is_mips16): Update
4676 accordingly.
4677 (msymbol_is_mips, msymbol_is_micromips): New functions.
4678 (mips16_to_32_reg): Rename to...
4679 (mips_reg3_to_reg): ... this.
4680 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
4681 (mips_pc_isa): Likewise.
4682 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
4683 code.
4684 (mips_fetch_instruction): Pass return status instead of printing
4685 an error message if requested. Handle microMIPS code. Bail out
4686 on an invalid ISA.
4687 (micromips_op): New macro.
4688 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
4689 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
4690 (b6s4_op, b7s3_reg): Likewise.
4691 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
4692 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
4693 (mips_insn_size): New function.
4694 (mips32_next_pc): Update mips_fetch_instruction call.
4695 (micromips_relative_offset7): New function.
4696 (micromips_relative_offset10): Likewise.
4697 (micromips_relative_offset16): Likewise.
4698 (micromips_pc_insn_size): Likewise.
4699 (micromips_bc1_pc): Likewise.
4700 (micromips_next_pc): Likewise.
4701 (unpack_mips16): Update mips_fetch_instruction call.
4702 (extended_mips16_next_pc): Update according to change to
4703 mips16_to_32_reg.
4704 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
4705 code.
4706 (mips16_scan_prologue): Update mips_fetch_instruction call.
4707 Update according to change to mips16_to_32_reg.
4708 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
4709 (mips_insn16_frame_base_sniffer): Likewise.
4710 (micromips_decode_imm9): New function.
4711 (micromips_scan_prologue): Likewise.
4712 (mips_micro_frame_cache): Likewise.
4713 (mips_micro_frame_this_id): Likewise.
4714 (mips_micro_frame_prev_register): Likewise.
4715 (mips_micro_frame_sniffer): Likewise.
4716 (mips_micro_frame_unwind): New variable.
4717 (mips_micro_frame_base_address): New function.
4718 (mips_micro_frame_base): New variable.
4719 (mips_micro_frame_base_sniffer): New function.
4720 (mips32_scan_prologue): Update mips_fetch_instruction call.
4721 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
4722 rather than for MIPS16.
4723 (mips_insn32_frame_base_sniffer): Likewise.
4724 (mips_addr_bits_remove): Handle microMIPS code.
4725 (deal_with_atomic_sequence): Rename to...
4726 (mips_deal_with_atomic_sequence): ... this. Update the type
4727 of the variable used to hold an instruction. Remove the ISA bit
4728 check. Update mips_fetch_instruction call.
4729 (micromips_deal_with_atomic_sequence): New function.
4730 (deal_with_atomic_sequence): Likewise.
4731 (mips_about_to_return): Handle microMIPS code. Update
4732 mips_fetch_instruction call.
4733 (heuristic_proc_start): Check for the standard MIPS ISA rather
4734 than for MIPS16. Update mips_pc_is_mips16 and
4735 mips_fetch_instruction calls. Handle microMIPS code.
4736 (mips_push_dummy_code): Handle microMIPS code.
4737 (mips_eabi_push_dummy_call): Likewise.
4738 (mips_o32_return_value): Update mips_pc_is_mips16 call.
4739 (mips_o64_push_dummy_call): Handle microMIPS code.
4740 (mips_o64_return_value): Update mips_pc_is_mips16 call.
4741 (is_delayed): Remove function.
4742 (mips_single_step_through_delay): Replace the call to is_delayed
4743 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
4744 Handle microMIPS code.
4745 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
4746 microMIPS code.
4747 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
4748 call.
4749 (micromips_in_function_epilogue_p): New function.
4750 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
4751 call.
4752 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
4753 Handle microMIPS.
4754 (gdb_print_insn_mips): Likewise.
4755 (mips_breakpoint_from_pc): Likewise.
4756 (mips_remote_breakpoint_from_pc): New function.
4757 (mips32_instruction_has_delay_slot): Simplify making use of the
4758 updated mips_fetch_instruction interface.
4759 (micromips_instruction_has_delay_slot): New function.
4760 (mips16_instruction_has_delay_slot): Simplify making use of the
4761 updated mips_fetch_instruction interface.
4762 (mips_adjust_breakpoint_address): Check for the standard MIPS
4763 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
4764 calls. Handle microMIPS code.
4765 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
4766 (mips_skip_trampoline_code): Handle microMIPS code.
4767 (global_mips_compression): New function.
4768 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
4769 file flags. Register the microMIPS remote breakpoint handler
4770 and heuristic frame unwinder.
4771 (show_mips_compression): New function.
4772 (_initialize_mips_tdep): Add the "set mips compression" and
4773 "show mips compression" commands.
4774
4775 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
4776
4777 * ada-lang.c:
4778 * ada-tasks.c:
4779 * ada-varobj.c:
4780 * amd64-darwin-tdep.c:
4781 * arm-symbian-tdep.c:
4782 * arm-tdep.c:
4783 * avr-tdep.c:
4784 * ax-gdb.c:
4785 * bfin-linux-tdep.c:
4786 * breakpoint.c:
4787 * c-valprint.c:
4788 * cli/cli-cmds.c:
4789 * coffread.c:
4790 * cp-support.c:
4791 * cris-tdep.c:
4792 * dwarf2-frame-tailcall.c:
4793 * dwarf2-frame.c:
4794 * dwarf2expr.c:
4795 * dwarf2loc.c:
4796 * dwarf2read.c:
4797 * elfread.c:
4798 * eval.c:
4799 * expprint.c:
4800 * f-valprint.c:
4801 * frv-tdep.c:
4802 * h8300-tdep.c:
4803 * hppa-hpux-tdep.c:
4804 * hppa-tdep.c:
4805 * hppanbsd-tdep.c:
4806 * i386-nto-tdep.c:
4807 * i386-tdep.c:
4808 * i387-tdep.c:
4809 * ia64-tdep.c:
4810 * jit.c:
4811 * linespec.c:
4812 * linux-tdep.c:
4813 * lm32-tdep.c:
4814 * m2-valprint.c:
4815 * m32c-tdep.c:
4816 * m32r-rom.c:
4817 * m32r-tdep.c:
4818 * m68k-tdep.c:
4819 * m68klinux-tdep.c:
4820 * mi/mi-main.c:
4821 * microblaze-tdep.c:
4822 * mips-linux-tdep.c:
4823 * mips-tdep.c:
4824 * mn10300-tdep.c:
4825 * p-valprint.c:
4826 * parse.c:
4827 * ppc-linux-tdep.c:
4828 * ppc-sysv-tdep.c:
4829 * printcmd.c:
4830 * python/py-finishbreakpoint.c:
4831 * python/py-inferior.c:
4832 * python/py-infthread.c:
4833 * python/py-type.c:
4834 * python/python.c:
4835 * remote-fileio.c:
4836 * remote-m32r-sdi.c:
4837 * remote-mips.c:
4838 * reverse.c:
4839 * rl78-tdep.c:
4840 * rs6000-aix-tdep.c:
4841 * rs6000-tdep.c:
4842 * s390-tdep.c:
4843 * score-tdep.c:
4844 * sh64-tdep.c:
4845 * skip.c:
4846 * solib-darwin.c:
4847 * solib-dsbt.c:
4848 * solib-frv.c:
4849 * sparc-tdep.c:
4850 * spu-multiarch.c:
4851 * spu-tdep.c:
4852 * stack.c:
4853 * symfile.c:
4854 * symtab.c:
4855 * tic6x-tdep.c:
4856 * tracepoint.c:
4857 * v850-tdep.c:
4858 * valarith.c:
4859 * valprint.c:
4860 * value.c:
4861 * xcoffread.c:
4862 * xtensa-tdep.c:
4863 * ada-lang.c:
4864 * ada-tasks.c:
4865 * ada-varobj.c:
4866 * amd64-darwin-tdep.c:
4867 * arm-symbian-tdep.c:
4868 * arm-tdep.c: Delete unused variables.
4869
4870 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4871
4872 Rename $ddir to $datadir.
4873 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
4874 * auto-load.c (auto_load_safe_path_vec_update)
4875 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
4876 * configure: Regenerate.
4877 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
4878 Likewise. Remove the 'use $ddir' help string.
4879
4880 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4881
4882 * auto-load.c (show_auto_load_safe_path): Accept any combination of
4883 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
4884
4885 2012-05-18 Tom Tromey <tromey@redhat.com>
4886
4887 PR exp/13907:
4888 * valprint.h (struct value_print_options) <symbol_print>: New
4889 field.
4890 * valprint.c (user_print_options): Add default for symbol_print.
4891 (show_symbol_print): New function.
4892 (generic_val_print): Respect symbol_print.
4893 (_initialize_valprint): Add "print symbol" setting.
4894 * f-valprint.c (f_val_print): Respect symbol_print.
4895 * c-valprint.c (c_val_print): Respect symbol_print.
4896 * NEWS: Update.
4897 * printcmd.c (print_address_symbolic): Return int. Ignore some
4898 zero-size symbols.
4899 (print_address_demangle): Return int.
4900 * defs.h: (print_address_symbolic): Return int.
4901 * value.h (print_address_demangle): Return int.
4902
4903 2012-05-18 Tom Tromey <tromey@redhat.com>
4904
4905 * valprint.c (val_print_string): Don't print leading space.
4906 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
4907 print space before string or vtbl.
4908 * m2-valprint.c (print_unpacked_pointer): Optionally print space
4909 before string.
4910 * jv-valprint.c (java_value_print): Print space before string.
4911 * go-valprint.c (print_go_string): Print space before string.
4912 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
4913 space before string.
4914 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
4915 space before string or vtbl.
4916 * auxv.c (fprint_target_auxv): Print space after address.
4917
4918 2012-05-18 Tom Tromey <tromey@redhat.com>
4919
4920 * printcmd.c (print_address_demangle): Remove special case for 0.
4921
4922 2012-05-18 Tom Tromey <tromey@redhat.com>
4923
4924 * printcmd.c (print_address_demangle): Add 'opts' argument.
4925 * p-valprint.c (pascal_val_print): Update.
4926 * jv-valprint.c (java_val_print): Update.
4927 * value.h: Update.
4928 * valprint.c (generic_val_print): Update.
4929 (print_function_pointer_address): Add 'options' argument. Remove
4930 'addressprint' argument. Update.
4931 * m2-valprint.c (print_unpacked_pointer): Update.
4932 * gnu-v3-abi.c (print_one_vtable): Update.
4933 (gnuv3_print_method_ptr): Update.
4934 * f-valprint.c (f_val_print): Update.
4935 * cp-valprint.c (cp_print_value_fields): Update.
4936 * valprint.h (print_function_pointer_address): Update.
4937 * c-valprint.c (c_val_print): Update.
4938
4939 2012-05-18 Tom Tromey <tromey@redhat.com>
4940
4941 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
4942 directly corresponding to the found psymtab.
4943 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
4944 (dw2_find_pc_sect_symtab): Use it.
4945 * block.h (blockvector_contains_pc): Declare.
4946 * block.c (find_block_in_blockvector): New function.
4947 (blockvector_for_pc_sect): Use it.
4948 (blockvector_contains_pc): New function.
4949
4950 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4951
4952 * mips-tdep.h (mips_write_pc): New prototype.
4953 * mips-tdep.c (mips_write_pc): Make external, add description.
4954 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
4955 add description.
4956
4957 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4958
4959 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
4960 mips_regnum->pc.
4961 (mips_unwind_pc, mips_write_pc): Likewise.
4962 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
4963 gdbarch_read_pc.
4964
4965 2012-05-17 Joel Brobecker <brobecker@adacore.com>
4966
4967 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
4968 proc_warn, proc_error, proc_get_status, proc_flags,
4969 proc_why, proc_what, proc_nsysarg, proc_sysargs,
4970 proc_set_run_on_last_close, proc_unset_run_on_last_close,
4971 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
4972 proc_stop_process, proc_wait_for_stop, proc_run_process,
4973 proc_set_traced_signals, proc_set_traced_faults,
4974 proc_set_traced_sysentry, proc_set_traced_sysexit,
4975 proc_set_held_signals, proc_get_held_signals,
4976 proc_get_traced_signals, proc_get_traced_faults,
4977 proc_get_traced_sysentry, proc_get_traced_sysexit,
4978 proc_clear_current_fault, proc_set_current_signal,
4979 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
4980 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
4981 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
4982 proc_get_current_thread, proc_get_current_thread,
4983 proc_get_current_thread, proc_update_threads,
4984 proc_update_threads, proc_update_threads, proc_update_threads,
4985 proc_iterate_over_threads, procfs_find_new_threads,
4986 procfs_pid_to_str): Make static. Remove advance declaration.
4987 (proc_cursig): Make static. Conditionalized defintion on
4988 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
4989 (proc_syscall, proc_set_kill_on_last_close,
4990 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
4991 proc_get_pending_signals, proc_get_signal_actions,
4992 proc_trace_signal, proc_ignore_signal): Delete.
4993
4994 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
4995
4996 * coffread.c (cs_section_address): Passing proper argument for
4997 `bfd_get_section_vma'.
4998 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
4999 `bfd_get_section_flags'.
5000 * remote.c (remote_trace_set_readonly_regions): Likewise, for
5001 `bfd_get_section_vma'.
5002
5003 2012-05-16 Tom Tromey <tromey@redhat.com>
5004
5005 PR macros/13205:
5006 * macrotab.h: (macro_define_special): Declare.
5007 (enum macro_special_kind): New.
5008 (struct macro_definition) <argc, replacement>: Update comments.
5009 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
5010 (macro_define_object_internal): New function.
5011 (macro_define_object): Use it.
5012 (macro_define_special): New function.
5013 (fixup_definition): New function.
5014 (macro_lookup_definition, foreach_macro_in_scope)
5015 (foreach_macro): Use fixup_definition.
5016 * macroexp.h (macro_stringify): Declare.
5017 * macroexp.c (free_buffer_return_text): New function.
5018 (stringify): Constify "arg".
5019 (macro_stringify): New function.
5020 * dwarf2read.c (macro_start_file): Call macro_define_special.
5021
5022 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
5023 Maciej W. Rozycki <macro@mips.com>
5024
5025 * breakpoint.h (bp_location): Add related_address member.
5026 * inferior.h (get_return_value): Take a pointer to struct value
5027 instead of struct type for the function requested.
5028 * value.h (using_struct_return): Likewise.
5029 * gdbarch.sh (return_value): Take a pointer to struct value
5030 instead of struct type for the function requested.
5031 * breakpoint.c (set_breakpoint_location_function): Initialize
5032 related_address for bp_gnu_ifunc_resolver breakpoints.
5033 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
5034 requested function's address to gdbarch_return_value.
5035 * eval.c (evaluate_subexp_standard): Pass the requested
5036 function's address to using_struct_return.
5037 * infcall.c (call_function_by_hand): Pass the requested
5038 function's address to using_struct_return and
5039 gdbarch_return_value.
5040 * infcmd.c (get_return_value): Take a pointer to struct value
5041 instead of struct type for the function requested.
5042 (print_return_value): Update accordingly.
5043 (finish_command_continuation): Likewise.
5044 * stack.c (return_command): Pass the requested function's
5045 address to using_struct_return and gdbarch_return_value.
5046 * value.c (using_struct_return): Take a pointer to struct value
5047 instead of struct type for the function requested. Pass the
5048 requested function's address to gdbarch_return_value.
5049 * python/py-finishbreakpoint.c (finish_breakpoint_object):
5050 New function_value member, replacing function_type.
5051 (bpfinishpy_dealloc): Update accordingly.
5052 (bpfinishpy_pre_stop_hook): Likewise.
5053 (bpfinishpy_init): Likewise. Record the requested function's
5054 address.
5055 * mips-tdep.c (mips_fval_reg): New enum.
5056 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
5057 words put in GP registers.
5058 (mips_o64_push_dummy_call): Update a comment.
5059 (mips_o32_return_value): Take a pointer to struct value instead
5060 of struct type for the function requested and use it to check if
5061 using the MIPS16 calling convention. Return the designated
5062 general purpose registers for floating-point values returned in
5063 MIPS16 mode.
5064 (mips_o64_return_value): Likewise.
5065 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
5066 (ppc_sysv_abi_broken_return_value): Likewise.
5067 (ppc64_sysv_abi_return_value): Likewise.
5068 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
5069 value instead of struct type for the function requested.
5070 * amd64-tdep.c (amd64_return_value): Likewise.
5071 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
5072 * arm-tdep.c (arm_return_value): Likewise.
5073 * avr-tdep.c (avr_return_value): Likewise.
5074 * bfin-tdep.c (bfin_return_value): Likewise.
5075 * cris-tdep.c (cris_return_value): Likewise.
5076 * frv-tdep.c (frv_return_value): Likewise.
5077 * h8300-tdep.c (h8300_return_value): Likewise.
5078 (h8300h_return_value): Likewise.
5079 * hppa-tdep.c (hppa32_return_value): Likewise.
5080 (hppa64_return_value): Likewise.
5081 * i386-tdep.c (i386_return_value): Likewise.
5082 * ia64-tdep.c (ia64_return_value): Likewise.
5083 * iq2000-tdep.c (iq2000_return_value): Likewise.
5084 * lm32-tdep.c (lm32_return_value): Likewise.
5085 * m32c-tdep.c (m32c_return_value): Likewise.
5086 * m32r-tdep.c (m32r_return_value): Likewise.
5087 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
5088 * m68k-tdep.c (m68k_return_value): Likewise.
5089 (m68k_svr4_return_value): Likewise.
5090 * m88k-tdep.c (m88k_return_value): Likewise.
5091 * mep-tdep.c (mep_return_value): Likewise.
5092 * microblaze-tdep.c (microblaze_return_value): Likewise.
5093 * mn10300-tdep.c (mn10300_return_value): Likewise.
5094 * moxie-tdep.c (moxie_return_value): Likewise.
5095 * mt-tdep.c (mt_return_value): Likewise.
5096 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
5097 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
5098 (ppc_sysv_abi_broken_return_value): Likewise.
5099 (ppc64_sysv_abi_return_value): Likewise.
5100 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
5101 * rl78-tdep.c (rl78_return_value): Likewise.
5102 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
5103 * rx-tdep.c (rx_return_value): Likewise.
5104 * s390-tdep.c (s390_return_value): Likewise.
5105 * score-tdep.c (score_return_value): Likewise.
5106 * sh-tdep.c (sh_return_value_nofpu): Likewise.
5107 (sh_return_value_fpu): Likewise.
5108 * sh64-tdep.c (sh64_return_value): Likewise.
5109 * sparc-tdep.c (sparc32_return_value): Likewise.
5110 * sparc64-tdep.c (sparc64_return_value): Likewise.
5111 * spu-tdep.c (spu_return_value): Likewise.
5112 * tic6x-tdep.c (tic6x_return_value): Likewise.
5113 * v850-tdep.c (v850_return_value): Likewise.
5114 * vax-tdep.c (vax_return_value): Likewise.
5115 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
5116 * xtensa-tdep.c (xtensa_return_value): Likewise.
5117 * gdbarch.c: Regenerate.
5118 * gdbarch.h: Regenerate.
5119
5120 2012-05-15 Tom Tromey <tromey@redhat.com>
5121
5122 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
5123
5124 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5125
5126 * breakpoint.c (init_breakpoint_sal): Add quotes around part
5127 of command in two error message.
5128
5129 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5130
5131 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
5132
5133 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5134
5135 * breakpoint.c (find_condition_and_thread): Minor reformatting.
5136
5137 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5138
5139 * NEWS (show auto-load scripts-directory): Add forgotten command.
5140
5141 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5142
5143 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
5144 parameters.
5145
5146 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
5147
5148 * amd64-tdep.c: Include features/i386/x32.c and
5149 features/i386/x32-avx.c.
5150 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
5151 initialize_tdesc_x32_avx.
5152
5153 2012-05-14 Stan Shebs <stan@codesourcery.com>
5154
5155 Add dynamic printf.
5156 * breakpoint.h (enum bptype): New type bp_dprintf.
5157 (struct breakpoint): New field extra_string.
5158 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
5159 (create_breakpoint): Add extra_string arg.
5160 * breakpoint.c (dprintf_breakpoint_ops): New.
5161 (is_breakpoint): Add bp_dprintf.
5162 (bpstat_what): Add dprintf case.
5163 (bptype_string): Ditto.
5164 (print_one_breakpoint_location): Ditto.
5165 (init_bp_location): Ditto.
5166 (bkpt_print_mention): Ditto.
5167 (dprintf_style_enums): New array.
5168 (dprintf_style): New global.
5169 (dprintf_function): New global.
5170 (dprintf_channel): New global.
5171 (update_dprintf_command_list): New function.
5172 (update_dprintf_commands): New function.
5173 (init_breakpoint_sal): Add extra_string argument, handle it.
5174 (create_breakpoint_sal): Add extra_string argument.
5175 (create_breakpoints_sal): Add extra_string argument, update callers.
5176 (find_condition_and_thread): Add extra argument.
5177 (create_breakpoint): Add extra_string argument, record it.
5178 (dprintf_command): New function.
5179 (break_command_1): Add arg to create_breakpoint call.
5180 (handle_gnu_v3_exceptions): Ditto.
5181 (trace_command): Ditto.
5182 (ftrace_command): Ditto.
5183 (strace_command): Ditto.
5184 (bkpt_print_mention): Add dprintf case.
5185 (create_breakpoint_sal_default): Add extra_string argument.
5186 (_initialize_breakpoint): Add new commands.
5187 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
5188 * python/py-breakpoint.c (bppy_init): Ditto.
5189 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
5190
5191 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
5192
5193 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
5194
5195 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
5196
5197 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
5198 unsigned long long.
5199
5200 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
5201
5202 Add a new function gdb.find_pc_line to the Python API.
5203 * NEWS (Python Scripting): Add entry about the new function.
5204 * python/python.c (gdbpy_find_pc_line): New function which
5205 implements gdb.find_pc_line.
5206 (GdbMethods): Add entry for the new function.
5207
5208 2012-05-12 Pedro Alves <palves@redhat.com>
5209
5210 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
5211 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
5212
5213 2012-05-12 Eli Zaretskii <eliz@gnu.org>
5214
5215 * inferior.c: Include completer.h
5216 (initialize_inferiors): Set completer of add-inferior to
5217 filename_completer.
5218
5219 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5220
5221 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
5222 gdbarch_ptr_bit for x32 core dump.
5223
5224 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5225
5226 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
5227 and features/i386/x32-avx-linux.c.
5228
5229 2012-05-11 Stan Shebs <stan@codesourcery.com>
5230 Kwok Cheung Yeung <kcy@codesourcery.com>
5231
5232 * NEWS: Describe new info os commands.
5233 * common/linux-osdata.c (PID_T, TIME_T): Define.
5234 (MAX_PID_T_STRLEN): New.
5235 (linux_common_core_of_thread): Add comment. Change to use PID_T and
5236 MAX_PID_T_STRLEN.
5237 (command_from_pid): Add comment. Change to use PID_T.
5238 (commandline_from_pid): Change to use PID_T.
5239 (user_from_pid): Add comment.
5240 (get_process_owner): Add comment. Change to use PID_T and
5241 MAX_PID_T_STRLEN.
5242 (get_number_of_cpu_cores): Add comment.
5243 (get_cores_used_by_process): Add comment. Change to use PID_T and
5244 MAX_PID_T_STRLEN.
5245 (linux_xfer_osdata_processes): Change to use PID_T and
5246 MAX_PID_T_STRLEN.
5247 (compare_processes): New function.
5248 (linux_xfer_osdata_processgroups): New function.
5249 (linux_xfer_osdata_threads): Change to use PID_T.
5250 (linux_xfer_osdata_fds): New function.
5251 (format_socket_state, print_sockets): New functions.
5252 (union socket_addr): New union.
5253 (linux_xfer_osdata_isockets): New function.
5254 (time_from_time_t, group_from_gid): New functions.
5255 (linux_xfer_osdata_shm): New function.
5256 (linux_xfer_osdata_sem): New function.
5257 (linux_xfer_osdata_msg): New function.
5258 (linux_xfer_osdata_modules): New function.
5259 (osdata_table): Add new entries.
5260 * common/buffer.c (buffer_xml_printf): Add support for long and
5261 long long format specifiers.
5262
5263 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5264
5265 * amd64-linux-tdep.h (tdesc_x32_linux): New.
5266 (tdesc_x32_avx_linux): Likewise.
5267
5268 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5269
5270 Implement multi-component --with-auto-load-dir.
5271 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
5272 entries.
5273 (--with-auto-load-safe-path): Update the default value description.
5274 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
5275 New.
5276 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
5277 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
5278 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
5279 (_initialize_auto_load): Initialize also auto_load_dir. Install new
5280 "set auto-load scripts-directory".
5281 * config.in: Regenerate.
5282 * configure: Regenerate.
5283 * configure.ac (--with-auto-load-dir): New configure option.
5284 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
5285
5286 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5287
5288 Provide $ddir substitution for --with-auto-load-safe-path.
5289 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
5290 entries.
5291 * auto-load.c: Include observer.h.
5292 (auto_load_safe_path_vec_update): Call substitute_path_component for
5293 each component. New variable ddir_subst.
5294 (auto_load_gdb_datadir_changed): New function.
5295 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5296 AUTO_LOAD_SAFE_PATH. New comment.
5297 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5298 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
5299 * config.in: Regenerate.
5300 * configure: Regenerate.
5301 * configure.ac (--auto-load-safe-path): Rename
5302 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
5303 GDB_DATADIR/auto-load.
5304 * defs.h (substitute_path_component): New declaration.
5305 * top.c: Include observer.h.
5306 (set_gdb_datadir): New function.
5307 (init_main): Install it for "set data-directory".
5308 * utils.c (substitute_path_component): New function.
5309
5310 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5311
5312 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
5313 * auto-load.c (auto_load_objfile_script): Remove check for NULL
5314 DEBUG_FILE_DIRECTORY. Handle multiple components of
5315 DEBUG_FILE_DIRECTORY.
5316
5317 2012-05-10 Tom Tromey <tromey@redhat.com>
5318
5319 * dwarf2read.c (recursively_write_psymbols): New function.
5320 (write_psymtabs_to_index): Use it.
5321
5322 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
5323 field.
5324 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
5325 (load_partial_comp_unit): Update.
5326 (queue_comp_unit): Add argument 'pretend_language'.
5327 (process_queue): Update.
5328 (psymtab_to_symtab_1): Skip dependencies that have a user.
5329 (load_partial_comp_unit_reader): Give meaning to the 'data'
5330 argument.
5331 (load_full_comp_unit): Add 'pretend_language' argument.
5332 (process_full_comp_unit): Add 'pretend_language' argument. Set
5333 language on CU.
5334 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
5335 Update.
5336 (maybe_queue_comp_unit): Add 'pretend_language' argument.
5337 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
5338 Update.
5339 (prepare_one_comp_unit): Add 'pretend_language' argument.
5340
5341 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
5342 (struct dwarf2_per_objfile) <just_read_cus>: New field.
5343 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
5344 (dw2_do_instantiate_symtab): Check whether symtab was read in
5345 before queueing.
5346 (dw2_instantiate_symtab): Add assertion. Call
5347 process_cu_includes.
5348 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
5349 (partial_symtab_p): New typedef.
5350 (set_partial_user): New function.
5351 (dwarf2_build_psymtabs_hard): Use set_partial_user.
5352 (scan_partial_symbols): Add imported CU to imported_symtabs.
5353 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
5354 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
5355 (get_symtab, recursively_compute_inclusions)
5356 (compute_symtab_includes, process_cu_includes)
5357 (process_imported_unit_die): New functions.
5358 (process_die) <DW_TAG_imported_unit>: New case.
5359 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
5360
5361 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
5362 comment.
5363 (struct partial_die_info) <locdesc>: Remove.
5364 <d>: New field.
5365 (process_psymtab_comp_unit): Add 'read_partial' argument.
5366 Update.
5367 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
5368 (scan_partial_symbols): Handle DW_TAG_imported_unit.
5369 (add_partial_symbol): Update.
5370 (process_die): Handle DW_TAG_partial_unit.
5371 (read_file_scope): Update comment.
5372 (load_partial_dies): Handle DW_TAG_imported_unit.
5373 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
5374 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
5375
5376 2012-05-10 Tom Tromey <tromey@redhat.com>
5377
5378 * cc-with-dwz.sh: New file.
5379
5380 2012-05-10 Tom Tromey <tromey@redhat.com>
5381
5382 * symtab.h (struct symtab) <includes, user>: New fields.
5383 * block.h (struct block_iterator) <d, idx, which>: New fields.
5384 * block.c (initialize_block_iterator, find_iterator_symtab)
5385 (block_iterator_step, block_iter_name_step)
5386 (block_iter_match_step): New functions.
5387 (block_iterator_first, block_iterator_next)
5388 (block_iter_name_first, block_iter_name_next)
5389 (block_iter_match_first, block_iter_match_next): Rewrite.
5390 (get_block_symtab): New function.
5391
5392 2012-05-10 Tom Tromey <tromey@redhat.com>
5393
5394 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
5395 set_block_symtab.
5396 * jit.c (finalize_symtab): Use allocate_global_block,
5397 set_block_symtab.
5398 * buildsym.c (finish_block_internal): New function, from old
5399 finish_block.
5400 (finish_block): Rewrite.
5401 (end_symtab): Use finish_block_internal, set_block_symtab.
5402 * block.h (struct global_block): New.
5403 (allocate_global_block, set_block_symtab): Declare.
5404 * block.c (allocate_global_block, set_block_symtab): New
5405 functions.
5406
5407 2012-05-10 Tom Tromey <tromey@redhat.com>
5408
5409 * psymtab.c (partial_map_expand_apply): Add assertion.
5410 (partial_map_symtabs_matching_filename): Skip included psymtabs.
5411 (psymtab_to_symtab): Find unshared psymtab.
5412 (dump_psymtab): Print including psymtabs.
5413 (recursively_search_psymtabs): New function.
5414 (expand_symtabs_matching_via_partial): Use it.
5415 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
5416 fields.
5417 (enum psymtab_search_status): New.
5418
5419 2012-05-10 Tom Tromey <tromey@redhat.com>
5420
5421 * tracepoint.c (scope_info): Update.
5422 * symtab.c (lookup_block_symbol, iterate_over_symbols)
5423 (find_pc_sect_symtab, search_symbols)
5424 (default_make_symbol_completion_list_break_on)
5425 (make_file_symbol_completion_list): Update.
5426 * symmisc.c (dump_symtab_1): Update.
5427 * stack.c (print_frame_args, iterate_over_block_locals)
5428 (print_frame_labels, iterate_over_block_arg_vars): Update.
5429 * python/py-block.c (block_object) <dict>: Remove.
5430 <block>: New field.
5431 <iter>: Change type.
5432 (blpy_iter): Update.
5433 (blpy_block_syms_iternext): Update.
5434 * psymtab.c (map_block): Use block iterators.
5435 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
5436 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
5437 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
5438 * infrun.c (check_exception_resume): Update.
5439 * cp-support.c (make_symbol_overload_list_block): Update.
5440 * coffread.c (patch_opaque_types): Update.
5441 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
5442 * block.h (struct block_iterator): New.
5443 (block_iterator_first, block_iterator_next, block_iter_name_first)
5444 (block_iter_name_next, block_iter_match_first)
5445 (block_iter_match_next): Declare.
5446 (ALL_BLOCK_SYMBOLS): Redefine.
5447 * block.c (block_iterator_first, block_iterator_next)
5448 (block_iter_name_first, block_iter_name_next)
5449 (block_iter_match_first, block_iter_match_next): New functions.
5450 * ada-lang.c (ada_add_block_symbols)
5451 (ada_make_symbol_completion_list): Use block iterator.
5452
5453 2012-05-10 Tom Tromey <tromey@redhat.com>
5454
5455 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
5456 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
5457 (lookup_partial_symbol, find_last_source_symtab_from_partial)
5458 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
5459 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
5460 Update.
5461
5462 2012-05-10 Joel Brobecker <brobecker@adacore.com>
5463
5464 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
5465 print-file-var-lib2.c, print-file-var-main.c and
5466 print-file-var.exp (located in gdb/testsuite/gdb.base).
5467
5468 2012-05-10 Joel Brobecker <brobecker@adacore.com>
5469
5470 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5471 try locating the symbol in the symbol's own objfile first, before
5472 extending the search to all objfiles.
5473 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5474 out of lookup_symbol_aux_symtabs.
5475 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5476 Replace extracted-out code by call to lookup_symbol_aux_objfile.
5477 Do not search EXCLUDE_OBJFILE.
5478 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5479 (lookup_symbol_global): Search for matches in the block's objfile
5480 first, before searching all other objfiles.
5481
5482 2012-05-10 Tristan Gingold <gingold@adacore.com>
5483
5484 * printcmd.c (set_command): Add pre/post inc/dec.
5485
5486 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
5487
5488 * gdb.1: Document -ex option.
5489
5490 2012-05-09 Joel Brobecker <brobecker@adacore.com>
5491
5492 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
5493 * inferior.h (AT_SYMBOL): Delete.
5494
5495 2012-05-09 Joel Brobecker <brobecker@adacore.com>
5496
5497 * mips-tdep.c (mips_push_dummy_code): New function.
5498 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
5499 ON_STACK and install mips_push_dummy_code as our gdbarch
5500 push_dummy_code routine.
5501
5502 2012-05-09 Pedro Alves <palves@redhat.com>
5503
5504 * target.c (set_maintenance_target_async_permitted): Rename to ...
5505 (set_target_async_command): ... this.
5506 (show_maintenance_target_async_permitted): Rename to ...
5507 (show_target_async_command): ... this.
5508 (initialize_targets): Adjust.
5509
5510 2012-05-08 Doug Evans <dje@google.com>
5511
5512 * go-exp.y (classify_name): Add missing assignment of fields of
5513 yylval.ssym.
5514
5515 2012-05-08 Eli Zaretskii <eliz@gnu.org>
5516
5517 Display the ">" prompt in interactive mode while reading canned
5518 commands, even when the current interpreter is MI.
5519
5520 * interps.c (interp_set_temp): New function.
5521
5522 * interps.h (interp_set_temp): Add prototype.
5523
5524 * cli/cli-script.c (restore_interp): New cleanup function.
5525 (read_command_lines): Temporarily override the current interpreter
5526 with CLI and arrange for restoring the original one.
5527
5528 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
5529
5530 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
5531
5532 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
5533
5534 * probe.c (parse_probes): Move conditional to check for
5535 debuginfo files from here...
5536 * stap-probe.c (stap_get_probes): ... to here.
5537
5538 2012-05-07 Mark Kettenis <kettenis@gnu.org>
5539 H.J. Lu <hongjiu.lu@intel.com>
5540
5541 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
5542 `movl %esp, %ebp' for the X32 ABI.
5543
5544 2012-05-07 Tom Tromey <tromey@redhat.com>
5545
5546 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
5547 get_DW_TAG_name.
5548 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
5549 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
5550 (dwarf_stack_op_name): Remove.
5551 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
5552 (decode_locdesc): Use get_DW_OP_name.
5553 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
5554 (dwarf2_compile_expr_to_ax): Likewise.
5555 (disassemble_dwarf_expression): Likewise.
5556 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
5557
5558 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
5559
5560 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
5561 (sh_linux_sigtramp_cache): New function.
5562 (sh_linux_sigreturn_init): New function.
5563 (sh_linux_rt_sigreturn_init): New function.
5564 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
5565 patterns.
5566 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
5567 syscall codes.
5568 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
5569 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
5570 (sh_linux_init_abi): Add init calls to register new tramp_frame
5571 definitions under 32-bit SH, update comments.
5572
5573 2012-05-07 Pedro Alves <palves@redhat.com>
5574
5575 PR gdb/10952
5576
5577 * amd64-linux-tdep.c: Include glibc-tdep.h.
5578 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
5579 gdbarch_skip_solib_resolver callback.
5580
5581 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5582
5583 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
5584 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
5585 (show_auto_load_safe_path): Check any-directory by comparison with "/".
5586 (add_auto_load_safe_path): Change the error message.
5587 (_initialize_auto_load): Change the "safe-path" help text.
5588 * configure: Regenerate
5589 * configure.ac (--without-auto-load-safe-path): Set
5590 WITH_AUTO_LOAD_SAFE_PATH to /.
5591
5592 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
5593
5594 * stap-probe.h: Do not include unecessary `probe.h'.
5595
5596 2012-05-05 Alan Modra <amodra@gmail.com>
5597
5598 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
5599 bfd_und_section_ptr.
5600 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
5601 and bfd_com_section_ptr.
5602
5603 2012-05-04 Joel Brobecker <brobecker@adacore.com>
5604
5605 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
5606
5607 2012-05-04 Joel Brobecker <brobecker@adacore.com>
5608
5609 * windows-nat.h (segment_register_p_ftype): New typedef.
5610 (windows_set_segment_register_p): Add declaration.
5611 * windows-nat.c (segment_register_p): New static global.
5612 (windows_set_segment_register_p): New function.
5613 (do_windows_fetch_inferior_registers): Add special handling
5614 for segment registers.
5615 * amd64-windows-nat.c: #include "amd64-tdep.h".
5616 (amd64_windows_segment_register_p): New function.
5617 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
5618 * i386-windows-nat.c: #include "i386-tdep.h".
5619 (i386_windows_segment_register_p): New function.
5620 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
5621
5622 2012-05-04 Tristan Gingold <gingold@adacore.com>
5623
5624 * printcmd.c (set_command): Emit a warning if the expression is not
5625 an assignment.
5626
5627 2012-05-03 Joel Brobecker <brobecker@adacore.com>
5628
5629 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
5630 Make static.
5631
5632 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
5633
5634 * stap-probe.c (stap_is_operator): Change declaration.
5635 (stap_get_opcode): Change return value.
5636 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
5637 `stap_parse_argument_1'.
5638
5639 2012-05-03 Pedro Alves <pedro@codesourcery.com>
5640
5641 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
5642 debug log.
5643
5644 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
5645
5646 Add two new methods global_block and static_block to gdb.Symtab
5647 objects.
5648 * NEWS (Python scripting): Add entry about the new methods.
5649 * python/py-symtab.c (stpy_global_block): New function which
5650 implements the gdb.Symtab.global_block() method.
5651 (stpy_static_block): New function which implements the
5652 gdb.Symtab.static_block() method.
5653 (symtab_object_methods): Add entries for the two new methods.
5654
5655 2012-05-03 Doug Evans <dje@google.com>
5656
5657 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
5658 files.
5659
5660 2012-05-03 Yao Qi <yao@codesourcery.com>
5661
5662 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
5663 space.
5664 (i386_process_record): Ditto.
5665
5666 2012-05-02 Joel Brobecker <brobecker@adacore.com>
5667
5668 * infcall.c (unwind_on_signal_p): Make static.
5669
5670 2012-05-02 Joel Brobecker <brobecker@adacore.com>
5671
5672 * sol-thread.c (solaris_pid_to_str): Make static.
5673 (_initialize_sol_thread): Add prototype.
5674
5675 2012-05-02 Joel Brobecker <brobecker@adacore.com>
5676
5677 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
5678
5679 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
5680
5681 * MAINTAINERS: Remove myself.
5682
5683 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5684
5685 Fix --without-auto-load-safe-path for MS-Windows host platform.
5686 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
5687
5688 2012-05-02 Eli Zaretskii <eliz@gnu.org>
5689
5690 * gdb_curses.h: Undefine KEY_EVENT before including curses
5691 headers. Move "#undef MOUSE_MOVED" before any curses header
5692 inclusion.
5693
5694 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
5695
5696 * features/i386/i386-mmx-linux.c: Regenerate.
5697 * features/rs6000/powerpc-32.c: Likewise.
5698 * features/rs6000/powerpc-32l.c: Likewise.
5699 * features/rs6000/powerpc-403.c: Likewise.
5700 * features/rs6000/powerpc-403gc.c: Likewise.
5701 * features/rs6000/powerpc-405.c: Likewise.
5702 * features/rs6000/powerpc-505.c: Likewise.
5703 * features/rs6000/powerpc-601.c: Likewise.
5704 * features/rs6000/powerpc-602.c: Likewise.
5705 * features/rs6000/powerpc-603.c: Likewise.
5706 * features/rs6000/powerpc-604.c: Likewise.
5707 * features/rs6000/powerpc-64.c: Likewise.
5708 * features/rs6000/powerpc-64l.c: Likewise.
5709 * features/rs6000/powerpc-750.c: Likewise.
5710 * features/rs6000/powerpc-860.c: Likewise.
5711 * features/rs6000/powerpc-e500.c: Likewise.
5712 * features/rs6000/powerpc-e500l.c: Likewise.
5713 * features/rs6000/powerpc-isa205-32l.c: Likewise.
5714 * features/rs6000/powerpc-isa205-64l.c: Likewise.
5715 * features/rs6000/rs6000.c: Likewise.
5716
5717 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
5718
5719 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
5720 variable.
5721 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
5722 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
5723 (stap_parse_argument) <e>: Likewise.
5724 (handle_stap_probe) <byte_order>: Likewise.
5725
5726 2012-04-30 Doug Evans <dje@google.com>
5727
5728 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
5729 init_and_read_dies_worker. All callers updated.
5730 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
5731 replaced with init_cutu_and_read_dies.
5732 (load_partial_comp_unit): Pass 1 for use_existing_cu.
5733 (find_partial_die): Remove FIXME. Don't free current CU.
5734
5735 2012-04-30 Sterling Augustine <saugustine@google.com>
5736
5737 * contrib: New directory.
5738 * contrib/test_pubnames_and_indexes.py: New file.
5739
5740 2012-04-30 Doug Evans <dje@google.com>
5741
5742 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
5743 All callers updated.
5744 (init_cu_die_reader): Verify the section is non-empty.
5745 (dwarf_decode_line_header): Don't dereference section->asection
5746 until we know the section is present.
5747
5748 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
5749
5750 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
5751 probes.
5752
5753 2012-04-29 Yao Qi <yao@codesourcery.com>
5754
5755 * gdb-code-style.el: New hook gdb-markup-hook
5756 and gdb-comment-hook.
5757
5758 2012-04-28 Doug Evans <dje@google.com>
5759
5760 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
5761 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
5762 objfile->obfd.
5763 * symfile.h (dwarf2_debug_sections): New member addr.
5764 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
5765 (ctx_no_get_addr_index): New function.
5766 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
5767 (ctx_no_get_addr_index): Declare.
5768 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
5769 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
5770 (dwarf_expr_ctx_funcs): Update.
5771 (needs_get_addr_index): New function.
5772 (needs_frame_ctx_funcs): Update.
5773 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
5774 * dwarf2read.c: #include "gdbcore.h".
5775 (dwarf2_per_objfile): New members addr, dwo_files.
5776 (dwarf2_elf_names): Add entry for addr.
5777 (struct dwo_section_names): New type.
5778 (dwo_section_names): New static global.
5779 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
5780 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
5781 old debug_types_section member updated to use this.
5782 Rename member debug_types_section to info_or_types_section,
5783 all uses updated.
5784 (signatured_type): Rename member type_offset to type_offset_in_tu,
5785 all uses updated. New member type_offset_in_section.
5786 (struct dwo_sections): New type.
5787 (struct dwo_unit): New type.
5788 (struct dwo_file): New type.
5789 (die_reader_specs): New member dwo_file.
5790 (dwarf2_locate_sections): Watch for .debug_addr.
5791 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
5792 (dwarf2_read_section): Get bfd of section from bfd's asection,
5793 instead of objfile.
5794 (create_cus_from_index): Initialize the_cu->info_or_types_section.
5795 (create_signatured_type_table_from_index): Initialize
5796 sig_type->info_or_types_section.
5797 (dw2_get_file_names): Statement lists for type units with DWO files
5798 live in the DWO file.
5799 (create_debug_types_hash_table): New function.
5800 (create_all_type_units): Rewrite.
5801 (init_cu_die_reader): New arg dwo_file, all callers updated.
5802 (init_and_read_dies_worker): Get section from
5803 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
5804 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
5805 continue reading the CU/TU from there.
5806 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
5807 updated. Get section from this_cu->info_or_types_section.
5808 (create_all_comp_units): Initialize this_cu->info_or_types_section.
5809 (skip_one_die): New cases DW_FORM_GNU_addr_index,
5810 DW_FORM_GNU_str_index.
5811 (hash_dwo_file, eq_dwo_file): New functions.
5812 (allocate_dwo_file_hash_table): New function.
5813 (hash_dwo_unit, eq_dwo_unit): New functions.
5814 (allocate_dwo_unit_table): New function.
5815 (dwarf2_locate_dwo_sections): New function.
5816 (struct create_dwo_info_table_data): New type.
5817 (create_debug_info_hash_table_reader): New function.
5818 (create_debug_info_hash_table): New function.
5819 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
5820 (lookup_dwo_file): New function.
5821 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
5822 (free_dwo_file, free_dwo_file_cleanup): New functions.
5823 (free_dwo_file_from_slot, free_dwo_files): New functions.
5824 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
5825 (dwarf2_record_block_ranges): Ditto.
5826 (read_partial_die): Ditto.
5827 (process_enumeration_scope): Update to use type_offset_in_section.
5828 (read_full_die_1): New function.
5829 (read_full_die): Rewrite.
5830 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
5831 DW_FORM_GNU_str_index.
5832 (read_addr_index_1, read_addr_index): New functions.
5833 (read_addr_index_from_leb128): New function.
5834 (struct dwarf2_read_addr_index_data): New type.
5835 (dwarf2_read_addr_index_reader): New function.
5836 (dwarf2_read_addr_index): New function.
5837 (read_str_index): New function.
5838 (leb128_size): New function.
5839 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
5840 If processing a type unit from a DWO file, get the line section
5841 from the DWO file.
5842 (var_decode_location): Watch for DW_OP_GNU_addr_index.
5843 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
5844 DW_FORM_GNU_str_index.
5845 (lookup_die_type): Check whether section offset of type's die is
5846 known before looking it up. Remove assert. Condition can
5847 legimately happen for inter-cu type references.
5848 (dwarf_attr_name): Handle Fission attributes.
5849 (dwarf_form_name): Handle Fission forms.
5850 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
5851 DW_FORM_GNU_str_index.
5852 (follow_die_sig): Update to use type_offset_in_section.
5853 (decode_locdesc): New case DW_OP_GNU_addr_index.
5854 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
5855 DW_FORM_GNU_str_index.
5856 (cu_debug_loc_section): New function.
5857 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
5858 (dwarf2_per_objfile_free): Unmap .debug_addr section.
5859 Free DWO files if present.
5860 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
5861
5862 Refactor DIE reading.
5863 * dwarf2read.c (dwarf2_per_objfile): Replace members
5864 debug_info_type_hash and debug_types_type_hash with die_type_hash.
5865 (die_reader_specs): New member "die_section". Temporarily make
5866 member "buffer" non-const, pending constifying all info_ptr uses.
5867 (die_reader_func_ftype): New typedef.
5868 (dw2_get_file_names_reader): New function.
5869 (dw2_get_file_names): Rewrite.
5870 (read_and_check_type_unit_head): Rename arg type_offset to
5871 type_offset_in_tu.
5872 (create_all_type_units): Improve debugging message.
5873 Improve dummy type unit check.
5874 (init_cu_die_reader): New arg "section". All callers updated.
5875 (init_and_read_dies_worker): New function.
5876 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
5877 (init_cutu_and_read_dies_no_follow): New function.
5878 (init_cutu_and_read_dies_simple): New function.
5879 (process_psymtab_comp_unit_reader): New function.
5880 (process_psymtab_comp_unit): Delete args section,
5881 is_debug_types_section. Rewrite. All callers updated.
5882 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
5883 All callers updated. Rewrite.
5884 (load_partial_comp_unit_reader): New function.
5885 (load_partial_comp_unit): Rewrite.
5886 (skip_children): New arg reader. Delete args buffer, cu.
5887 All callers updated.
5888 (skip_one_die): New arg reader. Delete args buffer, cu.
5889 All callers updated.
5890 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
5891 All callers updated.
5892 (load_full_comp_unit_reader): New function.
5893 (load_full_comp_unit): Rewrite.
5894 (read_comp_unit): Delete.
5895 (read_die_and_children_1): Delete, contents moved ...
5896 (read_die_and_children): ... here.
5897 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
5898 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
5899 All callers updated.
5900 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
5901 All callers updated.
5902 (find_partial_die): Rewrite load_all_dies support.
5903 (read_attribute_value): New arg reader. Delete args abfd, cu.
5904 All callers updated.
5905 (read_attribute): New arg reader. Delete args abfd, cu.
5906 All callers updated.
5907 (load_full_type_unit): Add assert.
5908 (read_signatured_type_reader): New function.
5909 (read_signatured_type): Rewrite.
5910 (free_stack_comp_unit): Remove call to age_cached_comp_units.
5911 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
5912 All callers updated. Set per_cu->cu = NULL after freeing it.
5913 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
5914 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
5915 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
5916 (set_die_type): Update.
5917 (get_die_type_at_offset): Update.
5918 (read_file_scope): Call prepare_one_comp_unit.
5919 (read_type_unit_scope): Ditto.
5920 (prepare_one_comp_unit): Set producer if present.
5921
5922 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5923
5924 * probe.c (compile_rx_or_error): Silence ARI warning about missing
5925 gettext function on `error'.
5926
5927 2012-04-27 Doug Evans <dje@google.com>
5928
5929 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
5930 is empty.
5931
5932 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5933 Tom Tromey <tromey@redhat.com>
5934
5935 * breakpoint.c (struct breakpoint_objfile_data)
5936 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
5937 <exception_probes>: New fields.
5938 (free_breakpoint_probes): New function.
5939 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
5940 `_Unwind_DebugHook'.
5941 (create_exception_master_breakpoint): Likewise.
5942 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
5943 * infrun.c: Including necessary header files for handling SystemTap
5944 probes.
5945 (handle_inferior_event): Handling longjmp breakpoint and exceptions
5946 via SystemTap probes.
5947 (check_exception_resume): Remove `func' argument. Handle exception
5948 unwinding breakpoint set via a SystemTap probe.
5949 (insert_exception_resume_from_probe): New function.
5950
5951 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5952 Tom Tromey <tromey@redhat.com>
5953 Jan Kratochvil <jan.kratochvil@redhat.com>
5954
5955 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
5956 (COMMON_OBS): Likewise.
5957 (HFILES_NO_SRCDIR): Add `probe'.
5958 * NEWS: Mention support for static and SystemTap probes.
5959 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
5960 SystemTap probes' arguments parser.
5961 * arm-linux-tdep.c: Including headers needed to perform the parsing
5962 of SystemTap probes' arguments.
5963 (arm_stap_is_single_operand): New function.
5964 (arm_stap_parse_special_token): Likewise.
5965 (arm_linux_init_abi): Initializing proper fields used by SystemTap
5966 probes' arguments parser.
5967 * ax-gdb.c (require_rvalue): Removing static declaration.
5968 (gen_expr): Likewise.
5969 * ax-gdb.h (gen_expr): Declaring function.
5970 (require_rvalue): Likewise.
5971 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
5972 (bkpt_probe_breakpoint_ops): New variable.
5973 (momentary_breakpoint_from_master): Set the `probe' value.
5974 (add_location_to_breakpoint): Likewise.
5975 (break_command_1): Using proper breakpoint_ops according to the
5976 argument passed by the user in the command line.
5977 (bkpt_probe_insert_location): New function.
5978 (bkpt_probe_remove_location): Likewise.
5979 (bkpt_probe_create_sals_from_address): Likewise.
5980 (bkpt_probe_decode_linespec): Likewise.
5981 (tracepoint_probe_create_sals_from_address): Likewise.
5982 (tracepoint_probe_decode_linespec): Likewise.
5983 (tracepoint_probe_breakpoint_ops): New variable.
5984 (trace_command): Using proper breakpoint_ops according to the
5985 argument passed by the user in the command line.
5986 (initialize_breakpoint_ops): Initializing breakpoint_ops for
5987 static probes on breakpoints and tracepoints.
5988 * breakpoint.h (struct bp_location) <probe>: New field.
5989 * cli-utils.c (skip_spaces_const): New function.
5990 (extract_arg): Likewise.
5991 * cli-utils.h (skip_spaces_const): Likewise.
5992 (extract_arg): Likewise.
5993 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
5994 * configure.ac: Append `stap-probe.o' to be generated when ELF
5995 support is present.
5996 * configure: Regenerate.
5997 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
5998 * elfread.c: Include `probe.h' and `arch-utils.h'.
5999 (probe_key): New variable.
6000 (elf_get_probes): New function.
6001 (elf_get_probe_argument_count): Likewise.
6002 (elf_evaluate_probe_argument): Likewise.
6003 (elf_compile_to_ax): Likewise.
6004 (elf_symfile_relocate_probe): Likewise.
6005 (stap_probe_key_free): Likewise.
6006 (elf_probe_fns): New variable.
6007 (elf_sym_fns): Add `sym_probe_fns' value.
6008 (elf_sym_fns_lazy_psyms): Likewise.
6009 (elf_sym_fns_gdb_index): Likewise.
6010 (_initialize_elfread): Initialize objfile cache for static
6011 probes.
6012 * gdb_vecs.h (struct probe): New forward declaration.
6013 (probe_p): New VEC declaration.
6014 * gdbarch.c: Regenerate.
6015 * gdbarch.h: Regenerate.
6016 * gdbarch.sh (stap_integer_prefix): New variable.
6017 (stap_integer_suffix): Likewise.
6018 (stap_register_prefix): Likewise.
6019 (stap_register_suffix): Likewise.
6020 (stap_register_indirection_prefix): Likewise.
6021 (stap_register_indirection_suffix): Likewise.
6022 (stap_gdb_register_prefix): Likewise.
6023 (stap_gdb_register_suffix): Likewise.
6024 (stap_is_single_operand): New function.
6025 (stap_parse_special_token): Likewise.
6026 (struct stap_parse_info): Forward declaration.
6027 * i386-tdep.c: Including headers needed to perform the parsing
6028 of SystemTap probes' arguments.
6029 (i386_stap_is_single_operand): New function.
6030 (i386_stap_parse_special_token): Likewise.
6031 (i386_elf_init_abi): Initializing proper fields used by SystemTap
6032 probes' arguments parser.
6033 * i386-tdep.h (i386_stap_is_single_operand): New function.
6034 (i386_stap_parse_special_token): Likewise.
6035 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
6036 * mipsread.c (ecoff_sym_fns): Likewise.
6037 * objfiles.c (objfile_relocate1): Support relocation for static
6038 probes.
6039 * parse.c (prefixify_expression): Remove static declaration.
6040 (initialize_expout): Likewise.
6041 (reallocate_expout): Likewise.
6042 * parser-defs.h (initialize_expout): Declare function.
6043 (reallocate_expout): Likewise.
6044 (prefixify_expression): Likewise.
6045 * ppc-linux-tdep.c: Including headers needed to perform the parsing
6046 of SystemTap probes' arguments.
6047 (ppc_stap_is_single_operand): New function.
6048 (ppc_stap_parse_special_token): Likewise.
6049 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
6050 probes' arguments parser.
6051 * probe.c: New file, for generic statically defined probe support.
6052 * probe.h: Likewise.
6053 * s390-tdep.c: Including headers needed to perform the parsing of
6054 SystemTap probes' arguments.
6055 (s390_stap_is_single_operand): New function.
6056 (s390_gdbarch_init): Initializing proper fields used by SystemTap
6057 probes' arguments parser.
6058 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
6059 * stap-probe.c: New file, for SystemTap probe support.
6060 * stap-probe.h: Likewise.
6061 * symfile.h: Include `gdb_vecs.h'.
6062 (struct sym_probe_fns): New struct.
6063 (struct sym_fns) <sym_probe_fns>: New field.
6064 * symtab.c (init_sal): Initialize `probe' field.
6065 * symtab.h (struct probe): Forward declaration.
6066 (struct symtab_and_line) <probe>: New field.
6067 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
6068 locations.
6069 (stop_tracing): Likewise.
6070 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
6071
6072 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6073 Tom Tromey <tromey@redhat.com>
6074
6075 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
6076 and to compile agent expressions.
6077 * infrun.c (siginfo_make_value): New argument `ignore'.
6078 (siginfo_funcs): New struct.
6079 (_initialize_infrun): New argument when calling
6080 `create_internalvar_type_lazy'.
6081 * thread.c (thread_id_make_value): New argument `ignore'.
6082 (thread_funcs): New struct.
6083 (_initialize_thread): New argument when calling
6084 `create_internalvar_type_lazy'.
6085 * tracepoint.c (sdata_make_value): New argument `ignore'.
6086 (sdata_funcs): New struct.
6087 (_initialize_tracepoint): New argument when calling
6088 `create_internalvar_type_lazy'.
6089 * value.c (make_value): New struct.
6090 (create_internalvar_type_lazy): New argument `data'.
6091 (compile_internalvar_to_ax): New function.
6092 (value_of_internalvar): Properly handling `make_value' case.
6093 (clear_internalvar): Likewise.
6094 (show_convenience): Adding `TRY_CATCH' block.
6095 * value.h (internalvar_make_value): Delete, replace by...
6096 (struct internalvar_funcs): ... this.
6097 (create_internalvar_type_lazy) <fun>: Delete argument.
6098 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
6099 (compile_internalvar_to_ax): New function.
6100 * windows-tdep.c (tlb_make_value): New argument `ignore'.
6101 (tlb_funcs): New struct.
6102 (_initialize_windows_tdep): New argument when calling
6103 `create_internalvar_type_lazy'.
6104
6105 2012-04-27 Mark Wielaard <mjw@redhat.com>
6106
6107 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
6108 see whether it is an address or a constant offset from DW_AT_low_pc.
6109 (dwarf2_record_block_ranges): Likewise.
6110 (read_partial_die): Likewise.
6111
6112 2012-04-26 Mark Wielaard <mjw@redhat.com>
6113
6114 * MAINTAINERS (Write After Approval): Add myself to the list.
6115
6116 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6117
6118 * proc-utils.h (proc_prettyprint_signalset): New prototype.
6119 (proc_prettyprint_signal): Likewise.
6120 (proc_prettyprint_faultset): Likewise.
6121 (proc_prettyprint_fault): Likewise.
6122 (proc_prettyprint_actionset): Likewise.
6123 (proc_prettyprint_flags): Move to new proc-flags.c section.
6124 (proc_prettyfprint_flags): New prototype.
6125 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
6126 (proc_syscall, proc_cursig): Likewise.
6127 (proc_set_kill_on_last_close): Likewise.
6128 (proc_unset_kill_on_last_close): Likewise.
6129 (proc_set_watchpoint): Make static.
6130 (proc_delete_dead_threads): Likewise.
6131 (procfs_set_watchpoint): Likewise.
6132 (_initialize_procfs): Add prototype.
6133 * proc-events.c: Include proc-utils.h.
6134 (init_syscall_table): Make static.
6135 * proc-api.c (_initialize_proc_api): Add prototype.
6136 * proc-flags.c: Include proc-utils.h.
6137
6138 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6139
6140 * configure.ac: Add AC_ARG_PROGRAM.
6141 * configure: Regenerate.
6142
6143 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6144
6145 Fix DW_AT_lower_bound defaults for DWARF-4+.
6146 * dwarf2read.c (read_subrange_type): Remove initialization of low and
6147 high. New variable low_default_is_valid. Implement DWARF-4+
6148 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
6149 no default by the DWARF standard.
6150
6151 2012-04-26 Maciej W. Rozycki <macro@mips.com>
6152 Maciej W. Rozycki <macro@codesourcery.com>
6153
6154 * infrun.c (handle_inferior_event): Move the check for return
6155 trampolines ahead of the check for function trampolines.
6156 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
6157 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
6158 (mips_str_mips16_ret_stub): Likewise.
6159 (mips_str_call_fp_stub): Likewise.
6160 (mips_str_call_stub): Likewise.
6161 (mips_str_fn_stub): Likewise.
6162 (mips_str_pic): Likewise.
6163 (mips_in_frame_stub): New function.
6164 (mips_unwind_pc): Return the return address rather than the PC
6165 if the PC of an intermediate frame is inside a call thunk.
6166 (mips_is_stub_suffix): New function.
6167 (mips_is_stub_mode): Likewise.
6168 (mips_get_mips16_fn_stub_pc): Likewise.
6169 (mips_skip_mips16_trampoline_code): Update to handle all the
6170 currently generated stub types. Don't recurse into __fn_stub
6171 thunks. Remove heuristics to handle stubs beyond etext/_etext.
6172 Use cooked register accesses.
6173 (mips_in_return_stub): Reintroduce function.
6174 (mips_skip_trampoline_code): Traverse trampolines recursively.
6175 (mips_gdbarch_init): Handle MIPS16 return trampolines.
6176
6177 2012-04-26 Joel Brobecker <brobecker@adacore.com>
6178
6179 GDB 7.4.1 released.
6180
6181 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
6182
6183 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
6184 * features/arm-with-m-vfp-d16.xml: New file. Describes
6185 Cortex-M with VFPv4-sp-d16 FPU register layout.
6186 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
6187 * features/arm-with-m-vfp-d16.c: New. Generated from above.
6188 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
6189 (arm-register_g_packet_guesses): Add vfp-d16 guess.
6190 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
6191
6192 2012-04-25 Doug Evans <dje@google.com>
6193
6194 * cli/cli-decode.c (print_doc_line): Use stream instead of
6195 current_uiout.
6196
6197 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
6198
6199 * features/arm-with-iwmmxt.c: Regenerate.
6200 * features/arm-with-m-fpa-layout.c: Likewise.
6201 * features/arm-with-m.c: Likewise.
6202 * features/arm-with-neon.c: Likewise.
6203 * features/arm-with-vfpv2.c: Likewise.
6204 * features/arm-with-vfpv3.c: Likewise.
6205 * features/mips-dsp-linux.c: Likewise.
6206 * features/mips-linux.c: Likewise.
6207 * features/mips64-dsp-linux.c: Likewise.
6208 * features/mips64-linux.c: Likewise.
6209 * features/s390-linux32.c: Likewise.
6210 * features/s390-linux32v1.c: Likewise.
6211 * features/s390-linux32v2.c: Likewise.
6212 * features/s390-linux64.c: Likewise.
6213 * features/s390-linux64v1.c: Likewise.
6214 * features/s390-linux64v2.c: Likewise.
6215 * features/s390x-linux64.c: Likewise.
6216 * features/s390x-linux64v1.c: Likewise.
6217 * features/s390x-linux64v2.c: Likewise.
6218 * features/tic6x-c62x-linux.c: Likewise.
6219 * features/tic6x-c62x.c: Likewise.
6220 * features/tic6x-c64x-linux.c: Likewise.
6221 * features/tic6x-c64x.c: Likewise.
6222 * features/tic6x-c64xp-linux.c: Likewise.
6223 * features/tic6x-c64xp.c: Likewise.
6224 * target-descriptions.c: Only generate `field_type' and `type'
6225 variables when needed.
6226
6227 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
6228
6229 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
6230
6231 2012-04-25 Doug Evans <dje@google.com>
6232
6233 Initial pass at Go language support.
6234 * NEWS: Mention Go.
6235 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
6236 go-valprint.c.
6237 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
6238 (YYFILES): Add go-exp.c.
6239 (YYOBJ): Add go-exp.o.
6240 (local-maintainer-clean): Delete go-exp.c.
6241 * defs.h (enum language): Add language_go.
6242 * dwarf2read.c: #include "go-lang.h".
6243 (fixup_go_packaging): New function.
6244 (process_full_comp_unit): Call it when processing Go CUs.
6245 (dwarf2_physname): Add Go support.
6246 (read_file_scope): Handle missing language spec for GNU Go.
6247 (set_cu_language): Handle DW_LANG_Go.
6248 * go-exp.y: New file.
6249 * go-lang.h: New file.
6250 * go-lang.c: New file.
6251 * go-typeprint.c: New file.
6252 * go-valprint.c: New file.
6253 * symtab.c: #include "go-lang.h".
6254 (symbol_set_language): Handle language_go.
6255 (symbol_find_demangled_name, symbol_set_names): Ditto.
6256 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
6257
6258 2012-04-24 Jim Meyering <meyering@redhat.com>
6259
6260 avoid a few strncpy-induced buffer overruns
6261 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
6262 fname and psargs before trying to concatenate.
6263 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
6264 "name" before applying strchr.
6265
6266 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
6267
6268 * CONTRIBUTE: Use unified diff instead of context diff when
6269 generating patches.
6270
6271 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6272
6273 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
6274 code. Handle JR.HB correctly.
6275
6276 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6277
6278 * mips-tdep.c
6279 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
6280 with the other MIPS16 helpers.
6281
6282 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
6283
6284 * observer.sh: Conditionally declare `args', thus cleaning up
6285 unused instances of this variable.
6286
6287 2012-04-24 Yao Qi <yao@codesourcery.com>
6288
6289 Revert this patch to allow breakpoint always-inserted
6290 in record target.
6291 2011-12-05 Pedro Alves <pedro@codesourcery.com>
6292 * breakpoint.c: Include record.h.
6293 (breakpoints_always_inserted_mode): Return false when the record
6294 target is in use.
6295
6296 * breakpoint.c (iterate_over_bp_locations): New.
6297 * breakpoint.h: Declare.
6298 New typedef walk_bp_location_callback.
6299 * record.c (record_open): Call record_init_record_breakpoints.
6300 (record_sync_record_breakpoints): New.
6301 (record_init_record_breakpoints): New.
6302 * NEWS: Mention supporting breakpoint always-inserted mode in
6303 record target.
6304
6305 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
6306
6307 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
6308 any thread.
6309
6310 2012-04-24 Yao Qi <yao@codesourcery.com>
6311
6312 * breakpoint.c (ep_is_catchpoint): Renamed to ...
6313 (is_catchpoint): ... it.
6314 (print_one_breakpoint_location): Caller update.
6315 * breakpoint.h: Update declaration.
6316
6317 2012-04-23 David S. Miller <davem@davemloft.net>
6318
6319 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
6320
6321 2012-04-23 Tom Tromey <tromey@redhat.com>
6322
6323 * buildsym.c (add_free_pendings): Remove.
6324 * buildsym.h (add_free_pendings): Remove.
6325
6326 2012-04-23 Doug Evans <dje@google.com>
6327
6328 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
6329 attr.u.unsnd instead of attr.u.addr.
6330 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
6331 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
6332 DW_FORM_ref_udata.
6333 (dump_die_shallow): Update cases DW_FORM_ref_addr,
6334 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
6335 DW_FORM_ref_udata.
6336 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
6337
6338 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
6339
6340 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
6341 (mips_o32_return_value): Likewise.
6342 (mips_o64_return_value): Likewise.
6343
6344 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
6345
6346 * ada-lang.c (ada_evaluate_subexp): Add cases for
6347 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
6348 their treatment in eval.c.
6349
6350 2012-04-21 David S. Miller <davem@davemloft.net>
6351
6352 * sparc-tdep.c (X_DISP10): Define.
6353 (sparc_analyze_control_transfer): Handle compare-and-branch.
6354
6355 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
6356
6357 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
6358 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
6359
6360 2012-04-20 Nigel Stephens <nigel@mips.com>
6361 Maciej W. Rozycki <macro@codesourcery.com>
6362
6363 * mips-tdep.c (mips_float_register_p): New function.
6364 (mips_convert_register_float_case_p): Use mips_float_register_p.
6365 (mips_register_type): Likewise.
6366 (mips_print_register): Likewise.
6367 (print_gp_register_row): Likewise.
6368 (mips_print_registers_info): Likewise.
6369
6370 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
6371
6372 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
6373 of mips16 symbols.
6374
6375 2012-04-20 Andrew Pinski <apinski@cavium.com>
6376
6377 * MAINTAINERS (Write After Approval): Add myself to the list.
6378
6379 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6380
6381 * MAINTAINERS: Update my e-mail address.
6382
6383 2012-04-20 Pedro Alves <palves@redhat.com>
6384
6385 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
6386 $srcdir.
6387 * configure: Regenerate.
6388
6389 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6390
6391 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
6392 declaration.
6393 * gdb_vecs.h: Declare `const_char_ptr' VEC.
6394
6395 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6396
6397 Fix compilation compatibility with python-2.4
6398 * python/py-type.c (convert_field): Cast ADDRSTRING for
6399 PyObject_SetAttrString as non-const. New comment.
6400
6401 2012-04-19 Tom Tromey <tromey@redhat.com>
6402
6403 * top.c (quit_target): Use all_cleanups.
6404 * main.c (captured_command_loop): Use all_cleanups.
6405 * exceptions.c (throw_exception): Use all_cleanups.
6406
6407 2012-04-19 Pedro Alves <palves@redhat.com>
6408
6409 * Makefile.in (GNULIB_BUILDDIR): New.
6410 (LIBGNU, INCGNU, GNULIB_H): Adjust.
6411 (SUBDIRS): Add $(GNULIB_BUILDDIR).
6412 (CLEANDIRS). Remove gnulib/import.
6413 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
6414 (all-lib): Ditto.
6415 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
6416 (gnulib/import/Makefile): Replace gnulib/import with
6417 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
6418 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
6419 (aclocal_m4_deps): Remove the gnulib dependencies. Add
6420 acx_configure_dir.m4.
6421 * acinclude.m4: Include acx_configure_dir.m4.
6422 * acx_configure_dir.m4: New file.
6423 * aclocal.m4: Regenerate.
6424 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
6425 calls. Configure gnulib using ACX_CONFIGURE_DIR.
6426 (GNULIB): New variable.
6427 (GNULIB_STDINT_H): Adjust.
6428 (AC_OUTPUT): Don't output gnulib/Makefile.
6429 * gdb/defs.h: Include build-gnulib/config.h.
6430 * aclocal.m4: Regenerate.
6431 * config.in: Regenerate.
6432 * configure: Regenerate.
6433
6434 * gnulib/Makefile.in: New file.
6435 * gnulib/configure.ac: New file.
6436 * gnulib/aclocal.m4: New file.
6437 * gnulib/config.in: New file.
6438 * gnulib/configure: New file.
6439 * gnulib/: Re-run gnulib-tool to adjust.
6440
6441 2012-04-19 Doug Evans <dje@google.com>
6442
6443 * cleanups.h (struct cleanup): Move to cleanups.c.
6444 (make_cleanup_dtor_ftype): New typedef.
6445 (make_cleanup_dtor): Use it.
6446 (ALL_CLEANUPS): Replace with ...
6447 (all_cleanups): ... this. Declare. All uses updated.
6448 * cleanups.c: #include "gdb_assert.h".
6449 (sentinel_cleanup): New static global.
6450 (SENTINEL_CLEANUP): Define.
6451 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
6452 (make_my_cleanup2): Assert result is non-NULL.
6453 (all_cleanups): New function.
6454 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
6455 of NULL.
6456
6457 2012-04-19 Pedro Alves <palves@redhat.com>
6458
6459 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
6460 Adjust paths to gnulib imported files.
6461
6462 2012-04-19 Pedro Alves <palves@redhat.com>
6463
6464 * gnulib/: Move whole directory ...
6465 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
6466 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
6467 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
6468 (aclocal_m4_deps): Adjust.
6469 * aclocal.m4: Regenerate.
6470 * configure: Regenerate.
6471 * configure.ac: Adjust AC_OUTPUT output.
6472
6473 2012-04-19 Yao Qi <yao@codesourcery.com>
6474
6475 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
6476 (vec.o): New rule.
6477 * vec.c: Move it ...
6478 * common/vec.c: ... here.
6479 * vec.h: Move it ...
6480 * common/vec.h: ... here.
6481
6482 2012-04-19 Yao Qi <yao@codesourcery.com>
6483
6484 * gdb-code-style.el: New.
6485
6486 2012-04-18 Pedro Alves <palves@redhat.com>
6487
6488 Update gnulib from latest git.
6489 (639ea5ae15e39fe48d43e04864b2997301e4b969)
6490
6491 * gnulib/Makefile.am: Update.
6492 * gnulib/dummy.c: Update.
6493 * gnulib/extra/arg-nonnull.h: Update.
6494 * gnulib/extra/c++defs.h: Update.
6495 * gnulib/extra/update-copyright: Update.
6496 * gnulib/extra/warn-on-use.h: Update.
6497 * gnulib/inttypes.in.h: Update.
6498 * gnulib/m4/00gnulib.m4: Update.
6499 * gnulib/m4/extensions.m4: Update.
6500 * gnulib/m4/gnulib-cache.m4: Update.
6501 * gnulib/m4/gnulib-common.m4: Update.
6502 * gnulib/m4/gnulib-comp.m4: Update.
6503 * gnulib/m4/gnulib-tool.m4: Update.
6504 * gnulib/m4/include_next.m4: Update.
6505 * gnulib/m4/inttypes-pri.m4: Update.
6506 * gnulib/m4/inttypes.m4: Update.
6507 * gnulib/m4/longlong.m4: Update.
6508 * gnulib/m4/memchr.m4: Update.
6509 * gnulib/m4/memmem.m4: Update.
6510 * gnulib/m4/mmap-anon.m4: Update.
6511 * gnulib/m4/multiarch.m4: Update.
6512 * gnulib/m4/onceonly.m4: Update.
6513 * gnulib/m4/stddef_h.m4: Update.
6514 * gnulib/m4/stdint.m4: Update.
6515 * gnulib/m4/string_h.m4: Update.
6516 * gnulib/m4/warn-on-use.m4: Update.
6517 * gnulib/m4/wchar_h.m4: Update.
6518 * gnulib/m4/wchar_t.m4: Update.
6519 * gnulib/m4/wint_t.m4: Update.
6520 * gnulib/memchr.c: Update.
6521 * gnulib/memmem.c: Update.
6522 * gnulib/stddef.in.h: Update.
6523 * gnulib/stdint.in.h: Update.
6524 * gnulib/str-two-way.h: Update.
6525 * gnulib/string.in.h: Update.
6526 * gnulib/wchar.in.h: Update.
6527
6528 * gnulib/extra/arg-nonnull.h: Delete.
6529 * gnulib/extra/c++defs.h: Delete.
6530 * gnulib/extra/warn-on-use.h: Delete.
6531 * gnulib/m4/wchar_h.m4: Delete.
6532 * gnulib/m4/wint_t.m4: Delete.
6533 * gnulib/wchar.in.h: Delete.
6534
6535 * gnulib/extra/snippets/arg-nonnull.h: New.
6536 * gnulib/extra/snippets/c++defs.h: New.
6537 * gnulib/extra/snippets/warn-on-use.h: New.
6538
6539 * aclocal.m4: Regenerate.
6540 * config.in: Regenerate.
6541 * configure: Regenerate.
6542 * gnulib/Makefile.in: Regenerate.
6543
6544 2012-04-18 Pedro Alves <palves@redhat.com>
6545
6546 Reimport the update-copyright module from gnulib
6547 (250b80067c1e1d8faa0c42fb572f721975b929c5).
6548
6549 * configure: Regenerate.
6550 * gnulib/Makefile.am: Update.
6551 * gnulib/Makefile.in: Regenerate.
6552 * gnulib/extra/update-copyright: Update.
6553 * gnulib/m4/gnulib-cache.m4: Update.
6554 * gnulib/m4/gnulib-comp.m4: Update.
6555
6556 2012-04-18 Tristan Gingold <gingold@adacore.com>
6557
6558 * configure.ac (aix): Put -lpthread into libs.
6559 * configure: Regenerate.
6560
6561 2012-04-18 Tom Tromey <tromey@redhat.com>
6562
6563 * linespec.c (convert_linespec_to_sals): Don't use
6564 SYMBOL_OBJ_SECTION.
6565 (compare_msymbols): Arguments are minsym_and_objfile, not
6566 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
6567
6568 2012-04-18 Pedro Alves <palves@redhat.com>
6569
6570 Revert gnulib/ part of:
6571 2011-01-01 Joel Brobecker <brobecker@adacore.com>
6572 Copyright year update in most files (performed by copyright.sh).
6573
6574 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6575
6576 Fix 64-bit constants on 32-bit hosts.
6577 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
6578 from unsigned long to ULONGEST.
6579 (read_signed_leb128): Change declaration return type from long to
6580 LONGEST.
6581 (dwarf2_const_value_attr): Change declaration parameter value from long
6582 to LONGEST.
6583 (dwarf2_compute_name): Change variable value from long to LONGEST.
6584 (read_unsigned_leb128): Change return type, variable result and some
6585 casts from unsigned long to ULONGEST.
6586 (read_signed_leb128): Change return type, variable result and some
6587 casts from long to LONGEST.
6588 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
6589 value from long to LONGEST.
6590 (dwarf2_const_value): Change variable value from long to LONGEST.
6591 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
6592 plongest and hex_string.
6593 * symtab.h (struct general_symbol_info): Change ivalue from long to
6594 LONGEST, remove the comment.
6595 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
6596 Change SYMBOL_VALUE format strings to use plongest and hex_string.
6597
6598 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
6599
6600 PR symtab/7259:
6601 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
6602 * ada-lang.c (ada_discrete_type_high_bound)
6603 (ada_discrete_type_low_bound): Fix function comment. Use
6604 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6605 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
6606 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6607 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
6608 Use TYPE_FIELD_ENUMVAL.
6609 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
6610 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6611 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
6612 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
6613 TYPE_CODE_ENUM.
6614 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
6615 * dwarf2read.c (process_enumeration_scope): Likewise.
6616 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
6617 field.bitpos.
6618 (class StructMainTypePrettyPrinter): Support also
6619 FIELD_LOC_KIND_ENUMVAL.
6620 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
6621 TYPE_CODE_ENUM.
6622 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6623 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
6624 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
6625 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
6626 field enumval.
6627 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
6628 accommodate enumval.
6629 (struct call_site): Adjust loc_kind to accommodate enumval.
6630 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
6631 (TYPE_FIELD_ENUMVAL): New macros.
6632 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
6633 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
6634 TYPE_CODE_ENUM.
6635 * p-typeprint.c (pascal_type_print_base): Likewise.
6636 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
6637 enumval.
6638 * python/lib/gdb/types.py (make_enum_dict): Likewise.
6639 * python/py-type.c (convert_field): New variable addrstring. Use
6640 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6641 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
6642 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
6643 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
6644 TYPE_CODE_ENUM.
6645 * valprint.c (generic_val_print): Likewise.
6646
6647 2012-04-17 Doug Evans <dje@google.com>
6648
6649 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
6650
6651 * dwarf2read.c: Whitespace fixes.
6652 (lookup_signatured_type): Tweak comment.
6653 (get_die_type_at_offset): Fix comment.
6654
6655 2012-04-17 Joel Brobecker <brobecker@adacore.com>
6656
6657 * xcoffread.c (xcoff_secnum_to_sections): New function.
6658 (secnum_to_section, secnum_to_bfd_section): Reimplement
6659 using xcoff_secnum_to_sections. Rename "secnum" parameter
6660 into "n_scnum".
6661 (RECORD_MINIMAL_SYMBOL): Delete.
6662 (record_minimal_symbol): New function.
6663 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
6664 by call to record_minimal_symbol and set misc_func_recorded
6665 to 1. Set last_csect_sec to the XCOFF section index instead
6666 of GDB's section_offset index. Update calls to
6667 prim_record_minimal_symbol_and_info to pass the BFD section
6668 as well.
6669
6670 2012-04-17 Joel Brobecker <brobecker@adacore.com>
6671
6672 * xcoffread.c (read_xcoff_symtab): Delete variables
6673 last_csect_val and last_csect_sec and associated code.
6674
6675 2012-04-17 Doug Evans <dje@google.com>
6676
6677 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
6678 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6679 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
6680 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
6681
6682 * cleanups.h: New file.
6683 * cleanups.c: New file.
6684 * Makefile.in (SFILES): Add cleanups.c.
6685 (HFILES_NO_SRCDIR): Add cleanups.h.
6686 (COMMON_OBS): Add cleanups.o.
6687 * defs.h (struct cleanup): Moved to cleanups.h.
6688 (do_cleanups,do_final_cleanups): Ditto.
6689 (discard_cleanups,discard_final_cleanups): Ditto
6690 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6691 (save_cleanups,save_final_cleanups): Ditto.
6692 (restore_cleanups,restore_final_cleanups): Ditto.
6693 (null_cleanup): Ditto.
6694 (make_my_cleanup,make_my_cleanup2): Ditto.
6695 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6696 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
6697 (do_cleanups,do_final_cleanups): Ditto.
6698 (discard_cleanups,discard_final_cleanups): Ditto
6699 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6700 (save_cleanups,save_final_cleanups): Ditto.
6701 (restore_cleanups,restore_final_cleanups): Ditto.
6702 (null_cleanup): Ditto.
6703 (make_my_cleanup,make_my_cleanup2): Ditto.
6704 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6705
6706 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
6707 make_my_cleanup.
6708 (make_cleanup_dyn_string_delete): Ditto.
6709 (make_cleanup_ui_file_delete): Ditto.
6710 (make_cleanup_ui_out_redirect_pop): Ditto.
6711 (make_cleanup_free_section_addr_info): Ditto.
6712 (make_cleanup_restore_integer): Ditto.
6713 (make_cleanup_unpush_target): Ditto.
6714 (make_cleanup_value_free_to_mark): Ditto.
6715 (make_cleanup_value_free): Ditto.
6716 (make_cleanup_free_so): Ditto.
6717
6718 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6719
6720 New option "set debug auto-load".
6721 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
6722 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
6723 (auto_load_safe_path_vec_update)
6724 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
6725 if DEBUG_AUTO_LOAD.
6726 (file_is_auto_load_safe): New parameters debug_fmt and ....
6727 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
6728 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
6729 caller by explanatory string.
6730 (_initialize_auto_load): Register "set debug auto-load".
6731 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
6732 and ....
6733 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6734 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
6735 by explanatory string.
6736 * main.c (captured_main): Likewise.
6737 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
6738 (source_section_scripts): Likewise.
6739
6740 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6741
6742 New option "set auto-load safe-path".
6743 * NEWS: New commands "set auto-load safe-path"
6744 and "show auto-load safe-path".
6745 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
6746 (auto_load_safe_path, auto_load_safe_path_vec)
6747 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
6748 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
6749 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
6750 (source_gdb_script_for_objfile): New variable is_safe. Call
6751 file_is_auto_load_safe. Return if it is not.
6752 (struct loaded_script): New field loaded.
6753 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
6754 (print_script): Use LOADED indicator instead of FULL_PATH. Change
6755 output "Missing" to "No".
6756 (_initialize_auto_load): New variable cmd. Initialize
6757 auto_load_safe_path. Register "set auto-load safe-path",
6758 "show auto-load safe-path" and "add-auto-load-safe-path".
6759 * auto-load.h (maybe_add_script): Add parameter loaded.
6760 (file_is_auto_load_safe): New declaration.
6761 * config.in: Regenerate.
6762 * configure: Regenerate.
6763 * configure.ac: New parameters --with-auto-load-safe-path
6764 and --without-auto-load-safe-path.
6765 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6766 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
6767 * main.c (captured_main): Check file_is_auto_load_safe for
6768 LOCAL_GDBINIT.
6769 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
6770 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
6771 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
6772 not.
6773
6774 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6775
6776 auto-load: Implementation.
6777 * NEWS: New descriptions for "info auto-load",
6778 "info auto-load gdb-scripts", "info auto-load python-scripts",
6779 "info auto-load local-gdbinit" and "info auto-load libthread-db".
6780 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
6781 and "show auto-load-scripts". New description for "set auto-load",
6782 "show auto-load", "set auto-load gdb-scripts",
6783 "show auto-load gdb-scripts", "set auto-load python-scripts",
6784 "show auto-load python-scripts", "set auto-load local-gdbinit",
6785 "show auto-load local-gdbinit", "set auto-load libthread-db" and
6786 "show auto-load libthread-db".
6787 * auto-load.c: Remove include python/python-internal.h. Add includes
6788 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
6789 cli/cli-setshow.h.
6790 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
6791 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
6792 (gdbpy_global_auto_load): Rename to ...
6793 (global_auto_load): ... here.
6794 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
6795 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
6796 (script_language_gdb, source_gdb_script_for_objfile): New.
6797 (struct loaded_script): New field language.
6798 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
6799 LANGUAGE.
6800 (maybe_add_script): Add parameter language. Drop redundant
6801 entry.full_path initialization. Initialize entry.language and
6802 (*slot)->language.
6803 (auto_load_objfile_script): Change parameter suffix to language.
6804 Remove the call of maybe_add_script.
6805 Call language->source_script_for_objfile.
6806 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
6807 New.
6808 (collect_matching_scripts): Adjust it for
6809 struct collect_matching_scripts_data.
6810 (auto_load_info_scripts_pattern_nl): New variable.
6811 (info_auto_load_scripts): Rename to ...
6812 (auto_load_info_scripts): ... here, add parameter language. Adjust it
6813 for struct collect_matching_scripts_data.
6814 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
6815 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
6816 (auto_load_show_cmdlist_get, info_auto_load_cmd)
6817 (auto_load_info_cmdlist_get): New.
6818 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
6819 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
6820 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
6821 "info auto-load local-gdbinit".
6822 * auto-load.h (struct script_language): New.
6823 (gdbpy_global_auto_load): Rename to ...
6824 (global_auto_load): ... here.
6825 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
6826 (auto_load_local_gdbinit_loaded): New declarations.
6827 (maybe_add_script): New parameter language.
6828 (auto_load_objfile_script): Change parameter suffix to language.
6829 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
6830 (auto_load_info_scripts, auto_load_set_cmdlist_get)
6831 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
6832 declarations.
6833 * linux-thread-db.c: Include auto-load.h and ctype.h.
6834 (auto_load_thread_db, show_auto_load_thread_db): New.
6835 (struct thread_db_info): New field filename.
6836 (delete_thread_db_info): Call xfree for FILENAME.
6837 (try_thread_db_load): Initialize FILENAME.
6838 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
6839 if !AUTO_LOAD_THREAD_DB.
6840 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
6841 (_initialize_thread_db): Install auto_load_thread_db
6842 as "set auto-load libthread-db" and install info_auto_load_libthread_db
6843 as "info auto-load libthread-db".
6844 * main.c (captured_main): Rename gdbpy_global_auto_load to
6845 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
6846 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
6847 (print_gdb_help): Extend the help for 'local init file'.
6848 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
6849 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
6850 (auto_load_scripts): Rename to ...
6851 (auto_load_python_scripts): ... here, update the comment.
6852 (gdbpy_load_auto_script_for_objfile): New declaration.
6853 (show_auto_load_python_scripts, script_language_python)
6854 (gdbpy_load_auto_script_for_objfile): New.
6855 (source_section_scripts): Refactor the code.
6856 (load_auto_scripts_for_objfile): Rename to ...
6857 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
6858 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
6859 (info_auto_load_python_scripts): New.
6860 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
6861 Rename "set auto-load-scripts" to "set auto-load python-scripts".
6862 Register "set auto-load-scripts" as its deprecated alias. Register
6863 "info auto-load python-scripts". Register "info auto-load-scripts" as
6864 its deprecated alias.
6865 (load_auto_scripts_for_objfile): Rename to ...
6866 (gdbpy_load_auto_scripts_for_objfile): ... here.
6867 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
6868 (gdbpy_load_auto_scripts_for_objfile): ... here.
6869
6870 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6871
6872 auto-load: Move files.
6873 * Makefile.in (SFILES): Add auto-load.c.
6874 (HFILES_NO_SRCDIR): Add auto-load.h.
6875 (COMMON_OBS): Add auto-load.o.
6876 (distclean): Change .gdbinit for gdb-gdb.gdb.
6877 * auto-load.c: New file, with parts from python/py-auto-load.c.
6878 * auto-load.h: New file, with parts from python/python.h.
6879 * configure: Regenerate.
6880 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
6881 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
6882 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
6883 * main.c: Include auto-load.h.
6884 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
6885 command.h, observer.h and progspace.h to auto-load.c. Add include
6886 auto-load.h.
6887 (gdbpy_global_auto_load, struct auto_load_pspace_info)
6888 (struct loaded_script, auto_load_pspace_data)
6889 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
6890 (hash_loaded_script_entry, eq_loaded_script_entry)
6891 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
6892 (maybe_add_script): Move to auto-load.c.
6893 (source_section_scripts): Change maybe_add_script parameters passing,
6894 use script_not_found_warning_print.
6895 (clear_section_scripts, auto_load_objfile_script)
6896 (auto_load_new_objfile, loaded_script_ptr)
6897 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
6898 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
6899 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
6900 auto_load_new_objfile and info_auto_load_scripts initizations to
6901 auto-load.c.
6902 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
6903
6904 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6905
6906 Code cleanup.
6907 * charset.c (find_charset_names): Remove variables ix and elt.
6908 Use free_char_ptr_vec.
6909 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
6910 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
6911 debugdir_end. New variable debugdir_len.
6912 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
6913 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
6914 declarations.
6915 * progspace.c (clear_program_space_solib_cache): Remove variables ix
6916 and elt. Use free_char_ptr_vec.
6917 * source.c (add_path): Remove variables argv, arg and argv_index.
6918 New variables dir_vec, back_to, ix and name.
6919 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
6920 make_cleanup_freeargv. Remove variable separator. Simplify the code
6921 no longer expecting DIRNAME_SEPARATOR.
6922 (openp): Remove variable p, p1 and len. New variables dir_vec,
6923 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
6924 no longer expecting DIRNAME_SEPARATOR.
6925 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
6926 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
6927 debugdir_end.
6928 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
6929 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
6930 (dirnames_to_char_ptr_vec): New functions.
6931
6932 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6933
6934 Code cleanup.
6935 * source.c (add_path): Remove always true conditional 'p == 0' and
6936 unindent its code block.
6937
6938 2012-04-17 Pedro Alves <palves@redhat.com>
6939
6940 * gdbtypes.h (FIELD_BITPOS): Rename to ...
6941 (FIELD_BITPOS_LVAL): ... this.
6942 (FIELD_BITPOS): New.
6943 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
6944 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
6945 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
6946 SET_FIELD_BITPOS.
6947 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
6948 SET_FIELD_BITPOS.
6949 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
6950 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
6951 * target-descriptions.c (tdesc_gdb_type): Adjust to use
6952 SET_FIELD_BITPOS.
6953
6954 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6955
6956 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
6957 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
6958 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
6959 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
6960 * jv-lang.c (java_link_class_type): Likewise, once.
6961 * stabsread.c (read_enum_type): Likewise.
6962
6963 2012-04-16 Yao Qi <yao@codesourcery.com>
6964
6965 * common/agent.c (agent_run_command): Add one more parameter `len'.
6966 Update callers.
6967 * common/agent.h: Update declaration.
6968 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
6969 Update.
6970 (linux_child_static_tracepoint_markers_by_strid): Ditto.
6971
6972 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
6973
6974 PR mi/13393
6975 * value.c (value_actual_type): New function.
6976 * value.h (value_actual_type): New declaration.
6977 * varobj.c (update_type_if_necessary): New function.
6978 (varobj_create): Call value_actual_type instead of
6979 value_type.
6980 (install_dynamic_child): distinct changed and type changed MI variable
6981 objects.
6982 (update_dynamic_varobj_children): Updated for install_dynamic_child
6983 change. All callers updated.
6984 (varobj_update): Support for MI variable object type change if
6985 the value changed and RTTI is used to determine the type.
6986 (create_child_with_value): Call value_actual_type instead of
6987 value_type.
6988 (adjust_value_for_child_access): Extended with a new parameter which
6989 specify whether the given value should be casted to enclosing type.
6990 All callers updated.
6991
6992 2012-04-14 Yao Qi <yao@codesourcery.com>
6993
6994 Import gnulib module inttypes from git
6995 (250b80067c1e1d8faa0c42fb572f721975b929c5)
6996 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
6997 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
6998 gnulib/m4/inttypes-pri.m4
6999 * aclocal.m4, config.in, configure: Regenerated.
7000 * gnulib/Makefile.am: Update.
7001 * gnulib/Makefile.in: Update.
7002 * gnulib/m4/gnulib-cache.m4: Update.
7003 * gnulib/m4/gnulib-comp.m4: Update.
7004 * gnulib/inttypes.in.h: New.
7005 * gnulib/m4/inttypes-pri.m4: New.
7006 * gnulib/m4/inttypes.m4: New.
7007
7008 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
7009
7010 * infrun.c (resume): Update PC address to the real PC after
7011 preparing to do displaced stepping.
7012
7013 2012-04-12 Doug Evans <dje@google.com>
7014
7015 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
7016 All callers updated.
7017
7018 2012-04-12 Mark Kettenis <kettenis@gnu.org>
7019
7020 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
7021
7022 2012-04-12 Doug Evans <dje@google.com>
7023
7024 * dwarf2read.c (create_all_type_units): Renamed from
7025 create_debug_types_hash_table. All callers updated.
7026
7027 * dwarf2read.c (create_signatured_type_table_from_index): Rename
7028 local type_sig to sig_type, type_offset to type_offset_in_tu.
7029 (hash_signatured_type): Renamed from hash_type_signature,
7030 all callers updated.
7031 (eq_signatured_type): Renamed from eq_type_signature,
7032 all callers updated.
7033 (create_debug_types_hash_table): Rename local type_sig to sig_type.
7034 (process_enumeration_scope): Ditto.
7035 (lookup_signatured_type_at_offset): Ditto.
7036 (load_full_type_unit, read_signatured_type): Ditto.
7037
7038 2012-04-12 Yao Qi <yao@codesourcery.com>
7039
7040 * remote.c (async_remote_interrupt): Correct function name in
7041 debug message.
7042 (async_remote_interrupt_twice): Ditto.
7043
7044 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
7045
7046 * source.c (find_and_open_source): Consistently pass resulting
7047 full path through xfullpath.
7048
7049 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7050
7051 Provide more specific displaced-stepping memory error message.
7052 * infrun.c (displaced_step_prepare): New variable status. Call
7053 target_read_memory instead of read_memory, provide more specific
7054 error message.
7055
7056 2012-04-11 Tristan Gingold <gingold@adacore.com>
7057
7058 PR gdb/13901
7059 * darwin-nat.c (darwin_execvp): Revert previous patch.
7060
7061 2012-04-11 Tristan Gingold <gingold@adacore.com>
7062
7063 PR gdb/13901
7064 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
7065 in case of change.
7066
7067 2012-04-11 Tristan Gingold <gingold@adacore.com>
7068
7069 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7070 warning.
7071
7072 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
7073
7074 New command 'explore' which helps explore values and types in
7075 scope.
7076 * NEWS: Add an entry about the new 'explore' command.
7077 * data-directory/Makefile.in: Add gdb/command/explore.py
7078 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
7079 command using the GDB Python API.
7080
7081 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
7082
7083 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
7084 extension in jump target calculation.
7085
7086 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
7087
7088 * mips-tdep.c (mips32_next_pc): Handle JALX.
7089
7090 2012-04-10 Yao Qi <yao@codesourcery.com>
7091
7092 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
7093
7094 2012-04-10 Yao Qi <yao@codesourcery.com>
7095
7096 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
7097 and gnulib/m4/gnulib-tool.m4.
7098
7099 2012-04-10 Doug Evans <dje@google.com>
7100
7101 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
7102 (load_partial_dies): Clarify comment.
7103 (find_partial_die): Support rereading type units.
7104 Clarify CU handling, if we know offset is in CU, don't search for the
7105 containing CU. Add comment regarding memory waste.
7106
7107 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
7108
7109 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
7110 i386/x32-avx and i386/x32-avx-linux.
7111 (i386/x32-expedite): New.
7112 (i386/x32-linux-expedite): Likewise.
7113 (i386/x32-avx-expedite): Likewise.
7114 (i386/x32-avx-linux-expedite): Likewise.
7115 ($(outdir)/i386/x32.dat): Likewise.
7116 ($(outdir)/i386/x32-linux.dat): Likewise.
7117 ($(outdir)/i386/x32-avx.dat): Likewise.
7118 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
7119
7120 * features/i386/x32-avx-linux.xml: New file.
7121 * features/i386/x32-avx.xml: Likewise.
7122 * features/i386/x32-core.xml: Likewise.
7123 * features/i386/x32-linux.xml: Likewise.
7124 * features/i386/x32.xml: Likewise.
7125
7126 * features/i386/x32-avx-linux.c: New. Generated.
7127 * features/i386/x32-avx.c: Likewise.
7128 * features/i386/x32-linux.c: Likewise.
7129 * features/i386/x32.c: Likewise.
7130 * regformats/i386/x32-avx-linux.dat: Likewise.
7131 * regformats/i386/x32-avx.dat: Likewise.
7132 * regformats/i386/x32-linux.dat: Likewise.
7133 * regformats/i386/x32.dat: Likewise.
7134
7135 2012-04-10 Tristan Gingold <gingold@adacore.com>
7136
7137 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
7138 code to kill the inferior.
7139
7140 2012-04-09 Mark Kettenis <kettenis@gnu.org>
7141
7142 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7143 defines.
7144 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7145 defines.
7146 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
7147 (yyvsp): New defines.
7148 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7149 defines.
7150 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7151 defines.
7152 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7153 defines.
7154 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7155 defines.
7156 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7157 defines.
7158
7159 2012-04-09 Mark Kettenis <kettenis@gnu.org>
7160
7161 * sparc64-tdep.c (sparc64_store_arguments)
7162 (sparc64_store_arguments): Fix coding style.
7163
7164 2012-04-07 Mark Kettenis <kettenis@gnu.org>
7165
7166 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
7167 complex floats, adjust some related comments and tighten a related
7168 assertion.
7169 (sparc64_extract_return_value): Handle complex floats.
7170
7171 2012-04-07 Doug Evans <dje@google.com>
7172
7173 * dwarf2read.c (load_partial_dies): Change condition to assert.
7174
7175 2012-04-06 Doug Evans <dje@google.com>
7176
7177 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
7178 "mov %rsp,%rbp".
7179
7180 2012-04-05 Kevin Buettner <kevinb@redhat.com>
7181
7182 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
7183 fencepost error.
7184 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
7185 (v850_gdbarch_init): Set `num_regs' as appropriate for the
7186 architecture.
7187
7188 2012-04-05 Keith Seitz <keiths@redhat.com>
7189
7190 * linespec.c (decode_compound): Remove.
7191 (enum offset_relative_sign): New enum.
7192 (struct line_offset): New struct.
7193 (struct linespec): New struct.
7194 (struct linespec_state): Move file_symtabs,
7195 user_filename, and user_function into struct linespec.
7196 Make result an anonymous struct holding vectors of
7197 symbolp and minsym_and_objfile_d.
7198 Add language member.
7199 (enum ls_token_type): New enum.
7200 (linespec_keywords): New array.
7201 (struct ls_token): New struct.
7202 (struct ls_parser): New struct.
7203 (linespec_lexer_lex_number): New function.
7204 (linespec_lexer_lex_keyword): New function.
7205 (is_ada_operator): New function.
7206 (skip_quote_char): New function.
7207 (copy_token_string): New function.
7208 (is_closing_quote_enclosed): New function.
7209 (find_parameter_list_end): New function.
7210 (linespec_lexer_lex_string): New function.
7211 (linespec_lexer_lex_one): New function.
7212 (linespec_lexer_consume_token): New function.
7213 (linespec_lexer_peek_token): New function.
7214 (cplusplus_error): Remove unused function.
7215 (find_methods): Update comment.
7216 (find_toplevel_char): Return const.
7217 (is_objc_method_format): Remove unused function.
7218 (find_toplevel_string): New function.
7219 (is_linespec_boundary): Remove.
7220 (symbol_not_found_error): New function.
7221 (find_method_overload_end): Remove function.
7222 (unexpected_linespec_error): New function.
7223 (keep_name_info): Remove.
7224 (linespec_parse_line_offset): New function.
7225 (linespec_parse_basic): New function.
7226 (canonicalize_linespec): New function.
7227 (decode_line_internal): Remove.
7228 (create_sals_line_offset): New function adapted from
7229 decode_all_digits.
7230 (convert_linespec_to_sals): New function.
7231 (parse_linespec): New function.
7232 (linespec_parser_new): New function.
7233 (linespec_state_destructor): Change parameter type to
7234 struct linespec_state *.
7235 Add language parameter.
7236 Remove freeing of moved members.
7237 (linespec_parser_delete): New function.
7238 (decode_line_full): Use parse_linespec and linespec_parser_new.
7239 (decode_line_1): Likewise.
7240 (decode_indirect): Rename to ...
7241 (linespec_expression_to_pc): ... this and rewrite
7242 to simply find CORE_ADDR, storing this result for later
7243 conversion to SALs.
7244 (locate_first_half): Remove.
7245 (deocde_objc): Add parameter LS.
7246 Initialize new struct collect_info members.
7247 Handle minimal symbols, too.
7248 (decode_compound): Delete.
7249 (lookup_prefix_sym): Rewrite.
7250 (compare_msymbols): New function.
7251 (find_method): Rewrite.
7252 Do not call cplusplus_error.
7253 (symtabs_from_filename): Rewrite.
7254 (collect_function_symbols): Delete.
7255 (find_function_symbols): Rewrite without ARGPTR-style
7256 processing.
7257 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
7258 (decode_dollar): Adapted and renamed to ...
7259 (linespec_parse_variable): ... this.
7260 (find_linespec_symbols): New function.
7261 (decode_label): Adapted and renamed to ...
7262 (find_label_symbols): ... this.
7263 (decode_digits_list_mode): Add and use LS argument.
7264 (decode_digits_ordinary): Likewise.
7265 (collect_symbols): Do not collect SALs, just symbols and msymbols.
7266 If in list mode, allow any symbol class. Otherwise, only
7267 permit LOC_BLOCK symbols.
7268 (minsym_found): Update comments.
7269 (search_minsyms_for_name): Do not convert the matching symbol
7270 into a SAL. Simply push the symbol and objfile into the
7271 result vector.
7272 (decode_variable): Delete. Contents adapted into
7273 find_linespec_symbols.
7274
7275 * cp-support.c (SKIP_SPACE): Remove.
7276 (operator_tokens): Remove unused global.
7277 (cp_validate_operator): Remove.
7278 * cp-support.h (cp_validate_operator): Remove declaration.
7279
7280 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7281
7282 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
7283 for TYPE_VPTR_FIELDNO.
7284 * valprint.c (valprint_check_validity): Make it global, move the
7285 function comment ...
7286 * value.h (valprint_check_validity): ... to this new declaration.
7287
7288 2012-04-02 Tristan Gingold <gingold@adacore.com>
7289
7290 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
7291 the STATE32 api for i386 state.
7292 (i386_darwin_store_inferior_registers): Likewise.
7293
7294 2012-04-02 Tristan Gingold <gingold@adacore.com>
7295
7296 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
7297 SS offset.
7298 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7299 format_string.
7300
7301 2012-04-02 Tristan Gingold <gingold@adacore.com>
7302
7303 PR gdb/13901
7304 * darwin-nat.c (darwin_execvp): Set binary preference.
7305
7306 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7307
7308 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
7309
7310 2012-03-30 Tom Tromey <tromey@redhat.com>
7311
7312 * python/python.c (gdbpy_decode_line): Move cleanup creation out
7313 of TRY_CATCH. Fix error handling.
7314 * python/py-value.c (convert_value_from_python): Move 'old'
7315 declaration to innermost scope.
7316
7317 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7318 Andrey Smirnov <andrew.smirnov@gmail.com>
7319
7320 -Wshadow warning fix.
7321 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
7322 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
7323 Adjust code accordingly.
7324
7325 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7326
7327 * ada-lang.c (symbol_completion_add): Rename parameter
7328 "encoded" into "encoded_p". Ajust code and documentation
7329 accordingly.
7330
7331 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7332 Andrey Smirnov <andrew.smirnov@gmail.com>
7333
7334 -Wshadow warning fix.
7335 * ada-lang.c (symbol_completion_add): Rename parameter
7336 "wild_match" into wild_match_p. Update code and documentation
7337 accordingly.
7338
7339 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7340
7341 * ada-lang.c (symbol_completion_match): Rename parameter
7342 "encoded" into "encoded_p". Ajust code and documentation
7343 accordingly.
7344
7345 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7346 Andrey Smirnov <andrew.smirnov@gmail.com>
7347
7348 -Wshadow warning fix.
7349 * ada-lang.c (symbol_completion_match): Rename parameter
7350 "wild_match" into "wild_match_p". Adjust code and function
7351 documentation accordingly.
7352
7353 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7354 Andrey Smirnov <andrew.smirnov@gmail.com>
7355
7356 -Wshadow warning fix.
7357 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
7358 "symbol_info" into "info". Adjust code accordingly.
7359 (ada_lookup_symbol): Likewise.
7360
7361 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7362
7363 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
7364 of this function's documentation.
7365
7366 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7367 Andrey Smirnov <andrew.smirnov@gmail.com>
7368
7369 -Wshadow warning fix.
7370 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
7371 variable into "wild_match_p". Adjust code accordingly.
7372
7373 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7374 Andrey Smirnov <andrew.smirnov@gmail.com>
7375
7376 -Wshadow warning fix.
7377 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
7378 parameter into "wild_match_p". Adjust code accordingly.
7379 Document this parameter in the function description.
7380
7381 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7382 Andrey Smirnov <andrew.smirnov@gmail.com>
7383
7384 -Wshadow warning fix.
7385 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
7386 "wild_match" parameter to "wild_match_p" (-Wshadow).
7387
7388 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7389
7390 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
7391 in function documentation.
7392
7393 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7394 Andrey Smirnov <andrew.smirnov@gmail.com>
7395
7396 -Wshadow warning fix.
7397 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
7398 variable into wild_match_p. Adjust code accordingly.
7399
7400 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7401 Andrey Smirnov <andrew.smirnov@gmail.com>
7402
7403 * ada-valprint.c (ada_val_print_1): Move the code handling
7404 TYPE_CODE_ENUM inside its own lexical block. Declare
7405 variables len and val there, instead of in the function's
7406 top level block. Avoid declaring deref_val again in a way
7407 that shadows another variable of the same name declared
7408 in one of the up-level blocks. Just re-use the up-level
7409 variable instead.
7410
7411 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7412
7413 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
7414 Replace block_found argument by symbol_info. Adjust
7415 implementation accordingly. Add function documentation.
7416 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
7417 Fix documentation.
7418 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
7419 * ada-exp.y (write_object_renaming): Adjust to new
7420 ada_lookup_encoded_symbol API.
7421
7422 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7423
7424 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
7425 documentation.
7426
7427 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
7428
7429 * v850-tdep.c: Add the enum values for mpu and fpu registers.
7430 (v850_register_name): Add the mpu and fpu register names.
7431 (v850e_register_name): Add the mpu and fpu register names.
7432 (v850e2_register_name): New function.
7433 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
7434 bfd_mach_v850e2v3.
7435
7436 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7437
7438 * NEWS: Add entry for Ada varobj support.
7439
7440 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7441
7442 * varobj.c (default_value_is_changeable_p): New function,
7443 extracted from varobj_value_is_changeable_p. Add declaration.
7444 (ada_value_is_changeable_p): New function, extracted from
7445 varobj_value_is_changeable_p. Add declaration.
7446 (struct language_specific): New field "value_is_changeable_p".
7447 (languages): Add entries for new field.
7448 (varobj_create): Set language before calling install_new_value.
7449 (varobj_value_is_changeable_p): Reimplement to call the varobj's
7450 "value_is_changeable_p" language callback.
7451
7452 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7453
7454 * ada-varobj.h, ada-varobj.c: New files.
7455 * Makefile.in (SFILES): Add ada-varobj.c.
7456 (HFILES_NO_SRCDIR): Add ada-varobj.h.
7457 (COMMON_OBS): Add ada-varobj.o.
7458
7459 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7460
7461 * varobj.c (ada_value_has_mutated): Add declaration. New function.
7462 (struct language_specific): New field "value_has_mutated".
7463 (languages): Set field "value_has_mutated" in each entry of array.
7464 (varobj_value_has_mutated): New function.
7465 (varobj_udpdate): Add handling of type mutation.
7466 (value_of_root): Add handling of type mutation.
7467 (ada_value_has_mutated): New function.
7468
7469 2012-03-28 Pedro Alves <palves@redhat.com>
7470
7471 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
7472 Always supply $fr0 as 0.0 and $fr1 as 1.0.
7473
7474 2012-03-28 Tom Tromey <tromey@redhat.com>
7475
7476 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
7477 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
7478 before returning.
7479
7480 2012-03-28 Tom Tromey <tromey@redhat.com>
7481
7482 * .dir-locals.el: New file.
7483
7484 2012-03-28 Pedro Alves <palves@redhat.com>
7485
7486 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
7487
7488 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7489
7490 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
7491 handling for r0.
7492
7493 2012-03-27 Pedro Alves <palves@redhat.com>
7494
7495 Eliminate struct ui_stream.
7496
7497 * ui-out.h (struct ui_stream): Delete.
7498 (ui_out_field_stream): Adjust prototype.
7499 (ui_out_stream_new, ui_out_stream_delete)
7500 (make_cleanup_ui_out_stream_delete): Delete declarations.
7501 * ui-out.c (ui_out_field_stream): Change prototype to take a
7502 ui_file instead of a ui_stream. Adjust.
7503 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
7504 (make_cleanup_ui_out_stream_delete): Delete.
7505 * breakpoint.c (print_breakpoint_location)
7506 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
7507 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7508 * disasm.c (dump_insns): Ditto.
7509 (do_mixed_source_and_assembly, do_assembly_only): Adjust
7510 prototype.
7511 (gdb_disassembly): Use ui_file/mem_fileopen instead of
7512 ui_stream/ui_out_stream_new.
7513 * infcmd.c (print_return_value): Ditto.
7514 * osdata.c (info_osdata_command): Don't allocate a local
7515 ui_stream.
7516 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
7517 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7518 * tracepoint.c (print_one_static_tracepoint_marker): Don't
7519 allocate a local ui_stream.
7520 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
7521 instead of ui_stream/ui_out_stream_new.
7522 (list_args_or_locals): Don't allocate a local ui_stream.
7523 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
7524 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
7525 ui_stream/ui_out_stream_new.
7526 * cli/cli-setshow.c (do_setshow_command): Ditto.
7527
7528 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
7529
7530 * arm-linux-tdep.c (arm_linux_init_abi): Call
7531 set_gdbarch_process_record. Initialize `arm_swi_record' field.
7532 * arm-tdep.c (arm_process_record): New function.
7533 (deallocate_reg_mem): New function.
7534 (decode_insn): New function.
7535 (thumb_record_branch): New function.
7536 (thumb_record_ldm_stm_swi(): New function.
7537 (thumb_record_misc): New function.
7538 (thumb_record_ld_st_stack): New function.
7539 (thumb_record_ld_st_imm_offset): New function.
7540 (thumb_record_ld_st_reg_offset(): New function.
7541 (thumb_record_add_sub_cmp_mov): New function.
7542 (thumb_record_shift_add_sub): New function.
7543 (arm_record_coproc_data_proc): New function.
7544 (arm_record_coproc): New function.
7545 (arm_record_b_bl): New function.
7546 (arm_record_ld_st_multiple): New function.
7547 (arm_record_ld_st_reg_offset): New function.
7548 (arm_record_ld_st_imm_offset): New function.
7549 (arm_record_data_proc_imm): New function.
7550 (arm_record_data_proc_misc_ld_str): New function.
7551 (arm_record_extension_space): New function.
7552 (arm_record_strx): New function.
7553 (sbo_sbz): New function.
7554 (struct insn_decode_record): New structure for arm insn record.
7555 (REG_ALLOC): New macro for reg allocations.
7556 (MEM_ALLOC): New macro for memory allocations.
7557 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
7558
7559 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
7560
7561 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
7562 (store_register): Likewise.
7563
7564 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
7565
7566 * MAINTAINERS (Write After Approval): Add myself to the list.
7567
7568 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7569
7570 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
7571 Describe also the option "auto".
7572
7573 2012-03-22 Richard Henderson <rth@redhat.com>
7574
7575 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
7576 * sparc-nat.c (sparc_xfer_wcookie): Make static.
7577
7578 2012-03-22 Richard Henderson <rth@redhat.com>
7579
7580 * jit.c (jit_read_code_entry): Compute alignment and offset of
7581 int64_t member before computing entry_size.
7582
7583 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7584
7585 Python scripting: Add new method Value.referenced_value to
7586 gdb.Value which can dereference pointer as well as reference
7587 values.
7588 * NEWS: Add entry under 'Python scripting' about the new method
7589 Value.referenced_value on gdb.Value objects.
7590 * python/py-value.c (valpy_referenced_value): New function
7591 defining a new method on gdb.Value objects which can dereference
7592 pointer and reference values.
7593
7594 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7595
7596 * MAINTAINERS (Write After Approval): Add myself to the list.
7597
7598 2012-03-21 Kevin Buettner <kevinb@redhat.com>
7599
7600 * symtab.c (skip_prologue_sal): Change test to check for "main()"
7601 in addition to "main".
7602
7603 2012-03-21 Joel Brobecker <brobecker@adacore.com>
7604
7605 * expression.h (op_name): Add declaration.
7606 * expprint.c (op_name): Remove declaration. Make non-static.
7607 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
7608
7609 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
7610
7611 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
7612 of struct siginfo.
7613 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
7614 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
7615 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
7616 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
7617 (linux_nat_get_siginfo): Likewise.
7618 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
7619 (linux_nat_get_siginfo): Likewise.
7620 * linux-tdep.c (linux_get_siginfo_type): Likewise.
7621 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
7622 * procfs.c (gdb_siginfo_t): Likewise.
7623
7624 2012-03-21 Mike Frysinger <vapier@gentoo.org>
7625
7626 * .gitignore: Ignore more files.
7627
7628 2012-03-20 Pedro Alves <palves@redhat.com>
7629
7630 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
7631 returns.
7632
7633 2012-03-20 Yao Qi <yao@codesourcery.com>
7634
7635 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
7636 comment.
7637
7638 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7639
7640 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
7641 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
7642 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
7643 sect_offset.
7644 * dwarf2expr.h (cu_offset, sect_offset): New types.
7645 (struct dwarf_expr_context_funcs) <dwarf_call>
7646 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
7647 sect_offset.
7648 (struct dwarf_expr_context) <len>: Improve the comment.
7649 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
7650 cu_offset and sect_offset.
7651 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
7652 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
7653 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
7654 * dwarf2loc.h: Include dwarf2expr.h.
7655 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
7656 and sect_offset.
7657 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
7658 Improve the comment.
7659 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
7660 (struct signatured_type, struct line_header, struct partial_die_info)
7661 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
7662 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
7663 (get_die_type_at_offset, create_cus_from_index)
7664 (create_signatured_type_table_from_index, dw2_get_file_names)
7665 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
7666 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
7667 (create_debug_types_hash_table, process_psymtab_comp_unit)
7668 (load_partial_comp_unit, create_all_comp_units)
7669 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
7670 (load_full_comp_unit, dwarf2_physname, read_import_statement)
7671 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
7672 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
7673 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
7674 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
7675 (find_partial_die, read_attribute_value, lookup_die_type)
7676 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
7677 (is_ref_attr): New function comment.
7678 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
7679 Use cu_offset and sect_offset.
7680 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
7681 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
7682 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
7683 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
7684 (offset_and_type_hash, offset_and_type_eq, set_die_type)
7685 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
7686 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
7687 sect_offset.
7688
7689 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7690
7691 Code cleanup.
7692 * python/py-auto-load.c (source_section_scripts): New variable back_to.
7693 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
7694 with xfree.
7695 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
7696
7697 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7698
7699 * NEWS: Describe new options --init-command=FILE, -ix and
7700 --init-eval-command=COMMAND, -iex.
7701 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
7702 CMDARG_INIT_COMMAND.
7703 (captured_main): New enum items OPT_IX and OPT_IEX. Add
7704 "init-command", "init-eval-command", "ix" and "iex" to the variable
7705 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
7706 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
7707 (print_gdb_help): Describe --init-command=FILE, -ix and
7708 --init-eval-command=COMMAND, -iex.
7709
7710 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7711
7712 Code cleanup.
7713 * main.c (struct cmdarg): Move it here from main. Add more comments.
7714 (cmdarg_s, VEC (cmdarg_s)): New.
7715 (main): Move struct cmdarg from here. New variables cmdarg_vec and
7716 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
7717 Install cleanup for cmdarg_vec. Update filling for options 'x' and
7718 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
7719 of CMDARG.
7720
7721 2012-03-19 Tom Tromey <tromey@redhat.com>
7722
7723 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
7724
7725 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7726
7727 PR symtab/13777
7728 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
7729 GCC >=4.5.
7730
7731 2012-03-16 Chris January <chris.january@allinea.com>
7732
7733 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
7734 of clear.
7735
7736 2012-03-16 Chris January <chris.january@allinea.com>
7737
7738 * source.c (add_path): Use memmove instead of strcpy because the
7739 strings overlap.
7740
7741 2012-03-16 Joel Brobecker <brobecker@adacore.com>
7742
7743 * value.h (set_value_parent): Add declaration.
7744 * value.c (set_value_parent): New function.
7745 (value_address): If VALUE->PARENT is not NULL, then use it as
7746 the base address instead of VALUE->LOCATION.address.
7747 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
7748 the same as OBJ's address. Adjust V's offset accordingly.
7749 Set V's parent.
7750
7751 2012-03-16 Gary Benson <gbenson@redhat.com>
7752
7753 PR breakpoints/10738
7754 * dwarf2read.c (use_deprecated_index_sections): New global.
7755 (struct partial_die_info): New member may_be_inlined.
7756 (read_partial_die): Set may_be_inlined where appropriate.
7757 (add_partial_subprogram): Add partial symbols for partial
7758 DIEs that may be inlined.
7759 (new_symbol_full): Add inlined subroutines to the current
7760 scope.
7761 (write_psymtabs_to_index): Bump version number.
7762 (dwarf2_read_index): Read only version 6 indices unless
7763 use_deprecated_index_sections is set.
7764 * linespec.c (symbol_and_data_callback): New structure.
7765 (iterate_inline_only): New function.
7766 (iterate_over_all_matching_symtabs): New argument
7767 "include_inline". If nonzero, also call the callback for
7768 symbols representing inlined subroutines.
7769 (lookup_prefix_sym): Pass extra argument to the above.
7770 (find_function_symbols): Likewise.
7771 (add_matching_symbols_to_info): Likewise.
7772 * NEWS: Mention that GDB can now set breakpoints on inlined
7773 functions.
7774
7775 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
7776
7777 * p-typeprint.c (pascal_type_print_method_args):
7778 Fix display of parameter of methods.
7779
7780 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
7781
7782 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
7783 Add missing prototype.
7784
7785 2012-03-16 Yao Qi <yao@codesourcery.com>
7786 Jan Kratochvil <jan.kratochvil@redhat.com>
7787
7788 Fix false compilation warning.
7789 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
7790
7791 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
7792 Pedro Alves <pedro@codesourcery.com>
7793
7794 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
7795 (arm_register_g_packet_guesses): New function.
7796 (arm_gdbarch_init): Don't force a target description with
7797 registers when the executable is detected as M-profile. Instead
7798 set gdbarch->tdep->is_m. Register `g' packet guesses.
7799 (_initialize_arm_tdep): Initialize the new target description.
7800 * features/arm-with-m-fpa-layout.xml: New description.
7801 * features/arm-with-m-fpa-layout.c: New, generated.
7802
7803 2012-03-15 Joel Brobecker <brobecker@adacore.com>
7804
7805 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
7806 Update function description.
7807 (insert_bp_location): Do not wipe bl->target_info out.
7808 * mem-break.c: #include "gdb_string.h".
7809 (default_memory_insert_breakpoint): Do not call target_read_memory
7810 with a pointer to the breakpoint's shadow_contents buffer. Use
7811 a local buffer instead.
7812 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
7813
7814 2012-03-15 Tom Tromey <tromey@redhat.com>
7815
7816 * NEWS: Mention "info vtbl", not "info vtable".
7817 * cp-support.c (info_vtbl_command): Fix comment.
7818 (_initialize_cp_support): Fix text.
7819
7820 2012-03-15 Tom Tromey <tromey@redhat.com>
7821
7822 * cp-valprint.c (cp_print_value_fields): Use
7823 print_function_pointer_address for vtable slot.
7824
7825 2012-03-15 Tom Tromey <tromey@redhat.com>
7826
7827 * gnu-v3-abi.c (struct value_and_voffset): New.
7828 (hash_value_and_voffset, eq_value_and_voffset)
7829 (compare_value_and_voffset, compute_vtable_size)
7830 (print_one_vtable, gnuv3_print_vtable): New functions.
7831 (init_gnuv3_ops): Initialize 'print_vtable' field.
7832 * cp-support.c (info_vtbl_command): New function.
7833 (_initialize_cp_support): Add "info vtbl".
7834 * cp-abi.h (cplus_print_vtable): Declare.
7835 (struct cp_abi_ops) <print_vtable>: New field.
7836 * cp-abi.c (cplus_print_vtable): New function.
7837 * NEWS: Update.
7838
7839 2012-03-15 Tom Tromey <tromey@redhat.com>
7840
7841 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
7842 iterate_over_symbols.
7843
7844 2012-03-14 Doug Evans <dje@google.com>
7845
7846 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
7847 DW_OP_GNU_parameter_ref.
7848
7849 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7850
7851 Fix double prompt of 'interpreter-exec mi'.
7852 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
7853 (mi_interpreter_resume): use it.
7854 (mi_execute_command_input_handler): New function.
7855 * mi/mi-main.c (mi_execute_command): Move prompt printing to
7856 mi_execute_command_input_handler.
7857
7858 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
7859
7860 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
7861 prototype.
7862 (darwin_debug_port_info): Make static.
7863 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
7864 * machoread.c (_initialize_machoread): Add prototype.
7865 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
7866 (i386_darwin_set_control, i386_darwin_get_control)
7867 i386_darwin_dr_set_addr, i386_darwin_get_addr)
7868 i386_darwin_get_status, i386_darwin_get_control):
7869 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
7870
7871 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7872
7873 * ax-gdb.c (gen_usual_unary): Remove special handling of
7874 enum and bool types.
7875
7876 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7877
7878 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
7879
7880 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7881
7882 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
7883
7884 2012-03-13 Chris January <chris.january@allinea.com>
7885
7886 * aix-thread.c (fill_sprs): Store the floating point registers
7887 at the correct offsets into vals.
7888
7889 2012-03-13 Doug Evans <dje@google.com>
7890
7891 * NEWS: Mention symbol-reloading has been deleted.
7892 * symfile.c (symbol_reloading): Delete.
7893 (show_symbol_reloading): Delete.
7894 (_initialize_symfile): Delete set/show symbol-reloading.
7895
7896 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
7897 read_in_chain until we have successfully read it in.
7898 (load_full_comp_unit): Ditto.
7899 (read_signatured_type): Add comment.
7900
7901 2012-03-13 Chris January <chris.january@allinea.com>
7902
7903 * stabsread.c (fix_common_block): Change type of valu argument
7904 to CORE_ADDR.
7905
7906 2012-03-13 Chris January <chris.january@allinea.com>
7907
7908 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
7909 instruction.
7910
7911 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7912
7913 * common/linux-procfs.c (linux_proc_get_int): New, from
7914 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
7915 field.
7916 (linux_proc_get_tgid): Only call linux_proc_get_int.
7917 (linux_proc_get_tracerpid): New.
7918 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
7919 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
7920 linux_proc_pid_has_state.
7921 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
7922 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
7923 (linux_ptrace_attach_warnings): New.
7924 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
7925 New declaration.
7926 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
7927 (linux_nat_attach): New variables ex, buffer, message and message_s.
7928 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
7929
7930 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7931
7932 * Makefile.in (linux-ptrace.o): New.
7933 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
7934 from linux-nat.c.
7935 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
7936 * common/linux-ptrace.c: New file.
7937 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
7938 * config/arm/linux.mh: Likewise.
7939 * config/i386/linux.mh: Likewise.
7940 * config/i386/linux64.mh: Likewise.
7941 * config/ia64/linux.mh: Likewise.
7942 * config/m32r/linux.mh: Likewise.
7943 * config/m68k/linux.mh: Likewise.
7944 * config/mips/linux.mh: Likewise.
7945 * config/pa/linux.mh: Likewise.
7946 * config/powerpc/linux.mh: Likewise.
7947 * config/powerpc/ppc64-linux.mh: Likewise.
7948 * config/powerpc/spu-linux.mh: Likewise.
7949 * config/s390/s390.mh: Likewise.
7950 * config/sparc/linux.mh: Likewise.
7951 * config/sparc/linux64.mh: Likewise.
7952 * config/xtensa/linux.mh: Likewise.
7953 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
7954 common/linux-procfs.c.
7955 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
7956
7957 2012-03-13 Hui Zhu <teawater@gmail.com>
7958 Pedro Alves <palves@redhat.com>
7959
7960 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
7961 CREATE_BREAKPOINT_FLAGS_INSERTED.
7962 (create_breakpoint_sal, create_breakpoints_sal)
7963 (base_breakpoint_create_breakpoints_sal)
7964 (tracepoint_create_breakpoints_sal)
7965 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
7966 down.
7967 (break_command_1, handle_gnu_v3_exceptions, trace_command)
7968 (ftrace_command, strace_command): Adjust.
7969 (create_tracepoint_from_upload): Pass
7970 CREATE_BREAKPOINT_FLAGS_INSERTED.
7971 * breakpoint.h (enum breakpoint_create_flags): New.
7972 (create_breakpoint): New flags parameter.
7973 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
7974 * python/py-breakpoint.c (bppy_init): Adjust.
7975 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
7976 * spu-tdep.c (spu_catch_start): Adjust.
7977
7978 2012-03-13 Pedro Alves <palves@redhat.com>
7979 Hui Zhu <teawater@gmail.com>
7980 Yao Qi <yao@codesourcery.com>
7981
7982 * remote.c (struct remote_state): New field `starting_up'.
7983 (remote_start_remote): Set and clear it.
7984 (remote_can_download_tracepoint): If starting up, return false.
7985
7986 2012-03-13 Yao Qi <yao@codesourcery.com>
7987
7988 * inferior.h (struct inferior): Remove fields any_syscall_count,
7989 syscalls_counts and total_syscalls_count. Move them to new
7990 struct catch_syscall_inferior_data in breakpoint.c.
7991 * breakpoint.c: Call DEF_VEC_I(int).
7992 (struct catch_syscall_inferior_data): New.
7993 (get_catch_syscall_inferior_data): New.
7994 (catch_syscall_inferior_data_cleanup): New.
7995 (insert_catch_syscall): Update to access data in
7996 struct catch_syscall_inferior_data.
7997 (insert_catch_syscall): Likewise.
7998 (remove_catch_syscall): Likewise.
7999 (remove_catch_syscall): Likewise.
8000 (is_syscall_catchpoint_enabled): Likewise.
8001 (add_catch_command): Likewise.
8002 (_initialize_breakpoint): Register cleanup.
8003 * breakpoint.h: Removed DEF_VEC_I(int).
8004 * dwarf2loc.c: Call DEF_VEC_I(int).
8005 * mi/mi-main.c: Likewise.
8006
8007 2012-03-12 Mark Kettenis <kettenis@gnu.org>
8008
8009 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
8010
8011 2012-03-12 Chris January <chris.january@allinea.com>
8012
8013 * aix-thread.c (_initialize_aix_thread): Add prototype.
8014 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
8015 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
8016
8017 2012-03-12 Joel Brobecker <brobecker@adacore.com>
8018
8019 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
8020 include of "amd64-nat.h".
8021
8022 2012-03-12 Tom Tromey <tromey@redhat.com>
8023
8024 * buildsym.c (record_pending_block): Now static.
8025 * buildsym.h: (record_pending_block): Remove.
8026
8027 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
8028
8029 * amd64bsd-nat.c: Include amd64bsd-nat.h.
8030
8031 2012-03-09 Tom Tromey <tromey@redhat.com>
8032
8033 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
8034 producer_is_gxx_lt_4_6>: New fields.
8035 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
8036
8037 2012-03-09 Tom Tromey <tromey@redhat.com>
8038
8039 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
8040
8041 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8042
8043 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
8044 prototype.
8045
8046 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8047
8048 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
8049
8050 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8051
8052 Fix -Wmissing-prototypes build.
8053 * arm-linux-nat.c (get_thread_id): Make it static.
8054 * xtensa-linux-nat.c (get_thread_id): Likewise.
8055
8056 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8057
8058 * server.c (process_point_options): If a conditional expression
8059 is found, only print a message if remote_debug is nonzero.
8060
8061 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
8062
8063 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
8064 of internal error for unknown/unsupported types.
8065
8066 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8067
8068 Fix CU relative vs. absolute DIE offsets.
8069 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
8070 offset to offset_in_cu.
8071 * dwarf2read.c (process_enumeration_scope): Add CU offset to
8072 TYPE_OFFSET.
8073 (dwarf2_fetch_die_location_block): Rename parameter offset to
8074 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
8075
8076 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8077
8078 * libunwind-frame.c: Rename to ...
8079 * ia64-libunwind-tdep.c: ... here.
8080 * libunwind-frame.h: Rename to ...
8081 * ia64-libunwind-tdep.h: ... here.
8082 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
8083 ia64-libunwind-tdep.h.
8084 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
8085 * README (--with-libunwind): Rename to ...
8086 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
8087 * config.in: Regenerate.
8088 * configure: Regenerate.
8089 * configure.ac: New option --with-libunwind-ia64, make the
8090 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
8091 Remove AC_DEFINE for HAVE_LIBUNWIND.
8092 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
8093 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
8094 Rename libunwind-frame in the general comment.
8095 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
8096 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
8097 Move forward declarations inside #ifndef. Rename libunwind-frame in
8098 the general comment.
8099 * ia64-tdep.c: Rename libunwind-frame.h #include to
8100 ia64-libunwind-tdep.h.
8101 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
8102 (ia64_libunwind_descr): Rename libunwind-frame to
8103 ia64-libunwind-tdep in these function comments.
8104 * ia64-tdep.h: Rename libunwind-frame.h #include to
8105 ia64-libunwind-tdep.h.
8106 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
8107 ia64-libunwind-tdep in that data comment.
8108
8109 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8110
8111 * libunwind-frame.h (struct frame_unwind): New declaration.
8112
8113 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8114
8115 * breakpoint.c (_initialize_breakpoint): Fix error in help of
8116 "set breakpoint condition-evaluation" command.
8117
8118 2012-03-08 Tristan Gingold <gingold@adacore.com>
8119
8120 * sparc-stub.c: Move to stubs/
8121 * sh-stub.c: Likewise.
8122 * m68k-stub.c: Likewise.
8123 * m32r-stub.c: Likewise.
8124 * i386-stub.c: Likewise.
8125
8126 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
8127
8128 * m68klinux-tdep.c (m68k_linux_init_abi): Register
8129 linux_get_siginfo_type.
8130
8131 * m68klinux-nat.c: Include "gdb_proc_service.h".
8132 (PTRACE_GET_THREAD_AREA): Define.
8133 (ps_get_thread_area): New function.
8134
8135 2012-03-08 Yao Qi <yao@codesourcery.com>
8136
8137 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
8138 `xsnprintf'.
8139 (remote_query_attached): Likewise.
8140 (remote_static_tracepoint_marker_at): Likewise.
8141 (remote_set_permissions): Likewise.
8142 (remote_detach_1, extended_remote_attach_1): Likewise.
8143 (send_g_packet, remote_vkill): Likewise.
8144 (extended_remote_disable_randomization): Likewise.
8145 (remote_add_target_side_condition): Likewise.
8146 (remote_insert_breakpoint): Likewise.
8147 (remote_remove_breakpoint): Likewise.
8148 (remote_insert_watchpoint): Likewise.
8149 (remote_remove_watchpoint): Likewise.
8150 (remote_insert_hw_breakpoint): Likewise.
8151 (remote_insert_hw_breakpoint): Likewise.
8152 (remote_remove_hw_breakpoint): Likewise.
8153 (remote_download_command_source): Likewise.
8154 (remote_download_tracepoint): Likewise.
8155 (remote_download_trace_state_variable): Likewise.
8156 (remote_disable_tracepoint): Likewise.
8157 (remote_trace_set_readonly_regions): Likewise.
8158 (remote_get_tracepoint_status): Likewise.
8159 (remote_trace_find): Likewise.
8160 (remote_get_trace_state_variable_value): Likewise.
8161 (remote_set_disconnected_tracing): Likewise.
8162 (remote_set_circular_trace_buffer): Likewise.
8163 (remote_get_min_fast_tracepoint_insn_len): Likewise.
8164 (remote_use_agent): Likewise.
8165 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
8166 Update callers.
8167
8168 2012-03-07 Pedro Alves <palves@redhat.com>
8169
8170 * NEWS: Mention QProgramSignals.
8171 * inferior.h (update_signals_program_target): Declare.
8172 * infrun.c: (update_signals_program_target): New.
8173 (handle_command): Update the target of the new program signals
8174 array changes.
8175 * remote.c (PACKET_QProgramSignals): New enum.
8176 (last_program_signals_packet): New global.
8177 (remote_program_signals): New.
8178 (remote_start_remote): Update the target with the program signals
8179 list.
8180 (remote_protocol_features): Add entry for QPassSignals.
8181 (remote_open_1): Free anc clear last_program_signals_packet.
8182 (init_remote_ops): Install remote_program_signals.
8183 * target.c (update_current_target): Adjust.
8184 (target_program_signals): New.
8185 * target.h (struct target_ops) <to_program_signals>: New field.
8186 (target_program_signals): Declare.
8187
8188 2012-03-07 Pedro Alves <palves@redhat.com>
8189
8190 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
8191 extensions.
8192
8193 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
8194
8195 * m68klinux-nat.c (getregs_supplies): Make static.
8196 (getfpregs_supplies): Likewise.
8197 (have_ptrace_getregs): Likewise.
8198
8199 2012-03-06 Joel Brobecker <brobecker@adacore.com>
8200
8201 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
8202 in call to get_die_type_at_offset.
8203
8204 2012-03-06 Stan Shebs <stan@codesourcery.com>
8205
8206 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
8207 * mi/mi-cmd-disas.c: Ditto.
8208 * mi/mi-cmd-env.c: Ditto.
8209 * mi/mi-cmd-file.c: Ditto.
8210 * mi/mi-cmd-stack.c: Ditto.
8211 * mi/mi-cmd-target.c: Ditto.
8212 * mi/mi-cmd-var.c: Ditto.
8213 * mi/mi-cmds.c: Ditto.
8214 * mi/mi-cmds.h: Ditto.
8215 * mi/mi-console.c: Ditto.
8216 * mi/mi-getopt.c: Ditto.
8217 * mi/mi-getopt.h: Ditto.
8218 * mi/mi-interp.c: Ditto.
8219 * mi/mi-main.c: Ditto.
8220 * mi/mi-out.c: Ditto.
8221 * mi/mi-parse.c: Ditto.
8222 * mi/mi-parse.h: Ditto.
8223 * mi/mi-symbol-cmds.c: Ditto.
8224
8225 * mi/mi-getopt.h: Move mi_opt struct up.
8226 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
8227 return.
8228 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
8229
8230 2012-03-06 Tom Tromey <tromey@redhat.com>
8231
8232 * proc-service.c (ps_pglobal_lookup): Set the current program
8233 space.
8234
8235 2012-03-06 Pedro Alves <palves@redhat.com>
8236
8237 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
8238
8239 2012-03-05 Joel Brobecker <brobecker@adacore.com>
8240
8241 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
8242
8243 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8244
8245 Code cleanup.
8246 * common/linux-osdata.c (linux_common_core_of_thread): New function
8247 comment.
8248 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
8249 call by linux_common_core_of_thread.
8250 (linux_nat_core_of_thread_1): Remove.
8251 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
8252 * linux-thread-db.c: Include linux-osdata.h.
8253 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
8254 linux_common_core_of_thread.
8255
8256 2012-03-05 Tom Tromey <tromey@redhat.com>
8257
8258 * value.c (value_primitive_field): Don't fetch contents for
8259 non-virtual bases.
8260
8261 2012-03-05 Tom Tromey <tromey@redhat.com>
8262
8263 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
8264
8265 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
8266
8267 * s390-nat.c: Include "gregset.h".
8268
8269 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8270
8271 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
8272 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
8273 (libunwind_load): New variable so_error, use it for dlerror. Try to
8274 load also LIBUNWIND_SO_7.
8275
8276 2012-03-05 Pedro Alves <palves@redhat.com>
8277
8278 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
8279 is not NULL, and remove resulting dead code.
8280
8281 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
8282
8283 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
8284 prologue to sh_analyze_prologue.
8285 (sh_analyze_prologue): Make better use of such an upper limit, and
8286 generally be more cautious about accessing memory.
8287
8288 2012-03-05 Tom Tromey <tromey@redhat.com>
8289
8290 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
8291 _initialize_ia64_hpux_tdep.
8292
8293 2012-03-05 Pedro Alves <palves@redhat.com>
8294
8295 PR gdb/13766
8296
8297 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
8298 the register state is clear, supply explicit zero, instead of
8299 marking the register unavailable.
8300
8301 2012-03-05 Tristan Gingold <gingold@adacore.com>
8302
8303 * NEWS: Mention OpenVMS ia64 new target.
8304
8305 2012-03-05 Tristan Gingold <gingold@adacore.com>
8306
8307 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
8308 (ia64_unw_accessors, ia64_unw_rse_accessors)
8309 (ia64_libunwind_descr): Declare.
8310 * ia64-vms-tdep.c: New file.
8311 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
8312 (ia64_libunwind_descr): Make them public.
8313 * configure.tgt: Add ia64-*-*vms*.
8314 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
8315 (ALLDEPFILES): Add ia64-vms-tdep.c
8316
8317 2012-03-05 Tristan Gingold <gingold@adacore.com>
8318
8319 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
8320 * remote.c (PACKET_qXfer_uib): New enum value.
8321 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
8322 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
8323 (_initialize_remote): Call add_packet_config_cmd for
8324 xfer:uib packet.
8325
8326 2012-03-05 Tristan Gingold <gingold@adacore.com>
8327
8328 * osabi.c (gdb_osabi_names): Add OpenVMS.
8329 (generic_elf_osabi_sniffer): Likewise.
8330 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
8331
8332 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8333
8334 Removed unused code.
8335 * libunwind-frame.c (libunwind_frame_unwind)
8336 (libunwind_frame_base_address): Remove.
8337 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
8338
8339 2012-03-04 Yao Qi <yao@codesourcery.com>
8340
8341 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
8342 remove trailing new line.
8343 (agent_run_command, agent_run_command): Add _ markup.
8344 (agent_capability_check): Likewise.
8345
8346 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8347
8348 * breakpoint.c (set_condition_evaluation_mode): Set
8349 CONDITION_EVALUATION_MODE unconditionally.
8350
8351 2012-03-03 Yao Qi <yao@codesourcery.com>
8352
8353 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
8354 * common/agent.h: Update declaration.
8355 * inf-child.c (inf_child_use_agent): New.
8356 (inf_child_can_use_agent): New.
8357 (inf_child_target): Initialize fields `to_use_agent'
8358 and `to_can_use_agent'.
8359 * agent.c (agent_new_objfile): New.
8360 (_initialize_agent): Add agent_new_objfile to new_objfile
8361 observer.
8362
8363 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8364 New.
8365 (linux_target_install_ops): Initialize field
8366 `to_static_tracepoint_markers_by_strid'.
8367 * remote.c (free_current_marker): Move it to ...
8368 * tracepoint.c (free_current_marker): ... here. New.
8369 (cleanup_target_stop): New.
8370 * tracepoint.h: Declare free_current_marker.
8371 * NEWS: Add one entry about `info static-tracepoint-marker'.
8372
8373 2012-03-03 Yao Qi <yao@codesourcery.com>
8374
8375 * common/agent.c (agent_loaded_p): New.
8376 (agent_look_up_symbols): New global.
8377 * common/agent.h: Declare agent_loaded_p.
8378
8379 2012-03-03 Yao Qi <yao@codesourcery.com>
8380
8381 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
8382 (agent_capability_check, agent_capability_invalidate): New.
8383 (symbol_list): New array element.
8384 * common/agent.h (enum agent_capa): New.
8385 * target.c (target_pre_inferior): Call agent_capability_invalidate.
8386
8387 2012-03-03 Yao Qi <yao@codesourcery.com>
8388
8389 * target.h (struct target_ops) <to_use_agent>: New field.
8390 (struct target_ops) <to_can_use_agent>: New field.
8391 (target_use_agent, target_can_use_agent): New macro.
8392 * target.c (update_current_target): Update.
8393 * remote.c: New enum `PACKET_QAgent'.
8394 (remote_protocol_features): Add a new element.
8395 (remote_use_agent, remote_can_use_agent): New.
8396 (init_remote_ops): Initialize field `can_use_agent' with
8397 remote_can_use_agent. Intiailize field `use_agent' with
8398 remote_use_agent.
8399 * common/agent.c (use_agent): New global.
8400 * common/agent.h: Declare it.
8401 * tracepoint.c (info_static_tracepoint_markers_command): Add
8402 comment.
8403 * Makefile.in (SFILES): Add common/agent.c and agent.c.
8404 (COMMON_OBS): Add common/agent.o and agent.o
8405 (common-agent.o): New rule.
8406 * agent.c: New.
8407
8408 2012-03-03 Yao Qi <yao@codesourcery.com>
8409
8410 * common/agent.c: New.
8411 * common/agent.h: New.
8412 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
8413 AC_CHECK_HEADERS.
8414 * configure, configh.in: Regenerated.
8415
8416 2012-03-02 Kevin Buettner <kevinb@redhat.com>
8417
8418 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
8419 unless it exists for this architecture.
8420
8421 2012-03-02 Joel Brobecker <brobecker@adacore.com>
8422
8423 * language.h (struct language_defn): New "method" la_read_var_value.
8424 * findvar.c: #include "language.h".
8425 (default_read_var_value): Renames read_var_value. Rewrite
8426 function description.
8427 (read_var_value): New function.
8428 * value.h (default_read_var_value): Add prototype.
8429 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
8430 New functions.
8431 (ada_language_defn): Add entry for la_read_var_value.
8432 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
8433 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
8434 language_defn structures to add entry for new la_read_var_value
8435 field.
8436
8437 2012-03-02 Tom Tromey <tromey@redhat.com>
8438 Pedro Alves <palves@redhat.com>
8439
8440 PR breakpoints/13776:
8441 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
8442 breakpoints.
8443 (delete_longjmp_breakpoint_at_next_stop): New.
8444 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
8445 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
8446 before deleting the inferior. Add comments.
8447 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
8448 breakpoints immediately, but only on next stop. Move that code
8449 next to where we mark other breakpoints for deletion.
8450
8451 2012-03-02 Joel Brobecker <brobecker@adacore.com>
8452
8453 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
8454 marker.
8455 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
8456 violation.
8457
8458 2012-03-02 Pedro Alves <palves@redhat.com>
8459
8460 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
8461
8462 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
8463
8464 Fix -Wmissing-prototypes build.
8465 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
8466 * remote-sim.c (gdbsim_has_all_memory): Likewise.
8467 (gdbsim_has_memory): Likewise.
8468
8469 2012-03-02 Yao Qi <yao@codesourcery.com>
8470
8471 Fix -Wmissing-prototypes build.
8472 * charset.c (phony_iconv_open): Make static.
8473 (phony_iconv_close, phony_iconv): Likewise.
8474 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
8475 * i386-windows-nat.c (_initialize_i386_windows_nat): New
8476 prototype.
8477 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
8478 * ser-mingw.c (create_select_thread): Make static.
8479 * windows-termcap.c (tgetent): New prototype.
8480 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
8481
8482 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
8483
8484 Fix -Wmissing-prototypes build.
8485 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
8486 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
8487 (_initialize_loadable): New prototypes.
8488
8489 2012-03-02 Doug Evans <dje@google.com>
8490
8491 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
8492 abbrev table, read_comp_unit will do it.
8493
8494 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8495
8496 Fix -Wmissing-prototypes build.
8497 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
8498 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
8499 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
8500 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
8501 (_initialize_arm_symbian_tdep): New prototype.
8502 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
8503 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
8504 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
8505 static.
8506 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
8507 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
8508 prototype.
8509 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
8510 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
8511 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
8512 static.
8513 * moxie-tdep.c (moxie_process_record): Likewise.
8514 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
8515 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
8516 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
8517 (_initialize_rl78_tdep): New prototype.
8518 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
8519 (_initialize_rx_tdep): New prototype.
8520 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
8521 (_initialize_darwin_solib): New prototype.
8522 * solib-spu.c: Include solib-spu.h.
8523 (_initialize_spu_solib): New prototype.
8524 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
8525 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
8526 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
8527 (tic6x_software_single_step): Make it static.
8528 (_initialize_tic6x_tdep): New prototype.
8529
8530 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8531
8532 Fix -Wmissing-prototypes build.
8533 * cris-tdep.c (cris_can_use_hardware_watchpoint)
8534 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
8535
8536 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8537
8538 Fix -Wmissing-prototypes build.
8539 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
8540 (frv_have_stopped_data_address): Remove.
8541
8542 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8543
8544 Fix -Wmissing-prototypes build.
8545 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
8546 * sh-tdep.c: Include sh64-tdep.h.
8547 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
8548 * sh64-tdep.c: Include sh64-tdep.h.
8549 * sh64-tdep.h: New file.
8550
8551 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8552
8553 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
8554
8555 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8556
8557 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
8558 sp_regnum once the gdbarch_init_osabi hook has been called.
8559
8560 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8561
8562 * mips-tdep.c (mips32_bc1_pc): New function.
8563 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
8564 BPOSGE32 and BPOSGE64 instructions.
8565 (deal_with_atomic_sequence): Likewise.
8566 (mips32_instruction_has_delay_slot): Likewise.
8567
8568 2012-03-01 Maciej W. Rozycki <macro@mips.com>
8569 Chris Dearman <chris@mips.com>
8570 Maciej W. Rozycki <macro@codesourcery.com>
8571 Joseph Myers <joseph@codesourcery.com>
8572
8573 * features/mips-dsp.xml: New file.
8574 * features/mips64-dsp.xml: New file.
8575 * features/mips-dsp-linux.xml: New file.
8576 * features/mips64-dsp-linux.xml: New file.
8577 * features/Makefile (WHICH): Add mips-dsp-linux and
8578 mips64-dsp-linux.
8579 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
8580 * features/mips-dsp-linux.c: New file.
8581 * features/mips64-dsp-linux.c: New file.
8582 * regformats/mips-dsp-linux.dat: New file.
8583 * regformats/mips64-dsp-linux.dat: New file.
8584 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
8585 registers.
8586 (mips64_linux_register_addr): Likewise.
8587 (mips64_linux_regsets_fetch_registers): Likewise.
8588 (mips64_linux_regsets_store_registers): Likewise.
8589 (mips64_linux_fetch_registers): Update call to
8590 mips64_linux_regsets_fetch_registers.
8591 (mips64_linux_store_registers): Update call to
8592 mips64_linux_regsets_store_registers.
8593 (mips_linux_read_description): Probe for DSP registers.
8594 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
8595 and initialize_tdesc_mips64_dsp_linux.
8596 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
8597 Remove padding of no longer used embedded register slots.
8598 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
8599 (MIPS_RESTART_REGNUM): Redefine enum value.
8600 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
8601 strings.
8602 (mips_tx39_reg_names): Likewise.
8603 (mips_linux_reg_names): New array of register names for Linux
8604 targets.
8605 (mips_register_name): Check for a null pointer in
8606 mips_processor_reg_names and return an empty string.
8607 (mips_register_type): Exclude embedded registers for the IRIX
8608 and Linux ABIs.
8609 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
8610 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
8611 DSP registers.
8612 (mips_stab_reg_to_regnum): Handle DSP accumulators.
8613 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
8614 (mips_gdbarch_init): Likewise. Initialize internal register
8615 indices for the Linux ABI. Use dynamic numbers to refer to
8616 registers, as applicable, while parsing the target description.
8617 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
8618
8619 2012-03-01 Joel Brobecker <brobecker@adacore.com>
8620
8621 * frame.h (read_frame_register_unsigned): Fix typo in function
8622 description.
8623
8624 2012-03-01 Pedro Alves <palves@redhat.com>
8625
8626 * jit-reader.in [!__cplusplus]
8627 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
8628
8629 2012-03-01 Pedro Alves <palves@redhat.com>
8630
8631 * configure.ac (build_warnings): Add -Wmissing-prototypes.
8632 * configure: Regenerate.
8633
8634 2012-03-01 Pedro Alves <palves@redhat.com>
8635
8636 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
8637 * breakpoint.c (create_exception_master_breakpoint, trace_command)
8638 (ftrace_command, strace_command): Make static.
8639 * d-lang.c (_initialize_d_language): Declare.
8640 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
8641 * dwarf2loc.c (_initialize_dwarf2loc):
8642 * dwarf2read.c (process_psymtab_comp_unit): Make static.
8643 * exec.c (exec_get_section_table): Make static.
8644 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
8645 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
8646 * inferior.c (remove_inferior_command, add_inferior_command)
8647 (clone_inferior_command): Make static.
8648 * linux-nat.c (linux_nat_thread_address_space)
8649 (linux_nat_core_of_thread): Make static.
8650 * linux-tdep.c (_initialize_linux_tdep): Declare.
8651 * objc-lang.c (_initialize_objc_lang): Declare.
8652 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
8653 Make static.
8654 (_initialize_opencl_language): Declare.
8655 * record.c (_initialize_record): Declare.
8656 * remote.c (demand_private_info, remote_get_tib_address)
8657 (remote_supports_cond_tracepoints)
8658 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
8659 Make static.
8660 * skip.c (_initialize_step_skip): Declare.
8661 * symtab.c (skip_prologue_using_lineinfo): Make static.
8662 * tracepoint.c (delete_trace_state_variable)
8663 (trace_variable_command, delete_trace_variable_command)
8664 (get_uploaded_tsv, find_matching_tracepoint_location)
8665 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
8666 Make static.
8667 * value.c (pack_unsigned_long): Make static.
8668 * varobj.c (varobj_ensure_python_env): Make static.
8669 * windows-tdep.c (_initialize_windows_tdep): Declare.
8670 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
8671
8672 2012-03-01 Pedro Alves <palves@redhat.com>
8673
8674 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
8675 gdbarch parameter.
8676 (linux_init_abi): Install it as has_shared_address_space gdbarch
8677 callback.
8678
8679 2012-03-01 Pedro Alves <palves@redhat.com>
8680
8681 * observer.c (observer_test_first_notification_function)
8682 (observer_test_second_notification_function)
8683 (observer_test_third_notification_function): Add declarations.
8684
8685 2012-03-01 Pedro Alves <palves@redhat.com>
8686
8687 * common/signals.c (default_target_signal_to_host)
8688 (default_target_signal_from_host): Move ...
8689 * arch-utils.c: ... here.
8690 * arch-utils.h (default_target_signal_to_host)
8691 (default_target_signal_from_host): Declare.
8692
8693 * common/signals.c (target_signal_from_command): Move ...
8694 * infrun.c: ... here.
8695 * inferior.h (target_signal_from_command): Declare.
8696 * target.h (target_signal_from_command)
8697 (default_target_signal_from_host, default_target_signal_to_host):
8698 Delete declarations.
8699
8700 * common/signals.c (_initialize_signals): Delete.
8701
8702 2012-03-01 Pedro Alves <palves@redhat.com>
8703
8704 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
8705 both __cplusplus and !__cplusplus.
8706
8707 2012-03-01 Pedro Alves <palves@redhat.com>
8708
8709 * psymtab.c (find_and_open_source): Delete declaration.
8710 * source.c (find_and_open_source): Move comment ...
8711 * source.h (find_and_open_source): ... to this new declaration.
8712
8713 2012-03-01 Pedro Alves <palves@redhat.com>
8714
8715 * inline-frame.c: Include inline-frame.h.
8716
8717 2012-03-01 Pedro Alves <palves@redhat.com>
8718
8719 * tui/tui-data.c (set_gen_win_origin): Delete.
8720 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
8721 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
8722
8723 2012-03-01 Pedro Alves <palves@redhat.com>
8724
8725 * remote.c (encode_actions): Delete declaration.
8726 * tracepoint.c (encode_actions): Make extern.
8727 * tracepoint.h (encode_actions): Declare.
8728
8729 2012-03-01 Pedro Alves <palves@redhat.com>
8730
8731 * python/py-breakpoint.c: Include python.h.
8732 * python/py-continueevent.c (create_continue_event_object): Make
8733 static.
8734 * python/py-lazy-string.c (stpy_get_type): Make static.
8735 * python/py-newobjfileevent.c (create_new_objfile_event_object):
8736 Make static.
8737 * python/py-utils.c (unicode_to_target_python_string): Make
8738 static.
8739 * python/py-value.c: Include python.h.
8740
8741 2012-03-01 Pedro Alves <palves@redhat.com>
8742
8743 * inferior.c (delete_threads_of_inferior): Delete.
8744
8745 2012-03-01 Pedro Alves <palves@redhat.com>
8746
8747 Import fallback definitions from glibc.
8748
8749 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
8750 ps_prochandle): Forward declare.
8751 (ps_err_e): Use glibc's comments.
8752 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
8753 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
8754 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
8755 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
8756 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
8757 (struct ps_prochandle): Adjust comment.
8758
8759 2012-03-01 Pedro Alves <palves@redhat.com>
8760
8761 * ada-lang.c (ada_modulus_from_name): Delete.
8762 * ada-lex.l (lexer_init): Make static.
8763
8764 2012-03-01 Pedro Alves <palves@redhat.com>
8765
8766 PR gdb/13767
8767
8768 * frame.c (read_frame_register_unsigned): New.
8769 * frame.h (read_frame_register_unsigned): Declare.
8770 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
8771 Handle it.
8772 (print_i387_control_word): New parameter `control_p'. Handle it.
8773 (i387_print_float_info): Handle unavailable float registers.
8774
8775 2012-03-01 Keith Seitz <keiths@redhat.com>
8776
8777 * linespec.c (decode_line_2): Sort the list of methods
8778 alphabetically before presenting the user with a selection
8779 menu.
8780
8781 2012-03-01 Doug Evans <dje@google.com>
8782
8783 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
8784 has_namespace_info.
8785 (dwarf2_read_abbrevs): Remove corresponding initialization.
8786
8787 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
8788
8789 * NEWS: Mention new python command class gdb.COMMAND_USER.
8790 * cli/cli-cmds.c (show_user): Print error when used on a python
8791 command.
8792 (init_cli_cmds): Update documentation strings for "show user" and
8793 "set/show max-user-call-depth" to clarify that it does not apply to
8794 python commands.
8795 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
8796 error check.
8797 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
8798 gdb python api.
8799 * top.c (execute_command): Only execute a user-defined command as a
8800 legacy macro if c->user_commands is set.
8801
8802 2012-03-01 Tom Tromey <tromey@redhat.com>
8803
8804 * valprint.h (struct generic_val_print_decorations): New.
8805 (generic_val_print): Declare.
8806 * valprint.c (generic_val_print): New function.
8807 * p-valprint.c (p_decorations): New global.
8808 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
8809 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
8810 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
8811 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
8812 * m2-valprint.c (m2_decorations): New global.
8813 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
8814 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
8815 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
8816 TYPE_CODE_ERROR>: Call generic_val_print.
8817 * f-valprint.c (f_decorations): New global.
8818 (f_val_print): Use print_function_pointer_address.
8819 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
8820 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
8821 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
8822 generic_val_print.
8823 * c-valprint.c (c_decorations): New global.
8824 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
8825 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
8826 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
8827 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
8828 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
8829 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
8830 case.
8831
8832 2012-03-01 Tom Tromey <tromey@redhat.com>
8833
8834 * valprint.c (val_print): Update.
8835 * p-valprint (pascal_val_print): Return void.
8836 * p-lang.h (pascal_val_print): Return void.
8837 * m2-valprint.c (m2_val_print): Return void.
8838 * m2-lang.h (m2_val_print): Return void.
8839 * language.h (struct language_defn) <la_val_print>: Return void.
8840 * language.c (unk_lang_val_print): Return void.
8841 * jv-valprint.c (java_val_print): Return void.
8842 * jv-lang.h (java_val_print): Return void.
8843 * f-valprint.c (f_val_print): Return void.
8844 * f-lang.h (f_val_print): Return void.
8845 * d-valprint.c (d_val_print): Return void.
8846 (dynamic_array_type): Update.
8847 * d-lang.h (d_val_print): Return void.
8848 * c-valprint.c (c_val_print): Return void.
8849 * c-lang.h (c_val_print): Return void.
8850 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
8851 void.
8852 * ada-lang.h (ada_val_print): Return void.
8853
8854 2012-03-01 Tom Tromey <tromey@redhat.com>
8855
8856 * value.h (val_print): Return void.
8857 * valprint.c (val_print): Return void.
8858
8859 2012-03-01 Tom Tromey <tromey@redhat.com>
8860
8861 * value.h (common_val_print): Return void.
8862 * valprint.c (common_val_print): Return void.
8863
8864 2012-03-01 Tom Tromey <tromey@redhat.com>
8865
8866 * value.h (value_print): Return void.
8867 * valprint.c (value_print): Return void.
8868 * p-valprint.c (pascal_value_print): Return void.
8869 * p-lang.h (pascal_value_print): Return void.
8870 * language.h (struct language_defn) <la_value_print>: Return
8871 void.
8872 * language.c (unk_lang_value_print): Return void.
8873 * jv-valprint.c (java_value_print): Return void.
8874 * jv-lang.h (java_value_print): Return void.
8875 * f-valprint.c (c_value_print): Don't declare.
8876 Include c-lang.h.
8877 * c-valprint.c (c_value_print): Return void.
8878 * c-lang.h (c_value_print): Return void.
8879 * ada-valprint.c (ada_value_print): Return void.
8880 * ada-lang.h (ada_value_print): Return void.
8881
8882 2012-03-01 Tom Tromey <tromey@redhat.com>
8883
8884 * value.c (value_primitive_field): Handle virtual base classes.
8885
8886 2012-03-01 Tom Tromey <tromey@redhat.com>
8887
8888 * gdbtypes.h (struct vbase): Remove.
8889
8890 2012-03-01 Tom Tromey <tromey@redhat.com>
8891
8892 * c-valprint.c (print_function_pointer_address): Move...
8893 * valprint.c: ... here. Make non-static.
8894 * m2-valprint.c (print_function_pointer_address): Remove.
8895 * valprint.h (print_function_pointer_address): Declare.
8896
8897 2012-03-01 Joel Brobecker <brobecker@adacore.com>
8898
8899 * NEWS: Document the fact that one can provide a condition when
8900 creating an Ada exception catchpoint.
8901
8902 2012-03-01 Tom Tromey <tromey@redhat.com>
8903
8904 * valprint.c (val_print_type_code_flags): Fix placement of
8905 trailing brace.
8906
8907 2012-03-01 Joel Brobecker <brobecker@adacore.com>
8908
8909 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
8910 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
8911 environment variable before calling update-copyright.
8912
8913 2012-03-01 Joel Brobecker <brobecker@adacore.com>
8914
8915 * gnulib/extra/update-copyright: Update to the latest from
8916 gnulib's git repository.
8917 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
8918 variable to 2 instead of 1.
8919
8920 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8921
8922 * varobj.c (c_value_of_variable): Remove dead code.
8923
8924 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8925
8926 * ada-lex.p (processId): Do not modify already encoded IDs.
8927 Update function documentation.
8928
8929 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8930
8931 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
8932 "name" with "struct symbol *name_sym".
8933 * ada-exp.y (write_var_or_type): Update call to
8934 ada_find_renaming_symbol.
8935 "name" with "struct symbol *name_sym". Adjust Implementation
8936 accordingly. Adjust the function documentation.
8937
8938 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8939
8940 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
8941 * ada-lang.c (ada_find_any_type): Add advance declaration.
8942 Make static. Replace ada_find_any_symbol by
8943 ada_find_any_type_symbol.
8944 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
8945 Improve function description. Make static.
8946 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
8947 Replace ada_find_any_symbol by ada_find_any_type_symbol.
8948
8949 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8950
8951 * ada-lang.c (struct tag_args): Delete.
8952 (ada_get_tsd_type): Function body moved up in source file.
8953 (ada_tag_name_1, ada_tag_name_2): Delete.
8954 (ada_get_tsd_from_tag): New function.
8955 (ada_tag_name_from_tsd): New function.
8956 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
8957 to determine the tag name.
8958
8959 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8960
8961 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
8962 declaration.
8963 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
8964 function.
8965
8966 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8967
8968 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
8969
8970 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8971
8972 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
8973 full searches.
8974
8975 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8976
8977 * ada-lang.c (constrained_packed_array_type): If there is a
8978 parallel XA type, use it to determine the array index type.
8979
8980 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8981
8982 * ada-valprint.c (ada_val_print_1): If our value is a reference
8983 to an array descriptor, dereference it before converting it
8984 to a simple array.
8985
8986 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8987
8988 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
8989 creating fixed value.
8990 (ada_value_ind, ada_coerce_ref, assign_component)
8991 (ada_evaluate_subexp): Remove call to unwrap_value before
8992 call to ada_to_fixed_value.
8993
8994 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8995
8996 * ada-lang.c (to_fixed_array_type): Set result's type name.
8997
8998 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8999
9000 * ada-lang.c (catch_ada_exception_command_split): Add new
9001 argument cond_string. Add support for condition at end of
9002 "catch exception" commands.
9003 (ada_decode_exception_location): Add new argument cond_string.
9004 Update call to catch_ada_exception_command_split.
9005 (create_ada_exception_catchpoint): Add new argument cond_string.
9006 Set the breakpoint condition if needed.
9007 (catch_ada_exception_command): Update call to
9008 ada_decode_exception_location.
9009 (ada_decode_assert_location): Add function documentation.
9010 Add support for condition at end of "catch assert" command.
9011 (catch_assert_command): Update calls to ada_decode_assert_location
9012 and create_ada_exception_catchpoint.
9013
9014 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9015
9016 Fix disp-step-syscall.exp: fork: single step over fork.
9017 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
9018 (i386_linux_get_syscall_number_from_regcache): ... here, new function
9019 comment, change parameters gdbarch and ptid to regcache. Remove
9020 parameter regcache, initialize gdbarch from regcache here.
9021 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
9022 New functions.
9023 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
9024 instead.
9025 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
9026 'syscall'. Make the 'int' check more strict.
9027
9028 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9029
9030 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
9031 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
9032 (i386_linux_intx80_sysenter_syscall_record): ... here.
9033 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
9034 Use the renamed function name.
9035
9036 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9037
9038 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
9039 * breakpoint.c (until_break_command): Likewise.
9040 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
9041 * infcall.c (call_function_by_hand): Likewise.
9042 * infcmd.c (finish_forward): Likewise.
9043 * infrun.c (insert_exception_resume_breakpoint): Likewise.
9044
9045 2012-02-28 Tristan Gingold <gingold@adacore.com>
9046
9047 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
9048 avoid variable assignments inside condition.
9049
9050 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9051
9052 Fix static analysis issue found by cppcheck.
9053 * microblaze-tdep.c (microblaze_extract_return_value): Fix
9054 uninitialized BUF for size 2.
9055
9056 2012-02-27 Chris Dearman <chris@mips.com>
9057 Nathan Froyd <froydnj@codesourcery.com>
9058 Maciej W. Rozycki <macro@codesourcery.com>
9059
9060 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
9061 (mips16_instruction_has_delay_slot): Likewise.
9062 (mips_segment_boundary): Likewise.
9063 (mips_adjust_breakpoint_address): Likewise.
9064 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
9065
9066 2012-02-27 Maciej W. Rozycki <macro@mips.com>
9067 Maciej W. Rozycki <macro@codesourcery.com>
9068
9069 * infrun.c (handle_inferior_event): Don't proceed through
9070 shared library trampolines if stepping at the machine
9071 instruction level.
9072
9073 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
9074
9075 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
9076 too.
9077
9078 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
9079
9080 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
9081 (sh_stub_unwind_sniffer): New functions.
9082 (sh_stub_unwind): New variable.
9083 (sh_gdbarch_init): Wire everything.
9084
9085 2012-02-27 Pedro Alves <palves@redhat.com>
9086
9087 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
9088 (linux_nat_post_attach_wait): Adjust to use
9089 linux_proc_pid_is_stopped.
9090 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
9091 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
9092 based on pid_is_stopped from both linux-nat.c and
9093 gdbserver/linux-low.c, and renamed.
9094
9095 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9096
9097 * remote.c (remote_watchpoint_addr_within_range): New function.
9098 (init_remote_ops): Use it.
9099
9100 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9101
9102 * target.h (target_watchpoint_addr_within_range): Document macro.
9103
9104 2012-02-24 Pedro Alves <palves@redhat.com>
9105
9106 * stack.c (set_last_displayed_sal): Issue internal_error instead
9107 of warning, and issue it after clearing the last displayed sal.
9108
9109 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9110 Pedro Alves <palves@redhat.com>
9111
9112 * breakpoint.c (until_break_command): Install breakpoints after
9113 all frame manipulations.
9114
9115 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9116
9117 * remote.c (remote_supports_cond_breakpoints): New forward
9118 declaration.
9119 (remote_add_target_side_condition): New function.
9120 (remote_insert_breakpoint): Add target-side breakpoint
9121 conditional if supported.
9122 (remote_insert_hw_breakpoint): Likewise.
9123 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
9124 hook.
9125
9126 * target.c (update_current_target): Inherit
9127 to_supports_evaluation_of_breakpoint_conditions.
9128 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
9129
9130 * target.h (struct target_ops)
9131 <to_supports_evaluation_of_breakpoint_conditions>: New field.
9132 (target_supports_evaluation_of_breakpoint_conditions): New #define.
9133
9134 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
9135 (condition_evaluation_both, condition_evaluation_auto,
9136 condition_evaluation_host, condition_evaluation_target,
9137 condition_evaluation_enums, condition_evaluation_mode_1,
9138 condition_evaluation_mode): New static globals.
9139 (translate_condition_evaluation_mode): New function.
9140 (breakpoint_condition_evaluation_mode): New function.
9141 (gdb_evaluates_breakpoint_condition_p): New function.
9142 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
9143 (mark_breakpoint_modified): New function.
9144 (mark_breakpoint_location_modified): New function.
9145 (set_condition_evaluation_mode): New function.
9146 (show_condition_evaluation_mode): New function.
9147 (bp_location_compare_addrs): New function.
9148 (get_first_location_gte_addr): New helper function.
9149 (set_breakpoint_condition): Free condition bytecode if locations
9150 has become unconditional. Call mark_breakpoint_modified (...).
9151 (condition_command): Call update_global_location_list (1) for
9152 breakpoints.
9153 (breakpoint_xfer_memory): Use is_breakpoint (...).
9154 (is_breakpoint): New function.
9155 (parse_cond_to_aexpr): New function.
9156 (build_target_condition_list): New function.
9157 (insert_bp_location): Handle target-side conditional
9158 breakpoints and call build_target_condition_list (...).
9159 (update_inserted_breakpoint_locations): New function.
9160 (insert_breakpoint_locations): Handle target-side conditional
9161 breakpoints.
9162 (bpstat_check_breakpoint_conditions): Add comment.
9163 (bp_condition_evaluator): New function.
9164 (bp_location_condition_evaluator): New function.
9165 (print_breakpoint_location): Print information on where the condition
9166 will be evaluated.
9167 (print_one_breakpoint_location): Likewise.
9168 (init_bp_location): Call mark_breakpoint_location_modified (...) for
9169 breakpoint location.
9170 (force_breakpoint_reinsertion): New functions.
9171 (update_global_location_list): Handle target-side breakpoint
9172 conditions.
9173 Reinsert locations that are already inserted if conditions have
9174 changed.
9175 (bp_location_dtor): Free agent expression bytecode.
9176 (disable_breakpoint): Call mark_breakpoint_modified (...).
9177 Call update_global_location_list (...) with parameter 1 for breakpoints.
9178 (disable_command): Call mark_breakpoint_location_modified (...).
9179 Call update_global_location_list (...) with parameter 1 for breakpoints.
9180 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
9181 (enable_command): mark_breakpoint_location_modified (...).
9182 (_initialize_breakpoint): Update documentation and add
9183 condition-evaluation breakpoint subcommand.
9184
9185 * breakpoint.h: Include ax.h.
9186 (condition_list): New data structure.
9187 (condition_status): New enum.
9188 (bp_target_info) <cond_list>: New field.
9189 (bp_location) <condition_changed, cond_bytecode>: New fields.
9190 (is_breakpoint): New prototype.
9191
9192 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9193
9194 * remote.c (remote_state) <cond_breakpoints>: New field.
9195 (PACKET_ConditionalBreakpoints): New enum.
9196 (remote_cond_breakpoint_feature): New function.
9197 (remote_protocol_features): Add new ConditionalBreakpoints entry.
9198 (remote_supports_cond_breakpoints): New function.
9199 (_initialize_remote): Add new packet configuration for
9200 target-side conditional breakpoints.
9201
9202 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9203
9204 * NEWS: Mention target-side conditional breakpoint support,
9205 new condition-evaluation breakpoint subcommand and remote
9206 packet extensions.
9207
9208 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9209
9210 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
9211 number.
9212
9213 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
9214
9215 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
9216 (after_prologue): Remove.
9217
9218 2012-02-23 Tom Tromey <tromey@redhat.com>
9219
9220 * jv-valprint.c (java_val_print): Remove dead code.
9221
9222 2012-02-23 Tristan Gingold <gingold@adacore.com>
9223
9224 * ada-tasks.c (struct ada_tasks_inferior_data): Add
9225 known_tasks_element and known_tasks_length fields.
9226 (read_known_tasks_array): Change argument type. Use pointer type
9227 and number of elements from DATA. Adjust.
9228 (read_known_tasks_list): Likewise.
9229 (get_known_tasks_addr): Remove.
9230 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
9231 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
9232 type and array length. Merge former get_known_tasks_addr code.
9233
9234 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9235
9236 PR backtrace/13716
9237 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
9238 it after set_momentary_breakpoint.
9239
9240 2012-02-22 Sterling Augustine <saugustine@google.com>
9241
9242 PR 13689:
9243 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
9244
9245 2012-02-22 Gary Benson <gbenson@redhat.com>
9246
9247 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
9248 (find_slot_in_mapped_hash): Likewise.
9249
9250 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9251
9252 PR build/13638
9253 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
9254 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
9255 * configure: Regenerate.
9256
9257 2012-02-21 Tristan Gingold <gingold@adacore.com>
9258 Pedro Alves <palves@redhat.com>
9259
9260 * ia64-tdep.c: Do not include libunwind-ia64.h.
9261 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
9262 Include libunwind-ia64.h instead of libunwind.h.
9263 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
9264 for libunwind.h existence.
9265 * configure, config.in: Regenerate.
9266
9267 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9268
9269 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
9270 instead of value_rtti_target_type.
9271 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
9272 instead of value_rtti_target_type.
9273 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
9274 value_rtti_target_type.
9275 * valops.c (value_ind): Extract function readjust_indirect_value_type.
9276 (value_rtti_target_type): Rename to ...
9277 (value_rtti_indirect_type): ... here and make it indirect. Update
9278 function comment.
9279 * value.c (readjust_indirect_value_type): New function.
9280 (coerce_ref): Support for enclosing type setting for references
9281 with readjust_indirect_value_type.
9282 * value.h (readjust_value_type): New declaration.
9283 (value_rtti_target_type): Rename to ...
9284 (value_rtti_indirect_type): ... here.
9285
9286 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9287
9288 * MAINTAINERS (Write After Approval): Add myself to the list.
9289
9290 2012-02-20 Doug Evans <dje@google.com>
9291
9292 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
9293 Rename objfile_p_char parameter to objfilep.
9294 (build_objfile_section_table): Result is now void. All callers
9295 updated.
9296 * objfiles.h (struct objfile): Tweak comments, whitespace.
9297 (build_objfile_section_table): Update.
9298
9299 * elfread.c (elf_symfile_segments): Fix warning text.
9300
9301 2012-02-20 Tom Tromey <tromey@redhat.com>
9302
9303 PR gdb/13498:
9304 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
9305 particular set of file names once.
9306 (dw2_map_symbol_filenames): Likewise.
9307
9308 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9309
9310 Code cleanup.
9311 * main.c (write_files): Remove the declaration.
9312 (external_editor_command): Move the declaration ...
9313 [GDBTK] (external_editor_command): ... here. Fix the comment.
9314
9315 2012-02-20 Tom Tromey <tromey@redhat.com>
9316
9317 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
9318 extraneous block.
9319
9320 2012-02-20 Tristan Gingold <gingold@adacore.com>
9321
9322 * darwin-nat.h (enum darwin_msg_state): Add comments.
9323
9324 2012-02-20 Tristan Gingold <gingold@adacore.com>
9325
9326 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
9327 value.
9328
9329 2012-20-18 Joel Brobecker <brobecker@adacore.com>
9330
9331 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
9332 between function description and implementation.
9333
9334 2012-02-17 Tom Tromey <tromey@redhat.com>
9335
9336 PR python/12070:
9337 * python/py-event.c (event_object_getset): New global.
9338 (event_object_type): Reference it.
9339 * python/py-type.c (field_object_getset): New global.
9340 (field_object_type): Reference it.
9341 * python/python-internal.h (gdb_py_generic_dict): Declare.
9342 * python/py-utils.c (gdb_py_generic_dict): New function.
9343
9344 2012-02-17 Tristan Gingold <gingold@adacore.com>
9345
9346 * solib-darwin.c (darwin_current_sos): Check magic and filetype
9347
9348 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
9349
9350 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
9351 TYPE_CALLING_CONVENTION annotation.
9352
9353 2012-02-16 Kevin Buettner <kevinb@redhat.com>
9354
9355 * MAINTAINERS: Add rx to target ISA section.
9356 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
9357 (ALLDEPFILES): Add rx-tdep.c.
9358
9359 2012-02-16 Tom Tromey <tromey@redhat.com>
9360
9361 * symfile.c (symbol_file_add_main_1): Use inferior's
9362 symfile_flags.
9363 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
9364 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
9365 inferior.
9366 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
9367 inferior.
9368 (follow_exec): Use inferior's symfile_flags.
9369 * inferior.h (struct inferior) <symfile_flags>: New field.
9370
9371 2012-02-16 Mike Frysinger <vapier@gentoo.org>
9372
9373 PR gdb/9734:
9374 * remote-sim.c (gdbsim_create_inferior): Call error() when
9375 sim_create_inferior() fails.
9376
9377 2012-02-16 Josh Matthews <josh@joshmatthews.net>
9378
9379 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
9380
9381 2012-02-16 Tom Tromey <tromey@redhat.com>
9382
9383 PR c++/13653:
9384 * thread.c (struct current_thread_cleanup) <was_removable>: New
9385 field.
9386 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
9387 (make_cleanup_restore_current_thread): Initialize new field.
9388
9389 2012-02-15 Kevin Buettner <kevinb@redhat.com>
9390
9391 * MAINTAINERS: Add rl78 to target ISA section.
9392 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
9393 (ALLDEPFILES): Add rl78-tdep.c.
9394 * NEWS: Mention rl78 as a new target.
9395
9396 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
9397
9398 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
9399 data.
9400 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
9401
9402 2012-02-15 Tom Tromey <tromey@redhat.com>
9403
9404 PR gdb/12659:
9405 * infcmd.c (registers_info): Print just the current register's
9406 name.
9407
9408 2012-02-15 Tom Tromey <tromey@redhat.com>
9409
9410 * python/py-symbol.c (sympy_value): Use _().
9411
9412 2012-02-15 Pedro Alves <palves@redhat.com>
9413
9414 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
9415 output to be like native targets'.
9416 (remote_pid_to_str): Special case the null ptid.
9417
9418 2012-02-14 Stan Shebs <stan@codesourcery.com>
9419
9420 * NEWS: Mention enable count command.
9421 * breakpoint.h (struct breakpoint): New field enable_count.
9422 * breakpoint.c (enable_breakpoint_disp): Add count argument.
9423 (enable_breakpoint): Add arg to call.
9424 (struct disp_data): New struct.
9425 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
9426 (do_map_enable_once_breakpoint): Create a struct and pass it.
9427 (do_map_enable_delete_breakpoint): Ditto.
9428 (do_map_enable_count_breakpoint): New function.
9429 (enable_count_command): New function.
9430 (bpstat_stop_status): Decrement enable_count.
9431 (print_one_breakpoint_location): Report enable count.
9432 (_initialize_breakpoint): Add enable count command.
9433
9434 2012-02-14 Kevin Buettner <kevinb@redhat.com>
9435
9436 * rl78-tdep.c (reggroups.h): Include.
9437 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
9438 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
9439 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
9440 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
9441 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
9442 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
9443 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
9444 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
9445 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
9446 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
9447 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
9448 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
9449 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
9450 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
9451 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
9452 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
9453 beginning of register list.
9454 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
9455 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
9456 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
9457 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
9458 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
9459 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
9460 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
9461 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
9462 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
9463 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
9464 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
9465 the pseudo registers. Rearrange other pseudo registers too so
9466 that the bank registers appear at the end.
9467 (rl78_register_type): Account for the fact that the byte sized
9468 bank registers are now pseudo-registers.
9469 (rl78_register_name): Rearrange the register name array. Make
9470 initial set of raw banked registers inaccessible.
9471 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
9472 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
9473 case for copying bytes back and forth between raw and pseudo
9474 versions of the banked registers. Update other cases to reflect
9475 the changed names.
9476 (rl78_return_value): Update to account for changed names of
9477 raw registers.
9478 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
9479 rl78_register_sim_regno().
9480
9481 2012-02-14 Kevin Buettner <kevinb@redhat.com>
9482
9483 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
9484 the name parameter being passed to find_pc_partial_function().
9485
9486 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9487
9488 * MAINTAINERS: Step down from being ia64 target maintainer.
9489
9490 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9491
9492 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
9493 compilation warning.
9494
9495 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9496
9497 Fix crash on loaded shlibs without loaded exec_bfd.
9498 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
9499 (set_section_command): Replace exec_bfd by p->bfd.
9500
9501 2012-02-10 Tom Tromey <tromey@redhat.com>
9502
9503 * linespec.c (decode_line_internal): Skip symtabs_from_filename
9504 when we have a C++ qualified name.
9505
9506 2012-02-10 Pedro Alves <palves@redhat.com>
9507
9508 * inferior.c (inferior_pid_to_str): New.
9509 (print_inferior, inferior_command): Use it.
9510
9511 2012-02-10 Pedro Alves <palves@redhat.com>
9512
9513 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
9514 the test CFLAGS.
9515 * configure: Regenerate.
9516
9517 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9518
9519 * linespec.c (decode_line_internal): Fix comment correctness.
9520
9521 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
9522
9523 PR gdb/12953
9524 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
9525 * amd64bsd-nat.c: Add support for debug registers (adapted from
9526 i386bsd-nat.c).
9527 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
9528 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
9529 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
9530 (amd64bsd_dr_get_control): New functions.
9531 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
9532 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
9533 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
9534 watchpoints initialization.
9535 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
9536
9537 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9538
9539 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
9540 flds_bnds.fields.
9541 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
9542
9543 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9544
9545 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
9546
9547 2012-02-08 Joel Brobecker <brobecker@adacore.com>
9548
9549 * language.h (symbol_name_cmp_ftype): Renames
9550 symbol_name_match_p_ftype.
9551 (struct language_defn)[la_get_symbol_name_cmp]: Renames
9552 la_get_symbol_name_match_p.
9553 * ada-lang.c (ada_get_symbol_name_cmp): Renames
9554 ada_get_symbol_name_match_p. Update comment.
9555 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
9556 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
9557 Renames symbol_name_match_p. Update field type.
9558 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
9559 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
9560 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
9561 "la_get_symbol_name_cmp" in comments.
9562 * language.c: Likewise.
9563
9564 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9565
9566 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
9567 %eflags offset.
9568 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
9569 (amd64_sol2_gregset32_reg_offs): Likewise.
9570
9571 2012-02-08 Joel Brobecker <brobecker@adacore.com>
9572
9573 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
9574 of the returned BFD is allocated by GDB.
9575
9576 2012-02-07 Tom Tromey <tromey@redhat.com>
9577
9578 PR python/12027:
9579 * python/python-internal.h (frame_object_type): Declare.
9580 * python/py-symbol.c (sympy_needs_frame): New function.
9581 (sympy_value): New function.
9582 (symbol_object_getset): Add "needs_frame".
9583 (symbol_object_methods): Add "value".
9584 * python/py-frame.c (frame_object_type): No longer static.
9585
9586 2012-02-07 Tom Tromey <tromey@redhat.com>
9587
9588 PR python/13599:
9589 * python/py-symbol.c (sympy_line): New function.
9590 (symbol_object_getset): Add "line".
9591
9592 2012-02-07 Tom Tromey <tromey@redhat.com>
9593
9594 * charset.c (find_charset_names): Check 'in' against NULL.
9595
9596 2012-02-06 Doug Evans <dje@google.com>
9597
9598 * gdbtypes.h (struct main_type): Change type of name,tag_name,
9599 and fields.name members from char * to const char *. All uses updated.
9600 (struct cplus_struct_type): Change type of fn_fieldlists.name member
9601 from char * to const char *. All uses updated.
9602 (type_name_no_tag): Update.
9603 (lookup_unsigned_typename, lookup_signed_typename): Update.
9604 * gdbtypes.c (type_name_no_tag): Change result type
9605 from char * to const char *. All callers updated.
9606 (lookup_unsigned_typename, lookup_signed_typename): Change type of
9607 name parameter from char * to const char *.
9608 * symtab.h (struct cplus_specific): Change type of demangled_name
9609 member from char * to const char *. All uses updated.
9610 (struct general_symbol_info): Change type of name and
9611 mangled_lang.demangled_name members from char * to const char *.
9612 All uses updated.
9613 (symbol_get_demangled_name, symbol_natural_name): Update.
9614 (symbol_demangled_name, symbol_search_name): Update.
9615 * symtab.c (symbol_get_demangled_name): Change result type
9616 from char * to const char *. All callers updated.
9617 (symbol_natural_name, symbol_demangled_name): Ditto.
9618 (symbol_search_name): Ditto.
9619 (completion_list_add_name): Change type of symname,sym_text,
9620 text,word parameters from char * to const char *.
9621 (completion_list_objc_symbol): Change type of sym_text,
9622 text,word parameters from char * to const char *.
9623 * ada-lang.c (find_struct_field): Change type of name parameter
9624 from char * to const char *.
9625 (encoded_ordered_before): Similarly for N0,N1 parameters.
9626 (old_renaming_is_invisible): Similarly for function_name parameter.
9627 (ada_type_name): Change result type from char * to const char *.
9628 All callers updated.
9629 * ada-lang.h (ada_type_name): Update.
9630 * buildsym.c (hashname): Change type of name parameter
9631 from char * to const char *.
9632 * buildsym.h (hashname): Update.
9633 * dbxread.c (end_psymtab): Change type of include_list parameter
9634 from char ** to const char **.
9635 * dwarf2read.c (determine_prefix): Change result type
9636 from char * to const char *. All callers updated.
9637 * f-lang.c (find_common_for_function): Change type of name, funcname
9638 parameters from char * to const char *.
9639 * f-lang.c (find_common_for_function): Update.
9640 * f-valprint.c (list_all_visible_commons): Change type of funcname
9641 parameters from char * to const char *.
9642 * gdbarch.sh (static_transform_name): Change type of name parameter
9643 and result from char * to const char *.
9644 * gdbarch.c: Regenerate.
9645 * gdbarch.h: Regenerate.
9646 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
9647 of name parameter from char * to const char *.
9648 * jv-lang.c (java_primitive_type_from_name): Ditto.
9649 (java_demangled_signature_length): Similarly for signature parameter.
9650 (java_demangled_signature_copy): Ditto.
9651 (java_demangle_type_signature): Ditto.
9652 * jv-lang.h (java_primitive_type_from_name): Update.
9653 (java_demangle_type_signature): Update.
9654 * objc-lang.c (specialcmp): Change type of a,b parameters
9655 from char * to const char *.
9656 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
9657 from char * to const char *. All callers updated.
9658 * p-lang.h (is_pascal_string_type): Update.
9659 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
9660 of name parameter from char * to const char *.
9661 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
9662 * utils.c (fprintf_symbol_filtered): Ditto.
9663 * defs.h (fprintf_symbol_filtered): Update.
9664 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
9665 * stabsread.h (end_psymtab): Update.
9666 * stack.c (find_frame_funname): Change type of funname parameter
9667 from char ** to const char **.
9668 * stack.h (find_frame_funname): Update.
9669 * typeprint.c (type_print): Change type of varstring parameter
9670 from char * to const char *.
9671 * value.h (type_print): Update.
9672 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
9673 from char * to const char *. All callers updated.
9674 (xcoff_end_psymtab): Change type of include_list parameter
9675 from char ** to const char **. All callers updated.
9676 (swap_sym): Similarly for name parameter. All callers updated.
9677 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
9678 Use xstrdup.
9679 (process_coff_symbol): Use xstrdup.
9680 * stabsread.c (stabs_method_name_from_physname): Renamed from
9681 update_method_name_from_physname. Change result type from void
9682 to char *. All callers updated.
9683 (read_member_functions): In has_destructor case, store name in objfile
9684 obstack instead of malloc space. In !has_stub case, fix mem leak.
9685
9686 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
9687
9688 * configure: Rebuild.
9689 * configure.ac: Put -L../bfd and -L../libiberty at the front of
9690 LDFLAGS.
9691
9692 2012-02-03 Kevin Buettner <kevinb@redhat.com>
9693
9694 * configure.tgt (rl78-*-elf): New target.
9695 * rl78-tdep.c: New file.
9696
9697 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9698
9699 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
9700 and continue the loop. Add QUIT statement.
9701
9702 2012-02-03 Tom Tromey <tromey@redhat.com>
9703
9704 PR gdb/13596:
9705 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
9706 bfd_lookup_symbol_from_symtab.
9707 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
9708 gdb_bfd_lookup_symbol_from_symtab.
9709
9710 2012-02-03 Joel Brobecker <brobecker@adacore.com>
9711
9712 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
9713 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
9714 symbol. Add assertion that sym2 is never NULL.
9715
9716 2012-02-02 Doug Evans <dje@google.com>
9717
9718 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
9719 "name" parameter to const char ** from char **. All callers updated.
9720 (find_pc_partial_function): Ditto.
9721 (cache_pc_function_name): Change type to const char * from char *.
9722 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
9723 (find_pc_partial_function): Update.
9724 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
9725 type of "name" parameter to const char * from char *.
9726 All uses updated.
9727 * arch-utils.c (generic_in_solib_return_trampoline): Change
9728 type of "name" parameter to const char * from char *.
9729 * arch-utils.h (generic_in_solib_return_trampoline): Update.
9730 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
9731 type of "name" parameter to const char * from char *.
9732 * gdbarch.sh (in_solib_return_trampoline): Ditto.
9733 * gdbarch.c: Regenerate.
9734 * gdbarch.h: Regenerate.
9735 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
9736 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
9737 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
9738 type of "name" parameter to const char * from char *.
9739 * skip.c (skip_function_pc): Ditto.
9740 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
9741 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
9742 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
9743 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
9744 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
9745 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
9746 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
9747 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
9748 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
9749
9750 2012-02-02 Pedro Alves <palves@redhat.com>
9751
9752 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
9753 the current inferior has no execution. Make sure the current
9754 remote process matches gdb's current inferior.
9755
9756 2012-02-02 Tom Tromey <tromey@redhat.com>
9757
9758 PR gdb/13405:
9759 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
9760 read-only memory.
9761
9762 2012-02-02 Tom Tromey <tromey@redhat.com>
9763
9764 PR gdb/9307:
9765 * symtab.c (lookup_language_this): Set block_found.
9766
9767 2012-02-01 Tom Tromey <tromey@redhat.com>
9768
9769 PR gdb/13431:
9770 * jit.c (struct jit_inferior_data): Rewrite.
9771 (struct jit_objfile_data): New.
9772 (get_jit_objfile_data): New function.
9773 (add_objfile_entry): Update.
9774 (jit_read_descriptor): Return int. Replace descriptor_addr
9775 argument with inf_data. Update. Don't call error.
9776 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
9777 descriptor here.
9778 (jit_inferior_init): Don't look up descriptor. Don't call error.
9779 (jit_reset_inferior_data_and_breakpoints)
9780 (jit_inferior_created_observer): Remove.
9781 (jit_inferior_exit_hook): Update.
9782 (jit_executable_changed_observer): Remove.
9783 (jit_event_handler): Update.
9784 (free_objfile_data): Reset inferior data if needed.
9785 (_initialize_jit): Update.
9786
9787 2012-02-01 Tom Tromey <tromey@redhat.com>
9788
9789 * jit.c (bfd_open_from_target_memory): Move higher in file.
9790
9791 2012-02-01 Tristan Gingold <gingold@adacore.com>
9792
9793 * libunwind-frame.c (libunwind_load): Display message if dlopen
9794 failed.
9795
9796 2012-02-01 Gary Benson <gbenson@redhat.com>
9797
9798 * symtab.h (symbol_found_callback_ftype): New typedef.
9799 (iterate_over_symbols): Use the above.
9800 * symtab.c (iterate_over_symbols): Likewise.
9801 * language.h (language_defn->la_iterate_over_symbols): Likewise.
9802 * ada-lang.c (ada_iterate_over_symbols): Likewise.
9803 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
9804 (iterate_name_matcher): Document return values.
9805 (collect_one_symbol): Likewise.
9806 (collect_function_symbols): Likewise.
9807 (collect_symbols): Likewise.
9808
9809 2012-02-01 Tom Tromey <tromey@redhat.com>
9810
9811 * ada-lang.c (resolve_subexp): Update.
9812 (ada_lookup_symbol_list): Add 'full_search' argument.
9813 (ada_iterate_over_symbols): Pass 0 as full_search argument to
9814 ada_lookup_symbol_list.
9815 (ada_lookup_encoded_symbol): Update.
9816 (get_var_value): Update.
9817 * ada-exp.y (block_lookup): Update.
9818 (write_var_or_type): Update.
9819 (write_name_assoc): Update.
9820 * ada-lang.h (ada_lookup_symbol_list): Update.
9821
9822 2012-01-31 Tom Tromey <tromey@redhat.com>
9823
9824 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
9825 comment.
9826
9827 2012-01-31 Doug Evans <dje@google.com>
9828
9829 * symtab.h: Remove outdated comment.
9830 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
9831
9832 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
9833
9834 Fix build error in Darwin port.
9835 * i386-darwin-nat.c: Include i386-nat.h.
9836
9837 2012-01-30 Tom Tromey <tromey@redhat.com>
9838
9839 PR breakpoints/13568:
9840 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
9841 argument. Check for recursive includes.
9842 (dwarf_decode_macros): Create an include hash.
9843
9844 2012-01-30 Michael Eager <eager@eagercon.com>
9845
9846 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
9847 * ppc-linux-tdep.c: Include glibc-tdep.h.
9848 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
9849 (powerpc_linux_in_plt_stub): New function.
9850 (powerpc_linux_in_dynsym_resolve_code): New function.
9851 (ppc_skip_trampoline_code): New function.
9852 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
9853 Use glibc_skip_solib_resolver.
9854
9855 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9856
9857 Code cleanup: Make 1440 bytes of data segment read-only.
9858 * arch-utils.c (endian_enum): Make it const char *const [].
9859 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
9860 Likewise.
9861 * breakpoint.c (always_inserted_enums): Likewise.
9862 * cli/cli-cmds.c (script_ext_enums): Likewise.
9863 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
9864 enumlist parameter const char *const *.
9865 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
9866 const char *const *.
9867 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
9868 parameter const char *const *.
9869 * cris-tdep.c (cris_modes): Make it const char *const [].
9870 * filesystem.c (target_file_system_kinds): Likewise.
9871 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
9872 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
9873 (can_use_displaced_stepping_enum, scheduler_enums)
9874 (exec_direction_names): Likewise.
9875 * language.c (_initialize_language): Make the type_or_range_names and
9876 case_sensitive_names variables const char *const [].
9877 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
9878 * python/python.c (python_excp_enums): Likewise.
9879 * remote.c (interrupt_sequence_modes): Likewise.
9880 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
9881 * serial.c (logbase_enums): Likewise.
9882 * sh-tdep.c (sh_cc_enum): Likewise.
9883 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
9884 Likewise.
9885 * symtab.c (multiple_symbols_modes): Likewise.
9886 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
9887 Likewise.
9888 * utils.c (internal_problem_modes): Likewise.
9889
9890 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9891
9892 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
9893 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
9894 result.
9895
9896 2012-01-27 Doug Evans <dje@google.com>
9897
9898 * configure.ac (with_python): Fix absolute path handling for win32.
9899 * configure: Regenerate.
9900
9901 2012-01-26 Doug Evans <dje@google.com>
9902
9903 * symtab.c: Whitespace cleanup, no code changes.
9904
9905 * symtab.c (lookup_symbol_in_language): Improve comment.
9906 (lookup_symbol_aux): Fix comment.
9907
9908 * psymtab.c (add_psymbol_to_list): Result is now "void".
9909 * psympriv.h (add_psymbol_to_list): Update.
9910
9911 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
9912
9913 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9914
9915 Do not open script filenames twice.
9916 * cli/cli-cmds.c (source_script_from_stream): Pass to
9917 source_python_script also STREAM.
9918 * python/py-auto-load.c (source_section_scripts): Pass to
9919 source_python_script_for_objfile also STREAM.
9920 (auto_load_objfile_script): Pass to source_python_script_for_objfile
9921 also INPUT.
9922 * python/python-internal.h (source_python_script_for_objfile): New
9923 parameter file, rename parameter file to filename.
9924 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
9925 instead if !_WIN32. Update the function comment.
9926 (source_python_script, source_python_script_for_objfile)
9927 (source_python_script): New parameter file, rename parameter file to
9928 filename. Pass FILENAME to python_run_simple_file.
9929 * python/python.h (source_python_script): New parameter file, rename
9930 parameter file to filename.
9931
9932 2012-01-26 Pedro Alves <palves@redhat.com>
9933
9934 * corelow.c (core_has_fake_pid): Delete.
9935 (core_close): Delete references to `core_has_fake_pid'.
9936 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
9937 (core_open): Delete references to `core_has_fake_pid'.
9938 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
9939 the removed global.
9940
9941 2012-01-26 Joel Brobecker <brobecker@adacore.com>
9942
9943 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
9944 Remove language parameter from name_matcher. Adjust the comment.
9945 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
9946 Remove language parameter.
9947 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
9948 * linespec.c (iterate_name_matcher): Likewise.
9949 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
9950 name_matcher. Adjust call accordingly.
9951 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
9952 (maintenance_check_symtabs): Adjust type of parameter "fun".
9953 * psymtab.h (maintenance_check_symtabs): Likewise.
9954
9955 2012-01-26 Joel Brobecker <brobecker@adacore.com>
9956
9957 * language.h (symbol_name_match_p_ftype): New typedef.
9958 (struct language_defn): Replace field la_symbol_name_compare
9959 by la_get_symbol_name_match_p.
9960 * ada-lang.c (ada_get_symbol_name_match_p): New function.
9961 (ada_language_defn): Use it.
9962 * linespec.c (struct symbol_matcher_data): New type.
9963 (iterate_name_matcher): Rewrite.
9964 (iterate_over_all_matching_symtabs): Pass a pointer to
9965 a symbol_matcher_data struct to expand_symtabs_matching
9966 instead of just the lookup name.
9967 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
9968 opencl-lang.c, p-lang.c, language.c: Delete field
9969 la_symbol_name_compare, and replace by NULL for new field
9970 la_get_symbol_name_match_p.
9971 * symfile.h (struct quick_symbol_functions): Update comment.
9972
9973 2012-01-25 Tom Tromey <tromey@redhat.com>
9974
9975 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
9976 dereferencing.
9977
9978 2012-01-24 Tom Tromey <tromey@redhat.com>
9979
9980 PR symtab/12406:
9981 * solib.c (update_solib_list): Update the program space's
9982 added_solibs and deleted_solibs fields.
9983 * progspace.h (struct program_space) <added_solibs,
9984 deleted_solibs>: New fields.
9985 (clear_program_space_solib_cache): Declare.
9986 * progspace.c (release_program_space): Call
9987 clear_program_space_solib_cache.
9988 (clear_program_space_solib_cache): New function.
9989 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
9990 bpstat_stop_status. Use handle_solib_event.
9991 * breakpoint.c: Include gdb_regex.h.
9992 (print_solib_event): New function.
9993 (bpstat_print): Use print_solib_event.
9994 (bpstat_stop_status): Add special case for bp_shlib_event.
9995 (handle_solib_event): New function.
9996 (bpstat_what): Use handle_solib_event.
9997 (struct solib_catchpoint): New.
9998 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
9999 (breakpoint_hit_catch_solib, check_status_catch_solib)
10000 (print_it_catch_solib, print_one_catch_solib)
10001 (print_mention_catch_solib, print_recreate_catch_solib): New
10002 functions.
10003 (catch_solib_breakpoint_ops): New global.
10004 (catch_load_or_unload, catch_load_command_1)
10005 (catch_unload_command_1): New functions.
10006 (internal_bkpt_check_status): Add special case for
10007 bp_shlib_event.
10008 (internal_bkpt_print_it): Use print_solib_event.
10009 (initialize_breakpoint_ops): Initialize
10010 catch_solib_breakpoint_ops.
10011 (_initialize_breakpoint): Register "catch load" and "catch
10012 unload".
10013 * breakpoint.h (handle_solib_event): Declare.
10014 * NEWS: Add entry for "catch load" and "catch unload".
10015
10016 2012-01-24 Tom Tromey <tromey@redhat.com>
10017
10018 * ada-lang.c: Include gdb_vecs.h.
10019 * charset.c: Include gdb_vecs.h.
10020 * tracepoint.h: Include gdb_vecs.h.
10021 * gdb_vecs.h: New file.
10022
10023 2012-01-24 Pedro Alves <pedro@codesourcery.com>
10024
10025 * breakpoint.c (breakpoint_hit_catch_fork)
10026 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
10027 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
10028 * infrun.c (inferior_has_forked, inferior_has_vforked)
10029 (inferior_has_execd, inferior_has_called_syscall): Delete.
10030 (handle_syscall_event): Get syscall_number from the execution
10031 control state's wait status.
10032 (wait_for_inferior): Don't clear syscall_number.
10033
10034 2012-01-24 Pedro Alves <palves@redhat.com>
10035
10036 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
10037 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
10038 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
10039 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
10040 `ws' parameter.
10041 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
10042 false for events other than TARGET_SIGNAL_TRAP.
10043 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
10044 Add `ws' parameter.
10045 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
10046 events other than TARGET_SIGNAL_TRAP.
10047 (tracepoint_breakpoint_hit): Add `ws' parameter.
10048 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
10049 parameter.
10050 (bpstat_stop_status): Same.
10051 (pc_at_non_inline_function): Same.
10052 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
10053 to pass the current event's waitstatus to bpstat_stop_status
10054 and pc_at_non_inline_function.
10055
10056 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10057
10058 Code cleanup.
10059 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
10060 Update the function comment for it.
10061 (source_script_with_search): Call make_cleanup_fclose for STREAM.
10062 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
10063 for STREAM.
10064
10065 2012-01-24 Pedro Alves <palves@redhat.com>
10066
10067 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
10068 outside `bs->stop' block.
10069 (bpstat_what): Rework bp_shlib_event handling.
10070 (internal_bkpt_check_status): If the breakpoint is a
10071 bp_shlib_event, then set bs->stop and bs->print if
10072 stop_on_solib_events is set.
10073
10074 2012-01-24 Gary Benson <gbenson@redhat.com>
10075
10076 Delete #if 0'd out code.
10077 * stack.c (print_frame_label_vars): Remove.
10078 (catch_info): Likewise.
10079 (_initialize_stack): Remove "info catch" command.
10080 * NEWS: Mention the above.
10081
10082 2012-01-24 Pedro Alves <palves@redhat.com>
10083
10084 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
10085 it.
10086 (remote_notice_new_inferior): If the remote end doesn't support
10087 the multiprocess extensions, then the PID is fake.
10088 (add_current_inferior_and_thread): New.
10089 (remote_start_remote): Use it.
10090 (extended_remote_attach_1): Adjust.
10091 (extended_remote_create_inferior_1): Use
10092 add_current_inferior_and_thread.
10093
10094 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10095
10096 Fix watchpoints to be specific for each inferior.
10097 * breakpoint.c (watchpoint_in_thread_scope): Verify also
10098 current_program_space.
10099 * i386-nat.c (i386_inferior_data_cleanup): New.
10100 (i386_inferior_data_get): Replace variable inf_data_local by an
10101 inferior_data call.
10102 (i386_use_watchpoints): Initialize i386_inferior_data.
10103 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
10104 specific iterate_over_lwps.
10105
10106 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10107
10108 Fix watchpoints across inferior fork.
10109 * amd64-linux-nat.c (update_debug_registers_callback): Update the
10110 comment for linux_nat_iterate_watchpoint_lwps.
10111 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10112 linux_nat_iterate_watchpoint_lwps.
10113 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
10114 * i386-linux-nat.c (update_debug_registers_callback): Update the
10115 comment for linux_nat_iterate_watchpoint_lwps.
10116 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10117 linux_nat_iterate_watchpoint_lwps.
10118 (i386_linux_prepare_to_resume): New comment on Linux kernel.
10119 * i386-nat.c: Include inferior.h.
10120 (dr_mirror): Remove.
10121 (i386_inferior_data, struct i386_inferior_data)
10122 (i386_inferior_data_get): New.
10123 (i386_debug_reg_state): Use i386_inferior_data_get.
10124 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
10125 (i386_insert_watchpoint, i386_remove_watchpoint)
10126 (i386_stopped_data_address, i386_insert_hw_breakpoint)
10127 (i386_remove_hw_breakpoint): New variable state, use
10128 i386_debug_reg_state instead of DR_MIRROR.
10129 * linux-nat.c (delete_lwp): New declaration.
10130 (num_lwps): Move here from downwards.
10131 (delete_lwp_cleanup): New.
10132 (linux_child_follow_fork): Create new child_lp, call
10133 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
10134 PTRACE_DETACH.
10135 (num_lwps): Move upwards.
10136 (linux_nat_iterate_watchpoint_lwps): New.
10137 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
10138 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
10139
10140 2012-01-24 Joel Brobecker <brobecker@adacore.com>
10141
10142 GDB 7.4 released.
10143
10144 2012-01-23 Pedro Alves <palves@redhat.com>
10145
10146 * top.c (caution): Rename to ...
10147 (confirm): ... this.
10148 (show_caution): Rename to ...
10149 (show_confirm): ... this.
10150 (quit_cover): Adjust.
10151 (init_main): Adjust.
10152 * top.h (caution): Rename to ...
10153 (confirm): ... this.
10154 * utils.c (internal_vproblem, defaulted_query): Adjust.
10155
10156 2012-01-23 Pedro Alves <palves@redhat.com>
10157
10158 * top.c (caution): Update comment.
10159 (execute_command): Don't consider the current value of `caution'.
10160
10161 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10162
10163 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
10164
10165 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
10166
10167 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
10168 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
10169 * target.c (target_fileio_pwrite): Remove buffer address from
10170 debug output.
10171 (target_fileio_pread): Likewise.
10172
10173 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10174
10175 * NEWS: Document remote "info proc" and "generate-core-file".
10176
10177 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10178
10179 * gdbarch.sh (find_memory_regions): New callback.
10180 * gdbarch.c, gdbarch.h: Regenerate.
10181
10182 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
10183 callback before falling back to target method.
10184
10185 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
10186 (linux_target_install_ops): No longer install it.
10187
10188 * linux-tdep.c (linux_find_memory_regions): New function.
10189 (linux_init_abi): Install it.
10190
10191 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10192
10193 * gdbarch.sh (make_corefile_notes): New architecture callback.
10194 * gdbarch.c: Regenerate.
10195 * gdbarch.h: Likewise.
10196
10197 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
10198 before target_make_corefile_notes. If NULL is returned, the
10199 target does not support core file generation.
10200
10201 * linux-nat.c: Include "linux-tdep.h".
10202 (find_signalled_thread, find_stop_signal): Remove.
10203 (linux_nat_do_thread_registers): Likewise.
10204 (struct linux_nat_corefile_thread_data): Likewise.
10205 (linux_nat_corefile_thread_callback): Likewise.
10206 (iterate_over_spus): Likewise.
10207 (struct linux_spu_corefile_data): Likewise.
10208 (linux_spu_corefile_callback): Likewise.
10209 (linux_spu_make_corefile_notes): Likewise.
10210 (linux_nat_collect_thread_registers): New function.
10211 (linux_nat_make_corefile_notes): Replace contents by call to
10212 linux_make_corefile_notes passing linux_nat_collect_thread_registers
10213 as native-only callback.
10214
10215 * linux-tdep.h: Include "bfd.h".
10216 (struct regcache): Add forward declaration.
10217 (linux_collect_thread_registers_ftype): New typedef.
10218 (linux_make_corefile_notes): Add prototype.
10219 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
10220 "regset.h", and "elf-bfd.h".
10221 (find_signalled_thread, find_stop_signal): New functions.
10222 (linux_spu_make_corefile_notes): Likewise.
10223 (linux_collect_thread_registers): Likewise.
10224 (struct linux_corefile_thread_data): New data structure.
10225 (linux_corefile_thread_callback): New funcion.
10226 (linux_make_corefile_notes): Likewise.
10227 (linux_make_corefile_notes_1): Likewise.
10228 (linux_init_abi): Install it.
10229
10230 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10231
10232 * gdbarch.sh (info_proc): New callback.
10233 * gdbarch.c, gdbarch.h: Regenerate.
10234
10235 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
10236 before falling back to the target info_proc callback.
10237
10238 * linux-nat.c: Do not include "cli/cli-utils.h".
10239 (linux_nat_info_proc): Remove.
10240 (linux_target_install_ops): No longer install it.
10241
10242 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
10243 (read_mapping): New function.
10244 (linux_info_proc): Likewise.
10245 (linux_init_abi): Install it.
10246
10247 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10248
10249 * defs.h (enum info_proc_what): Moved here from linux-nat.c
10250 * infcmd.c: (info_proc_cmd_1): New function.
10251 (info_proc_cmd): New function, moved here from equivalent routine
10252 orignally in linux-nat.c.
10253 (info_proc_cmd_mappings): Likewise.
10254 (info_proc_cmd_stat): Likewise.
10255 (info_proc_cmd_status): Likewise.
10256 (info_proc_cmd_cwd): Likewise.
10257 (info_proc_cmd_cmdline): Likewise.
10258 (info_proc_cmd_exe): Likewise.
10259 (info_proc_cmd_all): Likewise.
10260 (_initialize_infcmd): Install "info proc" command and subcommands.
10261
10262 * target.h (struct target_ops): Add to_info_proc.
10263 (target_info_proc): Add prototype.
10264 * target.c (target_info_proc): New function.
10265
10266 * procfs.c (procfs_info_proc): Add prototype.
10267 (info_proc_cmd): Rename into ...
10268 (procfs_info_proc): ... this. Update argument types as appropriate
10269 for a to_info_proc implementation. Handle "what" argument.
10270 (procfs_target): Install procfs_info_proc.
10271 (_initialize_procfs): No longer install "info proc" command.
10272
10273 * linux-nat.c: (enum info_proc_what): Remove.
10274 (linux_nat_info_proc_cmd_1): Rename into ...
10275 (linux_nat_info_proc): ... this. Update argument types as appropriate
10276 for a to_info_proc implementation.
10277 (linux_nat_info_proc_cmd): Remove.
10278 (linux_nat_info_proc_cmd_mappings): Likewise.
10279 (linux_nat_info_proc_cmd_stat): Likewise.
10280 (linux_nat_info_proc_cmd_status): Likewise.
10281 (linux_nat_info_proc_cmd_cwd): Likewise.
10282 (linux_nat_info_proc_cmd_cmdline): Likewise.
10283 (linux_nat_info_proc_cmd_exe): Likewise.
10284 (linux_nat_info_proc_cmd_all): Likewise.
10285 (linux_target_install_ops): Install linux_nat_info_proc.
10286 (_initialize_linux_nat): No longer install "info proc" command
10287 and subcommands.
10288
10289 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10290
10291 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
10292 * config.in, configure: Regenerate.
10293
10294 * target.h (struct target_ops): Add to_fileio_readlink.
10295 (target_fileio_readlink): Add prototype.
10296 * target.c (target_fileio_readlink): New function.
10297
10298 * inf-child.c: Conditionally include <sys/param.h>.
10299 (inf_child_fileio_readlink): New function.
10300 (inf_child_target): Install it.
10301
10302 * remote.c (PACKET_vFile_readlink): New enum value.
10303 (remote_hostio_readlink): New function.
10304 (init_remote_ops): Install it.
10305 (_initialize_remote): Handle vFile:readlink packet type.
10306
10307 2012-01-20 Pedro Alves <palves@redhat.com>
10308 Ulrich Weigand <ulrich.weigand@linaro.org>
10309
10310 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
10311 * config.in, configure: Regenerate.
10312
10313 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
10314 to_fileio_pread, to_fileio_close, to_fileio_unlink.
10315 (target_fileio_open): Add prototype.
10316 (target_fileio_pwrite): Likewise.
10317 (target_fileio_pread): Likewise.
10318 (target_fileio_close): Likewise.
10319 (target_fileio_unlink): Likewise.
10320 (target_fileio_read_alloc): Likewise.
10321 (target_fileio_read_stralloc): Likewise.
10322
10323 * target.c: Include "gdb/fileio.h".
10324 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
10325 (default_fileio_target): New function.
10326 (target_fileio_open): Likewise.
10327 (target_fileio_pwrite): Likewise.
10328 (target_fileio_pread): Likewise.
10329 (target_fileio_close): Likewise.
10330 (target_fileio_unlink): Likewise.
10331 (target_fileio_close_cleanup): Likewise.
10332 (target_fileio_read_alloc_1): Likewise.
10333 (target_fileio_read_alloc): Likewise.
10334 (target_fileio_read_stralloc): Likewise.
10335
10336 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
10337 <fcntl.h>, and <unistd.h>.
10338 (inf_child_fileio_open_flags_to_host): New function.
10339 (inf_child_errno_to_fileio_error): Likewise.
10340 (inf_child_fileio_open): Likewise.
10341 (inf_child_fileio_pwrite): Likewise.
10342 (inf_child_fileio_pread): Likewise.
10343 (inf_child_fileio_close): Likewise.
10344 (inf_child_fileio_unlink): Likewise.
10345 (inf_child_target): Install to_fileio routines.
10346
10347 * remote.c (init_remote_ops): Install to_fileio routines.
10348
10349 2012-01-20 Pedro Alves <palves@redhat.com>
10350 Ulrich Weigand <ulrich.weigand@linaro.org>
10351
10352 * remote.c (remote_multi_process_p): Only check for multi-process
10353 protocol feature, do not check for extended protocol.
10354 (remote_supports_multi_process): Check for extended protocol here.
10355 (set_general_process): Likewise.
10356 (extended_remote_kill): Likewise.
10357 (remote_pid_to_str): Likewise.
10358 (remote_query_supported): Always query multiprocess mode.
10359
10360 2012-01-20 Pedro Alves <palves@redhat.com>
10361 Ulrich Weigand <ulrich.weigand@linaro.org>
10362
10363 * inferior.h (struct inferior): Add fake_pid_p.
10364 * inferior.c (exit_inferior_1): Clear fake_pid_p.
10365 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
10366 magic_null_ptid since the remote side doesn't provide a real PID.
10367
10368 2012-01-19 Tom Tromey <tromey@redhat.com>
10369
10370 * NEWS: Combine the two Python sections.
10371
10372 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10373
10374 * target.h (target_close): Update comment on the target's unpush state.
10375
10376 2012-01-19 Pedro Alves <palves@redhat.com>
10377
10378 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
10379 linux_nat_async directly instead of going through the target
10380 vector.
10381 * target.c (unpush_target): Close target after unpushing it, not
10382 before.
10383
10384 2012-01-19 Gary Benson <gbenson@redhat.com>
10385
10386 * mdebugread.c (sort_blocks): Replace integer constants with ones
10387 derived from FIRST_LOCAL_BLOCK.
10388
10389 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
10390 Jan Kratochvil <jan.kratochvil@redhat.com>
10391
10392 PR gdb/9538
10393 * symfile.c (find_separate_debug_file): New function.
10394 (terminate_after_last_dir_separator): Likewise.
10395 (find_separate_debug_file_by_debuglink): Also try realpath.
10396 * configure.ac (AC_CHECK_FUNCS): Add lstat.
10397 * configure: Regenerate.
10398 * config.in: Regenerate.
10399
10400 2012-01-18 Doug Evans <dje@google.com>
10401
10402 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
10403 (main.o): Remove rule.
10404 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
10405 (--with-sysroot): Rewrite.
10406 * configure: Regenerate.
10407 * config.in: Regenerate.
10408
10409 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
10410
10411 * parse.c (initialize_expout): New function.
10412 (reallocate_expout): Likewise.
10413 (parse_exp_in_context): Use `initialize_expout' and
10414 `reallocate_expout' when appropriate.
10415
10416 2012-01-18 Pedro Alves <palves@redhat.com>
10417
10418 * record.c (struct record_breakpoint, record_breakpoint_p)
10419 (record_breakpoints): New.
10420 (record_insert_breakpoint, record_remove_breakpoint): Manage
10421 record breakpoints list. Only remove breakpoints from the
10422 inferior if they had been inserted there in the first place.
10423
10424 2012-01-17 Doug Evans <dje@google.com>
10425
10426 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
10427 if we know we don't have a file name to look for.
10428
10429 2012-01-17 Pedro Alves <palves@redhat.com>
10430
10431 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
10432 the frame's stop reason is UNWIND_UNAVAILABLE.
10433
10434 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10435
10436 Fix compilation error.
10437 * m2-exp.y (yyerror): Use ANSI C prototype.
10438
10439 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
10440
10441 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
10442 (growbuf_by_size): Likewise.
10443 (yyerror): Likewise.
10444 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
10445 (modblock): Remove variable (was #if 0'ed).
10446 (parse_number): Convert prototype from K&R to ANSI C.
10447 (yyerror): Likewise.
10448 * objc-exp.y (parse_number): Likewise.
10449 (yyerror): Likewise.
10450 (yylex): Remove #if 0'ed code.
10451 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
10452 (yyerror): Likewise.
10453
10454 2012-01-16 Tom Tromey <tromey@redhat.com>
10455
10456 * NEWS: Add item.
10457 * symtab.h (compare_filenames_for_search): Declare.
10458 * symtab.c (compare_filenames_for_search): New function.
10459 (iterate_over_some_symtabs): Use it.
10460 * symfile.h (struct quick_symbol_functions)
10461 <map_symtabs_matching_filename>: Change spec.
10462 * psymtab.c (partial_map_symtabs_matching_filename): Use
10463 compare_filenames_for_search. Update for new spec.
10464 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
10465 compare_filenames_for_search. Update for new spec.
10466 * breakpoint.c (clear_command): Use compare_filenames_for_search.
10467
10468 2012-01-16 Tom Tromey <tromey@redhat.com>
10469
10470 PR python/13281:
10471 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
10472 (struct main_type) <flag_flag_enum>: New field.
10473 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
10474 * NEWS: Add entries.
10475 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
10476 enums.
10477 * python/lib/gdb/printing.py (_EnumInstance): New class.
10478 (FlagEnumerationPrinter): Likewise.
10479
10480 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
10481
10482 * breakpoint.c (create_sals_from_address_default): New function.
10483 (create_breakpoints_sal_default): Likewise.
10484 (decode_linespec_default): Likewise.
10485 (is_marker_spec): Removed.
10486 (strace_marker_p): New function.
10487 (init_breakpoint_sal): Using `strace_marker_p' instead of
10488 `is_marker_spec'.
10489 (create_breakpoint): Call method `create_sals_from_address' from
10490 breakpoint_ops, replacing code that created SALs conditionally
10491 on the type of the breakpoint. Call method `create_breakpoints_sal',
10492 replacing code that created breakpoints conditionally on the type
10493 wanted.
10494 (base_breakpoint_create_sals_from_address): New function.
10495 (base_breakpoint_create_breakpoints_sal): Likewise.
10496 (base_breakpoint_decode_linespec): Likewise.
10497 (base_breakpoint_ops): Add methods
10498 `base_breakpoint_create_sals_from_address',
10499 `base_breakpoint_create_breakpoints_sal' and
10500 `base_breakpoint_decode_linespec'.
10501 (bkpt_create_sals_from_address): New function.
10502 (bkpt_create_breakpoints_sal): Likewise.
10503 (bkpt_decode_linespec): Likewise.
10504 (tracepoint_create_sals_from_address): Likewise.
10505 (tracepoint_create_breakpoints_sal): Likewise.
10506 (tracepoint_decode_linespec): Likewise.
10507 (strace_marker_create_sals_from_address): Likewise.
10508 (strace_marker_create_breakpoints_sal): Likewise.
10509 (strace_marker_decode_linespec): Likewise.
10510 (strace_marker_breakpoint_ops): New variable.
10511 (addr_string_to_sals): Remove `marker_spec'. Call method
10512 `decode_linespec' from breakpoint_ops, replacing code that decoded
10513 an address string into a SAL. Use `strace_marker_p' instead of
10514 `marker_spec'.
10515 (strace_command): Decide whether we are dealing with a static
10516 tracepoint with marker or not. Use the appropriate breakpoint_ops.
10517 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
10518 * breakpoint.h (linespec_result, linespec_sals): New forward
10519 declarations.
10520 (breakpoint_ops) <create_sals_from_address>,
10521 <create_breakpoints_sal>, <decode_linespec>: New methods.
10522
10523 2012-01-14 Doug Evans <dje@google.com>
10524
10525 * NEWS: Update text for "maint set python print-stack".
10526 It is deprecated in gdb 7.4 and deleted in 7.5.
10527
10528 2012-01-13 Eli Zaretskii <eliz@gnu.org>
10529
10530 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
10531 including curses.h.
10532
10533 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10534
10535 * configure: Regenerate.
10536 * config.in: Regenerate.
10537
10538 2012-01-12 Keith Seitz <keiths@redhat.com>
10539
10540 PR mi/10586
10541 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
10542 (ANONYMOUS_UNION_NAME): Define.
10543 (is_path_expr_parent): New function.
10544 (get_path_expr_parent): New function.
10545 (is_anonymous_child): New function.
10546 (create_child_with_value): If the child is anonymous and without
10547 a name, assign an object name to it.
10548 (c_describe_child): Use get_path_expr_parent to determine
10549 the parent expression.
10550 If there field represents an anonymous struct or union and
10551 has no name, set an appropriate display name and expression.
10552 (cplus_describe_child): Likewise.
10553
10554 2012-01-12 Pedro Alves <palves@redhat.com>
10555
10556 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
10557 available when %ebp is found to be zero (outermost).
10558
10559 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
10560
10561 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
10562 an internal gdb_static_assert.
10563 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
10564
10565 2012-01-11 Tom Tromey <tromey@redhat.com>
10566
10567 PR gdb/9598:
10568 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
10569 catch" and "catch throw".
10570
10571 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
10572
10573 * blockframe.c (block_innermost_frame): Start search from selected
10574 frame, if present, or otherwise the current frame.
10575
10576 * c-exp.y (variable): Update innermost_block for
10577 'block COLONCOLON NAME' clause.
10578 * m2-exp.y (variable): Ditto.
10579 * objc-exp.y (variable): Ditto.
10580
10581 2012-01-10 Tom Tromey <tromey@redhat.com>
10582
10583 PR python/13199:
10584 * python/python.c (finish_python_initialization): Set sys.argv.
10585
10586 2012-01-10 Doug Evans <dje@google.com>
10587
10588 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
10589 "want_line_info". All callers updated.
10590 (dwarf_decode_lines_1): New function.
10591 (handle_DW_AT_stmt_list): Add function comment.
10592 New arg "want_line_info". All callers updated.
10593 (read_file_scope,read_type_unit_scope): Move comment from
10594 handle_DW_AT_stmt_list to here.
10595
10596 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10597
10598 Fix regression after libiberty/ update for GCC PR 6057 and others.
10599 * c-exp.y (operator) <OPERATOR DELETE>
10600 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10601 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
10602 (make_builtin_type, make_name): New variable i, add gdb_assert.
10603 (operator) <OPERATOR NEW>: Update ARGS to 3.
10604 (operator) <OPERATOR DELETE>: Add trailing space.
10605 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
10606 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10607 * cp-support.c (cp_canonicalize_string): Check NULL from
10608 cp_comp_to_string, call warning and return.
10609
10610 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10611
10612 Fix duplicate .o files after omitting libbfd.a.
10613 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
10614 (SFILES): Add corelow.c.
10615 (COMMON_OBS): Add corelow.o.
10616 (ALLDEPFILES): Remove corelow.c.
10617 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
10618 * config/alpha/alpha-osf3.mh: Likewise.
10619 * config/alpha/fbsd.mh: Likewise.
10620 * config/arm/nbsdaout.mh: Likewise.
10621 * config/arm/nbsdelf.mh: Likewise.
10622 * config/i386/i386gnu.mh: Likewise.
10623 * config/ia64/hpux.mh: Likewise.
10624 * config/ia64/linux.mh: Likewise.
10625 * config/m32r/linux.mh: Likewise.
10626 * config/m68k/linux.mh: Likewise.
10627 * config/mips/irix5.mh: Likewise.
10628 * config/mips/irix6.mh: Likewise.
10629 * config/pa/hpux.mh: Likewise.
10630 * config/pa/linux.mh: Likewise.
10631 * config/powerpc/aix.mh: Likewise.
10632 * config/sparc/linux.mh: Likewise.
10633 * config/sparc/linux64.mh: Likewise.
10634 * config/sparc/sol2.mh: Likewise.
10635 * config/vax/vax.mh: Likewise.
10636 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
10637 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
10638 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
10639 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
10640 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
10641 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
10642 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
10643 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
10644 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
10645 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
10646 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
10647 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
10648 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
10649 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
10650 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
10651 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
10652 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
10653 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
10654 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
10655 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
10656 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
10657 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
10658 corelow.o from gdb_target_obs.
10659 * corefile.c (core_target): Update the comment on NULL value.
10660 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
10661 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
10662 MATCHES. Drop YUMMY set on NULL.
10663 (core_close): Do not call exit_inferior_silent on zero PID. Do not
10664 reclaim CORE_DATA if it is already NULL.
10665
10666 2012-01-09 Doug Evans <dje@google.com>
10667
10668 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
10669 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
10670
10671 2012-01-09 Keith Seitz <keiths@redhat.com>
10672
10673 * breakpoint.c (wrapper.h): Don't include.
10674
10675 2012-01-09 Keith Seitz <keiths@redhat.com>
10676
10677 * Makefile.in (SFILES): Remove wrapper.c.
10678 (HFILES_NO_SRCDIR): Remove wrapper.h.
10679 (COMMON_OBS): Remove wrapper.o.
10680 * cli/cli-interp.c: Don't inlude wrapper.h.
10681 * corelow.c: Likewise.
10682 (core_open): Replace gdb_target_find_new_threads with
10683 TRY_CATCH around target_find_new_threads.
10684 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
10685 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
10686 * varobj.c (varobj_create): Likewise for parse_exp_1 and
10687 evaluate_expression.
10688 (varobj_set_value): Likewise for evaluate_expression and
10689 value_assign.
10690 (install_new_variable): Likewise for value_fetch_lazy.
10691 (adjust_value_for_child_access): Likewise for value_ind.
10692 (c_describe_child): Likewise for value_subscript and
10693 value_ind.
10694 (c_value_of_root): Likewise for evaluate_expression.
10695 * wrapper.c: Remove.
10696 * wrapper.h: Remove.
10697
10698 2012-01-09 Doug Evans <dje@google.com>
10699
10700 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
10701 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
10702 "abfd" args with "section". All callers updated.
10703 Error checking code moved ...
10704 (error_check_comp_unit_head): ... here. New function.
10705 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
10706 Delete arg "abfd". New arg "type_offset". All callers updated.
10707 (create_debug_types_hash_table): Simplify by using
10708 read_and_check_type_unit_head.
10709
10710 * parser-defs.h (namecopy): Delete.
10711 * parse.c (namecopy, namecopy_size): Move into copy_name.
10712
10713 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10714
10715 Partially fix duplicate .o files after omitting libbfd.a.
10716 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
10717 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10718 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
10719 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10720 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
10721 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
10722 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10723
10724 2012-01-09 Pedro Alves <palves@redhat.com>
10725
10726 * MAINTAINERS: Update my email address.
10727
10728 2012-01-08 Doug Evans <dje@google.com>
10729
10730 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
10731 n_type_units. Rename type_comp_units to all_type_units.
10732 All uses updated.
10733 (add_signatured_type_cu_to_table): Renamed from
10734 add_signatured_type_cu_to_list. All callers updated.
10735
10736 * gdbtypes.h (struct cplus_struct_type): Delete member
10737 nfn_fields_total. All uses removed.
10738
10739 2012-01-06 Doug Evans <dje@google.com>
10740
10741 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
10742 to top of file.
10743 (dwarf2_find_comp_unit): Delete.
10744 (process_psymtab_comp_unit): Make result "void".
10745 Delete args buffer, info_ptr, buffer_size, and replace with
10746 "section". All callers updated.
10747 (dwarf2_build_psymtabs_hard): Simplify.
10748
10749 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
10750 Thiago Jung Bauermann <bauerman@br.ibm.com>
10751
10752 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
10753 before `struct gdb_exception'.
10754 * breakpoint.c (update_global_location_list_nothrow)
10755 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
10756 * cp-abi.c (value_rtti_type): Likewise.
10757 * cp-support.c (cp_validate_operator): Likewise.
10758 * infrun.c (insert_exception_resume_breakpoint)
10759 (check_exception_resume, keep_going): Likewise.
10760 * mi-interp.c (mi_breakpoint_created)
10761 (mi_breakpoint_modified): Likewise.
10762 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
10763 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
10764 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
10765
10766 2012-01-05 Doug Evans <dje@google.com>
10767
10768 * dwarf2read.c (statement_prologue): Delete, unused.
10769
10770 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
10771 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
10772
10773 * dwarf2read.c (comp_unit_header): Delete, unused.
10774
10775 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
10776
10777 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
10778 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
10779
10780 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
10781
10782 * infrun.c (normal_stop): Don't skip calling the normal_stop
10783 observers if the thread was doing a multi-step, but stopped for
10784 some reason other than stepping.
10785
10786 2012-01-05 Pedro Alves <alves.ped@gmail.com>
10787
10788 * cli/cli-decode.h: Add comments.
10789 (CMD_LIST_AMBIGUOUS): Moved to command.h
10790 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
10791 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
10792 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
10793 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
10794 (add_com, add_com_alias, add_info, add_info_alias)
10795 (complete_on_cmdlist, complete_on_enum, help_list): Remove
10796 declarations.
10797 * command.h: Add and adjust comments.
10798 (CMD_LIST_AMBIGUOUS): Moved here.
10799 (help_cmd, help_cmd_list): Delete declarations.
10800
10801 2012-01-04 Doug Evans <dje@google.com>
10802
10803 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
10804 All callers updated.
10805 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
10806 Replace all arguments with "per_cu". All callers updated.
10807
10808 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
10809
10810 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
10811 New arg "per_cu". All callers updated.
10812
10813 Delete #if 0'd out code.
10814 * language.c (binop_result_type): Delete.
10815 (simple_type, ordered_type, same_type, integral_type): Delete.
10816 (numeric_type, character_type, string_type, boolean_type): Delete.
10817 (float_type, structured_type): Delete.
10818 * language.h: Update.
10819
10820 2012-01-04 Tom Tromey <tromey@redhat.com>
10821
10822 * python/py-value.c (valpy_binop): Initialize 'res_val'.
10823
10824 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10825
10826 * corefile.c (close_exec_file): Delete.
10827 (reopen_exec_file): Remove commented out code that seems related
10828 to close_exec_file, which is being deleted here.
10829 * inferior.h (close_exec_file): Delete.
10830 * fork-child.c (fork_inferior): Remove call to fork_inferior.
10831
10832 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10833
10834 * ada-lang.c: #include "cli/cli-utils.h".
10835 (get_selections): Use skip_spaces.
10836 (ada_get_next_arg): Use skip_spaces and skip_to_space.
10837 (catch_ada_exception_command_split): Use skip_spaces.
10838 (ada_decode_assert_location): Likewise.
10839
10840 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10841
10842 * linespec.c (decode_line_internal): Check for C++ or Java
10843 compound constructs only if the current language is C, C++
10844 or Java.
10845
10846 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10847
10848 Revert:
10849 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10850 Joel Brobecker <brobecker@adacore.com>
10851 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
10852 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
10853 3 times.
10854 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
10855 fall through into AT_ENTRY_POINT.
10856 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
10857 DUMMY_ADDR with it.
10858 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
10859 PPC_INSN_SIZE skip to 3 times.
10860
10861 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10862
10863 * linespec.c (add_minsym): Preserve function descriptors.
10864
10865 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
10866
10867 * breakpoint.c (all_locations_are_pending): Consider locations
10868 in program spaces executing during startup pending as well.
10869
10870 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10871
10872 Copyright year update in most files of the GDB Project.
10873
10874 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10875
10876 * copyright.sh: Delete.
10877 * copyright.py: Rewrite.
10878
10879 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10880
10881 * gnulib/extra/update-copyright: New file, imported from gnulib.
10882
10883 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10884
10885 * README (Copyright and License Notices): New section.
10886
10887 2012-01-03 Tom Tromey <tromey@redhat.com>
10888
10889 PR python/12533:
10890 * python/py-value.c (valpy_dereference, valpy_get_address
10891 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
10892 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
10893 (valpy_absolute, valpy_richcompare): Free intermediate values.
10894
10895 2011-01-03 Joel Brobecker <brobecker@adacore.com>
10896
10897 * ada-lang.c: Reformat the copyright notice.
10898
10899 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10900
10901 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
10902 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
10903 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
10904 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
10905 Revert this part of:
10906 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10907 Build gdb directly from *.o files not using libgdb.a.
10908 * Makefile.in (COMMON_OBS): Remove solib-target.o.
10909
10910 2012-01-02 Joel Brobecker <brobecker@adacore.com>
10911
10912 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
10913 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
10914 Reformat the copyright header.
10915
10916 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10917
10918 Revert this part of:
10919 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10920 Remove the gdbtui binary.
10921 * gdb.c (main): Remove args.interpreter_p initialization.
10922 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
10923 * main.h (struct captured_main_args): Remove interpreter_p.
10924
10925 2012-01-02 Joel Brobecker <brobecker@adacore.com>
10926
10927 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
10928
10929 2012-01-02 Joel Brobecker <brobecker@adacore.com>
10930
10931 * top.c (print_gdb_version): Update copyright year.
10932
10933 2012-01-02 Yao Qi <yao@codesourcery.com>
10934
10935 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
10936
10937 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10938 Joel Brobecker <brobecker@adacore.com>
10939
10940 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
10941 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
10942 3 times.
10943 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
10944 fall through into AT_ENTRY_POINT.
10945 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
10946 DUMMY_ADDR with it.
10947 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
10948 PPC_INSN_SIZE skip to 3 times.
10949
10950 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10951
10952 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
10953 the return value.
10954 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
10955
10956 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10957
10958 Build gdb directly from *.o files not using libgdb.a.
10959 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
10960 (COMMON_OBS): Remove solib-target.o.
10961 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
10962 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
10963 (LIBGDB_OBS, libgdb.a): Move it above.
10964 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
10965 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
10966 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
10967 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
10968 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
10969 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
10970 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
10971 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
10972 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
10973 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
10974 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
10975 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
10976 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
10977 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
10978 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
10979 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
10980 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
10981 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
10982 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
10983 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
10984 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
10985 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
10986 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
10987 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
10988 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
10989 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
10990 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
10991
10992 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10993
10994 Remove the gdbtui binary.
10995 * .gitignore (/gdbtui): Remove.
10996 * Makefile.in (TUI): Remove.
10997 (SUBDIR_TUI_OBS): Remove tui-main.o.
10998 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
10999 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
11000 (tui-main.o): Remove.
11001 (all_object_files): Remove tui-main.o.
11002 * NEWS: New note for the gdbtui removal.
11003 * configure: Rebuilt.
11004 * configure.ac: No longer add all-tui, clean-tui, install-tui and
11005 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
11006 CONFIG_UNINSTALL respectively.
11007 * gdb.c (main): Remove args.interpreter_p initialization.
11008 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11009 * main.h (struct captured_main_args): Remove interpreter_p.
11010 * tui/tui-main.c: Remove.
11011
11012 2012-01-01 Doug Evans <dje@google.com>
11013
11014 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
11015 (dwarf2_physname, read_import_statement): Ditto.
11016 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
11017 (process_structure_scope read_subroutine_type): Ditto.
11018 (read_typedef, load_partial_dies, read_partial_die): Ditto.
11019 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
11020 (dwarf2_fetch_die_location_block): Ditto.
11021 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
11022
11023 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
11024 All callers updated.
11025 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
11026 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
11027 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
11028
11029 * dwarf2read.c (load_cu): Move assert to more useful location.
11030
11031 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
11032 All callers updated.
11033
11034 * dwarf2read.c (dwarf2_per_objfile): Add comment.
11035 (dwarf2_elf_names): Minor reformat.
11036 (dwarf2_per_cu_data): Tweak comment.
11037 (dwarf2_read_section): Fix comment.
11038 (create_all_comp_units): Fix comment.
11039 (load_full_comp_unit): Fix comment.
11040 (process_full_comp_unit): Fix comment.
11041 (read_signatured_type): Fix comment.
11042
11043 For older changes see ChangeLog-2011.
11044 \f
11045 Local Variables:
11046 mode: change-log
11047 left-margin: 8
11048 fill-column: 74
11049 version-control: never
11050 coding: utf-8
11051 End:
This page took 0.481263 seconds and 4 git commands to generate.