* configure: Rebuild.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2012-11-02 Tom Tromey <tromey@redhat.com>
2
3 * configure: Rebuild.
4 * configure.ac (build_warnings): Add -Wempty-body.
5 * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
6 * remote.c (handle_notification): Use braces for empty 'else' body.
7 * s390-tdep.c (s390_analyze_prologue): Use braces for empty
8 'else' body.
9 * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
10 'else' body.
11 * solib-som.c (som_relocate_section_addresses): Use braces
12 for empty 'else' body.
13 * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
14 (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
15
16 2012-11-02 Pedro Alves <palves@redhat.com>
17
18 PR gdb/14766
19
20 * infrun.c (handle_inferior_event)
21 <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
22 null_ptid before handling a vfork child exec or exit. Switch to
23 the event ptid afterwards.
24
25 2012-11-02 Yao Qi <yao@codesourcery.com>
26
27 * std-operator.def: Remove OP_LABELED.
28 * eval.c: Remove the declaration of 'get_label'.
29 (get_label): Remove.
30 (evaluate_struct_tuple): Remove code handling OP_LABELED.
31 Update comment.
32 Remove local variable 'variantno' and related code.
33 Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
34 with 'fieldno'.
35 * expprint.c (print_subexp_standard): Likewise.
36 (dump_subexp_body_standard): Likewise.
37 * parse.c (operator_length_standard): Likewise.
38
39 2012-11-01 Pierre Muller <muller@ics.u-strasbg.fr>
40
41 Incorporate ARI web page generator into GDB sources.
42 * contrib/ari/create-web-ari-in-src.sh: New file.
43 * contrib/ari/gdb_ari.sh: New file.
44 * contrib/ari/gdb_find.sh: New file.
45 * contrib/ari/update-web-ari.sh: New file.
46
47 2012-10-31 Tom Tromey <tromey@redhat.com>
48
49 * gdbarch.c: Rebuild.
50 * gdbarch.sh: Remove references to gdbarch_swap.
51 * corelow.c (core_open): Remove obsolete comment.
52
53 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
54
55 PR cli/14772
56 * c-typeprint.c (c_print_type): Don't print a space for vector
57 types, this is handled within the suffix.
58 (c_type_print_varspec_suffix): Add a space to vector suffix.
59
60 2012-10-26 Pedro Alves <palves@redhat.com>
61
62 * amd64-tdep.c (amd64_relocate_instruction): Use
63 store_unsigned_integer instead of memcpy.
64 * i386-tdep.c (i386_relocate_instruction): Ditto.
65
66 2012-10-26 Pedro Alves <palves@redhat.com>
67
68 * infrun.c (handle_inferior_event): Merge handling of
69 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
70 switch case.
71
72 2012-10-26 Pedro Alves <palves@redhat.com>
73
74 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
75 Remove comment.
76
77 2012-10-26 Pedro Alves <palves@redhat.com>
78
79 * target.c (target_waitstatus_to_string): Handle
80 TARGET_WAITKIND_VFORK_DONE.
81
82 2012-10-26 Pedro Alves <palves@redhat.com>
83
84 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
85 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
86
87 2012-10-24 Tristan Gingold <gingold@adacore.com>
88
89 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
90 Add comments.
91
92 2012-10-24 Joel Brobecker <brobecker@adacore.com>
93
94 * ravenscar-thread.c (ravenscar_wait): Only update the list
95 of threads and inferior_ptid if the inferior is still alive.
96
97 2012-10-24 Joel Brobecker <brobecker@adacore.com>
98
99 * ada-lang.c (is_known_support_routine): Use lbasename when
100 matching the symtab's filename against
101 known_runtime_file_name_patterns.
102
103 2012-10-24 Joel Brobecker <brobecker@adacore.com>
104
105 * ada-lang.c (ada_same_array_size_p): New function.
106 (ada_promote_array_of_integrals): New function.
107 (coerce_for_assign): Add handling of arrays where the elements
108 are integrals of a smaller size than the size of the target
109 array element type.
110
111 2012-10-24 Joel Brobecker <brobecker@adacore.com>
112
113 * doublest.c (convert_doublest_to_floatformat): Fix comparison
114 against maximum exponent value.
115
116 2012-10-24 Joel Brobecker <brobecker@adacore.com>
117
118 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
119 "unwind-seh.c".
120
121 2012-10-24 Joel Brobecker <brobecker@adacore.com>
122
123 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
124 strip typedef layer when computing the fixed type's field type,
125 only when computing its size.
126
127 2012-10-24 Mark Kettenis <kettenis@gnu.org>
128
129 PR gdb/12783
130 * i386-tdep.c (i386_return_value): Handle complex double and long
131 double.
132
133 2012-10-24 Joel Brobecker <brobecker@adacore.com>
134
135 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
136 New local variable args_len.
137 Quote the name of the executable when computing the command line.
138
139 2012-10-23 Mark Kettenis <kettenis@gnu.org>
140
141 PR gdb/12796
142 PR gdb/12798
143 PR gdb/12800
144 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
145 AMD64_FTAG_REGNUM.
146 * amd64-tdep.c (amd64_classify): Classify complex types.
147 (amd64_return_value): Handle the COMPLEX_X87 class.
148
149 2012-10-23 Joel Brobecker <brobecker@adacore.com>
150
151 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
152 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
153
154 2012-10-23 Joel Brobecker <brobecker@adacore.com>
155
156 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
157 function.
158 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
159 to amd64_windows_auto_wide_charset.
160
161 2012-10-23 Yao Qi <yao@codesourcery.com>
162
163 * event-top.c (mark_async_signal_handler_wrapper): Remove.
164 * event-top.h: Remove its declaration.
165 (async_request_quit): Call mark_async_signal_handler instead of
166 mark_async_signal_handler_wrapper.
167 (async_do_nothing, async_disconnect): Likewise.
168 (async_stop_sig): Likewise.
169 * remote.c (handle_remote_sigint): Likewise.
170 (handle_remote_sigint_twice): Likewise.
171
172 2012-10-23 Yao Qi <yao@codesourcery.com>
173
174 * event-top.c (sigint_token, sighup_token): Replace 'void *'
175 with 'static struct async_signal_handler *'.
176 (sighup_token, sigquit_token, sigstp_token): Likewise.
177
178 2012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
179
180 * gdbarch.sh (function_list): Use 'pstring' when printing
181 a variable which could return NULL.
182 * gdbarch.c: Regenerate.
183
184 2012-10-10 Joel Brobecker <brobecker@adacore.com>
185 Tom Tromey <tromey@redhat.com>
186
187 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
188 inneffective if condition by gdb assertion. Add function
189 description comment.
190
191 2012-10-19 Joel Brobecker <brobecker@adacore.com>
192
193 * parser-defs.h (struct exp_descriptor): Document constraint
194 on return value for "op_name" callbacks.
195
196 2012-10-18 Tom Tromey <tromey@redhat.com>
197
198 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
199 * symtab.c (iterate_over_some_symtabs): Constify.
200 * source.h (symtab_to_fullname): Return 'const char *'.
201 * source.c (symtab_to_fullname): Return 'const char *'.
202 * python/py-symtab.c (stpy_fullname): Constify.
203 * cli/cli-cmds.c (edit_command): Constify.
204 * breakpoint.c (print_breakpoint_location)
205 (update_static_tracepoint): Constify.
206
207 2012-10-18 Tom Tromey <tromey@redhat.com>
208
209 * breakpoint.c (compare_breakpoints): Fix comparison.
210
211 2012-10-18 Tom Tromey <tromey@redhat.com>
212
213 * valprint.c (generic_emit_char, generic_printstr): Pass size of
214 gdb_wchar_t to convert_between_encodings.
215
216 2012-10-17 Yao Qi <yao@codesourcery.com>
217
218 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
219 more parameter 'inferior'.
220 * corefile.c (write_memory_with_notification): Caller update.
221
222 * mi/mi-cmd-var.c: Include "mi-main.h".
223 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
224 to 1 and restore it later.
225 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
226 and "data-write-memory-bytes.
227 * mi/mi-interp.c: Include objfiles.h.
228 (mi_interpreter_init): Call observer_attach_memory_changed.
229 (mi_memory_changed): New.
230 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
231 New field.
232
233 * NEWS: Mention new MI notification "memory-changed".
234
235 2012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
236
237 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
238
239 2012-10-15 Doug Evans <dje@google.com>
240
241 New option -nh: inhibit loading of ~/.gdbinit.
242 * NEWS: Mention -nh.
243 * main.c (captured_main): Recognize and process -nh.
244 (print_gdb_help): Mention -nh.
245 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
246
247 2012-10-15 H.J. Lu <hongjiu.lu@intel.com>
248
249 PR backtrace/14646
250 PR gdb/14647
251 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
252 pc_regnum_from_eax.
253 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
254 nor pc_regnum_from_eax.
255 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
256 nor pc_regnum_from_eax.
257
258 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
259
260 Fix entry values resolving in inlined frames.
261 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
262 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
263 entries of FRAME.
264
265 2012-10-15 Joel Brobecker <brobecker@adacore.com>
266
267 * configure.ac: Build with -DMS_WIN64 if building with Python
268 enabled using GCC on amd64-windows.
269 * configure: Regenerate.
270
271 2012-10-15 Tom Tromey <tromey@redhat.com>
272
273 PR python/14635:
274 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
275 to Py_None.
276
277 2012-10-15 Tom Tromey <tromey@redhat.com>
278
279 PR python/14634:
280 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
281
282 2012-10-11 Andrew Burgess <aburgess@broadcom.com>
283
284 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
285 reset thread numbering back to 1.
286
287 2012-10-11 Doug Evans <dje@google.com>
288
289 PR breakpoints/14643.
290 * linespec.c (struct ls_parser): New member keyword_ok.
291 (linespec_lexer_lex_string): Add comment.
292 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
293 for one.
294 (parse_linespec): Set keyword_ok.
295
296 2012-10-10 Doug Evans <dje@google.com>
297
298 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
299 "0x" prefix on address in log message.
300
301 * dwarf2read.c (read_1_byte): Add const to buf parameter.
302 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
303 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
304 (lookup_dwo_file): Add const to dwo_name parameter.
305 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
306
307 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
308
309 Fix crash during stepping on ppc32.
310 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
311 SYM.
312
313 2012-10-03 Doug Evans <dje@google.com>
314
315 PR symtab/14601
316 * buildsym.c (buildsym_init): Reset using_directives to NULL.
317
318 2012-10-02 Andrew Burgess <aburgess@broadcom.com>
319
320 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
321 output and use uint32_t not long to ensure 4 byte size.
322
323 2012-10-02 Joel Brobecker <brobecker@adacore.com>
324
325 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
326 unref'ed it.
327
328 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
329
330 * target.c (simple_search_memory): Include access length in
331 warning message.
332
333 2012-09-28 Nathan Miller <nathanm2@us.ibm.com>
334 Edjunior Machado <emachado@linux.vnet.ibm.com>
335
336 PR gdb/13989
337 * solib.c (solib_find): Prevent GDB from loading native libraries when
338 debugging a cross-target corefile.
339
340 2012-09-28 selven <pcthegreat@gmail.com>
341
342 Make definition match declaration.
343
344 * regcache.c (regcache_register_status): Change return type to
345 enum register_status.
346
347 2012-09-28 Yao Qi <yao@codesourcery.com>
348
349 * mi/mi-main.c (mi_cmd_data_write_memory): Call
350 write_memory_with_notification instead of write_memory.
351 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
352 instead of target_write_memory.
353
354 2012-09-28 Yao Qi <yao@codesourcery.com>
355
356 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
357 when the length of content is not an even number.
358
359 2012-09-27 Tom Tromey <tromey@redhat.com>
360
361 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
362 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
363
364 2012-09-27 Joel Brobecker <brobecker@adacore.com>
365
366 * sol-thread.c (sol_thread_fetch_registers)
367 (sol_thread_store_registers): Delete commented out code.
368
369 2012-09-27 Joel Brobecker <brobecker@adacore.com>
370
371 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
372 Move these functions to sparc-sol-thread.c.
373 * sparc-sol-thread.c: New file.
374 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
375 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
376 configurations.
377 * configure: Regenerate.
378
379 2012-09-27 Joel Brobecker <brobecker@adacore.com>
380
381 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
382 Remove commented-out code.
383
384 2012-09-27 Joel Brobecker <brobecker@adacore.com>
385
386 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
387 Enable this code for sparc hosts only.
388
389 2012-09-27 Joel Brobecker <brobecker@adacore.com>
390
391 * procfs.h (procfs_find_LDT_entry): Add declaration.
392 * sol-thread.c (ps_lgetLDT): Delete local declaration of
393 function procfs_find_LDT_entry.
394
395 2012-09-27 Joel Brobecker <brobecker@adacore.com>
396
397 * procfs.c (proc_get_LDT_entry): Make static.
398
399 2012-09-27 Joel Brobecker <brobecker@adacore.com>
400
401 * procfs.c (proc_find_memory_regions): Fix declaration.
402
403 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
404
405 * amd64-tdep.c (amd64_return_value): Revert previous change
406 that used TYPE_LENGTH directly.
407 * bfin-tdep.c (bfin_extract_return_value): Likewise.
408 (bfin_store_return_value): Likewise.
409 * cris-tdep.c (cris_store_return_value): Likewise.
410 (cris_extract_return_value): Likewise.
411 * h8300-tdep.c (h8300_extract_return_value): Likewise.
412 * hppa-tdep.c (hppa64_return_value): Likewise.
413 * lm32-tdep.c (lm32_store_return_value): Likewise.
414 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
415 * spu-tdep.c (spu_value_from_register): Likewise.
416 * vax-tdep.c (vax_return_value): Likewise.
417
418 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
419
420 * gdbtypes.c (lookup_array_range_type): Expand parameters
421 LOW_BOUND and HIGH_BOUND to LONGEST.
422 (lookup_string_range_type): Likewise.
423 * gdbtypes.h (lookup_array_range_type): Likewise.
424 (lookup_string_range_type): Likewise.
425 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
426 Expand HIGHBOUND to ssize_t.
427 (value_string): Likewise.
428 * value.h (value_cstring): Expand parameter LEN to ssize_t.
429 (value_string): Likewise.
430
431 2012-09-27 Yao Qi <yao@codesourcery.com>
432
433 PR breakpoints/13898
434 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
435 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
436 per breakpoint type.
437
438 2012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
439
440 * procfs.c: Add gdb_bfd header.
441 * rs6000-nat.c: Likewise.
442 * solib-pa64.c: Likewise.
443 * spu-linux-nat.c: Likewise.
444 * windows-nat.c: Likewise.
445
446 2012-09-26 Tom Tromey <tromey@redhat.com>
447
448 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
449
450 2012-09-26 Tom Tromey <tromey@redhat.com>
451
452 * dwarf2read.c (mark_common_block_symbol_computed): New function.
453 (read_common_block): Handle child DIEs with
454 DW_AT_data_member_location.
455 (new_symbol_full): Add special case for common blocks.
456
457 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
458 Tom Tromey <tromey@redhat.com>
459
460 * dwarf2read.c (read_common_block): Rewrite.
461 (new_symbol_full): Handle DW_TAG_common_block.
462 * f-lang.c (head_common_list, find_common_for_function):
463 Remove.
464 * f-lang.h (struct common_entry, struct saved_f77_common,
465 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
466 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
467 BLANK_COMMON_NAME_LOCAL): Remove.
468 (struct common_block): New.
469 * f-valprint.c (list_all_visible_commons): Remove.
470 (info_common_command_for_block): New function.
471 (info_common_command): Use it.
472 * stack.c (iterate_over_block_locals): Special case for
473 COMMON_BLOCK_DOMAIN.
474 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
475 constant.
476 (struct general_symbol_info) <value.common_block>: New field.
477 (SYMBOL_VALUE_COMMON_BLOCK): New define.
478
479 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
480 Tom Tromey <tromey@redhat.com>
481
482 * f-lang.c (allocate_saved_bf_node,
483 allocate_saved_function_node, allocate_saved_f77_common_node,
484 allocate_common_entry_node, tail_common_list, current_common,
485 saved_bf_list, saved_bf_list_end, current_head_bf_list,
486 tmp_bf_ptr, add_common_block, add_common_entry,
487 find_first_common_named, patch_common_entries,
488 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
489 global_remote_debug, get_bf_for_fcn, saved_function_list,
490 saved_function_list_end, clear_function_list, struct saved_fcn,
491 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
492 SAVED_BF, SAVED_BF_PTR): Remove.
493 * f-lang.h (tail_common_list, current_common,
494 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
495 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
496 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
497 real_main_c_value): Remove.
498 * f-valprint.c (there_is_a_visible_common_named): Remove.
499
500 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
501
502 * breakpoint.c (update_global_location_list): Ignore previous
503 duplicate status of a breakpoint when starting a new scan for
504 duplicate breakpoints.
505
506 2012-09-26 Karthik Bhat <kv.bhat@samsung.com>
507 PR breakpoints/14419
508 * arm-tdep.c (arm_skip_prologue): Extending producer check to
509 support LLVM compiler.
510
511 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
512
513 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
514 * bfin-tdep.c (bfin_extract_return_value): Likewise.
515 (bfin_store_return_value): Likewise.
516 * cris-tdep.c (cris_store_return_value): Likewise.
517 (cris_extract_return_value): Likewise.
518 * h8300-tdep.c (h8300_extract_return_value): Likewise.
519 * hppa-tdep.c (hppa64_return_value): Likewise.
520 * lm32-tdep.c (lm32_store_return_value): Likewise.
521 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
522 * spu-tdep.c (spu_value_from_register): Likewise.
523 * vax-tdep.c (vax_return_value): Likewise.
524
525 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
526
527 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
528 parameter LEN to ssize_t.
529
530 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
531
532 * ada-valprint.c (ada_val_print_1): Eliminate single-use
533 variable LEN.
534 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
535 directly.
536 (alpha_store_return_value): Likewise.
537 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
538 (amd64_push_arguments): Likewise.
539 * ax-gdb.c (gen_trace_static_fields): Likewise.
540 (gen_traced_pop): Likewise.
541 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
542 * breakpoint.c (update_watchpoint): Likewise.
543 * findcmd.c (parse_find_args): Use local variable for type
544 instead of length.
545 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
546 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
547 (h8300_store_return_value): Likewise.
548 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
549 Use i386_darwin_arg_type_alignment directly.
550 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
551 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
552 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
553 (m68hc11_extract_return_value): Likewise.
554 * mep-tdep.c (mep_push_dummy_call): Likewise.
555 * printcmd.c (float_type_from_length): Likewise.
556 * s390-tdep.c (s390_value_from_register): Likewise.
557 * stack.c (read_frame_arg): Likewise.
558 * tracepoint.c (encode_actions_1): Likewise.
559 * valops.c (value_fetch_lazy): Use local variable for type
560 instead of length. Use TYPE_LENGTH directly.
561 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
562
563 2012-09-25 Joel Brobecker <brobecker@adacore.com>
564
565 * symtab.c (skip_prologue_sal): Fix typo in comment.
566
567 2012-09-25 Joel Brobecker <brobecker@adacore.com>
568
569 * linespec.c (create_sals_line_offset): Fix typo in comment.
570
571 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
572
573 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
574 use plongest to print the array size.
575
576 2012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
577
578 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
579 * p-valprint.c (pascal_type_print_base): Likewise.
580
581 2012-09-22 Yao Qi <yao@codesourcery.com>
582
583 * remote.c (remote_get_trace_status): Remove setting default
584 values of fields of 'ts'.
585
586 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
587
588 Fix internal error on canonicalization of clang types.
589 * cp-name-parser.y (operator): New comment at make_operator call for
590 new, delete, new[] and delete[].
591 (exp): Use "sizeof ". Add new comment at make_operator call.
592
593 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
594
595 Fix disassemble without parameters in tailcall frame.
596 * cli/cli-cmds.c (disassemble_current_function): Use
597 get_frame_address_in_block.
598
599 2012-09-21 Tom Tromey <tromey@redhat.com>
600
601 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
602 TYPE_CODE_UNION>: Unify, removing a goto.
603
604 2012-09-21 Tom Tromey <tromey@redhat.com>
605
606 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
607
608 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
609
610 * findvar.c (read_frame_register_value): Mark the result value as
611 optimized out if any of the input registers have been optimized out.
612
613 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
614
615 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
616
617 2012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
618
619 * eval.c (evaluate_subexp_standard): Eliminate single-use
620 variable LOWER.
621
622 2012-09-21 Yao Qi <yao@codesourcery.com>
623
624 * mi/mi-interp.c: Declare mi_record_changed.
625 (mi_interpreter_init): Call observer_attach_record_changed.
626 (mi_record_changed): New.
627 * record.c (record_open): Call observer_notify_record_changed.
628 (cmd_record_stop): Call observer_notify_record_changed.
629 * NEWS: Mention it.
630
631 2012-09-20 Tom Tromey <tromey@redhat.com>
632
633 * NEWS: Update.
634 * python/python.c (finalize_python): New function.
635 (_initialize_python): Make a final cleanup.
636
637 2012-09-19 Doug Evans <dje@google.com>
638
639 * buildsym.h (param_symbols): Delete, unused.
640 (context_stack): Delete member "params", unused.
641 * buildsym.c (push_context): Update.
642 * dwarf2read.c (read_func_scope): Update.
643
644 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
645
646 * sh-tdep.c (sh_register_convert_to_virtual)
647 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
648 all callers. Just do a memcpy if not the little-endian case.
649
650 * h8300-tdep.c (h8300_gdbarch_init): Invoke
651 set_gdbarch_double_format and set_gdbarch_long_double_format.
652 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
653 set_gdbarch_double_format.
654 * sh-tdep.c (sh_gdbarch_init): Likewise.
655
656 * NEWS: Document the removal of SH's 'regs' command.
657 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
658 command.
659
660 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
661
662 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
663 `jump'.
664
665 2012-09-18 Joel Brobecker <brobecker@adacore.com>
666
667 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
668 language when iterating over symbols.
669
670 2012-09-18 Yao Qi <yao@codesourcery.com>
671
672 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
673 (mi_interpreter_init): Call observer_attach_tsv_created and
674 observer_attach_tsv_deleted.
675 (mi_tsv_created, mi_tsv_deleted): New.
676 * tracepoint.c (delete_trace_state_variable): Call
677 observer_notify_tsv_deleted.
678 (trace_variable_command): Call observer_notify_tsv_created.
679 (delete_trace_variable_command): Call
680 observer_notify_tsv_deleted.
681 (create_tsv_from_upload): Call observer_notify_tsv_created.
682 * NEWS: Mention it.
683
684 2012-09-18 Yao Qi <yao@codesourcery.com>
685
686 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
687 if traceframe changed.
688 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
689 "trace-find".
690 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
691 (mi_interpreter_init): Hook mi_traceframe_changed to observer
692 'traceframe_changed'.
693 (mi_traceframe_changed): New.
694 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
695 New field.
696 * NEWS: Mention the new MI notification.
697
698 2012-09-17 Mike Wrighton <wrighton@codesourcery.com>
699
700 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
701
702 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
703
704 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
705 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
706 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
707 Extend code also for PaX support. Convert all gdb_assert to warning
708 calls.
709
710 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
711
712 Implement auto-load user conveniences suggested by Doug Evans.
713 * auto-load.c: Include top.h.
714 (file_is_auto_load_safe): New variable advice_printed. Print advice.
715 (_initialize_auto_load): New variable scripts_directory_help. Mention
716 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
717 scripts-directory. Document in online help one can use also files for
718 set auto-load safe-path.
719 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
720 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
721
722 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
723
724 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
725 of LEN.
726
727 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
728
729 * m2-valprint.c (m2_print_array_contents): Eliminate variable
730 ELTLEN and use TYPE_LENGTH directly.
731 (m2_val_print): Likewise.
732 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
733 variable LEN and use TYPE_LENGTH directly.
734 (m68k_svr4_store_return_value): Likewise.
735 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
736 ARGLEN and use TYPE_LENGTH directly.
737 (mips_o64_push_dummy_call): Likewise.
738 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
739 variable LENGTH and use TYPE_LENGTH directly.
740 (s390_function_arg_float): Likewise.
741 (s390_function_arg_integer): Likewise.
742 (s390_push_dummy_call): Likewise.
743 (s390_return_value_convention): Likewise.
744 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
745 TYPE_LENGTH directly.
746
747 2012-09-17 Yao Qi <yao@codesourcery.com>
748
749 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
750 Update comment to add_setshow_integer_cmd.
751 * cli/cli-setshow.c (do_set_command): Handle case
752 'var_zuinteger_unlimited'.
753 (do_show_command): Likewise.
754 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
755 for command 'remotetimeout'.
756 * command.h (enum var_types): New zuinteger_unlimited. Update comment
757 to var_integer.
758 * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
759 for command 'set listsize'.
760
761 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
762
763 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
764 variable LEN.
765
766 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
767
768 PR 14119
769 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
770 (frame_pop): Drop also TAILCALL_FRAME frames.
771 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
772
773 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
774 Pedro Alves <palves@redhat.com>
775
776 PR 14548
777 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
778 function start if we are already at function start. Both for
779 reverse-next and for reverse-step into function without line number
780 info.
781
782 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
783
784 Code cleanup - rename 'inline' depth to 'artificial' depth.
785 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
786 frame_id_artificial_p, extend the comment.
787 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
788 * frame.c (fprint_frame_id): Rename at a user, change debug output
789 text to "artificial=".
790 (skip_inlined_frames): Rename to ...
791 (skip_artificial_frames): ... here. Extend the comment.
792 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
793 (frame_id_inlined_p): Rename to ...
794 (frame_id_artificial_p): ... here. Rename at a user.
795 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
796 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
797 at a user.
798 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
799 Extend the comment.
800 (frame_id_inlined_p): Rename to ...
801 (frame_id_artificial_p): ... here.
802 * inline-frame.c (inline_frame_this_id): Rename at a user.
803
804 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
805
806 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
807 vector variables using vector_size syntax rather than array
808 syntax.
809
810 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
811
812 * valarith.c (value_concat): Replace unsafe ALLOCA with
813 XMALLOC/XFREE.
814
815 2012-09-14 Pedro Alves <palves@redhat.com>
816
817 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
818
819 2012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
820
821 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
822 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
823 data-directory as appropriate.
824
825 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
826
827 * printcmd.c (ui_printf): Eliminate single-use variable
828 PARAM_LEN.
829
830 2012-09-14 Yao Qi <yao@codesourcery.com>
831 Pedro Alves <palves@redhat.com>
832
833 * valops.c (value_assign): Move observer_notify_target_changed
834 below to replace reinit_frame_cache.
835
836 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
837
838 Refactor Python "gdb" module into a proper Python package, by
839 introducing a new "_gdb" module for code implemented in C, and
840 using reload/__import__ instead of exec.
841 * python/lib/gdb/__init__.py: Import * from _gdb.
842 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
843 prompt_hook, sys.argv): Moved from finish_python_initialization.
844 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
845 (packages, auto_load_packages): New list and function replacing
846 module_dict and auto-loading code, using __file__ instead of
847 gdb.PYTHONDIR and reload/__import__ instead of exec.
848 (GdbSetPythonDirectory): Replacing function of the same name
849 from finish_python_initialization, using reload/__import__ instead
850 of exec, as well as call auto_load_packages.
851 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
852 gdb_python_module and not gdb_module.
853 * python/python-internal.h (gdb_python_module): Declare.
854 * python/python.c (gdb_python_module): New global.
855 (before_prompt_hook): Check gdb_python_module and not gdb_module.
856 (_initialize_python): Rename gdb module to _gdb.
857 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
858 (finish_python_initialization): Move Python code to
859 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
860 __main__.
861
862 2012-09-13 Pedro Alves <palves@redhat.com>
863
864 * Makefile.in (COMMON_OBS): Add registry.o.
865 * registry.c: New file.
866 * registry.h (struct registry_container): Declare.
867 (registry_data_callback): New typedef.
868 (struct registry_data, struct registry_data_registration, struct
869 registry_data_registry): New type.
870 (register_data_with_cleanup, registry_alloc_data)
871 (registry_callback_adaptor, registry_clear_data)
872 (registry_container_free_data, registry_set_data, registry_data):
873 Declare.
874 (DEFINE_REGISTRY): Refactor structures and functions as shims over
875 the new common structures and functions.
876 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
877 callback typedefs.
878
879 2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
880
881 * remote.c (remote_insert_hw_breakpoint): Throw exception if
882 there is an error inserting hardware breakpoints and use the
883 error message from the target.
884
885 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
886 Catch this exception and print the error message contained within. Do not
887 print the default hardware error breakpoint message in this case.
888
889 2012-09-12 Doug Evans <dje@google.com>
890
891 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
892 cu == NULL.
893
894 2012-09-11 Doug Evans <dje@google.com>
895
896 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
897 .gdb_index symbol attributes if there are none.
898
899 2012-09-11 Joel Brobecker <brobecker@adacore.com>
900
901 * symtab.h (struct minimal_symbol) [has_size]: New field.
902 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
903 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
904 * printcmd.c (build_address_symbolic): Only filter out zero-sized
905 minimal symbols if the symbol's size is actually known.
906 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
907 of msymbol's size field. Add comment.
908 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
909 SET_MSYMBOL_SIZE to set the minimal symbol size.
910
911 2012-09-11 Joel Brobecker <brobecker@adacore.com>
912
913 * minsyms.c (install_minimal_symbols): Use memset to fill entire
914 minimal_symbol struct object, rather than setting some of its
915 fields one by one.
916
917 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
918
919 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
920 passed_a_ptr flag when displaying typedef types.
921
922 2012-09-10 Joel Brobecker <brobecker@adacore.com>
923
924 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
925 the optimized_out flag is preserved.
926
927 2012-09-10 Anthony Green <green@moxielogic.com>
928
929 * moxie-tdep.c (moxie_analyze_prologue): Update for function
930 prologue changes in GCC.
931
932 2012-09-10 Keith Seitz <keiths@redhat.com>
933
934 PR gdb/13483
935 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
936 (BOOL_CONVERSION_BADNESS): ... this.
937 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
938 (rank_one_type): Allow all boolean conversions
939 permitted by the standard.
940
941 2012-09-06 Tom Tromey <tromey@redhat.com>
942
943 * python/py-newobjfileevent.c (create_new_objfile_event_object):
944 Don't decref py_objfile.
945
946 2012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
947
948 Do not enable -lmcheck by default when Python is enabled with
949 threading support.
950 * configure.ac: (python_has_threads) New variable, by testing
951 if WITH_THREAD is defined in Python.h.
952 Move --enable-lmcheck after --with-python.
953 Do not enable -lmcheck by default if python_has_threads=yes.
954 Warn if --enable-lmcheck and python_has_threads=yes.
955 * configure: Regenerate.
956
957 2012-08-31 Yao Qi <yao@codesourcery.com>
958
959 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
960 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
961 Update some commands.
962 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
963 * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
964 to 1.
965
966 2012-08-31 Yao Qi <yao@codesourcery.com>
967
968 * mi/mi-cmds.c (mi_cmds): Add 'static'.
969
970 2012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
971
972 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
973
974 2012-08-29 Doug Evans <dje@google.com>
975
976 * main.c (print_gdb_help): Remove reference to
977 --use-deprecated-index-sections.
978
979 2012-08-28 Yao Qi <yao@codesourcery.com>
980
981 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
982 (init_cmds): Call add_setshow_uinteger_cmd for command
983 'max-user-call-depth'.
984 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
985 declaration of 'max_user_call_depth'.
986 * frame.c (backtrace_limit): Add 'unsigned'.
987 (_initialize_frame): Call add_setshow_uinteger_cmd for command
988 'limit'.
989 * remote.c (remoteaddresssize): Add 'unsigned'.
990 (remote_address_masked): Change local var 'address_size' to
991 'unsigned'.
992 (_initialize_remote): Call add_setshow_uinteger_cmd for
993 'remoteaddresssize'.
994 * top.c (history_size): Add 'unsigned'.
995 (show_commands): Change local variables to 'unsigned'.
996 (set_history_size_command): Don't check history_size is negative.
997 Adjust the condition to call unstifle_history and set history_size
998 to UNIT_MAX.
999
1000 2012-08-28 Pedro Alves <palves@redhat.com>
1001
1002 PR gdb/14428
1003
1004 * infcmd.c (default_print_one_register_info): New, factored out
1005 from default_print_registers_info.
1006 (default_print_registers_info): Use it. Mark value unavailable if
1007 necessary.
1008 (registers_info): Print user registers with
1009 default_print_one_register_info.
1010
1011 2010-08-27 H.J. Lu <hongjiu.lu@intel.com>
1012
1013 PR tui/14486
1014 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
1015 is not NULL before referencing it.
1016
1017 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1018
1019 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
1020 variable pc. Call find_pc_line instead of find_pc_overlay, restore
1021 original PC for it.
1022
1023 2012-08-27 Eli Zaretskii <eliz@gnu.org>
1024 Jan Kratochvil <jan.kratochvil@redhat.com>
1025
1026 * auto-load.c (auto_load_objfile_script): Rename to ...
1027 (auto_load_objfile_script_1): ... here, change variable realname to
1028 parameter realname, document it, add return value, add variable retval.
1029 (auto_load_objfile_script): New function.
1030
1031 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1032
1033 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
1034 followed by a whitespace.
1035
1036 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1037
1038 PR gdb/14494.
1039 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
1040 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
1041 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
1042 here.
1043
1044 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
1045
1046 * memattr.c (create_mem_region): Fix memory region overlapping
1047 checking.
1048
1049 2012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1050
1051 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
1052 with xmalloc/cleanup.
1053 * mt-tdep.c (mt_push_dummy_call): Likewise.
1054 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1055 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1056
1057 2012-08-24 Yao Qi <yao@codesourcery.com>
1058
1059 * jv-exp.y (push_expression_name): Add "." at the end of error
1060 message.
1061
1062 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
1063
1064 Document how to return from "python-interactive" to GDB.
1065 * python/python.c (_initialize_python): Update documentation.
1066
1067 2012-08-23 Pedro Alves <palves@redhat.com>
1068
1069 * infrun.c (_initialize_infrun) <handle command help text>:
1070 Mention that multiple signals are supported.
1071
1072 2012-08-23 Pedro Alves <palves@redhat.com>
1073
1074 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
1075 string.
1076
1077 2012-08-23 Yao Qi <yao@codesourcery.com>
1078
1079 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
1080 (tfind_1): Don't call registers_changed, set_traceframe_num,
1081 and clear_traceframe_info.
1082 Call set_current_traceframe.
1083 (set_current_traceframe): call set_traceframe_num.
1084
1085 2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
1086
1087 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
1088 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
1089
1090 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1091
1092 Enable readline in Python in a GDB-specific way and block the
1093 standard Python readline module to prevent conflicts with GDB.
1094 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
1095 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
1096 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
1097 * python/py-gdb-readline.c: New file.
1098 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
1099 prototype.
1100 * python/python.c (_initialize_python): Call
1101 gdbpy_initialize_gdb_readline.
1102
1103 2012-08-22 Keith Seitz <keiths@redhat.com>
1104
1105 * defs.h: Include build-gnulib/config.h
1106
1107 2012-08-22 Joseph Myers <joseph@codesourcery.com>
1108
1109 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
1110 and blx pc.
1111
1112 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1113
1114 Add a new "python-interactive" command that starts a standard
1115 Python interactive prompt with "pi" as alias, and add "py" as
1116 an alias to "python".
1117 * NEWS: Mention the new commands.
1118 * python/python.c (eval_python_command): New function.
1119 (python_interactive_command): For "python-interactive" with
1120 arguments, call eval_python_command. For "python-interactive"
1121 without arguments, call PyRun_InteractiveLoop.
1122 (_initialize_python): Add "python-interactive" command with
1123 "pi" as alias, and add "py" as an alias to "python".
1124
1125 2012-08-22 Tom Tromey <tromey@redhat.com>
1126
1127 * defs.h (quit_flag): Don't declare.
1128 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
1129 (QUIT): Use new functions.
1130 * event-top.c (command_handler): Use clear_quit_flag.
1131 (handle_sigint): Use set_quit_flag.
1132 (async_request_quit): Use check_quit_flag. Don't check
1133 immediate_quit.
1134 * exceptions.c (throw_exception): Use clear_quit_flag.
1135 * main.c (captured_main): Use clear_quit_flag.
1136 * python/python.c (clear_quit_flag, set_quit_flag)
1137 (check_quit_flag): New functions.
1138 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
1139 clear_quit_flag.
1140 * remote.c (remote_wait_as): Use check_quit_flag,
1141 clear_quit_flag.
1142 (remote_start_remote): Call QUIT.
1143 * symfile.c (load_progress): Use check_quit_flag.
1144 * top.c (command_loop): Use clear_quit_flag.
1145 (command_line_input): Call QUIT.
1146 * utils.c (quit_flag): Conditionally define.
1147 (clear_quit_flag, check_quit_flag, set_quit_flag): New
1148 functions.
1149 (prompt_for_continue): Call QUIT. Use quit, not
1150 async_request_quit.
1151 * remote-mips.c (mips_expect_timeout): Call QUIT.
1152 * monitor.c (monitor_expect): Call QUIT.
1153
1154 2012-08-22 Tom Tromey <tromey@redhat.com>
1155
1156 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
1157 (async_init_signals): Update.
1158 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
1159 (SIGWINCH_HANDLER_BODY): Remove.
1160
1161 2012-08-22 Tom Tromey <tromey@redhat.com>
1162
1163 * jit.c (jit_object_close_impl): Don't malloc the objfile
1164 name.
1165 * objfiles.c (allocate_objfile): Don't malloc the objfile
1166 name.
1167 (free_objfile): Don't free the objfile name.
1168 * objfiles.h (struct objfile) <name>: Update comment.
1169 * symfile.c (reread_symbols): Fix reference counting. Don't
1170 malloc objfile name.
1171
1172 2012-08-22 Tom Tromey <tromey@redhat.com>
1173
1174 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
1175 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
1176 (symfile_bfd_open): Likewise.
1177 (generic_load): Likewise.
1178 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
1179 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1180 gdb_bfd_open.
1181 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1182 Use gdb_bfd_open.
1183 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
1184 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
1185 (pmon_load_fast): Likewise.
1186 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
1187 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
1188 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
1189 (macho_check_dsym): Likewise.
1190 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
1191 (m32r_upload_command): Likewise.
1192 * gdb_bfd.h (gdb_bfd_cache): Declare.
1193 * gdb_bfd.c (struct gdb_bfd_data): New.
1194 (gdb_bfd_cache): New global.
1195 (struct gdb_bfd_cache_search): New.
1196 (hash_bfd): New function.
1197 (eq_bfd): Likewise.
1198 (gdb_bfd_open): Likewise.
1199 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
1200 (gdb_bfd_unref): Remove closed BFD from cache. Update for
1201 gdb_bfd_data.
1202 * exec.c (exec_file_attach): Use gdb_bfd_open.
1203 * dsrec.c (load_srec): Use gdb_bfd_open.
1204
1205 2012-08-22 Tom Tromey <tromey@redhat.com>
1206
1207 * dwarf2read.c (macro_start_file): Update.
1208 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
1209 (free_objfile_per_bfd_storage): Destroy macro_cache.
1210 (allocate_objfile, free_objfile): Update.
1211 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
1212 New field.
1213 (struct objfile) <macro_cache>: Remove.
1214 * symfile.c (reread_symbols): Update.
1215 * symmisc.c (print_symbol_bcache_statistics): Update.
1216 (print_objfile_statistics): Update.
1217
1218 2012-08-22 Tom Tromey <tromey@redhat.com>
1219
1220 * elfread.c (elf_symtab_read): Update.
1221 * objfiles.c (objfiles_bfd_data): New global.
1222 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
1223 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
1224 (allocate_objfile, free_objfile): Update.
1225 (_initialize_objfiles): Initialize objfiles_bfd_data.
1226 * objfiles.h (struct objfile_per_bfd_storage): New.
1227 (struct objfile) <per_bfd>: New field.
1228 <filename_cache>: Remove.
1229 (set_objfile_per_bfd): Declare.
1230 * symfile.c (reread_symbols): Update. Call
1231 set_objfile_per_bfd.
1232 (allocate_symtab): Update.
1233 * symmisc.c (print_symbol_bcache_statistics): Update.
1234 (print_objfile_statistics): Print the size of the BFD obstack.
1235
1236 2012-08-22 Tom Tromey <tromey@redhat.com>
1237
1238 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
1239 * gdb_bfd.c: Use DEFINE_REGISTRY.
1240 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
1241 (gdb_bfd_ref): Call bfd_alloc_data.
1242 (gdb_bfd_unref): Call bfd_free_data.
1243
1244 2012-08-22 Tom Tromey <tromey@redhat.com>
1245
1246 * registry.h (struct registry_fields): New.
1247 (REGISTRY_FIELDS): Redefine.
1248 (REGISTRY_ACCESS_FIELD): New macro.
1249 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
1250 functions.
1251
1252 2012-08-22 Tom Tromey <tromey@redhat.com>
1253
1254 * auto-load.c (_initialize_auto_load): Update.
1255 * solib-svr4.c (_initialize_svr4_solib): Update
1256 * solib-dsbt.c (_initialize_dsbt_solib): Update.
1257 * solib-darwin.c (_initialize_darwin_solib): Update.
1258 * registry.h: New file.
1259 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
1260 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
1261 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
1262 (register_program_space_data_with_cleanup)
1263 (register_program_space_data, program_space_alloc_data)
1264 (clear_program_space_data, set_program_space_data)
1265 (program_space_data): Don't declare.
1266 * progspace.c: Use DEFINE_REGISTRY.
1267 (struct program_space_data, struct
1268 program_space_data_registration, struct
1269 program_space_data_registry, program_space_data_registry)
1270 (register_program_space_data_with_cleanup)
1271 (register_program_space_data, program_space_alloc_data)
1272 (program_space_free_data, clear_program_space_data)
1273 (set_program_space_data, program_space_data): Remove.
1274 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
1275 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
1276 (register_objfile_data_with_cleanup, register_objfile_data)
1277 (clear_objfile_data, set_objfile_data, objfile_data): Don't
1278 declare.
1279 * objfiles.c: Use DEFINE_REGISTRY.
1280 (struct objfile_data, struct objfile_data_registration, struct
1281 objfile_data_registry, objfile_data_registry)
1282 (register_objfile_data_with_cleanup, register_objfile_data)
1283 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
1284 (set_objfile_data, objfile_data): Remove.
1285 (_initialize_objfiles): Update.
1286 * jit.c (_initialize_jit): Update.
1287 * inflow.c (_initialize_inflow): Update.
1288 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
1289 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
1290 (register_inferior_data_with_cleanup, register_inferior_data)
1291 (clear_inferior_data, set_inferior_data, inferior_data): Don't
1292 declare.
1293 * inferior.c: Use DEFINE_REGISTRY.
1294 (struct inferior_data, struct inferior_data_registration, struct
1295 inferior_data_registry, inferior_data_registry)
1296 (register_inferior_data_with_cleanup, register_inferior_data)
1297 (inferior_alloc_data, inferior_free_data clear_inferior_data)
1298 (set_inferior_data, inferior_data): Remove.
1299 * auxv.c (_initialize_auxv): Update.
1300 * ada-lang.c (_initialize_ada_language): Update.
1301 * breakpoint.c (_initialize_breakpoint): Update.
1302 * i386-nat.c (i386_use_watchpoints): Update.
1303
1304 2012-08-22 Tom Tromey <tromey@redhat.com>
1305
1306 * exec.c (exec_close, exec_file_attach): Update.
1307 (add_to_section_table): Initialize 'key' field.
1308 (add_target_sections, remove_target_sections): Add 'key' argument.
1309 * exec.h (add_target_sections, remove_target_sections): Add
1310 'key' argument.
1311 * solib.c (solib_map_sections, update_solib_list, clear_solib)
1312 (reload_shared_libraries_1): Update.
1313 * target.h (struct target_section) <key>: New field.
1314
1315 2012-08-22 Tom Tromey <tromey@redhat.com>
1316
1317 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
1318
1319 2012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
1320
1321 * symfile.c (allocate_symtab): Use host_address_to_string
1322 function instead of cast of pointer to long which is not
1323 compatible with x86_64-w64-mingw32 build.
1324
1325 2012-08-19 Andrew Pinski <apinski@cavium.com>
1326
1327 * mips-tdep.c (is_octeon): New function.
1328 (is_octeon_bbit_op): New function.
1329 (mips32_next_pc): Handle Octeon's bbit instructions.
1330 (mips32_instruction_has_delay_slot): Likewise.
1331
1332 2012-08-19 Andrew Pinski <apinski@cavium.com>
1333
1334 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
1335 before the function.
1336
1337 2012-08-19 Andrew Pinski <apinski@cavium.com>
1338
1339 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
1340
1341 2012-08-19 Keith Seitz <keiths@redhat.com>
1342
1343 PR c++/14365
1344 * c-typeprint.c (c_type_print_varspec_prefix): Pass
1345 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
1346
1347 2012-08-18 Eli Zaretskii <eliz@gnu.org>
1348
1349 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
1350 The typo broke "make TAGS".
1351
1352 2012-08-17 Joel Brobecker <brobecker@adacore.com>
1353
1354 GDB 7.5 released.
1355
1356 2012-08-17 Keith Seitz <keiths@redhat.com>
1357
1358 PR c++/13356
1359 * gdbtypes.c (strict_type_checking): New variable.
1360 (show_strict_type_checking): New function.
1361 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
1362 if strict type checking is disabled.
1363 (_initialize_gdbtypes): Add "check type" subcommand.
1364 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
1365
1366 2012-08-17 Keith Seitz <keiths@redhat.com>
1367
1368 * language.h (type_mode): Remove.
1369 (type_check): Remove.
1370 (struct language_defn): Remove la_type_check.
1371 (STRICT_TYPE): Remove unused macro.
1372 (type_error): Remove.
1373 * language.c (set_type_range_case): Renamed to ...
1374 (set_range_case): ... this. Update all callers.
1375 Remove type_mode/type_check.
1376 (type_mode): Remove.
1377 (type_check): Remove.
1378 (show_type_command): Remove.
1379 (set_type_command): Remove.
1380 (language_info): Remove type checking output.
1381 (type_error): Remove unused function.
1382 (range_error): Update comment.
1383 (unknown_language_defn): Remove la_type_check.
1384 (auto_language_defn): Likewise.
1385 (local_language_defn): Likewise.
1386 (_initialize_language): Remove "check type" subcommand.
1387 * ada-lang.c (ada_language_defn): Remove la_type_check.
1388 * c-lang.c (c_language_defn): Likewise.
1389 (cplus_language_defn): Likewise.
1390 (asm_language_defn): Likewise.
1391 (minimal_language_defn): Likewise.
1392 * d-lang.c (d_language_defn): Likewise.
1393 * f-lang.c (f_language_defn): Likewise.
1394 * go-lang.c (go_language_defn): Likewise.
1395 * jv-lang.c (java_language_defn): Likewise.
1396 * m2-lang.c (m2_language_defn): Likewise.
1397 * objc-lang.c (objc_language_defn): Likewise.
1398 * opencl-lang.c (opencl_language_defn): Likewise.
1399 * p-lang.c (pascal_language_defn): Likewise.
1400
1401 2012-08-16 Mike Frysinger <vapier@gentoo.org>
1402
1403 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
1404
1405 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1406
1407 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
1408 New function.
1409 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
1410 using the regache. Use ia64_hpux_get_register_from_save_state_t
1411 to access the bsp and bspstore registers if not.
1412
1413 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1414
1415 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
1416 * breakpoint.c (detach_breakpoints): Change pid parameter into
1417 a ptid. Adjust code accordingly.
1418 * infrun.c (handle_inferior_event): Delete variable child_pid.
1419 Update call to detach_breakpoints to pass the child ptid for
1420 fork events.
1421 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
1422 assert that inferior_ptid's lwp is zero.
1423 (linux_handle_extended_wait): Update call to detach_breakpoints.
1424 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
1425 detach_breakpoints.
1426
1427 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1428
1429 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
1430 parent, only call detach_breakpoints if tts.tts_event ==
1431 TTEVT_VFORK.
1432
1433 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1434
1435 * dwarf2-frame.c (dwarf2_frame_cache): Use
1436 get_frame_address_in_block instead of get_frame_pc as
1437 the bound for executing the frame's FDE.
1438
1439 2012-08-16 Yao Qi <yao@codesourcery.com>
1440
1441 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
1442 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
1443 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
1444 (c_type_print_varspec_suffix): Likewise.
1445 * eval.c (evaluate_subexp_standard): Likewise.
1446 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
1447 (f_type_print_varspec_suffix): Likewise.
1448 * gdbtypes.c (is_scalar_type): Likewise.
1449 (recursive_dump_type): Likewise.
1450 * infcall.c (value_arg_coerce): Likewise.
1451 * m2-valprint.c (m2_val_print): Likewise.
1452 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
1453 (pascal_type_print_varspec_suffix): Likewise.
1454 (pascal_type_print_base): Likewise.
1455 * p-valprint.c (pascal_val_print): Likewise.
1456 (pascal_val_print): Likewise.
1457 * valops.c (value_slice): Likewise.
1458 * valprint.c (scalar_type_p): Likewise.
1459 * valarith.c (value_bitstring_subscript): Remove.
1460 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
1461 Remove comment on TYPE_CODE_BITSTRING.
1462
1463 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
1464 TYPE_CODE_BITSTRING.
1465
1466 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
1467 slot 0.
1468
1469 2012-08-16 Yao Qi <yao@codesourcery.com>
1470
1471 * tracepoint.c (trace_find_none_command): Remove.
1472 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
1473
1474 2012-08-16 Yao Qi <yao@codesourcery.com>
1475
1476 * remote.c (handle_notification): Remove parameter 'length'.
1477 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
1478
1479 2012-08-15 Keith Seitz <keiths@redhat.com>
1480
1481 * gdbtypes.c (opaque_type_resolution): Make static.
1482 Add missing comment.
1483 (overload_debug): Add missing comment.
1484 (show_opaque_type_resolution): Likewise.
1485 (show_overload_debug): Likewise.
1486 (print_bit_vector): Remove unnecessary forward declaration.
1487 (print_arg_types): Likewise.
1488 (dump_fn_fieldlists): Likewise.
1489 (print_cplus_stuff): Likewise.
1490
1491 2012-08-15 Tom Tromey <tromey@redhat.com>
1492
1493 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
1494 (gdb_bfd_ref): Initialize new field.
1495 (gdb_bfd_unref): Unref the archive BFD.
1496 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
1497 parent archive.
1498
1499 2012-08-15 Tom Tromey <tromey@redhat.com>
1500
1501 PR python/14387:
1502 * python/py-bpevent.c (create_breakpoint_event_object): Update
1503 comment.
1504 * python/py-event.c (evpy_add_attribute): Update comment.
1505 * python/py-exitedevent.c (create_exited_event_object): Fix
1506 reference counting and error handling.
1507 * python/py-newobjfileevent.c (create_new_objfile_event_object):
1508 Fix reference counting.
1509 * python/py-signalevent.c (create_signal_event_object): Fix
1510 reference counting and error handling.
1511 * python/py-stopevent.c (emit_stop_event): Fix reference
1512 counting.
1513 * python/py-threadevent.c (get_event_thread): Return a
1514 borrowed reference.
1515 * python/py-type.c (convert_field): Fix reference counting.
1516
1517 2012-08-15 Tom Tromey <tromey@redhat.com>
1518
1519 * dwarf2read.c (dwarf_decode_macro_bytes)
1520 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
1521 as hash key.
1522
1523 2012-08-14 Mike Frysinger <vapier@gentoo.org>
1524
1525 * infcmd.c (_initialize_infcmd): Update help text for the signal,
1526 stepi, nexti, finish, next, step, jump, and continue commands.
1527 * infrun.c (_initialize_infrun): Update help text for the handle
1528 command.
1529
1530 2012-08-14 Doug Evans <dje@google.com>
1531
1532 * gdbtypes.c (struct extra): Delete, unused.
1533
1534 * gdbtypes.c: Whitespace cleanup.
1535 (address_space_name_to_int): Remove "extern" from definition.
1536 (_initialize_gdbtypes): Declare with initialize_file_ftype.
1537
1538 * gdbtypes.c (make_pointer_type): Remove redundant setting of
1539 TYPE_POINTER_TYPE (type).
1540
1541 2012-08-14 Gary Benson <gbenson@redhat.com>
1542
1543 * solib-svr4.c (svr4_free_library_list): Use free_so.
1544
1545 2012-08-13 Mike Frysinger <vapier@gentoo.org>
1546
1547 * .gitignore: Add go-exp.c.
1548
1549 2012-08-13 Doug Evans <dje@google.com>
1550
1551 * value.c (show_convenience): Tweak comment.
1552 (_initialize_values): Mention convenience functions in the help text
1553 for "show convenience".
1554
1555 2012-08-13 Yao Qi <yao@codesourcery.com>
1556
1557 * std-operator.def: Remove TERNOP_SLICE_COUNT.
1558 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
1559 TERNOP_SLICE_COUNT.
1560 * eval.c (evaluate_subexp_standard): Likewise.
1561 * expprint.c (print_subexp_standard): Likewise.
1562 (dump_subexp_body_standard): Likewise.
1563 * parse.c (operator_length_standard): Likewise.
1564
1565 2012-08-13 Yao Qi <yao@codesourcery.com>
1566
1567 * std-operator.def: Remove OP_BITSTRING.
1568 * breakpoint.c (watchpoint_exp_is_const): Update.
1569 * eval.c (evaluate_subexp_standard): Remove handling to
1570 OP_BITSTRING.
1571 * expprint.c (print_subexp_standard): Likewise.
1572 (dump_subexp_body_standard): Likewise.
1573 * parse.c (operator_length_standard): Likewise.
1574 * valops.c (value_bitstring): Remove.
1575 * value.h: Remove the declaration of 'value_bitstring'.
1576
1577 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
1578
1579 * linespec.c (find_methods): Remove unused variables `i1' and
1580 `name_len'.
1581 (decode_line_full): Likewise for `arg_start'.
1582
1583 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
1584
1585 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
1586 (zlib_decompress_section): Likewise for `section_data'.
1587 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
1588
1589 2012-08-10 Doug Evans <dje@google.com>
1590
1591 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
1592 * NEWS: Document them.
1593 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
1594 function/strfns.py.
1595 * python/py-type.c (typy_array_1): New function.
1596 (typy_array): Call it.
1597 (typy_vector): New function.
1598 (type_object_methods): Add "vector".
1599 * python/lib/gdb/function/__init__.py: New file.
1600 * python/lib/gdb/function/strfns.py: New file.
1601
1602 2012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
1603
1604 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
1605 for TYPE_FIELD_BITPOS.
1606 (typy_get_sizeof): Likewise for TYPE_LENGTH.
1607
1608 2012-08-10 Mike Frysinger <vapier@gentoo.org>
1609
1610 PR cli/10436:
1611 * common/vec.h (VEC_merge): Define.
1612 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
1613 (DEF_VEC_ALLOC_FUNC_P): Likewise.
1614 (DEF_VEC_ALLOC_FUNC_O): Likewise.
1615 * completer.c: Include gdb_signals.h.
1616 (signal_completer): Define.
1617 * completer.h (signal_completer): Add prototype.
1618 * infcmd.c (_initialize_infcmd): Assign the command
1619 completer for "signal" to handle_completer.
1620 * infrun.c: Include completer.h.
1621 (handle_completer): Define.
1622 (_initialize_infrun): Declare a new local variable c. Store the
1623 result of add_com("handle") to it. Assign the command
1624 completer for "handle" to handle_completer.
1625
1626 2012-08-09 Yao Qi <yao@codesourcery.com>
1627
1628 * cli/cli-decode.c (set_cmd_prefix): New.
1629 (lookup_cmd_for_prefixlist): New.
1630 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
1631 of each cmd_list_element in *prefixlist.
1632 (add_setshow_cmd_full): set_cmd_prefix.
1633 (add_alias_cmd): Likewise.
1634 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
1635 Declare 'auto_boolean_enums'.
1636 * cli/cli-setshow.c: Include "observer.h".
1637 (notify_command_param_changed_p): New.
1638 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
1639 Remove 'static'.
1640 (do_setshow_command): Split it to ...
1641 (do_set_command, do_show_command): ... them. New.
1642 (do_set_command): Call observer_notify_command_param_changed if
1643 notify_command_param_changed_p returns true.
1644 (cmd_show_list): Caller update.
1645 * auto-load.c (set_auto_load_cmd): Likewise.
1646 * remote.c (show_remote_cmd): Likewise.
1647 * cli/cli-setshow.h: Update declarations.
1648 * top.c (execute_command): Call do_set_command and do_show_command.
1649
1650 * NEWS: Mention new MI notification.
1651 * mi/mi-interp.c: Declare mi_command_param_changed.
1652 (mi_interpreter_init): Attach mi_command_param_changed to
1653 observer command_param_changed.
1654 (mi_command_param_changed): New.
1655 Remove mi_suppress_breakpoint_notifications.
1656 Define global variable mi_suppress_notification.
1657 (mi_breakpoint_created): Update.
1658 (mi_breakpoint_deleted): Likewise.
1659 (mi_breakpoint_modified): Likewise.
1660 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
1661 'gdb-set' and set mi_suppress_notification.
1662 * mi/mi-main.h: (mi_suppress_notification): New struct.
1663
1664 2012-08-09 Andreas Tobler <andreast@fgznet.ch>
1665 Jan Kratochvil <jan.kratochvil@redhat.com>
1666
1667 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
1668
1669 2012-08-09 Yao Qi <yao@codesourcery.com>
1670
1671 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
1672 (skiplist): Move it to skip.c.
1673 (init_cmd_lists): Remove code setting enablebreaklist and
1674 skiplist to NULL.
1675 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
1676 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
1677 skiplist.
1678 * gdbcmd.h: Likewise.
1679 * skip.c (_initialize_step_skip): Move 'skiplist' from
1680 cli/cli-cmds.c.
1681
1682 2012-08-09 Yao Qi <yao@codesourcery.com>
1683
1684 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
1685 * gnu-nat.c, symfile.c: Likewise.
1686
1687 2012-08-08 Aaron Gamble <agamble@google.com>
1688
1689 * utils.c (prompt_for_continue_wait_time): New static global.
1690 (make_command_stats_cleanup): Initialize it.
1691 (report_command_stats): Subtract time waiting for user.
1692 (prompt_for_continue): Track time waiting for user.
1693 (defaulted_query): Track time waiting for user.
1694
1695 2012-08-08 Doug Evans <dje@google.com>
1696
1697 * eval.c (evaluate_subexp_standard): Fix thinko in handling
1698 UNOP_MEMVAL_TYPE.
1699 * expprint.c (print_subexp_standard, case OP_TYPE): New.
1700 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
1701 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
1702 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
1703 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
1704 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
1705 elt.
1706 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
1707 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
1708 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
1709 (dump_prefix_expression): Handle OP_TYPE.
1710
1711 2012-08-08 Keith Seitz <keiths@redhat.com>
1712
1713 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
1714 addr_start.
1715
1716 2012-08-08 Doug Evans <dje@google.com>
1717
1718 * linux-thread-db.c: #include "gdb_vecs.h".
1719 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
1720 updated.
1721 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
1722 (thread_db_load_search): Use a vector to iterate over path elements.
1723 Handle text appearing after "$pdir".
1724
1725 * gdb_string.h: Moved to ...
1726 * common/gdb_string.h: ... here.
1727 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
1728 gdb_string.h and gdb_assert.h.
1729
1730 2012-08-08 Yao Qi <yao@codesourcery.com>
1731
1732 * tic6x-tdep.c (tic6x_register_to_value): Remove.
1733 (tic6x_value_to_register): Likewise.
1734 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
1735 and set_gdbarch_value_to_register.
1736
1737 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1738 Jean-Marc Saffroy <saffroy@gmail.com>
1739
1740 PR 11804
1741 * defs.h (find_memory_region_ftype): New comment. New arg modified.
1742 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
1743 * gcore.c (gcore_create_callback): New function comment. Add modified
1744 parameter. Only write modified regions. Set SEC_READONLY exactly
1745 according to MODIFIED.
1746 (objfile_find_memory_regions): Ignore separate debug info files. Ass
1747 the passed modified value to FUNC.
1748 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
1749 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
1750 first. New variables modified and has_anonymous. Parse the lines of
1751 smaps file. Add the passed MODIFIED value to FUNC.
1752 * procfs.c (find_memory_regions_callback): Add the passed modified
1753 value.
1754
1755 2012-08-06 Tom Tromey <tromey@redhat.com>
1756
1757 * dwarf2-frame.c (clear_pointer_cleanup): New function.
1758 (dwarf2_frame_cache): Use it.
1759 * frame-unwind.h (frame_sniffer_ftype): Document prologue
1760 cache initialization constraint.
1761
1762 2012-08-06 Tom Tromey <tromey@redhat.com>
1763
1764 PR python/14386:
1765 * varobj.c (update_dynamic_varobj_children): Don't call
1766 PyIter_Check.
1767
1768 2012-08-06 Tom Tromey <tromey@redhat.com>
1769
1770 PR cli/14392:
1771 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
1772
1773 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
1774
1775 * NEWS: New entry for 'cd' default parameters.
1776 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
1777
1778 2012-08-03 Tom Tromey <tromey@redhat.com>
1779
1780 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
1781 return.
1782
1783 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
1784
1785 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
1786 to attempting lseek/write.
1787 (inf_child_fileio_pread): Likewise for pread.
1788
1789 2012-08-02 Yao Qi <yao@codesourcery.com>
1790
1791 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
1792 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
1793 add_setshow_zinteger_cmd.
1794 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
1795 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
1796 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
1797 instead of add_setshow_zinteger_cmd.
1798 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
1799 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
1800 instead of add_setshow_zinteger_cmd.
1801 * frame.c (frame_debug): Add 'unsigned'.
1802 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
1803 add_setshow_zinteger_cmd.
1804 * frame.h: Update the declaration of 'frame_debug'.
1805 * gdbtypes.c (overload_debug): Add 'unsigned'.
1806 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
1807 add_setshow_zinteger_cmd.
1808 * inferior.h: Update declaration of 'debug_infrun'.
1809 * infrun.c (debug_infrun): Add 'unsigned'.
1810 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
1811 add_setshow_zinteger_cmd.
1812 * jit.c (jit_debug): Add 'unsigned'.
1813 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
1814 add_setshow_zinteger_cmd.
1815 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
1816 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
1817 instead of add_setshow_zinteger_cmd.
1818 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
1819 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
1820 add_setshow_zinteger_cmd.
1821 * machoread.c (mach_o_debug_level): Add 'unsigned'.
1822 (_initialize_machoread): Call add_setshow_zuinteger_cmd
1823 instead of add_setshow_zinteger_cmd.
1824 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
1825 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
1826 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
1827 intead of add_setshow_zinteger_cmd.
1828 * mips-tdep.c (mips_debug): Add 'unsigned'.
1829 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
1830 instead of add_setshow_zinteger_cmd.
1831 * monitor.c (monitor_debug): Add 'unsigned'.
1832 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
1833 add_setshow_zinteger_cmd.
1834 * observer.c (observer_debug): Add 'unsigned'.
1835 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
1836 add_setshow_zinteger_cmd.
1837 * parse.c (expressiondebug): Add 'unsigned'.
1838 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
1839 add_setshow_zinteger_cmd.
1840 * record.c (record_debug): Add 'unsigned'.
1841 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
1842 add_setshow_zinteger_cmd.
1843 * record.h: Update the declaration of 'record_debug'.
1844 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
1845 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
1846 add_setshow_zinteger_cmd.
1847 * serial.c (global_serial_debug_p): Add 'unsigned'.
1848 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
1849 add_setshow_zinteger_cmd.
1850 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
1851 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
1852 add_setshow_zinteger_cmd.
1853 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
1854 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
1855 add_setshow_zinteger_cmd.
1856 * target.c (targetdebug): Add 'unsigned'.
1857 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
1858 add_setshow_zinteger_cmd.
1859 * valops.c (overload_debug): Add 'unsigned'.
1860 * varobj.c (varobjdebug): Add 'unsigned'.
1861 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
1862 add_setshow_zinteger_cmd.
1863 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
1864 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
1865 instead of add_setshow_zinteger_cmd.
1866
1867 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
1868 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
1869 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
1870 instead of add_setshow_zinteger_cmd.
1871 * gdbarch.c, gdbarch.h: Re-generated.
1872
1873 2012-08-02 Yao Qi <yao@codesourcery.com>
1874
1875 * nto-tdep.c: Don't include cli/cli-decode.h and
1876 cli/cli-cmds.h.
1877 (_initialize_nto_tdep): Remove.
1878 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
1879 Remove field.
1880 Remove macro nto_internal_debugging.
1881
1882 2012-08-01 Richard Henderson <rth@redhat.com>
1883
1884 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
1885 (mep-*-*) [gdb_target_obs]: Likewise.
1886
1887 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
1888
1889 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
1890 linux_get_siginfo_type.
1891
1892 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1893
1894 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
1895 AT_ENTRY_POINT.
1896 (call_function_by_hand) <ON_STACK>: Call write_memory with
1897 gdbarch_breakpoint_from_pc, if possible.
1898 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
1899 here.
1900
1901 2012-07-31 Yao Qi <yao@codesourcery.com>
1902
1903 * tracepoint.c: Add 'static' for some variables.
1904
1905 2012-07-31 Yao Qi <yao@codesourcery.com>
1906
1907 * go32-nat.c: Declare _initialize_go32_nat.
1908 * ser-go32.c: Declare _initialize_ser_dos.
1909 * top.c (do_chdir_cleanup): Add 'static'.
1910
1911 2012-07-30 Keith Seitz <keiths@redhat.com>
1912
1913 * linespec.c (linespec_lex_number): A number followed
1914 by quotes is a valid number, too.
1915
1916 2012-07-30 Tom Tromey <tromey@redhat.com>
1917
1918 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
1919
1920 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
1921
1922 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
1923 attempt to 4-byte-align HW breakpoint addresses for Thumb.
1924
1925 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
1926
1927 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
1928 invalid or reevaluated to prevent prevent references to possibly
1929 delete'd type objects being left in the varobj.
1930
1931 2012-07-27 Tom Tromey <tromey@redhat.com>
1932 Jan Kratochvil <jan.kratochvil@redhat.com>
1933
1934 * copying.awk: Print buffer-read-only and vi ro markers.
1935 * copying.c: Rebuild.
1936 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
1937 * gdbarch.c, gdbarch.h: Rebuild.
1938 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
1939 buffer-read-only and vi ro markers.
1940 * features/arm-with-iwmmxt.c: Rebuild.
1941 * features/arm-with-m-fpa-layout.c: Rebuild.
1942 * features/arm-with-m-vfp-d16.c: Rebuild.
1943 * features/arm-with-m.c: Rebuild.
1944 * features/arm-with-neon.c: Rebuild.
1945 * features/arm-with-vfpv2.c: Rebuild.
1946 * features/arm-with-vfpv3.c: Rebuild.
1947 * features/i386/amd64-avx-linux.c: Rebuild.
1948 * features/i386/amd64-avx.c: Rebuild.
1949 * features/i386/amd64-linux.c: Rebuild.
1950 * features/i386/amd64.c: Rebuild.
1951 * features/i386/i386-avx-linux.c: Rebuild.
1952 * features/i386/i386-avx.c: Rebuild.
1953 * features/i386/i386-linux.c: Rebuild.
1954 * features/i386/i386-mmx-linux.c: Rebuild.
1955 * features/i386/i386-mmx.c: Rebuild.
1956 * features/i386/i386.c: Rebuild.
1957 * features/i386/x32-avx-linux.c: Rebuild.
1958 * features/i386/x32-avx.c: Rebuild.
1959 * features/i386/x32-linux.c: Rebuild.
1960 * features/i386/x32.c: Rebuild.
1961 * features/mips-dsp-linux.c: Rebuild.
1962 * features/mips-linux.c: Rebuild.
1963 * features/mips64-dsp-linux.c: Rebuild.
1964 * features/mips64-linux.c: Rebuild.
1965 * features/rs6000/powerpc-32.c: Rebuild.
1966 * features/rs6000/powerpc-32l.c: Rebuild.
1967 * features/rs6000/powerpc-403.c: Rebuild.
1968 * features/rs6000/powerpc-403gc.c: Rebuild.
1969 * features/rs6000/powerpc-405.c: Rebuild.
1970 * features/rs6000/powerpc-505.c: Rebuild.
1971 * features/rs6000/powerpc-601.c: Rebuild.
1972 * features/rs6000/powerpc-602.c: Rebuild.
1973 * features/rs6000/powerpc-603.c: Rebuild.
1974 * features/rs6000/powerpc-604.c: Rebuild.
1975 * features/rs6000/powerpc-64.c: Rebuild.
1976 * features/rs6000/powerpc-64l.c: Rebuild.
1977 * features/rs6000/powerpc-7400.c: Rebuild.
1978 * features/rs6000/powerpc-750.c: Rebuild.
1979 * features/rs6000/powerpc-860.c: Rebuild.
1980 * features/rs6000/powerpc-altivec32.c: Rebuild.
1981 * features/rs6000/powerpc-altivec32l.c: Rebuild.
1982 * features/rs6000/powerpc-altivec64.c: Rebuild.
1983 * features/rs6000/powerpc-altivec64l.c: Rebuild.
1984 * features/rs6000/powerpc-cell32l.c: Rebuild.
1985 * features/rs6000/powerpc-cell64l.c: Rebuild.
1986 * features/rs6000/powerpc-e500.c: Rebuild.
1987 * features/rs6000/powerpc-e500l.c: Rebuild.
1988 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
1989 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
1990 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
1991 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
1992 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
1993 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
1994 * features/rs6000/powerpc-vsx32.c: Rebuild.
1995 * features/rs6000/powerpc-vsx32l.c: Rebuild.
1996 * features/rs6000/powerpc-vsx64.c: Rebuild.
1997 * features/rs6000/powerpc-vsx64l.c: Rebuild.
1998 * features/rs6000/rs6000.c: Rebuild.
1999 * features/s390-linux32.c: Rebuild.
2000 * features/s390-linux32v1.c: Rebuild.
2001 * features/s390-linux32v2.c: Rebuild.
2002 * features/s390-linux64.c: Rebuild.
2003 * features/s390-linux64v1.c: Rebuild.
2004 * features/s390-linux64v2.c: Rebuild.
2005 * features/s390x-linux64.c: Rebuild.
2006 * features/s390x-linux64v1.c: Rebuild.
2007 * features/s390x-linux64v2.c: Rebuild.
2008 * features/tic6x-c62x-linux.c: Rebuild.
2009 * features/tic6x-c62x.c: Rebuild.
2010 * features/tic6x-c64x-linux.c: Rebuild.
2011 * features/tic6x-c64x.c: Rebuild.
2012 * features/tic6x-c64xp-linux.c: Rebuild.
2013 * features/tic6x-c64xp.c: Rebuild.
2014
2015 2012-07-27 Tom Tromey <tromey@redhat.com>
2016
2017 * c-exp.y (classify_name): Avoid assignment in condition.
2018
2019 2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
2020
2021 * amd64-windows-tdep.c: Include "frame.h".
2022 (amd64_windows_skip_trampoline_code): New function.
2023 (amd64_windows_init_abi): Add trampoline registration.
2024
2025 2012-07-27 Yao Qi <yao@codesourcery.com>
2026
2027 * tracepoint.c (cur_traceframe_number): Remove.
2028 (set_tfile_traceframe): Remove.
2029 (tfile_trace_find, tfile_fetch_registers): Update callers.
2030 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
2031 (tfile_open, tfile_trace_find): Likewise.
2032
2033 2012-07-27 Yao Qi <yao@codesourcery.com>
2034
2035 * thread.c (switch_to_thread): Don't call registers_changed.
2036
2037 2012-07-26 Tom Tromey <tromey@redhat.com>
2038
2039 * Makefile.in (SFILES): Remove objc-exp.y.
2040 (YYFILES): Remove objc-exp.c.
2041 (YYOBJ): Remove objc-exp.o.
2042 (local-maintainer-clean): Don't mention objc-exp.c.
2043 * c-exp.y: Include objc-lang.h.
2044 (%union) <class>: New field.
2045 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
2046 (exp): Clone subscript production for OBJC_LBRAC. Add various
2047 Objective C productions.
2048 (msglist, msgarglist, msgarg): New productions.
2049 (array_mod, func_mod, operator): Clone productions for
2050 OBJC_LBRAC.
2051 (parse_string_or_char): Handle '@' strings.
2052 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
2053 (classify_name): Check la_name_of_this. Recognize ObjC class
2054 names.
2055 * objc-exp.y: Remove.
2056 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
2057 * objc-lang.h (objc_parse, objc_error): Don't declare.
2058
2059 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
2060
2061 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
2062
2063 2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2064
2065 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
2066 and decrement.
2067
2068 2012-07-26 Tom Tromey <tromey@redhat.com>
2069
2070 * copying.c: Rebuild.
2071 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
2072 'no_class'.
2073
2074 2012-07-26 Tom Tromey <tromey@redhat.com>
2075
2076 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
2077 immediate_quit.
2078 (print_objfile_statistics): Likewise.
2079 (maintenance_print_symbols): Likewise.
2080 (maintenance_print_msymbols): Likewise.
2081 (maintenance_print_objfiles): Likewise.
2082 * psymtab.c (print_partial_symbols): Call QUIT.
2083 (maintenance_print_psymbols): Likewise. Don't modify
2084 immediate_quit.
2085 * copying.c (show_copying_command): Don't modify immediate_quit.
2086 (show_warranty_command): Likewise.
2087 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
2088
2089 2012-07-26 Keith Seitz <keiths@redhat.com>
2090
2091 * linespec.c (linespec_lexer_lex_number): The input
2092 is also a valid number if the next character is a comma
2093 or colon.
2094
2095 2012-07-26 Joel Brobecker <brobecker@adacore.com>
2096
2097 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
2098 configure options.
2099
2100 2012-07-26 Tristan Gingold <gingold@adacore.com>
2101
2102 * machoread.c: Include gdb_bfd.h.
2103
2104 2012-07-26 Tristan Gingold <gingold@adacore.com>
2105
2106 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
2107 offset.
2108
2109 2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2110
2111 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
2112 SIZE to size_t.
2113 (dwarf2_evaluate_loc_desc): Likewise.
2114 (dwarf2_loc_desc_needs_frame): Likewise.
2115 (locexpr_describe_location_1): Likewise.
2116 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
2117 size_t.
2118 (struct dwarf2_loclist_baton): Likewise.
2119 * dwarf2read.c (struct dwarf_block): Likewise.
2120 (dump_die_shallow): Use pulongest to print dwarf_block.size.
2121 (decode_locdesc): Expand SIZE and I to size_t.
2122
2123 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2124
2125 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
2126
2127 2012-07-25 Joel Brobecker <brobecker@adacore.com>
2128
2129 * doublest.c (convert_doublest_to_floatformat): If the exponent
2130 is too small, treat the value as zero. If the exponent is too
2131 large, treat the value as infinity.
2132
2133 2012-07-25 Joel Brobecker <brobecker@adacore.com>
2134
2135 * configure.ac: Add --enable-lmcheck configure option.
2136 * configure: Regenerate.
2137
2138 2012-07-25 Tom Tromey <tromey@redhat.com>
2139
2140 * NEWS: Mention maint info bfds.
2141 * gdb_bfd.c (all_bfds): New global.
2142 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
2143 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
2144 New functions.
2145
2146 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
2147
2148 * configure.tgt: Add v850*-*-rtems*.
2149
2150 2012-07-25 Tom Tromey <tromey@redhat.com>
2151
2152 * macrotab.c (macro_bcache_str): Remove cast.
2153
2154 2012-07-25 Hui Zhu <hui_zhu@mentor.com>
2155
2156 * linespec.c (linespec_lexer_lex_number): Update comments,
2157 change the return and add check to make sure the input is
2158 the decimal numbers.
2159 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
2160 false, call linespec_lexer_lex_string.
2161
2162 2012-07-24 Tom Tromey <tromey@redhat.com>
2163
2164 * symfile.c (symbol_file_add): Don't open BFD twice.
2165
2166 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
2167
2168 * breakpoint.c (create_breakpoint): Store condition for pending
2169 breakpoints.
2170
2171 2012-07-24 Andreas Schwab <schwab@linux-m68k.org>
2172
2173 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
2174 (m68k_return_value): Handle complex types like structures.
2175 (m68k_svr4_return_value): Likewise.
2176
2177 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
2178
2179 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
2180 parameters to bfd_get_section_name.
2181
2182 2012-07-24 Yao Qi <yao@codesourcery.com>
2183
2184 * cli/cli-setshow.c: Handle case 'var_uinteger'
2185 and 'var_zuninteger' together. Handle case 'var_integer' and
2186 'var_zinteger' together.
2187
2188 2012-07-23 Keith Seitz <keiths@redhat.com>
2189
2190 * linespec.c (convert_linespec_to_sal): Don't add
2191 any symbols to the result vector if symbol_to_sal
2192 returns zero.
2193
2194 2012-07-23 Keith Seitz <keiths@redhat.com>
2195
2196 * linespec.c (decode_objc): Record the function name
2197 in the linespec.
2198
2199 2012-07-23 Tom Tromey <tromey@redhat.com>
2200
2201 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
2202 counting.
2203 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
2204 (map_vmap): Acquire a reference to the BFD.
2205
2206 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
2207
2208 * p-valprint.c (pascal_object_print_value): Replace potentially
2209 unsafe alloca with xmalloc/xfree.
2210 * valops.c (search_struct_method): Likewise.
2211
2212 2012-07-23 Tom Tromey <tromey@redhat.com>
2213
2214 * solib-svr4.c (enable_break): Update.
2215 * bfd-target.h (target_bfd_reopen): Update documentation.
2216
2217 2012-07-23 Tom Tromey <tromey@redhat.com>
2218
2219 * symfile.c (separate_debug_file_exists): Update.
2220 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
2221 (reread_symbols): Update.
2222 * elfread.c (build_id_verify): Update.
2223 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
2224 bfd_open_maybe_remote.
2225
2226 2012-07-23 Tom Tromey <tromey@redhat.com>
2227
2228 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
2229
2230 2012-07-23 Tom Tromey <tromey@redhat.com>
2231
2232 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
2233 and 'abfd'.
2234 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
2235 and 'abfd'.
2236 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
2237 * machoread.c (macho_add_oso_symfile): Make a cleanup for
2238 'abfd'.
2239 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
2240 * objfiles.c (allocate_objfile): Acquire a new reference.
2241 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
2242 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
2243 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
2244 a cleanup for 'nbfd'.
2245 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
2246 for 'nbfd'.
2247 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
2248 make a cleanup for 'abfd'.
2249 (symbol_file_add): Make a BFD cleanup.
2250
2251 2012-07-23 Tom Tromey <tromey@redhat.com>
2252
2253 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
2254 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
2255 * corelow.c (core_open): Use gdb_bfd_fopen.
2256 * dsrec.c (load_srec): Use gdb_bfd_openr.
2257 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
2258 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
2259 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2260 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2261 (gdb_bfd_fdopenr): New functions.
2262 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2263 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2264 (gdb_bfd_fdopenr): Declare.
2265 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
2266 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
2267 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
2268 gdb_bfd_openr_next_archived_file.
2269 (macho_check_dsym): Use gdb_bfd_openr.
2270 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
2271 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
2272 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
2273 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
2274 gdb_bfd_openr.
2275 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
2276 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
2277 gdb_bfd_openr_next_archived_file.
2278 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2279 Use gdb_bfd_openr.
2280 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2281 gdb_bfd_openr.
2282 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
2283 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
2284 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
2285 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
2286 (symfile_bfd_open): Use gdb_bfd_fopen.
2287 (generic_load): Use gdb_bfd_openr.
2288 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
2289
2290 2012-07-23 Tom Tromey <tromey@redhat.com>
2291
2292 * bfd-target.c (target_bfd_reopen): Update.
2293 * cli/cli-dump.c (bfd_openr_with_cleanup)
2294 (bfd_openw_with_cleanup): Update.
2295 * corelow.c (core_open): Update.
2296 * dsrec.c (load_srec): Update.
2297 * exec.c (exec_file_attach): Update.
2298 * gcore.c (create_gcore_bfd): Update.
2299 * gdb_bfd.c (gdb_bfd_ref): Return void.
2300 (gdb_bfd_open): Update.
2301 * gdb_bfd.h (gdb_bfd_ref): Return void.
2302 Update comments.
2303 * jit.c (jit_bfd_try_read_symtab): Update.
2304 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2305 * machoread.c (macho_symfile_read_all_oso): Update.
2306 (macho_check_dsym): Update.
2307 * procfs.c (insert_dbx_link_bpt_in_file): Update.
2308 * remote-m32r-sdi.c (m32r_load): Update.
2309 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
2310 * rs6000-nat.c (add_vmap): Update.
2311 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2312 Update.
2313 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
2314 * solib-spu.c (spu_bfd_open): Update.
2315 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
2316 * spu-linux-nat.c (spu_bfd_open): Update.
2317 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
2318 (generic_load): Update.
2319 * windows-nat.c (windows_make_so): Update.
2320
2321 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
2322
2323 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
2324
2325 2012-07-20 Jeff Kenton <jkenton@tilera.com>
2326
2327 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
2328 SIGTRAMP_FRAME unwinding.
2329
2330 2012-07-20 Doug Evans <dje@google.com>
2331
2332 * NEWS: Document new options "set/show use-deprecated-index-sections",
2333 and delete reference to --use-deprecated-index-sections.
2334 * symfile.h (use_deprecated_index_sections): Delete.
2335 * dwarf2read.c (use_deprecated_index_sections): Make static.
2336 (read_index_from_section): Update wording of how to load
2337 deprecated index sections.
2338 (_initialize_dwarf2_read): New options
2339 "set/show use-deprecated-index-sections".
2340 * main.c (captured_main): Delete --use-deprecated-index-sections.
2341
2342 2012-07-20 Pedro Alves <palves@redhat.com>
2343
2344 PR threads/11692
2345 PR gdb/12203
2346
2347 * infrun.c (handle_inferior_event) <new thread>: Don't special
2348 case minus_one_ptid.
2349 <TARGET_WAITKIND_SPURIOUS>: Ditto.
2350 * linux-thread-db.c (thread_get_info_callback): Don't return early
2351 if the thread is zombie.
2352 (thread_from_lwp): Change return type to void. Rewrite stale
2353 comment.
2354 (attach_thread): Don't return early if the thread is zombie,
2355 instead set its "dying" flag.
2356 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
2357 (find_new_threads_callback): Don't return early if the thread is
2358 zombie.
2359
2360 2012-07-20 Pedro Alves <palves@redhat.com>
2361
2362 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
2363 * target.c (target_wait): Likewise.
2364 (str_comma_list_concat_elem, do_option, target_options_to_string):
2365 New functions.
2366 * target.h (target_options_to_string): Declare.
2367
2368 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2369 Tom Tromey <tromey@redhat.com>
2370
2371 * dwarf2read.c (dwarf_decode_macros)
2372 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
2373 DW_MACRO_GNU_transparent_include_alt>: New cases.
2374 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
2375 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
2376
2377 2012-07-20 Tom Tromey <tromey@redhat.com>
2378
2379 * dwarf2read.c (try_open_dwo_file): Don't call
2380 gdb_bfd_stash_filename.
2381
2382 2012-07-20 Pedro Alves <palves@redhat.com>
2383
2384 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2385 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
2386 (i386_process_record): Tweak description comments.
2387
2388 2012-07-20 Pedro Alves <palves@redhat.com>
2389
2390 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2391 (i386_process_record): Use record_read_memory.
2392 * record.c (record_read_memory): New function.
2393 (record_arch_list_add_mem, record_exec_insn): Use
2394 record_read_memory.
2395 * record.h (record_read_memory): Declare.
2396
2397 2012-07-20 Yao Qi <yao@codesourcery.com>
2398
2399 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
2400 NULL for xfree.
2401
2402 2012-07-19 Pedro Alves <palves@redhat.com>
2403
2404 * record.c (record_resume): Ask the target beneath to report all
2405 signals.
2406
2407 2012-07-19 Doug Evans <dje@google.com>
2408
2409 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
2410 there's no section at address zero.
2411 (dwarf2_record_block_ranges): Ditto.
2412
2413 2012-07-19 Yao Qi <yao@codesourcery.com>
2414
2415 * command.h, remote.c: Fix a typo in comment.
2416
2417 2012-07-19 Tom Tromey <tromey@redhat.com>
2418
2419 PR exp/13206:
2420 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
2421 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
2422 OP_DECLTYPE>: New cases.
2423 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
2424 (type_exp): Add new productions.
2425 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
2426 and decltype.
2427 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
2428 New case.
2429 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
2430 OP_DECLTYPE>: New case.
2431 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
2432 New case.
2433 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
2434 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
2435
2436 2012-07-19 Tom Tromey <tromey@redhat.com>
2437
2438 * c-exp.y (enum token_flags): New.
2439 (struct token) <cxx_only>: Remove.
2440 <flags>: New field.
2441 (tokentab3, tokentab2, ident_tokens): Update.
2442 (lex_one_token): Update. Handle FLAG_SHADOW.
2443
2444 2012-07-19 Tom Tromey <tromey@redhat.com>
2445
2446 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
2447 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
2448 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
2449 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
2450 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
2451 type_exp production where appropriate.
2452 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
2453 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
2454 <UNOP_MEMVAL_TYPE>: New case.
2455 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
2456 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
2457 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
2458 <UNOP_MEMVAL_TYPE>: New case.
2459 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
2460 UNOP_REINTERPRET_CAST>: Update.
2461 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2462 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
2463 UNOP_REINTERPRET_CAST>: Update.
2464 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2465 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
2466 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
2467 constants.
2468
2469 2012-07-19 Yao Qi <yao@codesourcery.com>
2470 Jan Kratochvil <jan.kratochvil@redhat.com>
2471
2472 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
2473 and case 'var_optional_filename' together.
2474 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
2475 instead of add_setshow_optional_filename_cmd for setshow command
2476 'args'. Set completer for 'set args'.
2477
2478 2012-07-18 Doug Evans <dje@google.com>
2479
2480 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
2481 * common/gdb_vecs.c: New file, contents from utils.c.
2482 * common/host-defs.h: New file, contents from defs.h.
2483 * utils.h: New file, contents from defs.h.
2484 * defs.h: Move all declarations of objects defined in utils.c
2485 to utils.h (except QUIT() and related).
2486 #include "utils.h", "host-defs.h".
2487 * probe.h (probe_p): Move here from gdb_vecs.h.
2488 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
2489 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
2490 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
2491 * Makefile.in (SFILES): Add common/gdb_vecs.c.
2492 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
2493 (COMMON_OBS): Add gdb_vecs.o.
2494 (gdb_vecs.o): New rule.
2495
2496 2012-07-18 Keith Seitz <keiths@redhat.com>
2497
2498 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
2499 parameter. If non-zero, use SYMNAME as the canonical name
2500 for the SaL.
2501 Update all callers.
2502 (convert_linespec_to_sals): Use add_sal_to_sals for
2503 expressions, too.
2504 (decode_line_full): No need to "fill in missing canonical names"
2505 anymore. Simply make cleanups for the allocated names.
2506
2507 2012-07-18 Keith Seitz <keiths@redhat.com>
2508
2509 * linespec.c (struct linespec): Constify expression,
2510 source_filename, function_name, and label_name.
2511 (symbol_not_found_error): Make all parameters const.
2512 (linespec_parser_delete): No need to check for NULL
2513 when using xfree. Cast const char * to char * for xfree.
2514
2515 2012-07-18 Keith Seitz <keiths@redhat.com>
2516
2517 * breakpoint.c (invalid_thread_id_error): New function.
2518 (find_condition_and_thread): Use invalid_thread_id_error.
2519 (watch_command_1): Likewise.
2520
2521 2012-07-18 Tom Tromey <tromey@redhat.com>
2522
2523 * cc-with-index.sh, cc-with-dwz.sh: Remove.
2524 * contrib/cc-with-tweaks.sh: New file.
2525
2526 2012-07-18 Tom Tromey <tromey@redhat.com>
2527
2528 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
2529 (locate_dwz_sections): Recognize .gdb_index.
2530 (create_cus_from_index_list): New function.
2531 (create_cus_from_index): Use it. Handle .dwz data.
2532 (read_index_from_section): New function, extracted from
2533 dwarf2_read_index.
2534 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
2535 if needed.
2536
2537 2012-07-18 Tom Tromey <tromey@redhat.com>
2538
2539 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
2540 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
2541 <is_dwz>: New field.
2542 (struct dwz_file): New.
2543 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
2544 (locate_dwz_sections, dwarf2_get_dwz_file)
2545 (get_abbrev_section_for_cu): New functions.
2546 (error_check_comp_unit_head, read_and_check_comp_unit_head)
2547 (read_and_check_type_unit_head): Add abbrev_section argument.
2548 (create_debug_types_hash_table): Update.
2549 (init_cutu_and_read_dies): Use proper abbrev section.
2550 (init_cutu_and_read_dies_no_follow): Likewise.
2551 (set_partial_user): Do nothing if PST==NULL.
2552 (read_comp_units_from_section): New function.
2553 (create_all_comp_units): Use it.
2554 (scan_partial_symbols, partial_die_parent_scope): Update.
2555 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2556 (process_imported_unit_die, read_partial_die): Handle .dwz files.
2557 (find_partial_die): Add offset_in_dwz argument. Update.
2558 (guess_partial_die_structure_name, fixup_partial_die): Update.
2559 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
2560 DW_FORM_GNU_strp_alt.
2561 (read_indirect_string_from_dwz): New function.
2562 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
2563 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2564 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
2565 (follow_die_offset): Add offset_in_dwz argument.
2566 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
2567 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
2568 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
2569 Handle new macro forms.
2570 (dwarf_decode_macros): Update.
2571 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
2572 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
2573 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
2574 (create_debug_types_hash_table): Use correct abbrev section.
2575 (get_debug_line_section): New function.
2576 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
2577 (process_full_comp_unit): Pass 'required' argument to
2578 end_symtab_get_static_block.
2579 * buildsym.h (end_symtab_get_static_block): Update.
2580 * buildsym.c (end_symtab_get_static_block): Add 'required'
2581 argument.
2582 (end_symtab, end_expandable_symtab): Update.
2583
2584 2012-07-18 Tom Tromey <tromey@redhat.com>
2585
2586 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
2587 (pagesize): Remove.
2588 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
2589 (zlib_decompress_section): Remove.
2590 (dwarf2_read_section): Use gdb_bfd_map_section.
2591 (munmap_section_buffer): Remove.
2592 (free_dwo_file, dwarf2_per_objfile_free): Don't use
2593 munmap_section_buffer.
2594 * gdb_bfd.c: Include zlib.h, sys/mman.h.
2595 (struct gdb_bfd_section_data): New.
2596 (free_one_bfd_section): New function.
2597 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
2598 (get_section_descriptor, zlib_decompress_section)
2599 (gdb_bfd_map_section): New functions.
2600 * gdb_bfd.h (gdb_bfd_map_section): Declare.
2601
2602 2012-07-18 Tom Tromey <tromey@redhat.com>
2603
2604 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
2605
2606 2012-07-18 Tom Tromey <tromey@redhat.com>
2607
2608 * gdb_bfd.c (struct gdb_bfd_data): New.
2609 (gdb_bfd_cache): New global.
2610 (struct gdb_bfd_cache_search): New.
2611 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
2612 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
2613 * gdb_bfd.h (gdb_bfd_open): Declare.
2614
2615 2012-07-18 Tom Tromey <tromey@redhat.com>
2616
2617 * utils.c (make_cleanup_bfd_unref): Rename from
2618 make_cleanup_bfd_close.
2619 * defs.h (make_cleanup_bfd_unref): Rename from
2620 make_cleanup_bfd_close.
2621 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
2622 (bfd_openw_with_cleanup): Update.
2623 * corelow.c (core_open): Update.
2624 * dsrec.c (load_srec): Update.
2625 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2626 * remote-m32r-sdi.c (m32r_load): Update.
2627 * remote-mips.c (mips_load_srec): Update.
2628 (pmon_load_fast): Update.
2629 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2630 Update.
2631 (darwin_bfd_open): Update.
2632 * solib.c (solib_bfd_fopen): Update.
2633 * symfile-mem.c (symbol_file_add_from_memory): Update.
2634 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
2635 (symfile_bfd_open): Update.
2636 (generic_load): Update.
2637
2638 2012-07-18 Tom Tromey <tromey@redhat.com>
2639
2640 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
2641 (pmon_load_fast): Likewise.
2642 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
2643 (m32r_upload_command): Likewise.
2644 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
2645 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2646 Use make_cleanup_bfd_close.
2647
2648 2012-07-18 Tom Tromey <tromey@redhat.com>
2649
2650 * symfile.c (symfile_bfd_open): Don't copy name. Call
2651 gdb_bfd_stash_filename.
2652 (load_command): Open the new BFD before freeing the old.
2653 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
2654 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
2655 Call gdb_bfd_stash_filename.
2656 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
2657 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
2658 gdb_bfd_stash_filename.
2659 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2660 Free found_pathname.
2661 * rs6000-nat.c (add_vmap): Don't copy filename. Call
2662 gdb_bfd_stash_filename.
2663 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
2664 * machoread.c (macho_add_oso_symfile): Call
2665 gdb_bfd_stash_filename.
2666 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
2667 gdb_bfd_stash_filename.
2668 (macho_check_dsym): Don't copy filename. Call
2669 gdb_bfd_stash_filename.
2670 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
2671 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
2672 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
2673 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
2674 * exec.c (exec_close): Don't free the BFD's filename.
2675 (exec_file_attach): Don't copy the filename. Call
2676 gdb_bfd_stash_filename.
2677 * corelow.c (core_close): Don't free the BFD's filename.
2678 (core_open): Call gdb_bfd_stash_filename.
2679 * corefile.c (reopen_exec_file): Remove #if 0 code.
2680 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
2681 pathname.
2682 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
2683
2684 2012-07-18 Tom Tromey <tromey@redhat.com>
2685
2686 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
2687 gdb_bfd_unref.
2688 (free_dwo_file): Use gdb_bfd_unref.
2689 * cli/cli-dump.c: Include gdb_bfd.h.
2690 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
2691 (bfd_openr_with_cleanup): Likewise.
2692 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
2693 gdb_bfd_unref.
2694 * utils.c: Include gdb_bfd.h.
2695 (do_bfd_close_cleanup): Use gdb_bfd_unref.
2696 * symfile.c: Include gdb_bfd.h.
2697 (separate_debug_file_exists): Use gdb_bfd_unref.
2698 (bfd_open_maybe_remote): Use gdb_bfd_ref.
2699 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2700 (generic_load): Use gdb_bfd_ref.
2701 (reread_symbols): Use gdb_bfd_unref.
2702 * symfile-mem.c: Include gdb_bfd.h.
2703 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
2704 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2705 * solib.c: Include gdb_bfd.h.
2706 (solib_bfd_fopen): Use gdb_bfd_ref.
2707 (solib_bfd_open): Use gdb_bfd_unref.
2708 (free_so_symbols): Use gdb_bfd_unref.
2709 (reload_shared_libraries_1): Use gdb_bfd_unref.
2710 * solib-spu.c: Include gdb_bfd.h.
2711 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
2712 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
2713 gdb_bfd_unref.
2714 * solib-frv.c: Include gdb_bfd.h.
2715 (enable_break2): Use gdb_bfd_unref.
2716 * solib-dsbt.c: Include gdb_bfd.h.
2717 (enable_break2): Use gdb_bfd_unref.
2718 * solib-darwin.c: Include gdb_bfd.h.
2719 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
2720 gdb_bfd_unref.
2721 (darwin_bfd_open): Use gdb_bfd_unref.
2722 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
2723 * remote-mips.c: Include gdb_bfd.h.
2724 (mips_load_srec): Use gdb_bfd_ref.
2725 (pmon_load_fast): Use gdb_bfd_ref.
2726 * remote-m32r-sdi.c: Include gdb_bfd.h.
2727 (m32r_load): Use gdb_bfd_ref.
2728 * record.c: Include gdb_bfd.h.
2729 (record_save_cleanups): Use gdb_bfd_unref.
2730 (cmd_record_save): Use gdb_bfd_unref.
2731 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
2732 gdb_bfd_unref.
2733 * objfiles.h (gdb_bfd_close_or_warn): Remove.
2734 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
2735 * objfiles.c: Include gdb_bfd.h.
2736 (free_objfile): Use gdb_bfd_unref.
2737 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
2738 gdb_bfd.c.
2739 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
2740 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
2741 (macho_check_dsym): Likewise.
2742 * m32r-rom.c: Include gdb_bfd.h.
2743 (m32r_load): Use gdb_bfd_ref.
2744 (m32r_upload_command): Use gdb_bfd_ref.
2745 * jit.c: Include gdb_bfd.h.
2746 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
2747 * gdb_bfd.h: New file.
2748 * gdb_bfd.c: New file.
2749 * gcore.c: Include gdb_bfd.h.
2750 (create_gcore_bfd): Use gdb_bfd_ref.
2751 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
2752 (gcore_command): Use gdb_bfd_unref.
2753 * exec.c: Include gdb_bfd.h.
2754 (exec_close): Use gdb_bfd_unref.
2755 (exec_close_1): Use gdb_bfd_unref.
2756 (exec_file_attach): Use gdb_bfd_ref.
2757 * elfread.c: Include gdb_bfd.h.
2758 (build_id_verify): Use gdb_bfd_unref.
2759 * dsrec.c: Include gdb_bfd.h.
2760 (load_srec): Use gdb_bfd_ref.
2761 * corelow.c: Include gdb_bfd.h.
2762 (core_close): Use gdb_bfd_unref.
2763 (core_open): Use gdb_bfd_ref.
2764 * bfd-target.c: Include gdb_bfd.h.
2765 (target_bfd_xclose): Use gdb_bfd_unref.
2766 (target_bfd_reopen): Use gdb_bfd_ref.
2767 * Makefile.in (SFILES): Add gdb_bfd.c.
2768 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
2769 (COMMON_OBS): Add gdb_bfd.o.
2770
2771 2012-07-18 Keith Seitz <keiths@redhat.com>
2772
2773 * breakpoint.c (find_condition_and_thread): Initialize
2774 TASK and REST.
2775 (create_breakpiont): find_condition_and_thread will now
2776 initialize COND_STRING, THREAD, and REST (and TASK).
2777 (addr_string_to_sals): Likewise.
2778
2779 2012-07-18 Pedro Alves <palves@redhat.com>
2780
2781 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
2782 Pull the single step breakpoints out of the target.
2783
2784 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
2785
2786 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
2787 * stap-probe.c (compile_probe_arg): Likewise.
2788
2789 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
2790
2791 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
2792 (elf_compile_to_ax): Likewise.
2793 * infrun.c (insert_exception_resume_from_probe): Likewise.
2794 (check_exception_resume): Remove `objfile' variable.
2795 * probe.c (find_probe_by_pc): Remove `objfile' argument.
2796 (struct probe_and_objfile, probe_and_objfile_s): Delete.
2797 (collect_probes): Adjust return value to `VEC (probe_p) *'.
2798 (compare_entries): Rename to...
2799 (compare_probes): ...this. Adjust function to work with
2800 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
2801 respectively.
2802 (gen_ui_out_table_header_info): Adjust `probes' argument to be
2803 `VEC (probe_p) *'.
2804 (print_ui_out_info): Adjust argument to be `struct probe *'.
2805 (info_probes_for_ops): Adjust internal computations to use
2806 `VEC (probe_p) *'.
2807 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
2808 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
2809 gen_info_probes_table_values>: Remove `objfile' argument.
2810 (struct probe) <objfile>: New field.
2811 (find_probe_by_pc): Remove `objfile' argument.
2812 * stap-probe.c (stap_parse_probe_arguments): Likewise.
2813 (stap_get_probe_argument_count): Likewise.
2814 (stap_get_arg): Likewise.
2815 (stap_evaluate_probe_argument): Likewise.
2816 (stap_compile_to_ax): Likewise.
2817 (compile_probe_arg): Refactor not to pass `objfile' anymore.
2818 (handle_stap_probe): Fill `objfile' field from `struct probe'.
2819 (stap_gen_info_probes_table_header): Remove `objfile' argument.
2820 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
2821 sym_compile_to_ax>: Likewise.
2822
2823 2012-07-18 Terry Guo <terry.guo@arm.com>
2824
2825 PR 14329
2826 * defs.h (GDB_MI_MSG_WIDTH): New.
2827 * ser_base (ser_base_read_error_fd): New function.
2828 (do_ser_base_readchar): Poll error file descriptor as well as
2829 standard output.
2830 (generic_readchar): Refactor error handling.
2831
2832 2012-07-18 Joel Brobecker <brobecker@adacore.com>
2833
2834 * NEWS: Create a new section for the next release branch.
2835 Rename the section of the current branch, now that it has
2836 been cut.
2837
2838 2012-07-18 Joel Brobecker <brobecker@adacore.com>
2839
2840 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
2841 * version.in: Bump version to 7.5.50.20120718-cvs.
2842
2843 2012-07-17 Keith Seitz <keiths@redhat.com>
2844
2845 * linespec.c (linespec_parse_line_offset): Make parameter
2846 const.
2847
2848 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2849
2850 PR 11914
2851 * f-valprint.c (info_common_command): New variable frame_id.
2852 Reinitialize FI form FRAME_ID after each print_variable_and_value.
2853 * printcmd.c (print_variable_and_value): Extend function comment.
2854 Add comment for invalidated FRAME.
2855 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
2856 FI form FRAME_ID after each print_frame_local_vars.
2857 (struct print_variable_and_value_data): Change frame to frame_id.
2858 (do_print_variable_and_value): New variable frame, initialize it from
2859 p->frame_id. Add comment for invalidated FRAME.
2860 (print_frame_local_vars, print_frame_arg_vars): New function comment.
2861 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
2862 for invalidated FRAME.
2863
2864 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
2865 Pedro Alves <palves@redhat.com>
2866
2867 * linux-nat.c (linux_nat_detach): Don't unregister from the event
2868 loop.
2869
2870 2012-07-16 Tom Tromey <tromey@redhat.com>
2871
2872 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
2873
2874 2012-07-15 Doug Evans <dje@google.com>
2875
2876 * dwarf2read.c (stmt_list_hash): New struct.
2877 (type_unit_group): Embed "per_cu" member, remove pointer.
2878 New union member "t", move member "tus" into it, all uses updated.
2879 New member "hash", replaces member "line_offset, all uses updated.
2880 (quick_file_names): Replace member "offset" with "hash", all uses
2881 updated.
2882 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
2883 (hash_file_name_entry, eq_file_name_entry): Call them.
2884 (hash_type_unit_group, eq_type_unit_group): Ditto.
2885 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
2886 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
2887 (dw2_get_file_names): Update.
2888 (create_type_unit_group): Replace "per_cu" arg with "cu".
2889 All callers updated. Fix "quick" (.gdb_index) handling.
2890 (get_type_unit_group): Replace "per_cu" arg with "cu".
2891 All callers updated.
2892 (build_type_unit_groups): Don't reset tu_stats.
2893
2894 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
2895 "tab_cur_size". Change member "tab" to be a htab_t.
2896 (create_filename_seen_cache): Update.
2897 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
2898 (filename_seen): Update.
2899
2900 2012-07-13 Doug Evans <dje@google.com>
2901
2902 * symtab.c (filename_seen): Update comment.
2903
2904 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2905 Doug Evans <dje@google.com>
2906
2907 * buildsym.c (end_symtab_1): Split it to ...
2908 (end_symtab_get_static_block): ... this ...
2909 (end_symtab_from_static_block): ... and this function.
2910 (end_symtab, end_expandable_symtab): Call them.
2911 * buildsym.h (end_symtab_get_static_block)
2912 (end_symtab_from_static_block): New declarations.
2913 * dwarf2read.c (process_full_comp_unit): New variable static_block.
2914 Set its valid CU ranges.
2915
2916 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2917
2918 * dwarf2loc.c (disassemble_dwarf_expression): Handle
2919 DW_OP_GNU_parameter_ref.
2920
2921 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2922
2923 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
2924 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
2925
2926 2012-07-13 Doug Evans <dje@google.com>
2927
2928 * symtab.c (output_source_filename): Delete unnecessary forward decl.
2929 (filename_seen_cache): New struct.
2930 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
2931 (create_filename_seen_cache): New function.
2932 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
2933 (filename_seen): Delete arg "first". New arg "cache". All callers
2934 updated.
2935 (output_source_filename_data): New struct.
2936 (output_source_filename): Delete arg "first". New arg "data".
2937 All callers updated.
2938 (sources_info): Delete local "first". New locals "data", "cleanups".
2939 Rewrite to use filename_seen_cache.
2940 (add_partial_filename_data): Delete member "first". New member
2941 "filename_seen_cache". All uses updated.
2942 (make_source_files_completion_list): Rewrite to use
2943 filename_seen_cache.
2944
2945 2012-07-12 Doug Evans <dje@google.com>
2946
2947 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
2948
2949 2012-07-10 Doug Evans <dje@google.com>
2950
2951 PR gdb/13498
2952 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
2953 all_type_unit_groups, type_unit_groups, tu_stats.
2954 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
2955 All uses updated. Add type_unit_group to union "s".
2956 (type_unit_group): New struct.
2957 (IS_TYPE_UNIT_GROUP): New macro.
2958 (abbrev_table): Delete unused member "section".
2959 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
2960 (dw2_get_cu): Assert not used with type_unit_group.
2961 (dw2_get_primary_cu): New function.
2962 (dw2_build_type_unit_groups_reader): New function.
2963 (dw2_build_type_unit_groups): New function.
2964 (dw2_get_file_names): Assert not called on type units.
2965 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
2966 Redo loop to iterate over type unit groups instead of type units.
2967 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
2968 (read_abbrev_offset): New function.
2969 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
2970 updated.
2971 (create_partial_symtab): New function.
2972 (process_psymtab_comp_unit_reader): Assert not used with type units.
2973 Call create_partial_symtab.
2974 (process_psymtab_type_unit): Delete.
2975 (hash_type_unit_group, eq_type_unit_group): New functions.
2976 (allocate_type_unit_groups_table): New function.
2977 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
2978 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
2979 (create_type_unit_group, get_type_unit_group): New functions.
2980 (tu_abbrev_offset): New struct.
2981 (sort_tu_by_abbrev_offset): New function.
2982 (add_type_unit_group_to_table): New function.
2983 (build_type_unit_groups): New function.
2984 (build_type_psymtabs_reader): New function.
2985 (build_type_psymtab_dependencies): New function.
2986 (build_type_psymtabs): Rewrite.
2987 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
2988 is seen in a type unit.
2989 (process_queue): Move symtab expansion debugging printfs here.
2990 Call process_full_type_unit for type units.
2991 (compute_symtab_includes): Assert not called for type units.
2992 (process_cu_includes): Don't call compute_symtab_includes for
2993 type units.
2994 (process_full_type_unit): New function.
2995 (process_imported_unit_die): Flag an error if called for type units.
2996 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
2997 updated. Assert not called for type units.
2998 (read_file_scope): Call dwarf2_start_symtab.
2999 (setup_type_unit_groups): New function.
3000 (read_type_unit_scope): Rewrite.
3001 (abbrev_table_read_table): Initialize abbrev_table->offset.
3002 (abbrev_table_free_cleanup): New function.
3003 (dwarf2_start_symtab): New function.
3004 (load_full_type_unit): Assert not called for type unit groups.
3005 * buildsym.c (finish_block_internal): New arg "expandable".
3006 All callers updated.
3007 (start_symtab): Move most contents to ...
3008 (restart_symtab): ... here. New function.
3009 (reset_symtab_globals): New function.
3010 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
3011 Call reset_symtab_globals.
3012 (end_symtab, end_expandable_symtab): New functions.
3013 (set_missing_symtab, augment_type_symtab): New functions.
3014 * buildsym.h (end_expandable_symtab): Declare.
3015 (augment_type_symtab, restart_symtab): Declare.
3016 * psympriv.h (struct partial_symtab): New member "anonymous".
3017 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
3018 anonymous psymtabs.
3019 (read_psymtabs_with_filename): Ditto.
3020 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
3021 (expand_symtabs_matching_via_partial): Ditto.
3022 (dump_psymtab): Update.
3023 * dictionary.c (dict_add_pending): New function.
3024 * dictionary.h (dict_add_pending): Declare.
3025
3026 2012-07-09 Doug Evans <dje@google.com>
3027
3028 * buildsym.c (start_subfile): Remove unnecessary check for
3029 name == NULL.
3030
3031 * psymtab.c (allocate_psymtab): Use host_address_to_string.
3032
3033 * dwarf2read.c (load_full_type_unit): Simplify.
3034
3035 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
3036 to struct signatured_type **. All uses updated.
3037
3038 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
3039 All callers updated.
3040
3041 2012-07-09 Tom Tromey <tromey@redhat.com>
3042
3043 * c-exp.y (check_parameter_typelist): New function.
3044 (parameter_typelist): Call it.
3045 * eval.c (make_params): Handle '(void)' case.
3046 * gdbtypes.c (lookup_function_type_with_arguments): Handle
3047 '(void)' case.
3048
3049 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3050
3051 * common/linux-ptrace.c: Include gdb_assert.h.
3052 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
3053 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
3054 stdint.h.
3055 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
3056 functions.
3057 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
3058 * linux-nat.c (linux_child_post_attach)
3059 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
3060
3061 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3062
3063 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
3064 nptl <2.7 bug workaround for core files.
3065
3066 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3067
3068 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
3069 clearing.
3070 (save_siginfo): Remove.
3071 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
3072 call.
3073 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
3074 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
3075 * linux-nat.h (struct lwp_info): Remove field siginfo.
3076
3077 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3078
3079 Code cleanup for the next patch.
3080 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
3081 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3082 call for it.
3083 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
3084 (ia64_linux_stopped_data_address):
3085 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
3086 the return value.
3087 * linux-nat.h (linux_nat_get_siginfo): Likewise.
3088 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
3089 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3090 call for it.
3091
3092 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3093
3094 PR 14321
3095 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
3096 Increase buffer sizes to 2x we need, not just 2x of the previous size.
3097
3098 2012-07-06 Tom Tromey <tromey@redhat.com>
3099
3100 * c-exp.y (DOTDOTDOT): New token.
3101 (func_mod, exp): Use parameter_typelist.
3102 (parameter_typelist): New production.
3103 (tokentab3): Add "..." token.
3104 * eval.c (make_params): Handle varargs.
3105 * gdbtypes.c (lookup_function_type_with_arguments): Handle
3106 varargs.
3107
3108 2012-07-06 Tom Tromey <tromey@redhat.com>
3109
3110 PR exp/9608:
3111 * c-exp.y (%union) <tvec>: Change type.
3112 (func_mod): Now uses <tvec> type.
3113 (exp): Update for tvec change.
3114 (direct_abs_decl): Push the typelist.
3115 (func_mod): Return a typelist.
3116 (nonempty_typelist): Update for tvec change.
3117 * gdbtypes.c (lookup_function_type_with_arguments): New function.
3118 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
3119 * parse.c (pop_type_list): New function.
3120 (push_typelist): New function.
3121 (follow_types): Handle tp_function_with_arguments.
3122 * parser-defs.h (type_ptr): New typedef. Define a VEC.
3123 (enum type_pieces) <tp_function_with_arguments>: New constant.
3124 (union type_stack_elt) <typelist_val>: New field.
3125 (push_typelist): Declare.
3126
3127 2012-07-06 Tom Tromey <tromey@redhat.com>
3128
3129 * c-exp.y (%union) <type_stack>: New field.
3130 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
3131 (ptr_operator_ts): New production.
3132 (ptype): Update.
3133 * parse.c (type_stack_reserve): New function.
3134 (check_type_stack_depth): Use it.
3135 (pop_type_stack, append_type_stack, push_type_stack)
3136 (get_type_stack, type_stack_cleanup): New functions.
3137 (follow_types): Handle tp_type_stack.
3138 (_initialize_parse): Simplify initialization.
3139 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
3140 constant.
3141 (union type_stack_elt) <stack_val>: New field.
3142 (get_type_stack, append_type_stack, push_type_stack)
3143 (type_stack_cleanup): Declare.
3144
3145 2012-07-06 Tom Tromey <tromey@redhat.com>
3146
3147 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
3148 Remove.
3149 (struct type_stack): New.
3150 * parse.c (type_stack, type_stack_size, type_stack_depth):
3151 Remove.
3152 (type_stack): New global.
3153 (parse_exp_in_context, check_type_stack_depth)
3154 (insert_into_type_stack, insert_type, push_type, push_type_int)
3155 (insert_type_address_space, pop_type, pop_type_int)
3156 (_initialize_parse): Update.
3157
3158 2012-07-06 Tom Tromey <tromey@redhat.com>
3159
3160 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
3161 Remove %type.
3162
3163 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3164
3165 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
3166
3167 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3168 Jan Kratochvil <jan.kratochvil@redhat.com>
3169
3170 * cp-valprint.c (cp_print_value): Replace potentially unsafe
3171 alloca with xmalloc/xfree.
3172
3173 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3174
3175 * MAINTAINERS (Write After Approval): Add myself to the list.
3176
3177 2012-07-05 Doug Evans <dje@google.com>
3178
3179 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
3180
3181 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3182
3183 * ax-gdb.c (cli/cli-utils.h): New include.
3184 (linespec.h): Ditto.
3185 (agent_eval_command_one): New function.
3186 (agent_command_1): Ditto.
3187 (agent_command): Call function agent_command_1.
3188 (agent_eval_command): Ditto.
3189 (_initialize_ax_gdb): Change help for "maint agent"
3190 and "maint agent-eval".
3191
3192 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3193
3194 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
3195 * cli/cli-utils.c (check_for_argument): New function.
3196 * cli/cli-utils.h (check_for_argument): Ditto.
3197
3198 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3199
3200 * NEWS: Mention x32 ABI support.
3201
3202 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3203
3204 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
3205 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
3206
3207 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
3208 and pc_regnum_from_eax to -1. Update SP regnum from
3209 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
3210 needed.
3211
3212 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
3213 pc_regnum_from_eax.
3214
3215 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3216
3217 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
3218 * dwarf2expr.h: Include gdbtypes.h.
3219 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
3220 these forward declarations.
3221 (cu_offset, sect_offset): Move these ...
3222 * gdbtypes.h: Remove include dwarf2expr.h.
3223 (cu_offset, sect_offset): ... here.
3224
3225 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
3226
3227 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
3228 (amd64_linux_sigtramp_code): This.
3229 (amd64_x32_linux_sigtramp_code): New.
3230 (LINUX_SIGTRAMP_LEN): Updated.
3231 (amd64_linux_sigtramp_start): Check x32 sigtramp.
3232
3233 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3234
3235 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
3236
3237 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3238
3239 * config.in: Regenerate.
3240 * configure: Regenerate.
3241 * configure.ac: Remove check for gnu/libc-version.h.
3242 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
3243 gnu/libc-version.h.
3244 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
3245 variables libc_version, libc_major and libc_minor. Replace sscanf by
3246 inferior_has_bug. Extend the comment.
3247
3248 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3249
3250 * linux-thread-db.c (inferior_has_bug): New function.
3251 (thread_db_find_new_threads_silently): Return boolean as checked by
3252 inferior_has_bug, describe it in the comments.
3253 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
3254 earlier. Abort the initialization if it returned non-zero.
3255 (thread_db_new_objfile): Exclude debug files.
3256 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
3257 if UNTIL_NO_NEW,
3258
3259 2012-07-02 Doug Evans <dje@google.com>
3260
3261 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
3262 related to queue management.
3263
3264 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
3265 instead of "debug dwarf2-die" in debugging printfs.
3266 (create_debug_info_hash_table_reader): Ditto.
3267 (create_debug_info_hash_table): Ditto.
3268 (init_dwo_file): Ditto.
3269 (init_cutu_and_read_dies): Add debugging printf.
3270 (init_cutu_and_read_dies_no_follow): Ditto.
3271 (process_psymtab_comp_unit_reader): Ditto.
3272
3273 2012-07-02 Stan Shebs <stan@codesourcery.com>
3274
3275 Add target-side support for dynamic printf.
3276 * NEWS: Mention the additional style.
3277 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
3278 (struct bp_location): New field cmd_bytecode.
3279 * breakpoint.c: Include format.h.
3280 (disconnected_dprintf): New global.
3281 (parse_cmd_to_aexpr): New function.
3282 (build_target_command_list): New function.
3283 (insert_bp_location): Call it.
3284 (remove_breakpoints_pid): Skip dprintf breakpoints.
3285 (print_one_breakpoint_location): Ditto.
3286 (dprintf_style_agent): New global.
3287 (dprintf_style_enums): Add dprintf_style_agent.
3288 (update_dprintf_command_list): Add agent case.
3289 (agent_printf_command): New function.
3290 (_initialize_breakpoint): Add new commands.
3291 * common/ax.def (printf): New bytecode.
3292 * ax.h (ax_string): Declare.
3293 * ax-gdb.h (gen_printf): Declare.
3294 * ax-gdb.c: Include cli-utils.h, format.h.
3295 (gen_printf): New function.
3296 (maint_agent_print_command): New function.
3297 (_initialize_ax_gdb): Add maint agent-printf command.
3298 * ax-general.c (ax_string): New function.
3299 (ax_print): Add printf disassembly.
3300 * Makefile.in (SFILES): Add format.c
3301 (COMMON_OBS): Add format.o.
3302 * common/format.h: New file.
3303 * common/format.c: New file.
3304 * printcmd.c: Include format.h.
3305 (ui_printf): Call parse_format_string.
3306 * remote.c (remote_state): New field breakpoint_commands.
3307 (PACKET_BreakpointCommands): New enum.
3308 (remote_breakpoint_commands_feature): New function.
3309 (remote_protocol_features): Add new BreakpointCommands entry.
3310 (remote_can_run_breakpoint_commands): New function.
3311 (remote_add_target_side_commands): New function.
3312 (remote_insert_breakpoint): Call it.
3313 (remote_insert_hw_breakpoint): Ditto.
3314 (_initialize_remote): Add new packet configuration for
3315 target-side breakpoint commands.
3316 * target.h (struct target_ops): New field
3317 to_can_run_breakpoint_commands.
3318 (target_can_run_breakpoint_commands): New macro.
3319 * target.c (update_current_target): Handle
3320 to_can_run_breakpoint_commands.
3321
3322 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3323
3324 Execute -ix and -iex only after system and user gdbinit files.
3325 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
3326 processing down after gdbinit files.
3327
3328 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3329
3330 Add fnmatch-gnu module.
3331 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
3332 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
3333 * gnulib/aclocal.m4: Regenerate.
3334 * gnulib/config.in: Regenerate.
3335 * gnulib/configure: Regenerate.
3336 * gnulib/import/dummy.c: Remove.
3337 * gnulib/import/Makefile.am: Regenerate.
3338 * gnulib/import/Makefile.in: Likewise.
3339 * gnulib/import/m4/gnulib-cache.m4: Likewise.
3340 * gnulib/import/m4/gnulib-comp.m4: Likewise.
3341 * gnulib/import/alloca.c: New file.
3342 * gnulib/import/alloca.in.h: Likewise.
3343 * gnulib/import/config.charset: Likewise.
3344 * gnulib/import/fnmatch.c: Likewise.
3345 * gnulib/import/fnmatch.in.h: Likewise.
3346 * gnulib/import/fnmatch_loop.c: Likewise.
3347 * gnulib/import/localcharset.c: Likewise.
3348 * gnulib/import/localcharset.h: Likewise.
3349 * gnulib/import/m4/alloca.m4: Likewise.
3350 * gnulib/import/m4/codeset.m4: Likewise.
3351 * gnulib/import/m4/configmake.m4: Likewise.
3352 * gnulib/import/m4/fcntl-o.m4: Likewise.
3353 * gnulib/import/m4/fnmatch.m4: Likewise.
3354 * gnulib/import/m4/glibc21.m4: Likewise.
3355 * gnulib/import/m4/localcharset.m4: Likewise.
3356 * gnulib/import/m4/locale-fr.m4: Likewise.
3357 * gnulib/import/m4/locale-ja.m4: Likewise.
3358 * gnulib/import/m4/locale-zh.m4: Likewise.
3359 * gnulib/import/m4/mbrtowc.m4: Likewise.
3360 * gnulib/import/m4/mbsinit.m4: Likewise.
3361 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
3362 * gnulib/import/m4/mbstate_t.m4: Likewise.
3363 * gnulib/import/m4/stdbool.m4: Likewise.
3364 * gnulib/import/m4/wchar_h.m4: Likewise.
3365 * gnulib/import/m4/wctype_h.m4: Likewise.
3366 * gnulib/import/m4/wint_t.m4: Likewise.
3367 * gnulib/import/mbrtowc.c: Likewise.
3368 * gnulib/import/mbsinit.c: Likewise.
3369 * gnulib/import/mbsrtowcs-impl.h: Likewise.
3370 * gnulib/import/mbsrtowcs-state.c: Likewise.
3371 * gnulib/import/mbsrtowcs.c: Likewise.
3372 * gnulib/import/ref-add.sin: Likewise.
3373 * gnulib/import/ref-del.sin: Likewise.
3374 * gnulib/import/stdbool.in.h: Likewise.
3375 * gnulib/import/streq.h: Likewise.
3376 * gnulib/import/strnlen1.c: Likewise.
3377 * gnulib/import/strnlen1.h: Likewise.
3378 * gnulib/import/verify.h: Likewise.
3379 * gnulib/import/wchar.in.h: Likewise.
3380 * gnulib/import/wctype.in.h: Likewise.
3381
3382 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3383
3384 Support shell wildcards for 'set auto-load safe-path'.
3385 * auto-load.c: Include fnmatch.h.
3386 (filename_is_in_dir): Rename to ...
3387 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
3388 it. Update function comment. Rename dir_len to pattern_len. New
3389 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
3390 messages. Use gdb_filename_fnmatch.
3391 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
3392 pattern.
3393 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
3394 * defs.h (gdb_filename_fnmatch): New declaration.
3395 * utils.c: Include fnmatch.h.
3396 (gdb_filename_fnmatch): New function.
3397
3398 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
3399
3400 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
3401 `-probe' and `-probe-stap' options.
3402
3403 2012-07-01 Yao Qi <yao@codesourcery.com>
3404
3405 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
3406 always_inserted_off, and always_inserted_enums.
3407 Change always_inserted_mode's type to 'enum auto_boolean'.
3408 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
3409 callers.
3410 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
3411 of add_setshow_enum_cmd.
3412 * infrun.c: Remove can_use_displaced_stepping_auto,
3413 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
3414 can_use_displaced_stepping_enum.
3415 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
3416 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
3417 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
3418 add_setshow_enum_cmd.
3419
3420 2012-06-30 Doug Evans <dje@google.com>
3421
3422 * dwarf2read.c (signatured_type): Make "per_cu" member first.
3423 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
3424 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
3425
3426 2012-06-29 Doug Evans <dje@google.com>
3427
3428 * linespec.c: #include "stack.h".
3429 (decode_line_with_current_source): Moved here from symtab.c and
3430 renamed from decode_line_spec. All callers updated.
3431 (decode_line_with_last_displayed): Moved here from breakpoint.c and
3432 renamed from decode_line_spec_1. All callers updated.
3433 * linespec.h (decode_line_with_current_source): Move declaration here
3434 from symtab.h and renamed from decode_line_spec.
3435 (decode_line_with_last_displayed): Move declaration here from symtab.h
3436 and renamed from decode_line_spec_1.
3437 * macrocmd.c: #include "linespec.h".
3438 * symtab.c: Remove #include "linespec.h".
3439
3440 2012-06-28 Doug Evans <dje@google.com>
3441
3442 * dwarf2read.c (get_cu_length): New function.
3443 (offset_in_cu_p, error_check_comp_unit_head): Call it.
3444 (create_debug_types_hash_table): Ditto.
3445 (init_cutu_and_read_dies): Ditto.
3446 (init_cutu_and_read_dies_no_follow): Ditto.
3447
3448 * dwarf2read.c (dwarf2_find_base_address): Move definition.
3449
3450 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
3451 (struct abbrev_table): Define.
3452 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
3453 abbrev_table.
3454 (init_cutu_and_read_dies): Update.
3455 (abbrev_table_alloc_abbrev): New function. Replaces
3456 dwarf_alloc_abbrev. All callers updated.
3457 (abbrev_table_add_abbrev): New function.
3458 (abbrev_table_lookup_abbrev): New function. Replaces
3459 dwarf2_lookup_abbrev. All callers updated.
3460 (abbrev_table_read_table): New function. Contents moved here from
3461 dwarf2_read_abbrevs.
3462 (dwarf2_read_abbrevs): Call it.
3463 (abbrev_table_free): New function.
3464 (dwarf2_free_abbrev_table): Call it.
3465
3466 2012-06-28 Stan Shebs <stan@codesourcery.com>
3467
3468 * osdata.c (info_osdata_command): Filter out "Title" columns
3469 from non-MI uses.
3470 * common/linux-osdata.c (struct osdata_type): Add title field.
3471 (osdata_table): Add titles to each entry.
3472 (linux_command_xfer_osdata): Add a column for title data.
3473
3474 2012-06-28 Stan Shebs <stan@codesourcery.com>
3475
3476 Make logging work for MI.
3477 * NEWS: Mention it.
3478 * interps.h (interp_set_logging_ftype): New typedef.
3479 (struct interp_procs): New field set_logging_proc.
3480 (current_interp_set_logging): Declare.
3481 * interps.c (current_interp_set_logging): New function.
3482 * cli/cli-logging.c: Include interps.h.
3483 (set_logging_redirect): Call current_interp_set_logging.
3484 (pop_output_files): Ditto.
3485 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
3486 * mi/mi-console.h (mi_console_set_raw): Declare.
3487 * mi/mi-console.c (mi_console_set_raw): New function.
3488 * mi/mi-interp.c (saved_raw_stdout): New global.
3489 (mi_set_logging): New function.
3490 (_initialize_mi_interp): Add it to interp procs.
3491
3492 2012-06-28 Doug Evans <dje@google.com>
3493
3494 * symtab.c (lookup_symbol_aux_objfile): Use
3495 ALL_OBJFILE_PRIMARY_SYMTABS.
3496
3497 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
3498
3499 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3500
3501 * common/buffer.c: Include inttypes.h and stdint.h.
3502 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
3503
3504 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3505 Pedro Alves <palves@redhat.com>
3506
3507 * gdbthread.h (ALL_THREADS): New macro.
3508 (thread_list): Declare.
3509 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
3510 going, but instead fall through to the stepping handling.
3511 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
3512 the passed in signal. Adjust debug output.
3513 (resume_callback): Rename to ...
3514 (linux_nat_resume_callback): ... this. Pass the thread's last
3515 stop signal, if in "pass" state.
3516 (linux_nat_resume): Adjust to rename.
3517 (stop_wait_callback): New assertion. Don't respawn signals;
3518 instead let the LWP remain with SIGNALLED set.
3519 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
3520 * remote.c (append_pending_thread_resumptions): New.
3521 (remote_vcont_resume): Call it.
3522 * target.h (target_resume): Extend comment.
3523
3524 2012-06-28 Iain Sandoe <iain@codesourcery.com>
3525
3526 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
3527
3528 2012-06-27 Doug Evans <dje@google.com>
3529
3530 * dwarf2read.c (dwarf2_cu): Add ranges_base.
3531 Delete have_addr_base, unused. All uses updated.
3532 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
3533 (dwarf2_get_pc_bounds): Add ranges_base.
3534 (dwarf2_record_block_ranges): Ditto.
3535
3536 2012-06-27 Tom Tromey <tromey@redhat.com>
3537
3538 PR macros/7961:
3539 * varobj.c (varobj_create): Update.
3540 (varobj_set_value): Update.
3541 * tracepoint.c (validate_actionline): Update.
3542 (encode_actions_1): Update.
3543 * parse.c (parse_exp_1): Add 'pc' argument.
3544 (parse_exp_in_context): Add 'pc' argument. Change how
3545 expression_context_pc is set.
3546 (parse_expression): Update.
3547 (parse_field_expression): Update.
3548 * expression.h (parse_exp_1): Update.
3549 * eval.c (parse_to_comma_and_eval): Update.
3550 * breakpoint.c (set_breakpoint_condition): Update.
3551 (update_watchpoint): Update.
3552 (init_breakpoint_sal): Update
3553 (find_condition_and_thread): Update.
3554 (watch_command_1): Update.
3555 (update_breakpoint_locations): Update.
3556 * ada-lang.c (ada_read_renaming_var_value): Update.
3557 (create_excep_cond_exprs): Update.
3558
3559 2012-06-27 Doug Evans <dje@google.com>
3560
3561 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
3562 type units.
3563
3564 2012-06-26 Doug Evans <dje@google.com>
3565
3566 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
3567 prototype.
3568 (error_check_comp_unit_head): New arg abbrev_section. All callers
3569 updated.
3570 (read_and_check_comp_unit_head): Ditto.
3571 (read_and_check_type_unit_head): Ditto.
3572
3573 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3574
3575 New attribute 'last' for gdb.Symtab_and_line.
3576 * NEWS (Python Scripting): Add entry about the new attribute.
3577 * python/py-symtab.c (salpy_get_last): New function which
3578 implements the get method for the 'last' attribute of
3579 gdb.Symtab_and_line.
3580 (sal_object_getset): Add entry for the 'last' attribute.
3581
3582 2012-06-26 Doug Evans <dje@google.com>
3583
3584 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
3585 (dwo_sections): Add macinfo, macro.
3586 (dwarf2_locate_dwo_sections): Watch for macro sections.
3587 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
3588 All callers updated. Handle DWO files.
3589
3590 * NEWS: Mention new options "set debug dwarf2-read" and
3591 "set debug symtab-create".
3592 * dwarf2read.c (dwarf2_read_debug): New static global.
3593 (dwarf2_build_psymtabs_hard): Add debugging printfs.
3594 (process_queue): Ditto.
3595 (process_full_comp_unit): Ditto.
3596 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
3597 * elfread.c (elf_symfile_read): Add debugging printf.
3598 * minsyms.c (install_minimal_symbols): Ditto.
3599 * psymtab.c (allocate_psymtab): Ditto.
3600 * symfile.c (allocate_symtab): Ditto.
3601 * symtab.c (symtab_create_debug): New global.
3602 (_initialize_symtab): Add new option "set debug symtab-create".
3603 * symtab.h (symtab_create_debug): Declare.
3604
3605 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
3606 (lookup_dwo_type_unit): Ditto.
3607
3608 2012-06-26 Roland McGrath <roland@hack.frob.com>
3609 H.J. Lu <hongjiu.lu@intel.com>
3610
3611 * amd64-linux-nat.c: Include <sys/user.h>.
3612 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
3613 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
3614 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
3615
3616 * configure.ac: Check if the fs_base and gs_base members of
3617 `struct user_regs_struct' exist.
3618 * config.in: Regenerated.
3619 * configure: Likewise.
3620
3621 2012-06-25 Michael Eager <eager@eagercon.com>
3622
3623 PR python/14291
3624 * python/python.c (gdbpy_write): Check for interrupted output.
3625
3626 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
3627
3628 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
3629 register as a stack alignment in ARM mode.
3630
3631 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3632
3633 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
3634 * gnulib/config.in: Regenerate.
3635 * gnulib/configure: Likewise.
3636 * gnulib/import/m4/extensions.m4: Update it.
3637 * gnulib/import/m4/gnulib-common.m4: Likewise.
3638 * gnulib/import/m4/memmem.m4: Likewise.
3639 * gnulib/import/m4/mmap-anon.m4: Likewise.
3640 * gnulib/import/m4/multiarch.m4: Likewise.
3641 * gnulib/import/stdint.in.h: Likewise.
3642
3643 2012-06-24 Yao Qi <yao@codesourcery.com>
3644
3645 * corefile.c (write_memory_with_notification): New.
3646 * gdbcore.h: Declare write_memory_with_notification.
3647 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
3648 'observer_notify_memory_changed' with 'write_memory_with_notification'.
3649 * valops.c (value_assign): Likewise.
3650 * python/py-inferior.c (infpy_write_memory): Call
3651 'write_memory_with_notification'.
3652
3653 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3654
3655 * cc-with-index.sh: Use also -ex "set auto-load no".
3656
3657 2012-06-23 Doug Evans <dje@google.com>
3658
3659 PR 14125
3660 * NEWS: Document additions to .gdb_index.
3661 * dwarf2read.c: #include "gdb/gdb-index.h".
3662 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
3663 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
3664 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
3665 (dwarf2_read_index): Recognize version 7.
3666 (dw2_do_expand_symtabs_matching): New args want_specific_block,
3667 block_kind, domain): All callers updated.
3668 (dw2_find_symbol_file): Handle new index CU values.
3669 (dw2_expand_symtabs_matching): Match symbol kind if requested.
3670 (add_index_entry): New args is_static, kind. All callers updated.
3671 (offset_type_compare, uniquify_cu_indices): New functions
3672 (symbol_kind): New function.
3673 (write_psymtabs_to_index): Remove duplicate CU values.
3674 (write_psymtabs_to_index): Write .gdb_index version 7.
3675
3676 2012-06-22 Joel Brobecker <brobecker@adacore.com>
3677
3678 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
3679 * configure: Regenerate.
3680
3681 2012-06-20 Yao Qi <yao@codesourcery.com>
3682
3683 * python/py-inferior.c: Update comments of infpy_read_memory
3684 and infpy_write_memory.
3685
3686 2012-06-19 Tom Tromey <tromey@redhat.com>
3687
3688 PR exp/9514:
3689 * parser-defs.h (insert_type, insert_type_address_space): Declare.
3690 (push_type_address_space): Remove.
3691 * parse.c (insert_into_type_stack): New function.
3692 (insert_type): Likewise.
3693 (insert_type_address_space): Rename from push_type_address_space.
3694 Insert tp_space_identifier.
3695 * c-exp.y (ptr_operator): New production.
3696 (abs_decl): Use ptr_operator.
3697 (space_identifier): Call insert_type_address_space.
3698 (ptype): Don't use const_or_volatile_or_space_identifier.
3699 (const_or_volatile_noopt): Call insert_type.
3700 (conversion_type_id, conversion_declarator): New productions.
3701 (operator): Use conversion_type_id.
3702
3703 2012-06-18 Doug Evans <dje@google.com>
3704
3705 * symtab.h (minimal_symbol): New member created_by_gdb.
3706 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
3707 created by gdb.
3708 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
3709 (search_symbols): Call it instead of lookup_symbol.
3710 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
3711
3712 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
3713 Adjust address for DW_OP_GNU_addr_index.
3714 * dwarf2expr.h (dwarf_expr_context): Update comment.
3715 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
3716 all callers updated. Handle TLS vars described with
3717 DW_OP_GNU_const_index.
3718 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
3719 and DW_OP_GNU_const_index.
3720 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
3721
3722 * block.c (find_block_in_blockvector): Make explicit the fact that we
3723 ignore GLOBAL_BLOCK.
3724
3725 2012-06-18 Tom Tromey <tromey@redhat.com>
3726
3727 * c-exp.y (operator): Remove trailing space after "delete" and
3728 "delete[]".
3729
3730 2012-06-18 Mark Kettenis <kettenis@gnu.org>
3731 Jan Kratochvil <jan.kratochvil@redhat.com>
3732
3733 Switch i386 and derived targets to ON_STACK.
3734 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
3735 (amd64_dicos_init_abi): Remove its installment.
3736 * dicos-tdep.c (dicos_init_abi): Remove the
3737 set_gdbarch_call_dummy_location call. Update the comment here.
3738 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
3739 (i386_dicos_init_abi): Remove its installment.
3740 * i386-tdep.c (i386_push_dummy_code): New function.
3741 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
3742 i386_push_dummy_code.
3743
3744 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3745
3746 Remove stale dummy frames.
3747 * breakpoint.c: Include dummy-frame.h.
3748 (longjmp_breakpoint_ops): New variable.
3749 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
3750 bp_longjmp_call_dummy.
3751 (bpstat_what, bptype_string, print_one_breakpoint_location)
3752 (init_bp_location): Support bp_longjmp_call_dummy.
3753 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
3754 (set_longjmp_breakpoint_for_call_dummy)
3755 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
3756 functions.
3757 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
3758 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
3759 FIXME comment and extend the other comment for bp_call_dummy.
3760 (set_longjmp_breakpoint_for_call_dummy)
3761 (check_longjmp_breakpoint_for_call_dummy): New declarations.
3762 * dummy-frame.c: Include gdbthread.h.
3763 (pop_dummy_frame_bpt): New function.
3764 (pop_dummy_frame): Call pop_dummy_frame_bpt.
3765 (dummy_frame_discard): New function.
3766 (cleanup_dummy_frames): Update the comment about longjmps.
3767 * dummy-frame.h (dummy_frame_discard): New declaration.
3768 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
3769 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
3770 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
3771 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
3772 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
3773 keep_going if IS_LONGJMP and there is no other reason to stop.
3774
3775 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
3776
3777 * remote-sim.c (sim_command_completer): Initialize
3778 variable 'result'.
3779
3780 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3781
3782 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
3783 * dwarf2loc.c (call_site_parameter_matches): Support
3784 CALL_SITE_PARAMETER_PARAM_OFFSET.
3785 (needs_dwarf_reg_entry_value): Push stub value.
3786 * dwarf2read.c (read_call_site_scope): New variable origin. Support
3787 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
3788 * gdbtypes.h (enum call_site_parameter_kind): New item
3789 CALL_SITE_PARAMETER_PARAM_OFFSET.
3790 (struct call_site.parameter.u): New field param_offset.
3791
3792 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3793
3794 Code cleanup: Generalize call_site.parameter key.
3795 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
3796 variable dwarf_reg. New variable kind_u. Update parameters to
3797 push_dwarf_reg_entry_value.
3798 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3799 * dwarf2expr.h (enum call_site_parameter_kind)
3800 (union call_site_parameter_u): Forward declarations.
3801 (struct dwarf_expr_context_funcs): Update parameters and their
3802 description for push_dwarf_reg_entry_value.
3803 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3804 * dwarf2loc.c (call_site_parameter_matches): New function.
3805 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
3806 description. Use call_site_parameter_matches.
3807 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
3808 Update parameters and their description.
3809 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
3810 New variable kind_u. Adjust the caller for updated parameters.
3811 (needs_dwarf_reg_entry_value): Update parameters.
3812 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
3813 instead of attr. Update for the changed fields of struct
3814 call_site_parameter.
3815 * gdbtypes.h: Include dwarf2expr.h.
3816 (enum call_site_parameter_kind): New.
3817 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
3818 fb_offset into new union u.
3819
3820 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
3821
3822 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
3823 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
3824 for x32.
3825
3826 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
3827
3828 * amd64-linux-nat.c (compat_x32_clock_t): New.
3829 (compat_x32_siginfo_t): Likewise.
3830 (compat_x32_siginfo_from_siginfo): Likewise.
3831 (siginfo_from_compat_x32_siginfo): Likewise.
3832 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
3833 and siginfo_from_compat_x32_siginfo for x32.
3834
3835 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
3836
3837 * tracepoint.c (tfile_xfer_partial): Add a lseek.
3838
3839 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
3840
3841 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
3842 instead of gdbarch_ptr_bit.
3843 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
3844 (amd64_supply_native_gregset): Likewise.
3845 (amd64_collect_native_gregset): Likewise.
3846 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
3847 (amd64_supply_xsave): Likewise.
3848 (amd64_collect_fxsave): Likewise.
3849 (amd64_collect_xsave): Likewise.
3850
3851 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
3852
3853 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
3854 (amd64_linux_read_description): Check DS segment register for
3855 x32 process.
3856
3857 2012-06-15 Tom Tromey <tromey@redhat.com>
3858
3859 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
3860 init_cutu_and_read_dies.
3861
3862 2012-06-15 Iain Sandoe <iain@codesourcery.com>
3863
3864 * MAINTAINERS (Write After Approval): Add myself to the list.
3865
3866 2012-06-15 Tom Tromey <tromey@redhat.com>
3867
3868 * valops.c (value_find_oload_method_list): Now static.
3869 * value.h (value_find_oload_method_list): Don't declare.
3870
3871 2012-06-15 Tom Tromey <tromey@redhat.com>
3872
3873 * valops.c (find_overload_match): Use value_ind.
3874
3875 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
3876
3877 * infrun.c (handle_inferior_event): Correct indentation.
3878
3879 2012-06-14 Doug Evans <dje@google.com>
3880
3881 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
3882 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
3883 All uses updated.
3884 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
3885 updated. Handle DEBUG_LOC_START_LENGTH.
3886 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
3887 (loclist_describe_location): Ditto.
3888
3889 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
3890
3891 PR backtrace/13866
3892 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
3893 after hiding inline functions.
3894
3895 2012-06-13 Joel Brobecker <brobecker@adacore.com>
3896
3897 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
3898 _initialize_inf_ttrace.
3899
3900 2012-06-13 Joel Brobecker <brobecker@adacore.com>
3901
3902 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
3903 _initialize_hppa_hpux_nat.
3904
3905 2012-06-13 Joel Brobecker <brobecker@adacore.com>
3906
3907 * remote-sim.c (sim_command_completer): Change type of return
3908 value to "VEC (char_ptr) *". Adjust implementation accordingly.
3909
3910 2012-06-13 Mark Kettenis <kettenis@gnu.org>
3911 Jan Kratochvil <jan.kratochvil@redhat.com>
3912
3913 PR tdep/14222
3914 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
3915 stack on a 16-byte boundary.
3916
3917 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
3918
3919 * jit.c (finalize_symtab): Set function's return type to 'void' by
3920 default.
3921
3922 2012-06-13 Mark Kettenis <kettenis@gnu.org>
3923 H.J. Lu <hongjiu.lu@intel.com>
3924
3925 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
3926 Move bits common to both the classic LP64 and the new x32 ILP32
3927 ABI here.
3928 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
3929 (amd64_x32_linux_init_abi): New function.
3930 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
3931 subtype.
3932
3933 * i386-tdep.h (i386_pseudo_register_name): New prototype.
3934 * i386-tdep.c (i386_pseudo_register_name): Make public.
3935 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
3936 * amd64-tdep.c (amd64_dword_names): Add "eip".
3937 (amd64_x32_pseudo_register_type): New function
3938 (amd64_x32_init_abi): New function.
3939
3940 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3941
3942 PR build/14003
3943 * inferior.h (struct inferior_suspend_state): Comment out.
3944 (struct inferior): Comment out the field suspend.
3945 * infrun.c (struct infcall_suspend_state): Comment out the field
3946 inferior_suspend.
3947 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
3948 out its assignment.
3949
3950 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3951
3952 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
3953 * c-exp.y (classify_inner_name): Remove caller assumptions in the
3954 function comment. Return ERROR for unresolved cases. Implement
3955 returning proper NAME.
3956 (yylex): Accept also NAME from classify_inner_name.
3957 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
3958 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
3959 LOC_TYPEDEF type.
3960 * cp-support.h (cp_lookup_nested_type): Update its declaration.
3961
3962 2012-06-13 Tom Tromey <tromey@redhat.com>
3963
3964 * breakpoint.c (condition_completer): New function.
3965 (_initialize_breakpoint): Use it.
3966 * value.c (complete_internalvar): New function.
3967 * value.h (complete_internalvar): Declare.
3968
3969 2012-06-13 Tom Tromey <tromey@redhat.com>
3970
3971 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
3972 * breakpoint.c (catch_syscall_completer): Return a VEC.
3973 * cli/cli-cmds.c (complete_command): Update.
3974 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
3975 (complete_on_enum): Likewise.
3976 * command.h: Include gdb_vecs.h.
3977 (completer_ftype): Change return type.
3978 (complete_on_cmdlist, complete_on_enum): Likewise.
3979 * completer.c (noop_completer, filename_completer)
3980 (location_completer): Return a VEC.
3981 (add_struct_fields): Remove 'nextp' argument. Change 'output'
3982 to a VEC.
3983 (expression_completer, complete_line_internal, complete_line)
3984 (command_completer): Return a VEC.
3985 (gdb_completion_word_break_characters, line_completion_function):
3986 Update.
3987 * completer.h: Include gdb_vecs.h.
3988 (complete_line, noop_completer, filename_completer)
3989 (expression_completer, location_completer, command_completer):
3990 Update.
3991 * f-lang.c (f_word_break_characters): Return a VEC.
3992 * interps.c (interpreter_completer): Return a VEC.
3993 * language.h (struct language_defn)
3994 <la_make_symbol_completion_list>: Return a VEC.
3995 * python/py-cmd.c (cmdpy_completer): Return a VEC.
3996 * symtab.c (free_completion_list): Take a VEC.
3997 (return_val_size, return_val_index): Remove.
3998 (return_val): Now a VEC.
3999 (completion_list_add_name): Update.
4000 (default_make_symbol_completion_list_break_on)
4001 (default_make_symbol_completion_list, make_symbol_completion_list)
4002 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
4003 Return a VEC.
4004 (add_filename_to_list): Update.
4005 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
4006 <list>: Now a VEC.
4007 (maybe_add_partial_symtab_filename): Update.
4008 (make_source_files_completion_list): Return a VEC.
4009 * symtab.h (default_make_symbol_completion_list_break_on)
4010 (default_make_symbol_completion_list, make_symbol_completion_list)
4011 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
4012 (make_source_files_completion_list): Update.
4013
4014 2012-06-13 Tom Tromey <tromey@redhat.com>
4015
4016 * breakpoint.c (add_catch_command): Use completer_ftype.
4017 * breakpoint.h: Include command.h.
4018 (add_catch_command): Use completer_ftype.
4019 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
4020 * cli/cli-decode.h (struct cmd_list_element) <completer>:
4021 Use completer_ftype.
4022 * command.h (completer_ftype): New typedef.
4023 (set_cmd_completer): Use it.
4024 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
4025 completer_ftype.
4026
4027 2012-06-13 Pedro Alves <palves@redhat.com>
4028
4029 Partial revert of previous change.
4030
4031 * serial.c (scb_base): New global.
4032 (serial_for_fd): New.
4033 (serial_open, serial_fdopen_ops): Link new serial in open serials
4034 chain.
4035 (do_serial_close): Unlink serial from the open serials chain.
4036
4037 2012-06-12 Pedro Alves <palves@redhat.com>
4038
4039 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
4040 threads here.
4041 (prepare_for_detach): No longer context switch here in non-stop
4042 mode.
4043 (fetch_inferior_event): Ditto.
4044 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
4045 to the event thread before removing breakpoints. Switch to the
4046 event thread before inserting breakpoints and resuming.
4047 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
4048 event thread before resuming.
4049 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
4050 Switch to the event thread before removing breakpoints.
4051
4052 2012-06-12 Eli Zaretskii <eliz@gnu.org>
4053
4054 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
4055 special characters correctly for the Windows shells. See
4056 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
4057 report.
4058 [!__MINGW32__]: Remove extra double quote character from special
4059 characters.
4060
4061 2012-06-11 Stan Shebs <stan@codesourcery.com>
4062
4063 * ui-out.h: Remove #if 0 declarations.
4064 * ui-out.c: Remove #if 0 functions.
4065
4066 2012-06-11 Pedro Alves <palves@redhat.com>
4067
4068 * ser-base.c (run_async_handler_and_reschedule): New.
4069 (fd_event, push_event): Use it.
4070 * serial.c (serial_open, serial_fdopen_ops): Set the initial
4071 reference count to 1.
4072 (do_serial_close): Set the bufp field to NULL. Use serial_unref
4073 instead of xfree.
4074 (serial_is_open, serial_ref, serial_unref): New.
4075 * serial.h (serial_open): Adjust comment.
4076 (serial_is_open): Declare.
4077 (serial_close): Adjust comment.
4078 (serial_ref, serial_unref) Declare.
4079 (struct serial): New field 'refcnt'.
4080
4081 2012-06-11 Pedro Alves <palves@redhat.com>
4082
4083 Remove #if 0'd "connect" command, and unnecessary associated
4084 refcounting and serial reuse bits.
4085
4086 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
4087 * serial.c (last_serial_opened): Delete.
4088 (scb_base): Delete.
4089 (serial_open): Adjust.
4090 (serial_for_fd): Delete.
4091 (serial_fdopen_ops, do_serial_close): Adjust.
4092 (serial_fdopen_ops): Adjust.
4093
4094 2012-06-11 Pedro Alves <palves@redhat.com>
4095
4096 * serial.c (do_serial_close): Remove early return when SCB is
4097 null.
4098
4099 2012-06-11 Tom Tromey <tromey@redhat.com>
4100
4101 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
4102
4103 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4104
4105 Fix regression by the "ambiguous linespec" series.
4106 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
4107 get_last_displayed_symtab and get_last_displayed_line and depending
4108 on CURSAL.
4109
4110 2012-06-11 Tom Tromey <tromey@redhat.com>
4111
4112 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
4113 (dw2_find_symbol_file): Use it.
4114
4115 2012-06-11 Michael Eager <eager@eagercon.com>
4116
4117 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
4118 * mips-linux-tdep.h (mips_signals): New
4119
4120 2012-06-11 Tom Tromey <tromey@redhat.com>
4121
4122 * infrun.c (handle_inferior_event)
4123 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
4124 breakpoint.
4125 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
4126 exception logic in all cases. Update comments.
4127 (insert_longjmp_resume_breakpoint): Set the exception resume
4128 breakpoint.
4129
4130 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
4131
4132 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
4133
4134 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
4135
4136 * valarith.c (binop_types_user_defined_p): Fix a typo.
4137
4138 2012-06-08 Yao Qi <yao@codesourcery.com>
4139 Chung-Lin Tang <cltang@codesourcery.com>
4140
4141 * arch-utils.c (default_return_in_first_hidden_param_p): New.
4142 * arch-utils.h: Declare.
4143 * gdbarch.sh: Add return_in_first_hidden_param_p.
4144 * gdbarch.c, gdbarch.h: Regenerated.
4145 * infcall.c (call_function_by_hand): Call
4146 gdbarch_return_in_first_hidden_param_p instead of
4147 language_pass_by_reference.
4148
4149 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
4150 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
4151 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
4152 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
4153 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
4154 `cplus_return_struct_by_reference'.
4155 (tic6x_return_value): Handle language cplusplus.
4156 (tic6x_return_in_first_hidden_param_p): New.
4157 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
4158
4159 2012-06-07 Doug Evans <dje@google.com>
4160
4161 * dwarf2read.c (dwarf2_cu): Add comment.
4162
4163 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4164
4165 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
4166 variable.
4167 (mips_eabi_push_dummy_call): Likewise.
4168 (mips_n32n64_push_dummy_call): Likewise.
4169 (mips_o32_push_dummy_call): Likewise.
4170 (mips_o64_push_dummy_call): Likewise.
4171
4172 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4173
4174 * mips-tdep.c (mips_convert_register_p): Correct coding style.
4175
4176 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4177
4178 * mips-tdep.c (mips_pseudo_register_type): Use
4179 mips_float_register_p.
4180
4181 2012-06-06 Pedro Alves <palves@redhat.com>
4182
4183 * infrun.c (handle_inferior_event): Remove calls to
4184 reinit_frame_cache that follow a context_switch call.
4185
4186 2012-06-06 Pedro Alves <palves@redhat.com>
4187
4188 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
4189 context_switch and remove stale comment.
4190
4191 2012-06-06 Pedro Alves <palves@redhat.com>
4192
4193 * infrun.c (struct execution_control_state): Remove
4194 `new_thread_event' field.
4195 (handle_inferior_event): Simplify new threads handling; don't
4196 resume the inferior if we find a new thread.
4197
4198 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4199
4200 * NEWS: Document the deprecation of SH's 'regs' command.
4201 * inferior.h (all_registers_info): Add function declaration.
4202 * sh-tdep.c (sh_show_regs): Remove variable.
4203 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
4204 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
4205 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
4206 (sh_show_regs_command): Remove functions.
4207 (sh_gdbarch_init): Don't set sh_show_regs.
4208 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
4209 'info all-registers'.
4210 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
4211 (sh64_show_regs): Remove functions.
4212 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
4213
4214 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4215
4216 * configure.ac: Move development=true below AC_INIT.
4217 * configure: Regenerate.
4218
4219 2012-06-05 Stan Shebs <stan@codesourcery.com>
4220
4221 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
4222 gdb_stdout.
4223
4224 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
4225
4226 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
4227 argument as ssize_t.
4228 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
4229 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
4230 * target.c (target_read_stack, target_write_memory)
4231 (target_write_raw_memory): Likewise.
4232 * target.h (target_read_stack, target_write_memory)
4233 (target_write_raw_memory): Likewise.
4234
4235 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4236
4237 * symfile-mem.c: Change gdb_static_assert to ssize_t.
4238 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
4239 * target.c (target_read_memory): Change LEN to ssize_t.
4240 * target.h (target_read_memory): Change LEN to ssize_t.
4241
4242 2012-06-05 Pedro Alves <palves@redhat.com>
4243
4244 PR backtrace/13866
4245
4246 * breakpoint.c (until_break_command): Only fetch the selected
4247 frame after decode_line_1.
4248
4249 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4250
4251 * solib-svr4.c (enable_break): Don't fallback to setting the solib
4252 event breakpoint at _start, __start or main if a program
4253 interpreter is not found.
4254
4255 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4256
4257 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
4258 Add declaration.
4259 * windows-tdep.c: #include "objfiles.h".
4260 (windows_iterate_over_objfiles_in_search_order): New function.
4261 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
4262 iterate_over_objfiles_in_search_order gdbarch method to
4263 windows_iterate_over_objfiles_in_search_order.
4264 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
4265
4266 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4267
4268 * gdbarch.sh: Add generation of
4269 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
4270 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
4271 (iterate_over_objfiles_in_search_order): New gdbarch method.
4272 * gdbarch.h, gdbarch.c: Regenerate.
4273 * objfiles.h (default_iterate_over_objfiles_in_search_order):
4274 Add declaration.
4275 * objfiles.c (default_iterate_over_objfiles_in_search_order):
4276 New function.
4277 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4278 out of lookup_symbol_aux_symtabs.
4279 (lookup_symbol_aux_symtabs): Replace extracted-out code by
4280 call to lookup_symbol_aux_objfile.
4281 (struct global_sym_lookup_data): New type.
4282 (lookup_symbol_global_iterator_cb): New function.
4283 (lookup_symbol_global): Search for symbol using
4284 gdbarch_iterate_over_objfiles_in_search_order and
4285 lookup_symbol_global_iterator_cb.
4286 * findvar.c (struct minsym_lookup_data): New type.
4287 (minsym_lookup_iterator_cb): New function.
4288 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
4289 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
4290 and minsym_lookup_iterator_cb.
4291
4292 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4293
4294 Revert the following patch:
4295 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4296 try locating the symbol in the symbol's own objfile first, before
4297 extending the search to all objfiles.
4298 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4299 out of lookup_symbol_aux_symtabs.
4300 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4301 Replace extracted-out code by call to lookup_symbol_aux_objfile.
4302 Do not search EXCLUDE_OBJFILE.
4303 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
4304 (lookup_symbol_global): Search for matches in the block's objfile
4305 first, before searching all other objfiles.
4306
4307 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4308
4309 * breakpoint.c (find_condition_and_thread): Stop parsing
4310 as soon as the first invalid keyword is found.
4311
4312 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4313
4314 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
4315
4316 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4317
4318 * config/djgpp/djcheck.sh: Add copyright header.
4319
4320 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4321
4322 * copyright.py (update_files, main): Fix path to update-copyright
4323 script.
4324
4325 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4326
4327 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
4328 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
4329 for which a reminder to update by hand is printed.
4330
4331 2012-06-04 Doug Evans <dje@google.com>
4332
4333 * buildsym.c (make_blockvector): Add comment.
4334
4335 2012-06-04 Pedro Alves <palves@redhat.com>
4336
4337 * arch-utils.c (default_gdb_signal_from_target): Delete.
4338 * arch-utils.h (default_gdb_signal_from_target): Delete.
4339 * corelow.c (core_open) <signal mapping>: Extended comment. Check
4340 gdbarch_gdb_signal_from_target_p.
4341 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
4342 predicate).
4343 * gdbarch.h: Regenerate.
4344 * gdbarch.c: Regenerate.
4345
4346 2012-06-04 Pedro Alves <palves@redhat.com>
4347
4348 * gdbarch.sh (gdb_signal_from_target): Mention that the
4349 implementation of the method must be host independent.
4350 * gdbarch.h: Regenerate.
4351
4352 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4353
4354 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
4355 parameters.
4356 (target_read_memory_bfd): New function.
4357 (symbol_file_add_from_memory): Use it.
4358
4359 2012-06-03 Doug Evans <dje@google.com>
4360
4361 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
4362 of primary symtab.
4363 (basic_lookup_transparent_type): Ditto.
4364
4365 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
4366 (ALL_PRIMARY_SYMTABS): Use it.
4367 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
4368 * dwarf2read.c (dw2_find_symbol_file): Ditto.
4369 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
4370 * symtab.c (lookup_symbol_aux_objfile): Ditto.
4371 (basic_lookup_transparent_type): Ditto.
4372
4373 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
4374
4375 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
4376 it to optimize resolution of demangled name.
4377
4378 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4379
4380 * configure.ac (development): Define new variable.
4381 Call AC_CHECK_LIB for mcheck if $development.
4382 (ERROR_ON_WARNING): Enable it by default only if $development.
4383 * config.in: Regenerate.
4384 * configure: Regenerate.
4385
4386 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
4387
4388 * target.c (target_read_memory): Make LEN argument as size_t.
4389 * target.h (target_read_memory): Likewise.
4390
4391 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4392
4393 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
4394
4395 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
4396
4397 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
4398 BookE interface for PowerPC server processors if not available
4399 in the Linux Kernel.
4400
4401 2012-05-31 Keith Seitz <keiths@redhat.com>
4402
4403 * linespec.c (decode_objc): Add cleanup to free
4404 INFO.FILE_SYMTABS.
4405 (find_linespec_symbols): Add cleanup to free CLASSES.
4406 * symfile.c (find_separate_debug_file_by_debuglink): Add
4407 cleanup to free DEBUGLINK.
4408 * ui-out.c (clear_header_list): No need to check if
4409 HEADER_NEXT.COLHDR is NULL.
4410 Free HEADER_NEXT.COL_NAME.
4411
4412 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4413
4414 * ada-lang.c (standard_lookup): Prevent uninitialized variable
4415 warning.
4416
4417 2012-05-30 Jeff Kenton <jkenton@tilera.com>
4418
4419 * configure.host (gdb_host_cpu): Handle tilegx*.
4420 (gdb_host): Handle tilegx-*-linux*.
4421 * tilegx-linux-nat.c: New file.
4422 * config/tilegx/linux.mh: New file.
4423
4424 2012-05-30 Jeff Kenton <jkenton@tilera.com>
4425
4426 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
4427 tilegx-linux-tdep.o.
4428 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
4429 tilegx-linux-tdep.c.
4430 * configure.tgt: Handle tilegx-*-linux*.
4431 * tilegx-tdep.h: New file.
4432 * tilegx-tdep.c: New file.
4433 * tilegx-linux-tdep.c: New file.
4434 * regformats/reg-tilegx.dat: New file.
4435
4436 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
4437
4438 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
4439 accounting of hw watchpoints on ppc.
4440
4441 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4442
4443 * source.c (openp): Expand tilde in path entries.
4444
4445 2012-05-29 Doug Evans <dje@google.com>
4446
4447 * buildsym.c (block_compar): Fix comment.
4448 (end_symtab): Fix and clarify some comments.
4449
4450 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
4451 cleanup_undefined_types.
4452 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
4453 All callers updated.
4454
4455 2012-05-29 Tom Tromey <tromey@redhat.com>
4456
4457 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
4458 fails.
4459 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
4460 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
4461 fails.
4462 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
4463 fails.
4464
4465 2012-05-29 Tristan Gingold <gingold@adacore.com>
4466
4467 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
4468 (struct darwin_info): ... New struct.
4469 (solib_darwin_pspace_data): New variable.
4470 (darwin_pspace_data_cleanup): New function.
4471 (get_darwin_info): Likewise.
4472 (darwin_dyld_version_ok, darwin_load_image_infos)
4473 (darwin_solib_get_all_image_info_addr_at_init)
4474 (darwin_solib_read_all_image_info_addr): Add info argument.
4475 Adjust code.
4476 (darwin_current_sos): Use per pspace structure.
4477 (darwin_solib_create_inferior_hook): Likewise.
4478 (darwin_clear_solib): Likewise.
4479 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
4480
4481 2012-05-28 Pedro Alves <palves@redhat.com>
4482
4483 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
4484 block that uses them. Clear ecss before handling each event.
4485
4486 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4487
4488 * solib-svr4.c (svr4_current_sos): New comment on
4489 svr4_current_sos_via_xfer_libraries fall back.
4490
4491 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4492
4493 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
4494 it as a fallback for TYPE_IS_OPAQUE.
4495 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
4496 symbols for lookup_symbol.
4497
4498 2012-05-24 John Steele Scott <toojays@toojays.net>
4499
4500 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
4501 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
4502 (producer_is_gxx_lt_4_6): Move the checking and caching to...
4503 (check_producer): ... this new function, which also checks for ICC
4504 and caches the result.
4505 (producer_is_icc): New function.
4506 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
4507 producer was ICC.
4508
4509 2012-05-24 Pedro Alves <palves@redhat.com>
4510
4511 PR gdb/7205
4512
4513 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
4514 (default_gdb_signal_to_target): ... this. Add comment.
4515 (default_gdb_signal_from_host): Rename to ...
4516 (default_gdb_signal_from_target): ... this. Add comment.
4517 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
4518 (default_gdb_signal_to_target): ... this.
4519 (default_gdb_signal_from_host): Rename to ...
4520 (default_gdb_signal_from_target): ... this.
4521 * corelow.c (core_open): Adjust to naming change. Replace comment.
4522 * gdbarch.sh (gdb_signal_from_host): Rename to ...
4523 (gdb_signal_from_target): ... this. Adjust to
4524 default_gdb_signal_from_host naming change. Extend comment.
4525 (gdb_signal_to_host): Rename to ...
4526 (gdb_signal_to_target): ... this. Adjust to
4527 default_gdb_signal_to_host naming change.
4528 * gdbarch.h, gdbarch.c: Renegerate.
4529
4530 2012-05-24 Pedro Alves <palves@redhat.com>
4531
4532 PR gdb/7205
4533
4534 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
4535
4536 2012-05-24 Pedro Alves <palves@redhat.com>
4537
4538 PR gdb/7205
4539
4540 Replace target_signal with gdb_signal throughout.
4541
4542 2012-05-24 Pedro Alves <palves@redhat.com>
4543
4544 PR tui/14159
4545
4546 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
4547 string, instead of reusing the va_list argument.
4548
4549 2012-05-24 Tom Tromey <tromey@redhat.com>
4550
4551 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
4552 Remove.
4553
4554 2012-05-23 Doug Evans <dje@google.com>
4555
4556 * symtab.c (search_symbols): Formatting fixes.
4557 (print_symbol_info): Formatting fixes.
4558
4559 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
4560 int64_t change to leb128 API.
4561 (read_encoded_value, decode_frame_entry_1): Ditto.
4562 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
4563 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
4564 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4565 (execute_stack_op): Ditto.
4566 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
4567 (safe_read_uleb128, safe_read_sleb128): Ditto.
4568 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
4569 (dwarf2_compile_expr_to_ax): Ditto.
4570 (locexpr_describe_location_piece): Ditto.
4571 (disassemble_dwarf_expression): Ditto.
4572 (locexpr_describe_location_1): Ditto.
4573
4574 2012-05-23 Stan Shebs <stan@codesourcery.com>
4575 Kwok Cheung Yeung <kcy@codesourcery.com>
4576
4577 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
4578 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
4579 (mi-cmd-info.o): New rule.
4580 * osdata.h (info_osdata_command): New declaration.
4581 * osdata.c (info_osdata_command): Change to non-static.
4582 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
4583 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
4584 * mi/mi-cmd-info.c: New file.
4585
4586 2012-05-23 Doug Evans <dje@google.com>
4587
4588 * symtab.c (search_symbols): Pass NULL for file_matcher to
4589 expand_symtabs_matching if there are no files to match.
4590
4591 * gdbtypes.c (lookup_typename): Simplify.
4592
4593 2012-05-23 Pedro Alves <palves@redhat.com>
4594
4595 * arch-utils.h (default_target_signal_to_host): Delete.
4596 * arch-utils.c (default_target_signal_to_host): Delete.
4597 * gdbarch.sh (target_signal_to_host): Remove.
4598 * gdbarch.h, gdbarch.c: Regenerate.
4599
4600 2012-05-22 Doug Evans <dje@google.com>
4601
4602 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
4603 "const gdb_byte *".
4604 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
4605 (execute_cfa_program): Update to match API of leb128 functions.
4606 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
4607 "const gdb_byte *".
4608 (read_unsigned_leb128, read_signed_leb128): Delete.
4609 (read_initial_length): Change type of buf argument to
4610 "const gdb_byte *".
4611 (read_encoded_value): Update to match API of leb128 functions.
4612 (decode_frame_entry): Change result to "const gdb_byte *", and
4613 similarly for "start" parameter.
4614 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
4615 (dwarf2_build_frame_info): Change local frame_ptr to
4616 "const gdb_byte *".
4617 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
4618 read_uleb128, read_sleb128. All callers updated.
4619 (safe_skip_leb128): New function.
4620 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
4621 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
4622 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
4623 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
4624 read_uleb128, read_sleb128.
4625 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4626 (execute_stack_op): Update to match API of leb128 functions.
4627 * dwarf2expr.h: #include "leb128.h".
4628 (read_uleb128, read_sleb128): Delete.
4629 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
4630 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
4631 * dwarf2loc.c (debug_loc_kind): New enum.
4632 (decode_debug_loc_addresses): New function.
4633 (decode_debug_loc_dwo_addresses): New function.
4634 (dwarf2_find_location_expression): Rewrite.
4635 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
4636 (locexpr_describe_location_piece): Ditto.
4637 (disassemble_dwarf_expression): Ditto.
4638 (locexpr_describe_location_1): Ditto.
4639 (loclist_describe_location): Rewrite.
4640 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
4641 * dwarf2read.c (die_reader_specs): New member "buffer_end".
4642 (dwarf2_section_buffer_overflow_complaint): Renamed from
4643 dwarf2_macros_too_long_complaint. All callers updated.
4644 (skip_leb128): Delete.
4645 (init_cu_die_reader): Initialize reader->buffer_end.
4646 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
4647 (skip_form_bytes): New arg buffer_end. All callers updated.
4648 Replace call to skip_leb128 with gdb_skip_leb128.
4649 (skip_unknown_opcode): New arg mac_end. All callers updated.
4650 (fill_in_loclist_baton): Initialize baton->from_dwo.
4651
4652 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4653
4654 * mips-linux-nat.c (mips_linux_read_description): Use a more
4655 verbose error message.
4656
4657 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4658
4659 * NEWS: Add MIPS/Linux DSP support.
4660 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
4661 (SIGCONTEXT_DSPCTL): New macro.
4662 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
4663 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
4664 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
4665 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
4666 (N64_SIGCONTEXT_HI3): Likewise.
4667 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
4668 (N64_SIGCONTEXT_LO3): Likewise.
4669 (N64_SIGCONTEXT_DSPCTL): Likewise.
4670 (N64_SIGCONTEXT_FPCSR): Clarify definition.
4671 (mips_linux_o32_sigframe_init): Handle DSP registers.
4672 (mips_linux_n32n64_sigframe_init): Likewise.
4673
4674 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
4675
4676 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
4677 call to abort.
4678
4679 2012-05-22 Pedro Alves <palves@redhat.com>
4680
4681 * target.h (store_waitstatus): Move declaration ...
4682 * inf-child.h (store_waitstatus): ... here.
4683 * target.c: Move inclusion of gdb_wait.h, and ...
4684 (store_waitstatus): ... this ...
4685 * inf-child.c: ... here.
4686 * linux-nat.c: Include inf-child.h.
4687 * rs6000-nat.c: Include inf-child.h.
4688 * spu-linux-nat.c: Include inf-child.h.
4689
4690 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
4691
4692 * tracepoint.c (start_tracing): Add missing i18n markup.
4693 (stop_tracing, set_trace_user): Ditto.
4694 (set_trace_notes, set_trace_stop_notes): Ditto.
4695
4696 2012-05-21 Tom Tromey <tromey@redhat.com>
4697
4698 PR c++/7173:
4699 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
4700 types.
4701 * value.h (value_cast_pointers): Update.
4702 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
4703 (value_cast): Update.
4704 (update_search_result): New function.
4705 (do_search_struct_field): New, from search_struct_field. Check
4706 for ambiguous results.
4707 (search_struct_field): Rewrite.
4708 * infcall.c (value_arg_coerce): Update.
4709 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
4710 value_cast_pointers.
4711 * ada-lang.c (ada_convert_actual): Update.
4712
4713 2012-05-21 Tom Tromey <tromey@redhat.com>
4714
4715 * macroexp.c (macro_stringify): Terminate the string.
4716
4717 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4718
4719 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
4720 Describe it.
4721 * auto-load.c (auto_load_expand_dir_vars): New function.
4722 (auto_load_safe_path_vec_update): Use it, remove the
4723 substitute_path_component call thanks to it.
4724 (auto_load_objfile_script): Remove the debug_file_directory processing.
4725 Use auto_load_expand_dir_vars, remove the substitute_path_component
4726 call thanks to it.
4727 * configure: Regenerate.
4728 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
4729 path. Escape $ also for $debugdir.
4730 (--with_auto_load_safe_path): Escape $ also for $debugdir.
4731 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
4732
4733 2012-05-20 Doug Evans <dje@google.com>
4734
4735 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
4736 before use. Check for symtab->includes == NULL before scanning it.
4737
4738 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4739
4740 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
4741
4742 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4743
4744 * NEWS: Add microMIPS support and "set mips compression",
4745 "show mips compression" commands.
4746 * mips-tdep.h (mips_isa): New enum.
4747 (gdbarch_tdep): Add mips_isa.
4748 (mips_pc_is_mips16): Update prototype.
4749 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
4750 * mips-tdep.c (mips_compression_mips16): New variable.
4751 (mips_compression_micromips): Likewise.
4752 (mips_compression_strings): Likewise.
4753 (mips_compression_string): Likewise.
4754 (is_mips16_isa, is_micromips_isa): New functions.
4755 (is_mips16_addr): Rename to...
4756 (is_compact_addr): ... this.
4757 (unmake_mips16_addr): Likewise to...
4758 (unmake_compact_addr): ... this.
4759 (make_mips16_addr): Likewise to...
4760 (make_compact_addr): ... this.
4761 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
4762 functions.
4763 (mips_elf_make_msymbol_special): Handle microMIPS code.
4764 (msymbol_is_special): Rename to...
4765 (msymbol_is_mips16): ... this.
4766 (mips_make_symbol_special, mips_pc_is_mips16): Update
4767 accordingly.
4768 (msymbol_is_mips, msymbol_is_micromips): New functions.
4769 (mips16_to_32_reg): Rename to...
4770 (mips_reg3_to_reg): ... this.
4771 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
4772 (mips_pc_isa): Likewise.
4773 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
4774 code.
4775 (mips_fetch_instruction): Pass return status instead of printing
4776 an error message if requested. Handle microMIPS code. Bail out
4777 on an invalid ISA.
4778 (micromips_op): New macro.
4779 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
4780 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
4781 (b6s4_op, b7s3_reg): Likewise.
4782 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
4783 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
4784 (mips_insn_size): New function.
4785 (mips32_next_pc): Update mips_fetch_instruction call.
4786 (micromips_relative_offset7): New function.
4787 (micromips_relative_offset10): Likewise.
4788 (micromips_relative_offset16): Likewise.
4789 (micromips_pc_insn_size): Likewise.
4790 (micromips_bc1_pc): Likewise.
4791 (micromips_next_pc): Likewise.
4792 (unpack_mips16): Update mips_fetch_instruction call.
4793 (extended_mips16_next_pc): Update according to change to
4794 mips16_to_32_reg.
4795 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
4796 code.
4797 (mips16_scan_prologue): Update mips_fetch_instruction call.
4798 Update according to change to mips16_to_32_reg.
4799 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
4800 (mips_insn16_frame_base_sniffer): Likewise.
4801 (micromips_decode_imm9): New function.
4802 (micromips_scan_prologue): Likewise.
4803 (mips_micro_frame_cache): Likewise.
4804 (mips_micro_frame_this_id): Likewise.
4805 (mips_micro_frame_prev_register): Likewise.
4806 (mips_micro_frame_sniffer): Likewise.
4807 (mips_micro_frame_unwind): New variable.
4808 (mips_micro_frame_base_address): New function.
4809 (mips_micro_frame_base): New variable.
4810 (mips_micro_frame_base_sniffer): New function.
4811 (mips32_scan_prologue): Update mips_fetch_instruction call.
4812 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
4813 rather than for MIPS16.
4814 (mips_insn32_frame_base_sniffer): Likewise.
4815 (mips_addr_bits_remove): Handle microMIPS code.
4816 (deal_with_atomic_sequence): Rename to...
4817 (mips_deal_with_atomic_sequence): ... this. Update the type
4818 of the variable used to hold an instruction. Remove the ISA bit
4819 check. Update mips_fetch_instruction call.
4820 (micromips_deal_with_atomic_sequence): New function.
4821 (deal_with_atomic_sequence): Likewise.
4822 (mips_about_to_return): Handle microMIPS code. Update
4823 mips_fetch_instruction call.
4824 (heuristic_proc_start): Check for the standard MIPS ISA rather
4825 than for MIPS16. Update mips_pc_is_mips16 and
4826 mips_fetch_instruction calls. Handle microMIPS code.
4827 (mips_push_dummy_code): Handle microMIPS code.
4828 (mips_eabi_push_dummy_call): Likewise.
4829 (mips_o32_return_value): Update mips_pc_is_mips16 call.
4830 (mips_o64_push_dummy_call): Handle microMIPS code.
4831 (mips_o64_return_value): Update mips_pc_is_mips16 call.
4832 (is_delayed): Remove function.
4833 (mips_single_step_through_delay): Replace the call to is_delayed
4834 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
4835 Handle microMIPS code.
4836 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
4837 microMIPS code.
4838 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
4839 call.
4840 (micromips_in_function_epilogue_p): New function.
4841 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
4842 call.
4843 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
4844 Handle microMIPS.
4845 (gdb_print_insn_mips): Likewise.
4846 (mips_breakpoint_from_pc): Likewise.
4847 (mips_remote_breakpoint_from_pc): New function.
4848 (mips32_instruction_has_delay_slot): Simplify making use of the
4849 updated mips_fetch_instruction interface.
4850 (micromips_instruction_has_delay_slot): New function.
4851 (mips16_instruction_has_delay_slot): Simplify making use of the
4852 updated mips_fetch_instruction interface.
4853 (mips_adjust_breakpoint_address): Check for the standard MIPS
4854 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
4855 calls. Handle microMIPS code.
4856 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
4857 (mips_skip_trampoline_code): Handle microMIPS code.
4858 (global_mips_compression): New function.
4859 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
4860 file flags. Register the microMIPS remote breakpoint handler
4861 and heuristic frame unwinder.
4862 (show_mips_compression): New function.
4863 (_initialize_mips_tdep): Add the "set mips compression" and
4864 "show mips compression" commands.
4865
4866 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
4867
4868 * ada-lang.c:
4869 * ada-tasks.c:
4870 * ada-varobj.c:
4871 * amd64-darwin-tdep.c:
4872 * arm-symbian-tdep.c:
4873 * arm-tdep.c:
4874 * avr-tdep.c:
4875 * ax-gdb.c:
4876 * bfin-linux-tdep.c:
4877 * breakpoint.c:
4878 * c-valprint.c:
4879 * cli/cli-cmds.c:
4880 * coffread.c:
4881 * cp-support.c:
4882 * cris-tdep.c:
4883 * dwarf2-frame-tailcall.c:
4884 * dwarf2-frame.c:
4885 * dwarf2expr.c:
4886 * dwarf2loc.c:
4887 * dwarf2read.c:
4888 * elfread.c:
4889 * eval.c:
4890 * expprint.c:
4891 * f-valprint.c:
4892 * frv-tdep.c:
4893 * h8300-tdep.c:
4894 * hppa-hpux-tdep.c:
4895 * hppa-tdep.c:
4896 * hppanbsd-tdep.c:
4897 * i386-nto-tdep.c:
4898 * i386-tdep.c:
4899 * i387-tdep.c:
4900 * ia64-tdep.c:
4901 * jit.c:
4902 * linespec.c:
4903 * linux-tdep.c:
4904 * lm32-tdep.c:
4905 * m2-valprint.c:
4906 * m32c-tdep.c:
4907 * m32r-rom.c:
4908 * m32r-tdep.c:
4909 * m68k-tdep.c:
4910 * m68klinux-tdep.c:
4911 * mi/mi-main.c:
4912 * microblaze-tdep.c:
4913 * mips-linux-tdep.c:
4914 * mips-tdep.c:
4915 * mn10300-tdep.c:
4916 * p-valprint.c:
4917 * parse.c:
4918 * ppc-linux-tdep.c:
4919 * ppc-sysv-tdep.c:
4920 * printcmd.c:
4921 * python/py-finishbreakpoint.c:
4922 * python/py-inferior.c:
4923 * python/py-infthread.c:
4924 * python/py-type.c:
4925 * python/python.c:
4926 * remote-fileio.c:
4927 * remote-m32r-sdi.c:
4928 * remote-mips.c:
4929 * reverse.c:
4930 * rl78-tdep.c:
4931 * rs6000-aix-tdep.c:
4932 * rs6000-tdep.c:
4933 * s390-tdep.c:
4934 * score-tdep.c:
4935 * sh64-tdep.c:
4936 * skip.c:
4937 * solib-darwin.c:
4938 * solib-dsbt.c:
4939 * solib-frv.c:
4940 * sparc-tdep.c:
4941 * spu-multiarch.c:
4942 * spu-tdep.c:
4943 * stack.c:
4944 * symfile.c:
4945 * symtab.c:
4946 * tic6x-tdep.c:
4947 * tracepoint.c:
4948 * v850-tdep.c:
4949 * valarith.c:
4950 * valprint.c:
4951 * value.c:
4952 * xcoffread.c:
4953 * xtensa-tdep.c:
4954 * ada-lang.c:
4955 * ada-tasks.c:
4956 * ada-varobj.c:
4957 * amd64-darwin-tdep.c:
4958 * arm-symbian-tdep.c:
4959 * arm-tdep.c: Delete unused variables.
4960
4961 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4962
4963 Rename $ddir to $datadir.
4964 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
4965 * auto-load.c (auto_load_safe_path_vec_update)
4966 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
4967 * configure: Regenerate.
4968 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
4969 Likewise. Remove the 'use $ddir' help string.
4970
4971 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4972
4973 * auto-load.c (show_auto_load_safe_path): Accept any combination of
4974 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
4975
4976 2012-05-18 Tom Tromey <tromey@redhat.com>
4977
4978 PR exp/13907:
4979 * valprint.h (struct value_print_options) <symbol_print>: New
4980 field.
4981 * valprint.c (user_print_options): Add default for symbol_print.
4982 (show_symbol_print): New function.
4983 (generic_val_print): Respect symbol_print.
4984 (_initialize_valprint): Add "print symbol" setting.
4985 * f-valprint.c (f_val_print): Respect symbol_print.
4986 * c-valprint.c (c_val_print): Respect symbol_print.
4987 * NEWS: Update.
4988 * printcmd.c (print_address_symbolic): Return int. Ignore some
4989 zero-size symbols.
4990 (print_address_demangle): Return int.
4991 * defs.h: (print_address_symbolic): Return int.
4992 * value.h (print_address_demangle): Return int.
4993
4994 2012-05-18 Tom Tromey <tromey@redhat.com>
4995
4996 * valprint.c (val_print_string): Don't print leading space.
4997 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
4998 print space before string or vtbl.
4999 * m2-valprint.c (print_unpacked_pointer): Optionally print space
5000 before string.
5001 * jv-valprint.c (java_value_print): Print space before string.
5002 * go-valprint.c (print_go_string): Print space before string.
5003 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
5004 space before string.
5005 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
5006 space before string or vtbl.
5007 * auxv.c (fprint_target_auxv): Print space after address.
5008
5009 2012-05-18 Tom Tromey <tromey@redhat.com>
5010
5011 * printcmd.c (print_address_demangle): Remove special case for 0.
5012
5013 2012-05-18 Tom Tromey <tromey@redhat.com>
5014
5015 * printcmd.c (print_address_demangle): Add 'opts' argument.
5016 * p-valprint.c (pascal_val_print): Update.
5017 * jv-valprint.c (java_val_print): Update.
5018 * value.h: Update.
5019 * valprint.c (generic_val_print): Update.
5020 (print_function_pointer_address): Add 'options' argument. Remove
5021 'addressprint' argument. Update.
5022 * m2-valprint.c (print_unpacked_pointer): Update.
5023 * gnu-v3-abi.c (print_one_vtable): Update.
5024 (gnuv3_print_method_ptr): Update.
5025 * f-valprint.c (f_val_print): Update.
5026 * cp-valprint.c (cp_print_value_fields): Update.
5027 * valprint.h (print_function_pointer_address): Update.
5028 * c-valprint.c (c_val_print): Update.
5029
5030 2012-05-18 Tom Tromey <tromey@redhat.com>
5031
5032 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
5033 directly corresponding to the found psymtab.
5034 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
5035 (dw2_find_pc_sect_symtab): Use it.
5036 * block.h (blockvector_contains_pc): Declare.
5037 * block.c (find_block_in_blockvector): New function.
5038 (blockvector_for_pc_sect): Use it.
5039 (blockvector_contains_pc): New function.
5040
5041 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5042
5043 * mips-tdep.h (mips_write_pc): New prototype.
5044 * mips-tdep.c (mips_write_pc): Make external, add description.
5045 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
5046 add description.
5047
5048 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5049
5050 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
5051 mips_regnum->pc.
5052 (mips_unwind_pc, mips_write_pc): Likewise.
5053 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
5054 gdbarch_read_pc.
5055
5056 2012-05-17 Joel Brobecker <brobecker@adacore.com>
5057
5058 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
5059 proc_warn, proc_error, proc_get_status, proc_flags,
5060 proc_why, proc_what, proc_nsysarg, proc_sysargs,
5061 proc_set_run_on_last_close, proc_unset_run_on_last_close,
5062 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
5063 proc_stop_process, proc_wait_for_stop, proc_run_process,
5064 proc_set_traced_signals, proc_set_traced_faults,
5065 proc_set_traced_sysentry, proc_set_traced_sysexit,
5066 proc_set_held_signals, proc_get_held_signals,
5067 proc_get_traced_signals, proc_get_traced_faults,
5068 proc_get_traced_sysentry, proc_get_traced_sysexit,
5069 proc_clear_current_fault, proc_set_current_signal,
5070 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
5071 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
5072 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
5073 proc_get_current_thread, proc_get_current_thread,
5074 proc_get_current_thread, proc_update_threads,
5075 proc_update_threads, proc_update_threads, proc_update_threads,
5076 proc_iterate_over_threads, procfs_find_new_threads,
5077 procfs_pid_to_str): Make static. Remove advance declaration.
5078 (proc_cursig): Make static. Conditionalized defintion on
5079 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
5080 (proc_syscall, proc_set_kill_on_last_close,
5081 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
5082 proc_get_pending_signals, proc_get_signal_actions,
5083 proc_trace_signal, proc_ignore_signal): Delete.
5084
5085 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
5086
5087 * coffread.c (cs_section_address): Passing proper argument for
5088 `bfd_get_section_vma'.
5089 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
5090 `bfd_get_section_flags'.
5091 * remote.c (remote_trace_set_readonly_regions): Likewise, for
5092 `bfd_get_section_vma'.
5093
5094 2012-05-16 Tom Tromey <tromey@redhat.com>
5095
5096 PR macros/13205:
5097 * macrotab.h: (macro_define_special): Declare.
5098 (enum macro_special_kind): New.
5099 (struct macro_definition) <argc, replacement>: Update comments.
5100 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
5101 (macro_define_object_internal): New function.
5102 (macro_define_object): Use it.
5103 (macro_define_special): New function.
5104 (fixup_definition): New function.
5105 (macro_lookup_definition, foreach_macro_in_scope)
5106 (foreach_macro): Use fixup_definition.
5107 * macroexp.h (macro_stringify): Declare.
5108 * macroexp.c (free_buffer_return_text): New function.
5109 (stringify): Constify "arg".
5110 (macro_stringify): New function.
5111 * dwarf2read.c (macro_start_file): Call macro_define_special.
5112
5113 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
5114 Maciej W. Rozycki <macro@mips.com>
5115
5116 * breakpoint.h (bp_location): Add related_address member.
5117 * inferior.h (get_return_value): Take a pointer to struct value
5118 instead of struct type for the function requested.
5119 * value.h (using_struct_return): Likewise.
5120 * gdbarch.sh (return_value): Take a pointer to struct value
5121 instead of struct type for the function requested.
5122 * breakpoint.c (set_breakpoint_location_function): Initialize
5123 related_address for bp_gnu_ifunc_resolver breakpoints.
5124 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
5125 requested function's address to gdbarch_return_value.
5126 * eval.c (evaluate_subexp_standard): Pass the requested
5127 function's address to using_struct_return.
5128 * infcall.c (call_function_by_hand): Pass the requested
5129 function's address to using_struct_return and
5130 gdbarch_return_value.
5131 * infcmd.c (get_return_value): Take a pointer to struct value
5132 instead of struct type for the function requested.
5133 (print_return_value): Update accordingly.
5134 (finish_command_continuation): Likewise.
5135 * stack.c (return_command): Pass the requested function's
5136 address to using_struct_return and gdbarch_return_value.
5137 * value.c (using_struct_return): Take a pointer to struct value
5138 instead of struct type for the function requested. Pass the
5139 requested function's address to gdbarch_return_value.
5140 * python/py-finishbreakpoint.c (finish_breakpoint_object):
5141 New function_value member, replacing function_type.
5142 (bpfinishpy_dealloc): Update accordingly.
5143 (bpfinishpy_pre_stop_hook): Likewise.
5144 (bpfinishpy_init): Likewise. Record the requested function's
5145 address.
5146 * mips-tdep.c (mips_fval_reg): New enum.
5147 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
5148 words put in GP registers.
5149 (mips_o64_push_dummy_call): Update a comment.
5150 (mips_o32_return_value): Take a pointer to struct value instead
5151 of struct type for the function requested and use it to check if
5152 using the MIPS16 calling convention. Return the designated
5153 general purpose registers for floating-point values returned in
5154 MIPS16 mode.
5155 (mips_o64_return_value): Likewise.
5156 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
5157 (ppc_sysv_abi_broken_return_value): Likewise.
5158 (ppc64_sysv_abi_return_value): Likewise.
5159 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
5160 value instead of struct type for the function requested.
5161 * amd64-tdep.c (amd64_return_value): Likewise.
5162 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
5163 * arm-tdep.c (arm_return_value): Likewise.
5164 * avr-tdep.c (avr_return_value): Likewise.
5165 * bfin-tdep.c (bfin_return_value): Likewise.
5166 * cris-tdep.c (cris_return_value): Likewise.
5167 * frv-tdep.c (frv_return_value): Likewise.
5168 * h8300-tdep.c (h8300_return_value): Likewise.
5169 (h8300h_return_value): Likewise.
5170 * hppa-tdep.c (hppa32_return_value): Likewise.
5171 (hppa64_return_value): Likewise.
5172 * i386-tdep.c (i386_return_value): Likewise.
5173 * ia64-tdep.c (ia64_return_value): Likewise.
5174 * iq2000-tdep.c (iq2000_return_value): Likewise.
5175 * lm32-tdep.c (lm32_return_value): Likewise.
5176 * m32c-tdep.c (m32c_return_value): Likewise.
5177 * m32r-tdep.c (m32r_return_value): Likewise.
5178 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
5179 * m68k-tdep.c (m68k_return_value): Likewise.
5180 (m68k_svr4_return_value): Likewise.
5181 * m88k-tdep.c (m88k_return_value): Likewise.
5182 * mep-tdep.c (mep_return_value): Likewise.
5183 * microblaze-tdep.c (microblaze_return_value): Likewise.
5184 * mn10300-tdep.c (mn10300_return_value): Likewise.
5185 * moxie-tdep.c (moxie_return_value): Likewise.
5186 * mt-tdep.c (mt_return_value): Likewise.
5187 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
5188 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
5189 (ppc_sysv_abi_broken_return_value): Likewise.
5190 (ppc64_sysv_abi_return_value): Likewise.
5191 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
5192 * rl78-tdep.c (rl78_return_value): Likewise.
5193 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
5194 * rx-tdep.c (rx_return_value): Likewise.
5195 * s390-tdep.c (s390_return_value): Likewise.
5196 * score-tdep.c (score_return_value): Likewise.
5197 * sh-tdep.c (sh_return_value_nofpu): Likewise.
5198 (sh_return_value_fpu): Likewise.
5199 * sh64-tdep.c (sh64_return_value): Likewise.
5200 * sparc-tdep.c (sparc32_return_value): Likewise.
5201 * sparc64-tdep.c (sparc64_return_value): Likewise.
5202 * spu-tdep.c (spu_return_value): Likewise.
5203 * tic6x-tdep.c (tic6x_return_value): Likewise.
5204 * v850-tdep.c (v850_return_value): Likewise.
5205 * vax-tdep.c (vax_return_value): Likewise.
5206 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
5207 * xtensa-tdep.c (xtensa_return_value): Likewise.
5208 * gdbarch.c: Regenerate.
5209 * gdbarch.h: Regenerate.
5210
5211 2012-05-15 Tom Tromey <tromey@redhat.com>
5212
5213 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
5214
5215 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5216
5217 * breakpoint.c (init_breakpoint_sal): Add quotes around part
5218 of command in two error message.
5219
5220 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5221
5222 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
5223
5224 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5225
5226 * breakpoint.c (find_condition_and_thread): Minor reformatting.
5227
5228 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5229
5230 * NEWS (show auto-load scripts-directory): Add forgotten command.
5231
5232 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5233
5234 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
5235 parameters.
5236
5237 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
5238
5239 * amd64-tdep.c: Include features/i386/x32.c and
5240 features/i386/x32-avx.c.
5241 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
5242 initialize_tdesc_x32_avx.
5243
5244 2012-05-14 Stan Shebs <stan@codesourcery.com>
5245
5246 Add dynamic printf.
5247 * breakpoint.h (enum bptype): New type bp_dprintf.
5248 (struct breakpoint): New field extra_string.
5249 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
5250 (create_breakpoint): Add extra_string arg.
5251 * breakpoint.c (dprintf_breakpoint_ops): New.
5252 (is_breakpoint): Add bp_dprintf.
5253 (bpstat_what): Add dprintf case.
5254 (bptype_string): Ditto.
5255 (print_one_breakpoint_location): Ditto.
5256 (init_bp_location): Ditto.
5257 (bkpt_print_mention): Ditto.
5258 (dprintf_style_enums): New array.
5259 (dprintf_style): New global.
5260 (dprintf_function): New global.
5261 (dprintf_channel): New global.
5262 (update_dprintf_command_list): New function.
5263 (update_dprintf_commands): New function.
5264 (init_breakpoint_sal): Add extra_string argument, handle it.
5265 (create_breakpoint_sal): Add extra_string argument.
5266 (create_breakpoints_sal): Add extra_string argument, update callers.
5267 (find_condition_and_thread): Add extra argument.
5268 (create_breakpoint): Add extra_string argument, record it.
5269 (dprintf_command): New function.
5270 (break_command_1): Add arg to create_breakpoint call.
5271 (handle_gnu_v3_exceptions): Ditto.
5272 (trace_command): Ditto.
5273 (ftrace_command): Ditto.
5274 (strace_command): Ditto.
5275 (bkpt_print_mention): Add dprintf case.
5276 (create_breakpoint_sal_default): Add extra_string argument.
5277 (_initialize_breakpoint): Add new commands.
5278 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
5279 * python/py-breakpoint.c (bppy_init): Ditto.
5280 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
5281
5282 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
5283
5284 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
5285
5286 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
5287
5288 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
5289 unsigned long long.
5290
5291 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
5292
5293 Add a new function gdb.find_pc_line to the Python API.
5294 * NEWS (Python Scripting): Add entry about the new function.
5295 * python/python.c (gdbpy_find_pc_line): New function which
5296 implements gdb.find_pc_line.
5297 (GdbMethods): Add entry for the new function.
5298
5299 2012-05-12 Pedro Alves <palves@redhat.com>
5300
5301 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
5302 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
5303
5304 2012-05-12 Eli Zaretskii <eliz@gnu.org>
5305
5306 * inferior.c: Include completer.h
5307 (initialize_inferiors): Set completer of add-inferior to
5308 filename_completer.
5309
5310 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5311
5312 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
5313 gdbarch_ptr_bit for x32 core dump.
5314
5315 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5316
5317 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
5318 and features/i386/x32-avx-linux.c.
5319
5320 2012-05-11 Stan Shebs <stan@codesourcery.com>
5321 Kwok Cheung Yeung <kcy@codesourcery.com>
5322
5323 * NEWS: Describe new info os commands.
5324 * common/linux-osdata.c (PID_T, TIME_T): Define.
5325 (MAX_PID_T_STRLEN): New.
5326 (linux_common_core_of_thread): Add comment. Change to use PID_T and
5327 MAX_PID_T_STRLEN.
5328 (command_from_pid): Add comment. Change to use PID_T.
5329 (commandline_from_pid): Change to use PID_T.
5330 (user_from_pid): Add comment.
5331 (get_process_owner): Add comment. Change to use PID_T and
5332 MAX_PID_T_STRLEN.
5333 (get_number_of_cpu_cores): Add comment.
5334 (get_cores_used_by_process): Add comment. Change to use PID_T and
5335 MAX_PID_T_STRLEN.
5336 (linux_xfer_osdata_processes): Change to use PID_T and
5337 MAX_PID_T_STRLEN.
5338 (compare_processes): New function.
5339 (linux_xfer_osdata_processgroups): New function.
5340 (linux_xfer_osdata_threads): Change to use PID_T.
5341 (linux_xfer_osdata_fds): New function.
5342 (format_socket_state, print_sockets): New functions.
5343 (union socket_addr): New union.
5344 (linux_xfer_osdata_isockets): New function.
5345 (time_from_time_t, group_from_gid): New functions.
5346 (linux_xfer_osdata_shm): New function.
5347 (linux_xfer_osdata_sem): New function.
5348 (linux_xfer_osdata_msg): New function.
5349 (linux_xfer_osdata_modules): New function.
5350 (osdata_table): Add new entries.
5351 * common/buffer.c (buffer_xml_printf): Add support for long and
5352 long long format specifiers.
5353
5354 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5355
5356 * amd64-linux-tdep.h (tdesc_x32_linux): New.
5357 (tdesc_x32_avx_linux): Likewise.
5358
5359 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5360
5361 Implement multi-component --with-auto-load-dir.
5362 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
5363 entries.
5364 (--with-auto-load-safe-path): Update the default value description.
5365 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
5366 New.
5367 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
5368 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
5369 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
5370 (_initialize_auto_load): Initialize also auto_load_dir. Install new
5371 "set auto-load scripts-directory".
5372 * config.in: Regenerate.
5373 * configure: Regenerate.
5374 * configure.ac (--with-auto-load-dir): New configure option.
5375 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
5376
5377 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5378
5379 Provide $ddir substitution for --with-auto-load-safe-path.
5380 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
5381 entries.
5382 * auto-load.c: Include observer.h.
5383 (auto_load_safe_path_vec_update): Call substitute_path_component for
5384 each component. New variable ddir_subst.
5385 (auto_load_gdb_datadir_changed): New function.
5386 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5387 AUTO_LOAD_SAFE_PATH. New comment.
5388 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5389 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
5390 * config.in: Regenerate.
5391 * configure: Regenerate.
5392 * configure.ac (--auto-load-safe-path): Rename
5393 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
5394 GDB_DATADIR/auto-load.
5395 * defs.h (substitute_path_component): New declaration.
5396 * top.c: Include observer.h.
5397 (set_gdb_datadir): New function.
5398 (init_main): Install it for "set data-directory".
5399 * utils.c (substitute_path_component): New function.
5400
5401 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5402
5403 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
5404 * auto-load.c (auto_load_objfile_script): Remove check for NULL
5405 DEBUG_FILE_DIRECTORY. Handle multiple components of
5406 DEBUG_FILE_DIRECTORY.
5407
5408 2012-05-10 Tom Tromey <tromey@redhat.com>
5409
5410 * dwarf2read.c (recursively_write_psymbols): New function.
5411 (write_psymtabs_to_index): Use it.
5412
5413 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
5414 field.
5415 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
5416 (load_partial_comp_unit): Update.
5417 (queue_comp_unit): Add argument 'pretend_language'.
5418 (process_queue): Update.
5419 (psymtab_to_symtab_1): Skip dependencies that have a user.
5420 (load_partial_comp_unit_reader): Give meaning to the 'data'
5421 argument.
5422 (load_full_comp_unit): Add 'pretend_language' argument.
5423 (process_full_comp_unit): Add 'pretend_language' argument. Set
5424 language on CU.
5425 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
5426 Update.
5427 (maybe_queue_comp_unit): Add 'pretend_language' argument.
5428 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
5429 Update.
5430 (prepare_one_comp_unit): Add 'pretend_language' argument.
5431
5432 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
5433 (struct dwarf2_per_objfile) <just_read_cus>: New field.
5434 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
5435 (dw2_do_instantiate_symtab): Check whether symtab was read in
5436 before queueing.
5437 (dw2_instantiate_symtab): Add assertion. Call
5438 process_cu_includes.
5439 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
5440 (partial_symtab_p): New typedef.
5441 (set_partial_user): New function.
5442 (dwarf2_build_psymtabs_hard): Use set_partial_user.
5443 (scan_partial_symbols): Add imported CU to imported_symtabs.
5444 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
5445 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
5446 (get_symtab, recursively_compute_inclusions)
5447 (compute_symtab_includes, process_cu_includes)
5448 (process_imported_unit_die): New functions.
5449 (process_die) <DW_TAG_imported_unit>: New case.
5450 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
5451
5452 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
5453 comment.
5454 (struct partial_die_info) <locdesc>: Remove.
5455 <d>: New field.
5456 (process_psymtab_comp_unit): Add 'read_partial' argument.
5457 Update.
5458 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
5459 (scan_partial_symbols): Handle DW_TAG_imported_unit.
5460 (add_partial_symbol): Update.
5461 (process_die): Handle DW_TAG_partial_unit.
5462 (read_file_scope): Update comment.
5463 (load_partial_dies): Handle DW_TAG_imported_unit.
5464 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
5465 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
5466
5467 2012-05-10 Tom Tromey <tromey@redhat.com>
5468
5469 * cc-with-dwz.sh: New file.
5470
5471 2012-05-10 Tom Tromey <tromey@redhat.com>
5472
5473 * symtab.h (struct symtab) <includes, user>: New fields.
5474 * block.h (struct block_iterator) <d, idx, which>: New fields.
5475 * block.c (initialize_block_iterator, find_iterator_symtab)
5476 (block_iterator_step, block_iter_name_step)
5477 (block_iter_match_step): New functions.
5478 (block_iterator_first, block_iterator_next)
5479 (block_iter_name_first, block_iter_name_next)
5480 (block_iter_match_first, block_iter_match_next): Rewrite.
5481 (get_block_symtab): New function.
5482
5483 2012-05-10 Tom Tromey <tromey@redhat.com>
5484
5485 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
5486 set_block_symtab.
5487 * jit.c (finalize_symtab): Use allocate_global_block,
5488 set_block_symtab.
5489 * buildsym.c (finish_block_internal): New function, from old
5490 finish_block.
5491 (finish_block): Rewrite.
5492 (end_symtab): Use finish_block_internal, set_block_symtab.
5493 * block.h (struct global_block): New.
5494 (allocate_global_block, set_block_symtab): Declare.
5495 * block.c (allocate_global_block, set_block_symtab): New
5496 functions.
5497
5498 2012-05-10 Tom Tromey <tromey@redhat.com>
5499
5500 * psymtab.c (partial_map_expand_apply): Add assertion.
5501 (partial_map_symtabs_matching_filename): Skip included psymtabs.
5502 (psymtab_to_symtab): Find unshared psymtab.
5503 (dump_psymtab): Print including psymtabs.
5504 (recursively_search_psymtabs): New function.
5505 (expand_symtabs_matching_via_partial): Use it.
5506 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
5507 fields.
5508 (enum psymtab_search_status): New.
5509
5510 2012-05-10 Tom Tromey <tromey@redhat.com>
5511
5512 * tracepoint.c (scope_info): Update.
5513 * symtab.c (lookup_block_symbol, iterate_over_symbols)
5514 (find_pc_sect_symtab, search_symbols)
5515 (default_make_symbol_completion_list_break_on)
5516 (make_file_symbol_completion_list): Update.
5517 * symmisc.c (dump_symtab_1): Update.
5518 * stack.c (print_frame_args, iterate_over_block_locals)
5519 (print_frame_labels, iterate_over_block_arg_vars): Update.
5520 * python/py-block.c (block_object) <dict>: Remove.
5521 <block>: New field.
5522 <iter>: Change type.
5523 (blpy_iter): Update.
5524 (blpy_block_syms_iternext): Update.
5525 * psymtab.c (map_block): Use block iterators.
5526 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
5527 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
5528 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
5529 * infrun.c (check_exception_resume): Update.
5530 * cp-support.c (make_symbol_overload_list_block): Update.
5531 * coffread.c (patch_opaque_types): Update.
5532 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
5533 * block.h (struct block_iterator): New.
5534 (block_iterator_first, block_iterator_next, block_iter_name_first)
5535 (block_iter_name_next, block_iter_match_first)
5536 (block_iter_match_next): Declare.
5537 (ALL_BLOCK_SYMBOLS): Redefine.
5538 * block.c (block_iterator_first, block_iterator_next)
5539 (block_iter_name_first, block_iter_name_next)
5540 (block_iter_match_first, block_iter_match_next): New functions.
5541 * ada-lang.c (ada_add_block_symbols)
5542 (ada_make_symbol_completion_list): Use block iterator.
5543
5544 2012-05-10 Tom Tromey <tromey@redhat.com>
5545
5546 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
5547 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
5548 (lookup_partial_symbol, find_last_source_symtab_from_partial)
5549 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
5550 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
5551 Update.
5552
5553 2012-05-10 Joel Brobecker <brobecker@adacore.com>
5554
5555 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
5556 print-file-var-lib2.c, print-file-var-main.c and
5557 print-file-var.exp (located in gdb/testsuite/gdb.base).
5558
5559 2012-05-10 Joel Brobecker <brobecker@adacore.com>
5560
5561 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5562 try locating the symbol in the symbol's own objfile first, before
5563 extending the search to all objfiles.
5564 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5565 out of lookup_symbol_aux_symtabs.
5566 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5567 Replace extracted-out code by call to lookup_symbol_aux_objfile.
5568 Do not search EXCLUDE_OBJFILE.
5569 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5570 (lookup_symbol_global): Search for matches in the block's objfile
5571 first, before searching all other objfiles.
5572
5573 2012-05-10 Tristan Gingold <gingold@adacore.com>
5574
5575 * printcmd.c (set_command): Add pre/post inc/dec.
5576
5577 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
5578
5579 * gdb.1: Document -ex option.
5580
5581 2012-05-09 Joel Brobecker <brobecker@adacore.com>
5582
5583 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
5584 * inferior.h (AT_SYMBOL): Delete.
5585
5586 2012-05-09 Joel Brobecker <brobecker@adacore.com>
5587
5588 * mips-tdep.c (mips_push_dummy_code): New function.
5589 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
5590 ON_STACK and install mips_push_dummy_code as our gdbarch
5591 push_dummy_code routine.
5592
5593 2012-05-09 Pedro Alves <palves@redhat.com>
5594
5595 * target.c (set_maintenance_target_async_permitted): Rename to ...
5596 (set_target_async_command): ... this.
5597 (show_maintenance_target_async_permitted): Rename to ...
5598 (show_target_async_command): ... this.
5599 (initialize_targets): Adjust.
5600
5601 2012-05-08 Doug Evans <dje@google.com>
5602
5603 * go-exp.y (classify_name): Add missing assignment of fields of
5604 yylval.ssym.
5605
5606 2012-05-08 Eli Zaretskii <eliz@gnu.org>
5607
5608 Display the ">" prompt in interactive mode while reading canned
5609 commands, even when the current interpreter is MI.
5610
5611 * interps.c (interp_set_temp): New function.
5612
5613 * interps.h (interp_set_temp): Add prototype.
5614
5615 * cli/cli-script.c (restore_interp): New cleanup function.
5616 (read_command_lines): Temporarily override the current interpreter
5617 with CLI and arrange for restoring the original one.
5618
5619 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
5620
5621 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
5622
5623 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
5624
5625 * probe.c (parse_probes): Move conditional to check for
5626 debuginfo files from here...
5627 * stap-probe.c (stap_get_probes): ... to here.
5628
5629 2012-05-07 Mark Kettenis <kettenis@gnu.org>
5630 H.J. Lu <hongjiu.lu@intel.com>
5631
5632 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
5633 `movl %esp, %ebp' for the X32 ABI.
5634
5635 2012-05-07 Tom Tromey <tromey@redhat.com>
5636
5637 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
5638 get_DW_TAG_name.
5639 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
5640 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
5641 (dwarf_stack_op_name): Remove.
5642 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
5643 (decode_locdesc): Use get_DW_OP_name.
5644 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
5645 (dwarf2_compile_expr_to_ax): Likewise.
5646 (disassemble_dwarf_expression): Likewise.
5647 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
5648
5649 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
5650
5651 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
5652 (sh_linux_sigtramp_cache): New function.
5653 (sh_linux_sigreturn_init): New function.
5654 (sh_linux_rt_sigreturn_init): New function.
5655 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
5656 patterns.
5657 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
5658 syscall codes.
5659 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
5660 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
5661 (sh_linux_init_abi): Add init calls to register new tramp_frame
5662 definitions under 32-bit SH, update comments.
5663
5664 2012-05-07 Pedro Alves <palves@redhat.com>
5665
5666 PR gdb/10952
5667
5668 * amd64-linux-tdep.c: Include glibc-tdep.h.
5669 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
5670 gdbarch_skip_solib_resolver callback.
5671
5672 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5673
5674 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
5675 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
5676 (show_auto_load_safe_path): Check any-directory by comparison with "/".
5677 (add_auto_load_safe_path): Change the error message.
5678 (_initialize_auto_load): Change the "safe-path" help text.
5679 * configure: Regenerate
5680 * configure.ac (--without-auto-load-safe-path): Set
5681 WITH_AUTO_LOAD_SAFE_PATH to /.
5682
5683 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
5684
5685 * stap-probe.h: Do not include unecessary `probe.h'.
5686
5687 2012-05-05 Alan Modra <amodra@gmail.com>
5688
5689 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
5690 bfd_und_section_ptr.
5691 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
5692 and bfd_com_section_ptr.
5693
5694 2012-05-04 Joel Brobecker <brobecker@adacore.com>
5695
5696 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
5697
5698 2012-05-04 Joel Brobecker <brobecker@adacore.com>
5699
5700 * windows-nat.h (segment_register_p_ftype): New typedef.
5701 (windows_set_segment_register_p): Add declaration.
5702 * windows-nat.c (segment_register_p): New static global.
5703 (windows_set_segment_register_p): New function.
5704 (do_windows_fetch_inferior_registers): Add special handling
5705 for segment registers.
5706 * amd64-windows-nat.c: #include "amd64-tdep.h".
5707 (amd64_windows_segment_register_p): New function.
5708 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
5709 * i386-windows-nat.c: #include "i386-tdep.h".
5710 (i386_windows_segment_register_p): New function.
5711 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
5712
5713 2012-05-04 Tristan Gingold <gingold@adacore.com>
5714
5715 * printcmd.c (set_command): Emit a warning if the expression is not
5716 an assignment.
5717
5718 2012-05-03 Joel Brobecker <brobecker@adacore.com>
5719
5720 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
5721 Make static.
5722
5723 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
5724
5725 * stap-probe.c (stap_is_operator): Change declaration.
5726 (stap_get_opcode): Change return value.
5727 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
5728 `stap_parse_argument_1'.
5729
5730 2012-05-03 Pedro Alves <pedro@codesourcery.com>
5731
5732 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
5733 debug log.
5734
5735 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
5736
5737 Add two new methods global_block and static_block to gdb.Symtab
5738 objects.
5739 * NEWS (Python scripting): Add entry about the new methods.
5740 * python/py-symtab.c (stpy_global_block): New function which
5741 implements the gdb.Symtab.global_block() method.
5742 (stpy_static_block): New function which implements the
5743 gdb.Symtab.static_block() method.
5744 (symtab_object_methods): Add entries for the two new methods.
5745
5746 2012-05-03 Doug Evans <dje@google.com>
5747
5748 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
5749 files.
5750
5751 2012-05-03 Yao Qi <yao@codesourcery.com>
5752
5753 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
5754 space.
5755 (i386_process_record): Ditto.
5756
5757 2012-05-02 Joel Brobecker <brobecker@adacore.com>
5758
5759 * infcall.c (unwind_on_signal_p): Make static.
5760
5761 2012-05-02 Joel Brobecker <brobecker@adacore.com>
5762
5763 * sol-thread.c (solaris_pid_to_str): Make static.
5764 (_initialize_sol_thread): Add prototype.
5765
5766 2012-05-02 Joel Brobecker <brobecker@adacore.com>
5767
5768 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
5769
5770 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
5771
5772 * MAINTAINERS: Remove myself.
5773
5774 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5775
5776 Fix --without-auto-load-safe-path for MS-Windows host platform.
5777 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
5778
5779 2012-05-02 Eli Zaretskii <eliz@gnu.org>
5780
5781 * gdb_curses.h: Undefine KEY_EVENT before including curses
5782 headers. Move "#undef MOUSE_MOVED" before any curses header
5783 inclusion.
5784
5785 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
5786
5787 * features/i386/i386-mmx-linux.c: Regenerate.
5788 * features/rs6000/powerpc-32.c: Likewise.
5789 * features/rs6000/powerpc-32l.c: Likewise.
5790 * features/rs6000/powerpc-403.c: Likewise.
5791 * features/rs6000/powerpc-403gc.c: Likewise.
5792 * features/rs6000/powerpc-405.c: Likewise.
5793 * features/rs6000/powerpc-505.c: Likewise.
5794 * features/rs6000/powerpc-601.c: Likewise.
5795 * features/rs6000/powerpc-602.c: Likewise.
5796 * features/rs6000/powerpc-603.c: Likewise.
5797 * features/rs6000/powerpc-604.c: Likewise.
5798 * features/rs6000/powerpc-64.c: Likewise.
5799 * features/rs6000/powerpc-64l.c: Likewise.
5800 * features/rs6000/powerpc-750.c: Likewise.
5801 * features/rs6000/powerpc-860.c: Likewise.
5802 * features/rs6000/powerpc-e500.c: Likewise.
5803 * features/rs6000/powerpc-e500l.c: Likewise.
5804 * features/rs6000/powerpc-isa205-32l.c: Likewise.
5805 * features/rs6000/powerpc-isa205-64l.c: Likewise.
5806 * features/rs6000/rs6000.c: Likewise.
5807
5808 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
5809
5810 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
5811 variable.
5812 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
5813 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
5814 (stap_parse_argument) <e>: Likewise.
5815 (handle_stap_probe) <byte_order>: Likewise.
5816
5817 2012-04-30 Doug Evans <dje@google.com>
5818
5819 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
5820 init_and_read_dies_worker. All callers updated.
5821 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
5822 replaced with init_cutu_and_read_dies.
5823 (load_partial_comp_unit): Pass 1 for use_existing_cu.
5824 (find_partial_die): Remove FIXME. Don't free current CU.
5825
5826 2012-04-30 Sterling Augustine <saugustine@google.com>
5827
5828 * contrib: New directory.
5829 * contrib/test_pubnames_and_indexes.py: New file.
5830
5831 2012-04-30 Doug Evans <dje@google.com>
5832
5833 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
5834 All callers updated.
5835 (init_cu_die_reader): Verify the section is non-empty.
5836 (dwarf_decode_line_header): Don't dereference section->asection
5837 until we know the section is present.
5838
5839 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
5840
5841 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
5842 probes.
5843
5844 2012-04-29 Yao Qi <yao@codesourcery.com>
5845
5846 * gdb-code-style.el: New hook gdb-markup-hook
5847 and gdb-comment-hook.
5848
5849 2012-04-28 Doug Evans <dje@google.com>
5850
5851 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
5852 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
5853 objfile->obfd.
5854 * symfile.h (dwarf2_debug_sections): New member addr.
5855 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
5856 (ctx_no_get_addr_index): New function.
5857 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
5858 (ctx_no_get_addr_index): Declare.
5859 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
5860 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
5861 (dwarf_expr_ctx_funcs): Update.
5862 (needs_get_addr_index): New function.
5863 (needs_frame_ctx_funcs): Update.
5864 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
5865 * dwarf2read.c: #include "gdbcore.h".
5866 (dwarf2_per_objfile): New members addr, dwo_files.
5867 (dwarf2_elf_names): Add entry for addr.
5868 (struct dwo_section_names): New type.
5869 (dwo_section_names): New static global.
5870 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
5871 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
5872 old debug_types_section member updated to use this.
5873 Rename member debug_types_section to info_or_types_section,
5874 all uses updated.
5875 (signatured_type): Rename member type_offset to type_offset_in_tu,
5876 all uses updated. New member type_offset_in_section.
5877 (struct dwo_sections): New type.
5878 (struct dwo_unit): New type.
5879 (struct dwo_file): New type.
5880 (die_reader_specs): New member dwo_file.
5881 (dwarf2_locate_sections): Watch for .debug_addr.
5882 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
5883 (dwarf2_read_section): Get bfd of section from bfd's asection,
5884 instead of objfile.
5885 (create_cus_from_index): Initialize the_cu->info_or_types_section.
5886 (create_signatured_type_table_from_index): Initialize
5887 sig_type->info_or_types_section.
5888 (dw2_get_file_names): Statement lists for type units with DWO files
5889 live in the DWO file.
5890 (create_debug_types_hash_table): New function.
5891 (create_all_type_units): Rewrite.
5892 (init_cu_die_reader): New arg dwo_file, all callers updated.
5893 (init_and_read_dies_worker): Get section from
5894 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
5895 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
5896 continue reading the CU/TU from there.
5897 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
5898 updated. Get section from this_cu->info_or_types_section.
5899 (create_all_comp_units): Initialize this_cu->info_or_types_section.
5900 (skip_one_die): New cases DW_FORM_GNU_addr_index,
5901 DW_FORM_GNU_str_index.
5902 (hash_dwo_file, eq_dwo_file): New functions.
5903 (allocate_dwo_file_hash_table): New function.
5904 (hash_dwo_unit, eq_dwo_unit): New functions.
5905 (allocate_dwo_unit_table): New function.
5906 (dwarf2_locate_dwo_sections): New function.
5907 (struct create_dwo_info_table_data): New type.
5908 (create_debug_info_hash_table_reader): New function.
5909 (create_debug_info_hash_table): New function.
5910 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
5911 (lookup_dwo_file): New function.
5912 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
5913 (free_dwo_file, free_dwo_file_cleanup): New functions.
5914 (free_dwo_file_from_slot, free_dwo_files): New functions.
5915 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
5916 (dwarf2_record_block_ranges): Ditto.
5917 (read_partial_die): Ditto.
5918 (process_enumeration_scope): Update to use type_offset_in_section.
5919 (read_full_die_1): New function.
5920 (read_full_die): Rewrite.
5921 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
5922 DW_FORM_GNU_str_index.
5923 (read_addr_index_1, read_addr_index): New functions.
5924 (read_addr_index_from_leb128): New function.
5925 (struct dwarf2_read_addr_index_data): New type.
5926 (dwarf2_read_addr_index_reader): New function.
5927 (dwarf2_read_addr_index): New function.
5928 (read_str_index): New function.
5929 (leb128_size): New function.
5930 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
5931 If processing a type unit from a DWO file, get the line section
5932 from the DWO file.
5933 (var_decode_location): Watch for DW_OP_GNU_addr_index.
5934 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
5935 DW_FORM_GNU_str_index.
5936 (lookup_die_type): Check whether section offset of type's die is
5937 known before looking it up. Remove assert. Condition can
5938 legimately happen for inter-cu type references.
5939 (dwarf_attr_name): Handle Fission attributes.
5940 (dwarf_form_name): Handle Fission forms.
5941 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
5942 DW_FORM_GNU_str_index.
5943 (follow_die_sig): Update to use type_offset_in_section.
5944 (decode_locdesc): New case DW_OP_GNU_addr_index.
5945 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
5946 DW_FORM_GNU_str_index.
5947 (cu_debug_loc_section): New function.
5948 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
5949 (dwarf2_per_objfile_free): Unmap .debug_addr section.
5950 Free DWO files if present.
5951 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
5952
5953 Refactor DIE reading.
5954 * dwarf2read.c (dwarf2_per_objfile): Replace members
5955 debug_info_type_hash and debug_types_type_hash with die_type_hash.
5956 (die_reader_specs): New member "die_section". Temporarily make
5957 member "buffer" non-const, pending constifying all info_ptr uses.
5958 (die_reader_func_ftype): New typedef.
5959 (dw2_get_file_names_reader): New function.
5960 (dw2_get_file_names): Rewrite.
5961 (read_and_check_type_unit_head): Rename arg type_offset to
5962 type_offset_in_tu.
5963 (create_all_type_units): Improve debugging message.
5964 Improve dummy type unit check.
5965 (init_cu_die_reader): New arg "section". All callers updated.
5966 (init_and_read_dies_worker): New function.
5967 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
5968 (init_cutu_and_read_dies_no_follow): New function.
5969 (init_cutu_and_read_dies_simple): New function.
5970 (process_psymtab_comp_unit_reader): New function.
5971 (process_psymtab_comp_unit): Delete args section,
5972 is_debug_types_section. Rewrite. All callers updated.
5973 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
5974 All callers updated. Rewrite.
5975 (load_partial_comp_unit_reader): New function.
5976 (load_partial_comp_unit): Rewrite.
5977 (skip_children): New arg reader. Delete args buffer, cu.
5978 All callers updated.
5979 (skip_one_die): New arg reader. Delete args buffer, cu.
5980 All callers updated.
5981 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
5982 All callers updated.
5983 (load_full_comp_unit_reader): New function.
5984 (load_full_comp_unit): Rewrite.
5985 (read_comp_unit): Delete.
5986 (read_die_and_children_1): Delete, contents moved ...
5987 (read_die_and_children): ... here.
5988 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
5989 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
5990 All callers updated.
5991 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
5992 All callers updated.
5993 (find_partial_die): Rewrite load_all_dies support.
5994 (read_attribute_value): New arg reader. Delete args abfd, cu.
5995 All callers updated.
5996 (read_attribute): New arg reader. Delete args abfd, cu.
5997 All callers updated.
5998 (load_full_type_unit): Add assert.
5999 (read_signatured_type_reader): New function.
6000 (read_signatured_type): Rewrite.
6001 (free_stack_comp_unit): Remove call to age_cached_comp_units.
6002 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
6003 All callers updated. Set per_cu->cu = NULL after freeing it.
6004 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
6005 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
6006 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
6007 (set_die_type): Update.
6008 (get_die_type_at_offset): Update.
6009 (read_file_scope): Call prepare_one_comp_unit.
6010 (read_type_unit_scope): Ditto.
6011 (prepare_one_comp_unit): Set producer if present.
6012
6013 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6014
6015 * probe.c (compile_rx_or_error): Silence ARI warning about missing
6016 gettext function on `error'.
6017
6018 2012-04-27 Doug Evans <dje@google.com>
6019
6020 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
6021 is empty.
6022
6023 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6024 Tom Tromey <tromey@redhat.com>
6025
6026 * breakpoint.c (struct breakpoint_objfile_data)
6027 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
6028 <exception_probes>: New fields.
6029 (free_breakpoint_probes): New function.
6030 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
6031 `_Unwind_DebugHook'.
6032 (create_exception_master_breakpoint): Likewise.
6033 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
6034 * infrun.c: Including necessary header files for handling SystemTap
6035 probes.
6036 (handle_inferior_event): Handling longjmp breakpoint and exceptions
6037 via SystemTap probes.
6038 (check_exception_resume): Remove `func' argument. Handle exception
6039 unwinding breakpoint set via a SystemTap probe.
6040 (insert_exception_resume_from_probe): New function.
6041
6042 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6043 Tom Tromey <tromey@redhat.com>
6044 Jan Kratochvil <jan.kratochvil@redhat.com>
6045
6046 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
6047 (COMMON_OBS): Likewise.
6048 (HFILES_NO_SRCDIR): Add `probe'.
6049 * NEWS: Mention support for static and SystemTap probes.
6050 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
6051 SystemTap probes' arguments parser.
6052 * arm-linux-tdep.c: Including headers needed to perform the parsing
6053 of SystemTap probes' arguments.
6054 (arm_stap_is_single_operand): New function.
6055 (arm_stap_parse_special_token): Likewise.
6056 (arm_linux_init_abi): Initializing proper fields used by SystemTap
6057 probes' arguments parser.
6058 * ax-gdb.c (require_rvalue): Removing static declaration.
6059 (gen_expr): Likewise.
6060 * ax-gdb.h (gen_expr): Declaring function.
6061 (require_rvalue): Likewise.
6062 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
6063 (bkpt_probe_breakpoint_ops): New variable.
6064 (momentary_breakpoint_from_master): Set the `probe' value.
6065 (add_location_to_breakpoint): Likewise.
6066 (break_command_1): Using proper breakpoint_ops according to the
6067 argument passed by the user in the command line.
6068 (bkpt_probe_insert_location): New function.
6069 (bkpt_probe_remove_location): Likewise.
6070 (bkpt_probe_create_sals_from_address): Likewise.
6071 (bkpt_probe_decode_linespec): Likewise.
6072 (tracepoint_probe_create_sals_from_address): Likewise.
6073 (tracepoint_probe_decode_linespec): Likewise.
6074 (tracepoint_probe_breakpoint_ops): New variable.
6075 (trace_command): Using proper breakpoint_ops according to the
6076 argument passed by the user in the command line.
6077 (initialize_breakpoint_ops): Initializing breakpoint_ops for
6078 static probes on breakpoints and tracepoints.
6079 * breakpoint.h (struct bp_location) <probe>: New field.
6080 * cli-utils.c (skip_spaces_const): New function.
6081 (extract_arg): Likewise.
6082 * cli-utils.h (skip_spaces_const): Likewise.
6083 (extract_arg): Likewise.
6084 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
6085 * configure.ac: Append `stap-probe.o' to be generated when ELF
6086 support is present.
6087 * configure: Regenerate.
6088 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
6089 * elfread.c: Include `probe.h' and `arch-utils.h'.
6090 (probe_key): New variable.
6091 (elf_get_probes): New function.
6092 (elf_get_probe_argument_count): Likewise.
6093 (elf_evaluate_probe_argument): Likewise.
6094 (elf_compile_to_ax): Likewise.
6095 (elf_symfile_relocate_probe): Likewise.
6096 (stap_probe_key_free): Likewise.
6097 (elf_probe_fns): New variable.
6098 (elf_sym_fns): Add `sym_probe_fns' value.
6099 (elf_sym_fns_lazy_psyms): Likewise.
6100 (elf_sym_fns_gdb_index): Likewise.
6101 (_initialize_elfread): Initialize objfile cache for static
6102 probes.
6103 * gdb_vecs.h (struct probe): New forward declaration.
6104 (probe_p): New VEC declaration.
6105 * gdbarch.c: Regenerate.
6106 * gdbarch.h: Regenerate.
6107 * gdbarch.sh (stap_integer_prefix): New variable.
6108 (stap_integer_suffix): Likewise.
6109 (stap_register_prefix): Likewise.
6110 (stap_register_suffix): Likewise.
6111 (stap_register_indirection_prefix): Likewise.
6112 (stap_register_indirection_suffix): Likewise.
6113 (stap_gdb_register_prefix): Likewise.
6114 (stap_gdb_register_suffix): Likewise.
6115 (stap_is_single_operand): New function.
6116 (stap_parse_special_token): Likewise.
6117 (struct stap_parse_info): Forward declaration.
6118 * i386-tdep.c: Including headers needed to perform the parsing
6119 of SystemTap probes' arguments.
6120 (i386_stap_is_single_operand): New function.
6121 (i386_stap_parse_special_token): Likewise.
6122 (i386_elf_init_abi): Initializing proper fields used by SystemTap
6123 probes' arguments parser.
6124 * i386-tdep.h (i386_stap_is_single_operand): New function.
6125 (i386_stap_parse_special_token): Likewise.
6126 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
6127 * mipsread.c (ecoff_sym_fns): Likewise.
6128 * objfiles.c (objfile_relocate1): Support relocation for static
6129 probes.
6130 * parse.c (prefixify_expression): Remove static declaration.
6131 (initialize_expout): Likewise.
6132 (reallocate_expout): Likewise.
6133 * parser-defs.h (initialize_expout): Declare function.
6134 (reallocate_expout): Likewise.
6135 (prefixify_expression): Likewise.
6136 * ppc-linux-tdep.c: Including headers needed to perform the parsing
6137 of SystemTap probes' arguments.
6138 (ppc_stap_is_single_operand): New function.
6139 (ppc_stap_parse_special_token): Likewise.
6140 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
6141 probes' arguments parser.
6142 * probe.c: New file, for generic statically defined probe support.
6143 * probe.h: Likewise.
6144 * s390-tdep.c: Including headers needed to perform the parsing of
6145 SystemTap probes' arguments.
6146 (s390_stap_is_single_operand): New function.
6147 (s390_gdbarch_init): Initializing proper fields used by SystemTap
6148 probes' arguments parser.
6149 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
6150 * stap-probe.c: New file, for SystemTap probe support.
6151 * stap-probe.h: Likewise.
6152 * symfile.h: Include `gdb_vecs.h'.
6153 (struct sym_probe_fns): New struct.
6154 (struct sym_fns) <sym_probe_fns>: New field.
6155 * symtab.c (init_sal): Initialize `probe' field.
6156 * symtab.h (struct probe): Forward declaration.
6157 (struct symtab_and_line) <probe>: New field.
6158 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
6159 locations.
6160 (stop_tracing): Likewise.
6161 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
6162
6163 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6164 Tom Tromey <tromey@redhat.com>
6165
6166 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
6167 and to compile agent expressions.
6168 * infrun.c (siginfo_make_value): New argument `ignore'.
6169 (siginfo_funcs): New struct.
6170 (_initialize_infrun): New argument when calling
6171 `create_internalvar_type_lazy'.
6172 * thread.c (thread_id_make_value): New argument `ignore'.
6173 (thread_funcs): New struct.
6174 (_initialize_thread): New argument when calling
6175 `create_internalvar_type_lazy'.
6176 * tracepoint.c (sdata_make_value): New argument `ignore'.
6177 (sdata_funcs): New struct.
6178 (_initialize_tracepoint): New argument when calling
6179 `create_internalvar_type_lazy'.
6180 * value.c (make_value): New struct.
6181 (create_internalvar_type_lazy): New argument `data'.
6182 (compile_internalvar_to_ax): New function.
6183 (value_of_internalvar): Properly handling `make_value' case.
6184 (clear_internalvar): Likewise.
6185 (show_convenience): Adding `TRY_CATCH' block.
6186 * value.h (internalvar_make_value): Delete, replace by...
6187 (struct internalvar_funcs): ... this.
6188 (create_internalvar_type_lazy) <fun>: Delete argument.
6189 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
6190 (compile_internalvar_to_ax): New function.
6191 * windows-tdep.c (tlb_make_value): New argument `ignore'.
6192 (tlb_funcs): New struct.
6193 (_initialize_windows_tdep): New argument when calling
6194 `create_internalvar_type_lazy'.
6195
6196 2012-04-27 Mark Wielaard <mjw@redhat.com>
6197
6198 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
6199 see whether it is an address or a constant offset from DW_AT_low_pc.
6200 (dwarf2_record_block_ranges): Likewise.
6201 (read_partial_die): Likewise.
6202
6203 2012-04-26 Mark Wielaard <mjw@redhat.com>
6204
6205 * MAINTAINERS (Write After Approval): Add myself to the list.
6206
6207 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6208
6209 * proc-utils.h (proc_prettyprint_signalset): New prototype.
6210 (proc_prettyprint_signal): Likewise.
6211 (proc_prettyprint_faultset): Likewise.
6212 (proc_prettyprint_fault): Likewise.
6213 (proc_prettyprint_actionset): Likewise.
6214 (proc_prettyprint_flags): Move to new proc-flags.c section.
6215 (proc_prettyfprint_flags): New prototype.
6216 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
6217 (proc_syscall, proc_cursig): Likewise.
6218 (proc_set_kill_on_last_close): Likewise.
6219 (proc_unset_kill_on_last_close): Likewise.
6220 (proc_set_watchpoint): Make static.
6221 (proc_delete_dead_threads): Likewise.
6222 (procfs_set_watchpoint): Likewise.
6223 (_initialize_procfs): Add prototype.
6224 * proc-events.c: Include proc-utils.h.
6225 (init_syscall_table): Make static.
6226 * proc-api.c (_initialize_proc_api): Add prototype.
6227 * proc-flags.c: Include proc-utils.h.
6228
6229 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6230
6231 * configure.ac: Add AC_ARG_PROGRAM.
6232 * configure: Regenerate.
6233
6234 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6235
6236 Fix DW_AT_lower_bound defaults for DWARF-4+.
6237 * dwarf2read.c (read_subrange_type): Remove initialization of low and
6238 high. New variable low_default_is_valid. Implement DWARF-4+
6239 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
6240 no default by the DWARF standard.
6241
6242 2012-04-26 Maciej W. Rozycki <macro@mips.com>
6243 Maciej W. Rozycki <macro@codesourcery.com>
6244
6245 * infrun.c (handle_inferior_event): Move the check for return
6246 trampolines ahead of the check for function trampolines.
6247 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
6248 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
6249 (mips_str_mips16_ret_stub): Likewise.
6250 (mips_str_call_fp_stub): Likewise.
6251 (mips_str_call_stub): Likewise.
6252 (mips_str_fn_stub): Likewise.
6253 (mips_str_pic): Likewise.
6254 (mips_in_frame_stub): New function.
6255 (mips_unwind_pc): Return the return address rather than the PC
6256 if the PC of an intermediate frame is inside a call thunk.
6257 (mips_is_stub_suffix): New function.
6258 (mips_is_stub_mode): Likewise.
6259 (mips_get_mips16_fn_stub_pc): Likewise.
6260 (mips_skip_mips16_trampoline_code): Update to handle all the
6261 currently generated stub types. Don't recurse into __fn_stub
6262 thunks. Remove heuristics to handle stubs beyond etext/_etext.
6263 Use cooked register accesses.
6264 (mips_in_return_stub): Reintroduce function.
6265 (mips_skip_trampoline_code): Traverse trampolines recursively.
6266 (mips_gdbarch_init): Handle MIPS16 return trampolines.
6267
6268 2012-04-26 Joel Brobecker <brobecker@adacore.com>
6269
6270 GDB 7.4.1 released.
6271
6272 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
6273
6274 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
6275 * features/arm-with-m-vfp-d16.xml: New file. Describes
6276 Cortex-M with VFPv4-sp-d16 FPU register layout.
6277 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
6278 * features/arm-with-m-vfp-d16.c: New. Generated from above.
6279 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
6280 (arm-register_g_packet_guesses): Add vfp-d16 guess.
6281 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
6282
6283 2012-04-25 Doug Evans <dje@google.com>
6284
6285 * cli/cli-decode.c (print_doc_line): Use stream instead of
6286 current_uiout.
6287
6288 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
6289
6290 * features/arm-with-iwmmxt.c: Regenerate.
6291 * features/arm-with-m-fpa-layout.c: Likewise.
6292 * features/arm-with-m.c: Likewise.
6293 * features/arm-with-neon.c: Likewise.
6294 * features/arm-with-vfpv2.c: Likewise.
6295 * features/arm-with-vfpv3.c: Likewise.
6296 * features/mips-dsp-linux.c: Likewise.
6297 * features/mips-linux.c: Likewise.
6298 * features/mips64-dsp-linux.c: Likewise.
6299 * features/mips64-linux.c: Likewise.
6300 * features/s390-linux32.c: Likewise.
6301 * features/s390-linux32v1.c: Likewise.
6302 * features/s390-linux32v2.c: Likewise.
6303 * features/s390-linux64.c: Likewise.
6304 * features/s390-linux64v1.c: Likewise.
6305 * features/s390-linux64v2.c: Likewise.
6306 * features/s390x-linux64.c: Likewise.
6307 * features/s390x-linux64v1.c: Likewise.
6308 * features/s390x-linux64v2.c: Likewise.
6309 * features/tic6x-c62x-linux.c: Likewise.
6310 * features/tic6x-c62x.c: Likewise.
6311 * features/tic6x-c64x-linux.c: Likewise.
6312 * features/tic6x-c64x.c: Likewise.
6313 * features/tic6x-c64xp-linux.c: Likewise.
6314 * features/tic6x-c64xp.c: Likewise.
6315 * target-descriptions.c: Only generate `field_type' and `type'
6316 variables when needed.
6317
6318 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
6319
6320 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
6321
6322 2012-04-25 Doug Evans <dje@google.com>
6323
6324 Initial pass at Go language support.
6325 * NEWS: Mention Go.
6326 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
6327 go-valprint.c.
6328 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
6329 (YYFILES): Add go-exp.c.
6330 (YYOBJ): Add go-exp.o.
6331 (local-maintainer-clean): Delete go-exp.c.
6332 * defs.h (enum language): Add language_go.
6333 * dwarf2read.c: #include "go-lang.h".
6334 (fixup_go_packaging): New function.
6335 (process_full_comp_unit): Call it when processing Go CUs.
6336 (dwarf2_physname): Add Go support.
6337 (read_file_scope): Handle missing language spec for GNU Go.
6338 (set_cu_language): Handle DW_LANG_Go.
6339 * go-exp.y: New file.
6340 * go-lang.h: New file.
6341 * go-lang.c: New file.
6342 * go-typeprint.c: New file.
6343 * go-valprint.c: New file.
6344 * symtab.c: #include "go-lang.h".
6345 (symbol_set_language): Handle language_go.
6346 (symbol_find_demangled_name, symbol_set_names): Ditto.
6347 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
6348
6349 2012-04-24 Jim Meyering <meyering@redhat.com>
6350
6351 avoid a few strncpy-induced buffer overruns
6352 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
6353 fname and psargs before trying to concatenate.
6354 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
6355 "name" before applying strchr.
6356
6357 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
6358
6359 * CONTRIBUTE: Use unified diff instead of context diff when
6360 generating patches.
6361
6362 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6363
6364 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
6365 code. Handle JR.HB correctly.
6366
6367 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6368
6369 * mips-tdep.c
6370 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
6371 with the other MIPS16 helpers.
6372
6373 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
6374
6375 * observer.sh: Conditionally declare `args', thus cleaning up
6376 unused instances of this variable.
6377
6378 2012-04-24 Yao Qi <yao@codesourcery.com>
6379
6380 Revert this patch to allow breakpoint always-inserted
6381 in record target.
6382 2011-12-05 Pedro Alves <pedro@codesourcery.com>
6383 * breakpoint.c: Include record.h.
6384 (breakpoints_always_inserted_mode): Return false when the record
6385 target is in use.
6386
6387 * breakpoint.c (iterate_over_bp_locations): New.
6388 * breakpoint.h: Declare.
6389 New typedef walk_bp_location_callback.
6390 * record.c (record_open): Call record_init_record_breakpoints.
6391 (record_sync_record_breakpoints): New.
6392 (record_init_record_breakpoints): New.
6393 * NEWS: Mention supporting breakpoint always-inserted mode in
6394 record target.
6395
6396 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
6397
6398 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
6399 any thread.
6400
6401 2012-04-24 Yao Qi <yao@codesourcery.com>
6402
6403 * breakpoint.c (ep_is_catchpoint): Renamed to ...
6404 (is_catchpoint): ... it.
6405 (print_one_breakpoint_location): Caller update.
6406 * breakpoint.h: Update declaration.
6407
6408 2012-04-23 David S. Miller <davem@davemloft.net>
6409
6410 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
6411
6412 2012-04-23 Tom Tromey <tromey@redhat.com>
6413
6414 * buildsym.c (add_free_pendings): Remove.
6415 * buildsym.h (add_free_pendings): Remove.
6416
6417 2012-04-23 Doug Evans <dje@google.com>
6418
6419 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
6420 attr.u.unsnd instead of attr.u.addr.
6421 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
6422 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
6423 DW_FORM_ref_udata.
6424 (dump_die_shallow): Update cases DW_FORM_ref_addr,
6425 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
6426 DW_FORM_ref_udata.
6427 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
6428
6429 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
6430
6431 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
6432 (mips_o32_return_value): Likewise.
6433 (mips_o64_return_value): Likewise.
6434
6435 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
6436
6437 * ada-lang.c (ada_evaluate_subexp): Add cases for
6438 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
6439 their treatment in eval.c.
6440
6441 2012-04-21 David S. Miller <davem@davemloft.net>
6442
6443 * sparc-tdep.c (X_DISP10): Define.
6444 (sparc_analyze_control_transfer): Handle compare-and-branch.
6445
6446 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
6447
6448 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
6449 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
6450
6451 2012-04-20 Nigel Stephens <nigel@mips.com>
6452 Maciej W. Rozycki <macro@codesourcery.com>
6453
6454 * mips-tdep.c (mips_float_register_p): New function.
6455 (mips_convert_register_float_case_p): Use mips_float_register_p.
6456 (mips_register_type): Likewise.
6457 (mips_print_register): Likewise.
6458 (print_gp_register_row): Likewise.
6459 (mips_print_registers_info): Likewise.
6460
6461 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
6462
6463 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
6464 of mips16 symbols.
6465
6466 2012-04-20 Andrew Pinski <apinski@cavium.com>
6467
6468 * MAINTAINERS (Write After Approval): Add myself to the list.
6469
6470 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6471
6472 * MAINTAINERS: Update my e-mail address.
6473
6474 2012-04-20 Pedro Alves <palves@redhat.com>
6475
6476 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
6477 $srcdir.
6478 * configure: Regenerate.
6479
6480 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6481
6482 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
6483 declaration.
6484 * gdb_vecs.h: Declare `const_char_ptr' VEC.
6485
6486 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6487
6488 Fix compilation compatibility with python-2.4
6489 * python/py-type.c (convert_field): Cast ADDRSTRING for
6490 PyObject_SetAttrString as non-const. New comment.
6491
6492 2012-04-19 Tom Tromey <tromey@redhat.com>
6493
6494 * top.c (quit_target): Use all_cleanups.
6495 * main.c (captured_command_loop): Use all_cleanups.
6496 * exceptions.c (throw_exception): Use all_cleanups.
6497
6498 2012-04-19 Pedro Alves <palves@redhat.com>
6499
6500 * Makefile.in (GNULIB_BUILDDIR): New.
6501 (LIBGNU, INCGNU, GNULIB_H): Adjust.
6502 (SUBDIRS): Add $(GNULIB_BUILDDIR).
6503 (CLEANDIRS). Remove gnulib/import.
6504 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
6505 (all-lib): Ditto.
6506 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
6507 (gnulib/import/Makefile): Replace gnulib/import with
6508 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
6509 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
6510 (aclocal_m4_deps): Remove the gnulib dependencies. Add
6511 acx_configure_dir.m4.
6512 * acinclude.m4: Include acx_configure_dir.m4.
6513 * acx_configure_dir.m4: New file.
6514 * aclocal.m4: Regenerate.
6515 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
6516 calls. Configure gnulib using ACX_CONFIGURE_DIR.
6517 (GNULIB): New variable.
6518 (GNULIB_STDINT_H): Adjust.
6519 (AC_OUTPUT): Don't output gnulib/Makefile.
6520 * gdb/defs.h: Include build-gnulib/config.h.
6521 * aclocal.m4: Regenerate.
6522 * config.in: Regenerate.
6523 * configure: Regenerate.
6524
6525 * gnulib/Makefile.in: New file.
6526 * gnulib/configure.ac: New file.
6527 * gnulib/aclocal.m4: New file.
6528 * gnulib/config.in: New file.
6529 * gnulib/configure: New file.
6530 * gnulib/: Re-run gnulib-tool to adjust.
6531
6532 2012-04-19 Doug Evans <dje@google.com>
6533
6534 * cleanups.h (struct cleanup): Move to cleanups.c.
6535 (make_cleanup_dtor_ftype): New typedef.
6536 (make_cleanup_dtor): Use it.
6537 (ALL_CLEANUPS): Replace with ...
6538 (all_cleanups): ... this. Declare. All uses updated.
6539 * cleanups.c: #include "gdb_assert.h".
6540 (sentinel_cleanup): New static global.
6541 (SENTINEL_CLEANUP): Define.
6542 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
6543 (make_my_cleanup2): Assert result is non-NULL.
6544 (all_cleanups): New function.
6545 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
6546 of NULL.
6547
6548 2012-04-19 Pedro Alves <palves@redhat.com>
6549
6550 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
6551 Adjust paths to gnulib imported files.
6552
6553 2012-04-19 Pedro Alves <palves@redhat.com>
6554
6555 * gnulib/: Move whole directory ...
6556 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
6557 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
6558 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
6559 (aclocal_m4_deps): Adjust.
6560 * aclocal.m4: Regenerate.
6561 * configure: Regenerate.
6562 * configure.ac: Adjust AC_OUTPUT output.
6563
6564 2012-04-19 Yao Qi <yao@codesourcery.com>
6565
6566 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
6567 (vec.o): New rule.
6568 * vec.c: Move it ...
6569 * common/vec.c: ... here.
6570 * vec.h: Move it ...
6571 * common/vec.h: ... here.
6572
6573 2012-04-19 Yao Qi <yao@codesourcery.com>
6574
6575 * gdb-code-style.el: New.
6576
6577 2012-04-18 Pedro Alves <palves@redhat.com>
6578
6579 Update gnulib from latest git.
6580 (639ea5ae15e39fe48d43e04864b2997301e4b969)
6581
6582 * gnulib/Makefile.am: Update.
6583 * gnulib/dummy.c: Update.
6584 * gnulib/extra/arg-nonnull.h: Update.
6585 * gnulib/extra/c++defs.h: Update.
6586 * gnulib/extra/update-copyright: Update.
6587 * gnulib/extra/warn-on-use.h: Update.
6588 * gnulib/inttypes.in.h: Update.
6589 * gnulib/m4/00gnulib.m4: Update.
6590 * gnulib/m4/extensions.m4: Update.
6591 * gnulib/m4/gnulib-cache.m4: Update.
6592 * gnulib/m4/gnulib-common.m4: Update.
6593 * gnulib/m4/gnulib-comp.m4: Update.
6594 * gnulib/m4/gnulib-tool.m4: Update.
6595 * gnulib/m4/include_next.m4: Update.
6596 * gnulib/m4/inttypes-pri.m4: Update.
6597 * gnulib/m4/inttypes.m4: Update.
6598 * gnulib/m4/longlong.m4: Update.
6599 * gnulib/m4/memchr.m4: Update.
6600 * gnulib/m4/memmem.m4: Update.
6601 * gnulib/m4/mmap-anon.m4: Update.
6602 * gnulib/m4/multiarch.m4: Update.
6603 * gnulib/m4/onceonly.m4: Update.
6604 * gnulib/m4/stddef_h.m4: Update.
6605 * gnulib/m4/stdint.m4: Update.
6606 * gnulib/m4/string_h.m4: Update.
6607 * gnulib/m4/warn-on-use.m4: Update.
6608 * gnulib/m4/wchar_h.m4: Update.
6609 * gnulib/m4/wchar_t.m4: Update.
6610 * gnulib/m4/wint_t.m4: Update.
6611 * gnulib/memchr.c: Update.
6612 * gnulib/memmem.c: Update.
6613 * gnulib/stddef.in.h: Update.
6614 * gnulib/stdint.in.h: Update.
6615 * gnulib/str-two-way.h: Update.
6616 * gnulib/string.in.h: Update.
6617 * gnulib/wchar.in.h: Update.
6618
6619 * gnulib/extra/arg-nonnull.h: Delete.
6620 * gnulib/extra/c++defs.h: Delete.
6621 * gnulib/extra/warn-on-use.h: Delete.
6622 * gnulib/m4/wchar_h.m4: Delete.
6623 * gnulib/m4/wint_t.m4: Delete.
6624 * gnulib/wchar.in.h: Delete.
6625
6626 * gnulib/extra/snippets/arg-nonnull.h: New.
6627 * gnulib/extra/snippets/c++defs.h: New.
6628 * gnulib/extra/snippets/warn-on-use.h: New.
6629
6630 * aclocal.m4: Regenerate.
6631 * config.in: Regenerate.
6632 * configure: Regenerate.
6633 * gnulib/Makefile.in: Regenerate.
6634
6635 2012-04-18 Pedro Alves <palves@redhat.com>
6636
6637 Reimport the update-copyright module from gnulib
6638 (250b80067c1e1d8faa0c42fb572f721975b929c5).
6639
6640 * configure: Regenerate.
6641 * gnulib/Makefile.am: Update.
6642 * gnulib/Makefile.in: Regenerate.
6643 * gnulib/extra/update-copyright: Update.
6644 * gnulib/m4/gnulib-cache.m4: Update.
6645 * gnulib/m4/gnulib-comp.m4: Update.
6646
6647 2012-04-18 Tristan Gingold <gingold@adacore.com>
6648
6649 * configure.ac (aix): Put -lpthread into libs.
6650 * configure: Regenerate.
6651
6652 2012-04-18 Tom Tromey <tromey@redhat.com>
6653
6654 * linespec.c (convert_linespec_to_sals): Don't use
6655 SYMBOL_OBJ_SECTION.
6656 (compare_msymbols): Arguments are minsym_and_objfile, not
6657 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
6658
6659 2012-04-18 Pedro Alves <palves@redhat.com>
6660
6661 Revert gnulib/ part of:
6662 2011-01-01 Joel Brobecker <brobecker@adacore.com>
6663 Copyright year update in most files (performed by copyright.sh).
6664
6665 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6666
6667 Fix 64-bit constants on 32-bit hosts.
6668 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
6669 from unsigned long to ULONGEST.
6670 (read_signed_leb128): Change declaration return type from long to
6671 LONGEST.
6672 (dwarf2_const_value_attr): Change declaration parameter value from long
6673 to LONGEST.
6674 (dwarf2_compute_name): Change variable value from long to LONGEST.
6675 (read_unsigned_leb128): Change return type, variable result and some
6676 casts from unsigned long to ULONGEST.
6677 (read_signed_leb128): Change return type, variable result and some
6678 casts from long to LONGEST.
6679 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
6680 value from long to LONGEST.
6681 (dwarf2_const_value): Change variable value from long to LONGEST.
6682 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
6683 plongest and hex_string.
6684 * symtab.h (struct general_symbol_info): Change ivalue from long to
6685 LONGEST, remove the comment.
6686 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
6687 Change SYMBOL_VALUE format strings to use plongest and hex_string.
6688
6689 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
6690
6691 PR symtab/7259:
6692 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
6693 * ada-lang.c (ada_discrete_type_high_bound)
6694 (ada_discrete_type_low_bound): Fix function comment. Use
6695 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6696 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
6697 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6698 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
6699 Use TYPE_FIELD_ENUMVAL.
6700 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
6701 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6702 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
6703 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
6704 TYPE_CODE_ENUM.
6705 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
6706 * dwarf2read.c (process_enumeration_scope): Likewise.
6707 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
6708 field.bitpos.
6709 (class StructMainTypePrettyPrinter): Support also
6710 FIELD_LOC_KIND_ENUMVAL.
6711 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
6712 TYPE_CODE_ENUM.
6713 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6714 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
6715 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
6716 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
6717 field enumval.
6718 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
6719 accommodate enumval.
6720 (struct call_site): Adjust loc_kind to accommodate enumval.
6721 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
6722 (TYPE_FIELD_ENUMVAL): New macros.
6723 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
6724 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
6725 TYPE_CODE_ENUM.
6726 * p-typeprint.c (pascal_type_print_base): Likewise.
6727 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
6728 enumval.
6729 * python/lib/gdb/types.py (make_enum_dict): Likewise.
6730 * python/py-type.c (convert_field): New variable addrstring. Use
6731 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6732 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
6733 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
6734 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
6735 TYPE_CODE_ENUM.
6736 * valprint.c (generic_val_print): Likewise.
6737
6738 2012-04-17 Doug Evans <dje@google.com>
6739
6740 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
6741
6742 * dwarf2read.c: Whitespace fixes.
6743 (lookup_signatured_type): Tweak comment.
6744 (get_die_type_at_offset): Fix comment.
6745
6746 2012-04-17 Joel Brobecker <brobecker@adacore.com>
6747
6748 * xcoffread.c (xcoff_secnum_to_sections): New function.
6749 (secnum_to_section, secnum_to_bfd_section): Reimplement
6750 using xcoff_secnum_to_sections. Rename "secnum" parameter
6751 into "n_scnum".
6752 (RECORD_MINIMAL_SYMBOL): Delete.
6753 (record_minimal_symbol): New function.
6754 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
6755 by call to record_minimal_symbol and set misc_func_recorded
6756 to 1. Set last_csect_sec to the XCOFF section index instead
6757 of GDB's section_offset index. Update calls to
6758 prim_record_minimal_symbol_and_info to pass the BFD section
6759 as well.
6760
6761 2012-04-17 Joel Brobecker <brobecker@adacore.com>
6762
6763 * xcoffread.c (read_xcoff_symtab): Delete variables
6764 last_csect_val and last_csect_sec and associated code.
6765
6766 2012-04-17 Doug Evans <dje@google.com>
6767
6768 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
6769 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6770 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
6771 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
6772
6773 * cleanups.h: New file.
6774 * cleanups.c: New file.
6775 * Makefile.in (SFILES): Add cleanups.c.
6776 (HFILES_NO_SRCDIR): Add cleanups.h.
6777 (COMMON_OBS): Add cleanups.o.
6778 * defs.h (struct cleanup): Moved to cleanups.h.
6779 (do_cleanups,do_final_cleanups): Ditto.
6780 (discard_cleanups,discard_final_cleanups): Ditto
6781 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6782 (save_cleanups,save_final_cleanups): Ditto.
6783 (restore_cleanups,restore_final_cleanups): Ditto.
6784 (null_cleanup): Ditto.
6785 (make_my_cleanup,make_my_cleanup2): Ditto.
6786 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6787 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
6788 (do_cleanups,do_final_cleanups): Ditto.
6789 (discard_cleanups,discard_final_cleanups): Ditto
6790 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6791 (save_cleanups,save_final_cleanups): Ditto.
6792 (restore_cleanups,restore_final_cleanups): Ditto.
6793 (null_cleanup): Ditto.
6794 (make_my_cleanup,make_my_cleanup2): Ditto.
6795 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6796
6797 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
6798 make_my_cleanup.
6799 (make_cleanup_dyn_string_delete): Ditto.
6800 (make_cleanup_ui_file_delete): Ditto.
6801 (make_cleanup_ui_out_redirect_pop): Ditto.
6802 (make_cleanup_free_section_addr_info): Ditto.
6803 (make_cleanup_restore_integer): Ditto.
6804 (make_cleanup_unpush_target): Ditto.
6805 (make_cleanup_value_free_to_mark): Ditto.
6806 (make_cleanup_value_free): Ditto.
6807 (make_cleanup_free_so): Ditto.
6808
6809 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6810
6811 New option "set debug auto-load".
6812 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
6813 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
6814 (auto_load_safe_path_vec_update)
6815 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
6816 if DEBUG_AUTO_LOAD.
6817 (file_is_auto_load_safe): New parameters debug_fmt and ....
6818 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
6819 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
6820 caller by explanatory string.
6821 (_initialize_auto_load): Register "set debug auto-load".
6822 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
6823 and ....
6824 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6825 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
6826 by explanatory string.
6827 * main.c (captured_main): Likewise.
6828 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
6829 (source_section_scripts): Likewise.
6830
6831 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6832
6833 New option "set auto-load safe-path".
6834 * NEWS: New commands "set auto-load safe-path"
6835 and "show auto-load safe-path".
6836 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
6837 (auto_load_safe_path, auto_load_safe_path_vec)
6838 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
6839 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
6840 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
6841 (source_gdb_script_for_objfile): New variable is_safe. Call
6842 file_is_auto_load_safe. Return if it is not.
6843 (struct loaded_script): New field loaded.
6844 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
6845 (print_script): Use LOADED indicator instead of FULL_PATH. Change
6846 output "Missing" to "No".
6847 (_initialize_auto_load): New variable cmd. Initialize
6848 auto_load_safe_path. Register "set auto-load safe-path",
6849 "show auto-load safe-path" and "add-auto-load-safe-path".
6850 * auto-load.h (maybe_add_script): Add parameter loaded.
6851 (file_is_auto_load_safe): New declaration.
6852 * config.in: Regenerate.
6853 * configure: Regenerate.
6854 * configure.ac: New parameters --with-auto-load-safe-path
6855 and --without-auto-load-safe-path.
6856 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6857 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
6858 * main.c (captured_main): Check file_is_auto_load_safe for
6859 LOCAL_GDBINIT.
6860 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
6861 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
6862 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
6863 not.
6864
6865 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6866
6867 auto-load: Implementation.
6868 * NEWS: New descriptions for "info auto-load",
6869 "info auto-load gdb-scripts", "info auto-load python-scripts",
6870 "info auto-load local-gdbinit" and "info auto-load libthread-db".
6871 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
6872 and "show auto-load-scripts". New description for "set auto-load",
6873 "show auto-load", "set auto-load gdb-scripts",
6874 "show auto-load gdb-scripts", "set auto-load python-scripts",
6875 "show auto-load python-scripts", "set auto-load local-gdbinit",
6876 "show auto-load local-gdbinit", "set auto-load libthread-db" and
6877 "show auto-load libthread-db".
6878 * auto-load.c: Remove include python/python-internal.h. Add includes
6879 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
6880 cli/cli-setshow.h.
6881 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
6882 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
6883 (gdbpy_global_auto_load): Rename to ...
6884 (global_auto_load): ... here.
6885 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
6886 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
6887 (script_language_gdb, source_gdb_script_for_objfile): New.
6888 (struct loaded_script): New field language.
6889 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
6890 LANGUAGE.
6891 (maybe_add_script): Add parameter language. Drop redundant
6892 entry.full_path initialization. Initialize entry.language and
6893 (*slot)->language.
6894 (auto_load_objfile_script): Change parameter suffix to language.
6895 Remove the call of maybe_add_script.
6896 Call language->source_script_for_objfile.
6897 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
6898 New.
6899 (collect_matching_scripts): Adjust it for
6900 struct collect_matching_scripts_data.
6901 (auto_load_info_scripts_pattern_nl): New variable.
6902 (info_auto_load_scripts): Rename to ...
6903 (auto_load_info_scripts): ... here, add parameter language. Adjust it
6904 for struct collect_matching_scripts_data.
6905 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
6906 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
6907 (auto_load_show_cmdlist_get, info_auto_load_cmd)
6908 (auto_load_info_cmdlist_get): New.
6909 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
6910 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
6911 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
6912 "info auto-load local-gdbinit".
6913 * auto-load.h (struct script_language): New.
6914 (gdbpy_global_auto_load): Rename to ...
6915 (global_auto_load): ... here.
6916 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
6917 (auto_load_local_gdbinit_loaded): New declarations.
6918 (maybe_add_script): New parameter language.
6919 (auto_load_objfile_script): Change parameter suffix to language.
6920 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
6921 (auto_load_info_scripts, auto_load_set_cmdlist_get)
6922 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
6923 declarations.
6924 * linux-thread-db.c: Include auto-load.h and ctype.h.
6925 (auto_load_thread_db, show_auto_load_thread_db): New.
6926 (struct thread_db_info): New field filename.
6927 (delete_thread_db_info): Call xfree for FILENAME.
6928 (try_thread_db_load): Initialize FILENAME.
6929 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
6930 if !AUTO_LOAD_THREAD_DB.
6931 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
6932 (_initialize_thread_db): Install auto_load_thread_db
6933 as "set auto-load libthread-db" and install info_auto_load_libthread_db
6934 as "info auto-load libthread-db".
6935 * main.c (captured_main): Rename gdbpy_global_auto_load to
6936 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
6937 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
6938 (print_gdb_help): Extend the help for 'local init file'.
6939 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
6940 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
6941 (auto_load_scripts): Rename to ...
6942 (auto_load_python_scripts): ... here, update the comment.
6943 (gdbpy_load_auto_script_for_objfile): New declaration.
6944 (show_auto_load_python_scripts, script_language_python)
6945 (gdbpy_load_auto_script_for_objfile): New.
6946 (source_section_scripts): Refactor the code.
6947 (load_auto_scripts_for_objfile): Rename to ...
6948 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
6949 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
6950 (info_auto_load_python_scripts): New.
6951 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
6952 Rename "set auto-load-scripts" to "set auto-load python-scripts".
6953 Register "set auto-load-scripts" as its deprecated alias. Register
6954 "info auto-load python-scripts". Register "info auto-load-scripts" as
6955 its deprecated alias.
6956 (load_auto_scripts_for_objfile): Rename to ...
6957 (gdbpy_load_auto_scripts_for_objfile): ... here.
6958 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
6959 (gdbpy_load_auto_scripts_for_objfile): ... here.
6960
6961 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6962
6963 auto-load: Move files.
6964 * Makefile.in (SFILES): Add auto-load.c.
6965 (HFILES_NO_SRCDIR): Add auto-load.h.
6966 (COMMON_OBS): Add auto-load.o.
6967 (distclean): Change .gdbinit for gdb-gdb.gdb.
6968 * auto-load.c: New file, with parts from python/py-auto-load.c.
6969 * auto-load.h: New file, with parts from python/python.h.
6970 * configure: Regenerate.
6971 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
6972 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
6973 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
6974 * main.c: Include auto-load.h.
6975 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
6976 command.h, observer.h and progspace.h to auto-load.c. Add include
6977 auto-load.h.
6978 (gdbpy_global_auto_load, struct auto_load_pspace_info)
6979 (struct loaded_script, auto_load_pspace_data)
6980 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
6981 (hash_loaded_script_entry, eq_loaded_script_entry)
6982 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
6983 (maybe_add_script): Move to auto-load.c.
6984 (source_section_scripts): Change maybe_add_script parameters passing,
6985 use script_not_found_warning_print.
6986 (clear_section_scripts, auto_load_objfile_script)
6987 (auto_load_new_objfile, loaded_script_ptr)
6988 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
6989 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
6990 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
6991 auto_load_new_objfile and info_auto_load_scripts initizations to
6992 auto-load.c.
6993 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
6994
6995 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6996
6997 Code cleanup.
6998 * charset.c (find_charset_names): Remove variables ix and elt.
6999 Use free_char_ptr_vec.
7000 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
7001 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
7002 debugdir_end. New variable debugdir_len.
7003 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
7004 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
7005 declarations.
7006 * progspace.c (clear_program_space_solib_cache): Remove variables ix
7007 and elt. Use free_char_ptr_vec.
7008 * source.c (add_path): Remove variables argv, arg and argv_index.
7009 New variables dir_vec, back_to, ix and name.
7010 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
7011 make_cleanup_freeargv. Remove variable separator. Simplify the code
7012 no longer expecting DIRNAME_SEPARATOR.
7013 (openp): Remove variable p, p1 and len. New variables dir_vec,
7014 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
7015 no longer expecting DIRNAME_SEPARATOR.
7016 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
7017 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
7018 debugdir_end.
7019 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
7020 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
7021 (dirnames_to_char_ptr_vec): New functions.
7022
7023 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7024
7025 Code cleanup.
7026 * source.c (add_path): Remove always true conditional 'p == 0' and
7027 unindent its code block.
7028
7029 2012-04-17 Pedro Alves <palves@redhat.com>
7030
7031 * gdbtypes.h (FIELD_BITPOS): Rename to ...
7032 (FIELD_BITPOS_LVAL): ... this.
7033 (FIELD_BITPOS): New.
7034 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
7035 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
7036 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
7037 SET_FIELD_BITPOS.
7038 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
7039 SET_FIELD_BITPOS.
7040 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
7041 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
7042 * target-descriptions.c (tdesc_gdb_type): Adjust to use
7043 SET_FIELD_BITPOS.
7044
7045 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7046
7047 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
7048 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
7049 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
7050 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
7051 * jv-lang.c (java_link_class_type): Likewise, once.
7052 * stabsread.c (read_enum_type): Likewise.
7053
7054 2012-04-16 Yao Qi <yao@codesourcery.com>
7055
7056 * common/agent.c (agent_run_command): Add one more parameter `len'.
7057 Update callers.
7058 * common/agent.h: Update declaration.
7059 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
7060 Update.
7061 (linux_child_static_tracepoint_markers_by_strid): Ditto.
7062
7063 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
7064
7065 PR mi/13393
7066 * value.c (value_actual_type): New function.
7067 * value.h (value_actual_type): New declaration.
7068 * varobj.c (update_type_if_necessary): New function.
7069 (varobj_create): Call value_actual_type instead of
7070 value_type.
7071 (install_dynamic_child): distinct changed and type changed MI variable
7072 objects.
7073 (update_dynamic_varobj_children): Updated for install_dynamic_child
7074 change. All callers updated.
7075 (varobj_update): Support for MI variable object type change if
7076 the value changed and RTTI is used to determine the type.
7077 (create_child_with_value): Call value_actual_type instead of
7078 value_type.
7079 (adjust_value_for_child_access): Extended with a new parameter which
7080 specify whether the given value should be casted to enclosing type.
7081 All callers updated.
7082
7083 2012-04-14 Yao Qi <yao@codesourcery.com>
7084
7085 Import gnulib module inttypes from git
7086 (250b80067c1e1d8faa0c42fb572f721975b929c5)
7087 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
7088 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
7089 gnulib/m4/inttypes-pri.m4
7090 * aclocal.m4, config.in, configure: Regenerated.
7091 * gnulib/Makefile.am: Update.
7092 * gnulib/Makefile.in: Update.
7093 * gnulib/m4/gnulib-cache.m4: Update.
7094 * gnulib/m4/gnulib-comp.m4: Update.
7095 * gnulib/inttypes.in.h: New.
7096 * gnulib/m4/inttypes-pri.m4: New.
7097 * gnulib/m4/inttypes.m4: New.
7098
7099 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
7100
7101 * infrun.c (resume): Update PC address to the real PC after
7102 preparing to do displaced stepping.
7103
7104 2012-04-12 Doug Evans <dje@google.com>
7105
7106 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
7107 All callers updated.
7108
7109 2012-04-12 Mark Kettenis <kettenis@gnu.org>
7110
7111 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
7112
7113 2012-04-12 Doug Evans <dje@google.com>
7114
7115 * dwarf2read.c (create_all_type_units): Renamed from
7116 create_debug_types_hash_table. All callers updated.
7117
7118 * dwarf2read.c (create_signatured_type_table_from_index): Rename
7119 local type_sig to sig_type, type_offset to type_offset_in_tu.
7120 (hash_signatured_type): Renamed from hash_type_signature,
7121 all callers updated.
7122 (eq_signatured_type): Renamed from eq_type_signature,
7123 all callers updated.
7124 (create_debug_types_hash_table): Rename local type_sig to sig_type.
7125 (process_enumeration_scope): Ditto.
7126 (lookup_signatured_type_at_offset): Ditto.
7127 (load_full_type_unit, read_signatured_type): Ditto.
7128
7129 2012-04-12 Yao Qi <yao@codesourcery.com>
7130
7131 * remote.c (async_remote_interrupt): Correct function name in
7132 debug message.
7133 (async_remote_interrupt_twice): Ditto.
7134
7135 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
7136
7137 * source.c (find_and_open_source): Consistently pass resulting
7138 full path through xfullpath.
7139
7140 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7141
7142 Provide more specific displaced-stepping memory error message.
7143 * infrun.c (displaced_step_prepare): New variable status. Call
7144 target_read_memory instead of read_memory, provide more specific
7145 error message.
7146
7147 2012-04-11 Tristan Gingold <gingold@adacore.com>
7148
7149 PR gdb/13901
7150 * darwin-nat.c (darwin_execvp): Revert previous patch.
7151
7152 2012-04-11 Tristan Gingold <gingold@adacore.com>
7153
7154 PR gdb/13901
7155 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
7156 in case of change.
7157
7158 2012-04-11 Tristan Gingold <gingold@adacore.com>
7159
7160 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7161 warning.
7162
7163 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
7164
7165 New command 'explore' which helps explore values and types in
7166 scope.
7167 * NEWS: Add an entry about the new 'explore' command.
7168 * data-directory/Makefile.in: Add gdb/command/explore.py
7169 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
7170 command using the GDB Python API.
7171
7172 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
7173
7174 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
7175 extension in jump target calculation.
7176
7177 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
7178
7179 * mips-tdep.c (mips32_next_pc): Handle JALX.
7180
7181 2012-04-10 Yao Qi <yao@codesourcery.com>
7182
7183 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
7184
7185 2012-04-10 Yao Qi <yao@codesourcery.com>
7186
7187 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
7188 and gnulib/m4/gnulib-tool.m4.
7189
7190 2012-04-10 Doug Evans <dje@google.com>
7191
7192 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
7193 (load_partial_dies): Clarify comment.
7194 (find_partial_die): Support rereading type units.
7195 Clarify CU handling, if we know offset is in CU, don't search for the
7196 containing CU. Add comment regarding memory waste.
7197
7198 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
7199
7200 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
7201 i386/x32-avx and i386/x32-avx-linux.
7202 (i386/x32-expedite): New.
7203 (i386/x32-linux-expedite): Likewise.
7204 (i386/x32-avx-expedite): Likewise.
7205 (i386/x32-avx-linux-expedite): Likewise.
7206 ($(outdir)/i386/x32.dat): Likewise.
7207 ($(outdir)/i386/x32-linux.dat): Likewise.
7208 ($(outdir)/i386/x32-avx.dat): Likewise.
7209 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
7210
7211 * features/i386/x32-avx-linux.xml: New file.
7212 * features/i386/x32-avx.xml: Likewise.
7213 * features/i386/x32-core.xml: Likewise.
7214 * features/i386/x32-linux.xml: Likewise.
7215 * features/i386/x32.xml: Likewise.
7216
7217 * features/i386/x32-avx-linux.c: New. Generated.
7218 * features/i386/x32-avx.c: Likewise.
7219 * features/i386/x32-linux.c: Likewise.
7220 * features/i386/x32.c: Likewise.
7221 * regformats/i386/x32-avx-linux.dat: Likewise.
7222 * regformats/i386/x32-avx.dat: Likewise.
7223 * regformats/i386/x32-linux.dat: Likewise.
7224 * regformats/i386/x32.dat: Likewise.
7225
7226 2012-04-10 Tristan Gingold <gingold@adacore.com>
7227
7228 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
7229 code to kill the inferior.
7230
7231 2012-04-09 Mark Kettenis <kettenis@gnu.org>
7232
7233 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7234 defines.
7235 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7236 defines.
7237 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
7238 (yyvsp): New defines.
7239 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7240 defines.
7241 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7242 defines.
7243 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7244 defines.
7245 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7246 defines.
7247 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7248 defines.
7249
7250 2012-04-09 Mark Kettenis <kettenis@gnu.org>
7251
7252 * sparc64-tdep.c (sparc64_store_arguments)
7253 (sparc64_store_arguments): Fix coding style.
7254
7255 2012-04-07 Mark Kettenis <kettenis@gnu.org>
7256
7257 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
7258 complex floats, adjust some related comments and tighten a related
7259 assertion.
7260 (sparc64_extract_return_value): Handle complex floats.
7261
7262 2012-04-07 Doug Evans <dje@google.com>
7263
7264 * dwarf2read.c (load_partial_dies): Change condition to assert.
7265
7266 2012-04-06 Doug Evans <dje@google.com>
7267
7268 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
7269 "mov %rsp,%rbp".
7270
7271 2012-04-05 Kevin Buettner <kevinb@redhat.com>
7272
7273 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
7274 fencepost error.
7275 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
7276 (v850_gdbarch_init): Set `num_regs' as appropriate for the
7277 architecture.
7278
7279 2012-04-05 Keith Seitz <keiths@redhat.com>
7280
7281 * linespec.c (decode_compound): Remove.
7282 (enum offset_relative_sign): New enum.
7283 (struct line_offset): New struct.
7284 (struct linespec): New struct.
7285 (struct linespec_state): Move file_symtabs,
7286 user_filename, and user_function into struct linespec.
7287 Make result an anonymous struct holding vectors of
7288 symbolp and minsym_and_objfile_d.
7289 Add language member.
7290 (enum ls_token_type): New enum.
7291 (linespec_keywords): New array.
7292 (struct ls_token): New struct.
7293 (struct ls_parser): New struct.
7294 (linespec_lexer_lex_number): New function.
7295 (linespec_lexer_lex_keyword): New function.
7296 (is_ada_operator): New function.
7297 (skip_quote_char): New function.
7298 (copy_token_string): New function.
7299 (is_closing_quote_enclosed): New function.
7300 (find_parameter_list_end): New function.
7301 (linespec_lexer_lex_string): New function.
7302 (linespec_lexer_lex_one): New function.
7303 (linespec_lexer_consume_token): New function.
7304 (linespec_lexer_peek_token): New function.
7305 (cplusplus_error): Remove unused function.
7306 (find_methods): Update comment.
7307 (find_toplevel_char): Return const.
7308 (is_objc_method_format): Remove unused function.
7309 (find_toplevel_string): New function.
7310 (is_linespec_boundary): Remove.
7311 (symbol_not_found_error): New function.
7312 (find_method_overload_end): Remove function.
7313 (unexpected_linespec_error): New function.
7314 (keep_name_info): Remove.
7315 (linespec_parse_line_offset): New function.
7316 (linespec_parse_basic): New function.
7317 (canonicalize_linespec): New function.
7318 (decode_line_internal): Remove.
7319 (create_sals_line_offset): New function adapted from
7320 decode_all_digits.
7321 (convert_linespec_to_sals): New function.
7322 (parse_linespec): New function.
7323 (linespec_parser_new): New function.
7324 (linespec_state_destructor): Change parameter type to
7325 struct linespec_state *.
7326 Add language parameter.
7327 Remove freeing of moved members.
7328 (linespec_parser_delete): New function.
7329 (decode_line_full): Use parse_linespec and linespec_parser_new.
7330 (decode_line_1): Likewise.
7331 (decode_indirect): Rename to ...
7332 (linespec_expression_to_pc): ... this and rewrite
7333 to simply find CORE_ADDR, storing this result for later
7334 conversion to SALs.
7335 (locate_first_half): Remove.
7336 (deocde_objc): Add parameter LS.
7337 Initialize new struct collect_info members.
7338 Handle minimal symbols, too.
7339 (decode_compound): Delete.
7340 (lookup_prefix_sym): Rewrite.
7341 (compare_msymbols): New function.
7342 (find_method): Rewrite.
7343 Do not call cplusplus_error.
7344 (symtabs_from_filename): Rewrite.
7345 (collect_function_symbols): Delete.
7346 (find_function_symbols): Rewrite without ARGPTR-style
7347 processing.
7348 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
7349 (decode_dollar): Adapted and renamed to ...
7350 (linespec_parse_variable): ... this.
7351 (find_linespec_symbols): New function.
7352 (decode_label): Adapted and renamed to ...
7353 (find_label_symbols): ... this.
7354 (decode_digits_list_mode): Add and use LS argument.
7355 (decode_digits_ordinary): Likewise.
7356 (collect_symbols): Do not collect SALs, just symbols and msymbols.
7357 If in list mode, allow any symbol class. Otherwise, only
7358 permit LOC_BLOCK symbols.
7359 (minsym_found): Update comments.
7360 (search_minsyms_for_name): Do not convert the matching symbol
7361 into a SAL. Simply push the symbol and objfile into the
7362 result vector.
7363 (decode_variable): Delete. Contents adapted into
7364 find_linespec_symbols.
7365
7366 * cp-support.c (SKIP_SPACE): Remove.
7367 (operator_tokens): Remove unused global.
7368 (cp_validate_operator): Remove.
7369 * cp-support.h (cp_validate_operator): Remove declaration.
7370
7371 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7372
7373 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
7374 for TYPE_VPTR_FIELDNO.
7375 * valprint.c (valprint_check_validity): Make it global, move the
7376 function comment ...
7377 * value.h (valprint_check_validity): ... to this new declaration.
7378
7379 2012-04-02 Tristan Gingold <gingold@adacore.com>
7380
7381 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
7382 the STATE32 api for i386 state.
7383 (i386_darwin_store_inferior_registers): Likewise.
7384
7385 2012-04-02 Tristan Gingold <gingold@adacore.com>
7386
7387 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
7388 SS offset.
7389 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7390 format_string.
7391
7392 2012-04-02 Tristan Gingold <gingold@adacore.com>
7393
7394 PR gdb/13901
7395 * darwin-nat.c (darwin_execvp): Set binary preference.
7396
7397 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7398
7399 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
7400
7401 2012-03-30 Tom Tromey <tromey@redhat.com>
7402
7403 * python/python.c (gdbpy_decode_line): Move cleanup creation out
7404 of TRY_CATCH. Fix error handling.
7405 * python/py-value.c (convert_value_from_python): Move 'old'
7406 declaration to innermost scope.
7407
7408 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7409 Andrey Smirnov <andrew.smirnov@gmail.com>
7410
7411 -Wshadow warning fix.
7412 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
7413 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
7414 Adjust code accordingly.
7415
7416 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7417
7418 * ada-lang.c (symbol_completion_add): Rename parameter
7419 "encoded" into "encoded_p". Ajust code and documentation
7420 accordingly.
7421
7422 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7423 Andrey Smirnov <andrew.smirnov@gmail.com>
7424
7425 -Wshadow warning fix.
7426 * ada-lang.c (symbol_completion_add): Rename parameter
7427 "wild_match" into wild_match_p. Update code and documentation
7428 accordingly.
7429
7430 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7431
7432 * ada-lang.c (symbol_completion_match): Rename parameter
7433 "encoded" into "encoded_p". Ajust code and documentation
7434 accordingly.
7435
7436 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7437 Andrey Smirnov <andrew.smirnov@gmail.com>
7438
7439 -Wshadow warning fix.
7440 * ada-lang.c (symbol_completion_match): Rename parameter
7441 "wild_match" into "wild_match_p". Adjust code and function
7442 documentation accordingly.
7443
7444 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7445 Andrey Smirnov <andrew.smirnov@gmail.com>
7446
7447 -Wshadow warning fix.
7448 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
7449 "symbol_info" into "info". Adjust code accordingly.
7450 (ada_lookup_symbol): Likewise.
7451
7452 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7453
7454 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
7455 of this function's documentation.
7456
7457 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7458 Andrey Smirnov <andrew.smirnov@gmail.com>
7459
7460 -Wshadow warning fix.
7461 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
7462 variable into "wild_match_p". Adjust code accordingly.
7463
7464 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7465 Andrey Smirnov <andrew.smirnov@gmail.com>
7466
7467 -Wshadow warning fix.
7468 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
7469 parameter into "wild_match_p". Adjust code accordingly.
7470 Document this parameter in the function description.
7471
7472 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7473 Andrey Smirnov <andrew.smirnov@gmail.com>
7474
7475 -Wshadow warning fix.
7476 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
7477 "wild_match" parameter to "wild_match_p" (-Wshadow).
7478
7479 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7480
7481 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
7482 in function documentation.
7483
7484 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7485 Andrey Smirnov <andrew.smirnov@gmail.com>
7486
7487 -Wshadow warning fix.
7488 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
7489 variable into wild_match_p. Adjust code accordingly.
7490
7491 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7492 Andrey Smirnov <andrew.smirnov@gmail.com>
7493
7494 * ada-valprint.c (ada_val_print_1): Move the code handling
7495 TYPE_CODE_ENUM inside its own lexical block. Declare
7496 variables len and val there, instead of in the function's
7497 top level block. Avoid declaring deref_val again in a way
7498 that shadows another variable of the same name declared
7499 in one of the up-level blocks. Just re-use the up-level
7500 variable instead.
7501
7502 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7503
7504 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
7505 Replace block_found argument by symbol_info. Adjust
7506 implementation accordingly. Add function documentation.
7507 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
7508 Fix documentation.
7509 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
7510 * ada-exp.y (write_object_renaming): Adjust to new
7511 ada_lookup_encoded_symbol API.
7512
7513 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7514
7515 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
7516 documentation.
7517
7518 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
7519
7520 * v850-tdep.c: Add the enum values for mpu and fpu registers.
7521 (v850_register_name): Add the mpu and fpu register names.
7522 (v850e_register_name): Add the mpu and fpu register names.
7523 (v850e2_register_name): New function.
7524 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
7525 bfd_mach_v850e2v3.
7526
7527 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7528
7529 * NEWS: Add entry for Ada varobj support.
7530
7531 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7532
7533 * varobj.c (default_value_is_changeable_p): New function,
7534 extracted from varobj_value_is_changeable_p. Add declaration.
7535 (ada_value_is_changeable_p): New function, extracted from
7536 varobj_value_is_changeable_p. Add declaration.
7537 (struct language_specific): New field "value_is_changeable_p".
7538 (languages): Add entries for new field.
7539 (varobj_create): Set language before calling install_new_value.
7540 (varobj_value_is_changeable_p): Reimplement to call the varobj's
7541 "value_is_changeable_p" language callback.
7542
7543 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7544
7545 * ada-varobj.h, ada-varobj.c: New files.
7546 * Makefile.in (SFILES): Add ada-varobj.c.
7547 (HFILES_NO_SRCDIR): Add ada-varobj.h.
7548 (COMMON_OBS): Add ada-varobj.o.
7549
7550 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7551
7552 * varobj.c (ada_value_has_mutated): Add declaration. New function.
7553 (struct language_specific): New field "value_has_mutated".
7554 (languages): Set field "value_has_mutated" in each entry of array.
7555 (varobj_value_has_mutated): New function.
7556 (varobj_udpdate): Add handling of type mutation.
7557 (value_of_root): Add handling of type mutation.
7558 (ada_value_has_mutated): New function.
7559
7560 2012-03-28 Pedro Alves <palves@redhat.com>
7561
7562 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
7563 Always supply $fr0 as 0.0 and $fr1 as 1.0.
7564
7565 2012-03-28 Tom Tromey <tromey@redhat.com>
7566
7567 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
7568 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
7569 before returning.
7570
7571 2012-03-28 Tom Tromey <tromey@redhat.com>
7572
7573 * .dir-locals.el: New file.
7574
7575 2012-03-28 Pedro Alves <palves@redhat.com>
7576
7577 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
7578
7579 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7580
7581 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
7582 handling for r0.
7583
7584 2012-03-27 Pedro Alves <palves@redhat.com>
7585
7586 Eliminate struct ui_stream.
7587
7588 * ui-out.h (struct ui_stream): Delete.
7589 (ui_out_field_stream): Adjust prototype.
7590 (ui_out_stream_new, ui_out_stream_delete)
7591 (make_cleanup_ui_out_stream_delete): Delete declarations.
7592 * ui-out.c (ui_out_field_stream): Change prototype to take a
7593 ui_file instead of a ui_stream. Adjust.
7594 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
7595 (make_cleanup_ui_out_stream_delete): Delete.
7596 * breakpoint.c (print_breakpoint_location)
7597 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
7598 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7599 * disasm.c (dump_insns): Ditto.
7600 (do_mixed_source_and_assembly, do_assembly_only): Adjust
7601 prototype.
7602 (gdb_disassembly): Use ui_file/mem_fileopen instead of
7603 ui_stream/ui_out_stream_new.
7604 * infcmd.c (print_return_value): Ditto.
7605 * osdata.c (info_osdata_command): Don't allocate a local
7606 ui_stream.
7607 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
7608 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7609 * tracepoint.c (print_one_static_tracepoint_marker): Don't
7610 allocate a local ui_stream.
7611 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
7612 instead of ui_stream/ui_out_stream_new.
7613 (list_args_or_locals): Don't allocate a local ui_stream.
7614 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
7615 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
7616 ui_stream/ui_out_stream_new.
7617 * cli/cli-setshow.c (do_setshow_command): Ditto.
7618
7619 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
7620
7621 * arm-linux-tdep.c (arm_linux_init_abi): Call
7622 set_gdbarch_process_record. Initialize `arm_swi_record' field.
7623 * arm-tdep.c (arm_process_record): New function.
7624 (deallocate_reg_mem): New function.
7625 (decode_insn): New function.
7626 (thumb_record_branch): New function.
7627 (thumb_record_ldm_stm_swi(): New function.
7628 (thumb_record_misc): New function.
7629 (thumb_record_ld_st_stack): New function.
7630 (thumb_record_ld_st_imm_offset): New function.
7631 (thumb_record_ld_st_reg_offset(): New function.
7632 (thumb_record_add_sub_cmp_mov): New function.
7633 (thumb_record_shift_add_sub): New function.
7634 (arm_record_coproc_data_proc): New function.
7635 (arm_record_coproc): New function.
7636 (arm_record_b_bl): New function.
7637 (arm_record_ld_st_multiple): New function.
7638 (arm_record_ld_st_reg_offset): New function.
7639 (arm_record_ld_st_imm_offset): New function.
7640 (arm_record_data_proc_imm): New function.
7641 (arm_record_data_proc_misc_ld_str): New function.
7642 (arm_record_extension_space): New function.
7643 (arm_record_strx): New function.
7644 (sbo_sbz): New function.
7645 (struct insn_decode_record): New structure for arm insn record.
7646 (REG_ALLOC): New macro for reg allocations.
7647 (MEM_ALLOC): New macro for memory allocations.
7648 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
7649
7650 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
7651
7652 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
7653 (store_register): Likewise.
7654
7655 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
7656
7657 * MAINTAINERS (Write After Approval): Add myself to the list.
7658
7659 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7660
7661 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
7662 Describe also the option "auto".
7663
7664 2012-03-22 Richard Henderson <rth@redhat.com>
7665
7666 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
7667 * sparc-nat.c (sparc_xfer_wcookie): Make static.
7668
7669 2012-03-22 Richard Henderson <rth@redhat.com>
7670
7671 * jit.c (jit_read_code_entry): Compute alignment and offset of
7672 int64_t member before computing entry_size.
7673
7674 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7675
7676 Python scripting: Add new method Value.referenced_value to
7677 gdb.Value which can dereference pointer as well as reference
7678 values.
7679 * NEWS: Add entry under 'Python scripting' about the new method
7680 Value.referenced_value on gdb.Value objects.
7681 * python/py-value.c (valpy_referenced_value): New function
7682 defining a new method on gdb.Value objects which can dereference
7683 pointer and reference values.
7684
7685 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7686
7687 * MAINTAINERS (Write After Approval): Add myself to the list.
7688
7689 2012-03-21 Kevin Buettner <kevinb@redhat.com>
7690
7691 * symtab.c (skip_prologue_sal): Change test to check for "main()"
7692 in addition to "main".
7693
7694 2012-03-21 Joel Brobecker <brobecker@adacore.com>
7695
7696 * expression.h (op_name): Add declaration.
7697 * expprint.c (op_name): Remove declaration. Make non-static.
7698 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
7699
7700 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
7701
7702 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
7703 of struct siginfo.
7704 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
7705 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
7706 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
7707 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
7708 (linux_nat_get_siginfo): Likewise.
7709 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
7710 (linux_nat_get_siginfo): Likewise.
7711 * linux-tdep.c (linux_get_siginfo_type): Likewise.
7712 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
7713 * procfs.c (gdb_siginfo_t): Likewise.
7714
7715 2012-03-21 Mike Frysinger <vapier@gentoo.org>
7716
7717 * .gitignore: Ignore more files.
7718
7719 2012-03-20 Pedro Alves <palves@redhat.com>
7720
7721 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
7722 returns.
7723
7724 2012-03-20 Yao Qi <yao@codesourcery.com>
7725
7726 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
7727 comment.
7728
7729 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7730
7731 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
7732 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
7733 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
7734 sect_offset.
7735 * dwarf2expr.h (cu_offset, sect_offset): New types.
7736 (struct dwarf_expr_context_funcs) <dwarf_call>
7737 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
7738 sect_offset.
7739 (struct dwarf_expr_context) <len>: Improve the comment.
7740 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
7741 cu_offset and sect_offset.
7742 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
7743 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
7744 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
7745 * dwarf2loc.h: Include dwarf2expr.h.
7746 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
7747 and sect_offset.
7748 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
7749 Improve the comment.
7750 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
7751 (struct signatured_type, struct line_header, struct partial_die_info)
7752 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
7753 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
7754 (get_die_type_at_offset, create_cus_from_index)
7755 (create_signatured_type_table_from_index, dw2_get_file_names)
7756 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
7757 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
7758 (create_debug_types_hash_table, process_psymtab_comp_unit)
7759 (load_partial_comp_unit, create_all_comp_units)
7760 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
7761 (load_full_comp_unit, dwarf2_physname, read_import_statement)
7762 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
7763 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
7764 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
7765 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
7766 (find_partial_die, read_attribute_value, lookup_die_type)
7767 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
7768 (is_ref_attr): New function comment.
7769 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
7770 Use cu_offset and sect_offset.
7771 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
7772 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
7773 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
7774 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
7775 (offset_and_type_hash, offset_and_type_eq, set_die_type)
7776 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
7777 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
7778 sect_offset.
7779
7780 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7781
7782 Code cleanup.
7783 * python/py-auto-load.c (source_section_scripts): New variable back_to.
7784 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
7785 with xfree.
7786 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
7787
7788 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7789
7790 * NEWS: Describe new options --init-command=FILE, -ix and
7791 --init-eval-command=COMMAND, -iex.
7792 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
7793 CMDARG_INIT_COMMAND.
7794 (captured_main): New enum items OPT_IX and OPT_IEX. Add
7795 "init-command", "init-eval-command", "ix" and "iex" to the variable
7796 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
7797 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
7798 (print_gdb_help): Describe --init-command=FILE, -ix and
7799 --init-eval-command=COMMAND, -iex.
7800
7801 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7802
7803 Code cleanup.
7804 * main.c (struct cmdarg): Move it here from main. Add more comments.
7805 (cmdarg_s, VEC (cmdarg_s)): New.
7806 (main): Move struct cmdarg from here. New variables cmdarg_vec and
7807 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
7808 Install cleanup for cmdarg_vec. Update filling for options 'x' and
7809 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
7810 of CMDARG.
7811
7812 2012-03-19 Tom Tromey <tromey@redhat.com>
7813
7814 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
7815
7816 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7817
7818 PR symtab/13777
7819 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
7820 GCC >=4.5.
7821
7822 2012-03-16 Chris January <chris.january@allinea.com>
7823
7824 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
7825 of clear.
7826
7827 2012-03-16 Chris January <chris.january@allinea.com>
7828
7829 * source.c (add_path): Use memmove instead of strcpy because the
7830 strings overlap.
7831
7832 2012-03-16 Joel Brobecker <brobecker@adacore.com>
7833
7834 * value.h (set_value_parent): Add declaration.
7835 * value.c (set_value_parent): New function.
7836 (value_address): If VALUE->PARENT is not NULL, then use it as
7837 the base address instead of VALUE->LOCATION.address.
7838 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
7839 the same as OBJ's address. Adjust V's offset accordingly.
7840 Set V's parent.
7841
7842 2012-03-16 Gary Benson <gbenson@redhat.com>
7843
7844 PR breakpoints/10738
7845 * dwarf2read.c (use_deprecated_index_sections): New global.
7846 (struct partial_die_info): New member may_be_inlined.
7847 (read_partial_die): Set may_be_inlined where appropriate.
7848 (add_partial_subprogram): Add partial symbols for partial
7849 DIEs that may be inlined.
7850 (new_symbol_full): Add inlined subroutines to the current
7851 scope.
7852 (write_psymtabs_to_index): Bump version number.
7853 (dwarf2_read_index): Read only version 6 indices unless
7854 use_deprecated_index_sections is set.
7855 * linespec.c (symbol_and_data_callback): New structure.
7856 (iterate_inline_only): New function.
7857 (iterate_over_all_matching_symtabs): New argument
7858 "include_inline". If nonzero, also call the callback for
7859 symbols representing inlined subroutines.
7860 (lookup_prefix_sym): Pass extra argument to the above.
7861 (find_function_symbols): Likewise.
7862 (add_matching_symbols_to_info): Likewise.
7863 * NEWS: Mention that GDB can now set breakpoints on inlined
7864 functions.
7865
7866 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
7867
7868 * p-typeprint.c (pascal_type_print_method_args):
7869 Fix display of parameter of methods.
7870
7871 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
7872
7873 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
7874 Add missing prototype.
7875
7876 2012-03-16 Yao Qi <yao@codesourcery.com>
7877 Jan Kratochvil <jan.kratochvil@redhat.com>
7878
7879 Fix false compilation warning.
7880 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
7881
7882 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
7883 Pedro Alves <pedro@codesourcery.com>
7884
7885 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
7886 (arm_register_g_packet_guesses): New function.
7887 (arm_gdbarch_init): Don't force a target description with
7888 registers when the executable is detected as M-profile. Instead
7889 set gdbarch->tdep->is_m. Register `g' packet guesses.
7890 (_initialize_arm_tdep): Initialize the new target description.
7891 * features/arm-with-m-fpa-layout.xml: New description.
7892 * features/arm-with-m-fpa-layout.c: New, generated.
7893
7894 2012-03-15 Joel Brobecker <brobecker@adacore.com>
7895
7896 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
7897 Update function description.
7898 (insert_bp_location): Do not wipe bl->target_info out.
7899 * mem-break.c: #include "gdb_string.h".
7900 (default_memory_insert_breakpoint): Do not call target_read_memory
7901 with a pointer to the breakpoint's shadow_contents buffer. Use
7902 a local buffer instead.
7903 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
7904
7905 2012-03-15 Tom Tromey <tromey@redhat.com>
7906
7907 * NEWS: Mention "info vtbl", not "info vtable".
7908 * cp-support.c (info_vtbl_command): Fix comment.
7909 (_initialize_cp_support): Fix text.
7910
7911 2012-03-15 Tom Tromey <tromey@redhat.com>
7912
7913 * cp-valprint.c (cp_print_value_fields): Use
7914 print_function_pointer_address for vtable slot.
7915
7916 2012-03-15 Tom Tromey <tromey@redhat.com>
7917
7918 * gnu-v3-abi.c (struct value_and_voffset): New.
7919 (hash_value_and_voffset, eq_value_and_voffset)
7920 (compare_value_and_voffset, compute_vtable_size)
7921 (print_one_vtable, gnuv3_print_vtable): New functions.
7922 (init_gnuv3_ops): Initialize 'print_vtable' field.
7923 * cp-support.c (info_vtbl_command): New function.
7924 (_initialize_cp_support): Add "info vtbl".
7925 * cp-abi.h (cplus_print_vtable): Declare.
7926 (struct cp_abi_ops) <print_vtable>: New field.
7927 * cp-abi.c (cplus_print_vtable): New function.
7928 * NEWS: Update.
7929
7930 2012-03-15 Tom Tromey <tromey@redhat.com>
7931
7932 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
7933 iterate_over_symbols.
7934
7935 2012-03-14 Doug Evans <dje@google.com>
7936
7937 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
7938 DW_OP_GNU_parameter_ref.
7939
7940 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7941
7942 Fix double prompt of 'interpreter-exec mi'.
7943 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
7944 (mi_interpreter_resume): use it.
7945 (mi_execute_command_input_handler): New function.
7946 * mi/mi-main.c (mi_execute_command): Move prompt printing to
7947 mi_execute_command_input_handler.
7948
7949 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
7950
7951 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
7952 prototype.
7953 (darwin_debug_port_info): Make static.
7954 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
7955 * machoread.c (_initialize_machoread): Add prototype.
7956 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
7957 (i386_darwin_set_control, i386_darwin_get_control)
7958 i386_darwin_dr_set_addr, i386_darwin_get_addr)
7959 i386_darwin_get_status, i386_darwin_get_control):
7960 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
7961
7962 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7963
7964 * ax-gdb.c (gen_usual_unary): Remove special handling of
7965 enum and bool types.
7966
7967 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7968
7969 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
7970
7971 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7972
7973 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
7974
7975 2012-03-13 Chris January <chris.january@allinea.com>
7976
7977 * aix-thread.c (fill_sprs): Store the floating point registers
7978 at the correct offsets into vals.
7979
7980 2012-03-13 Doug Evans <dje@google.com>
7981
7982 * NEWS: Mention symbol-reloading has been deleted.
7983 * symfile.c (symbol_reloading): Delete.
7984 (show_symbol_reloading): Delete.
7985 (_initialize_symfile): Delete set/show symbol-reloading.
7986
7987 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
7988 read_in_chain until we have successfully read it in.
7989 (load_full_comp_unit): Ditto.
7990 (read_signatured_type): Add comment.
7991
7992 2012-03-13 Chris January <chris.january@allinea.com>
7993
7994 * stabsread.c (fix_common_block): Change type of valu argument
7995 to CORE_ADDR.
7996
7997 2012-03-13 Chris January <chris.january@allinea.com>
7998
7999 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
8000 instruction.
8001
8002 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8003
8004 * common/linux-procfs.c (linux_proc_get_int): New, from
8005 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
8006 field.
8007 (linux_proc_get_tgid): Only call linux_proc_get_int.
8008 (linux_proc_get_tracerpid): New.
8009 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
8010 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
8011 linux_proc_pid_has_state.
8012 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
8013 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
8014 (linux_ptrace_attach_warnings): New.
8015 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
8016 New declaration.
8017 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
8018 (linux_nat_attach): New variables ex, buffer, message and message_s.
8019 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
8020
8021 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8022
8023 * Makefile.in (linux-ptrace.o): New.
8024 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
8025 from linux-nat.c.
8026 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
8027 * common/linux-ptrace.c: New file.
8028 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
8029 * config/arm/linux.mh: Likewise.
8030 * config/i386/linux.mh: Likewise.
8031 * config/i386/linux64.mh: Likewise.
8032 * config/ia64/linux.mh: Likewise.
8033 * config/m32r/linux.mh: Likewise.
8034 * config/m68k/linux.mh: Likewise.
8035 * config/mips/linux.mh: Likewise.
8036 * config/pa/linux.mh: Likewise.
8037 * config/powerpc/linux.mh: Likewise.
8038 * config/powerpc/ppc64-linux.mh: Likewise.
8039 * config/powerpc/spu-linux.mh: Likewise.
8040 * config/s390/s390.mh: Likewise.
8041 * config/sparc/linux.mh: Likewise.
8042 * config/sparc/linux64.mh: Likewise.
8043 * config/xtensa/linux.mh: Likewise.
8044 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
8045 common/linux-procfs.c.
8046 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
8047
8048 2012-03-13 Hui Zhu <teawater@gmail.com>
8049 Pedro Alves <palves@redhat.com>
8050
8051 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
8052 CREATE_BREAKPOINT_FLAGS_INSERTED.
8053 (create_breakpoint_sal, create_breakpoints_sal)
8054 (base_breakpoint_create_breakpoints_sal)
8055 (tracepoint_create_breakpoints_sal)
8056 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
8057 down.
8058 (break_command_1, handle_gnu_v3_exceptions, trace_command)
8059 (ftrace_command, strace_command): Adjust.
8060 (create_tracepoint_from_upload): Pass
8061 CREATE_BREAKPOINT_FLAGS_INSERTED.
8062 * breakpoint.h (enum breakpoint_create_flags): New.
8063 (create_breakpoint): New flags parameter.
8064 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
8065 * python/py-breakpoint.c (bppy_init): Adjust.
8066 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
8067 * spu-tdep.c (spu_catch_start): Adjust.
8068
8069 2012-03-13 Pedro Alves <palves@redhat.com>
8070 Hui Zhu <teawater@gmail.com>
8071 Yao Qi <yao@codesourcery.com>
8072
8073 * remote.c (struct remote_state): New field `starting_up'.
8074 (remote_start_remote): Set and clear it.
8075 (remote_can_download_tracepoint): If starting up, return false.
8076
8077 2012-03-13 Yao Qi <yao@codesourcery.com>
8078
8079 * inferior.h (struct inferior): Remove fields any_syscall_count,
8080 syscalls_counts and total_syscalls_count. Move them to new
8081 struct catch_syscall_inferior_data in breakpoint.c.
8082 * breakpoint.c: Call DEF_VEC_I(int).
8083 (struct catch_syscall_inferior_data): New.
8084 (get_catch_syscall_inferior_data): New.
8085 (catch_syscall_inferior_data_cleanup): New.
8086 (insert_catch_syscall): Update to access data in
8087 struct catch_syscall_inferior_data.
8088 (insert_catch_syscall): Likewise.
8089 (remove_catch_syscall): Likewise.
8090 (remove_catch_syscall): Likewise.
8091 (is_syscall_catchpoint_enabled): Likewise.
8092 (add_catch_command): Likewise.
8093 (_initialize_breakpoint): Register cleanup.
8094 * breakpoint.h: Removed DEF_VEC_I(int).
8095 * dwarf2loc.c: Call DEF_VEC_I(int).
8096 * mi/mi-main.c: Likewise.
8097
8098 2012-03-12 Mark Kettenis <kettenis@gnu.org>
8099
8100 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
8101
8102 2012-03-12 Chris January <chris.january@allinea.com>
8103
8104 * aix-thread.c (_initialize_aix_thread): Add prototype.
8105 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
8106 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
8107
8108 2012-03-12 Joel Brobecker <brobecker@adacore.com>
8109
8110 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
8111 include of "amd64-nat.h".
8112
8113 2012-03-12 Tom Tromey <tromey@redhat.com>
8114
8115 * buildsym.c (record_pending_block): Now static.
8116 * buildsym.h: (record_pending_block): Remove.
8117
8118 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
8119
8120 * amd64bsd-nat.c: Include amd64bsd-nat.h.
8121
8122 2012-03-09 Tom Tromey <tromey@redhat.com>
8123
8124 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
8125 producer_is_gxx_lt_4_6>: New fields.
8126 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
8127
8128 2012-03-09 Tom Tromey <tromey@redhat.com>
8129
8130 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
8131
8132 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8133
8134 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
8135 prototype.
8136
8137 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8138
8139 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
8140
8141 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8142
8143 Fix -Wmissing-prototypes build.
8144 * arm-linux-nat.c (get_thread_id): Make it static.
8145 * xtensa-linux-nat.c (get_thread_id): Likewise.
8146
8147 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8148
8149 * server.c (process_point_options): If a conditional expression
8150 is found, only print a message if remote_debug is nonzero.
8151
8152 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
8153
8154 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
8155 of internal error for unknown/unsupported types.
8156
8157 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8158
8159 Fix CU relative vs. absolute DIE offsets.
8160 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
8161 offset to offset_in_cu.
8162 * dwarf2read.c (process_enumeration_scope): Add CU offset to
8163 TYPE_OFFSET.
8164 (dwarf2_fetch_die_location_block): Rename parameter offset to
8165 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
8166
8167 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8168
8169 * libunwind-frame.c: Rename to ...
8170 * ia64-libunwind-tdep.c: ... here.
8171 * libunwind-frame.h: Rename to ...
8172 * ia64-libunwind-tdep.h: ... here.
8173 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
8174 ia64-libunwind-tdep.h.
8175 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
8176 * README (--with-libunwind): Rename to ...
8177 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
8178 * config.in: Regenerate.
8179 * configure: Regenerate.
8180 * configure.ac: New option --with-libunwind-ia64, make the
8181 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
8182 Remove AC_DEFINE for HAVE_LIBUNWIND.
8183 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
8184 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
8185 Rename libunwind-frame in the general comment.
8186 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
8187 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
8188 Move forward declarations inside #ifndef. Rename libunwind-frame in
8189 the general comment.
8190 * ia64-tdep.c: Rename libunwind-frame.h #include to
8191 ia64-libunwind-tdep.h.
8192 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
8193 (ia64_libunwind_descr): Rename libunwind-frame to
8194 ia64-libunwind-tdep in these function comments.
8195 * ia64-tdep.h: Rename libunwind-frame.h #include to
8196 ia64-libunwind-tdep.h.
8197 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
8198 ia64-libunwind-tdep in that data comment.
8199
8200 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8201
8202 * libunwind-frame.h (struct frame_unwind): New declaration.
8203
8204 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8205
8206 * breakpoint.c (_initialize_breakpoint): Fix error in help of
8207 "set breakpoint condition-evaluation" command.
8208
8209 2012-03-08 Tristan Gingold <gingold@adacore.com>
8210
8211 * sparc-stub.c: Move to stubs/
8212 * sh-stub.c: Likewise.
8213 * m68k-stub.c: Likewise.
8214 * m32r-stub.c: Likewise.
8215 * i386-stub.c: Likewise.
8216
8217 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
8218
8219 * m68klinux-tdep.c (m68k_linux_init_abi): Register
8220 linux_get_siginfo_type.
8221
8222 * m68klinux-nat.c: Include "gdb_proc_service.h".
8223 (PTRACE_GET_THREAD_AREA): Define.
8224 (ps_get_thread_area): New function.
8225
8226 2012-03-08 Yao Qi <yao@codesourcery.com>
8227
8228 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
8229 `xsnprintf'.
8230 (remote_query_attached): Likewise.
8231 (remote_static_tracepoint_marker_at): Likewise.
8232 (remote_set_permissions): Likewise.
8233 (remote_detach_1, extended_remote_attach_1): Likewise.
8234 (send_g_packet, remote_vkill): Likewise.
8235 (extended_remote_disable_randomization): Likewise.
8236 (remote_add_target_side_condition): Likewise.
8237 (remote_insert_breakpoint): Likewise.
8238 (remote_remove_breakpoint): Likewise.
8239 (remote_insert_watchpoint): Likewise.
8240 (remote_remove_watchpoint): Likewise.
8241 (remote_insert_hw_breakpoint): Likewise.
8242 (remote_insert_hw_breakpoint): Likewise.
8243 (remote_remove_hw_breakpoint): Likewise.
8244 (remote_download_command_source): Likewise.
8245 (remote_download_tracepoint): Likewise.
8246 (remote_download_trace_state_variable): Likewise.
8247 (remote_disable_tracepoint): Likewise.
8248 (remote_trace_set_readonly_regions): Likewise.
8249 (remote_get_tracepoint_status): Likewise.
8250 (remote_trace_find): Likewise.
8251 (remote_get_trace_state_variable_value): Likewise.
8252 (remote_set_disconnected_tracing): Likewise.
8253 (remote_set_circular_trace_buffer): Likewise.
8254 (remote_get_min_fast_tracepoint_insn_len): Likewise.
8255 (remote_use_agent): Likewise.
8256 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
8257 Update callers.
8258
8259 2012-03-07 Pedro Alves <palves@redhat.com>
8260
8261 * NEWS: Mention QProgramSignals.
8262 * inferior.h (update_signals_program_target): Declare.
8263 * infrun.c: (update_signals_program_target): New.
8264 (handle_command): Update the target of the new program signals
8265 array changes.
8266 * remote.c (PACKET_QProgramSignals): New enum.
8267 (last_program_signals_packet): New global.
8268 (remote_program_signals): New.
8269 (remote_start_remote): Update the target with the program signals
8270 list.
8271 (remote_protocol_features): Add entry for QPassSignals.
8272 (remote_open_1): Free anc clear last_program_signals_packet.
8273 (init_remote_ops): Install remote_program_signals.
8274 * target.c (update_current_target): Adjust.
8275 (target_program_signals): New.
8276 * target.h (struct target_ops) <to_program_signals>: New field.
8277 (target_program_signals): Declare.
8278
8279 2012-03-07 Pedro Alves <palves@redhat.com>
8280
8281 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
8282 extensions.
8283
8284 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
8285
8286 * m68klinux-nat.c (getregs_supplies): Make static.
8287 (getfpregs_supplies): Likewise.
8288 (have_ptrace_getregs): Likewise.
8289
8290 2012-03-06 Joel Brobecker <brobecker@adacore.com>
8291
8292 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
8293 in call to get_die_type_at_offset.
8294
8295 2012-03-06 Stan Shebs <stan@codesourcery.com>
8296
8297 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
8298 * mi/mi-cmd-disas.c: Ditto.
8299 * mi/mi-cmd-env.c: Ditto.
8300 * mi/mi-cmd-file.c: Ditto.
8301 * mi/mi-cmd-stack.c: Ditto.
8302 * mi/mi-cmd-target.c: Ditto.
8303 * mi/mi-cmd-var.c: Ditto.
8304 * mi/mi-cmds.c: Ditto.
8305 * mi/mi-cmds.h: Ditto.
8306 * mi/mi-console.c: Ditto.
8307 * mi/mi-getopt.c: Ditto.
8308 * mi/mi-getopt.h: Ditto.
8309 * mi/mi-interp.c: Ditto.
8310 * mi/mi-main.c: Ditto.
8311 * mi/mi-out.c: Ditto.
8312 * mi/mi-parse.c: Ditto.
8313 * mi/mi-parse.h: Ditto.
8314 * mi/mi-symbol-cmds.c: Ditto.
8315
8316 * mi/mi-getopt.h: Move mi_opt struct up.
8317 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
8318 return.
8319 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
8320
8321 2012-03-06 Tom Tromey <tromey@redhat.com>
8322
8323 * proc-service.c (ps_pglobal_lookup): Set the current program
8324 space.
8325
8326 2012-03-06 Pedro Alves <palves@redhat.com>
8327
8328 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
8329
8330 2012-03-05 Joel Brobecker <brobecker@adacore.com>
8331
8332 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
8333
8334 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8335
8336 Code cleanup.
8337 * common/linux-osdata.c (linux_common_core_of_thread): New function
8338 comment.
8339 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
8340 call by linux_common_core_of_thread.
8341 (linux_nat_core_of_thread_1): Remove.
8342 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
8343 * linux-thread-db.c: Include linux-osdata.h.
8344 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
8345 linux_common_core_of_thread.
8346
8347 2012-03-05 Tom Tromey <tromey@redhat.com>
8348
8349 * value.c (value_primitive_field): Don't fetch contents for
8350 non-virtual bases.
8351
8352 2012-03-05 Tom Tromey <tromey@redhat.com>
8353
8354 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
8355
8356 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
8357
8358 * s390-nat.c: Include "gregset.h".
8359
8360 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8361
8362 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
8363 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
8364 (libunwind_load): New variable so_error, use it for dlerror. Try to
8365 load also LIBUNWIND_SO_7.
8366
8367 2012-03-05 Pedro Alves <palves@redhat.com>
8368
8369 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
8370 is not NULL, and remove resulting dead code.
8371
8372 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
8373
8374 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
8375 prologue to sh_analyze_prologue.
8376 (sh_analyze_prologue): Make better use of such an upper limit, and
8377 generally be more cautious about accessing memory.
8378
8379 2012-03-05 Tom Tromey <tromey@redhat.com>
8380
8381 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
8382 _initialize_ia64_hpux_tdep.
8383
8384 2012-03-05 Pedro Alves <palves@redhat.com>
8385
8386 PR gdb/13766
8387
8388 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
8389 the register state is clear, supply explicit zero, instead of
8390 marking the register unavailable.
8391
8392 2012-03-05 Tristan Gingold <gingold@adacore.com>
8393
8394 * NEWS: Mention OpenVMS ia64 new target.
8395
8396 2012-03-05 Tristan Gingold <gingold@adacore.com>
8397
8398 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
8399 (ia64_unw_accessors, ia64_unw_rse_accessors)
8400 (ia64_libunwind_descr): Declare.
8401 * ia64-vms-tdep.c: New file.
8402 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
8403 (ia64_libunwind_descr): Make them public.
8404 * configure.tgt: Add ia64-*-*vms*.
8405 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
8406 (ALLDEPFILES): Add ia64-vms-tdep.c
8407
8408 2012-03-05 Tristan Gingold <gingold@adacore.com>
8409
8410 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
8411 * remote.c (PACKET_qXfer_uib): New enum value.
8412 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
8413 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
8414 (_initialize_remote): Call add_packet_config_cmd for
8415 xfer:uib packet.
8416
8417 2012-03-05 Tristan Gingold <gingold@adacore.com>
8418
8419 * osabi.c (gdb_osabi_names): Add OpenVMS.
8420 (generic_elf_osabi_sniffer): Likewise.
8421 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
8422
8423 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8424
8425 Removed unused code.
8426 * libunwind-frame.c (libunwind_frame_unwind)
8427 (libunwind_frame_base_address): Remove.
8428 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
8429
8430 2012-03-04 Yao Qi <yao@codesourcery.com>
8431
8432 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
8433 remove trailing new line.
8434 (agent_run_command, agent_run_command): Add _ markup.
8435 (agent_capability_check): Likewise.
8436
8437 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8438
8439 * breakpoint.c (set_condition_evaluation_mode): Set
8440 CONDITION_EVALUATION_MODE unconditionally.
8441
8442 2012-03-03 Yao Qi <yao@codesourcery.com>
8443
8444 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
8445 * common/agent.h: Update declaration.
8446 * inf-child.c (inf_child_use_agent): New.
8447 (inf_child_can_use_agent): New.
8448 (inf_child_target): Initialize fields `to_use_agent'
8449 and `to_can_use_agent'.
8450 * agent.c (agent_new_objfile): New.
8451 (_initialize_agent): Add agent_new_objfile to new_objfile
8452 observer.
8453
8454 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8455 New.
8456 (linux_target_install_ops): Initialize field
8457 `to_static_tracepoint_markers_by_strid'.
8458 * remote.c (free_current_marker): Move it to ...
8459 * tracepoint.c (free_current_marker): ... here. New.
8460 (cleanup_target_stop): New.
8461 * tracepoint.h: Declare free_current_marker.
8462 * NEWS: Add one entry about `info static-tracepoint-marker'.
8463
8464 2012-03-03 Yao Qi <yao@codesourcery.com>
8465
8466 * common/agent.c (agent_loaded_p): New.
8467 (agent_look_up_symbols): New global.
8468 * common/agent.h: Declare agent_loaded_p.
8469
8470 2012-03-03 Yao Qi <yao@codesourcery.com>
8471
8472 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
8473 (agent_capability_check, agent_capability_invalidate): New.
8474 (symbol_list): New array element.
8475 * common/agent.h (enum agent_capa): New.
8476 * target.c (target_pre_inferior): Call agent_capability_invalidate.
8477
8478 2012-03-03 Yao Qi <yao@codesourcery.com>
8479
8480 * target.h (struct target_ops) <to_use_agent>: New field.
8481 (struct target_ops) <to_can_use_agent>: New field.
8482 (target_use_agent, target_can_use_agent): New macro.
8483 * target.c (update_current_target): Update.
8484 * remote.c: New enum `PACKET_QAgent'.
8485 (remote_protocol_features): Add a new element.
8486 (remote_use_agent, remote_can_use_agent): New.
8487 (init_remote_ops): Initialize field `can_use_agent' with
8488 remote_can_use_agent. Intiailize field `use_agent' with
8489 remote_use_agent.
8490 * common/agent.c (use_agent): New global.
8491 * common/agent.h: Declare it.
8492 * tracepoint.c (info_static_tracepoint_markers_command): Add
8493 comment.
8494 * Makefile.in (SFILES): Add common/agent.c and agent.c.
8495 (COMMON_OBS): Add common/agent.o and agent.o
8496 (common-agent.o): New rule.
8497 * agent.c: New.
8498
8499 2012-03-03 Yao Qi <yao@codesourcery.com>
8500
8501 * common/agent.c: New.
8502 * common/agent.h: New.
8503 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
8504 AC_CHECK_HEADERS.
8505 * configure, configh.in: Regenerated.
8506
8507 2012-03-02 Kevin Buettner <kevinb@redhat.com>
8508
8509 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
8510 unless it exists for this architecture.
8511
8512 2012-03-02 Joel Brobecker <brobecker@adacore.com>
8513
8514 * language.h (struct language_defn): New "method" la_read_var_value.
8515 * findvar.c: #include "language.h".
8516 (default_read_var_value): Renames read_var_value. Rewrite
8517 function description.
8518 (read_var_value): New function.
8519 * value.h (default_read_var_value): Add prototype.
8520 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
8521 New functions.
8522 (ada_language_defn): Add entry for la_read_var_value.
8523 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
8524 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
8525 language_defn structures to add entry for new la_read_var_value
8526 field.
8527
8528 2012-03-02 Tom Tromey <tromey@redhat.com>
8529 Pedro Alves <palves@redhat.com>
8530
8531 PR breakpoints/13776:
8532 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
8533 breakpoints.
8534 (delete_longjmp_breakpoint_at_next_stop): New.
8535 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
8536 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
8537 before deleting the inferior. Add comments.
8538 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
8539 breakpoints immediately, but only on next stop. Move that code
8540 next to where we mark other breakpoints for deletion.
8541
8542 2012-03-02 Joel Brobecker <brobecker@adacore.com>
8543
8544 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
8545 marker.
8546 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
8547 violation.
8548
8549 2012-03-02 Pedro Alves <palves@redhat.com>
8550
8551 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
8552
8553 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
8554
8555 Fix -Wmissing-prototypes build.
8556 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
8557 * remote-sim.c (gdbsim_has_all_memory): Likewise.
8558 (gdbsim_has_memory): Likewise.
8559
8560 2012-03-02 Yao Qi <yao@codesourcery.com>
8561
8562 Fix -Wmissing-prototypes build.
8563 * charset.c (phony_iconv_open): Make static.
8564 (phony_iconv_close, phony_iconv): Likewise.
8565 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
8566 * i386-windows-nat.c (_initialize_i386_windows_nat): New
8567 prototype.
8568 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
8569 * ser-mingw.c (create_select_thread): Make static.
8570 * windows-termcap.c (tgetent): New prototype.
8571 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
8572
8573 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
8574
8575 Fix -Wmissing-prototypes build.
8576 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
8577 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
8578 (_initialize_loadable): New prototypes.
8579
8580 2012-03-02 Doug Evans <dje@google.com>
8581
8582 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
8583 abbrev table, read_comp_unit will do it.
8584
8585 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8586
8587 Fix -Wmissing-prototypes build.
8588 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
8589 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
8590 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
8591 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
8592 (_initialize_arm_symbian_tdep): New prototype.
8593 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
8594 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
8595 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
8596 static.
8597 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
8598 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
8599 prototype.
8600 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
8601 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
8602 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
8603 static.
8604 * moxie-tdep.c (moxie_process_record): Likewise.
8605 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
8606 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
8607 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
8608 (_initialize_rl78_tdep): New prototype.
8609 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
8610 (_initialize_rx_tdep): New prototype.
8611 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
8612 (_initialize_darwin_solib): New prototype.
8613 * solib-spu.c: Include solib-spu.h.
8614 (_initialize_spu_solib): New prototype.
8615 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
8616 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
8617 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
8618 (tic6x_software_single_step): Make it static.
8619 (_initialize_tic6x_tdep): New prototype.
8620
8621 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8622
8623 Fix -Wmissing-prototypes build.
8624 * cris-tdep.c (cris_can_use_hardware_watchpoint)
8625 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
8626
8627 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8628
8629 Fix -Wmissing-prototypes build.
8630 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
8631 (frv_have_stopped_data_address): Remove.
8632
8633 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8634
8635 Fix -Wmissing-prototypes build.
8636 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
8637 * sh-tdep.c: Include sh64-tdep.h.
8638 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
8639 * sh64-tdep.c: Include sh64-tdep.h.
8640 * sh64-tdep.h: New file.
8641
8642 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8643
8644 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
8645
8646 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8647
8648 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
8649 sp_regnum once the gdbarch_init_osabi hook has been called.
8650
8651 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8652
8653 * mips-tdep.c (mips32_bc1_pc): New function.
8654 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
8655 BPOSGE32 and BPOSGE64 instructions.
8656 (deal_with_atomic_sequence): Likewise.
8657 (mips32_instruction_has_delay_slot): Likewise.
8658
8659 2012-03-01 Maciej W. Rozycki <macro@mips.com>
8660 Chris Dearman <chris@mips.com>
8661 Maciej W. Rozycki <macro@codesourcery.com>
8662 Joseph Myers <joseph@codesourcery.com>
8663
8664 * features/mips-dsp.xml: New file.
8665 * features/mips64-dsp.xml: New file.
8666 * features/mips-dsp-linux.xml: New file.
8667 * features/mips64-dsp-linux.xml: New file.
8668 * features/Makefile (WHICH): Add mips-dsp-linux and
8669 mips64-dsp-linux.
8670 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
8671 * features/mips-dsp-linux.c: New file.
8672 * features/mips64-dsp-linux.c: New file.
8673 * regformats/mips-dsp-linux.dat: New file.
8674 * regformats/mips64-dsp-linux.dat: New file.
8675 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
8676 registers.
8677 (mips64_linux_register_addr): Likewise.
8678 (mips64_linux_regsets_fetch_registers): Likewise.
8679 (mips64_linux_regsets_store_registers): Likewise.
8680 (mips64_linux_fetch_registers): Update call to
8681 mips64_linux_regsets_fetch_registers.
8682 (mips64_linux_store_registers): Update call to
8683 mips64_linux_regsets_store_registers.
8684 (mips_linux_read_description): Probe for DSP registers.
8685 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
8686 and initialize_tdesc_mips64_dsp_linux.
8687 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
8688 Remove padding of no longer used embedded register slots.
8689 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
8690 (MIPS_RESTART_REGNUM): Redefine enum value.
8691 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
8692 strings.
8693 (mips_tx39_reg_names): Likewise.
8694 (mips_linux_reg_names): New array of register names for Linux
8695 targets.
8696 (mips_register_name): Check for a null pointer in
8697 mips_processor_reg_names and return an empty string.
8698 (mips_register_type): Exclude embedded registers for the IRIX
8699 and Linux ABIs.
8700 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
8701 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
8702 DSP registers.
8703 (mips_stab_reg_to_regnum): Handle DSP accumulators.
8704 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
8705 (mips_gdbarch_init): Likewise. Initialize internal register
8706 indices for the Linux ABI. Use dynamic numbers to refer to
8707 registers, as applicable, while parsing the target description.
8708 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
8709
8710 2012-03-01 Joel Brobecker <brobecker@adacore.com>
8711
8712 * frame.h (read_frame_register_unsigned): Fix typo in function
8713 description.
8714
8715 2012-03-01 Pedro Alves <palves@redhat.com>
8716
8717 * jit-reader.in [!__cplusplus]
8718 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
8719
8720 2012-03-01 Pedro Alves <palves@redhat.com>
8721
8722 * configure.ac (build_warnings): Add -Wmissing-prototypes.
8723 * configure: Regenerate.
8724
8725 2012-03-01 Pedro Alves <palves@redhat.com>
8726
8727 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
8728 * breakpoint.c (create_exception_master_breakpoint, trace_command)
8729 (ftrace_command, strace_command): Make static.
8730 * d-lang.c (_initialize_d_language): Declare.
8731 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
8732 * dwarf2loc.c (_initialize_dwarf2loc):
8733 * dwarf2read.c (process_psymtab_comp_unit): Make static.
8734 * exec.c (exec_get_section_table): Make static.
8735 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
8736 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
8737 * inferior.c (remove_inferior_command, add_inferior_command)
8738 (clone_inferior_command): Make static.
8739 * linux-nat.c (linux_nat_thread_address_space)
8740 (linux_nat_core_of_thread): Make static.
8741 * linux-tdep.c (_initialize_linux_tdep): Declare.
8742 * objc-lang.c (_initialize_objc_lang): Declare.
8743 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
8744 Make static.
8745 (_initialize_opencl_language): Declare.
8746 * record.c (_initialize_record): Declare.
8747 * remote.c (demand_private_info, remote_get_tib_address)
8748 (remote_supports_cond_tracepoints)
8749 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
8750 Make static.
8751 * skip.c (_initialize_step_skip): Declare.
8752 * symtab.c (skip_prologue_using_lineinfo): Make static.
8753 * tracepoint.c (delete_trace_state_variable)
8754 (trace_variable_command, delete_trace_variable_command)
8755 (get_uploaded_tsv, find_matching_tracepoint_location)
8756 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
8757 Make static.
8758 * value.c (pack_unsigned_long): Make static.
8759 * varobj.c (varobj_ensure_python_env): Make static.
8760 * windows-tdep.c (_initialize_windows_tdep): Declare.
8761 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
8762
8763 2012-03-01 Pedro Alves <palves@redhat.com>
8764
8765 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
8766 gdbarch parameter.
8767 (linux_init_abi): Install it as has_shared_address_space gdbarch
8768 callback.
8769
8770 2012-03-01 Pedro Alves <palves@redhat.com>
8771
8772 * observer.c (observer_test_first_notification_function)
8773 (observer_test_second_notification_function)
8774 (observer_test_third_notification_function): Add declarations.
8775
8776 2012-03-01 Pedro Alves <palves@redhat.com>
8777
8778 * common/signals.c (default_target_signal_to_host)
8779 (default_target_signal_from_host): Move ...
8780 * arch-utils.c: ... here.
8781 * arch-utils.h (default_target_signal_to_host)
8782 (default_target_signal_from_host): Declare.
8783
8784 * common/signals.c (target_signal_from_command): Move ...
8785 * infrun.c: ... here.
8786 * inferior.h (target_signal_from_command): Declare.
8787 * target.h (target_signal_from_command)
8788 (default_target_signal_from_host, default_target_signal_to_host):
8789 Delete declarations.
8790
8791 * common/signals.c (_initialize_signals): Delete.
8792
8793 2012-03-01 Pedro Alves <palves@redhat.com>
8794
8795 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
8796 both __cplusplus and !__cplusplus.
8797
8798 2012-03-01 Pedro Alves <palves@redhat.com>
8799
8800 * psymtab.c (find_and_open_source): Delete declaration.
8801 * source.c (find_and_open_source): Move comment ...
8802 * source.h (find_and_open_source): ... to this new declaration.
8803
8804 2012-03-01 Pedro Alves <palves@redhat.com>
8805
8806 * inline-frame.c: Include inline-frame.h.
8807
8808 2012-03-01 Pedro Alves <palves@redhat.com>
8809
8810 * tui/tui-data.c (set_gen_win_origin): Delete.
8811 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
8812 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
8813
8814 2012-03-01 Pedro Alves <palves@redhat.com>
8815
8816 * remote.c (encode_actions): Delete declaration.
8817 * tracepoint.c (encode_actions): Make extern.
8818 * tracepoint.h (encode_actions): Declare.
8819
8820 2012-03-01 Pedro Alves <palves@redhat.com>
8821
8822 * python/py-breakpoint.c: Include python.h.
8823 * python/py-continueevent.c (create_continue_event_object): Make
8824 static.
8825 * python/py-lazy-string.c (stpy_get_type): Make static.
8826 * python/py-newobjfileevent.c (create_new_objfile_event_object):
8827 Make static.
8828 * python/py-utils.c (unicode_to_target_python_string): Make
8829 static.
8830 * python/py-value.c: Include python.h.
8831
8832 2012-03-01 Pedro Alves <palves@redhat.com>
8833
8834 * inferior.c (delete_threads_of_inferior): Delete.
8835
8836 2012-03-01 Pedro Alves <palves@redhat.com>
8837
8838 Import fallback definitions from glibc.
8839
8840 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
8841 ps_prochandle): Forward declare.
8842 (ps_err_e): Use glibc's comments.
8843 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
8844 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
8845 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
8846 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
8847 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
8848 (struct ps_prochandle): Adjust comment.
8849
8850 2012-03-01 Pedro Alves <palves@redhat.com>
8851
8852 * ada-lang.c (ada_modulus_from_name): Delete.
8853 * ada-lex.l (lexer_init): Make static.
8854
8855 2012-03-01 Pedro Alves <palves@redhat.com>
8856
8857 PR gdb/13767
8858
8859 * frame.c (read_frame_register_unsigned): New.
8860 * frame.h (read_frame_register_unsigned): Declare.
8861 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
8862 Handle it.
8863 (print_i387_control_word): New parameter `control_p'. Handle it.
8864 (i387_print_float_info): Handle unavailable float registers.
8865
8866 2012-03-01 Keith Seitz <keiths@redhat.com>
8867
8868 * linespec.c (decode_line_2): Sort the list of methods
8869 alphabetically before presenting the user with a selection
8870 menu.
8871
8872 2012-03-01 Doug Evans <dje@google.com>
8873
8874 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
8875 has_namespace_info.
8876 (dwarf2_read_abbrevs): Remove corresponding initialization.
8877
8878 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
8879
8880 * NEWS: Mention new python command class gdb.COMMAND_USER.
8881 * cli/cli-cmds.c (show_user): Print error when used on a python
8882 command.
8883 (init_cli_cmds): Update documentation strings for "show user" and
8884 "set/show max-user-call-depth" to clarify that it does not apply to
8885 python commands.
8886 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
8887 error check.
8888 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
8889 gdb python api.
8890 * top.c (execute_command): Only execute a user-defined command as a
8891 legacy macro if c->user_commands is set.
8892
8893 2012-03-01 Tom Tromey <tromey@redhat.com>
8894
8895 * valprint.h (struct generic_val_print_decorations): New.
8896 (generic_val_print): Declare.
8897 * valprint.c (generic_val_print): New function.
8898 * p-valprint.c (p_decorations): New global.
8899 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
8900 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
8901 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
8902 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
8903 * m2-valprint.c (m2_decorations): New global.
8904 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
8905 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
8906 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
8907 TYPE_CODE_ERROR>: Call generic_val_print.
8908 * f-valprint.c (f_decorations): New global.
8909 (f_val_print): Use print_function_pointer_address.
8910 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
8911 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
8912 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
8913 generic_val_print.
8914 * c-valprint.c (c_decorations): New global.
8915 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
8916 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
8917 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
8918 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
8919 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
8920 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
8921 case.
8922
8923 2012-03-01 Tom Tromey <tromey@redhat.com>
8924
8925 * valprint.c (val_print): Update.
8926 * p-valprint (pascal_val_print): Return void.
8927 * p-lang.h (pascal_val_print): Return void.
8928 * m2-valprint.c (m2_val_print): Return void.
8929 * m2-lang.h (m2_val_print): Return void.
8930 * language.h (struct language_defn) <la_val_print>: Return void.
8931 * language.c (unk_lang_val_print): Return void.
8932 * jv-valprint.c (java_val_print): Return void.
8933 * jv-lang.h (java_val_print): Return void.
8934 * f-valprint.c (f_val_print): Return void.
8935 * f-lang.h (f_val_print): Return void.
8936 * d-valprint.c (d_val_print): Return void.
8937 (dynamic_array_type): Update.
8938 * d-lang.h (d_val_print): Return void.
8939 * c-valprint.c (c_val_print): Return void.
8940 * c-lang.h (c_val_print): Return void.
8941 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
8942 void.
8943 * ada-lang.h (ada_val_print): Return void.
8944
8945 2012-03-01 Tom Tromey <tromey@redhat.com>
8946
8947 * value.h (val_print): Return void.
8948 * valprint.c (val_print): Return void.
8949
8950 2012-03-01 Tom Tromey <tromey@redhat.com>
8951
8952 * value.h (common_val_print): Return void.
8953 * valprint.c (common_val_print): Return void.
8954
8955 2012-03-01 Tom Tromey <tromey@redhat.com>
8956
8957 * value.h (value_print): Return void.
8958 * valprint.c (value_print): Return void.
8959 * p-valprint.c (pascal_value_print): Return void.
8960 * p-lang.h (pascal_value_print): Return void.
8961 * language.h (struct language_defn) <la_value_print>: Return
8962 void.
8963 * language.c (unk_lang_value_print): Return void.
8964 * jv-valprint.c (java_value_print): Return void.
8965 * jv-lang.h (java_value_print): Return void.
8966 * f-valprint.c (c_value_print): Don't declare.
8967 Include c-lang.h.
8968 * c-valprint.c (c_value_print): Return void.
8969 * c-lang.h (c_value_print): Return void.
8970 * ada-valprint.c (ada_value_print): Return void.
8971 * ada-lang.h (ada_value_print): Return void.
8972
8973 2012-03-01 Tom Tromey <tromey@redhat.com>
8974
8975 * value.c (value_primitive_field): Handle virtual base classes.
8976
8977 2012-03-01 Tom Tromey <tromey@redhat.com>
8978
8979 * gdbtypes.h (struct vbase): Remove.
8980
8981 2012-03-01 Tom Tromey <tromey@redhat.com>
8982
8983 * c-valprint.c (print_function_pointer_address): Move...
8984 * valprint.c: ... here. Make non-static.
8985 * m2-valprint.c (print_function_pointer_address): Remove.
8986 * valprint.h (print_function_pointer_address): Declare.
8987
8988 2012-03-01 Joel Brobecker <brobecker@adacore.com>
8989
8990 * NEWS: Document the fact that one can provide a condition when
8991 creating an Ada exception catchpoint.
8992
8993 2012-03-01 Tom Tromey <tromey@redhat.com>
8994
8995 * valprint.c (val_print_type_code_flags): Fix placement of
8996 trailing brace.
8997
8998 2012-03-01 Joel Brobecker <brobecker@adacore.com>
8999
9000 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
9001 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
9002 environment variable before calling update-copyright.
9003
9004 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9005
9006 * gnulib/extra/update-copyright: Update to the latest from
9007 gnulib's git repository.
9008 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
9009 variable to 2 instead of 1.
9010
9011 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9012
9013 * varobj.c (c_value_of_variable): Remove dead code.
9014
9015 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9016
9017 * ada-lex.p (processId): Do not modify already encoded IDs.
9018 Update function documentation.
9019
9020 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9021
9022 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
9023 "name" with "struct symbol *name_sym".
9024 * ada-exp.y (write_var_or_type): Update call to
9025 ada_find_renaming_symbol.
9026 "name" with "struct symbol *name_sym". Adjust Implementation
9027 accordingly. Adjust the function documentation.
9028
9029 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9030
9031 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
9032 * ada-lang.c (ada_find_any_type): Add advance declaration.
9033 Make static. Replace ada_find_any_symbol by
9034 ada_find_any_type_symbol.
9035 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
9036 Improve function description. Make static.
9037 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
9038 Replace ada_find_any_symbol by ada_find_any_type_symbol.
9039
9040 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9041
9042 * ada-lang.c (struct tag_args): Delete.
9043 (ada_get_tsd_type): Function body moved up in source file.
9044 (ada_tag_name_1, ada_tag_name_2): Delete.
9045 (ada_get_tsd_from_tag): New function.
9046 (ada_tag_name_from_tsd): New function.
9047 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
9048 to determine the tag name.
9049
9050 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9051
9052 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
9053 declaration.
9054 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
9055 function.
9056
9057 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9058
9059 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
9060
9061 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9062
9063 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
9064 full searches.
9065
9066 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9067
9068 * ada-lang.c (constrained_packed_array_type): If there is a
9069 parallel XA type, use it to determine the array index type.
9070
9071 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9072
9073 * ada-valprint.c (ada_val_print_1): If our value is a reference
9074 to an array descriptor, dereference it before converting it
9075 to a simple array.
9076
9077 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9078
9079 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
9080 creating fixed value.
9081 (ada_value_ind, ada_coerce_ref, assign_component)
9082 (ada_evaluate_subexp): Remove call to unwrap_value before
9083 call to ada_to_fixed_value.
9084
9085 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9086
9087 * ada-lang.c (to_fixed_array_type): Set result's type name.
9088
9089 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9090
9091 * ada-lang.c (catch_ada_exception_command_split): Add new
9092 argument cond_string. Add support for condition at end of
9093 "catch exception" commands.
9094 (ada_decode_exception_location): Add new argument cond_string.
9095 Update call to catch_ada_exception_command_split.
9096 (create_ada_exception_catchpoint): Add new argument cond_string.
9097 Set the breakpoint condition if needed.
9098 (catch_ada_exception_command): Update call to
9099 ada_decode_exception_location.
9100 (ada_decode_assert_location): Add function documentation.
9101 Add support for condition at end of "catch assert" command.
9102 (catch_assert_command): Update calls to ada_decode_assert_location
9103 and create_ada_exception_catchpoint.
9104
9105 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9106
9107 Fix disp-step-syscall.exp: fork: single step over fork.
9108 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
9109 (i386_linux_get_syscall_number_from_regcache): ... here, new function
9110 comment, change parameters gdbarch and ptid to regcache. Remove
9111 parameter regcache, initialize gdbarch from regcache here.
9112 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
9113 New functions.
9114 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
9115 instead.
9116 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
9117 'syscall'. Make the 'int' check more strict.
9118
9119 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9120
9121 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
9122 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
9123 (i386_linux_intx80_sysenter_syscall_record): ... here.
9124 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
9125 Use the renamed function name.
9126
9127 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9128
9129 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
9130 * breakpoint.c (until_break_command): Likewise.
9131 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
9132 * infcall.c (call_function_by_hand): Likewise.
9133 * infcmd.c (finish_forward): Likewise.
9134 * infrun.c (insert_exception_resume_breakpoint): Likewise.
9135
9136 2012-02-28 Tristan Gingold <gingold@adacore.com>
9137
9138 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
9139 avoid variable assignments inside condition.
9140
9141 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9142
9143 Fix static analysis issue found by cppcheck.
9144 * microblaze-tdep.c (microblaze_extract_return_value): Fix
9145 uninitialized BUF for size 2.
9146
9147 2012-02-27 Chris Dearman <chris@mips.com>
9148 Nathan Froyd <froydnj@codesourcery.com>
9149 Maciej W. Rozycki <macro@codesourcery.com>
9150
9151 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
9152 (mips16_instruction_has_delay_slot): Likewise.
9153 (mips_segment_boundary): Likewise.
9154 (mips_adjust_breakpoint_address): Likewise.
9155 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
9156
9157 2012-02-27 Maciej W. Rozycki <macro@mips.com>
9158 Maciej W. Rozycki <macro@codesourcery.com>
9159
9160 * infrun.c (handle_inferior_event): Don't proceed through
9161 shared library trampolines if stepping at the machine
9162 instruction level.
9163
9164 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
9165
9166 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
9167 too.
9168
9169 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
9170
9171 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
9172 (sh_stub_unwind_sniffer): New functions.
9173 (sh_stub_unwind): New variable.
9174 (sh_gdbarch_init): Wire everything.
9175
9176 2012-02-27 Pedro Alves <palves@redhat.com>
9177
9178 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
9179 (linux_nat_post_attach_wait): Adjust to use
9180 linux_proc_pid_is_stopped.
9181 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
9182 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
9183 based on pid_is_stopped from both linux-nat.c and
9184 gdbserver/linux-low.c, and renamed.
9185
9186 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9187
9188 * remote.c (remote_watchpoint_addr_within_range): New function.
9189 (init_remote_ops): Use it.
9190
9191 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9192
9193 * target.h (target_watchpoint_addr_within_range): Document macro.
9194
9195 2012-02-24 Pedro Alves <palves@redhat.com>
9196
9197 * stack.c (set_last_displayed_sal): Issue internal_error instead
9198 of warning, and issue it after clearing the last displayed sal.
9199
9200 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9201 Pedro Alves <palves@redhat.com>
9202
9203 * breakpoint.c (until_break_command): Install breakpoints after
9204 all frame manipulations.
9205
9206 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9207
9208 * remote.c (remote_supports_cond_breakpoints): New forward
9209 declaration.
9210 (remote_add_target_side_condition): New function.
9211 (remote_insert_breakpoint): Add target-side breakpoint
9212 conditional if supported.
9213 (remote_insert_hw_breakpoint): Likewise.
9214 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
9215 hook.
9216
9217 * target.c (update_current_target): Inherit
9218 to_supports_evaluation_of_breakpoint_conditions.
9219 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
9220
9221 * target.h (struct target_ops)
9222 <to_supports_evaluation_of_breakpoint_conditions>: New field.
9223 (target_supports_evaluation_of_breakpoint_conditions): New #define.
9224
9225 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
9226 (condition_evaluation_both, condition_evaluation_auto,
9227 condition_evaluation_host, condition_evaluation_target,
9228 condition_evaluation_enums, condition_evaluation_mode_1,
9229 condition_evaluation_mode): New static globals.
9230 (translate_condition_evaluation_mode): New function.
9231 (breakpoint_condition_evaluation_mode): New function.
9232 (gdb_evaluates_breakpoint_condition_p): New function.
9233 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
9234 (mark_breakpoint_modified): New function.
9235 (mark_breakpoint_location_modified): New function.
9236 (set_condition_evaluation_mode): New function.
9237 (show_condition_evaluation_mode): New function.
9238 (bp_location_compare_addrs): New function.
9239 (get_first_location_gte_addr): New helper function.
9240 (set_breakpoint_condition): Free condition bytecode if locations
9241 has become unconditional. Call mark_breakpoint_modified (...).
9242 (condition_command): Call update_global_location_list (1) for
9243 breakpoints.
9244 (breakpoint_xfer_memory): Use is_breakpoint (...).
9245 (is_breakpoint): New function.
9246 (parse_cond_to_aexpr): New function.
9247 (build_target_condition_list): New function.
9248 (insert_bp_location): Handle target-side conditional
9249 breakpoints and call build_target_condition_list (...).
9250 (update_inserted_breakpoint_locations): New function.
9251 (insert_breakpoint_locations): Handle target-side conditional
9252 breakpoints.
9253 (bpstat_check_breakpoint_conditions): Add comment.
9254 (bp_condition_evaluator): New function.
9255 (bp_location_condition_evaluator): New function.
9256 (print_breakpoint_location): Print information on where the condition
9257 will be evaluated.
9258 (print_one_breakpoint_location): Likewise.
9259 (init_bp_location): Call mark_breakpoint_location_modified (...) for
9260 breakpoint location.
9261 (force_breakpoint_reinsertion): New functions.
9262 (update_global_location_list): Handle target-side breakpoint
9263 conditions.
9264 Reinsert locations that are already inserted if conditions have
9265 changed.
9266 (bp_location_dtor): Free agent expression bytecode.
9267 (disable_breakpoint): Call mark_breakpoint_modified (...).
9268 Call update_global_location_list (...) with parameter 1 for breakpoints.
9269 (disable_command): Call mark_breakpoint_location_modified (...).
9270 Call update_global_location_list (...) with parameter 1 for breakpoints.
9271 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
9272 (enable_command): mark_breakpoint_location_modified (...).
9273 (_initialize_breakpoint): Update documentation and add
9274 condition-evaluation breakpoint subcommand.
9275
9276 * breakpoint.h: Include ax.h.
9277 (condition_list): New data structure.
9278 (condition_status): New enum.
9279 (bp_target_info) <cond_list>: New field.
9280 (bp_location) <condition_changed, cond_bytecode>: New fields.
9281 (is_breakpoint): New prototype.
9282
9283 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9284
9285 * remote.c (remote_state) <cond_breakpoints>: New field.
9286 (PACKET_ConditionalBreakpoints): New enum.
9287 (remote_cond_breakpoint_feature): New function.
9288 (remote_protocol_features): Add new ConditionalBreakpoints entry.
9289 (remote_supports_cond_breakpoints): New function.
9290 (_initialize_remote): Add new packet configuration for
9291 target-side conditional breakpoints.
9292
9293 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9294
9295 * NEWS: Mention target-side conditional breakpoint support,
9296 new condition-evaluation breakpoint subcommand and remote
9297 packet extensions.
9298
9299 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9300
9301 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
9302 number.
9303
9304 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
9305
9306 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
9307 (after_prologue): Remove.
9308
9309 2012-02-23 Tom Tromey <tromey@redhat.com>
9310
9311 * jv-valprint.c (java_val_print): Remove dead code.
9312
9313 2012-02-23 Tristan Gingold <gingold@adacore.com>
9314
9315 * ada-tasks.c (struct ada_tasks_inferior_data): Add
9316 known_tasks_element and known_tasks_length fields.
9317 (read_known_tasks_array): Change argument type. Use pointer type
9318 and number of elements from DATA. Adjust.
9319 (read_known_tasks_list): Likewise.
9320 (get_known_tasks_addr): Remove.
9321 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
9322 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
9323 type and array length. Merge former get_known_tasks_addr code.
9324
9325 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9326
9327 PR backtrace/13716
9328 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
9329 it after set_momentary_breakpoint.
9330
9331 2012-02-22 Sterling Augustine <saugustine@google.com>
9332
9333 PR 13689:
9334 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
9335
9336 2012-02-22 Gary Benson <gbenson@redhat.com>
9337
9338 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
9339 (find_slot_in_mapped_hash): Likewise.
9340
9341 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9342
9343 PR build/13638
9344 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
9345 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
9346 * configure: Regenerate.
9347
9348 2012-02-21 Tristan Gingold <gingold@adacore.com>
9349 Pedro Alves <palves@redhat.com>
9350
9351 * ia64-tdep.c: Do not include libunwind-ia64.h.
9352 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
9353 Include libunwind-ia64.h instead of libunwind.h.
9354 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
9355 for libunwind.h existence.
9356 * configure, config.in: Regenerate.
9357
9358 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9359
9360 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
9361 instead of value_rtti_target_type.
9362 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
9363 instead of value_rtti_target_type.
9364 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
9365 value_rtti_target_type.
9366 * valops.c (value_ind): Extract function readjust_indirect_value_type.
9367 (value_rtti_target_type): Rename to ...
9368 (value_rtti_indirect_type): ... here and make it indirect. Update
9369 function comment.
9370 * value.c (readjust_indirect_value_type): New function.
9371 (coerce_ref): Support for enclosing type setting for references
9372 with readjust_indirect_value_type.
9373 * value.h (readjust_value_type): New declaration.
9374 (value_rtti_target_type): Rename to ...
9375 (value_rtti_indirect_type): ... here.
9376
9377 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9378
9379 * MAINTAINERS (Write After Approval): Add myself to the list.
9380
9381 2012-02-20 Doug Evans <dje@google.com>
9382
9383 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
9384 Rename objfile_p_char parameter to objfilep.
9385 (build_objfile_section_table): Result is now void. All callers
9386 updated.
9387 * objfiles.h (struct objfile): Tweak comments, whitespace.
9388 (build_objfile_section_table): Update.
9389
9390 * elfread.c (elf_symfile_segments): Fix warning text.
9391
9392 2012-02-20 Tom Tromey <tromey@redhat.com>
9393
9394 PR gdb/13498:
9395 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
9396 particular set of file names once.
9397 (dw2_map_symbol_filenames): Likewise.
9398
9399 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9400
9401 Code cleanup.
9402 * main.c (write_files): Remove the declaration.
9403 (external_editor_command): Move the declaration ...
9404 [GDBTK] (external_editor_command): ... here. Fix the comment.
9405
9406 2012-02-20 Tom Tromey <tromey@redhat.com>
9407
9408 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
9409 extraneous block.
9410
9411 2012-02-20 Tristan Gingold <gingold@adacore.com>
9412
9413 * darwin-nat.h (enum darwin_msg_state): Add comments.
9414
9415 2012-02-20 Tristan Gingold <gingold@adacore.com>
9416
9417 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
9418 value.
9419
9420 2012-20-18 Joel Brobecker <brobecker@adacore.com>
9421
9422 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
9423 between function description and implementation.
9424
9425 2012-02-17 Tom Tromey <tromey@redhat.com>
9426
9427 PR python/12070:
9428 * python/py-event.c (event_object_getset): New global.
9429 (event_object_type): Reference it.
9430 * python/py-type.c (field_object_getset): New global.
9431 (field_object_type): Reference it.
9432 * python/python-internal.h (gdb_py_generic_dict): Declare.
9433 * python/py-utils.c (gdb_py_generic_dict): New function.
9434
9435 2012-02-17 Tristan Gingold <gingold@adacore.com>
9436
9437 * solib-darwin.c (darwin_current_sos): Check magic and filetype
9438
9439 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
9440
9441 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
9442 TYPE_CALLING_CONVENTION annotation.
9443
9444 2012-02-16 Kevin Buettner <kevinb@redhat.com>
9445
9446 * MAINTAINERS: Add rx to target ISA section.
9447 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
9448 (ALLDEPFILES): Add rx-tdep.c.
9449
9450 2012-02-16 Tom Tromey <tromey@redhat.com>
9451
9452 * symfile.c (symbol_file_add_main_1): Use inferior's
9453 symfile_flags.
9454 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
9455 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
9456 inferior.
9457 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
9458 inferior.
9459 (follow_exec): Use inferior's symfile_flags.
9460 * inferior.h (struct inferior) <symfile_flags>: New field.
9461
9462 2012-02-16 Mike Frysinger <vapier@gentoo.org>
9463
9464 PR gdb/9734:
9465 * remote-sim.c (gdbsim_create_inferior): Call error() when
9466 sim_create_inferior() fails.
9467
9468 2012-02-16 Josh Matthews <josh@joshmatthews.net>
9469
9470 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
9471
9472 2012-02-16 Tom Tromey <tromey@redhat.com>
9473
9474 PR c++/13653:
9475 * thread.c (struct current_thread_cleanup) <was_removable>: New
9476 field.
9477 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
9478 (make_cleanup_restore_current_thread): Initialize new field.
9479
9480 2012-02-15 Kevin Buettner <kevinb@redhat.com>
9481
9482 * MAINTAINERS: Add rl78 to target ISA section.
9483 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
9484 (ALLDEPFILES): Add rl78-tdep.c.
9485 * NEWS: Mention rl78 as a new target.
9486
9487 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
9488
9489 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
9490 data.
9491 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
9492
9493 2012-02-15 Tom Tromey <tromey@redhat.com>
9494
9495 PR gdb/12659:
9496 * infcmd.c (registers_info): Print just the current register's
9497 name.
9498
9499 2012-02-15 Tom Tromey <tromey@redhat.com>
9500
9501 * python/py-symbol.c (sympy_value): Use _().
9502
9503 2012-02-15 Pedro Alves <palves@redhat.com>
9504
9505 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
9506 output to be like native targets'.
9507 (remote_pid_to_str): Special case the null ptid.
9508
9509 2012-02-14 Stan Shebs <stan@codesourcery.com>
9510
9511 * NEWS: Mention enable count command.
9512 * breakpoint.h (struct breakpoint): New field enable_count.
9513 * breakpoint.c (enable_breakpoint_disp): Add count argument.
9514 (enable_breakpoint): Add arg to call.
9515 (struct disp_data): New struct.
9516 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
9517 (do_map_enable_once_breakpoint): Create a struct and pass it.
9518 (do_map_enable_delete_breakpoint): Ditto.
9519 (do_map_enable_count_breakpoint): New function.
9520 (enable_count_command): New function.
9521 (bpstat_stop_status): Decrement enable_count.
9522 (print_one_breakpoint_location): Report enable count.
9523 (_initialize_breakpoint): Add enable count command.
9524
9525 2012-02-14 Kevin Buettner <kevinb@redhat.com>
9526
9527 * rl78-tdep.c (reggroups.h): Include.
9528 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
9529 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
9530 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
9531 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
9532 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
9533 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
9534 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
9535 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
9536 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
9537 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
9538 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
9539 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
9540 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
9541 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
9542 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
9543 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
9544 beginning of register list.
9545 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
9546 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
9547 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
9548 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
9549 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
9550 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
9551 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
9552 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
9553 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
9554 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
9555 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
9556 the pseudo registers. Rearrange other pseudo registers too so
9557 that the bank registers appear at the end.
9558 (rl78_register_type): Account for the fact that the byte sized
9559 bank registers are now pseudo-registers.
9560 (rl78_register_name): Rearrange the register name array. Make
9561 initial set of raw banked registers inaccessible.
9562 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
9563 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
9564 case for copying bytes back and forth between raw and pseudo
9565 versions of the banked registers. Update other cases to reflect
9566 the changed names.
9567 (rl78_return_value): Update to account for changed names of
9568 raw registers.
9569 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
9570 rl78_register_sim_regno().
9571
9572 2012-02-14 Kevin Buettner <kevinb@redhat.com>
9573
9574 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
9575 the name parameter being passed to find_pc_partial_function().
9576
9577 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9578
9579 * MAINTAINERS: Step down from being ia64 target maintainer.
9580
9581 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9582
9583 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
9584 compilation warning.
9585
9586 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9587
9588 Fix crash on loaded shlibs without loaded exec_bfd.
9589 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
9590 (set_section_command): Replace exec_bfd by p->bfd.
9591
9592 2012-02-10 Tom Tromey <tromey@redhat.com>
9593
9594 * linespec.c (decode_line_internal): Skip symtabs_from_filename
9595 when we have a C++ qualified name.
9596
9597 2012-02-10 Pedro Alves <palves@redhat.com>
9598
9599 * inferior.c (inferior_pid_to_str): New.
9600 (print_inferior, inferior_command): Use it.
9601
9602 2012-02-10 Pedro Alves <palves@redhat.com>
9603
9604 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
9605 the test CFLAGS.
9606 * configure: Regenerate.
9607
9608 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9609
9610 * linespec.c (decode_line_internal): Fix comment correctness.
9611
9612 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
9613
9614 PR gdb/12953
9615 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
9616 * amd64bsd-nat.c: Add support for debug registers (adapted from
9617 i386bsd-nat.c).
9618 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
9619 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
9620 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
9621 (amd64bsd_dr_get_control): New functions.
9622 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
9623 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
9624 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
9625 watchpoints initialization.
9626 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
9627
9628 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9629
9630 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
9631 flds_bnds.fields.
9632 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
9633
9634 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9635
9636 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
9637
9638 2012-02-08 Joel Brobecker <brobecker@adacore.com>
9639
9640 * language.h (symbol_name_cmp_ftype): Renames
9641 symbol_name_match_p_ftype.
9642 (struct language_defn)[la_get_symbol_name_cmp]: Renames
9643 la_get_symbol_name_match_p.
9644 * ada-lang.c (ada_get_symbol_name_cmp): Renames
9645 ada_get_symbol_name_match_p. Update comment.
9646 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
9647 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
9648 Renames symbol_name_match_p. Update field type.
9649 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
9650 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
9651 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
9652 "la_get_symbol_name_cmp" in comments.
9653 * language.c: Likewise.
9654
9655 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9656
9657 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
9658 %eflags offset.
9659 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
9660 (amd64_sol2_gregset32_reg_offs): Likewise.
9661
9662 2012-02-08 Joel Brobecker <brobecker@adacore.com>
9663
9664 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
9665 of the returned BFD is allocated by GDB.
9666
9667 2012-02-07 Tom Tromey <tromey@redhat.com>
9668
9669 PR python/12027:
9670 * python/python-internal.h (frame_object_type): Declare.
9671 * python/py-symbol.c (sympy_needs_frame): New function.
9672 (sympy_value): New function.
9673 (symbol_object_getset): Add "needs_frame".
9674 (symbol_object_methods): Add "value".
9675 * python/py-frame.c (frame_object_type): No longer static.
9676
9677 2012-02-07 Tom Tromey <tromey@redhat.com>
9678
9679 PR python/13599:
9680 * python/py-symbol.c (sympy_line): New function.
9681 (symbol_object_getset): Add "line".
9682
9683 2012-02-07 Tom Tromey <tromey@redhat.com>
9684
9685 * charset.c (find_charset_names): Check 'in' against NULL.
9686
9687 2012-02-06 Doug Evans <dje@google.com>
9688
9689 * gdbtypes.h (struct main_type): Change type of name,tag_name,
9690 and fields.name members from char * to const char *. All uses updated.
9691 (struct cplus_struct_type): Change type of fn_fieldlists.name member
9692 from char * to const char *. All uses updated.
9693 (type_name_no_tag): Update.
9694 (lookup_unsigned_typename, lookup_signed_typename): Update.
9695 * gdbtypes.c (type_name_no_tag): Change result type
9696 from char * to const char *. All callers updated.
9697 (lookup_unsigned_typename, lookup_signed_typename): Change type of
9698 name parameter from char * to const char *.
9699 * symtab.h (struct cplus_specific): Change type of demangled_name
9700 member from char * to const char *. All uses updated.
9701 (struct general_symbol_info): Change type of name and
9702 mangled_lang.demangled_name members from char * to const char *.
9703 All uses updated.
9704 (symbol_get_demangled_name, symbol_natural_name): Update.
9705 (symbol_demangled_name, symbol_search_name): Update.
9706 * symtab.c (symbol_get_demangled_name): Change result type
9707 from char * to const char *. All callers updated.
9708 (symbol_natural_name, symbol_demangled_name): Ditto.
9709 (symbol_search_name): Ditto.
9710 (completion_list_add_name): Change type of symname,sym_text,
9711 text,word parameters from char * to const char *.
9712 (completion_list_objc_symbol): Change type of sym_text,
9713 text,word parameters from char * to const char *.
9714 * ada-lang.c (find_struct_field): Change type of name parameter
9715 from char * to const char *.
9716 (encoded_ordered_before): Similarly for N0,N1 parameters.
9717 (old_renaming_is_invisible): Similarly for function_name parameter.
9718 (ada_type_name): Change result type from char * to const char *.
9719 All callers updated.
9720 * ada-lang.h (ada_type_name): Update.
9721 * buildsym.c (hashname): Change type of name parameter
9722 from char * to const char *.
9723 * buildsym.h (hashname): Update.
9724 * dbxread.c (end_psymtab): Change type of include_list parameter
9725 from char ** to const char **.
9726 * dwarf2read.c (determine_prefix): Change result type
9727 from char * to const char *. All callers updated.
9728 * f-lang.c (find_common_for_function): Change type of name, funcname
9729 parameters from char * to const char *.
9730 * f-lang.c (find_common_for_function): Update.
9731 * f-valprint.c (list_all_visible_commons): Change type of funcname
9732 parameters from char * to const char *.
9733 * gdbarch.sh (static_transform_name): Change type of name parameter
9734 and result from char * to const char *.
9735 * gdbarch.c: Regenerate.
9736 * gdbarch.h: Regenerate.
9737 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
9738 of name parameter from char * to const char *.
9739 * jv-lang.c (java_primitive_type_from_name): Ditto.
9740 (java_demangled_signature_length): Similarly for signature parameter.
9741 (java_demangled_signature_copy): Ditto.
9742 (java_demangle_type_signature): Ditto.
9743 * jv-lang.h (java_primitive_type_from_name): Update.
9744 (java_demangle_type_signature): Update.
9745 * objc-lang.c (specialcmp): Change type of a,b parameters
9746 from char * to const char *.
9747 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
9748 from char * to const char *. All callers updated.
9749 * p-lang.h (is_pascal_string_type): Update.
9750 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
9751 of name parameter from char * to const char *.
9752 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
9753 * utils.c (fprintf_symbol_filtered): Ditto.
9754 * defs.h (fprintf_symbol_filtered): Update.
9755 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
9756 * stabsread.h (end_psymtab): Update.
9757 * stack.c (find_frame_funname): Change type of funname parameter
9758 from char ** to const char **.
9759 * stack.h (find_frame_funname): Update.
9760 * typeprint.c (type_print): Change type of varstring parameter
9761 from char * to const char *.
9762 * value.h (type_print): Update.
9763 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
9764 from char * to const char *. All callers updated.
9765 (xcoff_end_psymtab): Change type of include_list parameter
9766 from char ** to const char **. All callers updated.
9767 (swap_sym): Similarly for name parameter. All callers updated.
9768 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
9769 Use xstrdup.
9770 (process_coff_symbol): Use xstrdup.
9771 * stabsread.c (stabs_method_name_from_physname): Renamed from
9772 update_method_name_from_physname. Change result type from void
9773 to char *. All callers updated.
9774 (read_member_functions): In has_destructor case, store name in objfile
9775 obstack instead of malloc space. In !has_stub case, fix mem leak.
9776
9777 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
9778
9779 * configure: Rebuild.
9780 * configure.ac: Put -L../bfd and -L../libiberty at the front of
9781 LDFLAGS.
9782
9783 2012-02-03 Kevin Buettner <kevinb@redhat.com>
9784
9785 * configure.tgt (rl78-*-elf): New target.
9786 * rl78-tdep.c: New file.
9787
9788 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9789
9790 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
9791 and continue the loop. Add QUIT statement.
9792
9793 2012-02-03 Tom Tromey <tromey@redhat.com>
9794
9795 PR gdb/13596:
9796 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
9797 bfd_lookup_symbol_from_symtab.
9798 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
9799 gdb_bfd_lookup_symbol_from_symtab.
9800
9801 2012-02-03 Joel Brobecker <brobecker@adacore.com>
9802
9803 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
9804 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
9805 symbol. Add assertion that sym2 is never NULL.
9806
9807 2012-02-02 Doug Evans <dje@google.com>
9808
9809 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
9810 "name" parameter to const char ** from char **. All callers updated.
9811 (find_pc_partial_function): Ditto.
9812 (cache_pc_function_name): Change type to const char * from char *.
9813 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
9814 (find_pc_partial_function): Update.
9815 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
9816 type of "name" parameter to const char * from char *.
9817 All uses updated.
9818 * arch-utils.c (generic_in_solib_return_trampoline): Change
9819 type of "name" parameter to const char * from char *.
9820 * arch-utils.h (generic_in_solib_return_trampoline): Update.
9821 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
9822 type of "name" parameter to const char * from char *.
9823 * gdbarch.sh (in_solib_return_trampoline): Ditto.
9824 * gdbarch.c: Regenerate.
9825 * gdbarch.h: Regenerate.
9826 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
9827 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
9828 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
9829 type of "name" parameter to const char * from char *.
9830 * skip.c (skip_function_pc): Ditto.
9831 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
9832 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
9833 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
9834 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
9835 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
9836 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
9837 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
9838 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
9839 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
9840
9841 2012-02-02 Pedro Alves <palves@redhat.com>
9842
9843 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
9844 the current inferior has no execution. Make sure the current
9845 remote process matches gdb's current inferior.
9846
9847 2012-02-02 Tom Tromey <tromey@redhat.com>
9848
9849 PR gdb/13405:
9850 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
9851 read-only memory.
9852
9853 2012-02-02 Tom Tromey <tromey@redhat.com>
9854
9855 PR gdb/9307:
9856 * symtab.c (lookup_language_this): Set block_found.
9857
9858 2012-02-01 Tom Tromey <tromey@redhat.com>
9859
9860 PR gdb/13431:
9861 * jit.c (struct jit_inferior_data): Rewrite.
9862 (struct jit_objfile_data): New.
9863 (get_jit_objfile_data): New function.
9864 (add_objfile_entry): Update.
9865 (jit_read_descriptor): Return int. Replace descriptor_addr
9866 argument with inf_data. Update. Don't call error.
9867 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
9868 descriptor here.
9869 (jit_inferior_init): Don't look up descriptor. Don't call error.
9870 (jit_reset_inferior_data_and_breakpoints)
9871 (jit_inferior_created_observer): Remove.
9872 (jit_inferior_exit_hook): Update.
9873 (jit_executable_changed_observer): Remove.
9874 (jit_event_handler): Update.
9875 (free_objfile_data): Reset inferior data if needed.
9876 (_initialize_jit): Update.
9877
9878 2012-02-01 Tom Tromey <tromey@redhat.com>
9879
9880 * jit.c (bfd_open_from_target_memory): Move higher in file.
9881
9882 2012-02-01 Tristan Gingold <gingold@adacore.com>
9883
9884 * libunwind-frame.c (libunwind_load): Display message if dlopen
9885 failed.
9886
9887 2012-02-01 Gary Benson <gbenson@redhat.com>
9888
9889 * symtab.h (symbol_found_callback_ftype): New typedef.
9890 (iterate_over_symbols): Use the above.
9891 * symtab.c (iterate_over_symbols): Likewise.
9892 * language.h (language_defn->la_iterate_over_symbols): Likewise.
9893 * ada-lang.c (ada_iterate_over_symbols): Likewise.
9894 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
9895 (iterate_name_matcher): Document return values.
9896 (collect_one_symbol): Likewise.
9897 (collect_function_symbols): Likewise.
9898 (collect_symbols): Likewise.
9899
9900 2012-02-01 Tom Tromey <tromey@redhat.com>
9901
9902 * ada-lang.c (resolve_subexp): Update.
9903 (ada_lookup_symbol_list): Add 'full_search' argument.
9904 (ada_iterate_over_symbols): Pass 0 as full_search argument to
9905 ada_lookup_symbol_list.
9906 (ada_lookup_encoded_symbol): Update.
9907 (get_var_value): Update.
9908 * ada-exp.y (block_lookup): Update.
9909 (write_var_or_type): Update.
9910 (write_name_assoc): Update.
9911 * ada-lang.h (ada_lookup_symbol_list): Update.
9912
9913 2012-01-31 Tom Tromey <tromey@redhat.com>
9914
9915 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
9916 comment.
9917
9918 2012-01-31 Doug Evans <dje@google.com>
9919
9920 * symtab.h: Remove outdated comment.
9921 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
9922
9923 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
9924
9925 Fix build error in Darwin port.
9926 * i386-darwin-nat.c: Include i386-nat.h.
9927
9928 2012-01-30 Tom Tromey <tromey@redhat.com>
9929
9930 PR breakpoints/13568:
9931 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
9932 argument. Check for recursive includes.
9933 (dwarf_decode_macros): Create an include hash.
9934
9935 2012-01-30 Michael Eager <eager@eagercon.com>
9936
9937 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
9938 * ppc-linux-tdep.c: Include glibc-tdep.h.
9939 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
9940 (powerpc_linux_in_plt_stub): New function.
9941 (powerpc_linux_in_dynsym_resolve_code): New function.
9942 (ppc_skip_trampoline_code): New function.
9943 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
9944 Use glibc_skip_solib_resolver.
9945
9946 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9947
9948 Code cleanup: Make 1440 bytes of data segment read-only.
9949 * arch-utils.c (endian_enum): Make it const char *const [].
9950 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
9951 Likewise.
9952 * breakpoint.c (always_inserted_enums): Likewise.
9953 * cli/cli-cmds.c (script_ext_enums): Likewise.
9954 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
9955 enumlist parameter const char *const *.
9956 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
9957 const char *const *.
9958 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
9959 parameter const char *const *.
9960 * cris-tdep.c (cris_modes): Make it const char *const [].
9961 * filesystem.c (target_file_system_kinds): Likewise.
9962 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
9963 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
9964 (can_use_displaced_stepping_enum, scheduler_enums)
9965 (exec_direction_names): Likewise.
9966 * language.c (_initialize_language): Make the type_or_range_names and
9967 case_sensitive_names variables const char *const [].
9968 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
9969 * python/python.c (python_excp_enums): Likewise.
9970 * remote.c (interrupt_sequence_modes): Likewise.
9971 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
9972 * serial.c (logbase_enums): Likewise.
9973 * sh-tdep.c (sh_cc_enum): Likewise.
9974 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
9975 Likewise.
9976 * symtab.c (multiple_symbols_modes): Likewise.
9977 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
9978 Likewise.
9979 * utils.c (internal_problem_modes): Likewise.
9980
9981 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9982
9983 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
9984 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
9985 result.
9986
9987 2012-01-27 Doug Evans <dje@google.com>
9988
9989 * configure.ac (with_python): Fix absolute path handling for win32.
9990 * configure: Regenerate.
9991
9992 2012-01-26 Doug Evans <dje@google.com>
9993
9994 * symtab.c: Whitespace cleanup, no code changes.
9995
9996 * symtab.c (lookup_symbol_in_language): Improve comment.
9997 (lookup_symbol_aux): Fix comment.
9998
9999 * psymtab.c (add_psymbol_to_list): Result is now "void".
10000 * psympriv.h (add_psymbol_to_list): Update.
10001
10002 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
10003
10004 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10005
10006 Do not open script filenames twice.
10007 * cli/cli-cmds.c (source_script_from_stream): Pass to
10008 source_python_script also STREAM.
10009 * python/py-auto-load.c (source_section_scripts): Pass to
10010 source_python_script_for_objfile also STREAM.
10011 (auto_load_objfile_script): Pass to source_python_script_for_objfile
10012 also INPUT.
10013 * python/python-internal.h (source_python_script_for_objfile): New
10014 parameter file, rename parameter file to filename.
10015 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
10016 instead if !_WIN32. Update the function comment.
10017 (source_python_script, source_python_script_for_objfile)
10018 (source_python_script): New parameter file, rename parameter file to
10019 filename. Pass FILENAME to python_run_simple_file.
10020 * python/python.h (source_python_script): New parameter file, rename
10021 parameter file to filename.
10022
10023 2012-01-26 Pedro Alves <palves@redhat.com>
10024
10025 * corelow.c (core_has_fake_pid): Delete.
10026 (core_close): Delete references to `core_has_fake_pid'.
10027 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
10028 (core_open): Delete references to `core_has_fake_pid'.
10029 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
10030 the removed global.
10031
10032 2012-01-26 Joel Brobecker <brobecker@adacore.com>
10033
10034 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
10035 Remove language parameter from name_matcher. Adjust the comment.
10036 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
10037 Remove language parameter.
10038 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
10039 * linespec.c (iterate_name_matcher): Likewise.
10040 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
10041 name_matcher. Adjust call accordingly.
10042 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
10043 (maintenance_check_symtabs): Adjust type of parameter "fun".
10044 * psymtab.h (maintenance_check_symtabs): Likewise.
10045
10046 2012-01-26 Joel Brobecker <brobecker@adacore.com>
10047
10048 * language.h (symbol_name_match_p_ftype): New typedef.
10049 (struct language_defn): Replace field la_symbol_name_compare
10050 by la_get_symbol_name_match_p.
10051 * ada-lang.c (ada_get_symbol_name_match_p): New function.
10052 (ada_language_defn): Use it.
10053 * linespec.c (struct symbol_matcher_data): New type.
10054 (iterate_name_matcher): Rewrite.
10055 (iterate_over_all_matching_symtabs): Pass a pointer to
10056 a symbol_matcher_data struct to expand_symtabs_matching
10057 instead of just the lookup name.
10058 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10059 opencl-lang.c, p-lang.c, language.c: Delete field
10060 la_symbol_name_compare, and replace by NULL for new field
10061 la_get_symbol_name_match_p.
10062 * symfile.h (struct quick_symbol_functions): Update comment.
10063
10064 2012-01-25 Tom Tromey <tromey@redhat.com>
10065
10066 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
10067 dereferencing.
10068
10069 2012-01-24 Tom Tromey <tromey@redhat.com>
10070
10071 PR symtab/12406:
10072 * solib.c (update_solib_list): Update the program space's
10073 added_solibs and deleted_solibs fields.
10074 * progspace.h (struct program_space) <added_solibs,
10075 deleted_solibs>: New fields.
10076 (clear_program_space_solib_cache): Declare.
10077 * progspace.c (release_program_space): Call
10078 clear_program_space_solib_cache.
10079 (clear_program_space_solib_cache): New function.
10080 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
10081 bpstat_stop_status. Use handle_solib_event.
10082 * breakpoint.c: Include gdb_regex.h.
10083 (print_solib_event): New function.
10084 (bpstat_print): Use print_solib_event.
10085 (bpstat_stop_status): Add special case for bp_shlib_event.
10086 (handle_solib_event): New function.
10087 (bpstat_what): Use handle_solib_event.
10088 (struct solib_catchpoint): New.
10089 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
10090 (breakpoint_hit_catch_solib, check_status_catch_solib)
10091 (print_it_catch_solib, print_one_catch_solib)
10092 (print_mention_catch_solib, print_recreate_catch_solib): New
10093 functions.
10094 (catch_solib_breakpoint_ops): New global.
10095 (catch_load_or_unload, catch_load_command_1)
10096 (catch_unload_command_1): New functions.
10097 (internal_bkpt_check_status): Add special case for
10098 bp_shlib_event.
10099 (internal_bkpt_print_it): Use print_solib_event.
10100 (initialize_breakpoint_ops): Initialize
10101 catch_solib_breakpoint_ops.
10102 (_initialize_breakpoint): Register "catch load" and "catch
10103 unload".
10104 * breakpoint.h (handle_solib_event): Declare.
10105 * NEWS: Add entry for "catch load" and "catch unload".
10106
10107 2012-01-24 Tom Tromey <tromey@redhat.com>
10108
10109 * ada-lang.c: Include gdb_vecs.h.
10110 * charset.c: Include gdb_vecs.h.
10111 * tracepoint.h: Include gdb_vecs.h.
10112 * gdb_vecs.h: New file.
10113
10114 2012-01-24 Pedro Alves <pedro@codesourcery.com>
10115
10116 * breakpoint.c (breakpoint_hit_catch_fork)
10117 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
10118 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
10119 * infrun.c (inferior_has_forked, inferior_has_vforked)
10120 (inferior_has_execd, inferior_has_called_syscall): Delete.
10121 (handle_syscall_event): Get syscall_number from the execution
10122 control state's wait status.
10123 (wait_for_inferior): Don't clear syscall_number.
10124
10125 2012-01-24 Pedro Alves <palves@redhat.com>
10126
10127 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
10128 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
10129 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
10130 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
10131 `ws' parameter.
10132 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
10133 false for events other than TARGET_SIGNAL_TRAP.
10134 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
10135 Add `ws' parameter.
10136 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
10137 events other than TARGET_SIGNAL_TRAP.
10138 (tracepoint_breakpoint_hit): Add `ws' parameter.
10139 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
10140 parameter.
10141 (bpstat_stop_status): Same.
10142 (pc_at_non_inline_function): Same.
10143 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
10144 to pass the current event's waitstatus to bpstat_stop_status
10145 and pc_at_non_inline_function.
10146
10147 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10148
10149 Code cleanup.
10150 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
10151 Update the function comment for it.
10152 (source_script_with_search): Call make_cleanup_fclose for STREAM.
10153 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
10154 for STREAM.
10155
10156 2012-01-24 Pedro Alves <palves@redhat.com>
10157
10158 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
10159 outside `bs->stop' block.
10160 (bpstat_what): Rework bp_shlib_event handling.
10161 (internal_bkpt_check_status): If the breakpoint is a
10162 bp_shlib_event, then set bs->stop and bs->print if
10163 stop_on_solib_events is set.
10164
10165 2012-01-24 Gary Benson <gbenson@redhat.com>
10166
10167 Delete #if 0'd out code.
10168 * stack.c (print_frame_label_vars): Remove.
10169 (catch_info): Likewise.
10170 (_initialize_stack): Remove "info catch" command.
10171 * NEWS: Mention the above.
10172
10173 2012-01-24 Pedro Alves <palves@redhat.com>
10174
10175 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
10176 it.
10177 (remote_notice_new_inferior): If the remote end doesn't support
10178 the multiprocess extensions, then the PID is fake.
10179 (add_current_inferior_and_thread): New.
10180 (remote_start_remote): Use it.
10181 (extended_remote_attach_1): Adjust.
10182 (extended_remote_create_inferior_1): Use
10183 add_current_inferior_and_thread.
10184
10185 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10186
10187 Fix watchpoints to be specific for each inferior.
10188 * breakpoint.c (watchpoint_in_thread_scope): Verify also
10189 current_program_space.
10190 * i386-nat.c (i386_inferior_data_cleanup): New.
10191 (i386_inferior_data_get): Replace variable inf_data_local by an
10192 inferior_data call.
10193 (i386_use_watchpoints): Initialize i386_inferior_data.
10194 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
10195 specific iterate_over_lwps.
10196
10197 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10198
10199 Fix watchpoints across inferior fork.
10200 * amd64-linux-nat.c (update_debug_registers_callback): Update the
10201 comment for linux_nat_iterate_watchpoint_lwps.
10202 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10203 linux_nat_iterate_watchpoint_lwps.
10204 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
10205 * i386-linux-nat.c (update_debug_registers_callback): Update the
10206 comment for linux_nat_iterate_watchpoint_lwps.
10207 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10208 linux_nat_iterate_watchpoint_lwps.
10209 (i386_linux_prepare_to_resume): New comment on Linux kernel.
10210 * i386-nat.c: Include inferior.h.
10211 (dr_mirror): Remove.
10212 (i386_inferior_data, struct i386_inferior_data)
10213 (i386_inferior_data_get): New.
10214 (i386_debug_reg_state): Use i386_inferior_data_get.
10215 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
10216 (i386_insert_watchpoint, i386_remove_watchpoint)
10217 (i386_stopped_data_address, i386_insert_hw_breakpoint)
10218 (i386_remove_hw_breakpoint): New variable state, use
10219 i386_debug_reg_state instead of DR_MIRROR.
10220 * linux-nat.c (delete_lwp): New declaration.
10221 (num_lwps): Move here from downwards.
10222 (delete_lwp_cleanup): New.
10223 (linux_child_follow_fork): Create new child_lp, call
10224 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
10225 PTRACE_DETACH.
10226 (num_lwps): Move upwards.
10227 (linux_nat_iterate_watchpoint_lwps): New.
10228 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
10229 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
10230
10231 2012-01-24 Joel Brobecker <brobecker@adacore.com>
10232
10233 GDB 7.4 released.
10234
10235 2012-01-23 Pedro Alves <palves@redhat.com>
10236
10237 * top.c (caution): Rename to ...
10238 (confirm): ... this.
10239 (show_caution): Rename to ...
10240 (show_confirm): ... this.
10241 (quit_cover): Adjust.
10242 (init_main): Adjust.
10243 * top.h (caution): Rename to ...
10244 (confirm): ... this.
10245 * utils.c (internal_vproblem, defaulted_query): Adjust.
10246
10247 2012-01-23 Pedro Alves <palves@redhat.com>
10248
10249 * top.c (caution): Update comment.
10250 (execute_command): Don't consider the current value of `caution'.
10251
10252 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10253
10254 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
10255
10256 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
10257
10258 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
10259 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
10260 * target.c (target_fileio_pwrite): Remove buffer address from
10261 debug output.
10262 (target_fileio_pread): Likewise.
10263
10264 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10265
10266 * NEWS: Document remote "info proc" and "generate-core-file".
10267
10268 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10269
10270 * gdbarch.sh (find_memory_regions): New callback.
10271 * gdbarch.c, gdbarch.h: Regenerate.
10272
10273 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
10274 callback before falling back to target method.
10275
10276 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
10277 (linux_target_install_ops): No longer install it.
10278
10279 * linux-tdep.c (linux_find_memory_regions): New function.
10280 (linux_init_abi): Install it.
10281
10282 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10283
10284 * gdbarch.sh (make_corefile_notes): New architecture callback.
10285 * gdbarch.c: Regenerate.
10286 * gdbarch.h: Likewise.
10287
10288 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
10289 before target_make_corefile_notes. If NULL is returned, the
10290 target does not support core file generation.
10291
10292 * linux-nat.c: Include "linux-tdep.h".
10293 (find_signalled_thread, find_stop_signal): Remove.
10294 (linux_nat_do_thread_registers): Likewise.
10295 (struct linux_nat_corefile_thread_data): Likewise.
10296 (linux_nat_corefile_thread_callback): Likewise.
10297 (iterate_over_spus): Likewise.
10298 (struct linux_spu_corefile_data): Likewise.
10299 (linux_spu_corefile_callback): Likewise.
10300 (linux_spu_make_corefile_notes): Likewise.
10301 (linux_nat_collect_thread_registers): New function.
10302 (linux_nat_make_corefile_notes): Replace contents by call to
10303 linux_make_corefile_notes passing linux_nat_collect_thread_registers
10304 as native-only callback.
10305
10306 * linux-tdep.h: Include "bfd.h".
10307 (struct regcache): Add forward declaration.
10308 (linux_collect_thread_registers_ftype): New typedef.
10309 (linux_make_corefile_notes): Add prototype.
10310 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
10311 "regset.h", and "elf-bfd.h".
10312 (find_signalled_thread, find_stop_signal): New functions.
10313 (linux_spu_make_corefile_notes): Likewise.
10314 (linux_collect_thread_registers): Likewise.
10315 (struct linux_corefile_thread_data): New data structure.
10316 (linux_corefile_thread_callback): New funcion.
10317 (linux_make_corefile_notes): Likewise.
10318 (linux_make_corefile_notes_1): Likewise.
10319 (linux_init_abi): Install it.
10320
10321 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10322
10323 * gdbarch.sh (info_proc): New callback.
10324 * gdbarch.c, gdbarch.h: Regenerate.
10325
10326 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
10327 before falling back to the target info_proc callback.
10328
10329 * linux-nat.c: Do not include "cli/cli-utils.h".
10330 (linux_nat_info_proc): Remove.
10331 (linux_target_install_ops): No longer install it.
10332
10333 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
10334 (read_mapping): New function.
10335 (linux_info_proc): Likewise.
10336 (linux_init_abi): Install it.
10337
10338 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10339
10340 * defs.h (enum info_proc_what): Moved here from linux-nat.c
10341 * infcmd.c: (info_proc_cmd_1): New function.
10342 (info_proc_cmd): New function, moved here from equivalent routine
10343 orignally in linux-nat.c.
10344 (info_proc_cmd_mappings): Likewise.
10345 (info_proc_cmd_stat): Likewise.
10346 (info_proc_cmd_status): Likewise.
10347 (info_proc_cmd_cwd): Likewise.
10348 (info_proc_cmd_cmdline): Likewise.
10349 (info_proc_cmd_exe): Likewise.
10350 (info_proc_cmd_all): Likewise.
10351 (_initialize_infcmd): Install "info proc" command and subcommands.
10352
10353 * target.h (struct target_ops): Add to_info_proc.
10354 (target_info_proc): Add prototype.
10355 * target.c (target_info_proc): New function.
10356
10357 * procfs.c (procfs_info_proc): Add prototype.
10358 (info_proc_cmd): Rename into ...
10359 (procfs_info_proc): ... this. Update argument types as appropriate
10360 for a to_info_proc implementation. Handle "what" argument.
10361 (procfs_target): Install procfs_info_proc.
10362 (_initialize_procfs): No longer install "info proc" command.
10363
10364 * linux-nat.c: (enum info_proc_what): Remove.
10365 (linux_nat_info_proc_cmd_1): Rename into ...
10366 (linux_nat_info_proc): ... this. Update argument types as appropriate
10367 for a to_info_proc implementation.
10368 (linux_nat_info_proc_cmd): Remove.
10369 (linux_nat_info_proc_cmd_mappings): Likewise.
10370 (linux_nat_info_proc_cmd_stat): Likewise.
10371 (linux_nat_info_proc_cmd_status): Likewise.
10372 (linux_nat_info_proc_cmd_cwd): Likewise.
10373 (linux_nat_info_proc_cmd_cmdline): Likewise.
10374 (linux_nat_info_proc_cmd_exe): Likewise.
10375 (linux_nat_info_proc_cmd_all): Likewise.
10376 (linux_target_install_ops): Install linux_nat_info_proc.
10377 (_initialize_linux_nat): No longer install "info proc" command
10378 and subcommands.
10379
10380 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10381
10382 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
10383 * config.in, configure: Regenerate.
10384
10385 * target.h (struct target_ops): Add to_fileio_readlink.
10386 (target_fileio_readlink): Add prototype.
10387 * target.c (target_fileio_readlink): New function.
10388
10389 * inf-child.c: Conditionally include <sys/param.h>.
10390 (inf_child_fileio_readlink): New function.
10391 (inf_child_target): Install it.
10392
10393 * remote.c (PACKET_vFile_readlink): New enum value.
10394 (remote_hostio_readlink): New function.
10395 (init_remote_ops): Install it.
10396 (_initialize_remote): Handle vFile:readlink packet type.
10397
10398 2012-01-20 Pedro Alves <palves@redhat.com>
10399 Ulrich Weigand <ulrich.weigand@linaro.org>
10400
10401 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
10402 * config.in, configure: Regenerate.
10403
10404 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
10405 to_fileio_pread, to_fileio_close, to_fileio_unlink.
10406 (target_fileio_open): Add prototype.
10407 (target_fileio_pwrite): Likewise.
10408 (target_fileio_pread): Likewise.
10409 (target_fileio_close): Likewise.
10410 (target_fileio_unlink): Likewise.
10411 (target_fileio_read_alloc): Likewise.
10412 (target_fileio_read_stralloc): Likewise.
10413
10414 * target.c: Include "gdb/fileio.h".
10415 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
10416 (default_fileio_target): New function.
10417 (target_fileio_open): Likewise.
10418 (target_fileio_pwrite): Likewise.
10419 (target_fileio_pread): Likewise.
10420 (target_fileio_close): Likewise.
10421 (target_fileio_unlink): Likewise.
10422 (target_fileio_close_cleanup): Likewise.
10423 (target_fileio_read_alloc_1): Likewise.
10424 (target_fileio_read_alloc): Likewise.
10425 (target_fileio_read_stralloc): Likewise.
10426
10427 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
10428 <fcntl.h>, and <unistd.h>.
10429 (inf_child_fileio_open_flags_to_host): New function.
10430 (inf_child_errno_to_fileio_error): Likewise.
10431 (inf_child_fileio_open): Likewise.
10432 (inf_child_fileio_pwrite): Likewise.
10433 (inf_child_fileio_pread): Likewise.
10434 (inf_child_fileio_close): Likewise.
10435 (inf_child_fileio_unlink): Likewise.
10436 (inf_child_target): Install to_fileio routines.
10437
10438 * remote.c (init_remote_ops): Install to_fileio routines.
10439
10440 2012-01-20 Pedro Alves <palves@redhat.com>
10441 Ulrich Weigand <ulrich.weigand@linaro.org>
10442
10443 * remote.c (remote_multi_process_p): Only check for multi-process
10444 protocol feature, do not check for extended protocol.
10445 (remote_supports_multi_process): Check for extended protocol here.
10446 (set_general_process): Likewise.
10447 (extended_remote_kill): Likewise.
10448 (remote_pid_to_str): Likewise.
10449 (remote_query_supported): Always query multiprocess mode.
10450
10451 2012-01-20 Pedro Alves <palves@redhat.com>
10452 Ulrich Weigand <ulrich.weigand@linaro.org>
10453
10454 * inferior.h (struct inferior): Add fake_pid_p.
10455 * inferior.c (exit_inferior_1): Clear fake_pid_p.
10456 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
10457 magic_null_ptid since the remote side doesn't provide a real PID.
10458
10459 2012-01-19 Tom Tromey <tromey@redhat.com>
10460
10461 * NEWS: Combine the two Python sections.
10462
10463 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10464
10465 * target.h (target_close): Update comment on the target's unpush state.
10466
10467 2012-01-19 Pedro Alves <palves@redhat.com>
10468
10469 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
10470 linux_nat_async directly instead of going through the target
10471 vector.
10472 * target.c (unpush_target): Close target after unpushing it, not
10473 before.
10474
10475 2012-01-19 Gary Benson <gbenson@redhat.com>
10476
10477 * mdebugread.c (sort_blocks): Replace integer constants with ones
10478 derived from FIRST_LOCAL_BLOCK.
10479
10480 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
10481 Jan Kratochvil <jan.kratochvil@redhat.com>
10482
10483 PR gdb/9538
10484 * symfile.c (find_separate_debug_file): New function.
10485 (terminate_after_last_dir_separator): Likewise.
10486 (find_separate_debug_file_by_debuglink): Also try realpath.
10487 * configure.ac (AC_CHECK_FUNCS): Add lstat.
10488 * configure: Regenerate.
10489 * config.in: Regenerate.
10490
10491 2012-01-18 Doug Evans <dje@google.com>
10492
10493 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
10494 (main.o): Remove rule.
10495 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
10496 (--with-sysroot): Rewrite.
10497 * configure: Regenerate.
10498 * config.in: Regenerate.
10499
10500 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
10501
10502 * parse.c (initialize_expout): New function.
10503 (reallocate_expout): Likewise.
10504 (parse_exp_in_context): Use `initialize_expout' and
10505 `reallocate_expout' when appropriate.
10506
10507 2012-01-18 Pedro Alves <palves@redhat.com>
10508
10509 * record.c (struct record_breakpoint, record_breakpoint_p)
10510 (record_breakpoints): New.
10511 (record_insert_breakpoint, record_remove_breakpoint): Manage
10512 record breakpoints list. Only remove breakpoints from the
10513 inferior if they had been inserted there in the first place.
10514
10515 2012-01-17 Doug Evans <dje@google.com>
10516
10517 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
10518 if we know we don't have a file name to look for.
10519
10520 2012-01-17 Pedro Alves <palves@redhat.com>
10521
10522 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
10523 the frame's stop reason is UNWIND_UNAVAILABLE.
10524
10525 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10526
10527 Fix compilation error.
10528 * m2-exp.y (yyerror): Use ANSI C prototype.
10529
10530 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
10531
10532 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
10533 (growbuf_by_size): Likewise.
10534 (yyerror): Likewise.
10535 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
10536 (modblock): Remove variable (was #if 0'ed).
10537 (parse_number): Convert prototype from K&R to ANSI C.
10538 (yyerror): Likewise.
10539 * objc-exp.y (parse_number): Likewise.
10540 (yyerror): Likewise.
10541 (yylex): Remove #if 0'ed code.
10542 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
10543 (yyerror): Likewise.
10544
10545 2012-01-16 Tom Tromey <tromey@redhat.com>
10546
10547 * NEWS: Add item.
10548 * symtab.h (compare_filenames_for_search): Declare.
10549 * symtab.c (compare_filenames_for_search): New function.
10550 (iterate_over_some_symtabs): Use it.
10551 * symfile.h (struct quick_symbol_functions)
10552 <map_symtabs_matching_filename>: Change spec.
10553 * psymtab.c (partial_map_symtabs_matching_filename): Use
10554 compare_filenames_for_search. Update for new spec.
10555 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
10556 compare_filenames_for_search. Update for new spec.
10557 * breakpoint.c (clear_command): Use compare_filenames_for_search.
10558
10559 2012-01-16 Tom Tromey <tromey@redhat.com>
10560
10561 PR python/13281:
10562 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
10563 (struct main_type) <flag_flag_enum>: New field.
10564 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
10565 * NEWS: Add entries.
10566 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
10567 enums.
10568 * python/lib/gdb/printing.py (_EnumInstance): New class.
10569 (FlagEnumerationPrinter): Likewise.
10570
10571 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
10572
10573 * breakpoint.c (create_sals_from_address_default): New function.
10574 (create_breakpoints_sal_default): Likewise.
10575 (decode_linespec_default): Likewise.
10576 (is_marker_spec): Removed.
10577 (strace_marker_p): New function.
10578 (init_breakpoint_sal): Using `strace_marker_p' instead of
10579 `is_marker_spec'.
10580 (create_breakpoint): Call method `create_sals_from_address' from
10581 breakpoint_ops, replacing code that created SALs conditionally
10582 on the type of the breakpoint. Call method `create_breakpoints_sal',
10583 replacing code that created breakpoints conditionally on the type
10584 wanted.
10585 (base_breakpoint_create_sals_from_address): New function.
10586 (base_breakpoint_create_breakpoints_sal): Likewise.
10587 (base_breakpoint_decode_linespec): Likewise.
10588 (base_breakpoint_ops): Add methods
10589 `base_breakpoint_create_sals_from_address',
10590 `base_breakpoint_create_breakpoints_sal' and
10591 `base_breakpoint_decode_linespec'.
10592 (bkpt_create_sals_from_address): New function.
10593 (bkpt_create_breakpoints_sal): Likewise.
10594 (bkpt_decode_linespec): Likewise.
10595 (tracepoint_create_sals_from_address): Likewise.
10596 (tracepoint_create_breakpoints_sal): Likewise.
10597 (tracepoint_decode_linespec): Likewise.
10598 (strace_marker_create_sals_from_address): Likewise.
10599 (strace_marker_create_breakpoints_sal): Likewise.
10600 (strace_marker_decode_linespec): Likewise.
10601 (strace_marker_breakpoint_ops): New variable.
10602 (addr_string_to_sals): Remove `marker_spec'. Call method
10603 `decode_linespec' from breakpoint_ops, replacing code that decoded
10604 an address string into a SAL. Use `strace_marker_p' instead of
10605 `marker_spec'.
10606 (strace_command): Decide whether we are dealing with a static
10607 tracepoint with marker or not. Use the appropriate breakpoint_ops.
10608 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
10609 * breakpoint.h (linespec_result, linespec_sals): New forward
10610 declarations.
10611 (breakpoint_ops) <create_sals_from_address>,
10612 <create_breakpoints_sal>, <decode_linespec>: New methods.
10613
10614 2012-01-14 Doug Evans <dje@google.com>
10615
10616 * NEWS: Update text for "maint set python print-stack".
10617 It is deprecated in gdb 7.4 and deleted in 7.5.
10618
10619 2012-01-13 Eli Zaretskii <eliz@gnu.org>
10620
10621 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
10622 including curses.h.
10623
10624 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10625
10626 * configure: Regenerate.
10627 * config.in: Regenerate.
10628
10629 2012-01-12 Keith Seitz <keiths@redhat.com>
10630
10631 PR mi/10586
10632 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
10633 (ANONYMOUS_UNION_NAME): Define.
10634 (is_path_expr_parent): New function.
10635 (get_path_expr_parent): New function.
10636 (is_anonymous_child): New function.
10637 (create_child_with_value): If the child is anonymous and without
10638 a name, assign an object name to it.
10639 (c_describe_child): Use get_path_expr_parent to determine
10640 the parent expression.
10641 If there field represents an anonymous struct or union and
10642 has no name, set an appropriate display name and expression.
10643 (cplus_describe_child): Likewise.
10644
10645 2012-01-12 Pedro Alves <palves@redhat.com>
10646
10647 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
10648 available when %ebp is found to be zero (outermost).
10649
10650 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
10651
10652 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
10653 an internal gdb_static_assert.
10654 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
10655
10656 2012-01-11 Tom Tromey <tromey@redhat.com>
10657
10658 PR gdb/9598:
10659 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
10660 catch" and "catch throw".
10661
10662 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
10663
10664 * blockframe.c (block_innermost_frame): Start search from selected
10665 frame, if present, or otherwise the current frame.
10666
10667 * c-exp.y (variable): Update innermost_block for
10668 'block COLONCOLON NAME' clause.
10669 * m2-exp.y (variable): Ditto.
10670 * objc-exp.y (variable): Ditto.
10671
10672 2012-01-10 Tom Tromey <tromey@redhat.com>
10673
10674 PR python/13199:
10675 * python/python.c (finish_python_initialization): Set sys.argv.
10676
10677 2012-01-10 Doug Evans <dje@google.com>
10678
10679 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
10680 "want_line_info". All callers updated.
10681 (dwarf_decode_lines_1): New function.
10682 (handle_DW_AT_stmt_list): Add function comment.
10683 New arg "want_line_info". All callers updated.
10684 (read_file_scope,read_type_unit_scope): Move comment from
10685 handle_DW_AT_stmt_list to here.
10686
10687 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10688
10689 Fix regression after libiberty/ update for GCC PR 6057 and others.
10690 * c-exp.y (operator) <OPERATOR DELETE>
10691 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10692 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
10693 (make_builtin_type, make_name): New variable i, add gdb_assert.
10694 (operator) <OPERATOR NEW>: Update ARGS to 3.
10695 (operator) <OPERATOR DELETE>: Add trailing space.
10696 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
10697 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10698 * cp-support.c (cp_canonicalize_string): Check NULL from
10699 cp_comp_to_string, call warning and return.
10700
10701 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10702
10703 Fix duplicate .o files after omitting libbfd.a.
10704 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
10705 (SFILES): Add corelow.c.
10706 (COMMON_OBS): Add corelow.o.
10707 (ALLDEPFILES): Remove corelow.c.
10708 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
10709 * config/alpha/alpha-osf3.mh: Likewise.
10710 * config/alpha/fbsd.mh: Likewise.
10711 * config/arm/nbsdaout.mh: Likewise.
10712 * config/arm/nbsdelf.mh: Likewise.
10713 * config/i386/i386gnu.mh: Likewise.
10714 * config/ia64/hpux.mh: Likewise.
10715 * config/ia64/linux.mh: Likewise.
10716 * config/m32r/linux.mh: Likewise.
10717 * config/m68k/linux.mh: Likewise.
10718 * config/mips/irix5.mh: Likewise.
10719 * config/mips/irix6.mh: Likewise.
10720 * config/pa/hpux.mh: Likewise.
10721 * config/pa/linux.mh: Likewise.
10722 * config/powerpc/aix.mh: Likewise.
10723 * config/sparc/linux.mh: Likewise.
10724 * config/sparc/linux64.mh: Likewise.
10725 * config/sparc/sol2.mh: Likewise.
10726 * config/vax/vax.mh: Likewise.
10727 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
10728 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
10729 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
10730 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
10731 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
10732 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
10733 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
10734 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
10735 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
10736 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
10737 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
10738 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
10739 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
10740 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
10741 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
10742 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
10743 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
10744 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
10745 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
10746 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
10747 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
10748 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
10749 corelow.o from gdb_target_obs.
10750 * corefile.c (core_target): Update the comment on NULL value.
10751 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
10752 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
10753 MATCHES. Drop YUMMY set on NULL.
10754 (core_close): Do not call exit_inferior_silent on zero PID. Do not
10755 reclaim CORE_DATA if it is already NULL.
10756
10757 2012-01-09 Doug Evans <dje@google.com>
10758
10759 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
10760 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
10761
10762 2012-01-09 Keith Seitz <keiths@redhat.com>
10763
10764 * breakpoint.c (wrapper.h): Don't include.
10765
10766 2012-01-09 Keith Seitz <keiths@redhat.com>
10767
10768 * Makefile.in (SFILES): Remove wrapper.c.
10769 (HFILES_NO_SRCDIR): Remove wrapper.h.
10770 (COMMON_OBS): Remove wrapper.o.
10771 * cli/cli-interp.c: Don't inlude wrapper.h.
10772 * corelow.c: Likewise.
10773 (core_open): Replace gdb_target_find_new_threads with
10774 TRY_CATCH around target_find_new_threads.
10775 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
10776 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
10777 * varobj.c (varobj_create): Likewise for parse_exp_1 and
10778 evaluate_expression.
10779 (varobj_set_value): Likewise for evaluate_expression and
10780 value_assign.
10781 (install_new_variable): Likewise for value_fetch_lazy.
10782 (adjust_value_for_child_access): Likewise for value_ind.
10783 (c_describe_child): Likewise for value_subscript and
10784 value_ind.
10785 (c_value_of_root): Likewise for evaluate_expression.
10786 * wrapper.c: Remove.
10787 * wrapper.h: Remove.
10788
10789 2012-01-09 Doug Evans <dje@google.com>
10790
10791 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
10792 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
10793 "abfd" args with "section". All callers updated.
10794 Error checking code moved ...
10795 (error_check_comp_unit_head): ... here. New function.
10796 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
10797 Delete arg "abfd". New arg "type_offset". All callers updated.
10798 (create_debug_types_hash_table): Simplify by using
10799 read_and_check_type_unit_head.
10800
10801 * parser-defs.h (namecopy): Delete.
10802 * parse.c (namecopy, namecopy_size): Move into copy_name.
10803
10804 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10805
10806 Partially fix duplicate .o files after omitting libbfd.a.
10807 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
10808 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10809 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
10810 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10811 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
10812 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
10813 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10814
10815 2012-01-09 Pedro Alves <palves@redhat.com>
10816
10817 * MAINTAINERS: Update my email address.
10818
10819 2012-01-08 Doug Evans <dje@google.com>
10820
10821 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
10822 n_type_units. Rename type_comp_units to all_type_units.
10823 All uses updated.
10824 (add_signatured_type_cu_to_table): Renamed from
10825 add_signatured_type_cu_to_list. All callers updated.
10826
10827 * gdbtypes.h (struct cplus_struct_type): Delete member
10828 nfn_fields_total. All uses removed.
10829
10830 2012-01-06 Doug Evans <dje@google.com>
10831
10832 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
10833 to top of file.
10834 (dwarf2_find_comp_unit): Delete.
10835 (process_psymtab_comp_unit): Make result "void".
10836 Delete args buffer, info_ptr, buffer_size, and replace with
10837 "section". All callers updated.
10838 (dwarf2_build_psymtabs_hard): Simplify.
10839
10840 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
10841 Thiago Jung Bauermann <bauerman@br.ibm.com>
10842
10843 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
10844 before `struct gdb_exception'.
10845 * breakpoint.c (update_global_location_list_nothrow)
10846 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
10847 * cp-abi.c (value_rtti_type): Likewise.
10848 * cp-support.c (cp_validate_operator): Likewise.
10849 * infrun.c (insert_exception_resume_breakpoint)
10850 (check_exception_resume, keep_going): Likewise.
10851 * mi-interp.c (mi_breakpoint_created)
10852 (mi_breakpoint_modified): Likewise.
10853 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
10854 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
10855 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
10856
10857 2012-01-05 Doug Evans <dje@google.com>
10858
10859 * dwarf2read.c (statement_prologue): Delete, unused.
10860
10861 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
10862 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
10863
10864 * dwarf2read.c (comp_unit_header): Delete, unused.
10865
10866 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
10867
10868 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
10869 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
10870
10871 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
10872
10873 * infrun.c (normal_stop): Don't skip calling the normal_stop
10874 observers if the thread was doing a multi-step, but stopped for
10875 some reason other than stepping.
10876
10877 2012-01-05 Pedro Alves <alves.ped@gmail.com>
10878
10879 * cli/cli-decode.h: Add comments.
10880 (CMD_LIST_AMBIGUOUS): Moved to command.h
10881 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
10882 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
10883 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
10884 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
10885 (add_com, add_com_alias, add_info, add_info_alias)
10886 (complete_on_cmdlist, complete_on_enum, help_list): Remove
10887 declarations.
10888 * command.h: Add and adjust comments.
10889 (CMD_LIST_AMBIGUOUS): Moved here.
10890 (help_cmd, help_cmd_list): Delete declarations.
10891
10892 2012-01-04 Doug Evans <dje@google.com>
10893
10894 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
10895 All callers updated.
10896 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
10897 Replace all arguments with "per_cu". All callers updated.
10898
10899 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
10900
10901 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
10902 New arg "per_cu". All callers updated.
10903
10904 Delete #if 0'd out code.
10905 * language.c (binop_result_type): Delete.
10906 (simple_type, ordered_type, same_type, integral_type): Delete.
10907 (numeric_type, character_type, string_type, boolean_type): Delete.
10908 (float_type, structured_type): Delete.
10909 * language.h: Update.
10910
10911 2012-01-04 Tom Tromey <tromey@redhat.com>
10912
10913 * python/py-value.c (valpy_binop): Initialize 'res_val'.
10914
10915 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10916
10917 * corefile.c (close_exec_file): Delete.
10918 (reopen_exec_file): Remove commented out code that seems related
10919 to close_exec_file, which is being deleted here.
10920 * inferior.h (close_exec_file): Delete.
10921 * fork-child.c (fork_inferior): Remove call to fork_inferior.
10922
10923 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10924
10925 * ada-lang.c: #include "cli/cli-utils.h".
10926 (get_selections): Use skip_spaces.
10927 (ada_get_next_arg): Use skip_spaces and skip_to_space.
10928 (catch_ada_exception_command_split): Use skip_spaces.
10929 (ada_decode_assert_location): Likewise.
10930
10931 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10932
10933 * linespec.c (decode_line_internal): Check for C++ or Java
10934 compound constructs only if the current language is C, C++
10935 or Java.
10936
10937 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10938
10939 Revert:
10940 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10941 Joel Brobecker <brobecker@adacore.com>
10942 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
10943 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
10944 3 times.
10945 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
10946 fall through into AT_ENTRY_POINT.
10947 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
10948 DUMMY_ADDR with it.
10949 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
10950 PPC_INSN_SIZE skip to 3 times.
10951
10952 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10953
10954 * linespec.c (add_minsym): Preserve function descriptors.
10955
10956 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
10957
10958 * breakpoint.c (all_locations_are_pending): Consider locations
10959 in program spaces executing during startup pending as well.
10960
10961 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10962
10963 Copyright year update in most files of the GDB Project.
10964
10965 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10966
10967 * copyright.sh: Delete.
10968 * copyright.py: Rewrite.
10969
10970 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10971
10972 * gnulib/extra/update-copyright: New file, imported from gnulib.
10973
10974 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10975
10976 * README (Copyright and License Notices): New section.
10977
10978 2012-01-03 Tom Tromey <tromey@redhat.com>
10979
10980 PR python/12533:
10981 * python/py-value.c (valpy_dereference, valpy_get_address
10982 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
10983 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
10984 (valpy_absolute, valpy_richcompare): Free intermediate values.
10985
10986 2011-01-03 Joel Brobecker <brobecker@adacore.com>
10987
10988 * ada-lang.c: Reformat the copyright notice.
10989
10990 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10991
10992 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
10993 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
10994 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
10995 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
10996 Revert this part of:
10997 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10998 Build gdb directly from *.o files not using libgdb.a.
10999 * Makefile.in (COMMON_OBS): Remove solib-target.o.
11000
11001 2012-01-02 Joel Brobecker <brobecker@adacore.com>
11002
11003 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
11004 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
11005 Reformat the copyright header.
11006
11007 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11008
11009 Revert this part of:
11010 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11011 Remove the gdbtui binary.
11012 * gdb.c (main): Remove args.interpreter_p initialization.
11013 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11014 * main.h (struct captured_main_args): Remove interpreter_p.
11015
11016 2012-01-02 Joel Brobecker <brobecker@adacore.com>
11017
11018 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
11019
11020 2012-01-02 Joel Brobecker <brobecker@adacore.com>
11021
11022 * top.c (print_gdb_version): Update copyright year.
11023
11024 2012-01-02 Yao Qi <yao@codesourcery.com>
11025
11026 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
11027
11028 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11029 Joel Brobecker <brobecker@adacore.com>
11030
11031 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11032 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11033 3 times.
11034 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11035 fall through into AT_ENTRY_POINT.
11036 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
11037 DUMMY_ADDR with it.
11038 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11039 PPC_INSN_SIZE skip to 3 times.
11040
11041 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11042
11043 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
11044 the return value.
11045 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
11046
11047 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11048
11049 Build gdb directly from *.o files not using libgdb.a.
11050 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
11051 (COMMON_OBS): Remove solib-target.o.
11052 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
11053 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
11054 (LIBGDB_OBS, libgdb.a): Move it above.
11055 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
11056 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
11057 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
11058 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
11059 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
11060 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
11061 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
11062 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
11063 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
11064 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
11065 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
11066 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
11067 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
11068 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
11069 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11070 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
11071 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
11072 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11073 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
11074 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
11075 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
11076 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
11077 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
11078 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
11079 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
11080 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
11081 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
11082
11083 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11084
11085 Remove the gdbtui binary.
11086 * .gitignore (/gdbtui): Remove.
11087 * Makefile.in (TUI): Remove.
11088 (SUBDIR_TUI_OBS): Remove tui-main.o.
11089 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
11090 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
11091 (tui-main.o): Remove.
11092 (all_object_files): Remove tui-main.o.
11093 * NEWS: New note for the gdbtui removal.
11094 * configure: Rebuilt.
11095 * configure.ac: No longer add all-tui, clean-tui, install-tui and
11096 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
11097 CONFIG_UNINSTALL respectively.
11098 * gdb.c (main): Remove args.interpreter_p initialization.
11099 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11100 * main.h (struct captured_main_args): Remove interpreter_p.
11101 * tui/tui-main.c: Remove.
11102
11103 2012-01-01 Doug Evans <dje@google.com>
11104
11105 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
11106 (dwarf2_physname, read_import_statement): Ditto.
11107 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
11108 (process_structure_scope read_subroutine_type): Ditto.
11109 (read_typedef, load_partial_dies, read_partial_die): Ditto.
11110 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
11111 (dwarf2_fetch_die_location_block): Ditto.
11112 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
11113
11114 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
11115 All callers updated.
11116 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
11117 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
11118 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
11119
11120 * dwarf2read.c (load_cu): Move assert to more useful location.
11121
11122 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
11123 All callers updated.
11124
11125 * dwarf2read.c (dwarf2_per_objfile): Add comment.
11126 (dwarf2_elf_names): Minor reformat.
11127 (dwarf2_per_cu_data): Tweak comment.
11128 (dwarf2_read_section): Fix comment.
11129 (create_all_comp_units): Fix comment.
11130 (load_full_comp_unit): Fix comment.
11131 (process_full_comp_unit): Fix comment.
11132 (read_signatured_type): Fix comment.
11133
11134 For older changes see ChangeLog-2011.
11135 \f
11136 Local Variables:
11137 mode: change-log
11138 left-margin: 8
11139 fill-column: 74
11140 version-control: never
11141 coding: utf-8
11142 End:
This page took 0.263427 seconds and 4 git commands to generate.