]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/ChangeLog
* gdbarch.c: Rebuild.
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
1 2012-10-31 Tom Tromey <tromey@redhat.com>
2
3 * gdbarch.c: Rebuild.
4 * gdbarch.sh: Remove references to gdbarch_swap.
5 * corelow.c (core_open): Remove obsolete comment.
6
7 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
8
9 PR cli/14772
10 * c-typeprint.c (c_print_type): Don't print a space for vector
11 types, this is handled within the suffix.
12 (c_type_print_varspec_suffix): Add a space to vector suffix.
13
14 2012-10-26 Pedro Alves <palves@redhat.com>
15
16 * amd64-tdep.c (amd64_relocate_instruction): Use
17 store_unsigned_integer instead of memcpy.
18 * i386-tdep.c (i386_relocate_instruction): Ditto.
19
20 2012-10-26 Pedro Alves <palves@redhat.com>
21
22 * infrun.c (handle_inferior_event): Merge handling of
23 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
24 switch case.
25
26 2012-10-26 Pedro Alves <palves@redhat.com>
27
28 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
29 Remove comment.
30
31 2012-10-26 Pedro Alves <palves@redhat.com>
32
33 * target.c (target_waitstatus_to_string): Handle
34 TARGET_WAITKIND_VFORK_DONE.
35
36 2012-10-26 Pedro Alves <palves@redhat.com>
37
38 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
39 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
40
41 2012-10-24 Tristan Gingold <gingold@adacore.com>
42
43 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
44 Add comments.
45
46 2012-10-24 Joel Brobecker <brobecker@adacore.com>
47
48 * ravenscar-thread.c (ravenscar_wait): Only update the list
49 of threads and inferior_ptid if the inferior is still alive.
50
51 2012-10-24 Joel Brobecker <brobecker@adacore.com>
52
53 * ada-lang.c (is_known_support_routine): Use lbasename when
54 matching the symtab's filename against
55 known_runtime_file_name_patterns.
56
57 2012-10-24 Joel Brobecker <brobecker@adacore.com>
58
59 * ada-lang.c (ada_same_array_size_p): New function.
60 (ada_promote_array_of_integrals): New function.
61 (coerce_for_assign): Add handling of arrays where the elements
62 are integrals of a smaller size than the size of the target
63 array element type.
64
65 2012-10-24 Joel Brobecker <brobecker@adacore.com>
66
67 * doublest.c (convert_doublest_to_floatformat): Fix comparison
68 against maximum exponent value.
69
70 2012-10-24 Joel Brobecker <brobecker@adacore.com>
71
72 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
73 "unwind-seh.c".
74
75 2012-10-24 Joel Brobecker <brobecker@adacore.com>
76
77 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
78 strip typedef layer when computing the fixed type's field type,
79 only when computing its size.
80
81 2012-10-24 Mark Kettenis <kettenis@gnu.org>
82
83 PR gdb/12783
84 * i386-tdep.c (i386_return_value): Handle complex double and long
85 double.
86
87 2012-10-24 Joel Brobecker <brobecker@adacore.com>
88
89 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
90 New local variable args_len.
91 Quote the name of the executable when computing the command line.
92
93 2012-10-23 Mark Kettenis <kettenis@gnu.org>
94
95 PR gdb/12796
96 PR gdb/12798
97 PR gdb/12800
98 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
99 AMD64_FTAG_REGNUM.
100 * amd64-tdep.c (amd64_classify): Classify complex types.
101 (amd64_return_value): Handle the COMPLEX_X87 class.
102
103 2012-10-23 Joel Brobecker <brobecker@adacore.com>
104
105 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
106 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
107
108 2012-10-23 Joel Brobecker <brobecker@adacore.com>
109
110 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
111 function.
112 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
113 to amd64_windows_auto_wide_charset.
114
115 2012-10-23 Yao Qi <yao@codesourcery.com>
116
117 * event-top.c (mark_async_signal_handler_wrapper): Remove.
118 * event-top.h: Remove its declaration.
119 (async_request_quit): Call mark_async_signal_handler instead of
120 mark_async_signal_handler_wrapper.
121 (async_do_nothing, async_disconnect): Likewise.
122 (async_stop_sig): Likewise.
123 * remote.c (handle_remote_sigint): Likewise.
124 (handle_remote_sigint_twice): Likewise.
125
126 2012-10-23 Yao Qi <yao@codesourcery.com>
127
128 * event-top.c (sigint_token, sighup_token): Replace 'void *'
129 with 'static struct async_signal_handler *'.
130 (sighup_token, sigquit_token, sigstp_token): Likewise.
131
132 2012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
133
134 * gdbarch.sh (function_list): Use 'pstring' when printing
135 a variable which could return NULL.
136 * gdbarch.c: Regenerate.
137
138 2012-10-10 Joel Brobecker <brobecker@adacore.com>
139 Tom Tromey <tromey@redhat.com>
140
141 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
142 inneffective if condition by gdb assertion. Add function
143 description comment.
144
145 2012-10-19 Joel Brobecker <brobecker@adacore.com>
146
147 * parser-defs.h (struct exp_descriptor): Document constraint
148 on return value for "op_name" callbacks.
149
150 2012-10-18 Tom Tromey <tromey@redhat.com>
151
152 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
153 * symtab.c (iterate_over_some_symtabs): Constify.
154 * source.h (symtab_to_fullname): Return 'const char *'.
155 * source.c (symtab_to_fullname): Return 'const char *'.
156 * python/py-symtab.c (stpy_fullname): Constify.
157 * cli/cli-cmds.c (edit_command): Constify.
158 * breakpoint.c (print_breakpoint_location)
159 (update_static_tracepoint): Constify.
160
161 2012-10-18 Tom Tromey <tromey@redhat.com>
162
163 * breakpoint.c (compare_breakpoints): Fix comparison.
164
165 2012-10-18 Tom Tromey <tromey@redhat.com>
166
167 * valprint.c (generic_emit_char, generic_printstr): Pass size of
168 gdb_wchar_t to convert_between_encodings.
169
170 2012-10-17 Yao Qi <yao@codesourcery.com>
171
172 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
173 more parameter 'inferior'.
174 * corefile.c (write_memory_with_notification): Caller update.
175
176 * mi/mi-cmd-var.c: Include "mi-main.h".
177 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
178 to 1 and restore it later.
179 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
180 and "data-write-memory-bytes.
181 * mi/mi-interp.c: Include objfiles.h.
182 (mi_interpreter_init): Call observer_attach_memory_changed.
183 (mi_memory_changed): New.
184 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
185 New field.
186
187 * NEWS: Mention new MI notification "memory-changed".
188
189 2012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
190
191 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
192
193 2012-10-15 Doug Evans <dje@google.com>
194
195 New option -nh: inhibit loading of ~/.gdbinit.
196 * NEWS: Mention -nh.
197 * main.c (captured_main): Recognize and process -nh.
198 (print_gdb_help): Mention -nh.
199 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
200
201 2012-10-15 H.J. Lu <hongjiu.lu@intel.com>
202
203 PR backtrace/14646
204 PR gdb/14647
205 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
206 pc_regnum_from_eax.
207 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
208 nor pc_regnum_from_eax.
209 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
210 nor pc_regnum_from_eax.
211
212 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
213
214 Fix entry values resolving in inlined frames.
215 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
216 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
217 entries of FRAME.
218
219 2012-10-15 Joel Brobecker <brobecker@adacore.com>
220
221 * configure.ac: Build with -DMS_WIN64 if building with Python
222 enabled using GCC on amd64-windows.
223 * configure: Regenerate.
224
225 2012-10-15 Tom Tromey <tromey@redhat.com>
226
227 PR python/14635:
228 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
229 to Py_None.
230
231 2012-10-15 Tom Tromey <tromey@redhat.com>
232
233 PR python/14634:
234 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
235
236 2012-10-11 Andrew Burgess <aburgess@broadcom.com>
237
238 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
239 reset thread numbering back to 1.
240
241 2012-10-11 Doug Evans <dje@google.com>
242
243 PR breakpoints/14643.
244 * linespec.c (struct ls_parser): New member keyword_ok.
245 (linespec_lexer_lex_string): Add comment.
246 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
247 for one.
248 (parse_linespec): Set keyword_ok.
249
250 2012-10-10 Doug Evans <dje@google.com>
251
252 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
253 "0x" prefix on address in log message.
254
255 * dwarf2read.c (read_1_byte): Add const to buf parameter.
256 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
257 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
258 (lookup_dwo_file): Add const to dwo_name parameter.
259 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
260
261 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
262
263 Fix crash during stepping on ppc32.
264 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
265 SYM.
266
267 2012-10-03 Doug Evans <dje@google.com>
268
269 PR symtab/14601
270 * buildsym.c (buildsym_init): Reset using_directives to NULL.
271
272 2012-10-02 Andrew Burgess <aburgess@broadcom.com>
273
274 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
275 output and use uint32_t not long to ensure 4 byte size.
276
277 2012-10-02 Joel Brobecker <brobecker@adacore.com>
278
279 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
280 unref'ed it.
281
282 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
283
284 * target.c (simple_search_memory): Include access length in
285 warning message.
286
287 2012-09-28 Nathan Miller <nathanm2@us.ibm.com>
288 Edjunior Machado <emachado@linux.vnet.ibm.com>
289
290 PR gdb/13989
291 * solib.c (solib_find): Prevent GDB from loading native libraries when
292 debugging a cross-target corefile.
293
294 2012-09-28 selven <pcthegreat@gmail.com>
295
296 Make definition match declaration.
297
298 * regcache.c (regcache_register_status): Change return type to
299 enum register_status.
300
301 2012-09-28 Yao Qi <yao@codesourcery.com>
302
303 * mi/mi-main.c (mi_cmd_data_write_memory): Call
304 write_memory_with_notification instead of write_memory.
305 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
306 instead of target_write_memory.
307
308 2012-09-28 Yao Qi <yao@codesourcery.com>
309
310 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
311 when the length of content is not an even number.
312
313 2012-09-27 Tom Tromey <tromey@redhat.com>
314
315 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
316 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
317
318 2012-09-27 Joel Brobecker <brobecker@adacore.com>
319
320 * sol-thread.c (sol_thread_fetch_registers)
321 (sol_thread_store_registers): Delete commented out code.
322
323 2012-09-27 Joel Brobecker <brobecker@adacore.com>
324
325 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
326 Move these functions to sparc-sol-thread.c.
327 * sparc-sol-thread.c: New file.
328 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
329 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
330 configurations.
331 * configure: Regenerate.
332
333 2012-09-27 Joel Brobecker <brobecker@adacore.com>
334
335 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
336 Remove commented-out code.
337
338 2012-09-27 Joel Brobecker <brobecker@adacore.com>
339
340 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
341 Enable this code for sparc hosts only.
342
343 2012-09-27 Joel Brobecker <brobecker@adacore.com>
344
345 * procfs.h (procfs_find_LDT_entry): Add declaration.
346 * sol-thread.c (ps_lgetLDT): Delete local declaration of
347 function procfs_find_LDT_entry.
348
349 2012-09-27 Joel Brobecker <brobecker@adacore.com>
350
351 * procfs.c (proc_get_LDT_entry): Make static.
352
353 2012-09-27 Joel Brobecker <brobecker@adacore.com>
354
355 * procfs.c (proc_find_memory_regions): Fix declaration.
356
357 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
358
359 * amd64-tdep.c (amd64_return_value): Revert previous change
360 that used TYPE_LENGTH directly.
361 * bfin-tdep.c (bfin_extract_return_value): Likewise.
362 (bfin_store_return_value): Likewise.
363 * cris-tdep.c (cris_store_return_value): Likewise.
364 (cris_extract_return_value): Likewise.
365 * h8300-tdep.c (h8300_extract_return_value): Likewise.
366 * hppa-tdep.c (hppa64_return_value): Likewise.
367 * lm32-tdep.c (lm32_store_return_value): Likewise.
368 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
369 * spu-tdep.c (spu_value_from_register): Likewise.
370 * vax-tdep.c (vax_return_value): Likewise.
371
372 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
373
374 * gdbtypes.c (lookup_array_range_type): Expand parameters
375 LOW_BOUND and HIGH_BOUND to LONGEST.
376 (lookup_string_range_type): Likewise.
377 * gdbtypes.h (lookup_array_range_type): Likewise.
378 (lookup_string_range_type): Likewise.
379 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
380 Expand HIGHBOUND to ssize_t.
381 (value_string): Likewise.
382 * value.h (value_cstring): Expand parameter LEN to ssize_t.
383 (value_string): Likewise.
384
385 2012-09-27 Yao Qi <yao@codesourcery.com>
386
387 PR breakpoints/13898
388 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
389 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
390 per breakpoint type.
391
392 2012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
393
394 * procfs.c: Add gdb_bfd header.
395 * rs6000-nat.c: Likewise.
396 * solib-pa64.c: Likewise.
397 * spu-linux-nat.c: Likewise.
398 * windows-nat.c: Likewise.
399
400 2012-09-26 Tom Tromey <tromey@redhat.com>
401
402 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
403
404 2012-09-26 Tom Tromey <tromey@redhat.com>
405
406 * dwarf2read.c (mark_common_block_symbol_computed): New function.
407 (read_common_block): Handle child DIEs with
408 DW_AT_data_member_location.
409 (new_symbol_full): Add special case for common blocks.
410
411 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
412 Tom Tromey <tromey@redhat.com>
413
414 * dwarf2read.c (read_common_block): Rewrite.
415 (new_symbol_full): Handle DW_TAG_common_block.
416 * f-lang.c (head_common_list, find_common_for_function):
417 Remove.
418 * f-lang.h (struct common_entry, struct saved_f77_common,
419 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
420 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
421 BLANK_COMMON_NAME_LOCAL): Remove.
422 (struct common_block): New.
423 * f-valprint.c (list_all_visible_commons): Remove.
424 (info_common_command_for_block): New function.
425 (info_common_command): Use it.
426 * stack.c (iterate_over_block_locals): Special case for
427 COMMON_BLOCK_DOMAIN.
428 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
429 constant.
430 (struct general_symbol_info) <value.common_block>: New field.
431 (SYMBOL_VALUE_COMMON_BLOCK): New define.
432
433 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
434 Tom Tromey <tromey@redhat.com>
435
436 * f-lang.c (allocate_saved_bf_node,
437 allocate_saved_function_node, allocate_saved_f77_common_node,
438 allocate_common_entry_node, tail_common_list, current_common,
439 saved_bf_list, saved_bf_list_end, current_head_bf_list,
440 tmp_bf_ptr, add_common_block, add_common_entry,
441 find_first_common_named, patch_common_entries,
442 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
443 global_remote_debug, get_bf_for_fcn, saved_function_list,
444 saved_function_list_end, clear_function_list, struct saved_fcn,
445 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
446 SAVED_BF, SAVED_BF_PTR): Remove.
447 * f-lang.h (tail_common_list, current_common,
448 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
449 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
450 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
451 real_main_c_value): Remove.
452 * f-valprint.c (there_is_a_visible_common_named): Remove.
453
454 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
455
456 * breakpoint.c (update_global_location_list): Ignore previous
457 duplicate status of a breakpoint when starting a new scan for
458 duplicate breakpoints.
459
460 2012-09-26 Karthik Bhat <kv.bhat@samsung.com>
461 PR breakpoints/14419
462 * arm-tdep.c (arm_skip_prologue): Extending producer check to
463 support LLVM compiler.
464
465 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
466
467 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
468 * bfin-tdep.c (bfin_extract_return_value): Likewise.
469 (bfin_store_return_value): Likewise.
470 * cris-tdep.c (cris_store_return_value): Likewise.
471 (cris_extract_return_value): Likewise.
472 * h8300-tdep.c (h8300_extract_return_value): Likewise.
473 * hppa-tdep.c (hppa64_return_value): Likewise.
474 * lm32-tdep.c (lm32_store_return_value): Likewise.
475 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
476 * spu-tdep.c (spu_value_from_register): Likewise.
477 * vax-tdep.c (vax_return_value): Likewise.
478
479 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
480
481 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
482 parameter LEN to ssize_t.
483
484 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
485
486 * ada-valprint.c (ada_val_print_1): Eliminate single-use
487 variable LEN.
488 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
489 directly.
490 (alpha_store_return_value): Likewise.
491 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
492 (amd64_push_arguments): Likewise.
493 * ax-gdb.c (gen_trace_static_fields): Likewise.
494 (gen_traced_pop): Likewise.
495 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
496 * breakpoint.c (update_watchpoint): Likewise.
497 * findcmd.c (parse_find_args): Use local variable for type
498 instead of length.
499 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
500 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
501 (h8300_store_return_value): Likewise.
502 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
503 Use i386_darwin_arg_type_alignment directly.
504 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
505 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
506 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
507 (m68hc11_extract_return_value): Likewise.
508 * mep-tdep.c (mep_push_dummy_call): Likewise.
509 * printcmd.c (float_type_from_length): Likewise.
510 * s390-tdep.c (s390_value_from_register): Likewise.
511 * stack.c (read_frame_arg): Likewise.
512 * tracepoint.c (encode_actions_1): Likewise.
513 * valops.c (value_fetch_lazy): Use local variable for type
514 instead of length. Use TYPE_LENGTH directly.
515 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
516
517 2012-09-25 Joel Brobecker <brobecker@adacore.com>
518
519 * symtab.c (skip_prologue_sal): Fix typo in comment.
520
521 2012-09-25 Joel Brobecker <brobecker@adacore.com>
522
523 * linespec.c (create_sals_line_offset): Fix typo in comment.
524
525 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
526
527 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
528 use plongest to print the array size.
529
530 2012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
531
532 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
533 * p-valprint.c (pascal_type_print_base): Likewise.
534
535 2012-09-22 Yao Qi <yao@codesourcery.com>
536
537 * remote.c (remote_get_trace_status): Remove setting default
538 values of fields of 'ts'.
539
540 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
541
542 Fix internal error on canonicalization of clang types.
543 * cp-name-parser.y (operator): New comment at make_operator call for
544 new, delete, new[] and delete[].
545 (exp): Use "sizeof ". Add new comment at make_operator call.
546
547 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
548
549 Fix disassemble without parameters in tailcall frame.
550 * cli/cli-cmds.c (disassemble_current_function): Use
551 get_frame_address_in_block.
552
553 2012-09-21 Tom Tromey <tromey@redhat.com>
554
555 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
556 TYPE_CODE_UNION>: Unify, removing a goto.
557
558 2012-09-21 Tom Tromey <tromey@redhat.com>
559
560 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
561
562 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
563
564 * findvar.c (read_frame_register_value): Mark the result value as
565 optimized out if any of the input registers have been optimized out.
566
567 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
568
569 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
570
571 2012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
572
573 * eval.c (evaluate_subexp_standard): Eliminate single-use
574 variable LOWER.
575
576 2012-09-21 Yao Qi <yao@codesourcery.com>
577
578 * mi/mi-interp.c: Declare mi_record_changed.
579 (mi_interpreter_init): Call observer_attach_record_changed.
580 (mi_record_changed): New.
581 * record.c (record_open): Call observer_notify_record_changed.
582 (cmd_record_stop): Call observer_notify_record_changed.
583 * NEWS: Mention it.
584
585 2012-09-20 Tom Tromey <tromey@redhat.com>
586
587 * NEWS: Update.
588 * python/python.c (finalize_python): New function.
589 (_initialize_python): Make a final cleanup.
590
591 2012-09-19 Doug Evans <dje@google.com>
592
593 * buildsym.h (param_symbols): Delete, unused.
594 (context_stack): Delete member "params", unused.
595 * buildsym.c (push_context): Update.
596 * dwarf2read.c (read_func_scope): Update.
597
598 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
599
600 * sh-tdep.c (sh_register_convert_to_virtual)
601 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
602 all callers. Just do a memcpy if not the little-endian case.
603
604 * h8300-tdep.c (h8300_gdbarch_init): Invoke
605 set_gdbarch_double_format and set_gdbarch_long_double_format.
606 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
607 set_gdbarch_double_format.
608 * sh-tdep.c (sh_gdbarch_init): Likewise.
609
610 * NEWS: Document the removal of SH's 'regs' command.
611 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
612 command.
613
614 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
615
616 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
617 `jump'.
618
619 2012-09-18 Joel Brobecker <brobecker@adacore.com>
620
621 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
622 language when iterating over symbols.
623
624 2012-09-18 Yao Qi <yao@codesourcery.com>
625
626 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
627 (mi_interpreter_init): Call observer_attach_tsv_created and
628 observer_attach_tsv_deleted.
629 (mi_tsv_created, mi_tsv_deleted): New.
630 * tracepoint.c (delete_trace_state_variable): Call
631 observer_notify_tsv_deleted.
632 (trace_variable_command): Call observer_notify_tsv_created.
633 (delete_trace_variable_command): Call
634 observer_notify_tsv_deleted.
635 (create_tsv_from_upload): Call observer_notify_tsv_created.
636 * NEWS: Mention it.
637
638 2012-09-18 Yao Qi <yao@codesourcery.com>
639
640 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
641 if traceframe changed.
642 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
643 "trace-find".
644 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
645 (mi_interpreter_init): Hook mi_traceframe_changed to observer
646 'traceframe_changed'.
647 (mi_traceframe_changed): New.
648 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
649 New field.
650 * NEWS: Mention the new MI notification.
651
652 2012-09-17 Mike Wrighton <wrighton@codesourcery.com>
653
654 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
655
656 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
657
658 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
659 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
660 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
661 Extend code also for PaX support. Convert all gdb_assert to warning
662 calls.
663
664 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
665
666 Implement auto-load user conveniences suggested by Doug Evans.
667 * auto-load.c: Include top.h.
668 (file_is_auto_load_safe): New variable advice_printed. Print advice.
669 (_initialize_auto_load): New variable scripts_directory_help. Mention
670 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
671 scripts-directory. Document in online help one can use also files for
672 set auto-load safe-path.
673 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
674 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
675
676 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
677
678 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
679 of LEN.
680
681 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
682
683 * m2-valprint.c (m2_print_array_contents): Eliminate variable
684 ELTLEN and use TYPE_LENGTH directly.
685 (m2_val_print): Likewise.
686 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
687 variable LEN and use TYPE_LENGTH directly.
688 (m68k_svr4_store_return_value): Likewise.
689 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
690 ARGLEN and use TYPE_LENGTH directly.
691 (mips_o64_push_dummy_call): Likewise.
692 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
693 variable LENGTH and use TYPE_LENGTH directly.
694 (s390_function_arg_float): Likewise.
695 (s390_function_arg_integer): Likewise.
696 (s390_push_dummy_call): Likewise.
697 (s390_return_value_convention): Likewise.
698 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
699 TYPE_LENGTH directly.
700
701 2012-09-17 Yao Qi <yao@codesourcery.com>
702
703 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
704 Update comment to add_setshow_integer_cmd.
705 * cli/cli-setshow.c (do_set_command): Handle case
706 'var_zuinteger_unlimited'.
707 (do_show_command): Likewise.
708 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
709 for command 'remotetimeout'.
710 * command.h (enum var_types): New zuinteger_unlimited. Update comment
711 to var_integer.
712 * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
713 for command 'set listsize'.
714
715 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
716
717 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
718 variable LEN.
719
720 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
721
722 PR 14119
723 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
724 (frame_pop): Drop also TAILCALL_FRAME frames.
725 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
726
727 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
728 Pedro Alves <palves@redhat.com>
729
730 PR 14548
731 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
732 function start if we are already at function start. Both for
733 reverse-next and for reverse-step into function without line number
734 info.
735
736 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
737
738 Code cleanup - rename 'inline' depth to 'artificial' depth.
739 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
740 frame_id_artificial_p, extend the comment.
741 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
742 * frame.c (fprint_frame_id): Rename at a user, change debug output
743 text to "artificial=".
744 (skip_inlined_frames): Rename to ...
745 (skip_artificial_frames): ... here. Extend the comment.
746 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
747 (frame_id_inlined_p): Rename to ...
748 (frame_id_artificial_p): ... here. Rename at a user.
749 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
750 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
751 at a user.
752 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
753 Extend the comment.
754 (frame_id_inlined_p): Rename to ...
755 (frame_id_artificial_p): ... here.
756 * inline-frame.c (inline_frame_this_id): Rename at a user.
757
758 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
759
760 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
761 vector variables using vector_size syntax rather than array
762 syntax.
763
764 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
765
766 * valarith.c (value_concat): Replace unsafe ALLOCA with
767 XMALLOC/XFREE.
768
769 2012-09-14 Pedro Alves <palves@redhat.com>
770
771 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
772
773 2012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
774
775 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
776 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
777 data-directory as appropriate.
778
779 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
780
781 * printcmd.c (ui_printf): Eliminate single-use variable
782 PARAM_LEN.
783
784 2012-09-14 Yao Qi <yao@codesourcery.com>
785 Pedro Alves <palves@redhat.com>
786
787 * valops.c (value_assign): Move observer_notify_target_changed
788 below to replace reinit_frame_cache.
789
790 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
791
792 Refactor Python "gdb" module into a proper Python package, by
793 introducing a new "_gdb" module for code implemented in C, and
794 using reload/__import__ instead of exec.
795 * python/lib/gdb/__init__.py: Import * from _gdb.
796 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
797 prompt_hook, sys.argv): Moved from finish_python_initialization.
798 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
799 (packages, auto_load_packages): New list and function replacing
800 module_dict and auto-loading code, using __file__ instead of
801 gdb.PYTHONDIR and reload/__import__ instead of exec.
802 (GdbSetPythonDirectory): Replacing function of the same name
803 from finish_python_initialization, using reload/__import__ instead
804 of exec, as well as call auto_load_packages.
805 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
806 gdb_python_module and not gdb_module.
807 * python/python-internal.h (gdb_python_module): Declare.
808 * python/python.c (gdb_python_module): New global.
809 (before_prompt_hook): Check gdb_python_module and not gdb_module.
810 (_initialize_python): Rename gdb module to _gdb.
811 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
812 (finish_python_initialization): Move Python code to
813 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
814 __main__.
815
816 2012-09-13 Pedro Alves <palves@redhat.com>
817
818 * Makefile.in (COMMON_OBS): Add registry.o.
819 * registry.c: New file.
820 * registry.h (struct registry_container): Declare.
821 (registry_data_callback): New typedef.
822 (struct registry_data, struct registry_data_registration, struct
823 registry_data_registry): New type.
824 (register_data_with_cleanup, registry_alloc_data)
825 (registry_callback_adaptor, registry_clear_data)
826 (registry_container_free_data, registry_set_data, registry_data):
827 Declare.
828 (DEFINE_REGISTRY): Refactor structures and functions as shims over
829 the new common structures and functions.
830 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
831 callback typedefs.
832
833 2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
834
835 * remote.c (remote_insert_hw_breakpoint): Throw exception if
836 there is an error inserting hardware breakpoints and use the
837 error message from the target.
838
839 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
840 Catch this exception and print the error message contained within. Do not
841 print the default hardware error breakpoint message in this case.
842
843 2012-09-12 Doug Evans <dje@google.com>
844
845 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
846 cu == NULL.
847
848 2012-09-11 Doug Evans <dje@google.com>
849
850 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
851 .gdb_index symbol attributes if there are none.
852
853 2012-09-11 Joel Brobecker <brobecker@adacore.com>
854
855 * symtab.h (struct minimal_symbol) [has_size]: New field.
856 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
857 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
858 * printcmd.c (build_address_symbolic): Only filter out zero-sized
859 minimal symbols if the symbol's size is actually known.
860 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
861 of msymbol's size field. Add comment.
862 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
863 SET_MSYMBOL_SIZE to set the minimal symbol size.
864
865 2012-09-11 Joel Brobecker <brobecker@adacore.com>
866
867 * minsyms.c (install_minimal_symbols): Use memset to fill entire
868 minimal_symbol struct object, rather than setting some of its
869 fields one by one.
870
871 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
872
873 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
874 passed_a_ptr flag when displaying typedef types.
875
876 2012-09-10 Joel Brobecker <brobecker@adacore.com>
877
878 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
879 the optimized_out flag is preserved.
880
881 2012-09-10 Anthony Green <green@moxielogic.com>
882
883 * moxie-tdep.c (moxie_analyze_prologue): Update for function
884 prologue changes in GCC.
885
886 2012-09-10 Keith Seitz <keiths@redhat.com>
887
888 PR gdb/13483
889 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
890 (BOOL_CONVERSION_BADNESS): ... this.
891 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
892 (rank_one_type): Allow all boolean conversions
893 permitted by the standard.
894
895 2012-09-06 Tom Tromey <tromey@redhat.com>
896
897 * python/py-newobjfileevent.c (create_new_objfile_event_object):
898 Don't decref py_objfile.
899
900 2012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
901
902 Do not enable -lmcheck by default when Python is enabled with
903 threading support.
904 * configure.ac: (python_has_threads) New variable, by testing
905 if WITH_THREAD is defined in Python.h.
906 Move --enable-lmcheck after --with-python.
907 Do not enable -lmcheck by default if python_has_threads=yes.
908 Warn if --enable-lmcheck and python_has_threads=yes.
909 * configure: Regenerate.
910
911 2012-08-31 Yao Qi <yao@codesourcery.com>
912
913 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
914 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
915 Update some commands.
916 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
917 * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
918 to 1.
919
920 2012-08-31 Yao Qi <yao@codesourcery.com>
921
922 * mi/mi-cmds.c (mi_cmds): Add 'static'.
923
924 2012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
925
926 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
927
928 2012-08-29 Doug Evans <dje@google.com>
929
930 * main.c (print_gdb_help): Remove reference to
931 --use-deprecated-index-sections.
932
933 2012-08-28 Yao Qi <yao@codesourcery.com>
934
935 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
936 (init_cmds): Call add_setshow_uinteger_cmd for command
937 'max-user-call-depth'.
938 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
939 declaration of 'max_user_call_depth'.
940 * frame.c (backtrace_limit): Add 'unsigned'.
941 (_initialize_frame): Call add_setshow_uinteger_cmd for command
942 'limit'.
943 * remote.c (remoteaddresssize): Add 'unsigned'.
944 (remote_address_masked): Change local var 'address_size' to
945 'unsigned'.
946 (_initialize_remote): Call add_setshow_uinteger_cmd for
947 'remoteaddresssize'.
948 * top.c (history_size): Add 'unsigned'.
949 (show_commands): Change local variables to 'unsigned'.
950 (set_history_size_command): Don't check history_size is negative.
951 Adjust the condition to call unstifle_history and set history_size
952 to UNIT_MAX.
953
954 2012-08-28 Pedro Alves <palves@redhat.com>
955
956 PR gdb/14428
957
958 * infcmd.c (default_print_one_register_info): New, factored out
959 from default_print_registers_info.
960 (default_print_registers_info): Use it. Mark value unavailable if
961 necessary.
962 (registers_info): Print user registers with
963 default_print_one_register_info.
964
965 2010-08-27 H.J. Lu <hongjiu.lu@intel.com>
966
967 PR tui/14486
968 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
969 is not NULL before referencing it.
970
971 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
972
973 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
974 variable pc. Call find_pc_line instead of find_pc_overlay, restore
975 original PC for it.
976
977 2012-08-27 Eli Zaretskii <eliz@gnu.org>
978 Jan Kratochvil <jan.kratochvil@redhat.com>
979
980 * auto-load.c (auto_load_objfile_script): Rename to ...
981 (auto_load_objfile_script_1): ... here, change variable realname to
982 parameter realname, document it, add return value, add variable retval.
983 (auto_load_objfile_script): New function.
984
985 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
986
987 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
988 followed by a whitespace.
989
990 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
991
992 PR gdb/14494.
993 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
994 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
995 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
996 here.
997
998 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
999
1000 * memattr.c (create_mem_region): Fix memory region overlapping
1001 checking.
1002
1003 2012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1004
1005 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
1006 with xmalloc/cleanup.
1007 * mt-tdep.c (mt_push_dummy_call): Likewise.
1008 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1009 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1010
1011 2012-08-24 Yao Qi <yao@codesourcery.com>
1012
1013 * jv-exp.y (push_expression_name): Add "." at the end of error
1014 message.
1015
1016 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
1017
1018 Document how to return from "python-interactive" to GDB.
1019 * python/python.c (_initialize_python): Update documentation.
1020
1021 2012-08-23 Pedro Alves <palves@redhat.com>
1022
1023 * infrun.c (_initialize_infrun) <handle command help text>:
1024 Mention that multiple signals are supported.
1025
1026 2012-08-23 Pedro Alves <palves@redhat.com>
1027
1028 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
1029 string.
1030
1031 2012-08-23 Yao Qi <yao@codesourcery.com>
1032
1033 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
1034 (tfind_1): Don't call registers_changed, set_traceframe_num,
1035 and clear_traceframe_info.
1036 Call set_current_traceframe.
1037 (set_current_traceframe): call set_traceframe_num.
1038
1039 2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
1040
1041 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
1042 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
1043
1044 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1045
1046 Enable readline in Python in a GDB-specific way and block the
1047 standard Python readline module to prevent conflicts with GDB.
1048 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
1049 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
1050 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
1051 * python/py-gdb-readline.c: New file.
1052 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
1053 prototype.
1054 * python/python.c (_initialize_python): Call
1055 gdbpy_initialize_gdb_readline.
1056
1057 2012-08-22 Keith Seitz <keiths@redhat.com>
1058
1059 * defs.h: Include build-gnulib/config.h
1060
1061 2012-08-22 Joseph Myers <joseph@codesourcery.com>
1062
1063 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
1064 and blx pc.
1065
1066 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1067
1068 Add a new "python-interactive" command that starts a standard
1069 Python interactive prompt with "pi" as alias, and add "py" as
1070 an alias to "python".
1071 * NEWS: Mention the new commands.
1072 * python/python.c (eval_python_command): New function.
1073 (python_interactive_command): For "python-interactive" with
1074 arguments, call eval_python_command. For "python-interactive"
1075 without arguments, call PyRun_InteractiveLoop.
1076 (_initialize_python): Add "python-interactive" command with
1077 "pi" as alias, and add "py" as an alias to "python".
1078
1079 2012-08-22 Tom Tromey <tromey@redhat.com>
1080
1081 * defs.h (quit_flag): Don't declare.
1082 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
1083 (QUIT): Use new functions.
1084 * event-top.c (command_handler): Use clear_quit_flag.
1085 (handle_sigint): Use set_quit_flag.
1086 (async_request_quit): Use check_quit_flag. Don't check
1087 immediate_quit.
1088 * exceptions.c (throw_exception): Use clear_quit_flag.
1089 * main.c (captured_main): Use clear_quit_flag.
1090 * python/python.c (clear_quit_flag, set_quit_flag)
1091 (check_quit_flag): New functions.
1092 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
1093 clear_quit_flag.
1094 * remote.c (remote_wait_as): Use check_quit_flag,
1095 clear_quit_flag.
1096 (remote_start_remote): Call QUIT.
1097 * symfile.c (load_progress): Use check_quit_flag.
1098 * top.c (command_loop): Use clear_quit_flag.
1099 (command_line_input): Call QUIT.
1100 * utils.c (quit_flag): Conditionally define.
1101 (clear_quit_flag, check_quit_flag, set_quit_flag): New
1102 functions.
1103 (prompt_for_continue): Call QUIT. Use quit, not
1104 async_request_quit.
1105 * remote-mips.c (mips_expect_timeout): Call QUIT.
1106 * monitor.c (monitor_expect): Call QUIT.
1107
1108 2012-08-22 Tom Tromey <tromey@redhat.com>
1109
1110 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
1111 (async_init_signals): Update.
1112 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
1113 (SIGWINCH_HANDLER_BODY): Remove.
1114
1115 2012-08-22 Tom Tromey <tromey@redhat.com>
1116
1117 * jit.c (jit_object_close_impl): Don't malloc the objfile
1118 name.
1119 * objfiles.c (allocate_objfile): Don't malloc the objfile
1120 name.
1121 (free_objfile): Don't free the objfile name.
1122 * objfiles.h (struct objfile) <name>: Update comment.
1123 * symfile.c (reread_symbols): Fix reference counting. Don't
1124 malloc objfile name.
1125
1126 2012-08-22 Tom Tromey <tromey@redhat.com>
1127
1128 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
1129 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
1130 (symfile_bfd_open): Likewise.
1131 (generic_load): Likewise.
1132 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
1133 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1134 gdb_bfd_open.
1135 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1136 Use gdb_bfd_open.
1137 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
1138 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
1139 (pmon_load_fast): Likewise.
1140 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
1141 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
1142 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
1143 (macho_check_dsym): Likewise.
1144 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
1145 (m32r_upload_command): Likewise.
1146 * gdb_bfd.h (gdb_bfd_cache): Declare.
1147 * gdb_bfd.c (struct gdb_bfd_data): New.
1148 (gdb_bfd_cache): New global.
1149 (struct gdb_bfd_cache_search): New.
1150 (hash_bfd): New function.
1151 (eq_bfd): Likewise.
1152 (gdb_bfd_open): Likewise.
1153 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
1154 (gdb_bfd_unref): Remove closed BFD from cache. Update for
1155 gdb_bfd_data.
1156 * exec.c (exec_file_attach): Use gdb_bfd_open.
1157 * dsrec.c (load_srec): Use gdb_bfd_open.
1158
1159 2012-08-22 Tom Tromey <tromey@redhat.com>
1160
1161 * dwarf2read.c (macro_start_file): Update.
1162 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
1163 (free_objfile_per_bfd_storage): Destroy macro_cache.
1164 (allocate_objfile, free_objfile): Update.
1165 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
1166 New field.
1167 (struct objfile) <macro_cache>: Remove.
1168 * symfile.c (reread_symbols): Update.
1169 * symmisc.c (print_symbol_bcache_statistics): Update.
1170 (print_objfile_statistics): Update.
1171
1172 2012-08-22 Tom Tromey <tromey@redhat.com>
1173
1174 * elfread.c (elf_symtab_read): Update.
1175 * objfiles.c (objfiles_bfd_data): New global.
1176 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
1177 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
1178 (allocate_objfile, free_objfile): Update.
1179 (_initialize_objfiles): Initialize objfiles_bfd_data.
1180 * objfiles.h (struct objfile_per_bfd_storage): New.
1181 (struct objfile) <per_bfd>: New field.
1182 <filename_cache>: Remove.
1183 (set_objfile_per_bfd): Declare.
1184 * symfile.c (reread_symbols): Update. Call
1185 set_objfile_per_bfd.
1186 (allocate_symtab): Update.
1187 * symmisc.c (print_symbol_bcache_statistics): Update.
1188 (print_objfile_statistics): Print the size of the BFD obstack.
1189
1190 2012-08-22 Tom Tromey <tromey@redhat.com>
1191
1192 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
1193 * gdb_bfd.c: Use DEFINE_REGISTRY.
1194 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
1195 (gdb_bfd_ref): Call bfd_alloc_data.
1196 (gdb_bfd_unref): Call bfd_free_data.
1197
1198 2012-08-22 Tom Tromey <tromey@redhat.com>
1199
1200 * registry.h (struct registry_fields): New.
1201 (REGISTRY_FIELDS): Redefine.
1202 (REGISTRY_ACCESS_FIELD): New macro.
1203 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
1204 functions.
1205
1206 2012-08-22 Tom Tromey <tromey@redhat.com>
1207
1208 * auto-load.c (_initialize_auto_load): Update.
1209 * solib-svr4.c (_initialize_svr4_solib): Update
1210 * solib-dsbt.c (_initialize_dsbt_solib): Update.
1211 * solib-darwin.c (_initialize_darwin_solib): Update.
1212 * registry.h: New file.
1213 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
1214 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
1215 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
1216 (register_program_space_data_with_cleanup)
1217 (register_program_space_data, program_space_alloc_data)
1218 (clear_program_space_data, set_program_space_data)
1219 (program_space_data): Don't declare.
1220 * progspace.c: Use DEFINE_REGISTRY.
1221 (struct program_space_data, struct
1222 program_space_data_registration, struct
1223 program_space_data_registry, program_space_data_registry)
1224 (register_program_space_data_with_cleanup)
1225 (register_program_space_data, program_space_alloc_data)
1226 (program_space_free_data, clear_program_space_data)
1227 (set_program_space_data, program_space_data): Remove.
1228 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
1229 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
1230 (register_objfile_data_with_cleanup, register_objfile_data)
1231 (clear_objfile_data, set_objfile_data, objfile_data): Don't
1232 declare.
1233 * objfiles.c: Use DEFINE_REGISTRY.
1234 (struct objfile_data, struct objfile_data_registration, struct
1235 objfile_data_registry, objfile_data_registry)
1236 (register_objfile_data_with_cleanup, register_objfile_data)
1237 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
1238 (set_objfile_data, objfile_data): Remove.
1239 (_initialize_objfiles): Update.
1240 * jit.c (_initialize_jit): Update.
1241 * inflow.c (_initialize_inflow): Update.
1242 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
1243 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
1244 (register_inferior_data_with_cleanup, register_inferior_data)
1245 (clear_inferior_data, set_inferior_data, inferior_data): Don't
1246 declare.
1247 * inferior.c: Use DEFINE_REGISTRY.
1248 (struct inferior_data, struct inferior_data_registration, struct
1249 inferior_data_registry, inferior_data_registry)
1250 (register_inferior_data_with_cleanup, register_inferior_data)
1251 (inferior_alloc_data, inferior_free_data clear_inferior_data)
1252 (set_inferior_data, inferior_data): Remove.
1253 * auxv.c (_initialize_auxv): Update.
1254 * ada-lang.c (_initialize_ada_language): Update.
1255 * breakpoint.c (_initialize_breakpoint): Update.
1256 * i386-nat.c (i386_use_watchpoints): Update.
1257
1258 2012-08-22 Tom Tromey <tromey@redhat.com>
1259
1260 * exec.c (exec_close, exec_file_attach): Update.
1261 (add_to_section_table): Initialize 'key' field.
1262 (add_target_sections, remove_target_sections): Add 'key' argument.
1263 * exec.h (add_target_sections, remove_target_sections): Add
1264 'key' argument.
1265 * solib.c (solib_map_sections, update_solib_list, clear_solib)
1266 (reload_shared_libraries_1): Update.
1267 * target.h (struct target_section) <key>: New field.
1268
1269 2012-08-22 Tom Tromey <tromey@redhat.com>
1270
1271 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
1272
1273 2012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
1274
1275 * symfile.c (allocate_symtab): Use host_address_to_string
1276 function instead of cast of pointer to long which is not
1277 compatible with x86_64-w64-mingw32 build.
1278
1279 2012-08-19 Andrew Pinski <apinski@cavium.com>
1280
1281 * mips-tdep.c (is_octeon): New function.
1282 (is_octeon_bbit_op): New function.
1283 (mips32_next_pc): Handle Octeon's bbit instructions.
1284 (mips32_instruction_has_delay_slot): Likewise.
1285
1286 2012-08-19 Andrew Pinski <apinski@cavium.com>
1287
1288 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
1289 before the function.
1290
1291 2012-08-19 Andrew Pinski <apinski@cavium.com>
1292
1293 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
1294
1295 2012-08-19 Keith Seitz <keiths@redhat.com>
1296
1297 PR c++/14365
1298 * c-typeprint.c (c_type_print_varspec_prefix): Pass
1299 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
1300
1301 2012-08-18 Eli Zaretskii <eliz@gnu.org>
1302
1303 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
1304 The typo broke "make TAGS".
1305
1306 2012-08-17 Joel Brobecker <brobecker@adacore.com>
1307
1308 GDB 7.5 released.
1309
1310 2012-08-17 Keith Seitz <keiths@redhat.com>
1311
1312 PR c++/13356
1313 * gdbtypes.c (strict_type_checking): New variable.
1314 (show_strict_type_checking): New function.
1315 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
1316 if strict type checking is disabled.
1317 (_initialize_gdbtypes): Add "check type" subcommand.
1318 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
1319
1320 2012-08-17 Keith Seitz <keiths@redhat.com>
1321
1322 * language.h (type_mode): Remove.
1323 (type_check): Remove.
1324 (struct language_defn): Remove la_type_check.
1325 (STRICT_TYPE): Remove unused macro.
1326 (type_error): Remove.
1327 * language.c (set_type_range_case): Renamed to ...
1328 (set_range_case): ... this. Update all callers.
1329 Remove type_mode/type_check.
1330 (type_mode): Remove.
1331 (type_check): Remove.
1332 (show_type_command): Remove.
1333 (set_type_command): Remove.
1334 (language_info): Remove type checking output.
1335 (type_error): Remove unused function.
1336 (range_error): Update comment.
1337 (unknown_language_defn): Remove la_type_check.
1338 (auto_language_defn): Likewise.
1339 (local_language_defn): Likewise.
1340 (_initialize_language): Remove "check type" subcommand.
1341 * ada-lang.c (ada_language_defn): Remove la_type_check.
1342 * c-lang.c (c_language_defn): Likewise.
1343 (cplus_language_defn): Likewise.
1344 (asm_language_defn): Likewise.
1345 (minimal_language_defn): Likewise.
1346 * d-lang.c (d_language_defn): Likewise.
1347 * f-lang.c (f_language_defn): Likewise.
1348 * go-lang.c (go_language_defn): Likewise.
1349 * jv-lang.c (java_language_defn): Likewise.
1350 * m2-lang.c (m2_language_defn): Likewise.
1351 * objc-lang.c (objc_language_defn): Likewise.
1352 * opencl-lang.c (opencl_language_defn): Likewise.
1353 * p-lang.c (pascal_language_defn): Likewise.
1354
1355 2012-08-16 Mike Frysinger <vapier@gentoo.org>
1356
1357 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
1358
1359 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1360
1361 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
1362 New function.
1363 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
1364 using the regache. Use ia64_hpux_get_register_from_save_state_t
1365 to access the bsp and bspstore registers if not.
1366
1367 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1368
1369 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
1370 * breakpoint.c (detach_breakpoints): Change pid parameter into
1371 a ptid. Adjust code accordingly.
1372 * infrun.c (handle_inferior_event): Delete variable child_pid.
1373 Update call to detach_breakpoints to pass the child ptid for
1374 fork events.
1375 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
1376 assert that inferior_ptid's lwp is zero.
1377 (linux_handle_extended_wait): Update call to detach_breakpoints.
1378 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
1379 detach_breakpoints.
1380
1381 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1382
1383 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
1384 parent, only call detach_breakpoints if tts.tts_event ==
1385 TTEVT_VFORK.
1386
1387 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1388
1389 * dwarf2-frame.c (dwarf2_frame_cache): Use
1390 get_frame_address_in_block instead of get_frame_pc as
1391 the bound for executing the frame's FDE.
1392
1393 2012-08-16 Yao Qi <yao@codesourcery.com>
1394
1395 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
1396 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
1397 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
1398 (c_type_print_varspec_suffix): Likewise.
1399 * eval.c (evaluate_subexp_standard): Likewise.
1400 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
1401 (f_type_print_varspec_suffix): Likewise.
1402 * gdbtypes.c (is_scalar_type): Likewise.
1403 (recursive_dump_type): Likewise.
1404 * infcall.c (value_arg_coerce): Likewise.
1405 * m2-valprint.c (m2_val_print): Likewise.
1406 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
1407 (pascal_type_print_varspec_suffix): Likewise.
1408 (pascal_type_print_base): Likewise.
1409 * p-valprint.c (pascal_val_print): Likewise.
1410 (pascal_val_print): Likewise.
1411 * valops.c (value_slice): Likewise.
1412 * valprint.c (scalar_type_p): Likewise.
1413 * valarith.c (value_bitstring_subscript): Remove.
1414 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
1415 Remove comment on TYPE_CODE_BITSTRING.
1416
1417 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
1418 TYPE_CODE_BITSTRING.
1419
1420 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
1421 slot 0.
1422
1423 2012-08-16 Yao Qi <yao@codesourcery.com>
1424
1425 * tracepoint.c (trace_find_none_command): Remove.
1426 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
1427
1428 2012-08-16 Yao Qi <yao@codesourcery.com>
1429
1430 * remote.c (handle_notification): Remove parameter 'length'.
1431 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
1432
1433 2012-08-15 Keith Seitz <keiths@redhat.com>
1434
1435 * gdbtypes.c (opaque_type_resolution): Make static.
1436 Add missing comment.
1437 (overload_debug): Add missing comment.
1438 (show_opaque_type_resolution): Likewise.
1439 (show_overload_debug): Likewise.
1440 (print_bit_vector): Remove unnecessary forward declaration.
1441 (print_arg_types): Likewise.
1442 (dump_fn_fieldlists): Likewise.
1443 (print_cplus_stuff): Likewise.
1444
1445 2012-08-15 Tom Tromey <tromey@redhat.com>
1446
1447 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
1448 (gdb_bfd_ref): Initialize new field.
1449 (gdb_bfd_unref): Unref the archive BFD.
1450 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
1451 parent archive.
1452
1453 2012-08-15 Tom Tromey <tromey@redhat.com>
1454
1455 PR python/14387:
1456 * python/py-bpevent.c (create_breakpoint_event_object): Update
1457 comment.
1458 * python/py-event.c (evpy_add_attribute): Update comment.
1459 * python/py-exitedevent.c (create_exited_event_object): Fix
1460 reference counting and error handling.
1461 * python/py-newobjfileevent.c (create_new_objfile_event_object):
1462 Fix reference counting.
1463 * python/py-signalevent.c (create_signal_event_object): Fix
1464 reference counting and error handling.
1465 * python/py-stopevent.c (emit_stop_event): Fix reference
1466 counting.
1467 * python/py-threadevent.c (get_event_thread): Return a
1468 borrowed reference.
1469 * python/py-type.c (convert_field): Fix reference counting.
1470
1471 2012-08-15 Tom Tromey <tromey@redhat.com>
1472
1473 * dwarf2read.c (dwarf_decode_macro_bytes)
1474 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
1475 as hash key.
1476
1477 2012-08-14 Mike Frysinger <vapier@gentoo.org>
1478
1479 * infcmd.c (_initialize_infcmd): Update help text for the signal,
1480 stepi, nexti, finish, next, step, jump, and continue commands.
1481 * infrun.c (_initialize_infrun): Update help text for the handle
1482 command.
1483
1484 2012-08-14 Doug Evans <dje@google.com>
1485
1486 * gdbtypes.c (struct extra): Delete, unused.
1487
1488 * gdbtypes.c: Whitespace cleanup.
1489 (address_space_name_to_int): Remove "extern" from definition.
1490 (_initialize_gdbtypes): Declare with initialize_file_ftype.
1491
1492 * gdbtypes.c (make_pointer_type): Remove redundant setting of
1493 TYPE_POINTER_TYPE (type).
1494
1495 2012-08-14 Gary Benson <gbenson@redhat.com>
1496
1497 * solib-svr4.c (svr4_free_library_list): Use free_so.
1498
1499 2012-08-13 Mike Frysinger <vapier@gentoo.org>
1500
1501 * .gitignore: Add go-exp.c.
1502
1503 2012-08-13 Doug Evans <dje@google.com>
1504
1505 * value.c (show_convenience): Tweak comment.
1506 (_initialize_values): Mention convenience functions in the help text
1507 for "show convenience".
1508
1509 2012-08-13 Yao Qi <yao@codesourcery.com>
1510
1511 * std-operator.def: Remove TERNOP_SLICE_COUNT.
1512 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
1513 TERNOP_SLICE_COUNT.
1514 * eval.c (evaluate_subexp_standard): Likewise.
1515 * expprint.c (print_subexp_standard): Likewise.
1516 (dump_subexp_body_standard): Likewise.
1517 * parse.c (operator_length_standard): Likewise.
1518
1519 2012-08-13 Yao Qi <yao@codesourcery.com>
1520
1521 * std-operator.def: Remove OP_BITSTRING.
1522 * breakpoint.c (watchpoint_exp_is_const): Update.
1523 * eval.c (evaluate_subexp_standard): Remove handling to
1524 OP_BITSTRING.
1525 * expprint.c (print_subexp_standard): Likewise.
1526 (dump_subexp_body_standard): Likewise.
1527 * parse.c (operator_length_standard): Likewise.
1528 * valops.c (value_bitstring): Remove.
1529 * value.h: Remove the declaration of 'value_bitstring'.
1530
1531 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
1532
1533 * linespec.c (find_methods): Remove unused variables `i1' and
1534 `name_len'.
1535 (decode_line_full): Likewise for `arg_start'.
1536
1537 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
1538
1539 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
1540 (zlib_decompress_section): Likewise for `section_data'.
1541 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
1542
1543 2012-08-10 Doug Evans <dje@google.com>
1544
1545 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
1546 * NEWS: Document them.
1547 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
1548 function/strfns.py.
1549 * python/py-type.c (typy_array_1): New function.
1550 (typy_array): Call it.
1551 (typy_vector): New function.
1552 (type_object_methods): Add "vector".
1553 * python/lib/gdb/function/__init__.py: New file.
1554 * python/lib/gdb/function/strfns.py: New file.
1555
1556 2012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
1557
1558 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
1559 for TYPE_FIELD_BITPOS.
1560 (typy_get_sizeof): Likewise for TYPE_LENGTH.
1561
1562 2012-08-10 Mike Frysinger <vapier@gentoo.org>
1563
1564 PR cli/10436:
1565 * common/vec.h (VEC_merge): Define.
1566 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
1567 (DEF_VEC_ALLOC_FUNC_P): Likewise.
1568 (DEF_VEC_ALLOC_FUNC_O): Likewise.
1569 * completer.c: Include gdb_signals.h.
1570 (signal_completer): Define.
1571 * completer.h (signal_completer): Add prototype.
1572 * infcmd.c (_initialize_infcmd): Assign the command
1573 completer for "signal" to handle_completer.
1574 * infrun.c: Include completer.h.
1575 (handle_completer): Define.
1576 (_initialize_infrun): Declare a new local variable c. Store the
1577 result of add_com("handle") to it. Assign the command
1578 completer for "handle" to handle_completer.
1579
1580 2012-08-09 Yao Qi <yao@codesourcery.com>
1581
1582 * cli/cli-decode.c (set_cmd_prefix): New.
1583 (lookup_cmd_for_prefixlist): New.
1584 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
1585 of each cmd_list_element in *prefixlist.
1586 (add_setshow_cmd_full): set_cmd_prefix.
1587 (add_alias_cmd): Likewise.
1588 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
1589 Declare 'auto_boolean_enums'.
1590 * cli/cli-setshow.c: Include "observer.h".
1591 (notify_command_param_changed_p): New.
1592 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
1593 Remove 'static'.
1594 (do_setshow_command): Split it to ...
1595 (do_set_command, do_show_command): ... them. New.
1596 (do_set_command): Call observer_notify_command_param_changed if
1597 notify_command_param_changed_p returns true.
1598 (cmd_show_list): Caller update.
1599 * auto-load.c (set_auto_load_cmd): Likewise.
1600 * remote.c (show_remote_cmd): Likewise.
1601 * cli/cli-setshow.h: Update declarations.
1602 * top.c (execute_command): Call do_set_command and do_show_command.
1603
1604 * NEWS: Mention new MI notification.
1605 * mi/mi-interp.c: Declare mi_command_param_changed.
1606 (mi_interpreter_init): Attach mi_command_param_changed to
1607 observer command_param_changed.
1608 (mi_command_param_changed): New.
1609 Remove mi_suppress_breakpoint_notifications.
1610 Define global variable mi_suppress_notification.
1611 (mi_breakpoint_created): Update.
1612 (mi_breakpoint_deleted): Likewise.
1613 (mi_breakpoint_modified): Likewise.
1614 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
1615 'gdb-set' and set mi_suppress_notification.
1616 * mi/mi-main.h: (mi_suppress_notification): New struct.
1617
1618 2012-08-09 Andreas Tobler <andreast@fgznet.ch>
1619 Jan Kratochvil <jan.kratochvil@redhat.com>
1620
1621 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
1622
1623 2012-08-09 Yao Qi <yao@codesourcery.com>
1624
1625 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
1626 (skiplist): Move it to skip.c.
1627 (init_cmd_lists): Remove code setting enablebreaklist and
1628 skiplist to NULL.
1629 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
1630 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
1631 skiplist.
1632 * gdbcmd.h: Likewise.
1633 * skip.c (_initialize_step_skip): Move 'skiplist' from
1634 cli/cli-cmds.c.
1635
1636 2012-08-09 Yao Qi <yao@codesourcery.com>
1637
1638 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
1639 * gnu-nat.c, symfile.c: Likewise.
1640
1641 2012-08-08 Aaron Gamble <agamble@google.com>
1642
1643 * utils.c (prompt_for_continue_wait_time): New static global.
1644 (make_command_stats_cleanup): Initialize it.
1645 (report_command_stats): Subtract time waiting for user.
1646 (prompt_for_continue): Track time waiting for user.
1647 (defaulted_query): Track time waiting for user.
1648
1649 2012-08-08 Doug Evans <dje@google.com>
1650
1651 * eval.c (evaluate_subexp_standard): Fix thinko in handling
1652 UNOP_MEMVAL_TYPE.
1653 * expprint.c (print_subexp_standard, case OP_TYPE): New.
1654 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
1655 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
1656 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
1657 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
1658 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
1659 elt.
1660 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
1661 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
1662 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
1663 (dump_prefix_expression): Handle OP_TYPE.
1664
1665 2012-08-08 Keith Seitz <keiths@redhat.com>
1666
1667 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
1668 addr_start.
1669
1670 2012-08-08 Doug Evans <dje@google.com>
1671
1672 * linux-thread-db.c: #include "gdb_vecs.h".
1673 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
1674 updated.
1675 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
1676 (thread_db_load_search): Use a vector to iterate over path elements.
1677 Handle text appearing after "$pdir".
1678
1679 * gdb_string.h: Moved to ...
1680 * common/gdb_string.h: ... here.
1681 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
1682 gdb_string.h and gdb_assert.h.
1683
1684 2012-08-08 Yao Qi <yao@codesourcery.com>
1685
1686 * tic6x-tdep.c (tic6x_register_to_value): Remove.
1687 (tic6x_value_to_register): Likewise.
1688 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
1689 and set_gdbarch_value_to_register.
1690
1691 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1692 Jean-Marc Saffroy <saffroy@gmail.com>
1693
1694 PR 11804
1695 * defs.h (find_memory_region_ftype): New comment. New arg modified.
1696 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
1697 * gcore.c (gcore_create_callback): New function comment. Add modified
1698 parameter. Only write modified regions. Set SEC_READONLY exactly
1699 according to MODIFIED.
1700 (objfile_find_memory_regions): Ignore separate debug info files. Ass
1701 the passed modified value to FUNC.
1702 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
1703 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
1704 first. New variables modified and has_anonymous. Parse the lines of
1705 smaps file. Add the passed MODIFIED value to FUNC.
1706 * procfs.c (find_memory_regions_callback): Add the passed modified
1707 value.
1708
1709 2012-08-06 Tom Tromey <tromey@redhat.com>
1710
1711 * dwarf2-frame.c (clear_pointer_cleanup): New function.
1712 (dwarf2_frame_cache): Use it.
1713 * frame-unwind.h (frame_sniffer_ftype): Document prologue
1714 cache initialization constraint.
1715
1716 2012-08-06 Tom Tromey <tromey@redhat.com>
1717
1718 PR python/14386:
1719 * varobj.c (update_dynamic_varobj_children): Don't call
1720 PyIter_Check.
1721
1722 2012-08-06 Tom Tromey <tromey@redhat.com>
1723
1724 PR cli/14392:
1725 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
1726
1727 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
1728
1729 * NEWS: New entry for 'cd' default parameters.
1730 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
1731
1732 2012-08-03 Tom Tromey <tromey@redhat.com>
1733
1734 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
1735 return.
1736
1737 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
1738
1739 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
1740 to attempting lseek/write.
1741 (inf_child_fileio_pread): Likewise for pread.
1742
1743 2012-08-02 Yao Qi <yao@codesourcery.com>
1744
1745 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
1746 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
1747 add_setshow_zinteger_cmd.
1748 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
1749 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
1750 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
1751 instead of add_setshow_zinteger_cmd.
1752 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
1753 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
1754 instead of add_setshow_zinteger_cmd.
1755 * frame.c (frame_debug): Add 'unsigned'.
1756 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
1757 add_setshow_zinteger_cmd.
1758 * frame.h: Update the declaration of 'frame_debug'.
1759 * gdbtypes.c (overload_debug): Add 'unsigned'.
1760 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
1761 add_setshow_zinteger_cmd.
1762 * inferior.h: Update declaration of 'debug_infrun'.
1763 * infrun.c (debug_infrun): Add 'unsigned'.
1764 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
1765 add_setshow_zinteger_cmd.
1766 * jit.c (jit_debug): Add 'unsigned'.
1767 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
1768 add_setshow_zinteger_cmd.
1769 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
1770 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
1771 instead of add_setshow_zinteger_cmd.
1772 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
1773 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
1774 add_setshow_zinteger_cmd.
1775 * machoread.c (mach_o_debug_level): Add 'unsigned'.
1776 (_initialize_machoread): Call add_setshow_zuinteger_cmd
1777 instead of add_setshow_zinteger_cmd.
1778 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
1779 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
1780 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
1781 intead of add_setshow_zinteger_cmd.
1782 * mips-tdep.c (mips_debug): Add 'unsigned'.
1783 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
1784 instead of add_setshow_zinteger_cmd.
1785 * monitor.c (monitor_debug): Add 'unsigned'.
1786 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
1787 add_setshow_zinteger_cmd.
1788 * observer.c (observer_debug): Add 'unsigned'.
1789 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
1790 add_setshow_zinteger_cmd.
1791 * parse.c (expressiondebug): Add 'unsigned'.
1792 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
1793 add_setshow_zinteger_cmd.
1794 * record.c (record_debug): Add 'unsigned'.
1795 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
1796 add_setshow_zinteger_cmd.
1797 * record.h: Update the declaration of 'record_debug'.
1798 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
1799 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
1800 add_setshow_zinteger_cmd.
1801 * serial.c (global_serial_debug_p): Add 'unsigned'.
1802 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
1803 add_setshow_zinteger_cmd.
1804 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
1805 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
1806 add_setshow_zinteger_cmd.
1807 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
1808 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
1809 add_setshow_zinteger_cmd.
1810 * target.c (targetdebug): Add 'unsigned'.
1811 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
1812 add_setshow_zinteger_cmd.
1813 * valops.c (overload_debug): Add 'unsigned'.
1814 * varobj.c (varobjdebug): Add 'unsigned'.
1815 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
1816 add_setshow_zinteger_cmd.
1817 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
1818 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
1819 instead of add_setshow_zinteger_cmd.
1820
1821 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
1822 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
1823 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
1824 instead of add_setshow_zinteger_cmd.
1825 * gdbarch.c, gdbarch.h: Re-generated.
1826
1827 2012-08-02 Yao Qi <yao@codesourcery.com>
1828
1829 * nto-tdep.c: Don't include cli/cli-decode.h and
1830 cli/cli-cmds.h.
1831 (_initialize_nto_tdep): Remove.
1832 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
1833 Remove field.
1834 Remove macro nto_internal_debugging.
1835
1836 2012-08-01 Richard Henderson <rth@redhat.com>
1837
1838 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
1839 (mep-*-*) [gdb_target_obs]: Likewise.
1840
1841 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
1842
1843 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
1844 linux_get_siginfo_type.
1845
1846 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1847
1848 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
1849 AT_ENTRY_POINT.
1850 (call_function_by_hand) <ON_STACK>: Call write_memory with
1851 gdbarch_breakpoint_from_pc, if possible.
1852 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
1853 here.
1854
1855 2012-07-31 Yao Qi <yao@codesourcery.com>
1856
1857 * tracepoint.c: Add 'static' for some variables.
1858
1859 2012-07-31 Yao Qi <yao@codesourcery.com>
1860
1861 * go32-nat.c: Declare _initialize_go32_nat.
1862 * ser-go32.c: Declare _initialize_ser_dos.
1863 * top.c (do_chdir_cleanup): Add 'static'.
1864
1865 2012-07-30 Keith Seitz <keiths@redhat.com>
1866
1867 * linespec.c (linespec_lex_number): A number followed
1868 by quotes is a valid number, too.
1869
1870 2012-07-30 Tom Tromey <tromey@redhat.com>
1871
1872 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
1873
1874 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
1875
1876 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
1877 attempt to 4-byte-align HW breakpoint addresses for Thumb.
1878
1879 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
1880
1881 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
1882 invalid or reevaluated to prevent prevent references to possibly
1883 delete'd type objects being left in the varobj.
1884
1885 2012-07-27 Tom Tromey <tromey@redhat.com>
1886 Jan Kratochvil <jan.kratochvil@redhat.com>
1887
1888 * copying.awk: Print buffer-read-only and vi ro markers.
1889 * copying.c: Rebuild.
1890 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
1891 * gdbarch.c, gdbarch.h: Rebuild.
1892 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
1893 buffer-read-only and vi ro markers.
1894 * features/arm-with-iwmmxt.c: Rebuild.
1895 * features/arm-with-m-fpa-layout.c: Rebuild.
1896 * features/arm-with-m-vfp-d16.c: Rebuild.
1897 * features/arm-with-m.c: Rebuild.
1898 * features/arm-with-neon.c: Rebuild.
1899 * features/arm-with-vfpv2.c: Rebuild.
1900 * features/arm-with-vfpv3.c: Rebuild.
1901 * features/i386/amd64-avx-linux.c: Rebuild.
1902 * features/i386/amd64-avx.c: Rebuild.
1903 * features/i386/amd64-linux.c: Rebuild.
1904 * features/i386/amd64.c: Rebuild.
1905 * features/i386/i386-avx-linux.c: Rebuild.
1906 * features/i386/i386-avx.c: Rebuild.
1907 * features/i386/i386-linux.c: Rebuild.
1908 * features/i386/i386-mmx-linux.c: Rebuild.
1909 * features/i386/i386-mmx.c: Rebuild.
1910 * features/i386/i386.c: Rebuild.
1911 * features/i386/x32-avx-linux.c: Rebuild.
1912 * features/i386/x32-avx.c: Rebuild.
1913 * features/i386/x32-linux.c: Rebuild.
1914 * features/i386/x32.c: Rebuild.
1915 * features/mips-dsp-linux.c: Rebuild.
1916 * features/mips-linux.c: Rebuild.
1917 * features/mips64-dsp-linux.c: Rebuild.
1918 * features/mips64-linux.c: Rebuild.
1919 * features/rs6000/powerpc-32.c: Rebuild.
1920 * features/rs6000/powerpc-32l.c: Rebuild.
1921 * features/rs6000/powerpc-403.c: Rebuild.
1922 * features/rs6000/powerpc-403gc.c: Rebuild.
1923 * features/rs6000/powerpc-405.c: Rebuild.
1924 * features/rs6000/powerpc-505.c: Rebuild.
1925 * features/rs6000/powerpc-601.c: Rebuild.
1926 * features/rs6000/powerpc-602.c: Rebuild.
1927 * features/rs6000/powerpc-603.c: Rebuild.
1928 * features/rs6000/powerpc-604.c: Rebuild.
1929 * features/rs6000/powerpc-64.c: Rebuild.
1930 * features/rs6000/powerpc-64l.c: Rebuild.
1931 * features/rs6000/powerpc-7400.c: Rebuild.
1932 * features/rs6000/powerpc-750.c: Rebuild.
1933 * features/rs6000/powerpc-860.c: Rebuild.
1934 * features/rs6000/powerpc-altivec32.c: Rebuild.
1935 * features/rs6000/powerpc-altivec32l.c: Rebuild.
1936 * features/rs6000/powerpc-altivec64.c: Rebuild.
1937 * features/rs6000/powerpc-altivec64l.c: Rebuild.
1938 * features/rs6000/powerpc-cell32l.c: Rebuild.
1939 * features/rs6000/powerpc-cell64l.c: Rebuild.
1940 * features/rs6000/powerpc-e500.c: Rebuild.
1941 * features/rs6000/powerpc-e500l.c: Rebuild.
1942 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
1943 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
1944 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
1945 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
1946 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
1947 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
1948 * features/rs6000/powerpc-vsx32.c: Rebuild.
1949 * features/rs6000/powerpc-vsx32l.c: Rebuild.
1950 * features/rs6000/powerpc-vsx64.c: Rebuild.
1951 * features/rs6000/powerpc-vsx64l.c: Rebuild.
1952 * features/rs6000/rs6000.c: Rebuild.
1953 * features/s390-linux32.c: Rebuild.
1954 * features/s390-linux32v1.c: Rebuild.
1955 * features/s390-linux32v2.c: Rebuild.
1956 * features/s390-linux64.c: Rebuild.
1957 * features/s390-linux64v1.c: Rebuild.
1958 * features/s390-linux64v2.c: Rebuild.
1959 * features/s390x-linux64.c: Rebuild.
1960 * features/s390x-linux64v1.c: Rebuild.
1961 * features/s390x-linux64v2.c: Rebuild.
1962 * features/tic6x-c62x-linux.c: Rebuild.
1963 * features/tic6x-c62x.c: Rebuild.
1964 * features/tic6x-c64x-linux.c: Rebuild.
1965 * features/tic6x-c64x.c: Rebuild.
1966 * features/tic6x-c64xp-linux.c: Rebuild.
1967 * features/tic6x-c64xp.c: Rebuild.
1968
1969 2012-07-27 Tom Tromey <tromey@redhat.com>
1970
1971 * c-exp.y (classify_name): Avoid assignment in condition.
1972
1973 2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
1974
1975 * amd64-windows-tdep.c: Include "frame.h".
1976 (amd64_windows_skip_trampoline_code): New function.
1977 (amd64_windows_init_abi): Add trampoline registration.
1978
1979 2012-07-27 Yao Qi <yao@codesourcery.com>
1980
1981 * tracepoint.c (cur_traceframe_number): Remove.
1982 (set_tfile_traceframe): Remove.
1983 (tfile_trace_find, tfile_fetch_registers): Update callers.
1984 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
1985 (tfile_open, tfile_trace_find): Likewise.
1986
1987 2012-07-27 Yao Qi <yao@codesourcery.com>
1988
1989 * thread.c (switch_to_thread): Don't call registers_changed.
1990
1991 2012-07-26 Tom Tromey <tromey@redhat.com>
1992
1993 * Makefile.in (SFILES): Remove objc-exp.y.
1994 (YYFILES): Remove objc-exp.c.
1995 (YYOBJ): Remove objc-exp.o.
1996 (local-maintainer-clean): Don't mention objc-exp.c.
1997 * c-exp.y: Include objc-lang.h.
1998 (%union) <class>: New field.
1999 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
2000 (exp): Clone subscript production for OBJC_LBRAC. Add various
2001 Objective C productions.
2002 (msglist, msgarglist, msgarg): New productions.
2003 (array_mod, func_mod, operator): Clone productions for
2004 OBJC_LBRAC.
2005 (parse_string_or_char): Handle '@' strings.
2006 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
2007 (classify_name): Check la_name_of_this. Recognize ObjC class
2008 names.
2009 * objc-exp.y: Remove.
2010 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
2011 * objc-lang.h (objc_parse, objc_error): Don't declare.
2012
2013 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
2014
2015 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
2016
2017 2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2018
2019 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
2020 and decrement.
2021
2022 2012-07-26 Tom Tromey <tromey@redhat.com>
2023
2024 * copying.c: Rebuild.
2025 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
2026 'no_class'.
2027
2028 2012-07-26 Tom Tromey <tromey@redhat.com>
2029
2030 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
2031 immediate_quit.
2032 (print_objfile_statistics): Likewise.
2033 (maintenance_print_symbols): Likewise.
2034 (maintenance_print_msymbols): Likewise.
2035 (maintenance_print_objfiles): Likewise.
2036 * psymtab.c (print_partial_symbols): Call QUIT.
2037 (maintenance_print_psymbols): Likewise. Don't modify
2038 immediate_quit.
2039 * copying.c (show_copying_command): Don't modify immediate_quit.
2040 (show_warranty_command): Likewise.
2041 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
2042
2043 2012-07-26 Keith Seitz <keiths@redhat.com>
2044
2045 * linespec.c (linespec_lexer_lex_number): The input
2046 is also a valid number if the next character is a comma
2047 or colon.
2048
2049 2012-07-26 Joel Brobecker <brobecker@adacore.com>
2050
2051 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
2052 configure options.
2053
2054 2012-07-26 Tristan Gingold <gingold@adacore.com>
2055
2056 * machoread.c: Include gdb_bfd.h.
2057
2058 2012-07-26 Tristan Gingold <gingold@adacore.com>
2059
2060 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
2061 offset.
2062
2063 2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2064
2065 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
2066 SIZE to size_t.
2067 (dwarf2_evaluate_loc_desc): Likewise.
2068 (dwarf2_loc_desc_needs_frame): Likewise.
2069 (locexpr_describe_location_1): Likewise.
2070 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
2071 size_t.
2072 (struct dwarf2_loclist_baton): Likewise.
2073 * dwarf2read.c (struct dwarf_block): Likewise.
2074 (dump_die_shallow): Use pulongest to print dwarf_block.size.
2075 (decode_locdesc): Expand SIZE and I to size_t.
2076
2077 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2078
2079 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
2080
2081 2012-07-25 Joel Brobecker <brobecker@adacore.com>
2082
2083 * doublest.c (convert_doublest_to_floatformat): If the exponent
2084 is too small, treat the value as zero. If the exponent is too
2085 large, treat the value as infinity.
2086
2087 2012-07-25 Joel Brobecker <brobecker@adacore.com>
2088
2089 * configure.ac: Add --enable-lmcheck configure option.
2090 * configure: Regenerate.
2091
2092 2012-07-25 Tom Tromey <tromey@redhat.com>
2093
2094 * NEWS: Mention maint info bfds.
2095 * gdb_bfd.c (all_bfds): New global.
2096 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
2097 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
2098 New functions.
2099
2100 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
2101
2102 * configure.tgt: Add v850*-*-rtems*.
2103
2104 2012-07-25 Tom Tromey <tromey@redhat.com>
2105
2106 * macrotab.c (macro_bcache_str): Remove cast.
2107
2108 2012-07-25 Hui Zhu <hui_zhu@mentor.com>
2109
2110 * linespec.c (linespec_lexer_lex_number): Update comments,
2111 change the return and add check to make sure the input is
2112 the decimal numbers.
2113 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
2114 false, call linespec_lexer_lex_string.
2115
2116 2012-07-24 Tom Tromey <tromey@redhat.com>
2117
2118 * symfile.c (symbol_file_add): Don't open BFD twice.
2119
2120 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
2121
2122 * breakpoint.c (create_breakpoint): Store condition for pending
2123 breakpoints.
2124
2125 2012-07-24 Andreas Schwab <schwab@linux-m68k.org>
2126
2127 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
2128 (m68k_return_value): Handle complex types like structures.
2129 (m68k_svr4_return_value): Likewise.
2130
2131 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
2132
2133 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
2134 parameters to bfd_get_section_name.
2135
2136 2012-07-24 Yao Qi <yao@codesourcery.com>
2137
2138 * cli/cli-setshow.c: Handle case 'var_uinteger'
2139 and 'var_zuninteger' together. Handle case 'var_integer' and
2140 'var_zinteger' together.
2141
2142 2012-07-23 Keith Seitz <keiths@redhat.com>
2143
2144 * linespec.c (convert_linespec_to_sal): Don't add
2145 any symbols to the result vector if symbol_to_sal
2146 returns zero.
2147
2148 2012-07-23 Keith Seitz <keiths@redhat.com>
2149
2150 * linespec.c (decode_objc): Record the function name
2151 in the linespec.
2152
2153 2012-07-23 Tom Tromey <tromey@redhat.com>
2154
2155 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
2156 counting.
2157 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
2158 (map_vmap): Acquire a reference to the BFD.
2159
2160 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
2161
2162 * p-valprint.c (pascal_object_print_value): Replace potentially
2163 unsafe alloca with xmalloc/xfree.
2164 * valops.c (search_struct_method): Likewise.
2165
2166 2012-07-23 Tom Tromey <tromey@redhat.com>
2167
2168 * solib-svr4.c (enable_break): Update.
2169 * bfd-target.h (target_bfd_reopen): Update documentation.
2170
2171 2012-07-23 Tom Tromey <tromey@redhat.com>
2172
2173 * symfile.c (separate_debug_file_exists): Update.
2174 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
2175 (reread_symbols): Update.
2176 * elfread.c (build_id_verify): Update.
2177 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
2178 bfd_open_maybe_remote.
2179
2180 2012-07-23 Tom Tromey <tromey@redhat.com>
2181
2182 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
2183
2184 2012-07-23 Tom Tromey <tromey@redhat.com>
2185
2186 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
2187 and 'abfd'.
2188 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
2189 and 'abfd'.
2190 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
2191 * machoread.c (macho_add_oso_symfile): Make a cleanup for
2192 'abfd'.
2193 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
2194 * objfiles.c (allocate_objfile): Acquire a new reference.
2195 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
2196 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
2197 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
2198 a cleanup for 'nbfd'.
2199 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
2200 for 'nbfd'.
2201 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
2202 make a cleanup for 'abfd'.
2203 (symbol_file_add): Make a BFD cleanup.
2204
2205 2012-07-23 Tom Tromey <tromey@redhat.com>
2206
2207 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
2208 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
2209 * corelow.c (core_open): Use gdb_bfd_fopen.
2210 * dsrec.c (load_srec): Use gdb_bfd_openr.
2211 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
2212 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
2213 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2214 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2215 (gdb_bfd_fdopenr): New functions.
2216 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2217 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2218 (gdb_bfd_fdopenr): Declare.
2219 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
2220 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
2221 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
2222 gdb_bfd_openr_next_archived_file.
2223 (macho_check_dsym): Use gdb_bfd_openr.
2224 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
2225 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
2226 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
2227 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
2228 gdb_bfd_openr.
2229 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
2230 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
2231 gdb_bfd_openr_next_archived_file.
2232 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2233 Use gdb_bfd_openr.
2234 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2235 gdb_bfd_openr.
2236 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
2237 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
2238 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
2239 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
2240 (symfile_bfd_open): Use gdb_bfd_fopen.
2241 (generic_load): Use gdb_bfd_openr.
2242 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
2243
2244 2012-07-23 Tom Tromey <tromey@redhat.com>
2245
2246 * bfd-target.c (target_bfd_reopen): Update.
2247 * cli/cli-dump.c (bfd_openr_with_cleanup)
2248 (bfd_openw_with_cleanup): Update.
2249 * corelow.c (core_open): Update.
2250 * dsrec.c (load_srec): Update.
2251 * exec.c (exec_file_attach): Update.
2252 * gcore.c (create_gcore_bfd): Update.
2253 * gdb_bfd.c (gdb_bfd_ref): Return void.
2254 (gdb_bfd_open): Update.
2255 * gdb_bfd.h (gdb_bfd_ref): Return void.
2256 Update comments.
2257 * jit.c (jit_bfd_try_read_symtab): Update.
2258 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2259 * machoread.c (macho_symfile_read_all_oso): Update.
2260 (macho_check_dsym): Update.
2261 * procfs.c (insert_dbx_link_bpt_in_file): Update.
2262 * remote-m32r-sdi.c (m32r_load): Update.
2263 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
2264 * rs6000-nat.c (add_vmap): Update.
2265 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2266 Update.
2267 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
2268 * solib-spu.c (spu_bfd_open): Update.
2269 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
2270 * spu-linux-nat.c (spu_bfd_open): Update.
2271 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
2272 (generic_load): Update.
2273 * windows-nat.c (windows_make_so): Update.
2274
2275 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
2276
2277 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
2278
2279 2012-07-20 Jeff Kenton <jkenton@tilera.com>
2280
2281 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
2282 SIGTRAMP_FRAME unwinding.
2283
2284 2012-07-20 Doug Evans <dje@google.com>
2285
2286 * NEWS: Document new options "set/show use-deprecated-index-sections",
2287 and delete reference to --use-deprecated-index-sections.
2288 * symfile.h (use_deprecated_index_sections): Delete.
2289 * dwarf2read.c (use_deprecated_index_sections): Make static.
2290 (read_index_from_section): Update wording of how to load
2291 deprecated index sections.
2292 (_initialize_dwarf2_read): New options
2293 "set/show use-deprecated-index-sections".
2294 * main.c (captured_main): Delete --use-deprecated-index-sections.
2295
2296 2012-07-20 Pedro Alves <palves@redhat.com>
2297
2298 PR threads/11692
2299 PR gdb/12203
2300
2301 * infrun.c (handle_inferior_event) <new thread>: Don't special
2302 case minus_one_ptid.
2303 <TARGET_WAITKIND_SPURIOUS>: Ditto.
2304 * linux-thread-db.c (thread_get_info_callback): Don't return early
2305 if the thread is zombie.
2306 (thread_from_lwp): Change return type to void. Rewrite stale
2307 comment.
2308 (attach_thread): Don't return early if the thread is zombie,
2309 instead set its "dying" flag.
2310 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
2311 (find_new_threads_callback): Don't return early if the thread is
2312 zombie.
2313
2314 2012-07-20 Pedro Alves <palves@redhat.com>
2315
2316 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
2317 * target.c (target_wait): Likewise.
2318 (str_comma_list_concat_elem, do_option, target_options_to_string):
2319 New functions.
2320 * target.h (target_options_to_string): Declare.
2321
2322 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2323 Tom Tromey <tromey@redhat.com>
2324
2325 * dwarf2read.c (dwarf_decode_macros)
2326 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
2327 DW_MACRO_GNU_transparent_include_alt>: New cases.
2328 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
2329 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
2330
2331 2012-07-20 Tom Tromey <tromey@redhat.com>
2332
2333 * dwarf2read.c (try_open_dwo_file): Don't call
2334 gdb_bfd_stash_filename.
2335
2336 2012-07-20 Pedro Alves <palves@redhat.com>
2337
2338 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2339 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
2340 (i386_process_record): Tweak description comments.
2341
2342 2012-07-20 Pedro Alves <palves@redhat.com>
2343
2344 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2345 (i386_process_record): Use record_read_memory.
2346 * record.c (record_read_memory): New function.
2347 (record_arch_list_add_mem, record_exec_insn): Use
2348 record_read_memory.
2349 * record.h (record_read_memory): Declare.
2350
2351 2012-07-20 Yao Qi <yao@codesourcery.com>
2352
2353 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
2354 NULL for xfree.
2355
2356 2012-07-19 Pedro Alves <palves@redhat.com>
2357
2358 * record.c (record_resume): Ask the target beneath to report all
2359 signals.
2360
2361 2012-07-19 Doug Evans <dje@google.com>
2362
2363 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
2364 there's no section at address zero.
2365 (dwarf2_record_block_ranges): Ditto.
2366
2367 2012-07-19 Yao Qi <yao@codesourcery.com>
2368
2369 * command.h, remote.c: Fix a typo in comment.
2370
2371 2012-07-19 Tom Tromey <tromey@redhat.com>
2372
2373 PR exp/13206:
2374 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
2375 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
2376 OP_DECLTYPE>: New cases.
2377 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
2378 (type_exp): Add new productions.
2379 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
2380 and decltype.
2381 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
2382 New case.
2383 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
2384 OP_DECLTYPE>: New case.
2385 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
2386 New case.
2387 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
2388 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
2389
2390 2012-07-19 Tom Tromey <tromey@redhat.com>
2391
2392 * c-exp.y (enum token_flags): New.
2393 (struct token) <cxx_only>: Remove.
2394 <flags>: New field.
2395 (tokentab3, tokentab2, ident_tokens): Update.
2396 (lex_one_token): Update. Handle FLAG_SHADOW.
2397
2398 2012-07-19 Tom Tromey <tromey@redhat.com>
2399
2400 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
2401 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
2402 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
2403 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
2404 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
2405 type_exp production where appropriate.
2406 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
2407 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
2408 <UNOP_MEMVAL_TYPE>: New case.
2409 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
2410 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
2411 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
2412 <UNOP_MEMVAL_TYPE>: New case.
2413 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
2414 UNOP_REINTERPRET_CAST>: Update.
2415 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2416 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
2417 UNOP_REINTERPRET_CAST>: Update.
2418 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2419 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
2420 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
2421 constants.
2422
2423 2012-07-19 Yao Qi <yao@codesourcery.com>
2424 Jan Kratochvil <jan.kratochvil@redhat.com>
2425
2426 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
2427 and case 'var_optional_filename' together.
2428 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
2429 instead of add_setshow_optional_filename_cmd for setshow command
2430 'args'. Set completer for 'set args'.
2431
2432 2012-07-18 Doug Evans <dje@google.com>
2433
2434 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
2435 * common/gdb_vecs.c: New file, contents from utils.c.
2436 * common/host-defs.h: New file, contents from defs.h.
2437 * utils.h: New file, contents from defs.h.
2438 * defs.h: Move all declarations of objects defined in utils.c
2439 to utils.h (except QUIT() and related).
2440 #include "utils.h", "host-defs.h".
2441 * probe.h (probe_p): Move here from gdb_vecs.h.
2442 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
2443 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
2444 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
2445 * Makefile.in (SFILES): Add common/gdb_vecs.c.
2446 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
2447 (COMMON_OBS): Add gdb_vecs.o.
2448 (gdb_vecs.o): New rule.
2449
2450 2012-07-18 Keith Seitz <keiths@redhat.com>
2451
2452 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
2453 parameter. If non-zero, use SYMNAME as the canonical name
2454 for the SaL.
2455 Update all callers.
2456 (convert_linespec_to_sals): Use add_sal_to_sals for
2457 expressions, too.
2458 (decode_line_full): No need to "fill in missing canonical names"
2459 anymore. Simply make cleanups for the allocated names.
2460
2461 2012-07-18 Keith Seitz <keiths@redhat.com>
2462
2463 * linespec.c (struct linespec): Constify expression,
2464 source_filename, function_name, and label_name.
2465 (symbol_not_found_error): Make all parameters const.
2466 (linespec_parser_delete): No need to check for NULL
2467 when using xfree. Cast const char * to char * for xfree.
2468
2469 2012-07-18 Keith Seitz <keiths@redhat.com>
2470
2471 * breakpoint.c (invalid_thread_id_error): New function.
2472 (find_condition_and_thread): Use invalid_thread_id_error.
2473 (watch_command_1): Likewise.
2474
2475 2012-07-18 Tom Tromey <tromey@redhat.com>
2476
2477 * cc-with-index.sh, cc-with-dwz.sh: Remove.
2478 * contrib/cc-with-tweaks.sh: New file.
2479
2480 2012-07-18 Tom Tromey <tromey@redhat.com>
2481
2482 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
2483 (locate_dwz_sections): Recognize .gdb_index.
2484 (create_cus_from_index_list): New function.
2485 (create_cus_from_index): Use it. Handle .dwz data.
2486 (read_index_from_section): New function, extracted from
2487 dwarf2_read_index.
2488 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
2489 if needed.
2490
2491 2012-07-18 Tom Tromey <tromey@redhat.com>
2492
2493 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
2494 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
2495 <is_dwz>: New field.
2496 (struct dwz_file): New.
2497 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
2498 (locate_dwz_sections, dwarf2_get_dwz_file)
2499 (get_abbrev_section_for_cu): New functions.
2500 (error_check_comp_unit_head, read_and_check_comp_unit_head)
2501 (read_and_check_type_unit_head): Add abbrev_section argument.
2502 (create_debug_types_hash_table): Update.
2503 (init_cutu_and_read_dies): Use proper abbrev section.
2504 (init_cutu_and_read_dies_no_follow): Likewise.
2505 (set_partial_user): Do nothing if PST==NULL.
2506 (read_comp_units_from_section): New function.
2507 (create_all_comp_units): Use it.
2508 (scan_partial_symbols, partial_die_parent_scope): Update.
2509 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2510 (process_imported_unit_die, read_partial_die): Handle .dwz files.
2511 (find_partial_die): Add offset_in_dwz argument. Update.
2512 (guess_partial_die_structure_name, fixup_partial_die): Update.
2513 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
2514 DW_FORM_GNU_strp_alt.
2515 (read_indirect_string_from_dwz): New function.
2516 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
2517 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2518 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
2519 (follow_die_offset): Add offset_in_dwz argument.
2520 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
2521 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
2522 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
2523 Handle new macro forms.
2524 (dwarf_decode_macros): Update.
2525 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
2526 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
2527 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
2528 (create_debug_types_hash_table): Use correct abbrev section.
2529 (get_debug_line_section): New function.
2530 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
2531 (process_full_comp_unit): Pass 'required' argument to
2532 end_symtab_get_static_block.
2533 * buildsym.h (end_symtab_get_static_block): Update.
2534 * buildsym.c (end_symtab_get_static_block): Add 'required'
2535 argument.
2536 (end_symtab, end_expandable_symtab): Update.
2537
2538 2012-07-18 Tom Tromey <tromey@redhat.com>
2539
2540 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
2541 (pagesize): Remove.
2542 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
2543 (zlib_decompress_section): Remove.
2544 (dwarf2_read_section): Use gdb_bfd_map_section.
2545 (munmap_section_buffer): Remove.
2546 (free_dwo_file, dwarf2_per_objfile_free): Don't use
2547 munmap_section_buffer.
2548 * gdb_bfd.c: Include zlib.h, sys/mman.h.
2549 (struct gdb_bfd_section_data): New.
2550 (free_one_bfd_section): New function.
2551 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
2552 (get_section_descriptor, zlib_decompress_section)
2553 (gdb_bfd_map_section): New functions.
2554 * gdb_bfd.h (gdb_bfd_map_section): Declare.
2555
2556 2012-07-18 Tom Tromey <tromey@redhat.com>
2557
2558 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
2559
2560 2012-07-18 Tom Tromey <tromey@redhat.com>
2561
2562 * gdb_bfd.c (struct gdb_bfd_data): New.
2563 (gdb_bfd_cache): New global.
2564 (struct gdb_bfd_cache_search): New.
2565 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
2566 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
2567 * gdb_bfd.h (gdb_bfd_open): Declare.
2568
2569 2012-07-18 Tom Tromey <tromey@redhat.com>
2570
2571 * utils.c (make_cleanup_bfd_unref): Rename from
2572 make_cleanup_bfd_close.
2573 * defs.h (make_cleanup_bfd_unref): Rename from
2574 make_cleanup_bfd_close.
2575 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
2576 (bfd_openw_with_cleanup): Update.
2577 * corelow.c (core_open): Update.
2578 * dsrec.c (load_srec): Update.
2579 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2580 * remote-m32r-sdi.c (m32r_load): Update.
2581 * remote-mips.c (mips_load_srec): Update.
2582 (pmon_load_fast): Update.
2583 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2584 Update.
2585 (darwin_bfd_open): Update.
2586 * solib.c (solib_bfd_fopen): Update.
2587 * symfile-mem.c (symbol_file_add_from_memory): Update.
2588 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
2589 (symfile_bfd_open): Update.
2590 (generic_load): Update.
2591
2592 2012-07-18 Tom Tromey <tromey@redhat.com>
2593
2594 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
2595 (pmon_load_fast): Likewise.
2596 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
2597 (m32r_upload_command): Likewise.
2598 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
2599 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2600 Use make_cleanup_bfd_close.
2601
2602 2012-07-18 Tom Tromey <tromey@redhat.com>
2603
2604 * symfile.c (symfile_bfd_open): Don't copy name. Call
2605 gdb_bfd_stash_filename.
2606 (load_command): Open the new BFD before freeing the old.
2607 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
2608 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
2609 Call gdb_bfd_stash_filename.
2610 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
2611 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
2612 gdb_bfd_stash_filename.
2613 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2614 Free found_pathname.
2615 * rs6000-nat.c (add_vmap): Don't copy filename. Call
2616 gdb_bfd_stash_filename.
2617 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
2618 * machoread.c (macho_add_oso_symfile): Call
2619 gdb_bfd_stash_filename.
2620 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
2621 gdb_bfd_stash_filename.
2622 (macho_check_dsym): Don't copy filename. Call
2623 gdb_bfd_stash_filename.
2624 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
2625 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
2626 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
2627 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
2628 * exec.c (exec_close): Don't free the BFD's filename.
2629 (exec_file_attach): Don't copy the filename. Call
2630 gdb_bfd_stash_filename.
2631 * corelow.c (core_close): Don't free the BFD's filename.
2632 (core_open): Call gdb_bfd_stash_filename.
2633 * corefile.c (reopen_exec_file): Remove #if 0 code.
2634 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
2635 pathname.
2636 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
2637
2638 2012-07-18 Tom Tromey <tromey@redhat.com>
2639
2640 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
2641 gdb_bfd_unref.
2642 (free_dwo_file): Use gdb_bfd_unref.
2643 * cli/cli-dump.c: Include gdb_bfd.h.
2644 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
2645 (bfd_openr_with_cleanup): Likewise.
2646 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
2647 gdb_bfd_unref.
2648 * utils.c: Include gdb_bfd.h.
2649 (do_bfd_close_cleanup): Use gdb_bfd_unref.
2650 * symfile.c: Include gdb_bfd.h.
2651 (separate_debug_file_exists): Use gdb_bfd_unref.
2652 (bfd_open_maybe_remote): Use gdb_bfd_ref.
2653 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2654 (generic_load): Use gdb_bfd_ref.
2655 (reread_symbols): Use gdb_bfd_unref.
2656 * symfile-mem.c: Include gdb_bfd.h.
2657 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
2658 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2659 * solib.c: Include gdb_bfd.h.
2660 (solib_bfd_fopen): Use gdb_bfd_ref.
2661 (solib_bfd_open): Use gdb_bfd_unref.
2662 (free_so_symbols): Use gdb_bfd_unref.
2663 (reload_shared_libraries_1): Use gdb_bfd_unref.
2664 * solib-spu.c: Include gdb_bfd.h.
2665 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
2666 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
2667 gdb_bfd_unref.
2668 * solib-frv.c: Include gdb_bfd.h.
2669 (enable_break2): Use gdb_bfd_unref.
2670 * solib-dsbt.c: Include gdb_bfd.h.
2671 (enable_break2): Use gdb_bfd_unref.
2672 * solib-darwin.c: Include gdb_bfd.h.
2673 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
2674 gdb_bfd_unref.
2675 (darwin_bfd_open): Use gdb_bfd_unref.
2676 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
2677 * remote-mips.c: Include gdb_bfd.h.
2678 (mips_load_srec): Use gdb_bfd_ref.
2679 (pmon_load_fast): Use gdb_bfd_ref.
2680 * remote-m32r-sdi.c: Include gdb_bfd.h.
2681 (m32r_load): Use gdb_bfd_ref.
2682 * record.c: Include gdb_bfd.h.
2683 (record_save_cleanups): Use gdb_bfd_unref.
2684 (cmd_record_save): Use gdb_bfd_unref.
2685 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
2686 gdb_bfd_unref.
2687 * objfiles.h (gdb_bfd_close_or_warn): Remove.
2688 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
2689 * objfiles.c: Include gdb_bfd.h.
2690 (free_objfile): Use gdb_bfd_unref.
2691 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
2692 gdb_bfd.c.
2693 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
2694 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
2695 (macho_check_dsym): Likewise.
2696 * m32r-rom.c: Include gdb_bfd.h.
2697 (m32r_load): Use gdb_bfd_ref.
2698 (m32r_upload_command): Use gdb_bfd_ref.
2699 * jit.c: Include gdb_bfd.h.
2700 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
2701 * gdb_bfd.h: New file.
2702 * gdb_bfd.c: New file.
2703 * gcore.c: Include gdb_bfd.h.
2704 (create_gcore_bfd): Use gdb_bfd_ref.
2705 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
2706 (gcore_command): Use gdb_bfd_unref.
2707 * exec.c: Include gdb_bfd.h.
2708 (exec_close): Use gdb_bfd_unref.
2709 (exec_close_1): Use gdb_bfd_unref.
2710 (exec_file_attach): Use gdb_bfd_ref.
2711 * elfread.c: Include gdb_bfd.h.
2712 (build_id_verify): Use gdb_bfd_unref.
2713 * dsrec.c: Include gdb_bfd.h.
2714 (load_srec): Use gdb_bfd_ref.
2715 * corelow.c: Include gdb_bfd.h.
2716 (core_close): Use gdb_bfd_unref.
2717 (core_open): Use gdb_bfd_ref.
2718 * bfd-target.c: Include gdb_bfd.h.
2719 (target_bfd_xclose): Use gdb_bfd_unref.
2720 (target_bfd_reopen): Use gdb_bfd_ref.
2721 * Makefile.in (SFILES): Add gdb_bfd.c.
2722 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
2723 (COMMON_OBS): Add gdb_bfd.o.
2724
2725 2012-07-18 Keith Seitz <keiths@redhat.com>
2726
2727 * breakpoint.c (find_condition_and_thread): Initialize
2728 TASK and REST.
2729 (create_breakpiont): find_condition_and_thread will now
2730 initialize COND_STRING, THREAD, and REST (and TASK).
2731 (addr_string_to_sals): Likewise.
2732
2733 2012-07-18 Pedro Alves <palves@redhat.com>
2734
2735 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
2736 Pull the single step breakpoints out of the target.
2737
2738 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
2739
2740 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
2741 * stap-probe.c (compile_probe_arg): Likewise.
2742
2743 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
2744
2745 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
2746 (elf_compile_to_ax): Likewise.
2747 * infrun.c (insert_exception_resume_from_probe): Likewise.
2748 (check_exception_resume): Remove `objfile' variable.
2749 * probe.c (find_probe_by_pc): Remove `objfile' argument.
2750 (struct probe_and_objfile, probe_and_objfile_s): Delete.
2751 (collect_probes): Adjust return value to `VEC (probe_p) *'.
2752 (compare_entries): Rename to...
2753 (compare_probes): ...this. Adjust function to work with
2754 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
2755 respectively.
2756 (gen_ui_out_table_header_info): Adjust `probes' argument to be
2757 `VEC (probe_p) *'.
2758 (print_ui_out_info): Adjust argument to be `struct probe *'.
2759 (info_probes_for_ops): Adjust internal computations to use
2760 `VEC (probe_p) *'.
2761 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
2762 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
2763 gen_info_probes_table_values>: Remove `objfile' argument.
2764 (struct probe) <objfile>: New field.
2765 (find_probe_by_pc): Remove `objfile' argument.
2766 * stap-probe.c (stap_parse_probe_arguments): Likewise.
2767 (stap_get_probe_argument_count): Likewise.
2768 (stap_get_arg): Likewise.
2769 (stap_evaluate_probe_argument): Likewise.
2770 (stap_compile_to_ax): Likewise.
2771 (compile_probe_arg): Refactor not to pass `objfile' anymore.
2772 (handle_stap_probe): Fill `objfile' field from `struct probe'.
2773 (stap_gen_info_probes_table_header): Remove `objfile' argument.
2774 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
2775 sym_compile_to_ax>: Likewise.
2776
2777 2012-07-18 Terry Guo <terry.guo@arm.com>
2778
2779 PR 14329
2780 * defs.h (GDB_MI_MSG_WIDTH): New.
2781 * ser_base (ser_base_read_error_fd): New function.
2782 (do_ser_base_readchar): Poll error file descriptor as well as
2783 standard output.
2784 (generic_readchar): Refactor error handling.
2785
2786 2012-07-18 Joel Brobecker <brobecker@adacore.com>
2787
2788 * NEWS: Create a new section for the next release branch.
2789 Rename the section of the current branch, now that it has
2790 been cut.
2791
2792 2012-07-18 Joel Brobecker <brobecker@adacore.com>
2793
2794 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
2795 * version.in: Bump version to 7.5.50.20120718-cvs.
2796
2797 2012-07-17 Keith Seitz <keiths@redhat.com>
2798
2799 * linespec.c (linespec_parse_line_offset): Make parameter
2800 const.
2801
2802 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2803
2804 PR 11914
2805 * f-valprint.c (info_common_command): New variable frame_id.
2806 Reinitialize FI form FRAME_ID after each print_variable_and_value.
2807 * printcmd.c (print_variable_and_value): Extend function comment.
2808 Add comment for invalidated FRAME.
2809 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
2810 FI form FRAME_ID after each print_frame_local_vars.
2811 (struct print_variable_and_value_data): Change frame to frame_id.
2812 (do_print_variable_and_value): New variable frame, initialize it from
2813 p->frame_id. Add comment for invalidated FRAME.
2814 (print_frame_local_vars, print_frame_arg_vars): New function comment.
2815 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
2816 for invalidated FRAME.
2817
2818 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
2819 Pedro Alves <palves@redhat.com>
2820
2821 * linux-nat.c (linux_nat_detach): Don't unregister from the event
2822 loop.
2823
2824 2012-07-16 Tom Tromey <tromey@redhat.com>
2825
2826 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
2827
2828 2012-07-15 Doug Evans <dje@google.com>
2829
2830 * dwarf2read.c (stmt_list_hash): New struct.
2831 (type_unit_group): Embed "per_cu" member, remove pointer.
2832 New union member "t", move member "tus" into it, all uses updated.
2833 New member "hash", replaces member "line_offset, all uses updated.
2834 (quick_file_names): Replace member "offset" with "hash", all uses
2835 updated.
2836 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
2837 (hash_file_name_entry, eq_file_name_entry): Call them.
2838 (hash_type_unit_group, eq_type_unit_group): Ditto.
2839 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
2840 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
2841 (dw2_get_file_names): Update.
2842 (create_type_unit_group): Replace "per_cu" arg with "cu".
2843 All callers updated. Fix "quick" (.gdb_index) handling.
2844 (get_type_unit_group): Replace "per_cu" arg with "cu".
2845 All callers updated.
2846 (build_type_unit_groups): Don't reset tu_stats.
2847
2848 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
2849 "tab_cur_size". Change member "tab" to be a htab_t.
2850 (create_filename_seen_cache): Update.
2851 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
2852 (filename_seen): Update.
2853
2854 2012-07-13 Doug Evans <dje@google.com>
2855
2856 * symtab.c (filename_seen): Update comment.
2857
2858 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2859 Doug Evans <dje@google.com>
2860
2861 * buildsym.c (end_symtab_1): Split it to ...
2862 (end_symtab_get_static_block): ... this ...
2863 (end_symtab_from_static_block): ... and this function.
2864 (end_symtab, end_expandable_symtab): Call them.
2865 * buildsym.h (end_symtab_get_static_block)
2866 (end_symtab_from_static_block): New declarations.
2867 * dwarf2read.c (process_full_comp_unit): New variable static_block.
2868 Set its valid CU ranges.
2869
2870 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2871
2872 * dwarf2loc.c (disassemble_dwarf_expression): Handle
2873 DW_OP_GNU_parameter_ref.
2874
2875 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2876
2877 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
2878 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
2879
2880 2012-07-13 Doug Evans <dje@google.com>
2881
2882 * symtab.c (output_source_filename): Delete unnecessary forward decl.
2883 (filename_seen_cache): New struct.
2884 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
2885 (create_filename_seen_cache): New function.
2886 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
2887 (filename_seen): Delete arg "first". New arg "cache". All callers
2888 updated.
2889 (output_source_filename_data): New struct.
2890 (output_source_filename): Delete arg "first". New arg "data".
2891 All callers updated.
2892 (sources_info): Delete local "first". New locals "data", "cleanups".
2893 Rewrite to use filename_seen_cache.
2894 (add_partial_filename_data): Delete member "first". New member
2895 "filename_seen_cache". All uses updated.
2896 (make_source_files_completion_list): Rewrite to use
2897 filename_seen_cache.
2898
2899 2012-07-12 Doug Evans <dje@google.com>
2900
2901 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
2902
2903 2012-07-10 Doug Evans <dje@google.com>
2904
2905 PR gdb/13498
2906 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
2907 all_type_unit_groups, type_unit_groups, tu_stats.
2908 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
2909 All uses updated. Add type_unit_group to union "s".
2910 (type_unit_group): New struct.
2911 (IS_TYPE_UNIT_GROUP): New macro.
2912 (abbrev_table): Delete unused member "section".
2913 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
2914 (dw2_get_cu): Assert not used with type_unit_group.
2915 (dw2_get_primary_cu): New function.
2916 (dw2_build_type_unit_groups_reader): New function.
2917 (dw2_build_type_unit_groups): New function.
2918 (dw2_get_file_names): Assert not called on type units.
2919 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
2920 Redo loop to iterate over type unit groups instead of type units.
2921 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
2922 (read_abbrev_offset): New function.
2923 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
2924 updated.
2925 (create_partial_symtab): New function.
2926 (process_psymtab_comp_unit_reader): Assert not used with type units.
2927 Call create_partial_symtab.
2928 (process_psymtab_type_unit): Delete.
2929 (hash_type_unit_group, eq_type_unit_group): New functions.
2930 (allocate_type_unit_groups_table): New function.
2931 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
2932 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
2933 (create_type_unit_group, get_type_unit_group): New functions.
2934 (tu_abbrev_offset): New struct.
2935 (sort_tu_by_abbrev_offset): New function.
2936 (add_type_unit_group_to_table): New function.
2937 (build_type_unit_groups): New function.
2938 (build_type_psymtabs_reader): New function.
2939 (build_type_psymtab_dependencies): New function.
2940 (build_type_psymtabs): Rewrite.
2941 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
2942 is seen in a type unit.
2943 (process_queue): Move symtab expansion debugging printfs here.
2944 Call process_full_type_unit for type units.
2945 (compute_symtab_includes): Assert not called for type units.
2946 (process_cu_includes): Don't call compute_symtab_includes for
2947 type units.
2948 (process_full_type_unit): New function.
2949 (process_imported_unit_die): Flag an error if called for type units.
2950 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
2951 updated. Assert not called for type units.
2952 (read_file_scope): Call dwarf2_start_symtab.
2953 (setup_type_unit_groups): New function.
2954 (read_type_unit_scope): Rewrite.
2955 (abbrev_table_read_table): Initialize abbrev_table->offset.
2956 (abbrev_table_free_cleanup): New function.
2957 (dwarf2_start_symtab): New function.
2958 (load_full_type_unit): Assert not called for type unit groups.
2959 * buildsym.c (finish_block_internal): New arg "expandable".
2960 All callers updated.
2961 (start_symtab): Move most contents to ...
2962 (restart_symtab): ... here. New function.
2963 (reset_symtab_globals): New function.
2964 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
2965 Call reset_symtab_globals.
2966 (end_symtab, end_expandable_symtab): New functions.
2967 (set_missing_symtab, augment_type_symtab): New functions.
2968 * buildsym.h (end_expandable_symtab): Declare.
2969 (augment_type_symtab, restart_symtab): Declare.
2970 * psympriv.h (struct partial_symtab): New member "anonymous".
2971 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
2972 anonymous psymtabs.
2973 (read_psymtabs_with_filename): Ditto.
2974 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
2975 (expand_symtabs_matching_via_partial): Ditto.
2976 (dump_psymtab): Update.
2977 * dictionary.c (dict_add_pending): New function.
2978 * dictionary.h (dict_add_pending): Declare.
2979
2980 2012-07-09 Doug Evans <dje@google.com>
2981
2982 * buildsym.c (start_subfile): Remove unnecessary check for
2983 name == NULL.
2984
2985 * psymtab.c (allocate_psymtab): Use host_address_to_string.
2986
2987 * dwarf2read.c (load_full_type_unit): Simplify.
2988
2989 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
2990 to struct signatured_type **. All uses updated.
2991
2992 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
2993 All callers updated.
2994
2995 2012-07-09 Tom Tromey <tromey@redhat.com>
2996
2997 * c-exp.y (check_parameter_typelist): New function.
2998 (parameter_typelist): Call it.
2999 * eval.c (make_params): Handle '(void)' case.
3000 * gdbtypes.c (lookup_function_type_with_arguments): Handle
3001 '(void)' case.
3002
3003 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3004
3005 * common/linux-ptrace.c: Include gdb_assert.h.
3006 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
3007 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
3008 stdint.h.
3009 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
3010 functions.
3011 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
3012 * linux-nat.c (linux_child_post_attach)
3013 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
3014
3015 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3016
3017 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
3018 nptl <2.7 bug workaround for core files.
3019
3020 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3021
3022 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
3023 clearing.
3024 (save_siginfo): Remove.
3025 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
3026 call.
3027 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
3028 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
3029 * linux-nat.h (struct lwp_info): Remove field siginfo.
3030
3031 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3032
3033 Code cleanup for the next patch.
3034 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
3035 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3036 call for it.
3037 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
3038 (ia64_linux_stopped_data_address):
3039 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
3040 the return value.
3041 * linux-nat.h (linux_nat_get_siginfo): Likewise.
3042 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
3043 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3044 call for it.
3045
3046 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3047
3048 PR 14321
3049 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
3050 Increase buffer sizes to 2x we need, not just 2x of the previous size.
3051
3052 2012-07-06 Tom Tromey <tromey@redhat.com>
3053
3054 * c-exp.y (DOTDOTDOT): New token.
3055 (func_mod, exp): Use parameter_typelist.
3056 (parameter_typelist): New production.
3057 (tokentab3): Add "..." token.
3058 * eval.c (make_params): Handle varargs.
3059 * gdbtypes.c (lookup_function_type_with_arguments): Handle
3060 varargs.
3061
3062 2012-07-06 Tom Tromey <tromey@redhat.com>
3063
3064 PR exp/9608:
3065 * c-exp.y (%union) <tvec>: Change type.
3066 (func_mod): Now uses <tvec> type.
3067 (exp): Update for tvec change.
3068 (direct_abs_decl): Push the typelist.
3069 (func_mod): Return a typelist.
3070 (nonempty_typelist): Update for tvec change.
3071 * gdbtypes.c (lookup_function_type_with_arguments): New function.
3072 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
3073 * parse.c (pop_type_list): New function.
3074 (push_typelist): New function.
3075 (follow_types): Handle tp_function_with_arguments.
3076 * parser-defs.h (type_ptr): New typedef. Define a VEC.
3077 (enum type_pieces) <tp_function_with_arguments>: New constant.
3078 (union type_stack_elt) <typelist_val>: New field.
3079 (push_typelist): Declare.
3080
3081 2012-07-06 Tom Tromey <tromey@redhat.com>
3082
3083 * c-exp.y (%union) <type_stack>: New field.
3084 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
3085 (ptr_operator_ts): New production.
3086 (ptype): Update.
3087 * parse.c (type_stack_reserve): New function.
3088 (check_type_stack_depth): Use it.
3089 (pop_type_stack, append_type_stack, push_type_stack)
3090 (get_type_stack, type_stack_cleanup): New functions.
3091 (follow_types): Handle tp_type_stack.
3092 (_initialize_parse): Simplify initialization.
3093 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
3094 constant.
3095 (union type_stack_elt) <stack_val>: New field.
3096 (get_type_stack, append_type_stack, push_type_stack)
3097 (type_stack_cleanup): Declare.
3098
3099 2012-07-06 Tom Tromey <tromey@redhat.com>
3100
3101 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
3102 Remove.
3103 (struct type_stack): New.
3104 * parse.c (type_stack, type_stack_size, type_stack_depth):
3105 Remove.
3106 (type_stack): New global.
3107 (parse_exp_in_context, check_type_stack_depth)
3108 (insert_into_type_stack, insert_type, push_type, push_type_int)
3109 (insert_type_address_space, pop_type, pop_type_int)
3110 (_initialize_parse): Update.
3111
3112 2012-07-06 Tom Tromey <tromey@redhat.com>
3113
3114 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
3115 Remove %type.
3116
3117 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3118
3119 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
3120
3121 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3122 Jan Kratochvil <jan.kratochvil@redhat.com>
3123
3124 * cp-valprint.c (cp_print_value): Replace potentially unsafe
3125 alloca with xmalloc/xfree.
3126
3127 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3128
3129 * MAINTAINERS (Write After Approval): Add myself to the list.
3130
3131 2012-07-05 Doug Evans <dje@google.com>
3132
3133 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
3134
3135 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3136
3137 * ax-gdb.c (cli/cli-utils.h): New include.
3138 (linespec.h): Ditto.
3139 (agent_eval_command_one): New function.
3140 (agent_command_1): Ditto.
3141 (agent_command): Call function agent_command_1.
3142 (agent_eval_command): Ditto.
3143 (_initialize_ax_gdb): Change help for "maint agent"
3144 and "maint agent-eval".
3145
3146 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3147
3148 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
3149 * cli/cli-utils.c (check_for_argument): New function.
3150 * cli/cli-utils.h (check_for_argument): Ditto.
3151
3152 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3153
3154 * NEWS: Mention x32 ABI support.
3155
3156 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3157
3158 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
3159 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
3160
3161 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
3162 and pc_regnum_from_eax to -1. Update SP regnum from
3163 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
3164 needed.
3165
3166 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
3167 pc_regnum_from_eax.
3168
3169 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3170
3171 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
3172 * dwarf2expr.h: Include gdbtypes.h.
3173 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
3174 these forward declarations.
3175 (cu_offset, sect_offset): Move these ...
3176 * gdbtypes.h: Remove include dwarf2expr.h.
3177 (cu_offset, sect_offset): ... here.
3178
3179 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
3180
3181 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
3182 (amd64_linux_sigtramp_code): This.
3183 (amd64_x32_linux_sigtramp_code): New.
3184 (LINUX_SIGTRAMP_LEN): Updated.
3185 (amd64_linux_sigtramp_start): Check x32 sigtramp.
3186
3187 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3188
3189 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
3190
3191 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3192
3193 * config.in: Regenerate.
3194 * configure: Regenerate.
3195 * configure.ac: Remove check for gnu/libc-version.h.
3196 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
3197 gnu/libc-version.h.
3198 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
3199 variables libc_version, libc_major and libc_minor. Replace sscanf by
3200 inferior_has_bug. Extend the comment.
3201
3202 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3203
3204 * linux-thread-db.c (inferior_has_bug): New function.
3205 (thread_db_find_new_threads_silently): Return boolean as checked by
3206 inferior_has_bug, describe it in the comments.
3207 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
3208 earlier. Abort the initialization if it returned non-zero.
3209 (thread_db_new_objfile): Exclude debug files.
3210 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
3211 if UNTIL_NO_NEW,
3212
3213 2012-07-02 Doug Evans <dje@google.com>
3214
3215 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
3216 related to queue management.
3217
3218 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
3219 instead of "debug dwarf2-die" in debugging printfs.
3220 (create_debug_info_hash_table_reader): Ditto.
3221 (create_debug_info_hash_table): Ditto.
3222 (init_dwo_file): Ditto.
3223 (init_cutu_and_read_dies): Add debugging printf.
3224 (init_cutu_and_read_dies_no_follow): Ditto.
3225 (process_psymtab_comp_unit_reader): Ditto.
3226
3227 2012-07-02 Stan Shebs <stan@codesourcery.com>
3228
3229 Add target-side support for dynamic printf.
3230 * NEWS: Mention the additional style.
3231 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
3232 (struct bp_location): New field cmd_bytecode.
3233 * breakpoint.c: Include format.h.
3234 (disconnected_dprintf): New global.
3235 (parse_cmd_to_aexpr): New function.
3236 (build_target_command_list): New function.
3237 (insert_bp_location): Call it.
3238 (remove_breakpoints_pid): Skip dprintf breakpoints.
3239 (print_one_breakpoint_location): Ditto.
3240 (dprintf_style_agent): New global.
3241 (dprintf_style_enums): Add dprintf_style_agent.
3242 (update_dprintf_command_list): Add agent case.
3243 (agent_printf_command): New function.
3244 (_initialize_breakpoint): Add new commands.
3245 * common/ax.def (printf): New bytecode.
3246 * ax.h (ax_string): Declare.
3247 * ax-gdb.h (gen_printf): Declare.
3248 * ax-gdb.c: Include cli-utils.h, format.h.
3249 (gen_printf): New function.
3250 (maint_agent_print_command): New function.
3251 (_initialize_ax_gdb): Add maint agent-printf command.
3252 * ax-general.c (ax_string): New function.
3253 (ax_print): Add printf disassembly.
3254 * Makefile.in (SFILES): Add format.c
3255 (COMMON_OBS): Add format.o.
3256 * common/format.h: New file.
3257 * common/format.c: New file.
3258 * printcmd.c: Include format.h.
3259 (ui_printf): Call parse_format_string.
3260 * remote.c (remote_state): New field breakpoint_commands.
3261 (PACKET_BreakpointCommands): New enum.
3262 (remote_breakpoint_commands_feature): New function.
3263 (remote_protocol_features): Add new BreakpointCommands entry.
3264 (remote_can_run_breakpoint_commands): New function.
3265 (remote_add_target_side_commands): New function.
3266 (remote_insert_breakpoint): Call it.
3267 (remote_insert_hw_breakpoint): Ditto.
3268 (_initialize_remote): Add new packet configuration for
3269 target-side breakpoint commands.
3270 * target.h (struct target_ops): New field
3271 to_can_run_breakpoint_commands.
3272 (target_can_run_breakpoint_commands): New macro.
3273 * target.c (update_current_target): Handle
3274 to_can_run_breakpoint_commands.
3275
3276 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3277
3278 Execute -ix and -iex only after system and user gdbinit files.
3279 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
3280 processing down after gdbinit files.
3281
3282 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3283
3284 Add fnmatch-gnu module.
3285 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
3286 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
3287 * gnulib/aclocal.m4: Regenerate.
3288 * gnulib/config.in: Regenerate.
3289 * gnulib/configure: Regenerate.
3290 * gnulib/import/dummy.c: Remove.
3291 * gnulib/import/Makefile.am: Regenerate.
3292 * gnulib/import/Makefile.in: Likewise.
3293 * gnulib/import/m4/gnulib-cache.m4: Likewise.
3294 * gnulib/import/m4/gnulib-comp.m4: Likewise.
3295 * gnulib/import/alloca.c: New file.
3296 * gnulib/import/alloca.in.h: Likewise.
3297 * gnulib/import/config.charset: Likewise.
3298 * gnulib/import/fnmatch.c: Likewise.
3299 * gnulib/import/fnmatch.in.h: Likewise.
3300 * gnulib/import/fnmatch_loop.c: Likewise.
3301 * gnulib/import/localcharset.c: Likewise.
3302 * gnulib/import/localcharset.h: Likewise.
3303 * gnulib/import/m4/alloca.m4: Likewise.
3304 * gnulib/import/m4/codeset.m4: Likewise.
3305 * gnulib/import/m4/configmake.m4: Likewise.
3306 * gnulib/import/m4/fcntl-o.m4: Likewise.
3307 * gnulib/import/m4/fnmatch.m4: Likewise.
3308 * gnulib/import/m4/glibc21.m4: Likewise.
3309 * gnulib/import/m4/localcharset.m4: Likewise.
3310 * gnulib/import/m4/locale-fr.m4: Likewise.
3311 * gnulib/import/m4/locale-ja.m4: Likewise.
3312 * gnulib/import/m4/locale-zh.m4: Likewise.
3313 * gnulib/import/m4/mbrtowc.m4: Likewise.
3314 * gnulib/import/m4/mbsinit.m4: Likewise.
3315 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
3316 * gnulib/import/m4/mbstate_t.m4: Likewise.
3317 * gnulib/import/m4/stdbool.m4: Likewise.
3318 * gnulib/import/m4/wchar_h.m4: Likewise.
3319 * gnulib/import/m4/wctype_h.m4: Likewise.
3320 * gnulib/import/m4/wint_t.m4: Likewise.
3321 * gnulib/import/mbrtowc.c: Likewise.
3322 * gnulib/import/mbsinit.c: Likewise.
3323 * gnulib/import/mbsrtowcs-impl.h: Likewise.
3324 * gnulib/import/mbsrtowcs-state.c: Likewise.
3325 * gnulib/import/mbsrtowcs.c: Likewise.
3326 * gnulib/import/ref-add.sin: Likewise.
3327 * gnulib/import/ref-del.sin: Likewise.
3328 * gnulib/import/stdbool.in.h: Likewise.
3329 * gnulib/import/streq.h: Likewise.
3330 * gnulib/import/strnlen1.c: Likewise.
3331 * gnulib/import/strnlen1.h: Likewise.
3332 * gnulib/import/verify.h: Likewise.
3333 * gnulib/import/wchar.in.h: Likewise.
3334 * gnulib/import/wctype.in.h: Likewise.
3335
3336 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3337
3338 Support shell wildcards for 'set auto-load safe-path'.
3339 * auto-load.c: Include fnmatch.h.
3340 (filename_is_in_dir): Rename to ...
3341 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
3342 it. Update function comment. Rename dir_len to pattern_len. New
3343 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
3344 messages. Use gdb_filename_fnmatch.
3345 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
3346 pattern.
3347 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
3348 * defs.h (gdb_filename_fnmatch): New declaration.
3349 * utils.c: Include fnmatch.h.
3350 (gdb_filename_fnmatch): New function.
3351
3352 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
3353
3354 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
3355 `-probe' and `-probe-stap' options.
3356
3357 2012-07-01 Yao Qi <yao@codesourcery.com>
3358
3359 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
3360 always_inserted_off, and always_inserted_enums.
3361 Change always_inserted_mode's type to 'enum auto_boolean'.
3362 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
3363 callers.
3364 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
3365 of add_setshow_enum_cmd.
3366 * infrun.c: Remove can_use_displaced_stepping_auto,
3367 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
3368 can_use_displaced_stepping_enum.
3369 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
3370 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
3371 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
3372 add_setshow_enum_cmd.
3373
3374 2012-06-30 Doug Evans <dje@google.com>
3375
3376 * dwarf2read.c (signatured_type): Make "per_cu" member first.
3377 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
3378 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
3379
3380 2012-06-29 Doug Evans <dje@google.com>
3381
3382 * linespec.c: #include "stack.h".
3383 (decode_line_with_current_source): Moved here from symtab.c and
3384 renamed from decode_line_spec. All callers updated.
3385 (decode_line_with_last_displayed): Moved here from breakpoint.c and
3386 renamed from decode_line_spec_1. All callers updated.
3387 * linespec.h (decode_line_with_current_source): Move declaration here
3388 from symtab.h and renamed from decode_line_spec.
3389 (decode_line_with_last_displayed): Move declaration here from symtab.h
3390 and renamed from decode_line_spec_1.
3391 * macrocmd.c: #include "linespec.h".
3392 * symtab.c: Remove #include "linespec.h".
3393
3394 2012-06-28 Doug Evans <dje@google.com>
3395
3396 * dwarf2read.c (get_cu_length): New function.
3397 (offset_in_cu_p, error_check_comp_unit_head): Call it.
3398 (create_debug_types_hash_table): Ditto.
3399 (init_cutu_and_read_dies): Ditto.
3400 (init_cutu_and_read_dies_no_follow): Ditto.
3401
3402 * dwarf2read.c (dwarf2_find_base_address): Move definition.
3403
3404 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
3405 (struct abbrev_table): Define.
3406 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
3407 abbrev_table.
3408 (init_cutu_and_read_dies): Update.
3409 (abbrev_table_alloc_abbrev): New function. Replaces
3410 dwarf_alloc_abbrev. All callers updated.
3411 (abbrev_table_add_abbrev): New function.
3412 (abbrev_table_lookup_abbrev): New function. Replaces
3413 dwarf2_lookup_abbrev. All callers updated.
3414 (abbrev_table_read_table): New function. Contents moved here from
3415 dwarf2_read_abbrevs.
3416 (dwarf2_read_abbrevs): Call it.
3417 (abbrev_table_free): New function.
3418 (dwarf2_free_abbrev_table): Call it.
3419
3420 2012-06-28 Stan Shebs <stan@codesourcery.com>
3421
3422 * osdata.c (info_osdata_command): Filter out "Title" columns
3423 from non-MI uses.
3424 * common/linux-osdata.c (struct osdata_type): Add title field.
3425 (osdata_table): Add titles to each entry.
3426 (linux_command_xfer_osdata): Add a column for title data.
3427
3428 2012-06-28 Stan Shebs <stan@codesourcery.com>
3429
3430 Make logging work for MI.
3431 * NEWS: Mention it.
3432 * interps.h (interp_set_logging_ftype): New typedef.
3433 (struct interp_procs): New field set_logging_proc.
3434 (current_interp_set_logging): Declare.
3435 * interps.c (current_interp_set_logging): New function.
3436 * cli/cli-logging.c: Include interps.h.
3437 (set_logging_redirect): Call current_interp_set_logging.
3438 (pop_output_files): Ditto.
3439 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
3440 * mi/mi-console.h (mi_console_set_raw): Declare.
3441 * mi/mi-console.c (mi_console_set_raw): New function.
3442 * mi/mi-interp.c (saved_raw_stdout): New global.
3443 (mi_set_logging): New function.
3444 (_initialize_mi_interp): Add it to interp procs.
3445
3446 2012-06-28 Doug Evans <dje@google.com>
3447
3448 * symtab.c (lookup_symbol_aux_objfile): Use
3449 ALL_OBJFILE_PRIMARY_SYMTABS.
3450
3451 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
3452
3453 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3454
3455 * common/buffer.c: Include inttypes.h and stdint.h.
3456 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
3457
3458 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3459 Pedro Alves <palves@redhat.com>
3460
3461 * gdbthread.h (ALL_THREADS): New macro.
3462 (thread_list): Declare.
3463 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
3464 going, but instead fall through to the stepping handling.
3465 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
3466 the passed in signal. Adjust debug output.
3467 (resume_callback): Rename to ...
3468 (linux_nat_resume_callback): ... this. Pass the thread's last
3469 stop signal, if in "pass" state.
3470 (linux_nat_resume): Adjust to rename.
3471 (stop_wait_callback): New assertion. Don't respawn signals;
3472 instead let the LWP remain with SIGNALLED set.
3473 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
3474 * remote.c (append_pending_thread_resumptions): New.
3475 (remote_vcont_resume): Call it.
3476 * target.h (target_resume): Extend comment.
3477
3478 2012-06-28 Iain Sandoe <iain@codesourcery.com>
3479
3480 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
3481
3482 2012-06-27 Doug Evans <dje@google.com>
3483
3484 * dwarf2read.c (dwarf2_cu): Add ranges_base.
3485 Delete have_addr_base, unused. All uses updated.
3486 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
3487 (dwarf2_get_pc_bounds): Add ranges_base.
3488 (dwarf2_record_block_ranges): Ditto.
3489
3490 2012-06-27 Tom Tromey <tromey@redhat.com>
3491
3492 PR macros/7961:
3493 * varobj.c (varobj_create): Update.
3494 (varobj_set_value): Update.
3495 * tracepoint.c (validate_actionline): Update.
3496 (encode_actions_1): Update.
3497 * parse.c (parse_exp_1): Add 'pc' argument.
3498 (parse_exp_in_context): Add 'pc' argument. Change how
3499 expression_context_pc is set.
3500 (parse_expression): Update.
3501 (parse_field_expression): Update.
3502 * expression.h (parse_exp_1): Update.
3503 * eval.c (parse_to_comma_and_eval): Update.
3504 * breakpoint.c (set_breakpoint_condition): Update.
3505 (update_watchpoint): Update.
3506 (init_breakpoint_sal): Update
3507 (find_condition_and_thread): Update.
3508 (watch_command_1): Update.
3509 (update_breakpoint_locations): Update.
3510 * ada-lang.c (ada_read_renaming_var_value): Update.
3511 (create_excep_cond_exprs): Update.
3512
3513 2012-06-27 Doug Evans <dje@google.com>
3514
3515 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
3516 type units.
3517
3518 2012-06-26 Doug Evans <dje@google.com>
3519
3520 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
3521 prototype.
3522 (error_check_comp_unit_head): New arg abbrev_section. All callers
3523 updated.
3524 (read_and_check_comp_unit_head): Ditto.
3525 (read_and_check_type_unit_head): Ditto.
3526
3527 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3528
3529 New attribute 'last' for gdb.Symtab_and_line.
3530 * NEWS (Python Scripting): Add entry about the new attribute.
3531 * python/py-symtab.c (salpy_get_last): New function which
3532 implements the get method for the 'last' attribute of
3533 gdb.Symtab_and_line.
3534 (sal_object_getset): Add entry for the 'last' attribute.
3535
3536 2012-06-26 Doug Evans <dje@google.com>
3537
3538 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
3539 (dwo_sections): Add macinfo, macro.
3540 (dwarf2_locate_dwo_sections): Watch for macro sections.
3541 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
3542 All callers updated. Handle DWO files.
3543
3544 * NEWS: Mention new options "set debug dwarf2-read" and
3545 "set debug symtab-create".
3546 * dwarf2read.c (dwarf2_read_debug): New static global.
3547 (dwarf2_build_psymtabs_hard): Add debugging printfs.
3548 (process_queue): Ditto.
3549 (process_full_comp_unit): Ditto.
3550 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
3551 * elfread.c (elf_symfile_read): Add debugging printf.
3552 * minsyms.c (install_minimal_symbols): Ditto.
3553 * psymtab.c (allocate_psymtab): Ditto.
3554 * symfile.c (allocate_symtab): Ditto.
3555 * symtab.c (symtab_create_debug): New global.
3556 (_initialize_symtab): Add new option "set debug symtab-create".
3557 * symtab.h (symtab_create_debug): Declare.
3558
3559 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
3560 (lookup_dwo_type_unit): Ditto.
3561
3562 2012-06-26 Roland McGrath <roland@hack.frob.com>
3563 H.J. Lu <hongjiu.lu@intel.com>
3564
3565 * amd64-linux-nat.c: Include <sys/user.h>.
3566 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
3567 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
3568 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
3569
3570 * configure.ac: Check if the fs_base and gs_base members of
3571 `struct user_regs_struct' exist.
3572 * config.in: Regenerated.
3573 * configure: Likewise.
3574
3575 2012-06-25 Michael Eager <eager@eagercon.com>
3576
3577 PR python/14291
3578 * python/python.c (gdbpy_write): Check for interrupted output.
3579
3580 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
3581
3582 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
3583 register as a stack alignment in ARM mode.
3584
3585 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3586
3587 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
3588 * gnulib/config.in: Regenerate.
3589 * gnulib/configure: Likewise.
3590 * gnulib/import/m4/extensions.m4: Update it.
3591 * gnulib/import/m4/gnulib-common.m4: Likewise.
3592 * gnulib/import/m4/memmem.m4: Likewise.
3593 * gnulib/import/m4/mmap-anon.m4: Likewise.
3594 * gnulib/import/m4/multiarch.m4: Likewise.
3595 * gnulib/import/stdint.in.h: Likewise.
3596
3597 2012-06-24 Yao Qi <yao@codesourcery.com>
3598
3599 * corefile.c (write_memory_with_notification): New.
3600 * gdbcore.h: Declare write_memory_with_notification.
3601 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
3602 'observer_notify_memory_changed' with 'write_memory_with_notification'.
3603 * valops.c (value_assign): Likewise.
3604 * python/py-inferior.c (infpy_write_memory): Call
3605 'write_memory_with_notification'.
3606
3607 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3608
3609 * cc-with-index.sh: Use also -ex "set auto-load no".
3610
3611 2012-06-23 Doug Evans <dje@google.com>
3612
3613 PR 14125
3614 * NEWS: Document additions to .gdb_index.
3615 * dwarf2read.c: #include "gdb/gdb-index.h".
3616 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
3617 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
3618 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
3619 (dwarf2_read_index): Recognize version 7.
3620 (dw2_do_expand_symtabs_matching): New args want_specific_block,
3621 block_kind, domain): All callers updated.
3622 (dw2_find_symbol_file): Handle new index CU values.
3623 (dw2_expand_symtabs_matching): Match symbol kind if requested.
3624 (add_index_entry): New args is_static, kind. All callers updated.
3625 (offset_type_compare, uniquify_cu_indices): New functions
3626 (symbol_kind): New function.
3627 (write_psymtabs_to_index): Remove duplicate CU values.
3628 (write_psymtabs_to_index): Write .gdb_index version 7.
3629
3630 2012-06-22 Joel Brobecker <brobecker@adacore.com>
3631
3632 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
3633 * configure: Regenerate.
3634
3635 2012-06-20 Yao Qi <yao@codesourcery.com>
3636
3637 * python/py-inferior.c: Update comments of infpy_read_memory
3638 and infpy_write_memory.
3639
3640 2012-06-19 Tom Tromey <tromey@redhat.com>
3641
3642 PR exp/9514:
3643 * parser-defs.h (insert_type, insert_type_address_space): Declare.
3644 (push_type_address_space): Remove.
3645 * parse.c (insert_into_type_stack): New function.
3646 (insert_type): Likewise.
3647 (insert_type_address_space): Rename from push_type_address_space.
3648 Insert tp_space_identifier.
3649 * c-exp.y (ptr_operator): New production.
3650 (abs_decl): Use ptr_operator.
3651 (space_identifier): Call insert_type_address_space.
3652 (ptype): Don't use const_or_volatile_or_space_identifier.
3653 (const_or_volatile_noopt): Call insert_type.
3654 (conversion_type_id, conversion_declarator): New productions.
3655 (operator): Use conversion_type_id.
3656
3657 2012-06-18 Doug Evans <dje@google.com>
3658
3659 * symtab.h (minimal_symbol): New member created_by_gdb.
3660 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
3661 created by gdb.
3662 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
3663 (search_symbols): Call it instead of lookup_symbol.
3664 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
3665
3666 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
3667 Adjust address for DW_OP_GNU_addr_index.
3668 * dwarf2expr.h (dwarf_expr_context): Update comment.
3669 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
3670 all callers updated. Handle TLS vars described with
3671 DW_OP_GNU_const_index.
3672 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
3673 and DW_OP_GNU_const_index.
3674 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
3675
3676 * block.c (find_block_in_blockvector): Make explicit the fact that we
3677 ignore GLOBAL_BLOCK.
3678
3679 2012-06-18 Tom Tromey <tromey@redhat.com>
3680
3681 * c-exp.y (operator): Remove trailing space after "delete" and
3682 "delete[]".
3683
3684 2012-06-18 Mark Kettenis <kettenis@gnu.org>
3685 Jan Kratochvil <jan.kratochvil@redhat.com>
3686
3687 Switch i386 and derived targets to ON_STACK.
3688 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
3689 (amd64_dicos_init_abi): Remove its installment.
3690 * dicos-tdep.c (dicos_init_abi): Remove the
3691 set_gdbarch_call_dummy_location call. Update the comment here.
3692 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
3693 (i386_dicos_init_abi): Remove its installment.
3694 * i386-tdep.c (i386_push_dummy_code): New function.
3695 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
3696 i386_push_dummy_code.
3697
3698 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3699
3700 Remove stale dummy frames.
3701 * breakpoint.c: Include dummy-frame.h.
3702 (longjmp_breakpoint_ops): New variable.
3703 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
3704 bp_longjmp_call_dummy.
3705 (bpstat_what, bptype_string, print_one_breakpoint_location)
3706 (init_bp_location): Support bp_longjmp_call_dummy.
3707 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
3708 (set_longjmp_breakpoint_for_call_dummy)
3709 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
3710 functions.
3711 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
3712 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
3713 FIXME comment and extend the other comment for bp_call_dummy.
3714 (set_longjmp_breakpoint_for_call_dummy)
3715 (check_longjmp_breakpoint_for_call_dummy): New declarations.
3716 * dummy-frame.c: Include gdbthread.h.
3717 (pop_dummy_frame_bpt): New function.
3718 (pop_dummy_frame): Call pop_dummy_frame_bpt.
3719 (dummy_frame_discard): New function.
3720 (cleanup_dummy_frames): Update the comment about longjmps.
3721 * dummy-frame.h (dummy_frame_discard): New declaration.
3722 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
3723 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
3724 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
3725 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
3726 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
3727 keep_going if IS_LONGJMP and there is no other reason to stop.
3728
3729 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
3730
3731 * remote-sim.c (sim_command_completer): Initialize
3732 variable 'result'.
3733
3734 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3735
3736 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
3737 * dwarf2loc.c (call_site_parameter_matches): Support
3738 CALL_SITE_PARAMETER_PARAM_OFFSET.
3739 (needs_dwarf_reg_entry_value): Push stub value.
3740 * dwarf2read.c (read_call_site_scope): New variable origin. Support
3741 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
3742 * gdbtypes.h (enum call_site_parameter_kind): New item
3743 CALL_SITE_PARAMETER_PARAM_OFFSET.
3744 (struct call_site.parameter.u): New field param_offset.
3745
3746 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3747
3748 Code cleanup: Generalize call_site.parameter key.
3749 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
3750 variable dwarf_reg. New variable kind_u. Update parameters to
3751 push_dwarf_reg_entry_value.
3752 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3753 * dwarf2expr.h (enum call_site_parameter_kind)
3754 (union call_site_parameter_u): Forward declarations.
3755 (struct dwarf_expr_context_funcs): Update parameters and their
3756 description for push_dwarf_reg_entry_value.
3757 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3758 * dwarf2loc.c (call_site_parameter_matches): New function.
3759 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
3760 description. Use call_site_parameter_matches.
3761 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
3762 Update parameters and their description.
3763 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
3764 New variable kind_u. Adjust the caller for updated parameters.
3765 (needs_dwarf_reg_entry_value): Update parameters.
3766 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
3767 instead of attr. Update for the changed fields of struct
3768 call_site_parameter.
3769 * gdbtypes.h: Include dwarf2expr.h.
3770 (enum call_site_parameter_kind): New.
3771 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
3772 fb_offset into new union u.
3773
3774 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
3775
3776 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
3777 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
3778 for x32.
3779
3780 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
3781
3782 * amd64-linux-nat.c (compat_x32_clock_t): New.
3783 (compat_x32_siginfo_t): Likewise.
3784 (compat_x32_siginfo_from_siginfo): Likewise.
3785 (siginfo_from_compat_x32_siginfo): Likewise.
3786 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
3787 and siginfo_from_compat_x32_siginfo for x32.
3788
3789 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
3790
3791 * tracepoint.c (tfile_xfer_partial): Add a lseek.
3792
3793 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
3794
3795 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
3796 instead of gdbarch_ptr_bit.
3797 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
3798 (amd64_supply_native_gregset): Likewise.
3799 (amd64_collect_native_gregset): Likewise.
3800 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
3801 (amd64_supply_xsave): Likewise.
3802 (amd64_collect_fxsave): Likewise.
3803 (amd64_collect_xsave): Likewise.
3804
3805 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
3806
3807 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
3808 (amd64_linux_read_description): Check DS segment register for
3809 x32 process.
3810
3811 2012-06-15 Tom Tromey <tromey@redhat.com>
3812
3813 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
3814 init_cutu_and_read_dies.
3815
3816 2012-06-15 Iain Sandoe <iain@codesourcery.com>
3817
3818 * MAINTAINERS (Write After Approval): Add myself to the list.
3819
3820 2012-06-15 Tom Tromey <tromey@redhat.com>
3821
3822 * valops.c (value_find_oload_method_list): Now static.
3823 * value.h (value_find_oload_method_list): Don't declare.
3824
3825 2012-06-15 Tom Tromey <tromey@redhat.com>
3826
3827 * valops.c (find_overload_match): Use value_ind.
3828
3829 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
3830
3831 * infrun.c (handle_inferior_event): Correct indentation.
3832
3833 2012-06-14 Doug Evans <dje@google.com>
3834
3835 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
3836 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
3837 All uses updated.
3838 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
3839 updated. Handle DEBUG_LOC_START_LENGTH.
3840 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
3841 (loclist_describe_location): Ditto.
3842
3843 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
3844
3845 PR backtrace/13866
3846 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
3847 after hiding inline functions.
3848
3849 2012-06-13 Joel Brobecker <brobecker@adacore.com>
3850
3851 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
3852 _initialize_inf_ttrace.
3853
3854 2012-06-13 Joel Brobecker <brobecker@adacore.com>
3855
3856 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
3857 _initialize_hppa_hpux_nat.
3858
3859 2012-06-13 Joel Brobecker <brobecker@adacore.com>
3860
3861 * remote-sim.c (sim_command_completer): Change type of return
3862 value to "VEC (char_ptr) *". Adjust implementation accordingly.
3863
3864 2012-06-13 Mark Kettenis <kettenis@gnu.org>
3865 Jan Kratochvil <jan.kratochvil@redhat.com>
3866
3867 PR tdep/14222
3868 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
3869 stack on a 16-byte boundary.
3870
3871 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
3872
3873 * jit.c (finalize_symtab): Set function's return type to 'void' by
3874 default.
3875
3876 2012-06-13 Mark Kettenis <kettenis@gnu.org>
3877 H.J. Lu <hongjiu.lu@intel.com>
3878
3879 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
3880 Move bits common to both the classic LP64 and the new x32 ILP32
3881 ABI here.
3882 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
3883 (amd64_x32_linux_init_abi): New function.
3884 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
3885 subtype.
3886
3887 * i386-tdep.h (i386_pseudo_register_name): New prototype.
3888 * i386-tdep.c (i386_pseudo_register_name): Make public.
3889 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
3890 * amd64-tdep.c (amd64_dword_names): Add "eip".
3891 (amd64_x32_pseudo_register_type): New function
3892 (amd64_x32_init_abi): New function.
3893
3894 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3895
3896 PR build/14003
3897 * inferior.h (struct inferior_suspend_state): Comment out.
3898 (struct inferior): Comment out the field suspend.
3899 * infrun.c (struct infcall_suspend_state): Comment out the field
3900 inferior_suspend.
3901 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
3902 out its assignment.
3903
3904 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3905
3906 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
3907 * c-exp.y (classify_inner_name): Remove caller assumptions in the
3908 function comment. Return ERROR for unresolved cases. Implement
3909 returning proper NAME.
3910 (yylex): Accept also NAME from classify_inner_name.
3911 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
3912 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
3913 LOC_TYPEDEF type.
3914 * cp-support.h (cp_lookup_nested_type): Update its declaration.
3915
3916 2012-06-13 Tom Tromey <tromey@redhat.com>
3917
3918 * breakpoint.c (condition_completer): New function.
3919 (_initialize_breakpoint): Use it.
3920 * value.c (complete_internalvar): New function.
3921 * value.h (complete_internalvar): Declare.
3922
3923 2012-06-13 Tom Tromey <tromey@redhat.com>
3924
3925 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
3926 * breakpoint.c (catch_syscall_completer): Return a VEC.
3927 * cli/cli-cmds.c (complete_command): Update.
3928 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
3929 (complete_on_enum): Likewise.
3930 * command.h: Include gdb_vecs.h.
3931 (completer_ftype): Change return type.
3932 (complete_on_cmdlist, complete_on_enum): Likewise.
3933 * completer.c (noop_completer, filename_completer)
3934 (location_completer): Return a VEC.
3935 (add_struct_fields): Remove 'nextp' argument. Change 'output'
3936 to a VEC.
3937 (expression_completer, complete_line_internal, complete_line)
3938 (command_completer): Return a VEC.
3939 (gdb_completion_word_break_characters, line_completion_function):
3940 Update.
3941 * completer.h: Include gdb_vecs.h.
3942 (complete_line, noop_completer, filename_completer)
3943 (expression_completer, location_completer, command_completer):
3944 Update.
3945 * f-lang.c (f_word_break_characters): Return a VEC.
3946 * interps.c (interpreter_completer): Return a VEC.
3947 * language.h (struct language_defn)
3948 <la_make_symbol_completion_list>: Return a VEC.
3949 * python/py-cmd.c (cmdpy_completer): Return a VEC.
3950 * symtab.c (free_completion_list): Take a VEC.
3951 (return_val_size, return_val_index): Remove.
3952 (return_val): Now a VEC.
3953 (completion_list_add_name): Update.
3954 (default_make_symbol_completion_list_break_on)
3955 (default_make_symbol_completion_list, make_symbol_completion_list)
3956 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
3957 Return a VEC.
3958 (add_filename_to_list): Update.
3959 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
3960 <list>: Now a VEC.
3961 (maybe_add_partial_symtab_filename): Update.
3962 (make_source_files_completion_list): Return a VEC.
3963 * symtab.h (default_make_symbol_completion_list_break_on)
3964 (default_make_symbol_completion_list, make_symbol_completion_list)
3965 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
3966 (make_source_files_completion_list): Update.
3967
3968 2012-06-13 Tom Tromey <tromey@redhat.com>
3969
3970 * breakpoint.c (add_catch_command): Use completer_ftype.
3971 * breakpoint.h: Include command.h.
3972 (add_catch_command): Use completer_ftype.
3973 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
3974 * cli/cli-decode.h (struct cmd_list_element) <completer>:
3975 Use completer_ftype.
3976 * command.h (completer_ftype): New typedef.
3977 (set_cmd_completer): Use it.
3978 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
3979 completer_ftype.
3980
3981 2012-06-13 Pedro Alves <palves@redhat.com>
3982
3983 Partial revert of previous change.
3984
3985 * serial.c (scb_base): New global.
3986 (serial_for_fd): New.
3987 (serial_open, serial_fdopen_ops): Link new serial in open serials
3988 chain.
3989 (do_serial_close): Unlink serial from the open serials chain.
3990
3991 2012-06-12 Pedro Alves <palves@redhat.com>
3992
3993 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
3994 threads here.
3995 (prepare_for_detach): No longer context switch here in non-stop
3996 mode.
3997 (fetch_inferior_event): Ditto.
3998 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
3999 to the event thread before removing breakpoints. Switch to the
4000 event thread before inserting breakpoints and resuming.
4001 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
4002 event thread before resuming.
4003 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
4004 Switch to the event thread before removing breakpoints.
4005
4006 2012-06-12 Eli Zaretskii <eliz@gnu.org>
4007
4008 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
4009 special characters correctly for the Windows shells. See
4010 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
4011 report.
4012 [!__MINGW32__]: Remove extra double quote character from special
4013 characters.
4014
4015 2012-06-11 Stan Shebs <stan@codesourcery.com>
4016
4017 * ui-out.h: Remove #if 0 declarations.
4018 * ui-out.c: Remove #if 0 functions.
4019
4020 2012-06-11 Pedro Alves <palves@redhat.com>
4021
4022 * ser-base.c (run_async_handler_and_reschedule): New.
4023 (fd_event, push_event): Use it.
4024 * serial.c (serial_open, serial_fdopen_ops): Set the initial
4025 reference count to 1.
4026 (do_serial_close): Set the bufp field to NULL. Use serial_unref
4027 instead of xfree.
4028 (serial_is_open, serial_ref, serial_unref): New.
4029 * serial.h (serial_open): Adjust comment.
4030 (serial_is_open): Declare.
4031 (serial_close): Adjust comment.
4032 (serial_ref, serial_unref) Declare.
4033 (struct serial): New field 'refcnt'.
4034
4035 2012-06-11 Pedro Alves <palves@redhat.com>
4036
4037 Remove #if 0'd "connect" command, and unnecessary associated
4038 refcounting and serial reuse bits.
4039
4040 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
4041 * serial.c (last_serial_opened): Delete.
4042 (scb_base): Delete.
4043 (serial_open): Adjust.
4044 (serial_for_fd): Delete.
4045 (serial_fdopen_ops, do_serial_close): Adjust.
4046 (serial_fdopen_ops): Adjust.
4047
4048 2012-06-11 Pedro Alves <palves@redhat.com>
4049
4050 * serial.c (do_serial_close): Remove early return when SCB is
4051 null.
4052
4053 2012-06-11 Tom Tromey <tromey@redhat.com>
4054
4055 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
4056
4057 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4058
4059 Fix regression by the "ambiguous linespec" series.
4060 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
4061 get_last_displayed_symtab and get_last_displayed_line and depending
4062 on CURSAL.
4063
4064 2012-06-11 Tom Tromey <tromey@redhat.com>
4065
4066 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
4067 (dw2_find_symbol_file): Use it.
4068
4069 2012-06-11 Michael Eager <eager@eagercon.com>
4070
4071 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
4072 * mips-linux-tdep.h (mips_signals): New
4073
4074 2012-06-11 Tom Tromey <tromey@redhat.com>
4075
4076 * infrun.c (handle_inferior_event)
4077 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
4078 breakpoint.
4079 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
4080 exception logic in all cases. Update comments.
4081 (insert_longjmp_resume_breakpoint): Set the exception resume
4082 breakpoint.
4083
4084 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
4085
4086 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
4087
4088 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
4089
4090 * valarith.c (binop_types_user_defined_p): Fix a typo.
4091
4092 2012-06-08 Yao Qi <yao@codesourcery.com>
4093 Chung-Lin Tang <cltang@codesourcery.com>
4094
4095 * arch-utils.c (default_return_in_first_hidden_param_p): New.
4096 * arch-utils.h: Declare.
4097 * gdbarch.sh: Add return_in_first_hidden_param_p.
4098 * gdbarch.c, gdbarch.h: Regenerated.
4099 * infcall.c (call_function_by_hand): Call
4100 gdbarch_return_in_first_hidden_param_p instead of
4101 language_pass_by_reference.
4102
4103 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
4104 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
4105 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
4106 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
4107 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
4108 `cplus_return_struct_by_reference'.
4109 (tic6x_return_value): Handle language cplusplus.
4110 (tic6x_return_in_first_hidden_param_p): New.
4111 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
4112
4113 2012-06-07 Doug Evans <dje@google.com>
4114
4115 * dwarf2read.c (dwarf2_cu): Add comment.
4116
4117 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4118
4119 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
4120 variable.
4121 (mips_eabi_push_dummy_call): Likewise.
4122 (mips_n32n64_push_dummy_call): Likewise.
4123 (mips_o32_push_dummy_call): Likewise.
4124 (mips_o64_push_dummy_call): Likewise.
4125
4126 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4127
4128 * mips-tdep.c (mips_convert_register_p): Correct coding style.
4129
4130 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4131
4132 * mips-tdep.c (mips_pseudo_register_type): Use
4133 mips_float_register_p.
4134
4135 2012-06-06 Pedro Alves <palves@redhat.com>
4136
4137 * infrun.c (handle_inferior_event): Remove calls to
4138 reinit_frame_cache that follow a context_switch call.
4139
4140 2012-06-06 Pedro Alves <palves@redhat.com>
4141
4142 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
4143 context_switch and remove stale comment.
4144
4145 2012-06-06 Pedro Alves <palves@redhat.com>
4146
4147 * infrun.c (struct execution_control_state): Remove
4148 `new_thread_event' field.
4149 (handle_inferior_event): Simplify new threads handling; don't
4150 resume the inferior if we find a new thread.
4151
4152 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4153
4154 * NEWS: Document the deprecation of SH's 'regs' command.
4155 * inferior.h (all_registers_info): Add function declaration.
4156 * sh-tdep.c (sh_show_regs): Remove variable.
4157 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
4158 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
4159 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
4160 (sh_show_regs_command): Remove functions.
4161 (sh_gdbarch_init): Don't set sh_show_regs.
4162 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
4163 'info all-registers'.
4164 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
4165 (sh64_show_regs): Remove functions.
4166 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
4167
4168 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4169
4170 * configure.ac: Move development=true below AC_INIT.
4171 * configure: Regenerate.
4172
4173 2012-06-05 Stan Shebs <stan@codesourcery.com>
4174
4175 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
4176 gdb_stdout.
4177
4178 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
4179
4180 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
4181 argument as ssize_t.
4182 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
4183 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
4184 * target.c (target_read_stack, target_write_memory)
4185 (target_write_raw_memory): Likewise.
4186 * target.h (target_read_stack, target_write_memory)
4187 (target_write_raw_memory): Likewise.
4188
4189 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4190
4191 * symfile-mem.c: Change gdb_static_assert to ssize_t.
4192 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
4193 * target.c (target_read_memory): Change LEN to ssize_t.
4194 * target.h (target_read_memory): Change LEN to ssize_t.
4195
4196 2012-06-05 Pedro Alves <palves@redhat.com>
4197
4198 PR backtrace/13866
4199
4200 * breakpoint.c (until_break_command): Only fetch the selected
4201 frame after decode_line_1.
4202
4203 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4204
4205 * solib-svr4.c (enable_break): Don't fallback to setting the solib
4206 event breakpoint at _start, __start or main if a program
4207 interpreter is not found.
4208
4209 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4210
4211 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
4212 Add declaration.
4213 * windows-tdep.c: #include "objfiles.h".
4214 (windows_iterate_over_objfiles_in_search_order): New function.
4215 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
4216 iterate_over_objfiles_in_search_order gdbarch method to
4217 windows_iterate_over_objfiles_in_search_order.
4218 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
4219
4220 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4221
4222 * gdbarch.sh: Add generation of
4223 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
4224 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
4225 (iterate_over_objfiles_in_search_order): New gdbarch method.
4226 * gdbarch.h, gdbarch.c: Regenerate.
4227 * objfiles.h (default_iterate_over_objfiles_in_search_order):
4228 Add declaration.
4229 * objfiles.c (default_iterate_over_objfiles_in_search_order):
4230 New function.
4231 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4232 out of lookup_symbol_aux_symtabs.
4233 (lookup_symbol_aux_symtabs): Replace extracted-out code by
4234 call to lookup_symbol_aux_objfile.
4235 (struct global_sym_lookup_data): New type.
4236 (lookup_symbol_global_iterator_cb): New function.
4237 (lookup_symbol_global): Search for symbol using
4238 gdbarch_iterate_over_objfiles_in_search_order and
4239 lookup_symbol_global_iterator_cb.
4240 * findvar.c (struct minsym_lookup_data): New type.
4241 (minsym_lookup_iterator_cb): New function.
4242 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
4243 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
4244 and minsym_lookup_iterator_cb.
4245
4246 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4247
4248 Revert the following patch:
4249 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4250 try locating the symbol in the symbol's own objfile first, before
4251 extending the search to all objfiles.
4252 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4253 out of lookup_symbol_aux_symtabs.
4254 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4255 Replace extracted-out code by call to lookup_symbol_aux_objfile.
4256 Do not search EXCLUDE_OBJFILE.
4257 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
4258 (lookup_symbol_global): Search for matches in the block's objfile
4259 first, before searching all other objfiles.
4260
4261 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4262
4263 * breakpoint.c (find_condition_and_thread): Stop parsing
4264 as soon as the first invalid keyword is found.
4265
4266 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4267
4268 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
4269
4270 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4271
4272 * config/djgpp/djcheck.sh: Add copyright header.
4273
4274 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4275
4276 * copyright.py (update_files, main): Fix path to update-copyright
4277 script.
4278
4279 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4280
4281 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
4282 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
4283 for which a reminder to update by hand is printed.
4284
4285 2012-06-04 Doug Evans <dje@google.com>
4286
4287 * buildsym.c (make_blockvector): Add comment.
4288
4289 2012-06-04 Pedro Alves <palves@redhat.com>
4290
4291 * arch-utils.c (default_gdb_signal_from_target): Delete.
4292 * arch-utils.h (default_gdb_signal_from_target): Delete.
4293 * corelow.c (core_open) <signal mapping>: Extended comment. Check
4294 gdbarch_gdb_signal_from_target_p.
4295 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
4296 predicate).
4297 * gdbarch.h: Regenerate.
4298 * gdbarch.c: Regenerate.
4299
4300 2012-06-04 Pedro Alves <palves@redhat.com>
4301
4302 * gdbarch.sh (gdb_signal_from_target): Mention that the
4303 implementation of the method must be host independent.
4304 * gdbarch.h: Regenerate.
4305
4306 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4307
4308 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
4309 parameters.
4310 (target_read_memory_bfd): New function.
4311 (symbol_file_add_from_memory): Use it.
4312
4313 2012-06-03 Doug Evans <dje@google.com>
4314
4315 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
4316 of primary symtab.
4317 (basic_lookup_transparent_type): Ditto.
4318
4319 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
4320 (ALL_PRIMARY_SYMTABS): Use it.
4321 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
4322 * dwarf2read.c (dw2_find_symbol_file): Ditto.
4323 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
4324 * symtab.c (lookup_symbol_aux_objfile): Ditto.
4325 (basic_lookup_transparent_type): Ditto.
4326
4327 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
4328
4329 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
4330 it to optimize resolution of demangled name.
4331
4332 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4333
4334 * configure.ac (development): Define new variable.
4335 Call AC_CHECK_LIB for mcheck if $development.
4336 (ERROR_ON_WARNING): Enable it by default only if $development.
4337 * config.in: Regenerate.
4338 * configure: Regenerate.
4339
4340 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
4341
4342 * target.c (target_read_memory): Make LEN argument as size_t.
4343 * target.h (target_read_memory): Likewise.
4344
4345 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4346
4347 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
4348
4349 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
4350
4351 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
4352 BookE interface for PowerPC server processors if not available
4353 in the Linux Kernel.
4354
4355 2012-05-31 Keith Seitz <keiths@redhat.com>
4356
4357 * linespec.c (decode_objc): Add cleanup to free
4358 INFO.FILE_SYMTABS.
4359 (find_linespec_symbols): Add cleanup to free CLASSES.
4360 * symfile.c (find_separate_debug_file_by_debuglink): Add
4361 cleanup to free DEBUGLINK.
4362 * ui-out.c (clear_header_list): No need to check if
4363 HEADER_NEXT.COLHDR is NULL.
4364 Free HEADER_NEXT.COL_NAME.
4365
4366 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4367
4368 * ada-lang.c (standard_lookup): Prevent uninitialized variable
4369 warning.
4370
4371 2012-05-30 Jeff Kenton <jkenton@tilera.com>
4372
4373 * configure.host (gdb_host_cpu): Handle tilegx*.
4374 (gdb_host): Handle tilegx-*-linux*.
4375 * tilegx-linux-nat.c: New file.
4376 * config/tilegx/linux.mh: New file.
4377
4378 2012-05-30 Jeff Kenton <jkenton@tilera.com>
4379
4380 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
4381 tilegx-linux-tdep.o.
4382 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
4383 tilegx-linux-tdep.c.
4384 * configure.tgt: Handle tilegx-*-linux*.
4385 * tilegx-tdep.h: New file.
4386 * tilegx-tdep.c: New file.
4387 * tilegx-linux-tdep.c: New file.
4388 * regformats/reg-tilegx.dat: New file.
4389
4390 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
4391
4392 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
4393 accounting of hw watchpoints on ppc.
4394
4395 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4396
4397 * source.c (openp): Expand tilde in path entries.
4398
4399 2012-05-29 Doug Evans <dje@google.com>
4400
4401 * buildsym.c (block_compar): Fix comment.
4402 (end_symtab): Fix and clarify some comments.
4403
4404 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
4405 cleanup_undefined_types.
4406 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
4407 All callers updated.
4408
4409 2012-05-29 Tom Tromey <tromey@redhat.com>
4410
4411 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
4412 fails.
4413 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
4414 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
4415 fails.
4416 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
4417 fails.
4418
4419 2012-05-29 Tristan Gingold <gingold@adacore.com>
4420
4421 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
4422 (struct darwin_info): ... New struct.
4423 (solib_darwin_pspace_data): New variable.
4424 (darwin_pspace_data_cleanup): New function.
4425 (get_darwin_info): Likewise.
4426 (darwin_dyld_version_ok, darwin_load_image_infos)
4427 (darwin_solib_get_all_image_info_addr_at_init)
4428 (darwin_solib_read_all_image_info_addr): Add info argument.
4429 Adjust code.
4430 (darwin_current_sos): Use per pspace structure.
4431 (darwin_solib_create_inferior_hook): Likewise.
4432 (darwin_clear_solib): Likewise.
4433 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
4434
4435 2012-05-28 Pedro Alves <palves@redhat.com>
4436
4437 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
4438 block that uses them. Clear ecss before handling each event.
4439
4440 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4441
4442 * solib-svr4.c (svr4_current_sos): New comment on
4443 svr4_current_sos_via_xfer_libraries fall back.
4444
4445 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4446
4447 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
4448 it as a fallback for TYPE_IS_OPAQUE.
4449 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
4450 symbols for lookup_symbol.
4451
4452 2012-05-24 John Steele Scott <toojays@toojays.net>
4453
4454 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
4455 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
4456 (producer_is_gxx_lt_4_6): Move the checking and caching to...
4457 (check_producer): ... this new function, which also checks for ICC
4458 and caches the result.
4459 (producer_is_icc): New function.
4460 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
4461 producer was ICC.
4462
4463 2012-05-24 Pedro Alves <palves@redhat.com>
4464
4465 PR gdb/7205
4466
4467 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
4468 (default_gdb_signal_to_target): ... this. Add comment.
4469 (default_gdb_signal_from_host): Rename to ...
4470 (default_gdb_signal_from_target): ... this. Add comment.
4471 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
4472 (default_gdb_signal_to_target): ... this.
4473 (default_gdb_signal_from_host): Rename to ...
4474 (default_gdb_signal_from_target): ... this.
4475 * corelow.c (core_open): Adjust to naming change. Replace comment.
4476 * gdbarch.sh (gdb_signal_from_host): Rename to ...
4477 (gdb_signal_from_target): ... this. Adjust to
4478 default_gdb_signal_from_host naming change. Extend comment.
4479 (gdb_signal_to_host): Rename to ...
4480 (gdb_signal_to_target): ... this. Adjust to
4481 default_gdb_signal_to_host naming change.
4482 * gdbarch.h, gdbarch.c: Renegerate.
4483
4484 2012-05-24 Pedro Alves <palves@redhat.com>
4485
4486 PR gdb/7205
4487
4488 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
4489
4490 2012-05-24 Pedro Alves <palves@redhat.com>
4491
4492 PR gdb/7205
4493
4494 Replace target_signal with gdb_signal throughout.
4495
4496 2012-05-24 Pedro Alves <palves@redhat.com>
4497
4498 PR tui/14159
4499
4500 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
4501 string, instead of reusing the va_list argument.
4502
4503 2012-05-24 Tom Tromey <tromey@redhat.com>
4504
4505 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
4506 Remove.
4507
4508 2012-05-23 Doug Evans <dje@google.com>
4509
4510 * symtab.c (search_symbols): Formatting fixes.
4511 (print_symbol_info): Formatting fixes.
4512
4513 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
4514 int64_t change to leb128 API.
4515 (read_encoded_value, decode_frame_entry_1): Ditto.
4516 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
4517 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
4518 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4519 (execute_stack_op): Ditto.
4520 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
4521 (safe_read_uleb128, safe_read_sleb128): Ditto.
4522 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
4523 (dwarf2_compile_expr_to_ax): Ditto.
4524 (locexpr_describe_location_piece): Ditto.
4525 (disassemble_dwarf_expression): Ditto.
4526 (locexpr_describe_location_1): Ditto.
4527
4528 2012-05-23 Stan Shebs <stan@codesourcery.com>
4529 Kwok Cheung Yeung <kcy@codesourcery.com>
4530
4531 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
4532 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
4533 (mi-cmd-info.o): New rule.
4534 * osdata.h (info_osdata_command): New declaration.
4535 * osdata.c (info_osdata_command): Change to non-static.
4536 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
4537 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
4538 * mi/mi-cmd-info.c: New file.
4539
4540 2012-05-23 Doug Evans <dje@google.com>
4541
4542 * symtab.c (search_symbols): Pass NULL for file_matcher to
4543 expand_symtabs_matching if there are no files to match.
4544
4545 * gdbtypes.c (lookup_typename): Simplify.
4546
4547 2012-05-23 Pedro Alves <palves@redhat.com>
4548
4549 * arch-utils.h (default_target_signal_to_host): Delete.
4550 * arch-utils.c (default_target_signal_to_host): Delete.
4551 * gdbarch.sh (target_signal_to_host): Remove.
4552 * gdbarch.h, gdbarch.c: Regenerate.
4553
4554 2012-05-22 Doug Evans <dje@google.com>
4555
4556 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
4557 "const gdb_byte *".
4558 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
4559 (execute_cfa_program): Update to match API of leb128 functions.
4560 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
4561 "const gdb_byte *".
4562 (read_unsigned_leb128, read_signed_leb128): Delete.
4563 (read_initial_length): Change type of buf argument to
4564 "const gdb_byte *".
4565 (read_encoded_value): Update to match API of leb128 functions.
4566 (decode_frame_entry): Change result to "const gdb_byte *", and
4567 similarly for "start" parameter.
4568 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
4569 (dwarf2_build_frame_info): Change local frame_ptr to
4570 "const gdb_byte *".
4571 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
4572 read_uleb128, read_sleb128. All callers updated.
4573 (safe_skip_leb128): New function.
4574 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
4575 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
4576 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
4577 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
4578 read_uleb128, read_sleb128.
4579 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4580 (execute_stack_op): Update to match API of leb128 functions.
4581 * dwarf2expr.h: #include "leb128.h".
4582 (read_uleb128, read_sleb128): Delete.
4583 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
4584 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
4585 * dwarf2loc.c (debug_loc_kind): New enum.
4586 (decode_debug_loc_addresses): New function.
4587 (decode_debug_loc_dwo_addresses): New function.
4588 (dwarf2_find_location_expression): Rewrite.
4589 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
4590 (locexpr_describe_location_piece): Ditto.
4591 (disassemble_dwarf_expression): Ditto.
4592 (locexpr_describe_location_1): Ditto.
4593 (loclist_describe_location): Rewrite.
4594 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
4595 * dwarf2read.c (die_reader_specs): New member "buffer_end".
4596 (dwarf2_section_buffer_overflow_complaint): Renamed from
4597 dwarf2_macros_too_long_complaint. All callers updated.
4598 (skip_leb128): Delete.
4599 (init_cu_die_reader): Initialize reader->buffer_end.
4600 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
4601 (skip_form_bytes): New arg buffer_end. All callers updated.
4602 Replace call to skip_leb128 with gdb_skip_leb128.
4603 (skip_unknown_opcode): New arg mac_end. All callers updated.
4604 (fill_in_loclist_baton): Initialize baton->from_dwo.
4605
4606 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4607
4608 * mips-linux-nat.c (mips_linux_read_description): Use a more
4609 verbose error message.
4610
4611 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4612
4613 * NEWS: Add MIPS/Linux DSP support.
4614 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
4615 (SIGCONTEXT_DSPCTL): New macro.
4616 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
4617 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
4618 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
4619 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
4620 (N64_SIGCONTEXT_HI3): Likewise.
4621 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
4622 (N64_SIGCONTEXT_LO3): Likewise.
4623 (N64_SIGCONTEXT_DSPCTL): Likewise.
4624 (N64_SIGCONTEXT_FPCSR): Clarify definition.
4625 (mips_linux_o32_sigframe_init): Handle DSP registers.
4626 (mips_linux_n32n64_sigframe_init): Likewise.
4627
4628 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
4629
4630 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
4631 call to abort.
4632
4633 2012-05-22 Pedro Alves <palves@redhat.com>
4634
4635 * target.h (store_waitstatus): Move declaration ...
4636 * inf-child.h (store_waitstatus): ... here.
4637 * target.c: Move inclusion of gdb_wait.h, and ...
4638 (store_waitstatus): ... this ...
4639 * inf-child.c: ... here.
4640 * linux-nat.c: Include inf-child.h.
4641 * rs6000-nat.c: Include inf-child.h.
4642 * spu-linux-nat.c: Include inf-child.h.
4643
4644 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
4645
4646 * tracepoint.c (start_tracing): Add missing i18n markup.
4647 (stop_tracing, set_trace_user): Ditto.
4648 (set_trace_notes, set_trace_stop_notes): Ditto.
4649
4650 2012-05-21 Tom Tromey <tromey@redhat.com>
4651
4652 PR c++/7173:
4653 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
4654 types.
4655 * value.h (value_cast_pointers): Update.
4656 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
4657 (value_cast): Update.
4658 (update_search_result): New function.
4659 (do_search_struct_field): New, from search_struct_field. Check
4660 for ambiguous results.
4661 (search_struct_field): Rewrite.
4662 * infcall.c (value_arg_coerce): Update.
4663 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
4664 value_cast_pointers.
4665 * ada-lang.c (ada_convert_actual): Update.
4666
4667 2012-05-21 Tom Tromey <tromey@redhat.com>
4668
4669 * macroexp.c (macro_stringify): Terminate the string.
4670
4671 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4672
4673 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
4674 Describe it.
4675 * auto-load.c (auto_load_expand_dir_vars): New function.
4676 (auto_load_safe_path_vec_update): Use it, remove the
4677 substitute_path_component call thanks to it.
4678 (auto_load_objfile_script): Remove the debug_file_directory processing.
4679 Use auto_load_expand_dir_vars, remove the substitute_path_component
4680 call thanks to it.
4681 * configure: Regenerate.
4682 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
4683 path. Escape $ also for $debugdir.
4684 (--with_auto_load_safe_path): Escape $ also for $debugdir.
4685 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
4686
4687 2012-05-20 Doug Evans <dje@google.com>
4688
4689 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
4690 before use. Check for symtab->includes == NULL before scanning it.
4691
4692 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4693
4694 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
4695
4696 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4697
4698 * NEWS: Add microMIPS support and "set mips compression",
4699 "show mips compression" commands.
4700 * mips-tdep.h (mips_isa): New enum.
4701 (gdbarch_tdep): Add mips_isa.
4702 (mips_pc_is_mips16): Update prototype.
4703 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
4704 * mips-tdep.c (mips_compression_mips16): New variable.
4705 (mips_compression_micromips): Likewise.
4706 (mips_compression_strings): Likewise.
4707 (mips_compression_string): Likewise.
4708 (is_mips16_isa, is_micromips_isa): New functions.
4709 (is_mips16_addr): Rename to...
4710 (is_compact_addr): ... this.
4711 (unmake_mips16_addr): Likewise to...
4712 (unmake_compact_addr): ... this.
4713 (make_mips16_addr): Likewise to...
4714 (make_compact_addr): ... this.
4715 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
4716 functions.
4717 (mips_elf_make_msymbol_special): Handle microMIPS code.
4718 (msymbol_is_special): Rename to...
4719 (msymbol_is_mips16): ... this.
4720 (mips_make_symbol_special, mips_pc_is_mips16): Update
4721 accordingly.
4722 (msymbol_is_mips, msymbol_is_micromips): New functions.
4723 (mips16_to_32_reg): Rename to...
4724 (mips_reg3_to_reg): ... this.
4725 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
4726 (mips_pc_isa): Likewise.
4727 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
4728 code.
4729 (mips_fetch_instruction): Pass return status instead of printing
4730 an error message if requested. Handle microMIPS code. Bail out
4731 on an invalid ISA.
4732 (micromips_op): New macro.
4733 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
4734 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
4735 (b6s4_op, b7s3_reg): Likewise.
4736 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
4737 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
4738 (mips_insn_size): New function.
4739 (mips32_next_pc): Update mips_fetch_instruction call.
4740 (micromips_relative_offset7): New function.
4741 (micromips_relative_offset10): Likewise.
4742 (micromips_relative_offset16): Likewise.
4743 (micromips_pc_insn_size): Likewise.
4744 (micromips_bc1_pc): Likewise.
4745 (micromips_next_pc): Likewise.
4746 (unpack_mips16): Update mips_fetch_instruction call.
4747 (extended_mips16_next_pc): Update according to change to
4748 mips16_to_32_reg.
4749 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
4750 code.
4751 (mips16_scan_prologue): Update mips_fetch_instruction call.
4752 Update according to change to mips16_to_32_reg.
4753 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
4754 (mips_insn16_frame_base_sniffer): Likewise.
4755 (micromips_decode_imm9): New function.
4756 (micromips_scan_prologue): Likewise.
4757 (mips_micro_frame_cache): Likewise.
4758 (mips_micro_frame_this_id): Likewise.
4759 (mips_micro_frame_prev_register): Likewise.
4760 (mips_micro_frame_sniffer): Likewise.
4761 (mips_micro_frame_unwind): New variable.
4762 (mips_micro_frame_base_address): New function.
4763 (mips_micro_frame_base): New variable.
4764 (mips_micro_frame_base_sniffer): New function.
4765 (mips32_scan_prologue): Update mips_fetch_instruction call.
4766 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
4767 rather than for MIPS16.
4768 (mips_insn32_frame_base_sniffer): Likewise.
4769 (mips_addr_bits_remove): Handle microMIPS code.
4770 (deal_with_atomic_sequence): Rename to...
4771 (mips_deal_with_atomic_sequence): ... this. Update the type
4772 of the variable used to hold an instruction. Remove the ISA bit
4773 check. Update mips_fetch_instruction call.
4774 (micromips_deal_with_atomic_sequence): New function.
4775 (deal_with_atomic_sequence): Likewise.
4776 (mips_about_to_return): Handle microMIPS code. Update
4777 mips_fetch_instruction call.
4778 (heuristic_proc_start): Check for the standard MIPS ISA rather
4779 than for MIPS16. Update mips_pc_is_mips16 and
4780 mips_fetch_instruction calls. Handle microMIPS code.
4781 (mips_push_dummy_code): Handle microMIPS code.
4782 (mips_eabi_push_dummy_call): Likewise.
4783 (mips_o32_return_value): Update mips_pc_is_mips16 call.
4784 (mips_o64_push_dummy_call): Handle microMIPS code.
4785 (mips_o64_return_value): Update mips_pc_is_mips16 call.
4786 (is_delayed): Remove function.
4787 (mips_single_step_through_delay): Replace the call to is_delayed
4788 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
4789 Handle microMIPS code.
4790 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
4791 microMIPS code.
4792 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
4793 call.
4794 (micromips_in_function_epilogue_p): New function.
4795 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
4796 call.
4797 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
4798 Handle microMIPS.
4799 (gdb_print_insn_mips): Likewise.
4800 (mips_breakpoint_from_pc): Likewise.
4801 (mips_remote_breakpoint_from_pc): New function.
4802 (mips32_instruction_has_delay_slot): Simplify making use of the
4803 updated mips_fetch_instruction interface.
4804 (micromips_instruction_has_delay_slot): New function.
4805 (mips16_instruction_has_delay_slot): Simplify making use of the
4806 updated mips_fetch_instruction interface.
4807 (mips_adjust_breakpoint_address): Check for the standard MIPS
4808 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
4809 calls. Handle microMIPS code.
4810 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
4811 (mips_skip_trampoline_code): Handle microMIPS code.
4812 (global_mips_compression): New function.
4813 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
4814 file flags. Register the microMIPS remote breakpoint handler
4815 and heuristic frame unwinder.
4816 (show_mips_compression): New function.
4817 (_initialize_mips_tdep): Add the "set mips compression" and
4818 "show mips compression" commands.
4819
4820 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
4821
4822 * ada-lang.c:
4823 * ada-tasks.c:
4824 * ada-varobj.c:
4825 * amd64-darwin-tdep.c:
4826 * arm-symbian-tdep.c:
4827 * arm-tdep.c:
4828 * avr-tdep.c:
4829 * ax-gdb.c:
4830 * bfin-linux-tdep.c:
4831 * breakpoint.c:
4832 * c-valprint.c:
4833 * cli/cli-cmds.c:
4834 * coffread.c:
4835 * cp-support.c:
4836 * cris-tdep.c:
4837 * dwarf2-frame-tailcall.c:
4838 * dwarf2-frame.c:
4839 * dwarf2expr.c:
4840 * dwarf2loc.c:
4841 * dwarf2read.c:
4842 * elfread.c:
4843 * eval.c:
4844 * expprint.c:
4845 * f-valprint.c:
4846 * frv-tdep.c:
4847 * h8300-tdep.c:
4848 * hppa-hpux-tdep.c:
4849 * hppa-tdep.c:
4850 * hppanbsd-tdep.c:
4851 * i386-nto-tdep.c:
4852 * i386-tdep.c:
4853 * i387-tdep.c:
4854 * ia64-tdep.c:
4855 * jit.c:
4856 * linespec.c:
4857 * linux-tdep.c:
4858 * lm32-tdep.c:
4859 * m2-valprint.c:
4860 * m32c-tdep.c:
4861 * m32r-rom.c:
4862 * m32r-tdep.c:
4863 * m68k-tdep.c:
4864 * m68klinux-tdep.c:
4865 * mi/mi-main.c:
4866 * microblaze-tdep.c:
4867 * mips-linux-tdep.c:
4868 * mips-tdep.c:
4869 * mn10300-tdep.c:
4870 * p-valprint.c:
4871 * parse.c:
4872 * ppc-linux-tdep.c:
4873 * ppc-sysv-tdep.c:
4874 * printcmd.c:
4875 * python/py-finishbreakpoint.c:
4876 * python/py-inferior.c:
4877 * python/py-infthread.c:
4878 * python/py-type.c:
4879 * python/python.c:
4880 * remote-fileio.c:
4881 * remote-m32r-sdi.c:
4882 * remote-mips.c:
4883 * reverse.c:
4884 * rl78-tdep.c:
4885 * rs6000-aix-tdep.c:
4886 * rs6000-tdep.c:
4887 * s390-tdep.c:
4888 * score-tdep.c:
4889 * sh64-tdep.c:
4890 * skip.c:
4891 * solib-darwin.c:
4892 * solib-dsbt.c:
4893 * solib-frv.c:
4894 * sparc-tdep.c:
4895 * spu-multiarch.c:
4896 * spu-tdep.c:
4897 * stack.c:
4898 * symfile.c:
4899 * symtab.c:
4900 * tic6x-tdep.c:
4901 * tracepoint.c:
4902 * v850-tdep.c:
4903 * valarith.c:
4904 * valprint.c:
4905 * value.c:
4906 * xcoffread.c:
4907 * xtensa-tdep.c:
4908 * ada-lang.c:
4909 * ada-tasks.c:
4910 * ada-varobj.c:
4911 * amd64-darwin-tdep.c:
4912 * arm-symbian-tdep.c:
4913 * arm-tdep.c: Delete unused variables.
4914
4915 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4916
4917 Rename $ddir to $datadir.
4918 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
4919 * auto-load.c (auto_load_safe_path_vec_update)
4920 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
4921 * configure: Regenerate.
4922 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
4923 Likewise. Remove the 'use $ddir' help string.
4924
4925 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4926
4927 * auto-load.c (show_auto_load_safe_path): Accept any combination of
4928 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
4929
4930 2012-05-18 Tom Tromey <tromey@redhat.com>
4931
4932 PR exp/13907:
4933 * valprint.h (struct value_print_options) <symbol_print>: New
4934 field.
4935 * valprint.c (user_print_options): Add default for symbol_print.
4936 (show_symbol_print): New function.
4937 (generic_val_print): Respect symbol_print.
4938 (_initialize_valprint): Add "print symbol" setting.
4939 * f-valprint.c (f_val_print): Respect symbol_print.
4940 * c-valprint.c (c_val_print): Respect symbol_print.
4941 * NEWS: Update.
4942 * printcmd.c (print_address_symbolic): Return int. Ignore some
4943 zero-size symbols.
4944 (print_address_demangle): Return int.
4945 * defs.h: (print_address_symbolic): Return int.
4946 * value.h (print_address_demangle): Return int.
4947
4948 2012-05-18 Tom Tromey <tromey@redhat.com>
4949
4950 * valprint.c (val_print_string): Don't print leading space.
4951 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
4952 print space before string or vtbl.
4953 * m2-valprint.c (print_unpacked_pointer): Optionally print space
4954 before string.
4955 * jv-valprint.c (java_value_print): Print space before string.
4956 * go-valprint.c (print_go_string): Print space before string.
4957 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
4958 space before string.
4959 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
4960 space before string or vtbl.
4961 * auxv.c (fprint_target_auxv): Print space after address.
4962
4963 2012-05-18 Tom Tromey <tromey@redhat.com>
4964
4965 * printcmd.c (print_address_demangle): Remove special case for 0.
4966
4967 2012-05-18 Tom Tromey <tromey@redhat.com>
4968
4969 * printcmd.c (print_address_demangle): Add 'opts' argument.
4970 * p-valprint.c (pascal_val_print): Update.
4971 * jv-valprint.c (java_val_print): Update.
4972 * value.h: Update.
4973 * valprint.c (generic_val_print): Update.
4974 (print_function_pointer_address): Add 'options' argument. Remove
4975 'addressprint' argument. Update.
4976 * m2-valprint.c (print_unpacked_pointer): Update.
4977 * gnu-v3-abi.c (print_one_vtable): Update.
4978 (gnuv3_print_method_ptr): Update.
4979 * f-valprint.c (f_val_print): Update.
4980 * cp-valprint.c (cp_print_value_fields): Update.
4981 * valprint.h (print_function_pointer_address): Update.
4982 * c-valprint.c (c_val_print): Update.
4983
4984 2012-05-18 Tom Tromey <tromey@redhat.com>
4985
4986 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
4987 directly corresponding to the found psymtab.
4988 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
4989 (dw2_find_pc_sect_symtab): Use it.
4990 * block.h (blockvector_contains_pc): Declare.
4991 * block.c (find_block_in_blockvector): New function.
4992 (blockvector_for_pc_sect): Use it.
4993 (blockvector_contains_pc): New function.
4994
4995 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4996
4997 * mips-tdep.h (mips_write_pc): New prototype.
4998 * mips-tdep.c (mips_write_pc): Make external, add description.
4999 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
5000 add description.
5001
5002 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5003
5004 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
5005 mips_regnum->pc.
5006 (mips_unwind_pc, mips_write_pc): Likewise.
5007 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
5008 gdbarch_read_pc.
5009
5010 2012-05-17 Joel Brobecker <brobecker@adacore.com>
5011
5012 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
5013 proc_warn, proc_error, proc_get_status, proc_flags,
5014 proc_why, proc_what, proc_nsysarg, proc_sysargs,
5015 proc_set_run_on_last_close, proc_unset_run_on_last_close,
5016 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
5017 proc_stop_process, proc_wait_for_stop, proc_run_process,
5018 proc_set_traced_signals, proc_set_traced_faults,
5019 proc_set_traced_sysentry, proc_set_traced_sysexit,
5020 proc_set_held_signals, proc_get_held_signals,
5021 proc_get_traced_signals, proc_get_traced_faults,
5022 proc_get_traced_sysentry, proc_get_traced_sysexit,
5023 proc_clear_current_fault, proc_set_current_signal,
5024 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
5025 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
5026 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
5027 proc_get_current_thread, proc_get_current_thread,
5028 proc_get_current_thread, proc_update_threads,
5029 proc_update_threads, proc_update_threads, proc_update_threads,
5030 proc_iterate_over_threads, procfs_find_new_threads,
5031 procfs_pid_to_str): Make static. Remove advance declaration.
5032 (proc_cursig): Make static. Conditionalized defintion on
5033 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
5034 (proc_syscall, proc_set_kill_on_last_close,
5035 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
5036 proc_get_pending_signals, proc_get_signal_actions,
5037 proc_trace_signal, proc_ignore_signal): Delete.
5038
5039 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
5040
5041 * coffread.c (cs_section_address): Passing proper argument for
5042 `bfd_get_section_vma'.
5043 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
5044 `bfd_get_section_flags'.
5045 * remote.c (remote_trace_set_readonly_regions): Likewise, for
5046 `bfd_get_section_vma'.
5047
5048 2012-05-16 Tom Tromey <tromey@redhat.com>
5049
5050 PR macros/13205:
5051 * macrotab.h: (macro_define_special): Declare.
5052 (enum macro_special_kind): New.
5053 (struct macro_definition) <argc, replacement>: Update comments.
5054 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
5055 (macro_define_object_internal): New function.
5056 (macro_define_object): Use it.
5057 (macro_define_special): New function.
5058 (fixup_definition): New function.
5059 (macro_lookup_definition, foreach_macro_in_scope)
5060 (foreach_macro): Use fixup_definition.
5061 * macroexp.h (macro_stringify): Declare.
5062 * macroexp.c (free_buffer_return_text): New function.
5063 (stringify): Constify "arg".
5064 (macro_stringify): New function.
5065 * dwarf2read.c (macro_start_file): Call macro_define_special.
5066
5067 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
5068 Maciej W. Rozycki <macro@mips.com>
5069
5070 * breakpoint.h (bp_location): Add related_address member.
5071 * inferior.h (get_return_value): Take a pointer to struct value
5072 instead of struct type for the function requested.
5073 * value.h (using_struct_return): Likewise.
5074 * gdbarch.sh (return_value): Take a pointer to struct value
5075 instead of struct type for the function requested.
5076 * breakpoint.c (set_breakpoint_location_function): Initialize
5077 related_address for bp_gnu_ifunc_resolver breakpoints.
5078 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
5079 requested function's address to gdbarch_return_value.
5080 * eval.c (evaluate_subexp_standard): Pass the requested
5081 function's address to using_struct_return.
5082 * infcall.c (call_function_by_hand): Pass the requested
5083 function's address to using_struct_return and
5084 gdbarch_return_value.
5085 * infcmd.c (get_return_value): Take a pointer to struct value
5086 instead of struct type for the function requested.
5087 (print_return_value): Update accordingly.
5088 (finish_command_continuation): Likewise.
5089 * stack.c (return_command): Pass the requested function's
5090 address to using_struct_return and gdbarch_return_value.
5091 * value.c (using_struct_return): Take a pointer to struct value
5092 instead of struct type for the function requested. Pass the
5093 requested function's address to gdbarch_return_value.
5094 * python/py-finishbreakpoint.c (finish_breakpoint_object):
5095 New function_value member, replacing function_type.
5096 (bpfinishpy_dealloc): Update accordingly.
5097 (bpfinishpy_pre_stop_hook): Likewise.
5098 (bpfinishpy_init): Likewise. Record the requested function's
5099 address.
5100 * mips-tdep.c (mips_fval_reg): New enum.
5101 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
5102 words put in GP registers.
5103 (mips_o64_push_dummy_call): Update a comment.
5104 (mips_o32_return_value): Take a pointer to struct value instead
5105 of struct type for the function requested and use it to check if
5106 using the MIPS16 calling convention. Return the designated
5107 general purpose registers for floating-point values returned in
5108 MIPS16 mode.
5109 (mips_o64_return_value): Likewise.
5110 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
5111 (ppc_sysv_abi_broken_return_value): Likewise.
5112 (ppc64_sysv_abi_return_value): Likewise.
5113 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
5114 value instead of struct type for the function requested.
5115 * amd64-tdep.c (amd64_return_value): Likewise.
5116 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
5117 * arm-tdep.c (arm_return_value): Likewise.
5118 * avr-tdep.c (avr_return_value): Likewise.
5119 * bfin-tdep.c (bfin_return_value): Likewise.
5120 * cris-tdep.c (cris_return_value): Likewise.
5121 * frv-tdep.c (frv_return_value): Likewise.
5122 * h8300-tdep.c (h8300_return_value): Likewise.
5123 (h8300h_return_value): Likewise.
5124 * hppa-tdep.c (hppa32_return_value): Likewise.
5125 (hppa64_return_value): Likewise.
5126 * i386-tdep.c (i386_return_value): Likewise.
5127 * ia64-tdep.c (ia64_return_value): Likewise.
5128 * iq2000-tdep.c (iq2000_return_value): Likewise.
5129 * lm32-tdep.c (lm32_return_value): Likewise.
5130 * m32c-tdep.c (m32c_return_value): Likewise.
5131 * m32r-tdep.c (m32r_return_value): Likewise.
5132 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
5133 * m68k-tdep.c (m68k_return_value): Likewise.
5134 (m68k_svr4_return_value): Likewise.
5135 * m88k-tdep.c (m88k_return_value): Likewise.
5136 * mep-tdep.c (mep_return_value): Likewise.
5137 * microblaze-tdep.c (microblaze_return_value): Likewise.
5138 * mn10300-tdep.c (mn10300_return_value): Likewise.
5139 * moxie-tdep.c (moxie_return_value): Likewise.
5140 * mt-tdep.c (mt_return_value): Likewise.
5141 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
5142 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
5143 (ppc_sysv_abi_broken_return_value): Likewise.
5144 (ppc64_sysv_abi_return_value): Likewise.
5145 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
5146 * rl78-tdep.c (rl78_return_value): Likewise.
5147 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
5148 * rx-tdep.c (rx_return_value): Likewise.
5149 * s390-tdep.c (s390_return_value): Likewise.
5150 * score-tdep.c (score_return_value): Likewise.
5151 * sh-tdep.c (sh_return_value_nofpu): Likewise.
5152 (sh_return_value_fpu): Likewise.
5153 * sh64-tdep.c (sh64_return_value): Likewise.
5154 * sparc-tdep.c (sparc32_return_value): Likewise.
5155 * sparc64-tdep.c (sparc64_return_value): Likewise.
5156 * spu-tdep.c (spu_return_value): Likewise.
5157 * tic6x-tdep.c (tic6x_return_value): Likewise.
5158 * v850-tdep.c (v850_return_value): Likewise.
5159 * vax-tdep.c (vax_return_value): Likewise.
5160 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
5161 * xtensa-tdep.c (xtensa_return_value): Likewise.
5162 * gdbarch.c: Regenerate.
5163 * gdbarch.h: Regenerate.
5164
5165 2012-05-15 Tom Tromey <tromey@redhat.com>
5166
5167 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
5168
5169 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5170
5171 * breakpoint.c (init_breakpoint_sal): Add quotes around part
5172 of command in two error message.
5173
5174 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5175
5176 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
5177
5178 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5179
5180 * breakpoint.c (find_condition_and_thread): Minor reformatting.
5181
5182 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5183
5184 * NEWS (show auto-load scripts-directory): Add forgotten command.
5185
5186 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5187
5188 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
5189 parameters.
5190
5191 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
5192
5193 * amd64-tdep.c: Include features/i386/x32.c and
5194 features/i386/x32-avx.c.
5195 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
5196 initialize_tdesc_x32_avx.
5197
5198 2012-05-14 Stan Shebs <stan@codesourcery.com>
5199
5200 Add dynamic printf.
5201 * breakpoint.h (enum bptype): New type bp_dprintf.
5202 (struct breakpoint): New field extra_string.
5203 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
5204 (create_breakpoint): Add extra_string arg.
5205 * breakpoint.c (dprintf_breakpoint_ops): New.
5206 (is_breakpoint): Add bp_dprintf.
5207 (bpstat_what): Add dprintf case.
5208 (bptype_string): Ditto.
5209 (print_one_breakpoint_location): Ditto.
5210 (init_bp_location): Ditto.
5211 (bkpt_print_mention): Ditto.
5212 (dprintf_style_enums): New array.
5213 (dprintf_style): New global.
5214 (dprintf_function): New global.
5215 (dprintf_channel): New global.
5216 (update_dprintf_command_list): New function.
5217 (update_dprintf_commands): New function.
5218 (init_breakpoint_sal): Add extra_string argument, handle it.
5219 (create_breakpoint_sal): Add extra_string argument.
5220 (create_breakpoints_sal): Add extra_string argument, update callers.
5221 (find_condition_and_thread): Add extra argument.
5222 (create_breakpoint): Add extra_string argument, record it.
5223 (dprintf_command): New function.
5224 (break_command_1): Add arg to create_breakpoint call.
5225 (handle_gnu_v3_exceptions): Ditto.
5226 (trace_command): Ditto.
5227 (ftrace_command): Ditto.
5228 (strace_command): Ditto.
5229 (bkpt_print_mention): Add dprintf case.
5230 (create_breakpoint_sal_default): Add extra_string argument.
5231 (_initialize_breakpoint): Add new commands.
5232 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
5233 * python/py-breakpoint.c (bppy_init): Ditto.
5234 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
5235
5236 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
5237
5238 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
5239
5240 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
5241
5242 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
5243 unsigned long long.
5244
5245 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
5246
5247 Add a new function gdb.find_pc_line to the Python API.
5248 * NEWS (Python Scripting): Add entry about the new function.
5249 * python/python.c (gdbpy_find_pc_line): New function which
5250 implements gdb.find_pc_line.
5251 (GdbMethods): Add entry for the new function.
5252
5253 2012-05-12 Pedro Alves <palves@redhat.com>
5254
5255 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
5256 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
5257
5258 2012-05-12 Eli Zaretskii <eliz@gnu.org>
5259
5260 * inferior.c: Include completer.h
5261 (initialize_inferiors): Set completer of add-inferior to
5262 filename_completer.
5263
5264 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5265
5266 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
5267 gdbarch_ptr_bit for x32 core dump.
5268
5269 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5270
5271 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
5272 and features/i386/x32-avx-linux.c.
5273
5274 2012-05-11 Stan Shebs <stan@codesourcery.com>
5275 Kwok Cheung Yeung <kcy@codesourcery.com>
5276
5277 * NEWS: Describe new info os commands.
5278 * common/linux-osdata.c (PID_T, TIME_T): Define.
5279 (MAX_PID_T_STRLEN): New.
5280 (linux_common_core_of_thread): Add comment. Change to use PID_T and
5281 MAX_PID_T_STRLEN.
5282 (command_from_pid): Add comment. Change to use PID_T.
5283 (commandline_from_pid): Change to use PID_T.
5284 (user_from_pid): Add comment.
5285 (get_process_owner): Add comment. Change to use PID_T and
5286 MAX_PID_T_STRLEN.
5287 (get_number_of_cpu_cores): Add comment.
5288 (get_cores_used_by_process): Add comment. Change to use PID_T and
5289 MAX_PID_T_STRLEN.
5290 (linux_xfer_osdata_processes): Change to use PID_T and
5291 MAX_PID_T_STRLEN.
5292 (compare_processes): New function.
5293 (linux_xfer_osdata_processgroups): New function.
5294 (linux_xfer_osdata_threads): Change to use PID_T.
5295 (linux_xfer_osdata_fds): New function.
5296 (format_socket_state, print_sockets): New functions.
5297 (union socket_addr): New union.
5298 (linux_xfer_osdata_isockets): New function.
5299 (time_from_time_t, group_from_gid): New functions.
5300 (linux_xfer_osdata_shm): New function.
5301 (linux_xfer_osdata_sem): New function.
5302 (linux_xfer_osdata_msg): New function.
5303 (linux_xfer_osdata_modules): New function.
5304 (osdata_table): Add new entries.
5305 * common/buffer.c (buffer_xml_printf): Add support for long and
5306 long long format specifiers.
5307
5308 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5309
5310 * amd64-linux-tdep.h (tdesc_x32_linux): New.
5311 (tdesc_x32_avx_linux): Likewise.
5312
5313 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5314
5315 Implement multi-component --with-auto-load-dir.
5316 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
5317 entries.
5318 (--with-auto-load-safe-path): Update the default value description.
5319 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
5320 New.
5321 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
5322 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
5323 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
5324 (_initialize_auto_load): Initialize also auto_load_dir. Install new
5325 "set auto-load scripts-directory".
5326 * config.in: Regenerate.
5327 * configure: Regenerate.
5328 * configure.ac (--with-auto-load-dir): New configure option.
5329 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
5330
5331 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5332
5333 Provide $ddir substitution for --with-auto-load-safe-path.
5334 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
5335 entries.
5336 * auto-load.c: Include observer.h.
5337 (auto_load_safe_path_vec_update): Call substitute_path_component for
5338 each component. New variable ddir_subst.
5339 (auto_load_gdb_datadir_changed): New function.
5340 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5341 AUTO_LOAD_SAFE_PATH. New comment.
5342 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5343 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
5344 * config.in: Regenerate.
5345 * configure: Regenerate.
5346 * configure.ac (--auto-load-safe-path): Rename
5347 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
5348 GDB_DATADIR/auto-load.
5349 * defs.h (substitute_path_component): New declaration.
5350 * top.c: Include observer.h.
5351 (set_gdb_datadir): New function.
5352 (init_main): Install it for "set data-directory".
5353 * utils.c (substitute_path_component): New function.
5354
5355 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5356
5357 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
5358 * auto-load.c (auto_load_objfile_script): Remove check for NULL
5359 DEBUG_FILE_DIRECTORY. Handle multiple components of
5360 DEBUG_FILE_DIRECTORY.
5361
5362 2012-05-10 Tom Tromey <tromey@redhat.com>
5363
5364 * dwarf2read.c (recursively_write_psymbols): New function.
5365 (write_psymtabs_to_index): Use it.
5366
5367 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
5368 field.
5369 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
5370 (load_partial_comp_unit): Update.
5371 (queue_comp_unit): Add argument 'pretend_language'.
5372 (process_queue): Update.
5373 (psymtab_to_symtab_1): Skip dependencies that have a user.
5374 (load_partial_comp_unit_reader): Give meaning to the 'data'
5375 argument.
5376 (load_full_comp_unit): Add 'pretend_language' argument.
5377 (process_full_comp_unit): Add 'pretend_language' argument. Set
5378 language on CU.
5379 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
5380 Update.
5381 (maybe_queue_comp_unit): Add 'pretend_language' argument.
5382 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
5383 Update.
5384 (prepare_one_comp_unit): Add 'pretend_language' argument.
5385
5386 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
5387 (struct dwarf2_per_objfile) <just_read_cus>: New field.
5388 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
5389 (dw2_do_instantiate_symtab): Check whether symtab was read in
5390 before queueing.
5391 (dw2_instantiate_symtab): Add assertion. Call
5392 process_cu_includes.
5393 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
5394 (partial_symtab_p): New typedef.
5395 (set_partial_user): New function.
5396 (dwarf2_build_psymtabs_hard): Use set_partial_user.
5397 (scan_partial_symbols): Add imported CU to imported_symtabs.
5398 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
5399 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
5400 (get_symtab, recursively_compute_inclusions)
5401 (compute_symtab_includes, process_cu_includes)
5402 (process_imported_unit_die): New functions.
5403 (process_die) <DW_TAG_imported_unit>: New case.
5404 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
5405
5406 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
5407 comment.
5408 (struct partial_die_info) <locdesc>: Remove.
5409 <d>: New field.
5410 (process_psymtab_comp_unit): Add 'read_partial' argument.
5411 Update.
5412 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
5413 (scan_partial_symbols): Handle DW_TAG_imported_unit.
5414 (add_partial_symbol): Update.
5415 (process_die): Handle DW_TAG_partial_unit.
5416 (read_file_scope): Update comment.
5417 (load_partial_dies): Handle DW_TAG_imported_unit.
5418 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
5419 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
5420
5421 2012-05-10 Tom Tromey <tromey@redhat.com>
5422
5423 * cc-with-dwz.sh: New file.
5424
5425 2012-05-10 Tom Tromey <tromey@redhat.com>
5426
5427 * symtab.h (struct symtab) <includes, user>: New fields.
5428 * block.h (struct block_iterator) <d, idx, which>: New fields.
5429 * block.c (initialize_block_iterator, find_iterator_symtab)
5430 (block_iterator_step, block_iter_name_step)
5431 (block_iter_match_step): New functions.
5432 (block_iterator_first, block_iterator_next)
5433 (block_iter_name_first, block_iter_name_next)
5434 (block_iter_match_first, block_iter_match_next): Rewrite.
5435 (get_block_symtab): New function.
5436
5437 2012-05-10 Tom Tromey <tromey@redhat.com>
5438
5439 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
5440 set_block_symtab.
5441 * jit.c (finalize_symtab): Use allocate_global_block,
5442 set_block_symtab.
5443 * buildsym.c (finish_block_internal): New function, from old
5444 finish_block.
5445 (finish_block): Rewrite.
5446 (end_symtab): Use finish_block_internal, set_block_symtab.
5447 * block.h (struct global_block): New.
5448 (allocate_global_block, set_block_symtab): Declare.
5449 * block.c (allocate_global_block, set_block_symtab): New
5450 functions.
5451
5452 2012-05-10 Tom Tromey <tromey@redhat.com>
5453
5454 * psymtab.c (partial_map_expand_apply): Add assertion.
5455 (partial_map_symtabs_matching_filename): Skip included psymtabs.
5456 (psymtab_to_symtab): Find unshared psymtab.
5457 (dump_psymtab): Print including psymtabs.
5458 (recursively_search_psymtabs): New function.
5459 (expand_symtabs_matching_via_partial): Use it.
5460 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
5461 fields.
5462 (enum psymtab_search_status): New.
5463
5464 2012-05-10 Tom Tromey <tromey@redhat.com>
5465
5466 * tracepoint.c (scope_info): Update.
5467 * symtab.c (lookup_block_symbol, iterate_over_symbols)
5468 (find_pc_sect_symtab, search_symbols)
5469 (default_make_symbol_completion_list_break_on)
5470 (make_file_symbol_completion_list): Update.
5471 * symmisc.c (dump_symtab_1): Update.
5472 * stack.c (print_frame_args, iterate_over_block_locals)
5473 (print_frame_labels, iterate_over_block_arg_vars): Update.
5474 * python/py-block.c (block_object) <dict>: Remove.
5475 <block>: New field.
5476 <iter>: Change type.
5477 (blpy_iter): Update.
5478 (blpy_block_syms_iternext): Update.
5479 * psymtab.c (map_block): Use block iterators.
5480 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
5481 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
5482 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
5483 * infrun.c (check_exception_resume): Update.
5484 * cp-support.c (make_symbol_overload_list_block): Update.
5485 * coffread.c (patch_opaque_types): Update.
5486 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
5487 * block.h (struct block_iterator): New.
5488 (block_iterator_first, block_iterator_next, block_iter_name_first)
5489 (block_iter_name_next, block_iter_match_first)
5490 (block_iter_match_next): Declare.
5491 (ALL_BLOCK_SYMBOLS): Redefine.
5492 * block.c (block_iterator_first, block_iterator_next)
5493 (block_iter_name_first, block_iter_name_next)
5494 (block_iter_match_first, block_iter_match_next): New functions.
5495 * ada-lang.c (ada_add_block_symbols)
5496 (ada_make_symbol_completion_list): Use block iterator.
5497
5498 2012-05-10 Tom Tromey <tromey@redhat.com>
5499
5500 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
5501 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
5502 (lookup_partial_symbol, find_last_source_symtab_from_partial)
5503 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
5504 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
5505 Update.
5506
5507 2012-05-10 Joel Brobecker <brobecker@adacore.com>
5508
5509 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
5510 print-file-var-lib2.c, print-file-var-main.c and
5511 print-file-var.exp (located in gdb/testsuite/gdb.base).
5512
5513 2012-05-10 Joel Brobecker <brobecker@adacore.com>
5514
5515 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5516 try locating the symbol in the symbol's own objfile first, before
5517 extending the search to all objfiles.
5518 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5519 out of lookup_symbol_aux_symtabs.
5520 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5521 Replace extracted-out code by call to lookup_symbol_aux_objfile.
5522 Do not search EXCLUDE_OBJFILE.
5523 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5524 (lookup_symbol_global): Search for matches in the block's objfile
5525 first, before searching all other objfiles.
5526
5527 2012-05-10 Tristan Gingold <gingold@adacore.com>
5528
5529 * printcmd.c (set_command): Add pre/post inc/dec.
5530
5531 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
5532
5533 * gdb.1: Document -ex option.
5534
5535 2012-05-09 Joel Brobecker <brobecker@adacore.com>
5536
5537 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
5538 * inferior.h (AT_SYMBOL): Delete.
5539
5540 2012-05-09 Joel Brobecker <brobecker@adacore.com>
5541
5542 * mips-tdep.c (mips_push_dummy_code): New function.
5543 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
5544 ON_STACK and install mips_push_dummy_code as our gdbarch
5545 push_dummy_code routine.
5546
5547 2012-05-09 Pedro Alves <palves@redhat.com>
5548
5549 * target.c (set_maintenance_target_async_permitted): Rename to ...
5550 (set_target_async_command): ... this.
5551 (show_maintenance_target_async_permitted): Rename to ...
5552 (show_target_async_command): ... this.
5553 (initialize_targets): Adjust.
5554
5555 2012-05-08 Doug Evans <dje@google.com>
5556
5557 * go-exp.y (classify_name): Add missing assignment of fields of
5558 yylval.ssym.
5559
5560 2012-05-08 Eli Zaretskii <eliz@gnu.org>
5561
5562 Display the ">" prompt in interactive mode while reading canned
5563 commands, even when the current interpreter is MI.
5564
5565 * interps.c (interp_set_temp): New function.
5566
5567 * interps.h (interp_set_temp): Add prototype.
5568
5569 * cli/cli-script.c (restore_interp): New cleanup function.
5570 (read_command_lines): Temporarily override the current interpreter
5571 with CLI and arrange for restoring the original one.
5572
5573 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
5574
5575 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
5576
5577 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
5578
5579 * probe.c (parse_probes): Move conditional to check for
5580 debuginfo files from here...
5581 * stap-probe.c (stap_get_probes): ... to here.
5582
5583 2012-05-07 Mark Kettenis <kettenis@gnu.org>
5584 H.J. Lu <hongjiu.lu@intel.com>
5585
5586 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
5587 `movl %esp, %ebp' for the X32 ABI.
5588
5589 2012-05-07 Tom Tromey <tromey@redhat.com>
5590
5591 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
5592 get_DW_TAG_name.
5593 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
5594 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
5595 (dwarf_stack_op_name): Remove.
5596 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
5597 (decode_locdesc): Use get_DW_OP_name.
5598 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
5599 (dwarf2_compile_expr_to_ax): Likewise.
5600 (disassemble_dwarf_expression): Likewise.
5601 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
5602
5603 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
5604
5605 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
5606 (sh_linux_sigtramp_cache): New function.
5607 (sh_linux_sigreturn_init): New function.
5608 (sh_linux_rt_sigreturn_init): New function.
5609 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
5610 patterns.
5611 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
5612 syscall codes.
5613 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
5614 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
5615 (sh_linux_init_abi): Add init calls to register new tramp_frame
5616 definitions under 32-bit SH, update comments.
5617
5618 2012-05-07 Pedro Alves <palves@redhat.com>
5619
5620 PR gdb/10952
5621
5622 * amd64-linux-tdep.c: Include glibc-tdep.h.
5623 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
5624 gdbarch_skip_solib_resolver callback.
5625
5626 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5627
5628 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
5629 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
5630 (show_auto_load_safe_path): Check any-directory by comparison with "/".
5631 (add_auto_load_safe_path): Change the error message.
5632 (_initialize_auto_load): Change the "safe-path" help text.
5633 * configure: Regenerate
5634 * configure.ac (--without-auto-load-safe-path): Set
5635 WITH_AUTO_LOAD_SAFE_PATH to /.
5636
5637 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
5638
5639 * stap-probe.h: Do not include unecessary `probe.h'.
5640
5641 2012-05-05 Alan Modra <amodra@gmail.com>
5642
5643 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
5644 bfd_und_section_ptr.
5645 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
5646 and bfd_com_section_ptr.
5647
5648 2012-05-04 Joel Brobecker <brobecker@adacore.com>
5649
5650 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
5651
5652 2012-05-04 Joel Brobecker <brobecker@adacore.com>
5653
5654 * windows-nat.h (segment_register_p_ftype): New typedef.
5655 (windows_set_segment_register_p): Add declaration.
5656 * windows-nat.c (segment_register_p): New static global.
5657 (windows_set_segment_register_p): New function.
5658 (do_windows_fetch_inferior_registers): Add special handling
5659 for segment registers.
5660 * amd64-windows-nat.c: #include "amd64-tdep.h".
5661 (amd64_windows_segment_register_p): New function.
5662 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
5663 * i386-windows-nat.c: #include "i386-tdep.h".
5664 (i386_windows_segment_register_p): New function.
5665 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
5666
5667 2012-05-04 Tristan Gingold <gingold@adacore.com>
5668
5669 * printcmd.c (set_command): Emit a warning if the expression is not
5670 an assignment.
5671
5672 2012-05-03 Joel Brobecker <brobecker@adacore.com>
5673
5674 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
5675 Make static.
5676
5677 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
5678
5679 * stap-probe.c (stap_is_operator): Change declaration.
5680 (stap_get_opcode): Change return value.
5681 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
5682 `stap_parse_argument_1'.
5683
5684 2012-05-03 Pedro Alves <pedro@codesourcery.com>
5685
5686 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
5687 debug log.
5688
5689 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
5690
5691 Add two new methods global_block and static_block to gdb.Symtab
5692 objects.
5693 * NEWS (Python scripting): Add entry about the new methods.
5694 * python/py-symtab.c (stpy_global_block): New function which
5695 implements the gdb.Symtab.global_block() method.
5696 (stpy_static_block): New function which implements the
5697 gdb.Symtab.static_block() method.
5698 (symtab_object_methods): Add entries for the two new methods.
5699
5700 2012-05-03 Doug Evans <dje@google.com>
5701
5702 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
5703 files.
5704
5705 2012-05-03 Yao Qi <yao@codesourcery.com>
5706
5707 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
5708 space.
5709 (i386_process_record): Ditto.
5710
5711 2012-05-02 Joel Brobecker <brobecker@adacore.com>
5712
5713 * infcall.c (unwind_on_signal_p): Make static.
5714
5715 2012-05-02 Joel Brobecker <brobecker@adacore.com>
5716
5717 * sol-thread.c (solaris_pid_to_str): Make static.
5718 (_initialize_sol_thread): Add prototype.
5719
5720 2012-05-02 Joel Brobecker <brobecker@adacore.com>
5721
5722 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
5723
5724 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
5725
5726 * MAINTAINERS: Remove myself.
5727
5728 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5729
5730 Fix --without-auto-load-safe-path for MS-Windows host platform.
5731 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
5732
5733 2012-05-02 Eli Zaretskii <eliz@gnu.org>
5734
5735 * gdb_curses.h: Undefine KEY_EVENT before including curses
5736 headers. Move "#undef MOUSE_MOVED" before any curses header
5737 inclusion.
5738
5739 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
5740
5741 * features/i386/i386-mmx-linux.c: Regenerate.
5742 * features/rs6000/powerpc-32.c: Likewise.
5743 * features/rs6000/powerpc-32l.c: Likewise.
5744 * features/rs6000/powerpc-403.c: Likewise.
5745 * features/rs6000/powerpc-403gc.c: Likewise.
5746 * features/rs6000/powerpc-405.c: Likewise.
5747 * features/rs6000/powerpc-505.c: Likewise.
5748 * features/rs6000/powerpc-601.c: Likewise.
5749 * features/rs6000/powerpc-602.c: Likewise.
5750 * features/rs6000/powerpc-603.c: Likewise.
5751 * features/rs6000/powerpc-604.c: Likewise.
5752 * features/rs6000/powerpc-64.c: Likewise.
5753 * features/rs6000/powerpc-64l.c: Likewise.
5754 * features/rs6000/powerpc-750.c: Likewise.
5755 * features/rs6000/powerpc-860.c: Likewise.
5756 * features/rs6000/powerpc-e500.c: Likewise.
5757 * features/rs6000/powerpc-e500l.c: Likewise.
5758 * features/rs6000/powerpc-isa205-32l.c: Likewise.
5759 * features/rs6000/powerpc-isa205-64l.c: Likewise.
5760 * features/rs6000/rs6000.c: Likewise.
5761
5762 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
5763
5764 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
5765 variable.
5766 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
5767 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
5768 (stap_parse_argument) <e>: Likewise.
5769 (handle_stap_probe) <byte_order>: Likewise.
5770
5771 2012-04-30 Doug Evans <dje@google.com>
5772
5773 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
5774 init_and_read_dies_worker. All callers updated.
5775 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
5776 replaced with init_cutu_and_read_dies.
5777 (load_partial_comp_unit): Pass 1 for use_existing_cu.
5778 (find_partial_die): Remove FIXME. Don't free current CU.
5779
5780 2012-04-30 Sterling Augustine <saugustine@google.com>
5781
5782 * contrib: New directory.
5783 * contrib/test_pubnames_and_indexes.py: New file.
5784
5785 2012-04-30 Doug Evans <dje@google.com>
5786
5787 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
5788 All callers updated.
5789 (init_cu_die_reader): Verify the section is non-empty.
5790 (dwarf_decode_line_header): Don't dereference section->asection
5791 until we know the section is present.
5792
5793 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
5794
5795 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
5796 probes.
5797
5798 2012-04-29 Yao Qi <yao@codesourcery.com>
5799
5800 * gdb-code-style.el: New hook gdb-markup-hook
5801 and gdb-comment-hook.
5802
5803 2012-04-28 Doug Evans <dje@google.com>
5804
5805 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
5806 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
5807 objfile->obfd.
5808 * symfile.h (dwarf2_debug_sections): New member addr.
5809 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
5810 (ctx_no_get_addr_index): New function.
5811 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
5812 (ctx_no_get_addr_index): Declare.
5813 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
5814 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
5815 (dwarf_expr_ctx_funcs): Update.
5816 (needs_get_addr_index): New function.
5817 (needs_frame_ctx_funcs): Update.
5818 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
5819 * dwarf2read.c: #include "gdbcore.h".
5820 (dwarf2_per_objfile): New members addr, dwo_files.
5821 (dwarf2_elf_names): Add entry for addr.
5822 (struct dwo_section_names): New type.
5823 (dwo_section_names): New static global.
5824 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
5825 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
5826 old debug_types_section member updated to use this.
5827 Rename member debug_types_section to info_or_types_section,
5828 all uses updated.
5829 (signatured_type): Rename member type_offset to type_offset_in_tu,
5830 all uses updated. New member type_offset_in_section.
5831 (struct dwo_sections): New type.
5832 (struct dwo_unit): New type.
5833 (struct dwo_file): New type.
5834 (die_reader_specs): New member dwo_file.
5835 (dwarf2_locate_sections): Watch for .debug_addr.
5836 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
5837 (dwarf2_read_section): Get bfd of section from bfd's asection,
5838 instead of objfile.
5839 (create_cus_from_index): Initialize the_cu->info_or_types_section.
5840 (create_signatured_type_table_from_index): Initialize
5841 sig_type->info_or_types_section.
5842 (dw2_get_file_names): Statement lists for type units with DWO files
5843 live in the DWO file.
5844 (create_debug_types_hash_table): New function.
5845 (create_all_type_units): Rewrite.
5846 (init_cu_die_reader): New arg dwo_file, all callers updated.
5847 (init_and_read_dies_worker): Get section from
5848 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
5849 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
5850 continue reading the CU/TU from there.
5851 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
5852 updated. Get section from this_cu->info_or_types_section.
5853 (create_all_comp_units): Initialize this_cu->info_or_types_section.
5854 (skip_one_die): New cases DW_FORM_GNU_addr_index,
5855 DW_FORM_GNU_str_index.
5856 (hash_dwo_file, eq_dwo_file): New functions.
5857 (allocate_dwo_file_hash_table): New function.
5858 (hash_dwo_unit, eq_dwo_unit): New functions.
5859 (allocate_dwo_unit_table): New function.
5860 (dwarf2_locate_dwo_sections): New function.
5861 (struct create_dwo_info_table_data): New type.
5862 (create_debug_info_hash_table_reader): New function.
5863 (create_debug_info_hash_table): New function.
5864 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
5865 (lookup_dwo_file): New function.
5866 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
5867 (free_dwo_file, free_dwo_file_cleanup): New functions.
5868 (free_dwo_file_from_slot, free_dwo_files): New functions.
5869 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
5870 (dwarf2_record_block_ranges): Ditto.
5871 (read_partial_die): Ditto.
5872 (process_enumeration_scope): Update to use type_offset_in_section.
5873 (read_full_die_1): New function.
5874 (read_full_die): Rewrite.
5875 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
5876 DW_FORM_GNU_str_index.
5877 (read_addr_index_1, read_addr_index): New functions.
5878 (read_addr_index_from_leb128): New function.
5879 (struct dwarf2_read_addr_index_data): New type.
5880 (dwarf2_read_addr_index_reader): New function.
5881 (dwarf2_read_addr_index): New function.
5882 (read_str_index): New function.
5883 (leb128_size): New function.
5884 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
5885 If processing a type unit from a DWO file, get the line section
5886 from the DWO file.
5887 (var_decode_location): Watch for DW_OP_GNU_addr_index.
5888 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
5889 DW_FORM_GNU_str_index.
5890 (lookup_die_type): Check whether section offset of type's die is
5891 known before looking it up. Remove assert. Condition can
5892 legimately happen for inter-cu type references.
5893 (dwarf_attr_name): Handle Fission attributes.
5894 (dwarf_form_name): Handle Fission forms.
5895 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
5896 DW_FORM_GNU_str_index.
5897 (follow_die_sig): Update to use type_offset_in_section.
5898 (decode_locdesc): New case DW_OP_GNU_addr_index.
5899 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
5900 DW_FORM_GNU_str_index.
5901 (cu_debug_loc_section): New function.
5902 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
5903 (dwarf2_per_objfile_free): Unmap .debug_addr section.
5904 Free DWO files if present.
5905 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
5906
5907 Refactor DIE reading.
5908 * dwarf2read.c (dwarf2_per_objfile): Replace members
5909 debug_info_type_hash and debug_types_type_hash with die_type_hash.
5910 (die_reader_specs): New member "die_section". Temporarily make
5911 member "buffer" non-const, pending constifying all info_ptr uses.
5912 (die_reader_func_ftype): New typedef.
5913 (dw2_get_file_names_reader): New function.
5914 (dw2_get_file_names): Rewrite.
5915 (read_and_check_type_unit_head): Rename arg type_offset to
5916 type_offset_in_tu.
5917 (create_all_type_units): Improve debugging message.
5918 Improve dummy type unit check.
5919 (init_cu_die_reader): New arg "section". All callers updated.
5920 (init_and_read_dies_worker): New function.
5921 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
5922 (init_cutu_and_read_dies_no_follow): New function.
5923 (init_cutu_and_read_dies_simple): New function.
5924 (process_psymtab_comp_unit_reader): New function.
5925 (process_psymtab_comp_unit): Delete args section,
5926 is_debug_types_section. Rewrite. All callers updated.
5927 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
5928 All callers updated. Rewrite.
5929 (load_partial_comp_unit_reader): New function.
5930 (load_partial_comp_unit): Rewrite.
5931 (skip_children): New arg reader. Delete args buffer, cu.
5932 All callers updated.
5933 (skip_one_die): New arg reader. Delete args buffer, cu.
5934 All callers updated.
5935 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
5936 All callers updated.
5937 (load_full_comp_unit_reader): New function.
5938 (load_full_comp_unit): Rewrite.
5939 (read_comp_unit): Delete.
5940 (read_die_and_children_1): Delete, contents moved ...
5941 (read_die_and_children): ... here.
5942 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
5943 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
5944 All callers updated.
5945 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
5946 All callers updated.
5947 (find_partial_die): Rewrite load_all_dies support.
5948 (read_attribute_value): New arg reader. Delete args abfd, cu.
5949 All callers updated.
5950 (read_attribute): New arg reader. Delete args abfd, cu.
5951 All callers updated.
5952 (load_full_type_unit): Add assert.
5953 (read_signatured_type_reader): New function.
5954 (read_signatured_type): Rewrite.
5955 (free_stack_comp_unit): Remove call to age_cached_comp_units.
5956 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
5957 All callers updated. Set per_cu->cu = NULL after freeing it.
5958 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
5959 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
5960 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
5961 (set_die_type): Update.
5962 (get_die_type_at_offset): Update.
5963 (read_file_scope): Call prepare_one_comp_unit.
5964 (read_type_unit_scope): Ditto.
5965 (prepare_one_comp_unit): Set producer if present.
5966
5967 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5968
5969 * probe.c (compile_rx_or_error): Silence ARI warning about missing
5970 gettext function on `error'.
5971
5972 2012-04-27 Doug Evans <dje@google.com>
5973
5974 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
5975 is empty.
5976
5977 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5978 Tom Tromey <tromey@redhat.com>
5979
5980 * breakpoint.c (struct breakpoint_objfile_data)
5981 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
5982 <exception_probes>: New fields.
5983 (free_breakpoint_probes): New function.
5984 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
5985 `_Unwind_DebugHook'.
5986 (create_exception_master_breakpoint): Likewise.
5987 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
5988 * infrun.c: Including necessary header files for handling SystemTap
5989 probes.
5990 (handle_inferior_event): Handling longjmp breakpoint and exceptions
5991 via SystemTap probes.
5992 (check_exception_resume): Remove `func' argument. Handle exception
5993 unwinding breakpoint set via a SystemTap probe.
5994 (insert_exception_resume_from_probe): New function.
5995
5996 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5997 Tom Tromey <tromey@redhat.com>
5998 Jan Kratochvil <jan.kratochvil@redhat.com>
5999
6000 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
6001 (COMMON_OBS): Likewise.
6002 (HFILES_NO_SRCDIR): Add `probe'.
6003 * NEWS: Mention support for static and SystemTap probes.
6004 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
6005 SystemTap probes' arguments parser.
6006 * arm-linux-tdep.c: Including headers needed to perform the parsing
6007 of SystemTap probes' arguments.
6008 (arm_stap_is_single_operand): New function.
6009 (arm_stap_parse_special_token): Likewise.
6010 (arm_linux_init_abi): Initializing proper fields used by SystemTap
6011 probes' arguments parser.
6012 * ax-gdb.c (require_rvalue): Removing static declaration.
6013 (gen_expr): Likewise.
6014 * ax-gdb.h (gen_expr): Declaring function.
6015 (require_rvalue): Likewise.
6016 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
6017 (bkpt_probe_breakpoint_ops): New variable.
6018 (momentary_breakpoint_from_master): Set the `probe' value.
6019 (add_location_to_breakpoint): Likewise.
6020 (break_command_1): Using proper breakpoint_ops according to the
6021 argument passed by the user in the command line.
6022 (bkpt_probe_insert_location): New function.
6023 (bkpt_probe_remove_location): Likewise.
6024 (bkpt_probe_create_sals_from_address): Likewise.
6025 (bkpt_probe_decode_linespec): Likewise.
6026 (tracepoint_probe_create_sals_from_address): Likewise.
6027 (tracepoint_probe_decode_linespec): Likewise.
6028 (tracepoint_probe_breakpoint_ops): New variable.
6029 (trace_command): Using proper breakpoint_ops according to the
6030 argument passed by the user in the command line.
6031 (initialize_breakpoint_ops): Initializing breakpoint_ops for
6032 static probes on breakpoints and tracepoints.
6033 * breakpoint.h (struct bp_location) <probe>: New field.
6034 * cli-utils.c (skip_spaces_const): New function.
6035 (extract_arg): Likewise.
6036 * cli-utils.h (skip_spaces_const): Likewise.
6037 (extract_arg): Likewise.
6038 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
6039 * configure.ac: Append `stap-probe.o' to be generated when ELF
6040 support is present.
6041 * configure: Regenerate.
6042 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
6043 * elfread.c: Include `probe.h' and `arch-utils.h'.
6044 (probe_key): New variable.
6045 (elf_get_probes): New function.
6046 (elf_get_probe_argument_count): Likewise.
6047 (elf_evaluate_probe_argument): Likewise.
6048 (elf_compile_to_ax): Likewise.
6049 (elf_symfile_relocate_probe): Likewise.
6050 (stap_probe_key_free): Likewise.
6051 (elf_probe_fns): New variable.
6052 (elf_sym_fns): Add `sym_probe_fns' value.
6053 (elf_sym_fns_lazy_psyms): Likewise.
6054 (elf_sym_fns_gdb_index): Likewise.
6055 (_initialize_elfread): Initialize objfile cache for static
6056 probes.
6057 * gdb_vecs.h (struct probe): New forward declaration.
6058 (probe_p): New VEC declaration.
6059 * gdbarch.c: Regenerate.
6060 * gdbarch.h: Regenerate.
6061 * gdbarch.sh (stap_integer_prefix): New variable.
6062 (stap_integer_suffix): Likewise.
6063 (stap_register_prefix): Likewise.
6064 (stap_register_suffix): Likewise.
6065 (stap_register_indirection_prefix): Likewise.
6066 (stap_register_indirection_suffix): Likewise.
6067 (stap_gdb_register_prefix): Likewise.
6068 (stap_gdb_register_suffix): Likewise.
6069 (stap_is_single_operand): New function.
6070 (stap_parse_special_token): Likewise.
6071 (struct stap_parse_info): Forward declaration.
6072 * i386-tdep.c: Including headers needed to perform the parsing
6073 of SystemTap probes' arguments.
6074 (i386_stap_is_single_operand): New function.
6075 (i386_stap_parse_special_token): Likewise.
6076 (i386_elf_init_abi): Initializing proper fields used by SystemTap
6077 probes' arguments parser.
6078 * i386-tdep.h (i386_stap_is_single_operand): New function.
6079 (i386_stap_parse_special_token): Likewise.
6080 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
6081 * mipsread.c (ecoff_sym_fns): Likewise.
6082 * objfiles.c (objfile_relocate1): Support relocation for static
6083 probes.
6084 * parse.c (prefixify_expression): Remove static declaration.
6085 (initialize_expout): Likewise.
6086 (reallocate_expout): Likewise.
6087 * parser-defs.h (initialize_expout): Declare function.
6088 (reallocate_expout): Likewise.
6089 (prefixify_expression): Likewise.
6090 * ppc-linux-tdep.c: Including headers needed to perform the parsing
6091 of SystemTap probes' arguments.
6092 (ppc_stap_is_single_operand): New function.
6093 (ppc_stap_parse_special_token): Likewise.
6094 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
6095 probes' arguments parser.
6096 * probe.c: New file, for generic statically defined probe support.
6097 * probe.h: Likewise.
6098 * s390-tdep.c: Including headers needed to perform the parsing of
6099 SystemTap probes' arguments.
6100 (s390_stap_is_single_operand): New function.
6101 (s390_gdbarch_init): Initializing proper fields used by SystemTap
6102 probes' arguments parser.
6103 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
6104 * stap-probe.c: New file, for SystemTap probe support.
6105 * stap-probe.h: Likewise.
6106 * symfile.h: Include `gdb_vecs.h'.
6107 (struct sym_probe_fns): New struct.
6108 (struct sym_fns) <sym_probe_fns>: New field.
6109 * symtab.c (init_sal): Initialize `probe' field.
6110 * symtab.h (struct probe): Forward declaration.
6111 (struct symtab_and_line) <probe>: New field.
6112 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
6113 locations.
6114 (stop_tracing): Likewise.
6115 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
6116
6117 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6118 Tom Tromey <tromey@redhat.com>
6119
6120 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
6121 and to compile agent expressions.
6122 * infrun.c (siginfo_make_value): New argument `ignore'.
6123 (siginfo_funcs): New struct.
6124 (_initialize_infrun): New argument when calling
6125 `create_internalvar_type_lazy'.
6126 * thread.c (thread_id_make_value): New argument `ignore'.
6127 (thread_funcs): New struct.
6128 (_initialize_thread): New argument when calling
6129 `create_internalvar_type_lazy'.
6130 * tracepoint.c (sdata_make_value): New argument `ignore'.
6131 (sdata_funcs): New struct.
6132 (_initialize_tracepoint): New argument when calling
6133 `create_internalvar_type_lazy'.
6134 * value.c (make_value): New struct.
6135 (create_internalvar_type_lazy): New argument `data'.
6136 (compile_internalvar_to_ax): New function.
6137 (value_of_internalvar): Properly handling `make_value' case.
6138 (clear_internalvar): Likewise.
6139 (show_convenience): Adding `TRY_CATCH' block.
6140 * value.h (internalvar_make_value): Delete, replace by...
6141 (struct internalvar_funcs): ... this.
6142 (create_internalvar_type_lazy) <fun>: Delete argument.
6143 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
6144 (compile_internalvar_to_ax): New function.
6145 * windows-tdep.c (tlb_make_value): New argument `ignore'.
6146 (tlb_funcs): New struct.
6147 (_initialize_windows_tdep): New argument when calling
6148 `create_internalvar_type_lazy'.
6149
6150 2012-04-27 Mark Wielaard <mjw@redhat.com>
6151
6152 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
6153 see whether it is an address or a constant offset from DW_AT_low_pc.
6154 (dwarf2_record_block_ranges): Likewise.
6155 (read_partial_die): Likewise.
6156
6157 2012-04-26 Mark Wielaard <mjw@redhat.com>
6158
6159 * MAINTAINERS (Write After Approval): Add myself to the list.
6160
6161 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6162
6163 * proc-utils.h (proc_prettyprint_signalset): New prototype.
6164 (proc_prettyprint_signal): Likewise.
6165 (proc_prettyprint_faultset): Likewise.
6166 (proc_prettyprint_fault): Likewise.
6167 (proc_prettyprint_actionset): Likewise.
6168 (proc_prettyprint_flags): Move to new proc-flags.c section.
6169 (proc_prettyfprint_flags): New prototype.
6170 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
6171 (proc_syscall, proc_cursig): Likewise.
6172 (proc_set_kill_on_last_close): Likewise.
6173 (proc_unset_kill_on_last_close): Likewise.
6174 (proc_set_watchpoint): Make static.
6175 (proc_delete_dead_threads): Likewise.
6176 (procfs_set_watchpoint): Likewise.
6177 (_initialize_procfs): Add prototype.
6178 * proc-events.c: Include proc-utils.h.
6179 (init_syscall_table): Make static.
6180 * proc-api.c (_initialize_proc_api): Add prototype.
6181 * proc-flags.c: Include proc-utils.h.
6182
6183 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6184
6185 * configure.ac: Add AC_ARG_PROGRAM.
6186 * configure: Regenerate.
6187
6188 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6189
6190 Fix DW_AT_lower_bound defaults for DWARF-4+.
6191 * dwarf2read.c (read_subrange_type): Remove initialization of low and
6192 high. New variable low_default_is_valid. Implement DWARF-4+
6193 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
6194 no default by the DWARF standard.
6195
6196 2012-04-26 Maciej W. Rozycki <macro@mips.com>
6197 Maciej W. Rozycki <macro@codesourcery.com>
6198
6199 * infrun.c (handle_inferior_event): Move the check for return
6200 trampolines ahead of the check for function trampolines.
6201 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
6202 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
6203 (mips_str_mips16_ret_stub): Likewise.
6204 (mips_str_call_fp_stub): Likewise.
6205 (mips_str_call_stub): Likewise.
6206 (mips_str_fn_stub): Likewise.
6207 (mips_str_pic): Likewise.
6208 (mips_in_frame_stub): New function.
6209 (mips_unwind_pc): Return the return address rather than the PC
6210 if the PC of an intermediate frame is inside a call thunk.
6211 (mips_is_stub_suffix): New function.
6212 (mips_is_stub_mode): Likewise.
6213 (mips_get_mips16_fn_stub_pc): Likewise.
6214 (mips_skip_mips16_trampoline_code): Update to handle all the
6215 currently generated stub types. Don't recurse into __fn_stub
6216 thunks. Remove heuristics to handle stubs beyond etext/_etext.
6217 Use cooked register accesses.
6218 (mips_in_return_stub): Reintroduce function.
6219 (mips_skip_trampoline_code): Traverse trampolines recursively.
6220 (mips_gdbarch_init): Handle MIPS16 return trampolines.
6221
6222 2012-04-26 Joel Brobecker <brobecker@adacore.com>
6223
6224 GDB 7.4.1 released.
6225
6226 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
6227
6228 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
6229 * features/arm-with-m-vfp-d16.xml: New file. Describes
6230 Cortex-M with VFPv4-sp-d16 FPU register layout.
6231 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
6232 * features/arm-with-m-vfp-d16.c: New. Generated from above.
6233 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
6234 (arm-register_g_packet_guesses): Add vfp-d16 guess.
6235 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
6236
6237 2012-04-25 Doug Evans <dje@google.com>
6238
6239 * cli/cli-decode.c (print_doc_line): Use stream instead of
6240 current_uiout.
6241
6242 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
6243
6244 * features/arm-with-iwmmxt.c: Regenerate.
6245 * features/arm-with-m-fpa-layout.c: Likewise.
6246 * features/arm-with-m.c: Likewise.
6247 * features/arm-with-neon.c: Likewise.
6248 * features/arm-with-vfpv2.c: Likewise.
6249 * features/arm-with-vfpv3.c: Likewise.
6250 * features/mips-dsp-linux.c: Likewise.
6251 * features/mips-linux.c: Likewise.
6252 * features/mips64-dsp-linux.c: Likewise.
6253 * features/mips64-linux.c: Likewise.
6254 * features/s390-linux32.c: Likewise.
6255 * features/s390-linux32v1.c: Likewise.
6256 * features/s390-linux32v2.c: Likewise.
6257 * features/s390-linux64.c: Likewise.
6258 * features/s390-linux64v1.c: Likewise.
6259 * features/s390-linux64v2.c: Likewise.
6260 * features/s390x-linux64.c: Likewise.
6261 * features/s390x-linux64v1.c: Likewise.
6262 * features/s390x-linux64v2.c: Likewise.
6263 * features/tic6x-c62x-linux.c: Likewise.
6264 * features/tic6x-c62x.c: Likewise.
6265 * features/tic6x-c64x-linux.c: Likewise.
6266 * features/tic6x-c64x.c: Likewise.
6267 * features/tic6x-c64xp-linux.c: Likewise.
6268 * features/tic6x-c64xp.c: Likewise.
6269 * target-descriptions.c: Only generate `field_type' and `type'
6270 variables when needed.
6271
6272 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
6273
6274 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
6275
6276 2012-04-25 Doug Evans <dje@google.com>
6277
6278 Initial pass at Go language support.
6279 * NEWS: Mention Go.
6280 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
6281 go-valprint.c.
6282 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
6283 (YYFILES): Add go-exp.c.
6284 (YYOBJ): Add go-exp.o.
6285 (local-maintainer-clean): Delete go-exp.c.
6286 * defs.h (enum language): Add language_go.
6287 * dwarf2read.c: #include "go-lang.h".
6288 (fixup_go_packaging): New function.
6289 (process_full_comp_unit): Call it when processing Go CUs.
6290 (dwarf2_physname): Add Go support.
6291 (read_file_scope): Handle missing language spec for GNU Go.
6292 (set_cu_language): Handle DW_LANG_Go.
6293 * go-exp.y: New file.
6294 * go-lang.h: New file.
6295 * go-lang.c: New file.
6296 * go-typeprint.c: New file.
6297 * go-valprint.c: New file.
6298 * symtab.c: #include "go-lang.h".
6299 (symbol_set_language): Handle language_go.
6300 (symbol_find_demangled_name, symbol_set_names): Ditto.
6301 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
6302
6303 2012-04-24 Jim Meyering <meyering@redhat.com>
6304
6305 avoid a few strncpy-induced buffer overruns
6306 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
6307 fname and psargs before trying to concatenate.
6308 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
6309 "name" before applying strchr.
6310
6311 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
6312
6313 * CONTRIBUTE: Use unified diff instead of context diff when
6314 generating patches.
6315
6316 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6317
6318 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
6319 code. Handle JR.HB correctly.
6320
6321 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6322
6323 * mips-tdep.c
6324 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
6325 with the other MIPS16 helpers.
6326
6327 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
6328
6329 * observer.sh: Conditionally declare `args', thus cleaning up
6330 unused instances of this variable.
6331
6332 2012-04-24 Yao Qi <yao@codesourcery.com>
6333
6334 Revert this patch to allow breakpoint always-inserted
6335 in record target.
6336 2011-12-05 Pedro Alves <pedro@codesourcery.com>
6337 * breakpoint.c: Include record.h.
6338 (breakpoints_always_inserted_mode): Return false when the record
6339 target is in use.
6340
6341 * breakpoint.c (iterate_over_bp_locations): New.
6342 * breakpoint.h: Declare.
6343 New typedef walk_bp_location_callback.
6344 * record.c (record_open): Call record_init_record_breakpoints.
6345 (record_sync_record_breakpoints): New.
6346 (record_init_record_breakpoints): New.
6347 * NEWS: Mention supporting breakpoint always-inserted mode in
6348 record target.
6349
6350 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
6351
6352 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
6353 any thread.
6354
6355 2012-04-24 Yao Qi <yao@codesourcery.com>
6356
6357 * breakpoint.c (ep_is_catchpoint): Renamed to ...
6358 (is_catchpoint): ... it.
6359 (print_one_breakpoint_location): Caller update.
6360 * breakpoint.h: Update declaration.
6361
6362 2012-04-23 David S. Miller <davem@davemloft.net>
6363
6364 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
6365
6366 2012-04-23 Tom Tromey <tromey@redhat.com>
6367
6368 * buildsym.c (add_free_pendings): Remove.
6369 * buildsym.h (add_free_pendings): Remove.
6370
6371 2012-04-23 Doug Evans <dje@google.com>
6372
6373 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
6374 attr.u.unsnd instead of attr.u.addr.
6375 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
6376 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
6377 DW_FORM_ref_udata.
6378 (dump_die_shallow): Update cases DW_FORM_ref_addr,
6379 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
6380 DW_FORM_ref_udata.
6381 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
6382
6383 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
6384
6385 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
6386 (mips_o32_return_value): Likewise.
6387 (mips_o64_return_value): Likewise.
6388
6389 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
6390
6391 * ada-lang.c (ada_evaluate_subexp): Add cases for
6392 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
6393 their treatment in eval.c.
6394
6395 2012-04-21 David S. Miller <davem@davemloft.net>
6396
6397 * sparc-tdep.c (X_DISP10): Define.
6398 (sparc_analyze_control_transfer): Handle compare-and-branch.
6399
6400 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
6401
6402 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
6403 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
6404
6405 2012-04-20 Nigel Stephens <nigel@mips.com>
6406 Maciej W. Rozycki <macro@codesourcery.com>
6407
6408 * mips-tdep.c (mips_float_register_p): New function.
6409 (mips_convert_register_float_case_p): Use mips_float_register_p.
6410 (mips_register_type): Likewise.
6411 (mips_print_register): Likewise.
6412 (print_gp_register_row): Likewise.
6413 (mips_print_registers_info): Likewise.
6414
6415 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
6416
6417 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
6418 of mips16 symbols.
6419
6420 2012-04-20 Andrew Pinski <apinski@cavium.com>
6421
6422 * MAINTAINERS (Write After Approval): Add myself to the list.
6423
6424 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6425
6426 * MAINTAINERS: Update my e-mail address.
6427
6428 2012-04-20 Pedro Alves <palves@redhat.com>
6429
6430 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
6431 $srcdir.
6432 * configure: Regenerate.
6433
6434 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6435
6436 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
6437 declaration.
6438 * gdb_vecs.h: Declare `const_char_ptr' VEC.
6439
6440 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6441
6442 Fix compilation compatibility with python-2.4
6443 * python/py-type.c (convert_field): Cast ADDRSTRING for
6444 PyObject_SetAttrString as non-const. New comment.
6445
6446 2012-04-19 Tom Tromey <tromey@redhat.com>
6447
6448 * top.c (quit_target): Use all_cleanups.
6449 * main.c (captured_command_loop): Use all_cleanups.
6450 * exceptions.c (throw_exception): Use all_cleanups.
6451
6452 2012-04-19 Pedro Alves <palves@redhat.com>
6453
6454 * Makefile.in (GNULIB_BUILDDIR): New.
6455 (LIBGNU, INCGNU, GNULIB_H): Adjust.
6456 (SUBDIRS): Add $(GNULIB_BUILDDIR).
6457 (CLEANDIRS). Remove gnulib/import.
6458 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
6459 (all-lib): Ditto.
6460 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
6461 (gnulib/import/Makefile): Replace gnulib/import with
6462 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
6463 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
6464 (aclocal_m4_deps): Remove the gnulib dependencies. Add
6465 acx_configure_dir.m4.
6466 * acinclude.m4: Include acx_configure_dir.m4.
6467 * acx_configure_dir.m4: New file.
6468 * aclocal.m4: Regenerate.
6469 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
6470 calls. Configure gnulib using ACX_CONFIGURE_DIR.
6471 (GNULIB): New variable.
6472 (GNULIB_STDINT_H): Adjust.
6473 (AC_OUTPUT): Don't output gnulib/Makefile.
6474 * gdb/defs.h: Include build-gnulib/config.h.
6475 * aclocal.m4: Regenerate.
6476 * config.in: Regenerate.
6477 * configure: Regenerate.
6478
6479 * gnulib/Makefile.in: New file.
6480 * gnulib/configure.ac: New file.
6481 * gnulib/aclocal.m4: New file.
6482 * gnulib/config.in: New file.
6483 * gnulib/configure: New file.
6484 * gnulib/: Re-run gnulib-tool to adjust.
6485
6486 2012-04-19 Doug Evans <dje@google.com>
6487
6488 * cleanups.h (struct cleanup): Move to cleanups.c.
6489 (make_cleanup_dtor_ftype): New typedef.
6490 (make_cleanup_dtor): Use it.
6491 (ALL_CLEANUPS): Replace with ...
6492 (all_cleanups): ... this. Declare. All uses updated.
6493 * cleanups.c: #include "gdb_assert.h".
6494 (sentinel_cleanup): New static global.
6495 (SENTINEL_CLEANUP): Define.
6496 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
6497 (make_my_cleanup2): Assert result is non-NULL.
6498 (all_cleanups): New function.
6499 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
6500 of NULL.
6501
6502 2012-04-19 Pedro Alves <palves@redhat.com>
6503
6504 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
6505 Adjust paths to gnulib imported files.
6506
6507 2012-04-19 Pedro Alves <palves@redhat.com>
6508
6509 * gnulib/: Move whole directory ...
6510 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
6511 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
6512 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
6513 (aclocal_m4_deps): Adjust.
6514 * aclocal.m4: Regenerate.
6515 * configure: Regenerate.
6516 * configure.ac: Adjust AC_OUTPUT output.
6517
6518 2012-04-19 Yao Qi <yao@codesourcery.com>
6519
6520 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
6521 (vec.o): New rule.
6522 * vec.c: Move it ...
6523 * common/vec.c: ... here.
6524 * vec.h: Move it ...
6525 * common/vec.h: ... here.
6526
6527 2012-04-19 Yao Qi <yao@codesourcery.com>
6528
6529 * gdb-code-style.el: New.
6530
6531 2012-04-18 Pedro Alves <palves@redhat.com>
6532
6533 Update gnulib from latest git.
6534 (639ea5ae15e39fe48d43e04864b2997301e4b969)
6535
6536 * gnulib/Makefile.am: Update.
6537 * gnulib/dummy.c: Update.
6538 * gnulib/extra/arg-nonnull.h: Update.
6539 * gnulib/extra/c++defs.h: Update.
6540 * gnulib/extra/update-copyright: Update.
6541 * gnulib/extra/warn-on-use.h: Update.
6542 * gnulib/inttypes.in.h: Update.
6543 * gnulib/m4/00gnulib.m4: Update.
6544 * gnulib/m4/extensions.m4: Update.
6545 * gnulib/m4/gnulib-cache.m4: Update.
6546 * gnulib/m4/gnulib-common.m4: Update.
6547 * gnulib/m4/gnulib-comp.m4: Update.
6548 * gnulib/m4/gnulib-tool.m4: Update.
6549 * gnulib/m4/include_next.m4: Update.
6550 * gnulib/m4/inttypes-pri.m4: Update.
6551 * gnulib/m4/inttypes.m4: Update.
6552 * gnulib/m4/longlong.m4: Update.
6553 * gnulib/m4/memchr.m4: Update.
6554 * gnulib/m4/memmem.m4: Update.
6555 * gnulib/m4/mmap-anon.m4: Update.
6556 * gnulib/m4/multiarch.m4: Update.
6557 * gnulib/m4/onceonly.m4: Update.
6558 * gnulib/m4/stddef_h.m4: Update.
6559 * gnulib/m4/stdint.m4: Update.
6560 * gnulib/m4/string_h.m4: Update.
6561 * gnulib/m4/warn-on-use.m4: Update.
6562 * gnulib/m4/wchar_h.m4: Update.
6563 * gnulib/m4/wchar_t.m4: Update.
6564 * gnulib/m4/wint_t.m4: Update.
6565 * gnulib/memchr.c: Update.
6566 * gnulib/memmem.c: Update.
6567 * gnulib/stddef.in.h: Update.
6568 * gnulib/stdint.in.h: Update.
6569 * gnulib/str-two-way.h: Update.
6570 * gnulib/string.in.h: Update.
6571 * gnulib/wchar.in.h: Update.
6572
6573 * gnulib/extra/arg-nonnull.h: Delete.
6574 * gnulib/extra/c++defs.h: Delete.
6575 * gnulib/extra/warn-on-use.h: Delete.
6576 * gnulib/m4/wchar_h.m4: Delete.
6577 * gnulib/m4/wint_t.m4: Delete.
6578 * gnulib/wchar.in.h: Delete.
6579
6580 * gnulib/extra/snippets/arg-nonnull.h: New.
6581 * gnulib/extra/snippets/c++defs.h: New.
6582 * gnulib/extra/snippets/warn-on-use.h: New.
6583
6584 * aclocal.m4: Regenerate.
6585 * config.in: Regenerate.
6586 * configure: Regenerate.
6587 * gnulib/Makefile.in: Regenerate.
6588
6589 2012-04-18 Pedro Alves <palves@redhat.com>
6590
6591 Reimport the update-copyright module from gnulib
6592 (250b80067c1e1d8faa0c42fb572f721975b929c5).
6593
6594 * configure: Regenerate.
6595 * gnulib/Makefile.am: Update.
6596 * gnulib/Makefile.in: Regenerate.
6597 * gnulib/extra/update-copyright: Update.
6598 * gnulib/m4/gnulib-cache.m4: Update.
6599 * gnulib/m4/gnulib-comp.m4: Update.
6600
6601 2012-04-18 Tristan Gingold <gingold@adacore.com>
6602
6603 * configure.ac (aix): Put -lpthread into libs.
6604 * configure: Regenerate.
6605
6606 2012-04-18 Tom Tromey <tromey@redhat.com>
6607
6608 * linespec.c (convert_linespec_to_sals): Don't use
6609 SYMBOL_OBJ_SECTION.
6610 (compare_msymbols): Arguments are minsym_and_objfile, not
6611 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
6612
6613 2012-04-18 Pedro Alves <palves@redhat.com>
6614
6615 Revert gnulib/ part of:
6616 2011-01-01 Joel Brobecker <brobecker@adacore.com>
6617 Copyright year update in most files (performed by copyright.sh).
6618
6619 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6620
6621 Fix 64-bit constants on 32-bit hosts.
6622 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
6623 from unsigned long to ULONGEST.
6624 (read_signed_leb128): Change declaration return type from long to
6625 LONGEST.
6626 (dwarf2_const_value_attr): Change declaration parameter value from long
6627 to LONGEST.
6628 (dwarf2_compute_name): Change variable value from long to LONGEST.
6629 (read_unsigned_leb128): Change return type, variable result and some
6630 casts from unsigned long to ULONGEST.
6631 (read_signed_leb128): Change return type, variable result and some
6632 casts from long to LONGEST.
6633 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
6634 value from long to LONGEST.
6635 (dwarf2_const_value): Change variable value from long to LONGEST.
6636 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
6637 plongest and hex_string.
6638 * symtab.h (struct general_symbol_info): Change ivalue from long to
6639 LONGEST, remove the comment.
6640 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
6641 Change SYMBOL_VALUE format strings to use plongest and hex_string.
6642
6643 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
6644
6645 PR symtab/7259:
6646 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
6647 * ada-lang.c (ada_discrete_type_high_bound)
6648 (ada_discrete_type_low_bound): Fix function comment. Use
6649 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6650 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
6651 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6652 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
6653 Use TYPE_FIELD_ENUMVAL.
6654 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
6655 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6656 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
6657 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
6658 TYPE_CODE_ENUM.
6659 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
6660 * dwarf2read.c (process_enumeration_scope): Likewise.
6661 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
6662 field.bitpos.
6663 (class StructMainTypePrettyPrinter): Support also
6664 FIELD_LOC_KIND_ENUMVAL.
6665 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
6666 TYPE_CODE_ENUM.
6667 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6668 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
6669 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
6670 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
6671 field enumval.
6672 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
6673 accommodate enumval.
6674 (struct call_site): Adjust loc_kind to accommodate enumval.
6675 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
6676 (TYPE_FIELD_ENUMVAL): New macros.
6677 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
6678 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
6679 TYPE_CODE_ENUM.
6680 * p-typeprint.c (pascal_type_print_base): Likewise.
6681 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
6682 enumval.
6683 * python/lib/gdb/types.py (make_enum_dict): Likewise.
6684 * python/py-type.c (convert_field): New variable addrstring. Use
6685 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6686 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
6687 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
6688 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
6689 TYPE_CODE_ENUM.
6690 * valprint.c (generic_val_print): Likewise.
6691
6692 2012-04-17 Doug Evans <dje@google.com>
6693
6694 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
6695
6696 * dwarf2read.c: Whitespace fixes.
6697 (lookup_signatured_type): Tweak comment.
6698 (get_die_type_at_offset): Fix comment.
6699
6700 2012-04-17 Joel Brobecker <brobecker@adacore.com>
6701
6702 * xcoffread.c (xcoff_secnum_to_sections): New function.
6703 (secnum_to_section, secnum_to_bfd_section): Reimplement
6704 using xcoff_secnum_to_sections. Rename "secnum" parameter
6705 into "n_scnum".
6706 (RECORD_MINIMAL_SYMBOL): Delete.
6707 (record_minimal_symbol): New function.
6708 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
6709 by call to record_minimal_symbol and set misc_func_recorded
6710 to 1. Set last_csect_sec to the XCOFF section index instead
6711 of GDB's section_offset index. Update calls to
6712 prim_record_minimal_symbol_and_info to pass the BFD section
6713 as well.
6714
6715 2012-04-17 Joel Brobecker <brobecker@adacore.com>
6716
6717 * xcoffread.c (read_xcoff_symtab): Delete variables
6718 last_csect_val and last_csect_sec and associated code.
6719
6720 2012-04-17 Doug Evans <dje@google.com>
6721
6722 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
6723 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6724 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
6725 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
6726
6727 * cleanups.h: New file.
6728 * cleanups.c: New file.
6729 * Makefile.in (SFILES): Add cleanups.c.
6730 (HFILES_NO_SRCDIR): Add cleanups.h.
6731 (COMMON_OBS): Add cleanups.o.
6732 * defs.h (struct cleanup): Moved to cleanups.h.
6733 (do_cleanups,do_final_cleanups): Ditto.
6734 (discard_cleanups,discard_final_cleanups): Ditto
6735 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6736 (save_cleanups,save_final_cleanups): Ditto.
6737 (restore_cleanups,restore_final_cleanups): Ditto.
6738 (null_cleanup): Ditto.
6739 (make_my_cleanup,make_my_cleanup2): Ditto.
6740 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6741 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
6742 (do_cleanups,do_final_cleanups): Ditto.
6743 (discard_cleanups,discard_final_cleanups): Ditto
6744 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6745 (save_cleanups,save_final_cleanups): Ditto.
6746 (restore_cleanups,restore_final_cleanups): Ditto.
6747 (null_cleanup): Ditto.
6748 (make_my_cleanup,make_my_cleanup2): Ditto.
6749 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6750
6751 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
6752 make_my_cleanup.
6753 (make_cleanup_dyn_string_delete): Ditto.
6754 (make_cleanup_ui_file_delete): Ditto.
6755 (make_cleanup_ui_out_redirect_pop): Ditto.
6756 (make_cleanup_free_section_addr_info): Ditto.
6757 (make_cleanup_restore_integer): Ditto.
6758 (make_cleanup_unpush_target): Ditto.
6759 (make_cleanup_value_free_to_mark): Ditto.
6760 (make_cleanup_value_free): Ditto.
6761 (make_cleanup_free_so): Ditto.
6762
6763 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6764
6765 New option "set debug auto-load".
6766 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
6767 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
6768 (auto_load_safe_path_vec_update)
6769 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
6770 if DEBUG_AUTO_LOAD.
6771 (file_is_auto_load_safe): New parameters debug_fmt and ....
6772 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
6773 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
6774 caller by explanatory string.
6775 (_initialize_auto_load): Register "set debug auto-load".
6776 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
6777 and ....
6778 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6779 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
6780 by explanatory string.
6781 * main.c (captured_main): Likewise.
6782 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
6783 (source_section_scripts): Likewise.
6784
6785 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6786
6787 New option "set auto-load safe-path".
6788 * NEWS: New commands "set auto-load safe-path"
6789 and "show auto-load safe-path".
6790 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
6791 (auto_load_safe_path, auto_load_safe_path_vec)
6792 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
6793 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
6794 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
6795 (source_gdb_script_for_objfile): New variable is_safe. Call
6796 file_is_auto_load_safe. Return if it is not.
6797 (struct loaded_script): New field loaded.
6798 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
6799 (print_script): Use LOADED indicator instead of FULL_PATH. Change
6800 output "Missing" to "No".
6801 (_initialize_auto_load): New variable cmd. Initialize
6802 auto_load_safe_path. Register "set auto-load safe-path",
6803 "show auto-load safe-path" and "add-auto-load-safe-path".
6804 * auto-load.h (maybe_add_script): Add parameter loaded.
6805 (file_is_auto_load_safe): New declaration.
6806 * config.in: Regenerate.
6807 * configure: Regenerate.
6808 * configure.ac: New parameters --with-auto-load-safe-path
6809 and --without-auto-load-safe-path.
6810 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6811 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
6812 * main.c (captured_main): Check file_is_auto_load_safe for
6813 LOCAL_GDBINIT.
6814 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
6815 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
6816 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
6817 not.
6818
6819 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6820
6821 auto-load: Implementation.
6822 * NEWS: New descriptions for "info auto-load",
6823 "info auto-load gdb-scripts", "info auto-load python-scripts",
6824 "info auto-load local-gdbinit" and "info auto-load libthread-db".
6825 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
6826 and "show auto-load-scripts". New description for "set auto-load",
6827 "show auto-load", "set auto-load gdb-scripts",
6828 "show auto-load gdb-scripts", "set auto-load python-scripts",
6829 "show auto-load python-scripts", "set auto-load local-gdbinit",
6830 "show auto-load local-gdbinit", "set auto-load libthread-db" and
6831 "show auto-load libthread-db".
6832 * auto-load.c: Remove include python/python-internal.h. Add includes
6833 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
6834 cli/cli-setshow.h.
6835 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
6836 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
6837 (gdbpy_global_auto_load): Rename to ...
6838 (global_auto_load): ... here.
6839 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
6840 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
6841 (script_language_gdb, source_gdb_script_for_objfile): New.
6842 (struct loaded_script): New field language.
6843 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
6844 LANGUAGE.
6845 (maybe_add_script): Add parameter language. Drop redundant
6846 entry.full_path initialization. Initialize entry.language and
6847 (*slot)->language.
6848 (auto_load_objfile_script): Change parameter suffix to language.
6849 Remove the call of maybe_add_script.
6850 Call language->source_script_for_objfile.
6851 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
6852 New.
6853 (collect_matching_scripts): Adjust it for
6854 struct collect_matching_scripts_data.
6855 (auto_load_info_scripts_pattern_nl): New variable.
6856 (info_auto_load_scripts): Rename to ...
6857 (auto_load_info_scripts): ... here, add parameter language. Adjust it
6858 for struct collect_matching_scripts_data.
6859 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
6860 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
6861 (auto_load_show_cmdlist_get, info_auto_load_cmd)
6862 (auto_load_info_cmdlist_get): New.
6863 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
6864 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
6865 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
6866 "info auto-load local-gdbinit".
6867 * auto-load.h (struct script_language): New.
6868 (gdbpy_global_auto_load): Rename to ...
6869 (global_auto_load): ... here.
6870 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
6871 (auto_load_local_gdbinit_loaded): New declarations.
6872 (maybe_add_script): New parameter language.
6873 (auto_load_objfile_script): Change parameter suffix to language.
6874 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
6875 (auto_load_info_scripts, auto_load_set_cmdlist_get)
6876 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
6877 declarations.
6878 * linux-thread-db.c: Include auto-load.h and ctype.h.
6879 (auto_load_thread_db, show_auto_load_thread_db): New.
6880 (struct thread_db_info): New field filename.
6881 (delete_thread_db_info): Call xfree for FILENAME.
6882 (try_thread_db_load): Initialize FILENAME.
6883 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
6884 if !AUTO_LOAD_THREAD_DB.
6885 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
6886 (_initialize_thread_db): Install auto_load_thread_db
6887 as "set auto-load libthread-db" and install info_auto_load_libthread_db
6888 as "info auto-load libthread-db".
6889 * main.c (captured_main): Rename gdbpy_global_auto_load to
6890 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
6891 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
6892 (print_gdb_help): Extend the help for 'local init file'.
6893 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
6894 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
6895 (auto_load_scripts): Rename to ...
6896 (auto_load_python_scripts): ... here, update the comment.
6897 (gdbpy_load_auto_script_for_objfile): New declaration.
6898 (show_auto_load_python_scripts, script_language_python)
6899 (gdbpy_load_auto_script_for_objfile): New.
6900 (source_section_scripts): Refactor the code.
6901 (load_auto_scripts_for_objfile): Rename to ...
6902 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
6903 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
6904 (info_auto_load_python_scripts): New.
6905 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
6906 Rename "set auto-load-scripts" to "set auto-load python-scripts".
6907 Register "set auto-load-scripts" as its deprecated alias. Register
6908 "info auto-load python-scripts". Register "info auto-load-scripts" as
6909 its deprecated alias.
6910 (load_auto_scripts_for_objfile): Rename to ...
6911 (gdbpy_load_auto_scripts_for_objfile): ... here.
6912 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
6913 (gdbpy_load_auto_scripts_for_objfile): ... here.
6914
6915 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6916
6917 auto-load: Move files.
6918 * Makefile.in (SFILES): Add auto-load.c.
6919 (HFILES_NO_SRCDIR): Add auto-load.h.
6920 (COMMON_OBS): Add auto-load.o.
6921 (distclean): Change .gdbinit for gdb-gdb.gdb.
6922 * auto-load.c: New file, with parts from python/py-auto-load.c.
6923 * auto-load.h: New file, with parts from python/python.h.
6924 * configure: Regenerate.
6925 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
6926 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
6927 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
6928 * main.c: Include auto-load.h.
6929 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
6930 command.h, observer.h and progspace.h to auto-load.c. Add include
6931 auto-load.h.
6932 (gdbpy_global_auto_load, struct auto_load_pspace_info)
6933 (struct loaded_script, auto_load_pspace_data)
6934 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
6935 (hash_loaded_script_entry, eq_loaded_script_entry)
6936 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
6937 (maybe_add_script): Move to auto-load.c.
6938 (source_section_scripts): Change maybe_add_script parameters passing,
6939 use script_not_found_warning_print.
6940 (clear_section_scripts, auto_load_objfile_script)
6941 (auto_load_new_objfile, loaded_script_ptr)
6942 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
6943 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
6944 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
6945 auto_load_new_objfile and info_auto_load_scripts initizations to
6946 auto-load.c.
6947 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
6948
6949 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6950
6951 Code cleanup.
6952 * charset.c (find_charset_names): Remove variables ix and elt.
6953 Use free_char_ptr_vec.
6954 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
6955 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
6956 debugdir_end. New variable debugdir_len.
6957 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
6958 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
6959 declarations.
6960 * progspace.c (clear_program_space_solib_cache): Remove variables ix
6961 and elt. Use free_char_ptr_vec.
6962 * source.c (add_path): Remove variables argv, arg and argv_index.
6963 New variables dir_vec, back_to, ix and name.
6964 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
6965 make_cleanup_freeargv. Remove variable separator. Simplify the code
6966 no longer expecting DIRNAME_SEPARATOR.
6967 (openp): Remove variable p, p1 and len. New variables dir_vec,
6968 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
6969 no longer expecting DIRNAME_SEPARATOR.
6970 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
6971 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
6972 debugdir_end.
6973 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
6974 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
6975 (dirnames_to_char_ptr_vec): New functions.
6976
6977 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6978
6979 Code cleanup.
6980 * source.c (add_path): Remove always true conditional 'p == 0' and
6981 unindent its code block.
6982
6983 2012-04-17 Pedro Alves <palves@redhat.com>
6984
6985 * gdbtypes.h (FIELD_BITPOS): Rename to ...
6986 (FIELD_BITPOS_LVAL): ... this.
6987 (FIELD_BITPOS): New.
6988 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
6989 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
6990 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
6991 SET_FIELD_BITPOS.
6992 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
6993 SET_FIELD_BITPOS.
6994 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
6995 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
6996 * target-descriptions.c (tdesc_gdb_type): Adjust to use
6997 SET_FIELD_BITPOS.
6998
6999 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7000
7001 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
7002 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
7003 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
7004 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
7005 * jv-lang.c (java_link_class_type): Likewise, once.
7006 * stabsread.c (read_enum_type): Likewise.
7007
7008 2012-04-16 Yao Qi <yao@codesourcery.com>
7009
7010 * common/agent.c (agent_run_command): Add one more parameter `len'.
7011 Update callers.
7012 * common/agent.h: Update declaration.
7013 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
7014 Update.
7015 (linux_child_static_tracepoint_markers_by_strid): Ditto.
7016
7017 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
7018
7019 PR mi/13393
7020 * value.c (value_actual_type): New function.
7021 * value.h (value_actual_type): New declaration.
7022 * varobj.c (update_type_if_necessary): New function.
7023 (varobj_create): Call value_actual_type instead of
7024 value_type.
7025 (install_dynamic_child): distinct changed and type changed MI variable
7026 objects.
7027 (update_dynamic_varobj_children): Updated for install_dynamic_child
7028 change. All callers updated.
7029 (varobj_update): Support for MI variable object type change if
7030 the value changed and RTTI is used to determine the type.
7031 (create_child_with_value): Call value_actual_type instead of
7032 value_type.
7033 (adjust_value_for_child_access): Extended with a new parameter which
7034 specify whether the given value should be casted to enclosing type.
7035 All callers updated.
7036
7037 2012-04-14 Yao Qi <yao@codesourcery.com>
7038
7039 Import gnulib module inttypes from git
7040 (250b80067c1e1d8faa0c42fb572f721975b929c5)
7041 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
7042 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
7043 gnulib/m4/inttypes-pri.m4
7044 * aclocal.m4, config.in, configure: Regenerated.
7045 * gnulib/Makefile.am: Update.
7046 * gnulib/Makefile.in: Update.
7047 * gnulib/m4/gnulib-cache.m4: Update.
7048 * gnulib/m4/gnulib-comp.m4: Update.
7049 * gnulib/inttypes.in.h: New.
7050 * gnulib/m4/inttypes-pri.m4: New.
7051 * gnulib/m4/inttypes.m4: New.
7052
7053 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
7054
7055 * infrun.c (resume): Update PC address to the real PC after
7056 preparing to do displaced stepping.
7057
7058 2012-04-12 Doug Evans <dje@google.com>
7059
7060 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
7061 All callers updated.
7062
7063 2012-04-12 Mark Kettenis <kettenis@gnu.org>
7064
7065 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
7066
7067 2012-04-12 Doug Evans <dje@google.com>
7068
7069 * dwarf2read.c (create_all_type_units): Renamed from
7070 create_debug_types_hash_table. All callers updated.
7071
7072 * dwarf2read.c (create_signatured_type_table_from_index): Rename
7073 local type_sig to sig_type, type_offset to type_offset_in_tu.
7074 (hash_signatured_type): Renamed from hash_type_signature,
7075 all callers updated.
7076 (eq_signatured_type): Renamed from eq_type_signature,
7077 all callers updated.
7078 (create_debug_types_hash_table): Rename local type_sig to sig_type.
7079 (process_enumeration_scope): Ditto.
7080 (lookup_signatured_type_at_offset): Ditto.
7081 (load_full_type_unit, read_signatured_type): Ditto.
7082
7083 2012-04-12 Yao Qi <yao@codesourcery.com>
7084
7085 * remote.c (async_remote_interrupt): Correct function name in
7086 debug message.
7087 (async_remote_interrupt_twice): Ditto.
7088
7089 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
7090
7091 * source.c (find_and_open_source): Consistently pass resulting
7092 full path through xfullpath.
7093
7094 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7095
7096 Provide more specific displaced-stepping memory error message.
7097 * infrun.c (displaced_step_prepare): New variable status. Call
7098 target_read_memory instead of read_memory, provide more specific
7099 error message.
7100
7101 2012-04-11 Tristan Gingold <gingold@adacore.com>
7102
7103 PR gdb/13901
7104 * darwin-nat.c (darwin_execvp): Revert previous patch.
7105
7106 2012-04-11 Tristan Gingold <gingold@adacore.com>
7107
7108 PR gdb/13901
7109 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
7110 in case of change.
7111
7112 2012-04-11 Tristan Gingold <gingold@adacore.com>
7113
7114 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7115 warning.
7116
7117 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
7118
7119 New command 'explore' which helps explore values and types in
7120 scope.
7121 * NEWS: Add an entry about the new 'explore' command.
7122 * data-directory/Makefile.in: Add gdb/command/explore.py
7123 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
7124 command using the GDB Python API.
7125
7126 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
7127
7128 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
7129 extension in jump target calculation.
7130
7131 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
7132
7133 * mips-tdep.c (mips32_next_pc): Handle JALX.
7134
7135 2012-04-10 Yao Qi <yao@codesourcery.com>
7136
7137 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
7138
7139 2012-04-10 Yao Qi <yao@codesourcery.com>
7140
7141 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
7142 and gnulib/m4/gnulib-tool.m4.
7143
7144 2012-04-10 Doug Evans <dje@google.com>
7145
7146 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
7147 (load_partial_dies): Clarify comment.
7148 (find_partial_die): Support rereading type units.
7149 Clarify CU handling, if we know offset is in CU, don't search for the
7150 containing CU. Add comment regarding memory waste.
7151
7152 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
7153
7154 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
7155 i386/x32-avx and i386/x32-avx-linux.
7156 (i386/x32-expedite): New.
7157 (i386/x32-linux-expedite): Likewise.
7158 (i386/x32-avx-expedite): Likewise.
7159 (i386/x32-avx-linux-expedite): Likewise.
7160 ($(outdir)/i386/x32.dat): Likewise.
7161 ($(outdir)/i386/x32-linux.dat): Likewise.
7162 ($(outdir)/i386/x32-avx.dat): Likewise.
7163 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
7164
7165 * features/i386/x32-avx-linux.xml: New file.
7166 * features/i386/x32-avx.xml: Likewise.
7167 * features/i386/x32-core.xml: Likewise.
7168 * features/i386/x32-linux.xml: Likewise.
7169 * features/i386/x32.xml: Likewise.
7170
7171 * features/i386/x32-avx-linux.c: New. Generated.
7172 * features/i386/x32-avx.c: Likewise.
7173 * features/i386/x32-linux.c: Likewise.
7174 * features/i386/x32.c: Likewise.
7175 * regformats/i386/x32-avx-linux.dat: Likewise.
7176 * regformats/i386/x32-avx.dat: Likewise.
7177 * regformats/i386/x32-linux.dat: Likewise.
7178 * regformats/i386/x32.dat: Likewise.
7179
7180 2012-04-10 Tristan Gingold <gingold@adacore.com>
7181
7182 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
7183 code to kill the inferior.
7184
7185 2012-04-09 Mark Kettenis <kettenis@gnu.org>
7186
7187 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7188 defines.
7189 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7190 defines.
7191 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
7192 (yyvsp): New defines.
7193 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7194 defines.
7195 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7196 defines.
7197 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7198 defines.
7199 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7200 defines.
7201 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7202 defines.
7203
7204 2012-04-09 Mark Kettenis <kettenis@gnu.org>
7205
7206 * sparc64-tdep.c (sparc64_store_arguments)
7207 (sparc64_store_arguments): Fix coding style.
7208
7209 2012-04-07 Mark Kettenis <kettenis@gnu.org>
7210
7211 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
7212 complex floats, adjust some related comments and tighten a related
7213 assertion.
7214 (sparc64_extract_return_value): Handle complex floats.
7215
7216 2012-04-07 Doug Evans <dje@google.com>
7217
7218 * dwarf2read.c (load_partial_dies): Change condition to assert.
7219
7220 2012-04-06 Doug Evans <dje@google.com>
7221
7222 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
7223 "mov %rsp,%rbp".
7224
7225 2012-04-05 Kevin Buettner <kevinb@redhat.com>
7226
7227 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
7228 fencepost error.
7229 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
7230 (v850_gdbarch_init): Set `num_regs' as appropriate for the
7231 architecture.
7232
7233 2012-04-05 Keith Seitz <keiths@redhat.com>
7234
7235 * linespec.c (decode_compound): Remove.
7236 (enum offset_relative_sign): New enum.
7237 (struct line_offset): New struct.
7238 (struct linespec): New struct.
7239 (struct linespec_state): Move file_symtabs,
7240 user_filename, and user_function into struct linespec.
7241 Make result an anonymous struct holding vectors of
7242 symbolp and minsym_and_objfile_d.
7243 Add language member.
7244 (enum ls_token_type): New enum.
7245 (linespec_keywords): New array.
7246 (struct ls_token): New struct.
7247 (struct ls_parser): New struct.
7248 (linespec_lexer_lex_number): New function.
7249 (linespec_lexer_lex_keyword): New function.
7250 (is_ada_operator): New function.
7251 (skip_quote_char): New function.
7252 (copy_token_string): New function.
7253 (is_closing_quote_enclosed): New function.
7254 (find_parameter_list_end): New function.
7255 (linespec_lexer_lex_string): New function.
7256 (linespec_lexer_lex_one): New function.
7257 (linespec_lexer_consume_token): New function.
7258 (linespec_lexer_peek_token): New function.
7259 (cplusplus_error): Remove unused function.
7260 (find_methods): Update comment.
7261 (find_toplevel_char): Return const.
7262 (is_objc_method_format): Remove unused function.
7263 (find_toplevel_string): New function.
7264 (is_linespec_boundary): Remove.
7265 (symbol_not_found_error): New function.
7266 (find_method_overload_end): Remove function.
7267 (unexpected_linespec_error): New function.
7268 (keep_name_info): Remove.
7269 (linespec_parse_line_offset): New function.
7270 (linespec_parse_basic): New function.
7271 (canonicalize_linespec): New function.
7272 (decode_line_internal): Remove.
7273 (create_sals_line_offset): New function adapted from
7274 decode_all_digits.
7275 (convert_linespec_to_sals): New function.
7276 (parse_linespec): New function.
7277 (linespec_parser_new): New function.
7278 (linespec_state_destructor): Change parameter type to
7279 struct linespec_state *.
7280 Add language parameter.
7281 Remove freeing of moved members.
7282 (linespec_parser_delete): New function.
7283 (decode_line_full): Use parse_linespec and linespec_parser_new.
7284 (decode_line_1): Likewise.
7285 (decode_indirect): Rename to ...
7286 (linespec_expression_to_pc): ... this and rewrite
7287 to simply find CORE_ADDR, storing this result for later
7288 conversion to SALs.
7289 (locate_first_half): Remove.
7290 (deocde_objc): Add parameter LS.
7291 Initialize new struct collect_info members.
7292 Handle minimal symbols, too.
7293 (decode_compound): Delete.
7294 (lookup_prefix_sym): Rewrite.
7295 (compare_msymbols): New function.
7296 (find_method): Rewrite.
7297 Do not call cplusplus_error.
7298 (symtabs_from_filename): Rewrite.
7299 (collect_function_symbols): Delete.
7300 (find_function_symbols): Rewrite without ARGPTR-style
7301 processing.
7302 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
7303 (decode_dollar): Adapted and renamed to ...
7304 (linespec_parse_variable): ... this.
7305 (find_linespec_symbols): New function.
7306 (decode_label): Adapted and renamed to ...
7307 (find_label_symbols): ... this.
7308 (decode_digits_list_mode): Add and use LS argument.
7309 (decode_digits_ordinary): Likewise.
7310 (collect_symbols): Do not collect SALs, just symbols and msymbols.
7311 If in list mode, allow any symbol class. Otherwise, only
7312 permit LOC_BLOCK symbols.
7313 (minsym_found): Update comments.
7314 (search_minsyms_for_name): Do not convert the matching symbol
7315 into a SAL. Simply push the symbol and objfile into the
7316 result vector.
7317 (decode_variable): Delete. Contents adapted into
7318 find_linespec_symbols.
7319
7320 * cp-support.c (SKIP_SPACE): Remove.
7321 (operator_tokens): Remove unused global.
7322 (cp_validate_operator): Remove.
7323 * cp-support.h (cp_validate_operator): Remove declaration.
7324
7325 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7326
7327 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
7328 for TYPE_VPTR_FIELDNO.
7329 * valprint.c (valprint_check_validity): Make it global, move the
7330 function comment ...
7331 * value.h (valprint_check_validity): ... to this new declaration.
7332
7333 2012-04-02 Tristan Gingold <gingold@adacore.com>
7334
7335 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
7336 the STATE32 api for i386 state.
7337 (i386_darwin_store_inferior_registers): Likewise.
7338
7339 2012-04-02 Tristan Gingold <gingold@adacore.com>
7340
7341 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
7342 SS offset.
7343 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7344 format_string.
7345
7346 2012-04-02 Tristan Gingold <gingold@adacore.com>
7347
7348 PR gdb/13901
7349 * darwin-nat.c (darwin_execvp): Set binary preference.
7350
7351 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7352
7353 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
7354
7355 2012-03-30 Tom Tromey <tromey@redhat.com>
7356
7357 * python/python.c (gdbpy_decode_line): Move cleanup creation out
7358 of TRY_CATCH. Fix error handling.
7359 * python/py-value.c (convert_value_from_python): Move 'old'
7360 declaration to innermost scope.
7361
7362 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7363 Andrey Smirnov <andrew.smirnov@gmail.com>
7364
7365 -Wshadow warning fix.
7366 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
7367 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
7368 Adjust code accordingly.
7369
7370 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7371
7372 * ada-lang.c (symbol_completion_add): Rename parameter
7373 "encoded" into "encoded_p". Ajust code and documentation
7374 accordingly.
7375
7376 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7377 Andrey Smirnov <andrew.smirnov@gmail.com>
7378
7379 -Wshadow warning fix.
7380 * ada-lang.c (symbol_completion_add): Rename parameter
7381 "wild_match" into wild_match_p. Update code and documentation
7382 accordingly.
7383
7384 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7385
7386 * ada-lang.c (symbol_completion_match): Rename parameter
7387 "encoded" into "encoded_p". Ajust code and documentation
7388 accordingly.
7389
7390 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7391 Andrey Smirnov <andrew.smirnov@gmail.com>
7392
7393 -Wshadow warning fix.
7394 * ada-lang.c (symbol_completion_match): Rename parameter
7395 "wild_match" into "wild_match_p". Adjust code and function
7396 documentation accordingly.
7397
7398 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7399 Andrey Smirnov <andrew.smirnov@gmail.com>
7400
7401 -Wshadow warning fix.
7402 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
7403 "symbol_info" into "info". Adjust code accordingly.
7404 (ada_lookup_symbol): Likewise.
7405
7406 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7407
7408 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
7409 of this function's documentation.
7410
7411 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7412 Andrey Smirnov <andrew.smirnov@gmail.com>
7413
7414 -Wshadow warning fix.
7415 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
7416 variable into "wild_match_p". Adjust code accordingly.
7417
7418 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7419 Andrey Smirnov <andrew.smirnov@gmail.com>
7420
7421 -Wshadow warning fix.
7422 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
7423 parameter into "wild_match_p". Adjust code accordingly.
7424 Document this parameter in the function description.
7425
7426 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7427 Andrey Smirnov <andrew.smirnov@gmail.com>
7428
7429 -Wshadow warning fix.
7430 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
7431 "wild_match" parameter to "wild_match_p" (-Wshadow).
7432
7433 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7434
7435 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
7436 in function documentation.
7437
7438 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7439 Andrey Smirnov <andrew.smirnov@gmail.com>
7440
7441 -Wshadow warning fix.
7442 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
7443 variable into wild_match_p. Adjust code accordingly.
7444
7445 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7446 Andrey Smirnov <andrew.smirnov@gmail.com>
7447
7448 * ada-valprint.c (ada_val_print_1): Move the code handling
7449 TYPE_CODE_ENUM inside its own lexical block. Declare
7450 variables len and val there, instead of in the function's
7451 top level block. Avoid declaring deref_val again in a way
7452 that shadows another variable of the same name declared
7453 in one of the up-level blocks. Just re-use the up-level
7454 variable instead.
7455
7456 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7457
7458 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
7459 Replace block_found argument by symbol_info. Adjust
7460 implementation accordingly. Add function documentation.
7461 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
7462 Fix documentation.
7463 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
7464 * ada-exp.y (write_object_renaming): Adjust to new
7465 ada_lookup_encoded_symbol API.
7466
7467 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7468
7469 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
7470 documentation.
7471
7472 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
7473
7474 * v850-tdep.c: Add the enum values for mpu and fpu registers.
7475 (v850_register_name): Add the mpu and fpu register names.
7476 (v850e_register_name): Add the mpu and fpu register names.
7477 (v850e2_register_name): New function.
7478 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
7479 bfd_mach_v850e2v3.
7480
7481 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7482
7483 * NEWS: Add entry for Ada varobj support.
7484
7485 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7486
7487 * varobj.c (default_value_is_changeable_p): New function,
7488 extracted from varobj_value_is_changeable_p. Add declaration.
7489 (ada_value_is_changeable_p): New function, extracted from
7490 varobj_value_is_changeable_p. Add declaration.
7491 (struct language_specific): New field "value_is_changeable_p".
7492 (languages): Add entries for new field.
7493 (varobj_create): Set language before calling install_new_value.
7494 (varobj_value_is_changeable_p): Reimplement to call the varobj's
7495 "value_is_changeable_p" language callback.
7496
7497 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7498
7499 * ada-varobj.h, ada-varobj.c: New files.
7500 * Makefile.in (SFILES): Add ada-varobj.c.
7501 (HFILES_NO_SRCDIR): Add ada-varobj.h.
7502 (COMMON_OBS): Add ada-varobj.o.
7503
7504 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7505
7506 * varobj.c (ada_value_has_mutated): Add declaration. New function.
7507 (struct language_specific): New field "value_has_mutated".
7508 (languages): Set field "value_has_mutated" in each entry of array.
7509 (varobj_value_has_mutated): New function.
7510 (varobj_udpdate): Add handling of type mutation.
7511 (value_of_root): Add handling of type mutation.
7512 (ada_value_has_mutated): New function.
7513
7514 2012-03-28 Pedro Alves <palves@redhat.com>
7515
7516 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
7517 Always supply $fr0 as 0.0 and $fr1 as 1.0.
7518
7519 2012-03-28 Tom Tromey <tromey@redhat.com>
7520
7521 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
7522 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
7523 before returning.
7524
7525 2012-03-28 Tom Tromey <tromey@redhat.com>
7526
7527 * .dir-locals.el: New file.
7528
7529 2012-03-28 Pedro Alves <palves@redhat.com>
7530
7531 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
7532
7533 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7534
7535 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
7536 handling for r0.
7537
7538 2012-03-27 Pedro Alves <palves@redhat.com>
7539
7540 Eliminate struct ui_stream.
7541
7542 * ui-out.h (struct ui_stream): Delete.
7543 (ui_out_field_stream): Adjust prototype.
7544 (ui_out_stream_new, ui_out_stream_delete)
7545 (make_cleanup_ui_out_stream_delete): Delete declarations.
7546 * ui-out.c (ui_out_field_stream): Change prototype to take a
7547 ui_file instead of a ui_stream. Adjust.
7548 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
7549 (make_cleanup_ui_out_stream_delete): Delete.
7550 * breakpoint.c (print_breakpoint_location)
7551 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
7552 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7553 * disasm.c (dump_insns): Ditto.
7554 (do_mixed_source_and_assembly, do_assembly_only): Adjust
7555 prototype.
7556 (gdb_disassembly): Use ui_file/mem_fileopen instead of
7557 ui_stream/ui_out_stream_new.
7558 * infcmd.c (print_return_value): Ditto.
7559 * osdata.c (info_osdata_command): Don't allocate a local
7560 ui_stream.
7561 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
7562 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7563 * tracepoint.c (print_one_static_tracepoint_marker): Don't
7564 allocate a local ui_stream.
7565 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
7566 instead of ui_stream/ui_out_stream_new.
7567 (list_args_or_locals): Don't allocate a local ui_stream.
7568 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
7569 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
7570 ui_stream/ui_out_stream_new.
7571 * cli/cli-setshow.c (do_setshow_command): Ditto.
7572
7573 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
7574
7575 * arm-linux-tdep.c (arm_linux_init_abi): Call
7576 set_gdbarch_process_record. Initialize `arm_swi_record' field.
7577 * arm-tdep.c (arm_process_record): New function.
7578 (deallocate_reg_mem): New function.
7579 (decode_insn): New function.
7580 (thumb_record_branch): New function.
7581 (thumb_record_ldm_stm_swi(): New function.
7582 (thumb_record_misc): New function.
7583 (thumb_record_ld_st_stack): New function.
7584 (thumb_record_ld_st_imm_offset): New function.
7585 (thumb_record_ld_st_reg_offset(): New function.
7586 (thumb_record_add_sub_cmp_mov): New function.
7587 (thumb_record_shift_add_sub): New function.
7588 (arm_record_coproc_data_proc): New function.
7589 (arm_record_coproc): New function.
7590 (arm_record_b_bl): New function.
7591 (arm_record_ld_st_multiple): New function.
7592 (arm_record_ld_st_reg_offset): New function.
7593 (arm_record_ld_st_imm_offset): New function.
7594 (arm_record_data_proc_imm): New function.
7595 (arm_record_data_proc_misc_ld_str): New function.
7596 (arm_record_extension_space): New function.
7597 (arm_record_strx): New function.
7598 (sbo_sbz): New function.
7599 (struct insn_decode_record): New structure for arm insn record.
7600 (REG_ALLOC): New macro for reg allocations.
7601 (MEM_ALLOC): New macro for memory allocations.
7602 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
7603
7604 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
7605
7606 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
7607 (store_register): Likewise.
7608
7609 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
7610
7611 * MAINTAINERS (Write After Approval): Add myself to the list.
7612
7613 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7614
7615 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
7616 Describe also the option "auto".
7617
7618 2012-03-22 Richard Henderson <rth@redhat.com>
7619
7620 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
7621 * sparc-nat.c (sparc_xfer_wcookie): Make static.
7622
7623 2012-03-22 Richard Henderson <rth@redhat.com>
7624
7625 * jit.c (jit_read_code_entry): Compute alignment and offset of
7626 int64_t member before computing entry_size.
7627
7628 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7629
7630 Python scripting: Add new method Value.referenced_value to
7631 gdb.Value which can dereference pointer as well as reference
7632 values.
7633 * NEWS: Add entry under 'Python scripting' about the new method
7634 Value.referenced_value on gdb.Value objects.
7635 * python/py-value.c (valpy_referenced_value): New function
7636 defining a new method on gdb.Value objects which can dereference
7637 pointer and reference values.
7638
7639 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7640
7641 * MAINTAINERS (Write After Approval): Add myself to the list.
7642
7643 2012-03-21 Kevin Buettner <kevinb@redhat.com>
7644
7645 * symtab.c (skip_prologue_sal): Change test to check for "main()"
7646 in addition to "main".
7647
7648 2012-03-21 Joel Brobecker <brobecker@adacore.com>
7649
7650 * expression.h (op_name): Add declaration.
7651 * expprint.c (op_name): Remove declaration. Make non-static.
7652 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
7653
7654 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
7655
7656 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
7657 of struct siginfo.
7658 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
7659 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
7660 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
7661 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
7662 (linux_nat_get_siginfo): Likewise.
7663 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
7664 (linux_nat_get_siginfo): Likewise.
7665 * linux-tdep.c (linux_get_siginfo_type): Likewise.
7666 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
7667 * procfs.c (gdb_siginfo_t): Likewise.
7668
7669 2012-03-21 Mike Frysinger <vapier@gentoo.org>
7670
7671 * .gitignore: Ignore more files.
7672
7673 2012-03-20 Pedro Alves <palves@redhat.com>
7674
7675 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
7676 returns.
7677
7678 2012-03-20 Yao Qi <yao@codesourcery.com>
7679
7680 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
7681 comment.
7682
7683 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7684
7685 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
7686 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
7687 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
7688 sect_offset.
7689 * dwarf2expr.h (cu_offset, sect_offset): New types.
7690 (struct dwarf_expr_context_funcs) <dwarf_call>
7691 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
7692 sect_offset.
7693 (struct dwarf_expr_context) <len>: Improve the comment.
7694 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
7695 cu_offset and sect_offset.
7696 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
7697 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
7698 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
7699 * dwarf2loc.h: Include dwarf2expr.h.
7700 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
7701 and sect_offset.
7702 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
7703 Improve the comment.
7704 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
7705 (struct signatured_type, struct line_header, struct partial_die_info)
7706 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
7707 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
7708 (get_die_type_at_offset, create_cus_from_index)
7709 (create_signatured_type_table_from_index, dw2_get_file_names)
7710 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
7711 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
7712 (create_debug_types_hash_table, process_psymtab_comp_unit)
7713 (load_partial_comp_unit, create_all_comp_units)
7714 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
7715 (load_full_comp_unit, dwarf2_physname, read_import_statement)
7716 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
7717 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
7718 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
7719 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
7720 (find_partial_die, read_attribute_value, lookup_die_type)
7721 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
7722 (is_ref_attr): New function comment.
7723 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
7724 Use cu_offset and sect_offset.
7725 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
7726 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
7727 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
7728 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
7729 (offset_and_type_hash, offset_and_type_eq, set_die_type)
7730 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
7731 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
7732 sect_offset.
7733
7734 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7735
7736 Code cleanup.
7737 * python/py-auto-load.c (source_section_scripts): New variable back_to.
7738 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
7739 with xfree.
7740 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
7741
7742 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7743
7744 * NEWS: Describe new options --init-command=FILE, -ix and
7745 --init-eval-command=COMMAND, -iex.
7746 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
7747 CMDARG_INIT_COMMAND.
7748 (captured_main): New enum items OPT_IX and OPT_IEX. Add
7749 "init-command", "init-eval-command", "ix" and "iex" to the variable
7750 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
7751 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
7752 (print_gdb_help): Describe --init-command=FILE, -ix and
7753 --init-eval-command=COMMAND, -iex.
7754
7755 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7756
7757 Code cleanup.
7758 * main.c (struct cmdarg): Move it here from main. Add more comments.
7759 (cmdarg_s, VEC (cmdarg_s)): New.
7760 (main): Move struct cmdarg from here. New variables cmdarg_vec and
7761 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
7762 Install cleanup for cmdarg_vec. Update filling for options 'x' and
7763 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
7764 of CMDARG.
7765
7766 2012-03-19 Tom Tromey <tromey@redhat.com>
7767
7768 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
7769
7770 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7771
7772 PR symtab/13777
7773 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
7774 GCC >=4.5.
7775
7776 2012-03-16 Chris January <chris.january@allinea.com>
7777
7778 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
7779 of clear.
7780
7781 2012-03-16 Chris January <chris.january@allinea.com>
7782
7783 * source.c (add_path): Use memmove instead of strcpy because the
7784 strings overlap.
7785
7786 2012-03-16 Joel Brobecker <brobecker@adacore.com>
7787
7788 * value.h (set_value_parent): Add declaration.
7789 * value.c (set_value_parent): New function.
7790 (value_address): If VALUE->PARENT is not NULL, then use it as
7791 the base address instead of VALUE->LOCATION.address.
7792 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
7793 the same as OBJ's address. Adjust V's offset accordingly.
7794 Set V's parent.
7795
7796 2012-03-16 Gary Benson <gbenson@redhat.com>
7797
7798 PR breakpoints/10738
7799 * dwarf2read.c (use_deprecated_index_sections): New global.
7800 (struct partial_die_info): New member may_be_inlined.
7801 (read_partial_die): Set may_be_inlined where appropriate.
7802 (add_partial_subprogram): Add partial symbols for partial
7803 DIEs that may be inlined.
7804 (new_symbol_full): Add inlined subroutines to the current
7805 scope.
7806 (write_psymtabs_to_index): Bump version number.
7807 (dwarf2_read_index): Read only version 6 indices unless
7808 use_deprecated_index_sections is set.
7809 * linespec.c (symbol_and_data_callback): New structure.
7810 (iterate_inline_only): New function.
7811 (iterate_over_all_matching_symtabs): New argument
7812 "include_inline". If nonzero, also call the callback for
7813 symbols representing inlined subroutines.
7814 (lookup_prefix_sym): Pass extra argument to the above.
7815 (find_function_symbols): Likewise.
7816 (add_matching_symbols_to_info): Likewise.
7817 * NEWS: Mention that GDB can now set breakpoints on inlined
7818 functions.
7819
7820 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
7821
7822 * p-typeprint.c (pascal_type_print_method_args):
7823 Fix display of parameter of methods.
7824
7825 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
7826
7827 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
7828 Add missing prototype.
7829
7830 2012-03-16 Yao Qi <yao@codesourcery.com>
7831 Jan Kratochvil <jan.kratochvil@redhat.com>
7832
7833 Fix false compilation warning.
7834 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
7835
7836 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
7837 Pedro Alves <pedro@codesourcery.com>
7838
7839 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
7840 (arm_register_g_packet_guesses): New function.
7841 (arm_gdbarch_init): Don't force a target description with
7842 registers when the executable is detected as M-profile. Instead
7843 set gdbarch->tdep->is_m. Register `g' packet guesses.
7844 (_initialize_arm_tdep): Initialize the new target description.
7845 * features/arm-with-m-fpa-layout.xml: New description.
7846 * features/arm-with-m-fpa-layout.c: New, generated.
7847
7848 2012-03-15 Joel Brobecker <brobecker@adacore.com>
7849
7850 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
7851 Update function description.
7852 (insert_bp_location): Do not wipe bl->target_info out.
7853 * mem-break.c: #include "gdb_string.h".
7854 (default_memory_insert_breakpoint): Do not call target_read_memory
7855 with a pointer to the breakpoint's shadow_contents buffer. Use
7856 a local buffer instead.
7857 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
7858
7859 2012-03-15 Tom Tromey <tromey@redhat.com>
7860
7861 * NEWS: Mention "info vtbl", not "info vtable".
7862 * cp-support.c (info_vtbl_command): Fix comment.
7863 (_initialize_cp_support): Fix text.
7864
7865 2012-03-15 Tom Tromey <tromey@redhat.com>
7866
7867 * cp-valprint.c (cp_print_value_fields): Use
7868 print_function_pointer_address for vtable slot.
7869
7870 2012-03-15 Tom Tromey <tromey@redhat.com>
7871
7872 * gnu-v3-abi.c (struct value_and_voffset): New.
7873 (hash_value_and_voffset, eq_value_and_voffset)
7874 (compare_value_and_voffset, compute_vtable_size)
7875 (print_one_vtable, gnuv3_print_vtable): New functions.
7876 (init_gnuv3_ops): Initialize 'print_vtable' field.
7877 * cp-support.c (info_vtbl_command): New function.
7878 (_initialize_cp_support): Add "info vtbl".
7879 * cp-abi.h (cplus_print_vtable): Declare.
7880 (struct cp_abi_ops) <print_vtable>: New field.
7881 * cp-abi.c (cplus_print_vtable): New function.
7882 * NEWS: Update.
7883
7884 2012-03-15 Tom Tromey <tromey@redhat.com>
7885
7886 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
7887 iterate_over_symbols.
7888
7889 2012-03-14 Doug Evans <dje@google.com>
7890
7891 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
7892 DW_OP_GNU_parameter_ref.
7893
7894 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7895
7896 Fix double prompt of 'interpreter-exec mi'.
7897 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
7898 (mi_interpreter_resume): use it.
7899 (mi_execute_command_input_handler): New function.
7900 * mi/mi-main.c (mi_execute_command): Move prompt printing to
7901 mi_execute_command_input_handler.
7902
7903 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
7904
7905 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
7906 prototype.
7907 (darwin_debug_port_info): Make static.
7908 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
7909 * machoread.c (_initialize_machoread): Add prototype.
7910 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
7911 (i386_darwin_set_control, i386_darwin_get_control)
7912 i386_darwin_dr_set_addr, i386_darwin_get_addr)
7913 i386_darwin_get_status, i386_darwin_get_control):
7914 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
7915
7916 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7917
7918 * ax-gdb.c (gen_usual_unary): Remove special handling of
7919 enum and bool types.
7920
7921 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7922
7923 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
7924
7925 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7926
7927 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
7928
7929 2012-03-13 Chris January <chris.january@allinea.com>
7930
7931 * aix-thread.c (fill_sprs): Store the floating point registers
7932 at the correct offsets into vals.
7933
7934 2012-03-13 Doug Evans <dje@google.com>
7935
7936 * NEWS: Mention symbol-reloading has been deleted.
7937 * symfile.c (symbol_reloading): Delete.
7938 (show_symbol_reloading): Delete.
7939 (_initialize_symfile): Delete set/show symbol-reloading.
7940
7941 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
7942 read_in_chain until we have successfully read it in.
7943 (load_full_comp_unit): Ditto.
7944 (read_signatured_type): Add comment.
7945
7946 2012-03-13 Chris January <chris.january@allinea.com>
7947
7948 * stabsread.c (fix_common_block): Change type of valu argument
7949 to CORE_ADDR.
7950
7951 2012-03-13 Chris January <chris.january@allinea.com>
7952
7953 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
7954 instruction.
7955
7956 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7957
7958 * common/linux-procfs.c (linux_proc_get_int): New, from
7959 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
7960 field.
7961 (linux_proc_get_tgid): Only call linux_proc_get_int.
7962 (linux_proc_get_tracerpid): New.
7963 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
7964 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
7965 linux_proc_pid_has_state.
7966 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
7967 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
7968 (linux_ptrace_attach_warnings): New.
7969 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
7970 New declaration.
7971 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
7972 (linux_nat_attach): New variables ex, buffer, message and message_s.
7973 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
7974
7975 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7976
7977 * Makefile.in (linux-ptrace.o): New.
7978 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
7979 from linux-nat.c.
7980 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
7981 * common/linux-ptrace.c: New file.
7982 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
7983 * config/arm/linux.mh: Likewise.
7984 * config/i386/linux.mh: Likewise.
7985 * config/i386/linux64.mh: Likewise.
7986 * config/ia64/linux.mh: Likewise.
7987 * config/m32r/linux.mh: Likewise.
7988 * config/m68k/linux.mh: Likewise.
7989 * config/mips/linux.mh: Likewise.
7990 * config/pa/linux.mh: Likewise.
7991 * config/powerpc/linux.mh: Likewise.
7992 * config/powerpc/ppc64-linux.mh: Likewise.
7993 * config/powerpc/spu-linux.mh: Likewise.
7994 * config/s390/s390.mh: Likewise.
7995 * config/sparc/linux.mh: Likewise.
7996 * config/sparc/linux64.mh: Likewise.
7997 * config/xtensa/linux.mh: Likewise.
7998 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
7999 common/linux-procfs.c.
8000 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
8001
8002 2012-03-13 Hui Zhu <teawater@gmail.com>
8003 Pedro Alves <palves@redhat.com>
8004
8005 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
8006 CREATE_BREAKPOINT_FLAGS_INSERTED.
8007 (create_breakpoint_sal, create_breakpoints_sal)
8008 (base_breakpoint_create_breakpoints_sal)
8009 (tracepoint_create_breakpoints_sal)
8010 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
8011 down.
8012 (break_command_1, handle_gnu_v3_exceptions, trace_command)
8013 (ftrace_command, strace_command): Adjust.
8014 (create_tracepoint_from_upload): Pass
8015 CREATE_BREAKPOINT_FLAGS_INSERTED.
8016 * breakpoint.h (enum breakpoint_create_flags): New.
8017 (create_breakpoint): New flags parameter.
8018 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
8019 * python/py-breakpoint.c (bppy_init): Adjust.
8020 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
8021 * spu-tdep.c (spu_catch_start): Adjust.
8022
8023 2012-03-13 Pedro Alves <palves@redhat.com>
8024 Hui Zhu <teawater@gmail.com>
8025 Yao Qi <yao@codesourcery.com>
8026
8027 * remote.c (struct remote_state): New field `starting_up'.
8028 (remote_start_remote): Set and clear it.
8029 (remote_can_download_tracepoint): If starting up, return false.
8030
8031 2012-03-13 Yao Qi <yao@codesourcery.com>
8032
8033 * inferior.h (struct inferior): Remove fields any_syscall_count,
8034 syscalls_counts and total_syscalls_count. Move them to new
8035 struct catch_syscall_inferior_data in breakpoint.c.
8036 * breakpoint.c: Call DEF_VEC_I(int).
8037 (struct catch_syscall_inferior_data): New.
8038 (get_catch_syscall_inferior_data): New.
8039 (catch_syscall_inferior_data_cleanup): New.
8040 (insert_catch_syscall): Update to access data in
8041 struct catch_syscall_inferior_data.
8042 (insert_catch_syscall): Likewise.
8043 (remove_catch_syscall): Likewise.
8044 (remove_catch_syscall): Likewise.
8045 (is_syscall_catchpoint_enabled): Likewise.
8046 (add_catch_command): Likewise.
8047 (_initialize_breakpoint): Register cleanup.
8048 * breakpoint.h: Removed DEF_VEC_I(int).
8049 * dwarf2loc.c: Call DEF_VEC_I(int).
8050 * mi/mi-main.c: Likewise.
8051
8052 2012-03-12 Mark Kettenis <kettenis@gnu.org>
8053
8054 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
8055
8056 2012-03-12 Chris January <chris.january@allinea.com>
8057
8058 * aix-thread.c (_initialize_aix_thread): Add prototype.
8059 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
8060 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
8061
8062 2012-03-12 Joel Brobecker <brobecker@adacore.com>
8063
8064 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
8065 include of "amd64-nat.h".
8066
8067 2012-03-12 Tom Tromey <tromey@redhat.com>
8068
8069 * buildsym.c (record_pending_block): Now static.
8070 * buildsym.h: (record_pending_block): Remove.
8071
8072 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
8073
8074 * amd64bsd-nat.c: Include amd64bsd-nat.h.
8075
8076 2012-03-09 Tom Tromey <tromey@redhat.com>
8077
8078 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
8079 producer_is_gxx_lt_4_6>: New fields.
8080 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
8081
8082 2012-03-09 Tom Tromey <tromey@redhat.com>
8083
8084 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
8085
8086 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8087
8088 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
8089 prototype.
8090
8091 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8092
8093 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
8094
8095 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8096
8097 Fix -Wmissing-prototypes build.
8098 * arm-linux-nat.c (get_thread_id): Make it static.
8099 * xtensa-linux-nat.c (get_thread_id): Likewise.
8100
8101 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8102
8103 * server.c (process_point_options): If a conditional expression
8104 is found, only print a message if remote_debug is nonzero.
8105
8106 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
8107
8108 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
8109 of internal error for unknown/unsupported types.
8110
8111 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8112
8113 Fix CU relative vs. absolute DIE offsets.
8114 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
8115 offset to offset_in_cu.
8116 * dwarf2read.c (process_enumeration_scope): Add CU offset to
8117 TYPE_OFFSET.
8118 (dwarf2_fetch_die_location_block): Rename parameter offset to
8119 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
8120
8121 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8122
8123 * libunwind-frame.c: Rename to ...
8124 * ia64-libunwind-tdep.c: ... here.
8125 * libunwind-frame.h: Rename to ...
8126 * ia64-libunwind-tdep.h: ... here.
8127 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
8128 ia64-libunwind-tdep.h.
8129 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
8130 * README (--with-libunwind): Rename to ...
8131 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
8132 * config.in: Regenerate.
8133 * configure: Regenerate.
8134 * configure.ac: New option --with-libunwind-ia64, make the
8135 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
8136 Remove AC_DEFINE for HAVE_LIBUNWIND.
8137 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
8138 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
8139 Rename libunwind-frame in the general comment.
8140 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
8141 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
8142 Move forward declarations inside #ifndef. Rename libunwind-frame in
8143 the general comment.
8144 * ia64-tdep.c: Rename libunwind-frame.h #include to
8145 ia64-libunwind-tdep.h.
8146 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
8147 (ia64_libunwind_descr): Rename libunwind-frame to
8148 ia64-libunwind-tdep in these function comments.
8149 * ia64-tdep.h: Rename libunwind-frame.h #include to
8150 ia64-libunwind-tdep.h.
8151 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
8152 ia64-libunwind-tdep in that data comment.
8153
8154 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8155
8156 * libunwind-frame.h (struct frame_unwind): New declaration.
8157
8158 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8159
8160 * breakpoint.c (_initialize_breakpoint): Fix error in help of
8161 "set breakpoint condition-evaluation" command.
8162
8163 2012-03-08 Tristan Gingold <gingold@adacore.com>
8164
8165 * sparc-stub.c: Move to stubs/
8166 * sh-stub.c: Likewise.
8167 * m68k-stub.c: Likewise.
8168 * m32r-stub.c: Likewise.
8169 * i386-stub.c: Likewise.
8170
8171 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
8172
8173 * m68klinux-tdep.c (m68k_linux_init_abi): Register
8174 linux_get_siginfo_type.
8175
8176 * m68klinux-nat.c: Include "gdb_proc_service.h".
8177 (PTRACE_GET_THREAD_AREA): Define.
8178 (ps_get_thread_area): New function.
8179
8180 2012-03-08 Yao Qi <yao@codesourcery.com>
8181
8182 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
8183 `xsnprintf'.
8184 (remote_query_attached): Likewise.
8185 (remote_static_tracepoint_marker_at): Likewise.
8186 (remote_set_permissions): Likewise.
8187 (remote_detach_1, extended_remote_attach_1): Likewise.
8188 (send_g_packet, remote_vkill): Likewise.
8189 (extended_remote_disable_randomization): Likewise.
8190 (remote_add_target_side_condition): Likewise.
8191 (remote_insert_breakpoint): Likewise.
8192 (remote_remove_breakpoint): Likewise.
8193 (remote_insert_watchpoint): Likewise.
8194 (remote_remove_watchpoint): Likewise.
8195 (remote_insert_hw_breakpoint): Likewise.
8196 (remote_insert_hw_breakpoint): Likewise.
8197 (remote_remove_hw_breakpoint): Likewise.
8198 (remote_download_command_source): Likewise.
8199 (remote_download_tracepoint): Likewise.
8200 (remote_download_trace_state_variable): Likewise.
8201 (remote_disable_tracepoint): Likewise.
8202 (remote_trace_set_readonly_regions): Likewise.
8203 (remote_get_tracepoint_status): Likewise.
8204 (remote_trace_find): Likewise.
8205 (remote_get_trace_state_variable_value): Likewise.
8206 (remote_set_disconnected_tracing): Likewise.
8207 (remote_set_circular_trace_buffer): Likewise.
8208 (remote_get_min_fast_tracepoint_insn_len): Likewise.
8209 (remote_use_agent): Likewise.
8210 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
8211 Update callers.
8212
8213 2012-03-07 Pedro Alves <palves@redhat.com>
8214
8215 * NEWS: Mention QProgramSignals.
8216 * inferior.h (update_signals_program_target): Declare.
8217 * infrun.c: (update_signals_program_target): New.
8218 (handle_command): Update the target of the new program signals
8219 array changes.
8220 * remote.c (PACKET_QProgramSignals): New enum.
8221 (last_program_signals_packet): New global.
8222 (remote_program_signals): New.
8223 (remote_start_remote): Update the target with the program signals
8224 list.
8225 (remote_protocol_features): Add entry for QPassSignals.
8226 (remote_open_1): Free anc clear last_program_signals_packet.
8227 (init_remote_ops): Install remote_program_signals.
8228 * target.c (update_current_target): Adjust.
8229 (target_program_signals): New.
8230 * target.h (struct target_ops) <to_program_signals>: New field.
8231 (target_program_signals): Declare.
8232
8233 2012-03-07 Pedro Alves <palves@redhat.com>
8234
8235 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
8236 extensions.
8237
8238 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
8239
8240 * m68klinux-nat.c (getregs_supplies): Make static.
8241 (getfpregs_supplies): Likewise.
8242 (have_ptrace_getregs): Likewise.
8243
8244 2012-03-06 Joel Brobecker <brobecker@adacore.com>
8245
8246 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
8247 in call to get_die_type_at_offset.
8248
8249 2012-03-06 Stan Shebs <stan@codesourcery.com>
8250
8251 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
8252 * mi/mi-cmd-disas.c: Ditto.
8253 * mi/mi-cmd-env.c: Ditto.
8254 * mi/mi-cmd-file.c: Ditto.
8255 * mi/mi-cmd-stack.c: Ditto.
8256 * mi/mi-cmd-target.c: Ditto.
8257 * mi/mi-cmd-var.c: Ditto.
8258 * mi/mi-cmds.c: Ditto.
8259 * mi/mi-cmds.h: Ditto.
8260 * mi/mi-console.c: Ditto.
8261 * mi/mi-getopt.c: Ditto.
8262 * mi/mi-getopt.h: Ditto.
8263 * mi/mi-interp.c: Ditto.
8264 * mi/mi-main.c: Ditto.
8265 * mi/mi-out.c: Ditto.
8266 * mi/mi-parse.c: Ditto.
8267 * mi/mi-parse.h: Ditto.
8268 * mi/mi-symbol-cmds.c: Ditto.
8269
8270 * mi/mi-getopt.h: Move mi_opt struct up.
8271 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
8272 return.
8273 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
8274
8275 2012-03-06 Tom Tromey <tromey@redhat.com>
8276
8277 * proc-service.c (ps_pglobal_lookup): Set the current program
8278 space.
8279
8280 2012-03-06 Pedro Alves <palves@redhat.com>
8281
8282 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
8283
8284 2012-03-05 Joel Brobecker <brobecker@adacore.com>
8285
8286 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
8287
8288 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8289
8290 Code cleanup.
8291 * common/linux-osdata.c (linux_common_core_of_thread): New function
8292 comment.
8293 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
8294 call by linux_common_core_of_thread.
8295 (linux_nat_core_of_thread_1): Remove.
8296 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
8297 * linux-thread-db.c: Include linux-osdata.h.
8298 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
8299 linux_common_core_of_thread.
8300
8301 2012-03-05 Tom Tromey <tromey@redhat.com>
8302
8303 * value.c (value_primitive_field): Don't fetch contents for
8304 non-virtual bases.
8305
8306 2012-03-05 Tom Tromey <tromey@redhat.com>
8307
8308 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
8309
8310 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
8311
8312 * s390-nat.c: Include "gregset.h".
8313
8314 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8315
8316 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
8317 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
8318 (libunwind_load): New variable so_error, use it for dlerror. Try to
8319 load also LIBUNWIND_SO_7.
8320
8321 2012-03-05 Pedro Alves <palves@redhat.com>
8322
8323 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
8324 is not NULL, and remove resulting dead code.
8325
8326 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
8327
8328 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
8329 prologue to sh_analyze_prologue.
8330 (sh_analyze_prologue): Make better use of such an upper limit, and
8331 generally be more cautious about accessing memory.
8332
8333 2012-03-05 Tom Tromey <tromey@redhat.com>
8334
8335 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
8336 _initialize_ia64_hpux_tdep.
8337
8338 2012-03-05 Pedro Alves <palves@redhat.com>
8339
8340 PR gdb/13766
8341
8342 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
8343 the register state is clear, supply explicit zero, instead of
8344 marking the register unavailable.
8345
8346 2012-03-05 Tristan Gingold <gingold@adacore.com>
8347
8348 * NEWS: Mention OpenVMS ia64 new target.
8349
8350 2012-03-05 Tristan Gingold <gingold@adacore.com>
8351
8352 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
8353 (ia64_unw_accessors, ia64_unw_rse_accessors)
8354 (ia64_libunwind_descr): Declare.
8355 * ia64-vms-tdep.c: New file.
8356 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
8357 (ia64_libunwind_descr): Make them public.
8358 * configure.tgt: Add ia64-*-*vms*.
8359 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
8360 (ALLDEPFILES): Add ia64-vms-tdep.c
8361
8362 2012-03-05 Tristan Gingold <gingold@adacore.com>
8363
8364 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
8365 * remote.c (PACKET_qXfer_uib): New enum value.
8366 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
8367 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
8368 (_initialize_remote): Call add_packet_config_cmd for
8369 xfer:uib packet.
8370
8371 2012-03-05 Tristan Gingold <gingold@adacore.com>
8372
8373 * osabi.c (gdb_osabi_names): Add OpenVMS.
8374 (generic_elf_osabi_sniffer): Likewise.
8375 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
8376
8377 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8378
8379 Removed unused code.
8380 * libunwind-frame.c (libunwind_frame_unwind)
8381 (libunwind_frame_base_address): Remove.
8382 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
8383
8384 2012-03-04 Yao Qi <yao@codesourcery.com>
8385
8386 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
8387 remove trailing new line.
8388 (agent_run_command, agent_run_command): Add _ markup.
8389 (agent_capability_check): Likewise.
8390
8391 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8392
8393 * breakpoint.c (set_condition_evaluation_mode): Set
8394 CONDITION_EVALUATION_MODE unconditionally.
8395
8396 2012-03-03 Yao Qi <yao@codesourcery.com>
8397
8398 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
8399 * common/agent.h: Update declaration.
8400 * inf-child.c (inf_child_use_agent): New.
8401 (inf_child_can_use_agent): New.
8402 (inf_child_target): Initialize fields `to_use_agent'
8403 and `to_can_use_agent'.
8404 * agent.c (agent_new_objfile): New.
8405 (_initialize_agent): Add agent_new_objfile to new_objfile
8406 observer.
8407
8408 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8409 New.
8410 (linux_target_install_ops): Initialize field
8411 `to_static_tracepoint_markers_by_strid'.
8412 * remote.c (free_current_marker): Move it to ...
8413 * tracepoint.c (free_current_marker): ... here. New.
8414 (cleanup_target_stop): New.
8415 * tracepoint.h: Declare free_current_marker.
8416 * NEWS: Add one entry about `info static-tracepoint-marker'.
8417
8418 2012-03-03 Yao Qi <yao@codesourcery.com>
8419
8420 * common/agent.c (agent_loaded_p): New.
8421 (agent_look_up_symbols): New global.
8422 * common/agent.h: Declare agent_loaded_p.
8423
8424 2012-03-03 Yao Qi <yao@codesourcery.com>
8425
8426 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
8427 (agent_capability_check, agent_capability_invalidate): New.
8428 (symbol_list): New array element.
8429 * common/agent.h (enum agent_capa): New.
8430 * target.c (target_pre_inferior): Call agent_capability_invalidate.
8431
8432 2012-03-03 Yao Qi <yao@codesourcery.com>
8433
8434 * target.h (struct target_ops) <to_use_agent>: New field.
8435 (struct target_ops) <to_can_use_agent>: New field.
8436 (target_use_agent, target_can_use_agent): New macro.
8437 * target.c (update_current_target): Update.
8438 * remote.c: New enum `PACKET_QAgent'.
8439 (remote_protocol_features): Add a new element.
8440 (remote_use_agent, remote_can_use_agent): New.
8441 (init_remote_ops): Initialize field `can_use_agent' with
8442 remote_can_use_agent. Intiailize field `use_agent' with
8443 remote_use_agent.
8444 * common/agent.c (use_agent): New global.
8445 * common/agent.h: Declare it.
8446 * tracepoint.c (info_static_tracepoint_markers_command): Add
8447 comment.
8448 * Makefile.in (SFILES): Add common/agent.c and agent.c.
8449 (COMMON_OBS): Add common/agent.o and agent.o
8450 (common-agent.o): New rule.
8451 * agent.c: New.
8452
8453 2012-03-03 Yao Qi <yao@codesourcery.com>
8454
8455 * common/agent.c: New.
8456 * common/agent.h: New.
8457 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
8458 AC_CHECK_HEADERS.
8459 * configure, configh.in: Regenerated.
8460
8461 2012-03-02 Kevin Buettner <kevinb@redhat.com>
8462
8463 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
8464 unless it exists for this architecture.
8465
8466 2012-03-02 Joel Brobecker <brobecker@adacore.com>
8467
8468 * language.h (struct language_defn): New "method" la_read_var_value.
8469 * findvar.c: #include "language.h".
8470 (default_read_var_value): Renames read_var_value. Rewrite
8471 function description.
8472 (read_var_value): New function.
8473 * value.h (default_read_var_value): Add prototype.
8474 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
8475 New functions.
8476 (ada_language_defn): Add entry for la_read_var_value.
8477 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
8478 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
8479 language_defn structures to add entry for new la_read_var_value
8480 field.
8481
8482 2012-03-02 Tom Tromey <tromey@redhat.com>
8483 Pedro Alves <palves@redhat.com>
8484
8485 PR breakpoints/13776:
8486 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
8487 breakpoints.
8488 (delete_longjmp_breakpoint_at_next_stop): New.
8489 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
8490 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
8491 before deleting the inferior. Add comments.
8492 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
8493 breakpoints immediately, but only on next stop. Move that code
8494 next to where we mark other breakpoints for deletion.
8495
8496 2012-03-02 Joel Brobecker <brobecker@adacore.com>
8497
8498 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
8499 marker.
8500 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
8501 violation.
8502
8503 2012-03-02 Pedro Alves <palves@redhat.com>
8504
8505 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
8506
8507 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
8508
8509 Fix -Wmissing-prototypes build.
8510 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
8511 * remote-sim.c (gdbsim_has_all_memory): Likewise.
8512 (gdbsim_has_memory): Likewise.
8513
8514 2012-03-02 Yao Qi <yao@codesourcery.com>
8515
8516 Fix -Wmissing-prototypes build.
8517 * charset.c (phony_iconv_open): Make static.
8518 (phony_iconv_close, phony_iconv): Likewise.
8519 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
8520 * i386-windows-nat.c (_initialize_i386_windows_nat): New
8521 prototype.
8522 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
8523 * ser-mingw.c (create_select_thread): Make static.
8524 * windows-termcap.c (tgetent): New prototype.
8525 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
8526
8527 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
8528
8529 Fix -Wmissing-prototypes build.
8530 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
8531 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
8532 (_initialize_loadable): New prototypes.
8533
8534 2012-03-02 Doug Evans <dje@google.com>
8535
8536 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
8537 abbrev table, read_comp_unit will do it.
8538
8539 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8540
8541 Fix -Wmissing-prototypes build.
8542 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
8543 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
8544 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
8545 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
8546 (_initialize_arm_symbian_tdep): New prototype.
8547 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
8548 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
8549 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
8550 static.
8551 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
8552 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
8553 prototype.
8554 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
8555 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
8556 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
8557 static.
8558 * moxie-tdep.c (moxie_process_record): Likewise.
8559 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
8560 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
8561 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
8562 (_initialize_rl78_tdep): New prototype.
8563 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
8564 (_initialize_rx_tdep): New prototype.
8565 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
8566 (_initialize_darwin_solib): New prototype.
8567 * solib-spu.c: Include solib-spu.h.
8568 (_initialize_spu_solib): New prototype.
8569 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
8570 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
8571 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
8572 (tic6x_software_single_step): Make it static.
8573 (_initialize_tic6x_tdep): New prototype.
8574
8575 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8576
8577 Fix -Wmissing-prototypes build.
8578 * cris-tdep.c (cris_can_use_hardware_watchpoint)
8579 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
8580
8581 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8582
8583 Fix -Wmissing-prototypes build.
8584 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
8585 (frv_have_stopped_data_address): Remove.
8586
8587 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8588
8589 Fix -Wmissing-prototypes build.
8590 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
8591 * sh-tdep.c: Include sh64-tdep.h.
8592 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
8593 * sh64-tdep.c: Include sh64-tdep.h.
8594 * sh64-tdep.h: New file.
8595
8596 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8597
8598 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
8599
8600 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8601
8602 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
8603 sp_regnum once the gdbarch_init_osabi hook has been called.
8604
8605 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8606
8607 * mips-tdep.c (mips32_bc1_pc): New function.
8608 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
8609 BPOSGE32 and BPOSGE64 instructions.
8610 (deal_with_atomic_sequence): Likewise.
8611 (mips32_instruction_has_delay_slot): Likewise.
8612
8613 2012-03-01 Maciej W. Rozycki <macro@mips.com>
8614 Chris Dearman <chris@mips.com>
8615 Maciej W. Rozycki <macro@codesourcery.com>
8616 Joseph Myers <joseph@codesourcery.com>
8617
8618 * features/mips-dsp.xml: New file.
8619 * features/mips64-dsp.xml: New file.
8620 * features/mips-dsp-linux.xml: New file.
8621 * features/mips64-dsp-linux.xml: New file.
8622 * features/Makefile (WHICH): Add mips-dsp-linux and
8623 mips64-dsp-linux.
8624 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
8625 * features/mips-dsp-linux.c: New file.
8626 * features/mips64-dsp-linux.c: New file.
8627 * regformats/mips-dsp-linux.dat: New file.
8628 * regformats/mips64-dsp-linux.dat: New file.
8629 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
8630 registers.
8631 (mips64_linux_register_addr): Likewise.
8632 (mips64_linux_regsets_fetch_registers): Likewise.
8633 (mips64_linux_regsets_store_registers): Likewise.
8634 (mips64_linux_fetch_registers): Update call to
8635 mips64_linux_regsets_fetch_registers.
8636 (mips64_linux_store_registers): Update call to
8637 mips64_linux_regsets_store_registers.
8638 (mips_linux_read_description): Probe for DSP registers.
8639 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
8640 and initialize_tdesc_mips64_dsp_linux.
8641 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
8642 Remove padding of no longer used embedded register slots.
8643 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
8644 (MIPS_RESTART_REGNUM): Redefine enum value.
8645 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
8646 strings.
8647 (mips_tx39_reg_names): Likewise.
8648 (mips_linux_reg_names): New array of register names for Linux
8649 targets.
8650 (mips_register_name): Check for a null pointer in
8651 mips_processor_reg_names and return an empty string.
8652 (mips_register_type): Exclude embedded registers for the IRIX
8653 and Linux ABIs.
8654 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
8655 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
8656 DSP registers.
8657 (mips_stab_reg_to_regnum): Handle DSP accumulators.
8658 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
8659 (mips_gdbarch_init): Likewise. Initialize internal register
8660 indices for the Linux ABI. Use dynamic numbers to refer to
8661 registers, as applicable, while parsing the target description.
8662 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
8663
8664 2012-03-01 Joel Brobecker <brobecker@adacore.com>
8665
8666 * frame.h (read_frame_register_unsigned): Fix typo in function
8667 description.
8668
8669 2012-03-01 Pedro Alves <palves@redhat.com>
8670
8671 * jit-reader.in [!__cplusplus]
8672 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
8673
8674 2012-03-01 Pedro Alves <palves@redhat.com>
8675
8676 * configure.ac (build_warnings): Add -Wmissing-prototypes.
8677 * configure: Regenerate.
8678
8679 2012-03-01 Pedro Alves <palves@redhat.com>
8680
8681 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
8682 * breakpoint.c (create_exception_master_breakpoint, trace_command)
8683 (ftrace_command, strace_command): Make static.
8684 * d-lang.c (_initialize_d_language): Declare.
8685 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
8686 * dwarf2loc.c (_initialize_dwarf2loc):
8687 * dwarf2read.c (process_psymtab_comp_unit): Make static.
8688 * exec.c (exec_get_section_table): Make static.
8689 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
8690 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
8691 * inferior.c (remove_inferior_command, add_inferior_command)
8692 (clone_inferior_command): Make static.
8693 * linux-nat.c (linux_nat_thread_address_space)
8694 (linux_nat_core_of_thread): Make static.
8695 * linux-tdep.c (_initialize_linux_tdep): Declare.
8696 * objc-lang.c (_initialize_objc_lang): Declare.
8697 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
8698 Make static.
8699 (_initialize_opencl_language): Declare.
8700 * record.c (_initialize_record): Declare.
8701 * remote.c (demand_private_info, remote_get_tib_address)
8702 (remote_supports_cond_tracepoints)
8703 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
8704 Make static.
8705 * skip.c (_initialize_step_skip): Declare.
8706 * symtab.c (skip_prologue_using_lineinfo): Make static.
8707 * tracepoint.c (delete_trace_state_variable)
8708 (trace_variable_command, delete_trace_variable_command)
8709 (get_uploaded_tsv, find_matching_tracepoint_location)
8710 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
8711 Make static.
8712 * value.c (pack_unsigned_long): Make static.
8713 * varobj.c (varobj_ensure_python_env): Make static.
8714 * windows-tdep.c (_initialize_windows_tdep): Declare.
8715 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
8716
8717 2012-03-01 Pedro Alves <palves@redhat.com>
8718
8719 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
8720 gdbarch parameter.
8721 (linux_init_abi): Install it as has_shared_address_space gdbarch
8722 callback.
8723
8724 2012-03-01 Pedro Alves <palves@redhat.com>
8725
8726 * observer.c (observer_test_first_notification_function)
8727 (observer_test_second_notification_function)
8728 (observer_test_third_notification_function): Add declarations.
8729
8730 2012-03-01 Pedro Alves <palves@redhat.com>
8731
8732 * common/signals.c (default_target_signal_to_host)
8733 (default_target_signal_from_host): Move ...
8734 * arch-utils.c: ... here.
8735 * arch-utils.h (default_target_signal_to_host)
8736 (default_target_signal_from_host): Declare.
8737
8738 * common/signals.c (target_signal_from_command): Move ...
8739 * infrun.c: ... here.
8740 * inferior.h (target_signal_from_command): Declare.
8741 * target.h (target_signal_from_command)
8742 (default_target_signal_from_host, default_target_signal_to_host):
8743 Delete declarations.
8744
8745 * common/signals.c (_initialize_signals): Delete.
8746
8747 2012-03-01 Pedro Alves <palves@redhat.com>
8748
8749 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
8750 both __cplusplus and !__cplusplus.
8751
8752 2012-03-01 Pedro Alves <palves@redhat.com>
8753
8754 * psymtab.c (find_and_open_source): Delete declaration.
8755 * source.c (find_and_open_source): Move comment ...
8756 * source.h (find_and_open_source): ... to this new declaration.
8757
8758 2012-03-01 Pedro Alves <palves@redhat.com>
8759
8760 * inline-frame.c: Include inline-frame.h.
8761
8762 2012-03-01 Pedro Alves <palves@redhat.com>
8763
8764 * tui/tui-data.c (set_gen_win_origin): Delete.
8765 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
8766 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
8767
8768 2012-03-01 Pedro Alves <palves@redhat.com>
8769
8770 * remote.c (encode_actions): Delete declaration.
8771 * tracepoint.c (encode_actions): Make extern.
8772 * tracepoint.h (encode_actions): Declare.
8773
8774 2012-03-01 Pedro Alves <palves@redhat.com>
8775
8776 * python/py-breakpoint.c: Include python.h.
8777 * python/py-continueevent.c (create_continue_event_object): Make
8778 static.
8779 * python/py-lazy-string.c (stpy_get_type): Make static.
8780 * python/py-newobjfileevent.c (create_new_objfile_event_object):
8781 Make static.
8782 * python/py-utils.c (unicode_to_target_python_string): Make
8783 static.
8784 * python/py-value.c: Include python.h.
8785
8786 2012-03-01 Pedro Alves <palves@redhat.com>
8787
8788 * inferior.c (delete_threads_of_inferior): Delete.
8789
8790 2012-03-01 Pedro Alves <palves@redhat.com>
8791
8792 Import fallback definitions from glibc.
8793
8794 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
8795 ps_prochandle): Forward declare.
8796 (ps_err_e): Use glibc's comments.
8797 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
8798 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
8799 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
8800 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
8801 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
8802 (struct ps_prochandle): Adjust comment.
8803
8804 2012-03-01 Pedro Alves <palves@redhat.com>
8805
8806 * ada-lang.c (ada_modulus_from_name): Delete.
8807 * ada-lex.l (lexer_init): Make static.
8808
8809 2012-03-01 Pedro Alves <palves@redhat.com>
8810
8811 PR gdb/13767
8812
8813 * frame.c (read_frame_register_unsigned): New.
8814 * frame.h (read_frame_register_unsigned): Declare.
8815 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
8816 Handle it.
8817 (print_i387_control_word): New parameter `control_p'. Handle it.
8818 (i387_print_float_info): Handle unavailable float registers.
8819
8820 2012-03-01 Keith Seitz <keiths@redhat.com>
8821
8822 * linespec.c (decode_line_2): Sort the list of methods
8823 alphabetically before presenting the user with a selection
8824 menu.
8825
8826 2012-03-01 Doug Evans <dje@google.com>
8827
8828 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
8829 has_namespace_info.
8830 (dwarf2_read_abbrevs): Remove corresponding initialization.
8831
8832 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
8833
8834 * NEWS: Mention new python command class gdb.COMMAND_USER.
8835 * cli/cli-cmds.c (show_user): Print error when used on a python
8836 command.
8837 (init_cli_cmds): Update documentation strings for "show user" and
8838 "set/show max-user-call-depth" to clarify that it does not apply to
8839 python commands.
8840 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
8841 error check.
8842 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
8843 gdb python api.
8844 * top.c (execute_command): Only execute a user-defined command as a
8845 legacy macro if c->user_commands is set.
8846
8847 2012-03-01 Tom Tromey <tromey@redhat.com>
8848
8849 * valprint.h (struct generic_val_print_decorations): New.
8850 (generic_val_print): Declare.
8851 * valprint.c (generic_val_print): New function.
8852 * p-valprint.c (p_decorations): New global.
8853 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
8854 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
8855 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
8856 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
8857 * m2-valprint.c (m2_decorations): New global.
8858 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
8859 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
8860 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
8861 TYPE_CODE_ERROR>: Call generic_val_print.
8862 * f-valprint.c (f_decorations): New global.
8863 (f_val_print): Use print_function_pointer_address.
8864 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
8865 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
8866 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
8867 generic_val_print.
8868 * c-valprint.c (c_decorations): New global.
8869 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
8870 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
8871 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
8872 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
8873 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
8874 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
8875 case.
8876
8877 2012-03-01 Tom Tromey <tromey@redhat.com>
8878
8879 * valprint.c (val_print): Update.
8880 * p-valprint (pascal_val_print): Return void.
8881 * p-lang.h (pascal_val_print): Return void.
8882 * m2-valprint.c (m2_val_print): Return void.
8883 * m2-lang.h (m2_val_print): Return void.
8884 * language.h (struct language_defn) <la_val_print>: Return void.
8885 * language.c (unk_lang_val_print): Return void.
8886 * jv-valprint.c (java_val_print): Return void.
8887 * jv-lang.h (java_val_print): Return void.
8888 * f-valprint.c (f_val_print): Return void.
8889 * f-lang.h (f_val_print): Return void.
8890 * d-valprint.c (d_val_print): Return void.
8891 (dynamic_array_type): Update.
8892 * d-lang.h (d_val_print): Return void.
8893 * c-valprint.c (c_val_print): Return void.
8894 * c-lang.h (c_val_print): Return void.
8895 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
8896 void.
8897 * ada-lang.h (ada_val_print): Return void.
8898
8899 2012-03-01 Tom Tromey <tromey@redhat.com>
8900
8901 * value.h (val_print): Return void.
8902 * valprint.c (val_print): Return void.
8903
8904 2012-03-01 Tom Tromey <tromey@redhat.com>
8905
8906 * value.h (common_val_print): Return void.
8907 * valprint.c (common_val_print): Return void.
8908
8909 2012-03-01 Tom Tromey <tromey@redhat.com>
8910
8911 * value.h (value_print): Return void.
8912 * valprint.c (value_print): Return void.
8913 * p-valprint.c (pascal_value_print): Return void.
8914 * p-lang.h (pascal_value_print): Return void.
8915 * language.h (struct language_defn) <la_value_print>: Return
8916 void.
8917 * language.c (unk_lang_value_print): Return void.
8918 * jv-valprint.c (java_value_print): Return void.
8919 * jv-lang.h (java_value_print): Return void.
8920 * f-valprint.c (c_value_print): Don't declare.
8921 Include c-lang.h.
8922 * c-valprint.c (c_value_print): Return void.
8923 * c-lang.h (c_value_print): Return void.
8924 * ada-valprint.c (ada_value_print): Return void.
8925 * ada-lang.h (ada_value_print): Return void.
8926
8927 2012-03-01 Tom Tromey <tromey@redhat.com>
8928
8929 * value.c (value_primitive_field): Handle virtual base classes.
8930
8931 2012-03-01 Tom Tromey <tromey@redhat.com>
8932
8933 * gdbtypes.h (struct vbase): Remove.
8934
8935 2012-03-01 Tom Tromey <tromey@redhat.com>
8936
8937 * c-valprint.c (print_function_pointer_address): Move...
8938 * valprint.c: ... here. Make non-static.
8939 * m2-valprint.c (print_function_pointer_address): Remove.
8940 * valprint.h (print_function_pointer_address): Declare.
8941
8942 2012-03-01 Joel Brobecker <brobecker@adacore.com>
8943
8944 * NEWS: Document the fact that one can provide a condition when
8945 creating an Ada exception catchpoint.
8946
8947 2012-03-01 Tom Tromey <tromey@redhat.com>
8948
8949 * valprint.c (val_print_type_code_flags): Fix placement of
8950 trailing brace.
8951
8952 2012-03-01 Joel Brobecker <brobecker@adacore.com>
8953
8954 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
8955 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
8956 environment variable before calling update-copyright.
8957
8958 2012-03-01 Joel Brobecker <brobecker@adacore.com>
8959
8960 * gnulib/extra/update-copyright: Update to the latest from
8961 gnulib's git repository.
8962 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
8963 variable to 2 instead of 1.
8964
8965 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8966
8967 * varobj.c (c_value_of_variable): Remove dead code.
8968
8969 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8970
8971 * ada-lex.p (processId): Do not modify already encoded IDs.
8972 Update function documentation.
8973
8974 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8975
8976 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
8977 "name" with "struct symbol *name_sym".
8978 * ada-exp.y (write_var_or_type): Update call to
8979 ada_find_renaming_symbol.
8980 "name" with "struct symbol *name_sym". Adjust Implementation
8981 accordingly. Adjust the function documentation.
8982
8983 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8984
8985 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
8986 * ada-lang.c (ada_find_any_type): Add advance declaration.
8987 Make static. Replace ada_find_any_symbol by
8988 ada_find_any_type_symbol.
8989 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
8990 Improve function description. Make static.
8991 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
8992 Replace ada_find_any_symbol by ada_find_any_type_symbol.
8993
8994 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8995
8996 * ada-lang.c (struct tag_args): Delete.
8997 (ada_get_tsd_type): Function body moved up in source file.
8998 (ada_tag_name_1, ada_tag_name_2): Delete.
8999 (ada_get_tsd_from_tag): New function.
9000 (ada_tag_name_from_tsd): New function.
9001 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
9002 to determine the tag name.
9003
9004 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9005
9006 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
9007 declaration.
9008 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
9009 function.
9010
9011 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9012
9013 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
9014
9015 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9016
9017 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
9018 full searches.
9019
9020 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9021
9022 * ada-lang.c (constrained_packed_array_type): If there is a
9023 parallel XA type, use it to determine the array index type.
9024
9025 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9026
9027 * ada-valprint.c (ada_val_print_1): If our value is a reference
9028 to an array descriptor, dereference it before converting it
9029 to a simple array.
9030
9031 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9032
9033 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
9034 creating fixed value.
9035 (ada_value_ind, ada_coerce_ref, assign_component)
9036 (ada_evaluate_subexp): Remove call to unwrap_value before
9037 call to ada_to_fixed_value.
9038
9039 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9040
9041 * ada-lang.c (to_fixed_array_type): Set result's type name.
9042
9043 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9044
9045 * ada-lang.c (catch_ada_exception_command_split): Add new
9046 argument cond_string. Add support for condition at end of
9047 "catch exception" commands.
9048 (ada_decode_exception_location): Add new argument cond_string.
9049 Update call to catch_ada_exception_command_split.
9050 (create_ada_exception_catchpoint): Add new argument cond_string.
9051 Set the breakpoint condition if needed.
9052 (catch_ada_exception_command): Update call to
9053 ada_decode_exception_location.
9054 (ada_decode_assert_location): Add function documentation.
9055 Add support for condition at end of "catch assert" command.
9056 (catch_assert_command): Update calls to ada_decode_assert_location
9057 and create_ada_exception_catchpoint.
9058
9059 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9060
9061 Fix disp-step-syscall.exp: fork: single step over fork.
9062 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
9063 (i386_linux_get_syscall_number_from_regcache): ... here, new function
9064 comment, change parameters gdbarch and ptid to regcache. Remove
9065 parameter regcache, initialize gdbarch from regcache here.
9066 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
9067 New functions.
9068 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
9069 instead.
9070 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
9071 'syscall'. Make the 'int' check more strict.
9072
9073 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9074
9075 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
9076 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
9077 (i386_linux_intx80_sysenter_syscall_record): ... here.
9078 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
9079 Use the renamed function name.
9080
9081 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9082
9083 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
9084 * breakpoint.c (until_break_command): Likewise.
9085 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
9086 * infcall.c (call_function_by_hand): Likewise.
9087 * infcmd.c (finish_forward): Likewise.
9088 * infrun.c (insert_exception_resume_breakpoint): Likewise.
9089
9090 2012-02-28 Tristan Gingold <gingold@adacore.com>
9091
9092 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
9093 avoid variable assignments inside condition.
9094
9095 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9096
9097 Fix static analysis issue found by cppcheck.
9098 * microblaze-tdep.c (microblaze_extract_return_value): Fix
9099 uninitialized BUF for size 2.
9100
9101 2012-02-27 Chris Dearman <chris@mips.com>
9102 Nathan Froyd <froydnj@codesourcery.com>
9103 Maciej W. Rozycki <macro@codesourcery.com>
9104
9105 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
9106 (mips16_instruction_has_delay_slot): Likewise.
9107 (mips_segment_boundary): Likewise.
9108 (mips_adjust_breakpoint_address): Likewise.
9109 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
9110
9111 2012-02-27 Maciej W. Rozycki <macro@mips.com>
9112 Maciej W. Rozycki <macro@codesourcery.com>
9113
9114 * infrun.c (handle_inferior_event): Don't proceed through
9115 shared library trampolines if stepping at the machine
9116 instruction level.
9117
9118 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
9119
9120 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
9121 too.
9122
9123 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
9124
9125 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
9126 (sh_stub_unwind_sniffer): New functions.
9127 (sh_stub_unwind): New variable.
9128 (sh_gdbarch_init): Wire everything.
9129
9130 2012-02-27 Pedro Alves <palves@redhat.com>
9131
9132 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
9133 (linux_nat_post_attach_wait): Adjust to use
9134 linux_proc_pid_is_stopped.
9135 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
9136 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
9137 based on pid_is_stopped from both linux-nat.c and
9138 gdbserver/linux-low.c, and renamed.
9139
9140 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9141
9142 * remote.c (remote_watchpoint_addr_within_range): New function.
9143 (init_remote_ops): Use it.
9144
9145 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9146
9147 * target.h (target_watchpoint_addr_within_range): Document macro.
9148
9149 2012-02-24 Pedro Alves <palves@redhat.com>
9150
9151 * stack.c (set_last_displayed_sal): Issue internal_error instead
9152 of warning, and issue it after clearing the last displayed sal.
9153
9154 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9155 Pedro Alves <palves@redhat.com>
9156
9157 * breakpoint.c (until_break_command): Install breakpoints after
9158 all frame manipulations.
9159
9160 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9161
9162 * remote.c (remote_supports_cond_breakpoints): New forward
9163 declaration.
9164 (remote_add_target_side_condition): New function.
9165 (remote_insert_breakpoint): Add target-side breakpoint
9166 conditional if supported.
9167 (remote_insert_hw_breakpoint): Likewise.
9168 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
9169 hook.
9170
9171 * target.c (update_current_target): Inherit
9172 to_supports_evaluation_of_breakpoint_conditions.
9173 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
9174
9175 * target.h (struct target_ops)
9176 <to_supports_evaluation_of_breakpoint_conditions>: New field.
9177 (target_supports_evaluation_of_breakpoint_conditions): New #define.
9178
9179 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
9180 (condition_evaluation_both, condition_evaluation_auto,
9181 condition_evaluation_host, condition_evaluation_target,
9182 condition_evaluation_enums, condition_evaluation_mode_1,
9183 condition_evaluation_mode): New static globals.
9184 (translate_condition_evaluation_mode): New function.
9185 (breakpoint_condition_evaluation_mode): New function.
9186 (gdb_evaluates_breakpoint_condition_p): New function.
9187 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
9188 (mark_breakpoint_modified): New function.
9189 (mark_breakpoint_location_modified): New function.
9190 (set_condition_evaluation_mode): New function.
9191 (show_condition_evaluation_mode): New function.
9192 (bp_location_compare_addrs): New function.
9193 (get_first_location_gte_addr): New helper function.
9194 (set_breakpoint_condition): Free condition bytecode if locations
9195 has become unconditional. Call mark_breakpoint_modified (...).
9196 (condition_command): Call update_global_location_list (1) for
9197 breakpoints.
9198 (breakpoint_xfer_memory): Use is_breakpoint (...).
9199 (is_breakpoint): New function.
9200 (parse_cond_to_aexpr): New function.
9201 (build_target_condition_list): New function.
9202 (insert_bp_location): Handle target-side conditional
9203 breakpoints and call build_target_condition_list (...).
9204 (update_inserted_breakpoint_locations): New function.
9205 (insert_breakpoint_locations): Handle target-side conditional
9206 breakpoints.
9207 (bpstat_check_breakpoint_conditions): Add comment.
9208 (bp_condition_evaluator): New function.
9209 (bp_location_condition_evaluator): New function.
9210 (print_breakpoint_location): Print information on where the condition
9211 will be evaluated.
9212 (print_one_breakpoint_location): Likewise.
9213 (init_bp_location): Call mark_breakpoint_location_modified (...) for
9214 breakpoint location.
9215 (force_breakpoint_reinsertion): New functions.
9216 (update_global_location_list): Handle target-side breakpoint
9217 conditions.
9218 Reinsert locations that are already inserted if conditions have
9219 changed.
9220 (bp_location_dtor): Free agent expression bytecode.
9221 (disable_breakpoint): Call mark_breakpoint_modified (...).
9222 Call update_global_location_list (...) with parameter 1 for breakpoints.
9223 (disable_command): Call mark_breakpoint_location_modified (...).
9224 Call update_global_location_list (...) with parameter 1 for breakpoints.
9225 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
9226 (enable_command): mark_breakpoint_location_modified (...).
9227 (_initialize_breakpoint): Update documentation and add
9228 condition-evaluation breakpoint subcommand.
9229
9230 * breakpoint.h: Include ax.h.
9231 (condition_list): New data structure.
9232 (condition_status): New enum.
9233 (bp_target_info) <cond_list>: New field.
9234 (bp_location) <condition_changed, cond_bytecode>: New fields.
9235 (is_breakpoint): New prototype.
9236
9237 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9238
9239 * remote.c (remote_state) <cond_breakpoints>: New field.
9240 (PACKET_ConditionalBreakpoints): New enum.
9241 (remote_cond_breakpoint_feature): New function.
9242 (remote_protocol_features): Add new ConditionalBreakpoints entry.
9243 (remote_supports_cond_breakpoints): New function.
9244 (_initialize_remote): Add new packet configuration for
9245 target-side conditional breakpoints.
9246
9247 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9248
9249 * NEWS: Mention target-side conditional breakpoint support,
9250 new condition-evaluation breakpoint subcommand and remote
9251 packet extensions.
9252
9253 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9254
9255 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
9256 number.
9257
9258 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
9259
9260 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
9261 (after_prologue): Remove.
9262
9263 2012-02-23 Tom Tromey <tromey@redhat.com>
9264
9265 * jv-valprint.c (java_val_print): Remove dead code.
9266
9267 2012-02-23 Tristan Gingold <gingold@adacore.com>
9268
9269 * ada-tasks.c (struct ada_tasks_inferior_data): Add
9270 known_tasks_element and known_tasks_length fields.
9271 (read_known_tasks_array): Change argument type. Use pointer type
9272 and number of elements from DATA. Adjust.
9273 (read_known_tasks_list): Likewise.
9274 (get_known_tasks_addr): Remove.
9275 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
9276 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
9277 type and array length. Merge former get_known_tasks_addr code.
9278
9279 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9280
9281 PR backtrace/13716
9282 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
9283 it after set_momentary_breakpoint.
9284
9285 2012-02-22 Sterling Augustine <saugustine@google.com>
9286
9287 PR 13689:
9288 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
9289
9290 2012-02-22 Gary Benson <gbenson@redhat.com>
9291
9292 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
9293 (find_slot_in_mapped_hash): Likewise.
9294
9295 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9296
9297 PR build/13638
9298 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
9299 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
9300 * configure: Regenerate.
9301
9302 2012-02-21 Tristan Gingold <gingold@adacore.com>
9303 Pedro Alves <palves@redhat.com>
9304
9305 * ia64-tdep.c: Do not include libunwind-ia64.h.
9306 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
9307 Include libunwind-ia64.h instead of libunwind.h.
9308 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
9309 for libunwind.h existence.
9310 * configure, config.in: Regenerate.
9311
9312 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9313
9314 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
9315 instead of value_rtti_target_type.
9316 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
9317 instead of value_rtti_target_type.
9318 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
9319 value_rtti_target_type.
9320 * valops.c (value_ind): Extract function readjust_indirect_value_type.
9321 (value_rtti_target_type): Rename to ...
9322 (value_rtti_indirect_type): ... here and make it indirect. Update
9323 function comment.
9324 * value.c (readjust_indirect_value_type): New function.
9325 (coerce_ref): Support for enclosing type setting for references
9326 with readjust_indirect_value_type.
9327 * value.h (readjust_value_type): New declaration.
9328 (value_rtti_target_type): Rename to ...
9329 (value_rtti_indirect_type): ... here.
9330
9331 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9332
9333 * MAINTAINERS (Write After Approval): Add myself to the list.
9334
9335 2012-02-20 Doug Evans <dje@google.com>
9336
9337 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
9338 Rename objfile_p_char parameter to objfilep.
9339 (build_objfile_section_table): Result is now void. All callers
9340 updated.
9341 * objfiles.h (struct objfile): Tweak comments, whitespace.
9342 (build_objfile_section_table): Update.
9343
9344 * elfread.c (elf_symfile_segments): Fix warning text.
9345
9346 2012-02-20 Tom Tromey <tromey@redhat.com>
9347
9348 PR gdb/13498:
9349 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
9350 particular set of file names once.
9351 (dw2_map_symbol_filenames): Likewise.
9352
9353 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9354
9355 Code cleanup.
9356 * main.c (write_files): Remove the declaration.
9357 (external_editor_command): Move the declaration ...
9358 [GDBTK] (external_editor_command): ... here. Fix the comment.
9359
9360 2012-02-20 Tom Tromey <tromey@redhat.com>
9361
9362 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
9363 extraneous block.
9364
9365 2012-02-20 Tristan Gingold <gingold@adacore.com>
9366
9367 * darwin-nat.h (enum darwin_msg_state): Add comments.
9368
9369 2012-02-20 Tristan Gingold <gingold@adacore.com>
9370
9371 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
9372 value.
9373
9374 2012-20-18 Joel Brobecker <brobecker@adacore.com>
9375
9376 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
9377 between function description and implementation.
9378
9379 2012-02-17 Tom Tromey <tromey@redhat.com>
9380
9381 PR python/12070:
9382 * python/py-event.c (event_object_getset): New global.
9383 (event_object_type): Reference it.
9384 * python/py-type.c (field_object_getset): New global.
9385 (field_object_type): Reference it.
9386 * python/python-internal.h (gdb_py_generic_dict): Declare.
9387 * python/py-utils.c (gdb_py_generic_dict): New function.
9388
9389 2012-02-17 Tristan Gingold <gingold@adacore.com>
9390
9391 * solib-darwin.c (darwin_current_sos): Check magic and filetype
9392
9393 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
9394
9395 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
9396 TYPE_CALLING_CONVENTION annotation.
9397
9398 2012-02-16 Kevin Buettner <kevinb@redhat.com>
9399
9400 * MAINTAINERS: Add rx to target ISA section.
9401 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
9402 (ALLDEPFILES): Add rx-tdep.c.
9403
9404 2012-02-16 Tom Tromey <tromey@redhat.com>
9405
9406 * symfile.c (symbol_file_add_main_1): Use inferior's
9407 symfile_flags.
9408 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
9409 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
9410 inferior.
9411 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
9412 inferior.
9413 (follow_exec): Use inferior's symfile_flags.
9414 * inferior.h (struct inferior) <symfile_flags>: New field.
9415
9416 2012-02-16 Mike Frysinger <vapier@gentoo.org>
9417
9418 PR gdb/9734:
9419 * remote-sim.c (gdbsim_create_inferior): Call error() when
9420 sim_create_inferior() fails.
9421
9422 2012-02-16 Josh Matthews <josh@joshmatthews.net>
9423
9424 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
9425
9426 2012-02-16 Tom Tromey <tromey@redhat.com>
9427
9428 PR c++/13653:
9429 * thread.c (struct current_thread_cleanup) <was_removable>: New
9430 field.
9431 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
9432 (make_cleanup_restore_current_thread): Initialize new field.
9433
9434 2012-02-15 Kevin Buettner <kevinb@redhat.com>
9435
9436 * MAINTAINERS: Add rl78 to target ISA section.
9437 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
9438 (ALLDEPFILES): Add rl78-tdep.c.
9439 * NEWS: Mention rl78 as a new target.
9440
9441 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
9442
9443 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
9444 data.
9445 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
9446
9447 2012-02-15 Tom Tromey <tromey@redhat.com>
9448
9449 PR gdb/12659:
9450 * infcmd.c (registers_info): Print just the current register's
9451 name.
9452
9453 2012-02-15 Tom Tromey <tromey@redhat.com>
9454
9455 * python/py-symbol.c (sympy_value): Use _().
9456
9457 2012-02-15 Pedro Alves <palves@redhat.com>
9458
9459 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
9460 output to be like native targets'.
9461 (remote_pid_to_str): Special case the null ptid.
9462
9463 2012-02-14 Stan Shebs <stan@codesourcery.com>
9464
9465 * NEWS: Mention enable count command.
9466 * breakpoint.h (struct breakpoint): New field enable_count.
9467 * breakpoint.c (enable_breakpoint_disp): Add count argument.
9468 (enable_breakpoint): Add arg to call.
9469 (struct disp_data): New struct.
9470 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
9471 (do_map_enable_once_breakpoint): Create a struct and pass it.
9472 (do_map_enable_delete_breakpoint): Ditto.
9473 (do_map_enable_count_breakpoint): New function.
9474 (enable_count_command): New function.
9475 (bpstat_stop_status): Decrement enable_count.
9476 (print_one_breakpoint_location): Report enable count.
9477 (_initialize_breakpoint): Add enable count command.
9478
9479 2012-02-14 Kevin Buettner <kevinb@redhat.com>
9480
9481 * rl78-tdep.c (reggroups.h): Include.
9482 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
9483 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
9484 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
9485 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
9486 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
9487 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
9488 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
9489 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
9490 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
9491 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
9492 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
9493 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
9494 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
9495 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
9496 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
9497 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
9498 beginning of register list.
9499 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
9500 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
9501 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
9502 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
9503 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
9504 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
9505 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
9506 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
9507 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
9508 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
9509 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
9510 the pseudo registers. Rearrange other pseudo registers too so
9511 that the bank registers appear at the end.
9512 (rl78_register_type): Account for the fact that the byte sized
9513 bank registers are now pseudo-registers.
9514 (rl78_register_name): Rearrange the register name array. Make
9515 initial set of raw banked registers inaccessible.
9516 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
9517 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
9518 case for copying bytes back and forth between raw and pseudo
9519 versions of the banked registers. Update other cases to reflect
9520 the changed names.
9521 (rl78_return_value): Update to account for changed names of
9522 raw registers.
9523 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
9524 rl78_register_sim_regno().
9525
9526 2012-02-14 Kevin Buettner <kevinb@redhat.com>
9527
9528 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
9529 the name parameter being passed to find_pc_partial_function().
9530
9531 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9532
9533 * MAINTAINERS: Step down from being ia64 target maintainer.
9534
9535 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9536
9537 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
9538 compilation warning.
9539
9540 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9541
9542 Fix crash on loaded shlibs without loaded exec_bfd.
9543 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
9544 (set_section_command): Replace exec_bfd by p->bfd.
9545
9546 2012-02-10 Tom Tromey <tromey@redhat.com>
9547
9548 * linespec.c (decode_line_internal): Skip symtabs_from_filename
9549 when we have a C++ qualified name.
9550
9551 2012-02-10 Pedro Alves <palves@redhat.com>
9552
9553 * inferior.c (inferior_pid_to_str): New.
9554 (print_inferior, inferior_command): Use it.
9555
9556 2012-02-10 Pedro Alves <palves@redhat.com>
9557
9558 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
9559 the test CFLAGS.
9560 * configure: Regenerate.
9561
9562 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9563
9564 * linespec.c (decode_line_internal): Fix comment correctness.
9565
9566 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
9567
9568 PR gdb/12953
9569 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
9570 * amd64bsd-nat.c: Add support for debug registers (adapted from
9571 i386bsd-nat.c).
9572 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
9573 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
9574 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
9575 (amd64bsd_dr_get_control): New functions.
9576 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
9577 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
9578 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
9579 watchpoints initialization.
9580 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
9581
9582 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9583
9584 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
9585 flds_bnds.fields.
9586 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
9587
9588 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9589
9590 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
9591
9592 2012-02-08 Joel Brobecker <brobecker@adacore.com>
9593
9594 * language.h (symbol_name_cmp_ftype): Renames
9595 symbol_name_match_p_ftype.
9596 (struct language_defn)[la_get_symbol_name_cmp]: Renames
9597 la_get_symbol_name_match_p.
9598 * ada-lang.c (ada_get_symbol_name_cmp): Renames
9599 ada_get_symbol_name_match_p. Update comment.
9600 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
9601 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
9602 Renames symbol_name_match_p. Update field type.
9603 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
9604 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
9605 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
9606 "la_get_symbol_name_cmp" in comments.
9607 * language.c: Likewise.
9608
9609 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9610
9611 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
9612 %eflags offset.
9613 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
9614 (amd64_sol2_gregset32_reg_offs): Likewise.
9615
9616 2012-02-08 Joel Brobecker <brobecker@adacore.com>
9617
9618 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
9619 of the returned BFD is allocated by GDB.
9620
9621 2012-02-07 Tom Tromey <tromey@redhat.com>
9622
9623 PR python/12027:
9624 * python/python-internal.h (frame_object_type): Declare.
9625 * python/py-symbol.c (sympy_needs_frame): New function.
9626 (sympy_value): New function.
9627 (symbol_object_getset): Add "needs_frame".
9628 (symbol_object_methods): Add "value".
9629 * python/py-frame.c (frame_object_type): No longer static.
9630
9631 2012-02-07 Tom Tromey <tromey@redhat.com>
9632
9633 PR python/13599:
9634 * python/py-symbol.c (sympy_line): New function.
9635 (symbol_object_getset): Add "line".
9636
9637 2012-02-07 Tom Tromey <tromey@redhat.com>
9638
9639 * charset.c (find_charset_names): Check 'in' against NULL.
9640
9641 2012-02-06 Doug Evans <dje@google.com>
9642
9643 * gdbtypes.h (struct main_type): Change type of name,tag_name,
9644 and fields.name members from char * to const char *. All uses updated.
9645 (struct cplus_struct_type): Change type of fn_fieldlists.name member
9646 from char * to const char *. All uses updated.
9647 (type_name_no_tag): Update.
9648 (lookup_unsigned_typename, lookup_signed_typename): Update.
9649 * gdbtypes.c (type_name_no_tag): Change result type
9650 from char * to const char *. All callers updated.
9651 (lookup_unsigned_typename, lookup_signed_typename): Change type of
9652 name parameter from char * to const char *.
9653 * symtab.h (struct cplus_specific): Change type of demangled_name
9654 member from char * to const char *. All uses updated.
9655 (struct general_symbol_info): Change type of name and
9656 mangled_lang.demangled_name members from char * to const char *.
9657 All uses updated.
9658 (symbol_get_demangled_name, symbol_natural_name): Update.
9659 (symbol_demangled_name, symbol_search_name): Update.
9660 * symtab.c (symbol_get_demangled_name): Change result type
9661 from char * to const char *. All callers updated.
9662 (symbol_natural_name, symbol_demangled_name): Ditto.
9663 (symbol_search_name): Ditto.
9664 (completion_list_add_name): Change type of symname,sym_text,
9665 text,word parameters from char * to const char *.
9666 (completion_list_objc_symbol): Change type of sym_text,
9667 text,word parameters from char * to const char *.
9668 * ada-lang.c (find_struct_field): Change type of name parameter
9669 from char * to const char *.
9670 (encoded_ordered_before): Similarly for N0,N1 parameters.
9671 (old_renaming_is_invisible): Similarly for function_name parameter.
9672 (ada_type_name): Change result type from char * to const char *.
9673 All callers updated.
9674 * ada-lang.h (ada_type_name): Update.
9675 * buildsym.c (hashname): Change type of name parameter
9676 from char * to const char *.
9677 * buildsym.h (hashname): Update.
9678 * dbxread.c (end_psymtab): Change type of include_list parameter
9679 from char ** to const char **.
9680 * dwarf2read.c (determine_prefix): Change result type
9681 from char * to const char *. All callers updated.
9682 * f-lang.c (find_common_for_function): Change type of name, funcname
9683 parameters from char * to const char *.
9684 * f-lang.c (find_common_for_function): Update.
9685 * f-valprint.c (list_all_visible_commons): Change type of funcname
9686 parameters from char * to const char *.
9687 * gdbarch.sh (static_transform_name): Change type of name parameter
9688 and result from char * to const char *.
9689 * gdbarch.c: Regenerate.
9690 * gdbarch.h: Regenerate.
9691 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
9692 of name parameter from char * to const char *.
9693 * jv-lang.c (java_primitive_type_from_name): Ditto.
9694 (java_demangled_signature_length): Similarly for signature parameter.
9695 (java_demangled_signature_copy): Ditto.
9696 (java_demangle_type_signature): Ditto.
9697 * jv-lang.h (java_primitive_type_from_name): Update.
9698 (java_demangle_type_signature): Update.
9699 * objc-lang.c (specialcmp): Change type of a,b parameters
9700 from char * to const char *.
9701 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
9702 from char * to const char *. All callers updated.
9703 * p-lang.h (is_pascal_string_type): Update.
9704 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
9705 of name parameter from char * to const char *.
9706 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
9707 * utils.c (fprintf_symbol_filtered): Ditto.
9708 * defs.h (fprintf_symbol_filtered): Update.
9709 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
9710 * stabsread.h (end_psymtab): Update.
9711 * stack.c (find_frame_funname): Change type of funname parameter
9712 from char ** to const char **.
9713 * stack.h (find_frame_funname): Update.
9714 * typeprint.c (type_print): Change type of varstring parameter
9715 from char * to const char *.
9716 * value.h (type_print): Update.
9717 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
9718 from char * to const char *. All callers updated.
9719 (xcoff_end_psymtab): Change type of include_list parameter
9720 from char ** to const char **. All callers updated.
9721 (swap_sym): Similarly for name parameter. All callers updated.
9722 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
9723 Use xstrdup.
9724 (process_coff_symbol): Use xstrdup.
9725 * stabsread.c (stabs_method_name_from_physname): Renamed from
9726 update_method_name_from_physname. Change result type from void
9727 to char *. All callers updated.
9728 (read_member_functions): In has_destructor case, store name in objfile
9729 obstack instead of malloc space. In !has_stub case, fix mem leak.
9730
9731 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
9732
9733 * configure: Rebuild.
9734 * configure.ac: Put -L../bfd and -L../libiberty at the front of
9735 LDFLAGS.
9736
9737 2012-02-03 Kevin Buettner <kevinb@redhat.com>
9738
9739 * configure.tgt (rl78-*-elf): New target.
9740 * rl78-tdep.c: New file.
9741
9742 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9743
9744 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
9745 and continue the loop. Add QUIT statement.
9746
9747 2012-02-03 Tom Tromey <tromey@redhat.com>
9748
9749 PR gdb/13596:
9750 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
9751 bfd_lookup_symbol_from_symtab.
9752 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
9753 gdb_bfd_lookup_symbol_from_symtab.
9754
9755 2012-02-03 Joel Brobecker <brobecker@adacore.com>
9756
9757 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
9758 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
9759 symbol. Add assertion that sym2 is never NULL.
9760
9761 2012-02-02 Doug Evans <dje@google.com>
9762
9763 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
9764 "name" parameter to const char ** from char **. All callers updated.
9765 (find_pc_partial_function): Ditto.
9766 (cache_pc_function_name): Change type to const char * from char *.
9767 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
9768 (find_pc_partial_function): Update.
9769 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
9770 type of "name" parameter to const char * from char *.
9771 All uses updated.
9772 * arch-utils.c (generic_in_solib_return_trampoline): Change
9773 type of "name" parameter to const char * from char *.
9774 * arch-utils.h (generic_in_solib_return_trampoline): Update.
9775 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
9776 type of "name" parameter to const char * from char *.
9777 * gdbarch.sh (in_solib_return_trampoline): Ditto.
9778 * gdbarch.c: Regenerate.
9779 * gdbarch.h: Regenerate.
9780 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
9781 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
9782 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
9783 type of "name" parameter to const char * from char *.
9784 * skip.c (skip_function_pc): Ditto.
9785 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
9786 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
9787 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
9788 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
9789 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
9790 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
9791 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
9792 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
9793 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
9794
9795 2012-02-02 Pedro Alves <palves@redhat.com>
9796
9797 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
9798 the current inferior has no execution. Make sure the current
9799 remote process matches gdb's current inferior.
9800
9801 2012-02-02 Tom Tromey <tromey@redhat.com>
9802
9803 PR gdb/13405:
9804 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
9805 read-only memory.
9806
9807 2012-02-02 Tom Tromey <tromey@redhat.com>
9808
9809 PR gdb/9307:
9810 * symtab.c (lookup_language_this): Set block_found.
9811
9812 2012-02-01 Tom Tromey <tromey@redhat.com>
9813
9814 PR gdb/13431:
9815 * jit.c (struct jit_inferior_data): Rewrite.
9816 (struct jit_objfile_data): New.
9817 (get_jit_objfile_data): New function.
9818 (add_objfile_entry): Update.
9819 (jit_read_descriptor): Return int. Replace descriptor_addr
9820 argument with inf_data. Update. Don't call error.
9821 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
9822 descriptor here.
9823 (jit_inferior_init): Don't look up descriptor. Don't call error.
9824 (jit_reset_inferior_data_and_breakpoints)
9825 (jit_inferior_created_observer): Remove.
9826 (jit_inferior_exit_hook): Update.
9827 (jit_executable_changed_observer): Remove.
9828 (jit_event_handler): Update.
9829 (free_objfile_data): Reset inferior data if needed.
9830 (_initialize_jit): Update.
9831
9832 2012-02-01 Tom Tromey <tromey@redhat.com>
9833
9834 * jit.c (bfd_open_from_target_memory): Move higher in file.
9835
9836 2012-02-01 Tristan Gingold <gingold@adacore.com>
9837
9838 * libunwind-frame.c (libunwind_load): Display message if dlopen
9839 failed.
9840
9841 2012-02-01 Gary Benson <gbenson@redhat.com>
9842
9843 * symtab.h (symbol_found_callback_ftype): New typedef.
9844 (iterate_over_symbols): Use the above.
9845 * symtab.c (iterate_over_symbols): Likewise.
9846 * language.h (language_defn->la_iterate_over_symbols): Likewise.
9847 * ada-lang.c (ada_iterate_over_symbols): Likewise.
9848 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
9849 (iterate_name_matcher): Document return values.
9850 (collect_one_symbol): Likewise.
9851 (collect_function_symbols): Likewise.
9852 (collect_symbols): Likewise.
9853
9854 2012-02-01 Tom Tromey <tromey@redhat.com>
9855
9856 * ada-lang.c (resolve_subexp): Update.
9857 (ada_lookup_symbol_list): Add 'full_search' argument.
9858 (ada_iterate_over_symbols): Pass 0 as full_search argument to
9859 ada_lookup_symbol_list.
9860 (ada_lookup_encoded_symbol): Update.
9861 (get_var_value): Update.
9862 * ada-exp.y (block_lookup): Update.
9863 (write_var_or_type): Update.
9864 (write_name_assoc): Update.
9865 * ada-lang.h (ada_lookup_symbol_list): Update.
9866
9867 2012-01-31 Tom Tromey <tromey@redhat.com>
9868
9869 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
9870 comment.
9871
9872 2012-01-31 Doug Evans <dje@google.com>
9873
9874 * symtab.h: Remove outdated comment.
9875 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
9876
9877 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
9878
9879 Fix build error in Darwin port.
9880 * i386-darwin-nat.c: Include i386-nat.h.
9881
9882 2012-01-30 Tom Tromey <tromey@redhat.com>
9883
9884 PR breakpoints/13568:
9885 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
9886 argument. Check for recursive includes.
9887 (dwarf_decode_macros): Create an include hash.
9888
9889 2012-01-30 Michael Eager <eager@eagercon.com>
9890
9891 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
9892 * ppc-linux-tdep.c: Include glibc-tdep.h.
9893 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
9894 (powerpc_linux_in_plt_stub): New function.
9895 (powerpc_linux_in_dynsym_resolve_code): New function.
9896 (ppc_skip_trampoline_code): New function.
9897 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
9898 Use glibc_skip_solib_resolver.
9899
9900 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9901
9902 Code cleanup: Make 1440 bytes of data segment read-only.
9903 * arch-utils.c (endian_enum): Make it const char *const [].
9904 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
9905 Likewise.
9906 * breakpoint.c (always_inserted_enums): Likewise.
9907 * cli/cli-cmds.c (script_ext_enums): Likewise.
9908 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
9909 enumlist parameter const char *const *.
9910 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
9911 const char *const *.
9912 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
9913 parameter const char *const *.
9914 * cris-tdep.c (cris_modes): Make it const char *const [].
9915 * filesystem.c (target_file_system_kinds): Likewise.
9916 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
9917 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
9918 (can_use_displaced_stepping_enum, scheduler_enums)
9919 (exec_direction_names): Likewise.
9920 * language.c (_initialize_language): Make the type_or_range_names and
9921 case_sensitive_names variables const char *const [].
9922 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
9923 * python/python.c (python_excp_enums): Likewise.
9924 * remote.c (interrupt_sequence_modes): Likewise.
9925 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
9926 * serial.c (logbase_enums): Likewise.
9927 * sh-tdep.c (sh_cc_enum): Likewise.
9928 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
9929 Likewise.
9930 * symtab.c (multiple_symbols_modes): Likewise.
9931 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
9932 Likewise.
9933 * utils.c (internal_problem_modes): Likewise.
9934
9935 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9936
9937 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
9938 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
9939 result.
9940
9941 2012-01-27 Doug Evans <dje@google.com>
9942
9943 * configure.ac (with_python): Fix absolute path handling for win32.
9944 * configure: Regenerate.
9945
9946 2012-01-26 Doug Evans <dje@google.com>
9947
9948 * symtab.c: Whitespace cleanup, no code changes.
9949
9950 * symtab.c (lookup_symbol_in_language): Improve comment.
9951 (lookup_symbol_aux): Fix comment.
9952
9953 * psymtab.c (add_psymbol_to_list): Result is now "void".
9954 * psympriv.h (add_psymbol_to_list): Update.
9955
9956 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
9957
9958 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9959
9960 Do not open script filenames twice.
9961 * cli/cli-cmds.c (source_script_from_stream): Pass to
9962 source_python_script also STREAM.
9963 * python/py-auto-load.c (source_section_scripts): Pass to
9964 source_python_script_for_objfile also STREAM.
9965 (auto_load_objfile_script): Pass to source_python_script_for_objfile
9966 also INPUT.
9967 * python/python-internal.h (source_python_script_for_objfile): New
9968 parameter file, rename parameter file to filename.
9969 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
9970 instead if !_WIN32. Update the function comment.
9971 (source_python_script, source_python_script_for_objfile)
9972 (source_python_script): New parameter file, rename parameter file to
9973 filename. Pass FILENAME to python_run_simple_file.
9974 * python/python.h (source_python_script): New parameter file, rename
9975 parameter file to filename.
9976
9977 2012-01-26 Pedro Alves <palves@redhat.com>
9978
9979 * corelow.c (core_has_fake_pid): Delete.
9980 (core_close): Delete references to `core_has_fake_pid'.
9981 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
9982 (core_open): Delete references to `core_has_fake_pid'.
9983 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
9984 the removed global.
9985
9986 2012-01-26 Joel Brobecker <brobecker@adacore.com>
9987
9988 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
9989 Remove language parameter from name_matcher. Adjust the comment.
9990 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
9991 Remove language parameter.
9992 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
9993 * linespec.c (iterate_name_matcher): Likewise.
9994 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
9995 name_matcher. Adjust call accordingly.
9996 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
9997 (maintenance_check_symtabs): Adjust type of parameter "fun".
9998 * psymtab.h (maintenance_check_symtabs): Likewise.
9999
10000 2012-01-26 Joel Brobecker <brobecker@adacore.com>
10001
10002 * language.h (symbol_name_match_p_ftype): New typedef.
10003 (struct language_defn): Replace field la_symbol_name_compare
10004 by la_get_symbol_name_match_p.
10005 * ada-lang.c (ada_get_symbol_name_match_p): New function.
10006 (ada_language_defn): Use it.
10007 * linespec.c (struct symbol_matcher_data): New type.
10008 (iterate_name_matcher): Rewrite.
10009 (iterate_over_all_matching_symtabs): Pass a pointer to
10010 a symbol_matcher_data struct to expand_symtabs_matching
10011 instead of just the lookup name.
10012 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10013 opencl-lang.c, p-lang.c, language.c: Delete field
10014 la_symbol_name_compare, and replace by NULL for new field
10015 la_get_symbol_name_match_p.
10016 * symfile.h (struct quick_symbol_functions): Update comment.
10017
10018 2012-01-25 Tom Tromey <tromey@redhat.com>
10019
10020 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
10021 dereferencing.
10022
10023 2012-01-24 Tom Tromey <tromey@redhat.com>
10024
10025 PR symtab/12406:
10026 * solib.c (update_solib_list): Update the program space's
10027 added_solibs and deleted_solibs fields.
10028 * progspace.h (struct program_space) <added_solibs,
10029 deleted_solibs>: New fields.
10030 (clear_program_space_solib_cache): Declare.
10031 * progspace.c (release_program_space): Call
10032 clear_program_space_solib_cache.
10033 (clear_program_space_solib_cache): New function.
10034 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
10035 bpstat_stop_status. Use handle_solib_event.
10036 * breakpoint.c: Include gdb_regex.h.
10037 (print_solib_event): New function.
10038 (bpstat_print): Use print_solib_event.
10039 (bpstat_stop_status): Add special case for bp_shlib_event.
10040 (handle_solib_event): New function.
10041 (bpstat_what): Use handle_solib_event.
10042 (struct solib_catchpoint): New.
10043 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
10044 (breakpoint_hit_catch_solib, check_status_catch_solib)
10045 (print_it_catch_solib, print_one_catch_solib)
10046 (print_mention_catch_solib, print_recreate_catch_solib): New
10047 functions.
10048 (catch_solib_breakpoint_ops): New global.
10049 (catch_load_or_unload, catch_load_command_1)
10050 (catch_unload_command_1): New functions.
10051 (internal_bkpt_check_status): Add special case for
10052 bp_shlib_event.
10053 (internal_bkpt_print_it): Use print_solib_event.
10054 (initialize_breakpoint_ops): Initialize
10055 catch_solib_breakpoint_ops.
10056 (_initialize_breakpoint): Register "catch load" and "catch
10057 unload".
10058 * breakpoint.h (handle_solib_event): Declare.
10059 * NEWS: Add entry for "catch load" and "catch unload".
10060
10061 2012-01-24 Tom Tromey <tromey@redhat.com>
10062
10063 * ada-lang.c: Include gdb_vecs.h.
10064 * charset.c: Include gdb_vecs.h.
10065 * tracepoint.h: Include gdb_vecs.h.
10066 * gdb_vecs.h: New file.
10067
10068 2012-01-24 Pedro Alves <pedro@codesourcery.com>
10069
10070 * breakpoint.c (breakpoint_hit_catch_fork)
10071 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
10072 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
10073 * infrun.c (inferior_has_forked, inferior_has_vforked)
10074 (inferior_has_execd, inferior_has_called_syscall): Delete.
10075 (handle_syscall_event): Get syscall_number from the execution
10076 control state's wait status.
10077 (wait_for_inferior): Don't clear syscall_number.
10078
10079 2012-01-24 Pedro Alves <palves@redhat.com>
10080
10081 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
10082 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
10083 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
10084 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
10085 `ws' parameter.
10086 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
10087 false for events other than TARGET_SIGNAL_TRAP.
10088 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
10089 Add `ws' parameter.
10090 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
10091 events other than TARGET_SIGNAL_TRAP.
10092 (tracepoint_breakpoint_hit): Add `ws' parameter.
10093 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
10094 parameter.
10095 (bpstat_stop_status): Same.
10096 (pc_at_non_inline_function): Same.
10097 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
10098 to pass the current event's waitstatus to bpstat_stop_status
10099 and pc_at_non_inline_function.
10100
10101 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10102
10103 Code cleanup.
10104 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
10105 Update the function comment for it.
10106 (source_script_with_search): Call make_cleanup_fclose for STREAM.
10107 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
10108 for STREAM.
10109
10110 2012-01-24 Pedro Alves <palves@redhat.com>
10111
10112 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
10113 outside `bs->stop' block.
10114 (bpstat_what): Rework bp_shlib_event handling.
10115 (internal_bkpt_check_status): If the breakpoint is a
10116 bp_shlib_event, then set bs->stop and bs->print if
10117 stop_on_solib_events is set.
10118
10119 2012-01-24 Gary Benson <gbenson@redhat.com>
10120
10121 Delete #if 0'd out code.
10122 * stack.c (print_frame_label_vars): Remove.
10123 (catch_info): Likewise.
10124 (_initialize_stack): Remove "info catch" command.
10125 * NEWS: Mention the above.
10126
10127 2012-01-24 Pedro Alves <palves@redhat.com>
10128
10129 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
10130 it.
10131 (remote_notice_new_inferior): If the remote end doesn't support
10132 the multiprocess extensions, then the PID is fake.
10133 (add_current_inferior_and_thread): New.
10134 (remote_start_remote): Use it.
10135 (extended_remote_attach_1): Adjust.
10136 (extended_remote_create_inferior_1): Use
10137 add_current_inferior_and_thread.
10138
10139 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10140
10141 Fix watchpoints to be specific for each inferior.
10142 * breakpoint.c (watchpoint_in_thread_scope): Verify also
10143 current_program_space.
10144 * i386-nat.c (i386_inferior_data_cleanup): New.
10145 (i386_inferior_data_get): Replace variable inf_data_local by an
10146 inferior_data call.
10147 (i386_use_watchpoints): Initialize i386_inferior_data.
10148 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
10149 specific iterate_over_lwps.
10150
10151 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10152
10153 Fix watchpoints across inferior fork.
10154 * amd64-linux-nat.c (update_debug_registers_callback): Update the
10155 comment for linux_nat_iterate_watchpoint_lwps.
10156 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10157 linux_nat_iterate_watchpoint_lwps.
10158 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
10159 * i386-linux-nat.c (update_debug_registers_callback): Update the
10160 comment for linux_nat_iterate_watchpoint_lwps.
10161 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10162 linux_nat_iterate_watchpoint_lwps.
10163 (i386_linux_prepare_to_resume): New comment on Linux kernel.
10164 * i386-nat.c: Include inferior.h.
10165 (dr_mirror): Remove.
10166 (i386_inferior_data, struct i386_inferior_data)
10167 (i386_inferior_data_get): New.
10168 (i386_debug_reg_state): Use i386_inferior_data_get.
10169 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
10170 (i386_insert_watchpoint, i386_remove_watchpoint)
10171 (i386_stopped_data_address, i386_insert_hw_breakpoint)
10172 (i386_remove_hw_breakpoint): New variable state, use
10173 i386_debug_reg_state instead of DR_MIRROR.
10174 * linux-nat.c (delete_lwp): New declaration.
10175 (num_lwps): Move here from downwards.
10176 (delete_lwp_cleanup): New.
10177 (linux_child_follow_fork): Create new child_lp, call
10178 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
10179 PTRACE_DETACH.
10180 (num_lwps): Move upwards.
10181 (linux_nat_iterate_watchpoint_lwps): New.
10182 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
10183 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
10184
10185 2012-01-24 Joel Brobecker <brobecker@adacore.com>
10186
10187 GDB 7.4 released.
10188
10189 2012-01-23 Pedro Alves <palves@redhat.com>
10190
10191 * top.c (caution): Rename to ...
10192 (confirm): ... this.
10193 (show_caution): Rename to ...
10194 (show_confirm): ... this.
10195 (quit_cover): Adjust.
10196 (init_main): Adjust.
10197 * top.h (caution): Rename to ...
10198 (confirm): ... this.
10199 * utils.c (internal_vproblem, defaulted_query): Adjust.
10200
10201 2012-01-23 Pedro Alves <palves@redhat.com>
10202
10203 * top.c (caution): Update comment.
10204 (execute_command): Don't consider the current value of `caution'.
10205
10206 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10207
10208 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
10209
10210 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
10211
10212 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
10213 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
10214 * target.c (target_fileio_pwrite): Remove buffer address from
10215 debug output.
10216 (target_fileio_pread): Likewise.
10217
10218 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10219
10220 * NEWS: Document remote "info proc" and "generate-core-file".
10221
10222 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10223
10224 * gdbarch.sh (find_memory_regions): New callback.
10225 * gdbarch.c, gdbarch.h: Regenerate.
10226
10227 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
10228 callback before falling back to target method.
10229
10230 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
10231 (linux_target_install_ops): No longer install it.
10232
10233 * linux-tdep.c (linux_find_memory_regions): New function.
10234 (linux_init_abi): Install it.
10235
10236 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10237
10238 * gdbarch.sh (make_corefile_notes): New architecture callback.
10239 * gdbarch.c: Regenerate.
10240 * gdbarch.h: Likewise.
10241
10242 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
10243 before target_make_corefile_notes. If NULL is returned, the
10244 target does not support core file generation.
10245
10246 * linux-nat.c: Include "linux-tdep.h".
10247 (find_signalled_thread, find_stop_signal): Remove.
10248 (linux_nat_do_thread_registers): Likewise.
10249 (struct linux_nat_corefile_thread_data): Likewise.
10250 (linux_nat_corefile_thread_callback): Likewise.
10251 (iterate_over_spus): Likewise.
10252 (struct linux_spu_corefile_data): Likewise.
10253 (linux_spu_corefile_callback): Likewise.
10254 (linux_spu_make_corefile_notes): Likewise.
10255 (linux_nat_collect_thread_registers): New function.
10256 (linux_nat_make_corefile_notes): Replace contents by call to
10257 linux_make_corefile_notes passing linux_nat_collect_thread_registers
10258 as native-only callback.
10259
10260 * linux-tdep.h: Include "bfd.h".
10261 (struct regcache): Add forward declaration.
10262 (linux_collect_thread_registers_ftype): New typedef.
10263 (linux_make_corefile_notes): Add prototype.
10264 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
10265 "regset.h", and "elf-bfd.h".
10266 (find_signalled_thread, find_stop_signal): New functions.
10267 (linux_spu_make_corefile_notes): Likewise.
10268 (linux_collect_thread_registers): Likewise.
10269 (struct linux_corefile_thread_data): New data structure.
10270 (linux_corefile_thread_callback): New funcion.
10271 (linux_make_corefile_notes): Likewise.
10272 (linux_make_corefile_notes_1): Likewise.
10273 (linux_init_abi): Install it.
10274
10275 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10276
10277 * gdbarch.sh (info_proc): New callback.
10278 * gdbarch.c, gdbarch.h: Regenerate.
10279
10280 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
10281 before falling back to the target info_proc callback.
10282
10283 * linux-nat.c: Do not include "cli/cli-utils.h".
10284 (linux_nat_info_proc): Remove.
10285 (linux_target_install_ops): No longer install it.
10286
10287 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
10288 (read_mapping): New function.
10289 (linux_info_proc): Likewise.
10290 (linux_init_abi): Install it.
10291
10292 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10293
10294 * defs.h (enum info_proc_what): Moved here from linux-nat.c
10295 * infcmd.c: (info_proc_cmd_1): New function.
10296 (info_proc_cmd): New function, moved here from equivalent routine
10297 orignally in linux-nat.c.
10298 (info_proc_cmd_mappings): Likewise.
10299 (info_proc_cmd_stat): Likewise.
10300 (info_proc_cmd_status): Likewise.
10301 (info_proc_cmd_cwd): Likewise.
10302 (info_proc_cmd_cmdline): Likewise.
10303 (info_proc_cmd_exe): Likewise.
10304 (info_proc_cmd_all): Likewise.
10305 (_initialize_infcmd): Install "info proc" command and subcommands.
10306
10307 * target.h (struct target_ops): Add to_info_proc.
10308 (target_info_proc): Add prototype.
10309 * target.c (target_info_proc): New function.
10310
10311 * procfs.c (procfs_info_proc): Add prototype.
10312 (info_proc_cmd): Rename into ...
10313 (procfs_info_proc): ... this. Update argument types as appropriate
10314 for a to_info_proc implementation. Handle "what" argument.
10315 (procfs_target): Install procfs_info_proc.
10316 (_initialize_procfs): No longer install "info proc" command.
10317
10318 * linux-nat.c: (enum info_proc_what): Remove.
10319 (linux_nat_info_proc_cmd_1): Rename into ...
10320 (linux_nat_info_proc): ... this. Update argument types as appropriate
10321 for a to_info_proc implementation.
10322 (linux_nat_info_proc_cmd): Remove.
10323 (linux_nat_info_proc_cmd_mappings): Likewise.
10324 (linux_nat_info_proc_cmd_stat): Likewise.
10325 (linux_nat_info_proc_cmd_status): Likewise.
10326 (linux_nat_info_proc_cmd_cwd): Likewise.
10327 (linux_nat_info_proc_cmd_cmdline): Likewise.
10328 (linux_nat_info_proc_cmd_exe): Likewise.
10329 (linux_nat_info_proc_cmd_all): Likewise.
10330 (linux_target_install_ops): Install linux_nat_info_proc.
10331 (_initialize_linux_nat): No longer install "info proc" command
10332 and subcommands.
10333
10334 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10335
10336 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
10337 * config.in, configure: Regenerate.
10338
10339 * target.h (struct target_ops): Add to_fileio_readlink.
10340 (target_fileio_readlink): Add prototype.
10341 * target.c (target_fileio_readlink): New function.
10342
10343 * inf-child.c: Conditionally include <sys/param.h>.
10344 (inf_child_fileio_readlink): New function.
10345 (inf_child_target): Install it.
10346
10347 * remote.c (PACKET_vFile_readlink): New enum value.
10348 (remote_hostio_readlink): New function.
10349 (init_remote_ops): Install it.
10350 (_initialize_remote): Handle vFile:readlink packet type.
10351
10352 2012-01-20 Pedro Alves <palves@redhat.com>
10353 Ulrich Weigand <ulrich.weigand@linaro.org>
10354
10355 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
10356 * config.in, configure: Regenerate.
10357
10358 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
10359 to_fileio_pread, to_fileio_close, to_fileio_unlink.
10360 (target_fileio_open): Add prototype.
10361 (target_fileio_pwrite): Likewise.
10362 (target_fileio_pread): Likewise.
10363 (target_fileio_close): Likewise.
10364 (target_fileio_unlink): Likewise.
10365 (target_fileio_read_alloc): Likewise.
10366 (target_fileio_read_stralloc): Likewise.
10367
10368 * target.c: Include "gdb/fileio.h".
10369 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
10370 (default_fileio_target): New function.
10371 (target_fileio_open): Likewise.
10372 (target_fileio_pwrite): Likewise.
10373 (target_fileio_pread): Likewise.
10374 (target_fileio_close): Likewise.
10375 (target_fileio_unlink): Likewise.
10376 (target_fileio_close_cleanup): Likewise.
10377 (target_fileio_read_alloc_1): Likewise.
10378 (target_fileio_read_alloc): Likewise.
10379 (target_fileio_read_stralloc): Likewise.
10380
10381 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
10382 <fcntl.h>, and <unistd.h>.
10383 (inf_child_fileio_open_flags_to_host): New function.
10384 (inf_child_errno_to_fileio_error): Likewise.
10385 (inf_child_fileio_open): Likewise.
10386 (inf_child_fileio_pwrite): Likewise.
10387 (inf_child_fileio_pread): Likewise.
10388 (inf_child_fileio_close): Likewise.
10389 (inf_child_fileio_unlink): Likewise.
10390 (inf_child_target): Install to_fileio routines.
10391
10392 * remote.c (init_remote_ops): Install to_fileio routines.
10393
10394 2012-01-20 Pedro Alves <palves@redhat.com>
10395 Ulrich Weigand <ulrich.weigand@linaro.org>
10396
10397 * remote.c (remote_multi_process_p): Only check for multi-process
10398 protocol feature, do not check for extended protocol.
10399 (remote_supports_multi_process): Check for extended protocol here.
10400 (set_general_process): Likewise.
10401 (extended_remote_kill): Likewise.
10402 (remote_pid_to_str): Likewise.
10403 (remote_query_supported): Always query multiprocess mode.
10404
10405 2012-01-20 Pedro Alves <palves@redhat.com>
10406 Ulrich Weigand <ulrich.weigand@linaro.org>
10407
10408 * inferior.h (struct inferior): Add fake_pid_p.
10409 * inferior.c (exit_inferior_1): Clear fake_pid_p.
10410 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
10411 magic_null_ptid since the remote side doesn't provide a real PID.
10412
10413 2012-01-19 Tom Tromey <tromey@redhat.com>
10414
10415 * NEWS: Combine the two Python sections.
10416
10417 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10418
10419 * target.h (target_close): Update comment on the target's unpush state.
10420
10421 2012-01-19 Pedro Alves <palves@redhat.com>
10422
10423 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
10424 linux_nat_async directly instead of going through the target
10425 vector.
10426 * target.c (unpush_target): Close target after unpushing it, not
10427 before.
10428
10429 2012-01-19 Gary Benson <gbenson@redhat.com>
10430
10431 * mdebugread.c (sort_blocks): Replace integer constants with ones
10432 derived from FIRST_LOCAL_BLOCK.
10433
10434 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
10435 Jan Kratochvil <jan.kratochvil@redhat.com>
10436
10437 PR gdb/9538
10438 * symfile.c (find_separate_debug_file): New function.
10439 (terminate_after_last_dir_separator): Likewise.
10440 (find_separate_debug_file_by_debuglink): Also try realpath.
10441 * configure.ac (AC_CHECK_FUNCS): Add lstat.
10442 * configure: Regenerate.
10443 * config.in: Regenerate.
10444
10445 2012-01-18 Doug Evans <dje@google.com>
10446
10447 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
10448 (main.o): Remove rule.
10449 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
10450 (--with-sysroot): Rewrite.
10451 * configure: Regenerate.
10452 * config.in: Regenerate.
10453
10454 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
10455
10456 * parse.c (initialize_expout): New function.
10457 (reallocate_expout): Likewise.
10458 (parse_exp_in_context): Use `initialize_expout' and
10459 `reallocate_expout' when appropriate.
10460
10461 2012-01-18 Pedro Alves <palves@redhat.com>
10462
10463 * record.c (struct record_breakpoint, record_breakpoint_p)
10464 (record_breakpoints): New.
10465 (record_insert_breakpoint, record_remove_breakpoint): Manage
10466 record breakpoints list. Only remove breakpoints from the
10467 inferior if they had been inserted there in the first place.
10468
10469 2012-01-17 Doug Evans <dje@google.com>
10470
10471 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
10472 if we know we don't have a file name to look for.
10473
10474 2012-01-17 Pedro Alves <palves@redhat.com>
10475
10476 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
10477 the frame's stop reason is UNWIND_UNAVAILABLE.
10478
10479 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10480
10481 Fix compilation error.
10482 * m2-exp.y (yyerror): Use ANSI C prototype.
10483
10484 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
10485
10486 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
10487 (growbuf_by_size): Likewise.
10488 (yyerror): Likewise.
10489 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
10490 (modblock): Remove variable (was #if 0'ed).
10491 (parse_number): Convert prototype from K&R to ANSI C.
10492 (yyerror): Likewise.
10493 * objc-exp.y (parse_number): Likewise.
10494 (yyerror): Likewise.
10495 (yylex): Remove #if 0'ed code.
10496 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
10497 (yyerror): Likewise.
10498
10499 2012-01-16 Tom Tromey <tromey@redhat.com>
10500
10501 * NEWS: Add item.
10502 * symtab.h (compare_filenames_for_search): Declare.
10503 * symtab.c (compare_filenames_for_search): New function.
10504 (iterate_over_some_symtabs): Use it.
10505 * symfile.h (struct quick_symbol_functions)
10506 <map_symtabs_matching_filename>: Change spec.
10507 * psymtab.c (partial_map_symtabs_matching_filename): Use
10508 compare_filenames_for_search. Update for new spec.
10509 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
10510 compare_filenames_for_search. Update for new spec.
10511 * breakpoint.c (clear_command): Use compare_filenames_for_search.
10512
10513 2012-01-16 Tom Tromey <tromey@redhat.com>
10514
10515 PR python/13281:
10516 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
10517 (struct main_type) <flag_flag_enum>: New field.
10518 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
10519 * NEWS: Add entries.
10520 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
10521 enums.
10522 * python/lib/gdb/printing.py (_EnumInstance): New class.
10523 (FlagEnumerationPrinter): Likewise.
10524
10525 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
10526
10527 * breakpoint.c (create_sals_from_address_default): New function.
10528 (create_breakpoints_sal_default): Likewise.
10529 (decode_linespec_default): Likewise.
10530 (is_marker_spec): Removed.
10531 (strace_marker_p): New function.
10532 (init_breakpoint_sal): Using `strace_marker_p' instead of
10533 `is_marker_spec'.
10534 (create_breakpoint): Call method `create_sals_from_address' from
10535 breakpoint_ops, replacing code that created SALs conditionally
10536 on the type of the breakpoint. Call method `create_breakpoints_sal',
10537 replacing code that created breakpoints conditionally on the type
10538 wanted.
10539 (base_breakpoint_create_sals_from_address): New function.
10540 (base_breakpoint_create_breakpoints_sal): Likewise.
10541 (base_breakpoint_decode_linespec): Likewise.
10542 (base_breakpoint_ops): Add methods
10543 `base_breakpoint_create_sals_from_address',
10544 `base_breakpoint_create_breakpoints_sal' and
10545 `base_breakpoint_decode_linespec'.
10546 (bkpt_create_sals_from_address): New function.
10547 (bkpt_create_breakpoints_sal): Likewise.
10548 (bkpt_decode_linespec): Likewise.
10549 (tracepoint_create_sals_from_address): Likewise.
10550 (tracepoint_create_breakpoints_sal): Likewise.
10551 (tracepoint_decode_linespec): Likewise.
10552 (strace_marker_create_sals_from_address): Likewise.
10553 (strace_marker_create_breakpoints_sal): Likewise.
10554 (strace_marker_decode_linespec): Likewise.
10555 (strace_marker_breakpoint_ops): New variable.
10556 (addr_string_to_sals): Remove `marker_spec'. Call method
10557 `decode_linespec' from breakpoint_ops, replacing code that decoded
10558 an address string into a SAL. Use `strace_marker_p' instead of
10559 `marker_spec'.
10560 (strace_command): Decide whether we are dealing with a static
10561 tracepoint with marker or not. Use the appropriate breakpoint_ops.
10562 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
10563 * breakpoint.h (linespec_result, linespec_sals): New forward
10564 declarations.
10565 (breakpoint_ops) <create_sals_from_address>,
10566 <create_breakpoints_sal>, <decode_linespec>: New methods.
10567
10568 2012-01-14 Doug Evans <dje@google.com>
10569
10570 * NEWS: Update text for "maint set python print-stack".
10571 It is deprecated in gdb 7.4 and deleted in 7.5.
10572
10573 2012-01-13 Eli Zaretskii <eliz@gnu.org>
10574
10575 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
10576 including curses.h.
10577
10578 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10579
10580 * configure: Regenerate.
10581 * config.in: Regenerate.
10582
10583 2012-01-12 Keith Seitz <keiths@redhat.com>
10584
10585 PR mi/10586
10586 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
10587 (ANONYMOUS_UNION_NAME): Define.
10588 (is_path_expr_parent): New function.
10589 (get_path_expr_parent): New function.
10590 (is_anonymous_child): New function.
10591 (create_child_with_value): If the child is anonymous and without
10592 a name, assign an object name to it.
10593 (c_describe_child): Use get_path_expr_parent to determine
10594 the parent expression.
10595 If there field represents an anonymous struct or union and
10596 has no name, set an appropriate display name and expression.
10597 (cplus_describe_child): Likewise.
10598
10599 2012-01-12 Pedro Alves <palves@redhat.com>
10600
10601 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
10602 available when %ebp is found to be zero (outermost).
10603
10604 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
10605
10606 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
10607 an internal gdb_static_assert.
10608 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
10609
10610 2012-01-11 Tom Tromey <tromey@redhat.com>
10611
10612 PR gdb/9598:
10613 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
10614 catch" and "catch throw".
10615
10616 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
10617
10618 * blockframe.c (block_innermost_frame): Start search from selected
10619 frame, if present, or otherwise the current frame.
10620
10621 * c-exp.y (variable): Update innermost_block for
10622 'block COLONCOLON NAME' clause.
10623 * m2-exp.y (variable): Ditto.
10624 * objc-exp.y (variable): Ditto.
10625
10626 2012-01-10 Tom Tromey <tromey@redhat.com>
10627
10628 PR python/13199:
10629 * python/python.c (finish_python_initialization): Set sys.argv.
10630
10631 2012-01-10 Doug Evans <dje@google.com>
10632
10633 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
10634 "want_line_info". All callers updated.
10635 (dwarf_decode_lines_1): New function.
10636 (handle_DW_AT_stmt_list): Add function comment.
10637 New arg "want_line_info". All callers updated.
10638 (read_file_scope,read_type_unit_scope): Move comment from
10639 handle_DW_AT_stmt_list to here.
10640
10641 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10642
10643 Fix regression after libiberty/ update for GCC PR 6057 and others.
10644 * c-exp.y (operator) <OPERATOR DELETE>
10645 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10646 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
10647 (make_builtin_type, make_name): New variable i, add gdb_assert.
10648 (operator) <OPERATOR NEW>: Update ARGS to 3.
10649 (operator) <OPERATOR DELETE>: Add trailing space.
10650 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
10651 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10652 * cp-support.c (cp_canonicalize_string): Check NULL from
10653 cp_comp_to_string, call warning and return.
10654
10655 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10656
10657 Fix duplicate .o files after omitting libbfd.a.
10658 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
10659 (SFILES): Add corelow.c.
10660 (COMMON_OBS): Add corelow.o.
10661 (ALLDEPFILES): Remove corelow.c.
10662 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
10663 * config/alpha/alpha-osf3.mh: Likewise.
10664 * config/alpha/fbsd.mh: Likewise.
10665 * config/arm/nbsdaout.mh: Likewise.
10666 * config/arm/nbsdelf.mh: Likewise.
10667 * config/i386/i386gnu.mh: Likewise.
10668 * config/ia64/hpux.mh: Likewise.
10669 * config/ia64/linux.mh: Likewise.
10670 * config/m32r/linux.mh: Likewise.
10671 * config/m68k/linux.mh: Likewise.
10672 * config/mips/irix5.mh: Likewise.
10673 * config/mips/irix6.mh: Likewise.
10674 * config/pa/hpux.mh: Likewise.
10675 * config/pa/linux.mh: Likewise.
10676 * config/powerpc/aix.mh: Likewise.
10677 * config/sparc/linux.mh: Likewise.
10678 * config/sparc/linux64.mh: Likewise.
10679 * config/sparc/sol2.mh: Likewise.
10680 * config/vax/vax.mh: Likewise.
10681 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
10682 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
10683 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
10684 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
10685 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
10686 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
10687 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
10688 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
10689 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
10690 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
10691 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
10692 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
10693 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
10694 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
10695 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
10696 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
10697 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
10698 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
10699 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
10700 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
10701 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
10702 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
10703 corelow.o from gdb_target_obs.
10704 * corefile.c (core_target): Update the comment on NULL value.
10705 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
10706 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
10707 MATCHES. Drop YUMMY set on NULL.
10708 (core_close): Do not call exit_inferior_silent on zero PID. Do not
10709 reclaim CORE_DATA if it is already NULL.
10710
10711 2012-01-09 Doug Evans <dje@google.com>
10712
10713 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
10714 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
10715
10716 2012-01-09 Keith Seitz <keiths@redhat.com>
10717
10718 * breakpoint.c (wrapper.h): Don't include.
10719
10720 2012-01-09 Keith Seitz <keiths@redhat.com>
10721
10722 * Makefile.in (SFILES): Remove wrapper.c.
10723 (HFILES_NO_SRCDIR): Remove wrapper.h.
10724 (COMMON_OBS): Remove wrapper.o.
10725 * cli/cli-interp.c: Don't inlude wrapper.h.
10726 * corelow.c: Likewise.
10727 (core_open): Replace gdb_target_find_new_threads with
10728 TRY_CATCH around target_find_new_threads.
10729 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
10730 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
10731 * varobj.c (varobj_create): Likewise for parse_exp_1 and
10732 evaluate_expression.
10733 (varobj_set_value): Likewise for evaluate_expression and
10734 value_assign.
10735 (install_new_variable): Likewise for value_fetch_lazy.
10736 (adjust_value_for_child_access): Likewise for value_ind.
10737 (c_describe_child): Likewise for value_subscript and
10738 value_ind.
10739 (c_value_of_root): Likewise for evaluate_expression.
10740 * wrapper.c: Remove.
10741 * wrapper.h: Remove.
10742
10743 2012-01-09 Doug Evans <dje@google.com>
10744
10745 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
10746 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
10747 "abfd" args with "section". All callers updated.
10748 Error checking code moved ...
10749 (error_check_comp_unit_head): ... here. New function.
10750 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
10751 Delete arg "abfd". New arg "type_offset". All callers updated.
10752 (create_debug_types_hash_table): Simplify by using
10753 read_and_check_type_unit_head.
10754
10755 * parser-defs.h (namecopy): Delete.
10756 * parse.c (namecopy, namecopy_size): Move into copy_name.
10757
10758 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10759
10760 Partially fix duplicate .o files after omitting libbfd.a.
10761 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
10762 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10763 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
10764 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10765 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
10766 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
10767 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10768
10769 2012-01-09 Pedro Alves <palves@redhat.com>
10770
10771 * MAINTAINERS: Update my email address.
10772
10773 2012-01-08 Doug Evans <dje@google.com>
10774
10775 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
10776 n_type_units. Rename type_comp_units to all_type_units.
10777 All uses updated.
10778 (add_signatured_type_cu_to_table): Renamed from
10779 add_signatured_type_cu_to_list. All callers updated.
10780
10781 * gdbtypes.h (struct cplus_struct_type): Delete member
10782 nfn_fields_total. All uses removed.
10783
10784 2012-01-06 Doug Evans <dje@google.com>
10785
10786 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
10787 to top of file.
10788 (dwarf2_find_comp_unit): Delete.
10789 (process_psymtab_comp_unit): Make result "void".
10790 Delete args buffer, info_ptr, buffer_size, and replace with
10791 "section". All callers updated.
10792 (dwarf2_build_psymtabs_hard): Simplify.
10793
10794 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
10795 Thiago Jung Bauermann <bauerman@br.ibm.com>
10796
10797 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
10798 before `struct gdb_exception'.
10799 * breakpoint.c (update_global_location_list_nothrow)
10800 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
10801 * cp-abi.c (value_rtti_type): Likewise.
10802 * cp-support.c (cp_validate_operator): Likewise.
10803 * infrun.c (insert_exception_resume_breakpoint)
10804 (check_exception_resume, keep_going): Likewise.
10805 * mi-interp.c (mi_breakpoint_created)
10806 (mi_breakpoint_modified): Likewise.
10807 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
10808 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
10809 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
10810
10811 2012-01-05 Doug Evans <dje@google.com>
10812
10813 * dwarf2read.c (statement_prologue): Delete, unused.
10814
10815 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
10816 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
10817
10818 * dwarf2read.c (comp_unit_header): Delete, unused.
10819
10820 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
10821
10822 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
10823 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
10824
10825 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
10826
10827 * infrun.c (normal_stop): Don't skip calling the normal_stop
10828 observers if the thread was doing a multi-step, but stopped for
10829 some reason other than stepping.
10830
10831 2012-01-05 Pedro Alves <alves.ped@gmail.com>
10832
10833 * cli/cli-decode.h: Add comments.
10834 (CMD_LIST_AMBIGUOUS): Moved to command.h
10835 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
10836 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
10837 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
10838 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
10839 (add_com, add_com_alias, add_info, add_info_alias)
10840 (complete_on_cmdlist, complete_on_enum, help_list): Remove
10841 declarations.
10842 * command.h: Add and adjust comments.
10843 (CMD_LIST_AMBIGUOUS): Moved here.
10844 (help_cmd, help_cmd_list): Delete declarations.
10845
10846 2012-01-04 Doug Evans <dje@google.com>
10847
10848 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
10849 All callers updated.
10850 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
10851 Replace all arguments with "per_cu". All callers updated.
10852
10853 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
10854
10855 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
10856 New arg "per_cu". All callers updated.
10857
10858 Delete #if 0'd out code.
10859 * language.c (binop_result_type): Delete.
10860 (simple_type, ordered_type, same_type, integral_type): Delete.
10861 (numeric_type, character_type, string_type, boolean_type): Delete.
10862 (float_type, structured_type): Delete.
10863 * language.h: Update.
10864
10865 2012-01-04 Tom Tromey <tromey@redhat.com>
10866
10867 * python/py-value.c (valpy_binop): Initialize 'res_val'.
10868
10869 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10870
10871 * corefile.c (close_exec_file): Delete.
10872 (reopen_exec_file): Remove commented out code that seems related
10873 to close_exec_file, which is being deleted here.
10874 * inferior.h (close_exec_file): Delete.
10875 * fork-child.c (fork_inferior): Remove call to fork_inferior.
10876
10877 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10878
10879 * ada-lang.c: #include "cli/cli-utils.h".
10880 (get_selections): Use skip_spaces.
10881 (ada_get_next_arg): Use skip_spaces and skip_to_space.
10882 (catch_ada_exception_command_split): Use skip_spaces.
10883 (ada_decode_assert_location): Likewise.
10884
10885 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10886
10887 * linespec.c (decode_line_internal): Check for C++ or Java
10888 compound constructs only if the current language is C, C++
10889 or Java.
10890
10891 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10892
10893 Revert:
10894 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10895 Joel Brobecker <brobecker@adacore.com>
10896 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
10897 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
10898 3 times.
10899 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
10900 fall through into AT_ENTRY_POINT.
10901 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
10902 DUMMY_ADDR with it.
10903 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
10904 PPC_INSN_SIZE skip to 3 times.
10905
10906 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10907
10908 * linespec.c (add_minsym): Preserve function descriptors.
10909
10910 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
10911
10912 * breakpoint.c (all_locations_are_pending): Consider locations
10913 in program spaces executing during startup pending as well.
10914
10915 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10916
10917 Copyright year update in most files of the GDB Project.
10918
10919 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10920
10921 * copyright.sh: Delete.
10922 * copyright.py: Rewrite.
10923
10924 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10925
10926 * gnulib/extra/update-copyright: New file, imported from gnulib.
10927
10928 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10929
10930 * README (Copyright and License Notices): New section.
10931
10932 2012-01-03 Tom Tromey <tromey@redhat.com>
10933
10934 PR python/12533:
10935 * python/py-value.c (valpy_dereference, valpy_get_address
10936 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
10937 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
10938 (valpy_absolute, valpy_richcompare): Free intermediate values.
10939
10940 2011-01-03 Joel Brobecker <brobecker@adacore.com>
10941
10942 * ada-lang.c: Reformat the copyright notice.
10943
10944 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10945
10946 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
10947 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
10948 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
10949 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
10950 Revert this part of:
10951 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10952 Build gdb directly from *.o files not using libgdb.a.
10953 * Makefile.in (COMMON_OBS): Remove solib-target.o.
10954
10955 2012-01-02 Joel Brobecker <brobecker@adacore.com>
10956
10957 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
10958 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
10959 Reformat the copyright header.
10960
10961 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10962
10963 Revert this part of:
10964 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10965 Remove the gdbtui binary.
10966 * gdb.c (main): Remove args.interpreter_p initialization.
10967 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
10968 * main.h (struct captured_main_args): Remove interpreter_p.
10969
10970 2012-01-02 Joel Brobecker <brobecker@adacore.com>
10971
10972 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
10973
10974 2012-01-02 Joel Brobecker <brobecker@adacore.com>
10975
10976 * top.c (print_gdb_version): Update copyright year.
10977
10978 2012-01-02 Yao Qi <yao@codesourcery.com>
10979
10980 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
10981
10982 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10983 Joel Brobecker <brobecker@adacore.com>
10984
10985 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
10986 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
10987 3 times.
10988 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
10989 fall through into AT_ENTRY_POINT.
10990 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
10991 DUMMY_ADDR with it.
10992 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
10993 PPC_INSN_SIZE skip to 3 times.
10994
10995 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10996
10997 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
10998 the return value.
10999 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
11000
11001 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11002
11003 Build gdb directly from *.o files not using libgdb.a.
11004 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
11005 (COMMON_OBS): Remove solib-target.o.
11006 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
11007 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
11008 (LIBGDB_OBS, libgdb.a): Move it above.
11009 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
11010 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
11011 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
11012 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
11013 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
11014 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
11015 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
11016 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
11017 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
11018 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
11019 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
11020 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
11021 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
11022 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
11023 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11024 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
11025 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
11026 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11027 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
11028 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
11029 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
11030 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
11031 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
11032 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
11033 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
11034 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
11035 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
11036
11037 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11038
11039 Remove the gdbtui binary.
11040 * .gitignore (/gdbtui): Remove.
11041 * Makefile.in (TUI): Remove.
11042 (SUBDIR_TUI_OBS): Remove tui-main.o.
11043 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
11044 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
11045 (tui-main.o): Remove.
11046 (all_object_files): Remove tui-main.o.
11047 * NEWS: New note for the gdbtui removal.
11048 * configure: Rebuilt.
11049 * configure.ac: No longer add all-tui, clean-tui, install-tui and
11050 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
11051 CONFIG_UNINSTALL respectively.
11052 * gdb.c (main): Remove args.interpreter_p initialization.
11053 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11054 * main.h (struct captured_main_args): Remove interpreter_p.
11055 * tui/tui-main.c: Remove.
11056
11057 2012-01-01 Doug Evans <dje@google.com>
11058
11059 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
11060 (dwarf2_physname, read_import_statement): Ditto.
11061 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
11062 (process_structure_scope read_subroutine_type): Ditto.
11063 (read_typedef, load_partial_dies, read_partial_die): Ditto.
11064 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
11065 (dwarf2_fetch_die_location_block): Ditto.
11066 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
11067
11068 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
11069 All callers updated.
11070 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
11071 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
11072 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
11073
11074 * dwarf2read.c (load_cu): Move assert to more useful location.
11075
11076 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
11077 All callers updated.
11078
11079 * dwarf2read.c (dwarf2_per_objfile): Add comment.
11080 (dwarf2_elf_names): Minor reformat.
11081 (dwarf2_per_cu_data): Tweak comment.
11082 (dwarf2_read_section): Fix comment.
11083 (create_all_comp_units): Fix comment.
11084 (load_full_comp_unit): Fix comment.
11085 (process_full_comp_unit): Fix comment.
11086 (read_signatured_type): Fix comment.
11087
11088 For older changes see ChangeLog-2011.
11089 \f
11090 Local Variables:
11091 mode: change-log
11092 left-margin: 8
11093 fill-column: 74
11094 version-control: never
11095 coding: utf-8
11096 End: