* ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
[binutils-gdb.git] / gdb / ChangeLog
1 2012-11-08 Edjunior Machado <emachado@linux.vnet.ibm.com>
2
3 * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
4 ppc64_standard_linkage3): Mark ld r11 instructions as optional,
5 following the change in PLT call stubs on linker.
6
7 2012-11-08 Pierre Muller <muller@sourceware.org>
8
9 * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
10 as default language.
11 (AWK): Use = instead of == for sh test to avoid warning.
12 (Linux rule): Correct [:digit] into [[:digit:]].
13 (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
14 (vasprintf rule): Adapt to common subdirectory moves.
15 (xasprintf rule): Idem.
16 (xvasprintf rule): Idem.
17 (var_boolean rule): Accept occurence in == or != test.
18
19 * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
20
21 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
22
23 * tui/tui-hooks.c (tui_inferior_exit): New function.
24 (tui_detach_hook): Remove.
25 (tui_install_hooks): Install the inferior exit observer.
26 (tui_remove_hooks): Remove it.
27
28 2012-11-08 Yao Qi <yao@codesourcery.com>
29
30 PR gdb/14777.
31 * source.c (_initialize_source): Call add_com_alias to abbreviate
32 'forward-search' as 'fo'.
33
34 2012-11-07 Pedro Alves <palves@redhat.com>
35
36 * arm-tdep.c: Make defs.h be the first include.
37 * coff-pe-read.c: Ditto.
38 * gnu-nat.c: Ditto.
39 * go32-nat.c: Ditto.
40 * i386-nat.c: Ditto.
41 * ppcnbsd-nat.c: Ditto.
42 * ada-varobj.h: Don't include defs.h.
43 * i386-darwin-tdep.h: Ditto.
44 * i386-nat.h: Ditto.
45
46 2012-11-07 Pedro Alves <palves@redhat.com>
47
48 * MAINTAINERS: New FSF-appointed maintainers replace the Steering
49 Committee.
50
51 2012-11-07 Pierre Muller <muller@sourceware.org>
52
53 * common/linux-osdata.c (dirent.h): ARI fix: Remove.
54 File already uses "gdb_dirent.h" header.
55
56 2012-11-07 Yao Qi <yao@codesourcery.com>
57
58 * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
59 tracepoint_count'.
60
61 2012-11-06 Tom Tromey <tromey@redhat.com>
62
63 * target.h (inferior_has_forked, inferior_has_vforked)
64 (inferior_has_execd, inferior_has_called_syscall): Remove
65 declarations.
66
67 2012-11-06 Pierre Muller <muller@sourceware.org>
68
69 * remote.c (remote_insert_hw_breakpoint): ARI fix,
70 add missing internalization markup.
71
72 2012-11-06 Pedro Alves <palves@redhat.com>
73
74 PR gdb/14810
75
76 * breakpoint.c (bpstat_stop_status): Skip disabled locations.
77
78 2012-11-06 Pierre Muller <muller@sourceware.org>
79
80 * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
81 is not executable.
82
83 2012-11-05 Joel Brobecker <brobecker@adacore.com>
84
85 * gnulib/update-gnulib.sh: New script.
86
87 2012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
88
89 * MAINTAINERS: Update my email address.
90
91 2012-11-05 Tom Tromey <tromey@redhat.com>
92
93 * frame.c (put_frame_register): Don't use temporary buffer.
94
95 2012-11-05 Pedro Alves <palves@redhat.com>
96
97 * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
98 child. Clear 'pending_detach'.
99 * infrun.c (handle_vfork_child_exec_or_exit): Clear
100 'pending_detach' in the vfork parent.
101
102 2012-11-05 Doug Evans <dje@google.com>
103
104 Add support for DWP files. http://gcc.gnu.org/wiki/DebugFissionDWP
105 * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
106 * dwarf2read.c: #include "elf-bfd.h".
107 (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
108 (dwop_section_names): Renamed from dwo_section names. All uses
109 updated. Add entries for .debug_cu_index, .debug_tu_index.
110 (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
111 All uses updated.
112 (struct dwp_sections): New type.
113 (struct virtual_dwo_sections): New type.
114 (struct dwp_hash_table): New type.
115 (struct dwp_file): New type.
116 (init_cutu_and_read_dies): Ensure DWO info/types section has been
117 read in. Handle DWOs coming from DWP files.
118 (lookup_dwo_file_slot): New function.
119 (dwarf2_locate_dwo_sections): Move definition closer to use.
120 (create_dwo_debug_info_hash_table_reader): Renamed from
121 create_debug_info_hash_table_reader. All callers updated.
122 (create_dwo_debug_info_hash_table): Renamed from
123 create_debug_info_hash_table. All callers updated.
124 (create_dwp_hash_table): New function.
125 (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
126 (lookup_dwo_in_dwp): New function.
127 (try_open_dwop_file): Renamed from try_open_dwo_file. New parameter
128 is_dwp. All callers updated.
129 (open_dwop_file): Renamed from open_dwo_file. All callers updated.
130 (open_and_init_dwo_file): Renamed from init_dwo_file.
131 All callers updated.
132 (lookup_dwo_file): Delete.
133 (dwarf2_locate_dwp_sections): New function.
134 (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
135 (allocate_dwp_loaded_cutus_table): New function.
136 (open_and_init_dwp_file): New function.
137 (lookup_dwo_cutu): New function.
138 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
139
140 2012-11-03 Yao Qi <yao@codesourcery.com>
141
142 Fix PR gdb/14617.
143 * breakpoint.c (trace_pass_set_count): Call
144 observer_notify_breakpoint_modified instead of
145 observer_notify_tracepoint_modified.
146 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
147
148 2012-11-02 Tom Tromey <tromey@redhat.com>
149
150 * breakpoint.c (catch_syscall_completer): Pass 'word' as second
151 argument to complete_on_enum.
152
153 2012-11-02 Tom Tromey <tromey@redhat.com>
154
155 * configure: Rebuild.
156 * configure.ac (build_warnings): Add -Wempty-body.
157 * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
158 * remote.c (handle_notification): Use braces for empty 'else' body.
159 * s390-tdep.c (s390_analyze_prologue): Use braces for empty
160 'else' body.
161 * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
162 'else' body.
163 * solib-som.c (som_relocate_section_addresses): Use braces
164 for empty 'else' body.
165 * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
166 (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
167
168 2012-11-02 Pedro Alves <palves@redhat.com>
169
170 PR gdb/14766
171
172 * infrun.c (handle_inferior_event)
173 <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
174 null_ptid before handling a vfork child exec or exit. Switch to
175 the event ptid afterwards.
176
177 2012-11-02 Yao Qi <yao@codesourcery.com>
178
179 * std-operator.def: Remove OP_LABELED.
180 * eval.c: Remove the declaration of 'get_label'.
181 (get_label): Remove.
182 (evaluate_struct_tuple): Remove code handling OP_LABELED.
183 Update comment.
184 Remove local variable 'variantno' and related code.
185 Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
186 with 'fieldno'.
187 * expprint.c (print_subexp_standard): Likewise.
188 (dump_subexp_body_standard): Likewise.
189 * parse.c (operator_length_standard): Likewise.
190
191 2012-11-01 Pierre Muller <muller@ics.u-strasbg.fr>
192
193 Incorporate ARI web page generator into GDB sources.
194 * contrib/ari/create-web-ari-in-src.sh: New file.
195 * contrib/ari/gdb_ari.sh: New file.
196 * contrib/ari/gdb_find.sh: New file.
197 * contrib/ari/update-web-ari.sh: New file.
198
199 2012-10-31 Tom Tromey <tromey@redhat.com>
200
201 * gdbarch.c: Rebuild.
202 * gdbarch.sh: Remove references to gdbarch_swap.
203 * corelow.c (core_open): Remove obsolete comment.
204
205 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
206
207 PR cli/14772
208 * c-typeprint.c (c_print_type): Don't print a space for vector
209 types, this is handled within the suffix.
210 (c_type_print_varspec_suffix): Add a space to vector suffix.
211
212 2012-10-26 Pedro Alves <palves@redhat.com>
213
214 * amd64-tdep.c (amd64_relocate_instruction): Use
215 store_unsigned_integer instead of memcpy.
216 * i386-tdep.c (i386_relocate_instruction): Ditto.
217
218 2012-10-26 Pedro Alves <palves@redhat.com>
219
220 * infrun.c (handle_inferior_event): Merge handling of
221 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
222 switch case.
223
224 2012-10-26 Pedro Alves <palves@redhat.com>
225
226 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
227 Remove comment.
228
229 2012-10-26 Pedro Alves <palves@redhat.com>
230
231 * target.c (target_waitstatus_to_string): Handle
232 TARGET_WAITKIND_VFORK_DONE.
233
234 2012-10-26 Pedro Alves <palves@redhat.com>
235
236 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
237 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
238
239 2012-10-24 Tristan Gingold <gingold@adacore.com>
240
241 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
242 Add comments.
243
244 2012-10-24 Joel Brobecker <brobecker@adacore.com>
245
246 * ravenscar-thread.c (ravenscar_wait): Only update the list
247 of threads and inferior_ptid if the inferior is still alive.
248
249 2012-10-24 Joel Brobecker <brobecker@adacore.com>
250
251 * ada-lang.c (is_known_support_routine): Use lbasename when
252 matching the symtab's filename against
253 known_runtime_file_name_patterns.
254
255 2012-10-24 Joel Brobecker <brobecker@adacore.com>
256
257 * ada-lang.c (ada_same_array_size_p): New function.
258 (ada_promote_array_of_integrals): New function.
259 (coerce_for_assign): Add handling of arrays where the elements
260 are integrals of a smaller size than the size of the target
261 array element type.
262
263 2012-10-24 Joel Brobecker <brobecker@adacore.com>
264
265 * doublest.c (convert_doublest_to_floatformat): Fix comparison
266 against maximum exponent value.
267
268 2012-10-24 Joel Brobecker <brobecker@adacore.com>
269
270 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
271 "unwind-seh.c".
272
273 2012-10-24 Joel Brobecker <brobecker@adacore.com>
274
275 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
276 strip typedef layer when computing the fixed type's field type,
277 only when computing its size.
278
279 2012-10-24 Mark Kettenis <kettenis@gnu.org>
280
281 PR gdb/12783
282 * i386-tdep.c (i386_return_value): Handle complex double and long
283 double.
284
285 2012-10-24 Joel Brobecker <brobecker@adacore.com>
286
287 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
288 New local variable args_len.
289 Quote the name of the executable when computing the command line.
290
291 2012-10-23 Mark Kettenis <kettenis@gnu.org>
292
293 PR gdb/12796
294 PR gdb/12798
295 PR gdb/12800
296 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
297 AMD64_FTAG_REGNUM.
298 * amd64-tdep.c (amd64_classify): Classify complex types.
299 (amd64_return_value): Handle the COMPLEX_X87 class.
300
301 2012-10-23 Joel Brobecker <brobecker@adacore.com>
302
303 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
304 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
305
306 2012-10-23 Joel Brobecker <brobecker@adacore.com>
307
308 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
309 function.
310 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
311 to amd64_windows_auto_wide_charset.
312
313 2012-10-23 Yao Qi <yao@codesourcery.com>
314
315 * event-top.c (mark_async_signal_handler_wrapper): Remove.
316 * event-top.h: Remove its declaration.
317 (async_request_quit): Call mark_async_signal_handler instead of
318 mark_async_signal_handler_wrapper.
319 (async_do_nothing, async_disconnect): Likewise.
320 (async_stop_sig): Likewise.
321 * remote.c (handle_remote_sigint): Likewise.
322 (handle_remote_sigint_twice): Likewise.
323
324 2012-10-23 Yao Qi <yao@codesourcery.com>
325
326 * event-top.c (sigint_token, sighup_token): Replace 'void *'
327 with 'static struct async_signal_handler *'.
328 (sighup_token, sigquit_token, sigstp_token): Likewise.
329
330 2012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
331
332 * gdbarch.sh (function_list): Use 'pstring' when printing
333 a variable which could return NULL.
334 * gdbarch.c: Regenerate.
335
336 2012-10-10 Joel Brobecker <brobecker@adacore.com>
337 Tom Tromey <tromey@redhat.com>
338
339 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
340 inneffective if condition by gdb assertion. Add function
341 description comment.
342
343 2012-10-19 Joel Brobecker <brobecker@adacore.com>
344
345 * parser-defs.h (struct exp_descriptor): Document constraint
346 on return value for "op_name" callbacks.
347
348 2012-10-18 Tom Tromey <tromey@redhat.com>
349
350 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
351 * symtab.c (iterate_over_some_symtabs): Constify.
352 * source.h (symtab_to_fullname): Return 'const char *'.
353 * source.c (symtab_to_fullname): Return 'const char *'.
354 * python/py-symtab.c (stpy_fullname): Constify.
355 * cli/cli-cmds.c (edit_command): Constify.
356 * breakpoint.c (print_breakpoint_location)
357 (update_static_tracepoint): Constify.
358
359 2012-10-18 Tom Tromey <tromey@redhat.com>
360
361 * breakpoint.c (compare_breakpoints): Fix comparison.
362
363 2012-10-18 Tom Tromey <tromey@redhat.com>
364
365 * valprint.c (generic_emit_char, generic_printstr): Pass size of
366 gdb_wchar_t to convert_between_encodings.
367
368 2012-10-17 Yao Qi <yao@codesourcery.com>
369
370 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
371 more parameter 'inferior'.
372 * corefile.c (write_memory_with_notification): Caller update.
373
374 * mi/mi-cmd-var.c: Include "mi-main.h".
375 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
376 to 1 and restore it later.
377 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
378 and "data-write-memory-bytes.
379 * mi/mi-interp.c: Include objfiles.h.
380 (mi_interpreter_init): Call observer_attach_memory_changed.
381 (mi_memory_changed): New.
382 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
383 New field.
384
385 * NEWS: Mention new MI notification "memory-changed".
386
387 2012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
388
389 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
390
391 2012-10-15 Doug Evans <dje@google.com>
392
393 New option -nh: inhibit loading of ~/.gdbinit.
394 * NEWS: Mention -nh.
395 * main.c (captured_main): Recognize and process -nh.
396 (print_gdb_help): Mention -nh.
397 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
398
399 2012-10-15 H.J. Lu <hongjiu.lu@intel.com>
400
401 PR backtrace/14646
402 PR gdb/14647
403 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
404 pc_regnum_from_eax.
405 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
406 nor pc_regnum_from_eax.
407 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
408 nor pc_regnum_from_eax.
409
410 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
411
412 Fix entry values resolving in inlined frames.
413 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
414 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
415 entries of FRAME.
416
417 2012-10-15 Joel Brobecker <brobecker@adacore.com>
418
419 * configure.ac: Build with -DMS_WIN64 if building with Python
420 enabled using GCC on amd64-windows.
421 * configure: Regenerate.
422
423 2012-10-15 Tom Tromey <tromey@redhat.com>
424
425 PR python/14635:
426 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
427 to Py_None.
428
429 2012-10-15 Tom Tromey <tromey@redhat.com>
430
431 PR python/14634:
432 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
433
434 2012-10-11 Andrew Burgess <aburgess@broadcom.com>
435
436 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
437 reset thread numbering back to 1.
438
439 2012-10-11 Doug Evans <dje@google.com>
440
441 PR breakpoints/14643.
442 * linespec.c (struct ls_parser): New member keyword_ok.
443 (linespec_lexer_lex_string): Add comment.
444 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
445 for one.
446 (parse_linespec): Set keyword_ok.
447
448 2012-10-10 Doug Evans <dje@google.com>
449
450 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
451 "0x" prefix on address in log message.
452
453 * dwarf2read.c (read_1_byte): Add const to buf parameter.
454 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
455 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
456 (lookup_dwo_file): Add const to dwo_name parameter.
457 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
458
459 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
460
461 Fix crash during stepping on ppc32.
462 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
463 SYM.
464
465 2012-10-03 Doug Evans <dje@google.com>
466
467 PR symtab/14601
468 * buildsym.c (buildsym_init): Reset using_directives to NULL.
469
470 2012-10-02 Andrew Burgess <aburgess@broadcom.com>
471
472 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
473 output and use uint32_t not long to ensure 4 byte size.
474
475 2012-10-02 Joel Brobecker <brobecker@adacore.com>
476
477 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
478 unref'ed it.
479
480 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
481
482 * target.c (simple_search_memory): Include access length in
483 warning message.
484
485 2012-09-28 Nathan Miller <nathanm2@us.ibm.com>
486 Edjunior Machado <emachado@linux.vnet.ibm.com>
487
488 PR gdb/13989
489 * solib.c (solib_find): Prevent GDB from loading native libraries when
490 debugging a cross-target corefile.
491
492 2012-09-28 selven <pcthegreat@gmail.com>
493
494 Make definition match declaration.
495
496 * regcache.c (regcache_register_status): Change return type to
497 enum register_status.
498
499 2012-09-28 Yao Qi <yao@codesourcery.com>
500
501 * mi/mi-main.c (mi_cmd_data_write_memory): Call
502 write_memory_with_notification instead of write_memory.
503 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
504 instead of target_write_memory.
505
506 2012-09-28 Yao Qi <yao@codesourcery.com>
507
508 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
509 when the length of content is not an even number.
510
511 2012-09-27 Tom Tromey <tromey@redhat.com>
512
513 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
514 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
515
516 2012-09-27 Joel Brobecker <brobecker@adacore.com>
517
518 * sol-thread.c (sol_thread_fetch_registers)
519 (sol_thread_store_registers): Delete commented out code.
520
521 2012-09-27 Joel Brobecker <brobecker@adacore.com>
522
523 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
524 Move these functions to sparc-sol-thread.c.
525 * sparc-sol-thread.c: New file.
526 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
527 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
528 configurations.
529 * configure: Regenerate.
530
531 2012-09-27 Joel Brobecker <brobecker@adacore.com>
532
533 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
534 Remove commented-out code.
535
536 2012-09-27 Joel Brobecker <brobecker@adacore.com>
537
538 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
539 Enable this code for sparc hosts only.
540
541 2012-09-27 Joel Brobecker <brobecker@adacore.com>
542
543 * procfs.h (procfs_find_LDT_entry): Add declaration.
544 * sol-thread.c (ps_lgetLDT): Delete local declaration of
545 function procfs_find_LDT_entry.
546
547 2012-09-27 Joel Brobecker <brobecker@adacore.com>
548
549 * procfs.c (proc_get_LDT_entry): Make static.
550
551 2012-09-27 Joel Brobecker <brobecker@adacore.com>
552
553 * procfs.c (proc_find_memory_regions): Fix declaration.
554
555 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
556
557 * amd64-tdep.c (amd64_return_value): Revert previous change
558 that used TYPE_LENGTH directly.
559 * bfin-tdep.c (bfin_extract_return_value): Likewise.
560 (bfin_store_return_value): Likewise.
561 * cris-tdep.c (cris_store_return_value): Likewise.
562 (cris_extract_return_value): Likewise.
563 * h8300-tdep.c (h8300_extract_return_value): Likewise.
564 * hppa-tdep.c (hppa64_return_value): Likewise.
565 * lm32-tdep.c (lm32_store_return_value): Likewise.
566 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
567 * spu-tdep.c (spu_value_from_register): Likewise.
568 * vax-tdep.c (vax_return_value): Likewise.
569
570 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
571
572 * gdbtypes.c (lookup_array_range_type): Expand parameters
573 LOW_BOUND and HIGH_BOUND to LONGEST.
574 (lookup_string_range_type): Likewise.
575 * gdbtypes.h (lookup_array_range_type): Likewise.
576 (lookup_string_range_type): Likewise.
577 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
578 Expand HIGHBOUND to ssize_t.
579 (value_string): Likewise.
580 * value.h (value_cstring): Expand parameter LEN to ssize_t.
581 (value_string): Likewise.
582
583 2012-09-27 Yao Qi <yao@codesourcery.com>
584
585 PR breakpoints/13898
586 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
587 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
588 per breakpoint type.
589
590 2012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
591
592 * procfs.c: Add gdb_bfd header.
593 * rs6000-nat.c: Likewise.
594 * solib-pa64.c: Likewise.
595 * spu-linux-nat.c: Likewise.
596 * windows-nat.c: Likewise.
597
598 2012-09-26 Tom Tromey <tromey@redhat.com>
599
600 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
601
602 2012-09-26 Tom Tromey <tromey@redhat.com>
603
604 * dwarf2read.c (mark_common_block_symbol_computed): New function.
605 (read_common_block): Handle child DIEs with
606 DW_AT_data_member_location.
607 (new_symbol_full): Add special case for common blocks.
608
609 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
610 Tom Tromey <tromey@redhat.com>
611
612 * dwarf2read.c (read_common_block): Rewrite.
613 (new_symbol_full): Handle DW_TAG_common_block.
614 * f-lang.c (head_common_list, find_common_for_function):
615 Remove.
616 * f-lang.h (struct common_entry, struct saved_f77_common,
617 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
618 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
619 BLANK_COMMON_NAME_LOCAL): Remove.
620 (struct common_block): New.
621 * f-valprint.c (list_all_visible_commons): Remove.
622 (info_common_command_for_block): New function.
623 (info_common_command): Use it.
624 * stack.c (iterate_over_block_locals): Special case for
625 COMMON_BLOCK_DOMAIN.
626 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
627 constant.
628 (struct general_symbol_info) <value.common_block>: New field.
629 (SYMBOL_VALUE_COMMON_BLOCK): New define.
630
631 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
632 Tom Tromey <tromey@redhat.com>
633
634 * f-lang.c (allocate_saved_bf_node,
635 allocate_saved_function_node, allocate_saved_f77_common_node,
636 allocate_common_entry_node, tail_common_list, current_common,
637 saved_bf_list, saved_bf_list_end, current_head_bf_list,
638 tmp_bf_ptr, add_common_block, add_common_entry,
639 find_first_common_named, patch_common_entries,
640 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
641 global_remote_debug, get_bf_for_fcn, saved_function_list,
642 saved_function_list_end, clear_function_list, struct saved_fcn,
643 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
644 SAVED_BF, SAVED_BF_PTR): Remove.
645 * f-lang.h (tail_common_list, current_common,
646 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
647 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
648 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
649 real_main_c_value): Remove.
650 * f-valprint.c (there_is_a_visible_common_named): Remove.
651
652 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
653
654 * breakpoint.c (update_global_location_list): Ignore previous
655 duplicate status of a breakpoint when starting a new scan for
656 duplicate breakpoints.
657
658 2012-09-26 Karthik Bhat <kv.bhat@samsung.com>
659 PR breakpoints/14419
660 * arm-tdep.c (arm_skip_prologue): Extending producer check to
661 support LLVM compiler.
662
663 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
664
665 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
666 * bfin-tdep.c (bfin_extract_return_value): Likewise.
667 (bfin_store_return_value): Likewise.
668 * cris-tdep.c (cris_store_return_value): Likewise.
669 (cris_extract_return_value): Likewise.
670 * h8300-tdep.c (h8300_extract_return_value): Likewise.
671 * hppa-tdep.c (hppa64_return_value): Likewise.
672 * lm32-tdep.c (lm32_store_return_value): Likewise.
673 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
674 * spu-tdep.c (spu_value_from_register): Likewise.
675 * vax-tdep.c (vax_return_value): Likewise.
676
677 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
678
679 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
680 parameter LEN to ssize_t.
681
682 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
683
684 * ada-valprint.c (ada_val_print_1): Eliminate single-use
685 variable LEN.
686 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
687 directly.
688 (alpha_store_return_value): Likewise.
689 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
690 (amd64_push_arguments): Likewise.
691 * ax-gdb.c (gen_trace_static_fields): Likewise.
692 (gen_traced_pop): Likewise.
693 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
694 * breakpoint.c (update_watchpoint): Likewise.
695 * findcmd.c (parse_find_args): Use local variable for type
696 instead of length.
697 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
698 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
699 (h8300_store_return_value): Likewise.
700 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
701 Use i386_darwin_arg_type_alignment directly.
702 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
703 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
704 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
705 (m68hc11_extract_return_value): Likewise.
706 * mep-tdep.c (mep_push_dummy_call): Likewise.
707 * printcmd.c (float_type_from_length): Likewise.
708 * s390-tdep.c (s390_value_from_register): Likewise.
709 * stack.c (read_frame_arg): Likewise.
710 * tracepoint.c (encode_actions_1): Likewise.
711 * valops.c (value_fetch_lazy): Use local variable for type
712 instead of length. Use TYPE_LENGTH directly.
713 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
714
715 2012-09-25 Joel Brobecker <brobecker@adacore.com>
716
717 * symtab.c (skip_prologue_sal): Fix typo in comment.
718
719 2012-09-25 Joel Brobecker <brobecker@adacore.com>
720
721 * linespec.c (create_sals_line_offset): Fix typo in comment.
722
723 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
724
725 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
726 use plongest to print the array size.
727
728 2012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
729
730 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
731 * p-valprint.c (pascal_type_print_base): Likewise.
732
733 2012-09-22 Yao Qi <yao@codesourcery.com>
734
735 * remote.c (remote_get_trace_status): Remove setting default
736 values of fields of 'ts'.
737
738 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
739
740 Fix internal error on canonicalization of clang types.
741 * cp-name-parser.y (operator): New comment at make_operator call for
742 new, delete, new[] and delete[].
743 (exp): Use "sizeof ". Add new comment at make_operator call.
744
745 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
746
747 Fix disassemble without parameters in tailcall frame.
748 * cli/cli-cmds.c (disassemble_current_function): Use
749 get_frame_address_in_block.
750
751 2012-09-21 Tom Tromey <tromey@redhat.com>
752
753 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
754 TYPE_CODE_UNION>: Unify, removing a goto.
755
756 2012-09-21 Tom Tromey <tromey@redhat.com>
757
758 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
759
760 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
761
762 * findvar.c (read_frame_register_value): Mark the result value as
763 optimized out if any of the input registers have been optimized out.
764
765 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
766
767 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
768
769 2012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
770
771 * eval.c (evaluate_subexp_standard): Eliminate single-use
772 variable LOWER.
773
774 2012-09-21 Yao Qi <yao@codesourcery.com>
775
776 * mi/mi-interp.c: Declare mi_record_changed.
777 (mi_interpreter_init): Call observer_attach_record_changed.
778 (mi_record_changed): New.
779 * record.c (record_open): Call observer_notify_record_changed.
780 (cmd_record_stop): Call observer_notify_record_changed.
781 * NEWS: Mention it.
782
783 2012-09-20 Tom Tromey <tromey@redhat.com>
784
785 * NEWS: Update.
786 * python/python.c (finalize_python): New function.
787 (_initialize_python): Make a final cleanup.
788
789 2012-09-19 Doug Evans <dje@google.com>
790
791 * buildsym.h (param_symbols): Delete, unused.
792 (context_stack): Delete member "params", unused.
793 * buildsym.c (push_context): Update.
794 * dwarf2read.c (read_func_scope): Update.
795
796 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
797
798 * sh-tdep.c (sh_register_convert_to_virtual)
799 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
800 all callers. Just do a memcpy if not the little-endian case.
801
802 * h8300-tdep.c (h8300_gdbarch_init): Invoke
803 set_gdbarch_double_format and set_gdbarch_long_double_format.
804 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
805 set_gdbarch_double_format.
806 * sh-tdep.c (sh_gdbarch_init): Likewise.
807
808 * NEWS: Document the removal of SH's 'regs' command.
809 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
810 command.
811
812 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
813
814 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
815 `jump'.
816
817 2012-09-18 Joel Brobecker <brobecker@adacore.com>
818
819 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
820 language when iterating over symbols.
821
822 2012-09-18 Yao Qi <yao@codesourcery.com>
823
824 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
825 (mi_interpreter_init): Call observer_attach_tsv_created and
826 observer_attach_tsv_deleted.
827 (mi_tsv_created, mi_tsv_deleted): New.
828 * tracepoint.c (delete_trace_state_variable): Call
829 observer_notify_tsv_deleted.
830 (trace_variable_command): Call observer_notify_tsv_created.
831 (delete_trace_variable_command): Call
832 observer_notify_tsv_deleted.
833 (create_tsv_from_upload): Call observer_notify_tsv_created.
834 * NEWS: Mention it.
835
836 2012-09-18 Yao Qi <yao@codesourcery.com>
837
838 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
839 if traceframe changed.
840 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
841 "trace-find".
842 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
843 (mi_interpreter_init): Hook mi_traceframe_changed to observer
844 'traceframe_changed'.
845 (mi_traceframe_changed): New.
846 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
847 New field.
848 * NEWS: Mention the new MI notification.
849
850 2012-09-17 Mike Wrighton <wrighton@codesourcery.com>
851
852 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
853
854 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
855
856 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
857 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
858 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
859 Extend code also for PaX support. Convert all gdb_assert to warning
860 calls.
861
862 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
863
864 Implement auto-load user conveniences suggested by Doug Evans.
865 * auto-load.c: Include top.h.
866 (file_is_auto_load_safe): New variable advice_printed. Print advice.
867 (_initialize_auto_load): New variable scripts_directory_help. Mention
868 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
869 scripts-directory. Document in online help one can use also files for
870 set auto-load safe-path.
871 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
872 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
873
874 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
875
876 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
877 of LEN.
878
879 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
880
881 * m2-valprint.c (m2_print_array_contents): Eliminate variable
882 ELTLEN and use TYPE_LENGTH directly.
883 (m2_val_print): Likewise.
884 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
885 variable LEN and use TYPE_LENGTH directly.
886 (m68k_svr4_store_return_value): Likewise.
887 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
888 ARGLEN and use TYPE_LENGTH directly.
889 (mips_o64_push_dummy_call): Likewise.
890 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
891 variable LENGTH and use TYPE_LENGTH directly.
892 (s390_function_arg_float): Likewise.
893 (s390_function_arg_integer): Likewise.
894 (s390_push_dummy_call): Likewise.
895 (s390_return_value_convention): Likewise.
896 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
897 TYPE_LENGTH directly.
898
899 2012-09-17 Yao Qi <yao@codesourcery.com>
900
901 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
902 Update comment to add_setshow_integer_cmd.
903 * cli/cli-setshow.c (do_set_command): Handle case
904 'var_zuinteger_unlimited'.
905 (do_show_command): Likewise.
906 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
907 for command 'remotetimeout'.
908 * command.h (enum var_types): New zuinteger_unlimited. Update comment
909 to var_integer.
910 * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
911 for command 'set listsize'.
912
913 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
914
915 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
916 variable LEN.
917
918 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
919
920 PR 14119
921 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
922 (frame_pop): Drop also TAILCALL_FRAME frames.
923 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
924
925 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
926 Pedro Alves <palves@redhat.com>
927
928 PR 14548
929 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
930 function start if we are already at function start. Both for
931 reverse-next and for reverse-step into function without line number
932 info.
933
934 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
935
936 Code cleanup - rename 'inline' depth to 'artificial' depth.
937 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
938 frame_id_artificial_p, extend the comment.
939 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
940 * frame.c (fprint_frame_id): Rename at a user, change debug output
941 text to "artificial=".
942 (skip_inlined_frames): Rename to ...
943 (skip_artificial_frames): ... here. Extend the comment.
944 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
945 (frame_id_inlined_p): Rename to ...
946 (frame_id_artificial_p): ... here. Rename at a user.
947 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
948 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
949 at a user.
950 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
951 Extend the comment.
952 (frame_id_inlined_p): Rename to ...
953 (frame_id_artificial_p): ... here.
954 * inline-frame.c (inline_frame_this_id): Rename at a user.
955
956 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
957
958 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
959 vector variables using vector_size syntax rather than array
960 syntax.
961
962 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
963
964 * valarith.c (value_concat): Replace unsafe ALLOCA with
965 XMALLOC/XFREE.
966
967 2012-09-14 Pedro Alves <palves@redhat.com>
968
969 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
970
971 2012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
972
973 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
974 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
975 data-directory as appropriate.
976
977 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
978
979 * printcmd.c (ui_printf): Eliminate single-use variable
980 PARAM_LEN.
981
982 2012-09-14 Yao Qi <yao@codesourcery.com>
983 Pedro Alves <palves@redhat.com>
984
985 * valops.c (value_assign): Move observer_notify_target_changed
986 below to replace reinit_frame_cache.
987
988 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
989
990 Refactor Python "gdb" module into a proper Python package, by
991 introducing a new "_gdb" module for code implemented in C, and
992 using reload/__import__ instead of exec.
993 * python/lib/gdb/__init__.py: Import * from _gdb.
994 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
995 prompt_hook, sys.argv): Moved from finish_python_initialization.
996 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
997 (packages, auto_load_packages): New list and function replacing
998 module_dict and auto-loading code, using __file__ instead of
999 gdb.PYTHONDIR and reload/__import__ instead of exec.
1000 (GdbSetPythonDirectory): Replacing function of the same name
1001 from finish_python_initialization, using reload/__import__ instead
1002 of exec, as well as call auto_load_packages.
1003 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
1004 gdb_python_module and not gdb_module.
1005 * python/python-internal.h (gdb_python_module): Declare.
1006 * python/python.c (gdb_python_module): New global.
1007 (before_prompt_hook): Check gdb_python_module and not gdb_module.
1008 (_initialize_python): Rename gdb module to _gdb.
1009 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
1010 (finish_python_initialization): Move Python code to
1011 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
1012 __main__.
1013
1014 2012-09-13 Pedro Alves <palves@redhat.com>
1015
1016 * Makefile.in (COMMON_OBS): Add registry.o.
1017 * registry.c: New file.
1018 * registry.h (struct registry_container): Declare.
1019 (registry_data_callback): New typedef.
1020 (struct registry_data, struct registry_data_registration, struct
1021 registry_data_registry): New type.
1022 (register_data_with_cleanup, registry_alloc_data)
1023 (registry_callback_adaptor, registry_clear_data)
1024 (registry_container_free_data, registry_set_data, registry_data):
1025 Declare.
1026 (DEFINE_REGISTRY): Refactor structures and functions as shims over
1027 the new common structures and functions.
1028 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
1029 callback typedefs.
1030
1031 2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
1032
1033 * remote.c (remote_insert_hw_breakpoint): Throw exception if
1034 there is an error inserting hardware breakpoints and use the
1035 error message from the target.
1036
1037 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
1038 Catch this exception and print the error message contained within. Do not
1039 print the default hardware error breakpoint message in this case.
1040
1041 2012-09-12 Doug Evans <dje@google.com>
1042
1043 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
1044 cu == NULL.
1045
1046 2012-09-11 Doug Evans <dje@google.com>
1047
1048 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
1049 .gdb_index symbol attributes if there are none.
1050
1051 2012-09-11 Joel Brobecker <brobecker@adacore.com>
1052
1053 * symtab.h (struct minimal_symbol) [has_size]: New field.
1054 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
1055 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
1056 * printcmd.c (build_address_symbolic): Only filter out zero-sized
1057 minimal symbols if the symbol's size is actually known.
1058 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
1059 of msymbol's size field. Add comment.
1060 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
1061 SET_MSYMBOL_SIZE to set the minimal symbol size.
1062
1063 2012-09-11 Joel Brobecker <brobecker@adacore.com>
1064
1065 * minsyms.c (install_minimal_symbols): Use memset to fill entire
1066 minimal_symbol struct object, rather than setting some of its
1067 fields one by one.
1068
1069 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
1070
1071 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
1072 passed_a_ptr flag when displaying typedef types.
1073
1074 2012-09-10 Joel Brobecker <brobecker@adacore.com>
1075
1076 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
1077 the optimized_out flag is preserved.
1078
1079 2012-09-10 Anthony Green <green@moxielogic.com>
1080
1081 * moxie-tdep.c (moxie_analyze_prologue): Update for function
1082 prologue changes in GCC.
1083
1084 2012-09-10 Keith Seitz <keiths@redhat.com>
1085
1086 PR gdb/13483
1087 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
1088 (BOOL_CONVERSION_BADNESS): ... this.
1089 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
1090 (rank_one_type): Allow all boolean conversions
1091 permitted by the standard.
1092
1093 2012-09-06 Tom Tromey <tromey@redhat.com>
1094
1095 * python/py-newobjfileevent.c (create_new_objfile_event_object):
1096 Don't decref py_objfile.
1097
1098 2012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
1099
1100 Do not enable -lmcheck by default when Python is enabled with
1101 threading support.
1102 * configure.ac: (python_has_threads) New variable, by testing
1103 if WITH_THREAD is defined in Python.h.
1104 Move --enable-lmcheck after --with-python.
1105 Do not enable -lmcheck by default if python_has_threads=yes.
1106 Warn if --enable-lmcheck and python_has_threads=yes.
1107 * configure: Regenerate.
1108
1109 2012-08-31 Yao Qi <yao@codesourcery.com>
1110
1111 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
1112 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
1113 Update some commands.
1114 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
1115 * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
1116 to 1.
1117
1118 2012-08-31 Yao Qi <yao@codesourcery.com>
1119
1120 * mi/mi-cmds.c (mi_cmds): Add 'static'.
1121
1122 2012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
1123
1124 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
1125
1126 2012-08-29 Doug Evans <dje@google.com>
1127
1128 * main.c (print_gdb_help): Remove reference to
1129 --use-deprecated-index-sections.
1130
1131 2012-08-28 Yao Qi <yao@codesourcery.com>
1132
1133 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
1134 (init_cmds): Call add_setshow_uinteger_cmd for command
1135 'max-user-call-depth'.
1136 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
1137 declaration of 'max_user_call_depth'.
1138 * frame.c (backtrace_limit): Add 'unsigned'.
1139 (_initialize_frame): Call add_setshow_uinteger_cmd for command
1140 'limit'.
1141 * remote.c (remoteaddresssize): Add 'unsigned'.
1142 (remote_address_masked): Change local var 'address_size' to
1143 'unsigned'.
1144 (_initialize_remote): Call add_setshow_uinteger_cmd for
1145 'remoteaddresssize'.
1146 * top.c (history_size): Add 'unsigned'.
1147 (show_commands): Change local variables to 'unsigned'.
1148 (set_history_size_command): Don't check history_size is negative.
1149 Adjust the condition to call unstifle_history and set history_size
1150 to UNIT_MAX.
1151
1152 2012-08-28 Pedro Alves <palves@redhat.com>
1153
1154 PR gdb/14428
1155
1156 * infcmd.c (default_print_one_register_info): New, factored out
1157 from default_print_registers_info.
1158 (default_print_registers_info): Use it. Mark value unavailable if
1159 necessary.
1160 (registers_info): Print user registers with
1161 default_print_one_register_info.
1162
1163 2010-08-27 H.J. Lu <hongjiu.lu@intel.com>
1164
1165 PR tui/14486
1166 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
1167 is not NULL before referencing it.
1168
1169 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1170
1171 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
1172 variable pc. Call find_pc_line instead of find_pc_overlay, restore
1173 original PC for it.
1174
1175 2012-08-27 Eli Zaretskii <eliz@gnu.org>
1176 Jan Kratochvil <jan.kratochvil@redhat.com>
1177
1178 * auto-load.c (auto_load_objfile_script): Rename to ...
1179 (auto_load_objfile_script_1): ... here, change variable realname to
1180 parameter realname, document it, add return value, add variable retval.
1181 (auto_load_objfile_script): New function.
1182
1183 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1184
1185 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
1186 followed by a whitespace.
1187
1188 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1189
1190 PR gdb/14494.
1191 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
1192 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
1193 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
1194 here.
1195
1196 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
1197
1198 * memattr.c (create_mem_region): Fix memory region overlapping
1199 checking.
1200
1201 2012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1202
1203 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
1204 with xmalloc/cleanup.
1205 * mt-tdep.c (mt_push_dummy_call): Likewise.
1206 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1207 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1208
1209 2012-08-24 Yao Qi <yao@codesourcery.com>
1210
1211 * jv-exp.y (push_expression_name): Add "." at the end of error
1212 message.
1213
1214 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
1215
1216 Document how to return from "python-interactive" to GDB.
1217 * python/python.c (_initialize_python): Update documentation.
1218
1219 2012-08-23 Pedro Alves <palves@redhat.com>
1220
1221 * infrun.c (_initialize_infrun) <handle command help text>:
1222 Mention that multiple signals are supported.
1223
1224 2012-08-23 Pedro Alves <palves@redhat.com>
1225
1226 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
1227 string.
1228
1229 2012-08-23 Yao Qi <yao@codesourcery.com>
1230
1231 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
1232 (tfind_1): Don't call registers_changed, set_traceframe_num,
1233 and clear_traceframe_info.
1234 Call set_current_traceframe.
1235 (set_current_traceframe): call set_traceframe_num.
1236
1237 2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
1238
1239 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
1240 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
1241
1242 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1243
1244 Enable readline in Python in a GDB-specific way and block the
1245 standard Python readline module to prevent conflicts with GDB.
1246 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
1247 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
1248 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
1249 * python/py-gdb-readline.c: New file.
1250 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
1251 prototype.
1252 * python/python.c (_initialize_python): Call
1253 gdbpy_initialize_gdb_readline.
1254
1255 2012-08-22 Keith Seitz <keiths@redhat.com>
1256
1257 * defs.h: Include build-gnulib/config.h
1258
1259 2012-08-22 Joseph Myers <joseph@codesourcery.com>
1260
1261 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
1262 and blx pc.
1263
1264 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1265
1266 Add a new "python-interactive" command that starts a standard
1267 Python interactive prompt with "pi" as alias, and add "py" as
1268 an alias to "python".
1269 * NEWS: Mention the new commands.
1270 * python/python.c (eval_python_command): New function.
1271 (python_interactive_command): For "python-interactive" with
1272 arguments, call eval_python_command. For "python-interactive"
1273 without arguments, call PyRun_InteractiveLoop.
1274 (_initialize_python): Add "python-interactive" command with
1275 "pi" as alias, and add "py" as an alias to "python".
1276
1277 2012-08-22 Tom Tromey <tromey@redhat.com>
1278
1279 * defs.h (quit_flag): Don't declare.
1280 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
1281 (QUIT): Use new functions.
1282 * event-top.c (command_handler): Use clear_quit_flag.
1283 (handle_sigint): Use set_quit_flag.
1284 (async_request_quit): Use check_quit_flag. Don't check
1285 immediate_quit.
1286 * exceptions.c (throw_exception): Use clear_quit_flag.
1287 * main.c (captured_main): Use clear_quit_flag.
1288 * python/python.c (clear_quit_flag, set_quit_flag)
1289 (check_quit_flag): New functions.
1290 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
1291 clear_quit_flag.
1292 * remote.c (remote_wait_as): Use check_quit_flag,
1293 clear_quit_flag.
1294 (remote_start_remote): Call QUIT.
1295 * symfile.c (load_progress): Use check_quit_flag.
1296 * top.c (command_loop): Use clear_quit_flag.
1297 (command_line_input): Call QUIT.
1298 * utils.c (quit_flag): Conditionally define.
1299 (clear_quit_flag, check_quit_flag, set_quit_flag): New
1300 functions.
1301 (prompt_for_continue): Call QUIT. Use quit, not
1302 async_request_quit.
1303 * remote-mips.c (mips_expect_timeout): Call QUIT.
1304 * monitor.c (monitor_expect): Call QUIT.
1305
1306 2012-08-22 Tom Tromey <tromey@redhat.com>
1307
1308 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
1309 (async_init_signals): Update.
1310 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
1311 (SIGWINCH_HANDLER_BODY): Remove.
1312
1313 2012-08-22 Tom Tromey <tromey@redhat.com>
1314
1315 * jit.c (jit_object_close_impl): Don't malloc the objfile
1316 name.
1317 * objfiles.c (allocate_objfile): Don't malloc the objfile
1318 name.
1319 (free_objfile): Don't free the objfile name.
1320 * objfiles.h (struct objfile) <name>: Update comment.
1321 * symfile.c (reread_symbols): Fix reference counting. Don't
1322 malloc objfile name.
1323
1324 2012-08-22 Tom Tromey <tromey@redhat.com>
1325
1326 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
1327 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
1328 (symfile_bfd_open): Likewise.
1329 (generic_load): Likewise.
1330 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
1331 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1332 gdb_bfd_open.
1333 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1334 Use gdb_bfd_open.
1335 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
1336 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
1337 (pmon_load_fast): Likewise.
1338 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
1339 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
1340 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
1341 (macho_check_dsym): Likewise.
1342 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
1343 (m32r_upload_command): Likewise.
1344 * gdb_bfd.h (gdb_bfd_cache): Declare.
1345 * gdb_bfd.c (struct gdb_bfd_data): New.
1346 (gdb_bfd_cache): New global.
1347 (struct gdb_bfd_cache_search): New.
1348 (hash_bfd): New function.
1349 (eq_bfd): Likewise.
1350 (gdb_bfd_open): Likewise.
1351 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
1352 (gdb_bfd_unref): Remove closed BFD from cache. Update for
1353 gdb_bfd_data.
1354 * exec.c (exec_file_attach): Use gdb_bfd_open.
1355 * dsrec.c (load_srec): Use gdb_bfd_open.
1356
1357 2012-08-22 Tom Tromey <tromey@redhat.com>
1358
1359 * dwarf2read.c (macro_start_file): Update.
1360 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
1361 (free_objfile_per_bfd_storage): Destroy macro_cache.
1362 (allocate_objfile, free_objfile): Update.
1363 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
1364 New field.
1365 (struct objfile) <macro_cache>: Remove.
1366 * symfile.c (reread_symbols): Update.
1367 * symmisc.c (print_symbol_bcache_statistics): Update.
1368 (print_objfile_statistics): Update.
1369
1370 2012-08-22 Tom Tromey <tromey@redhat.com>
1371
1372 * elfread.c (elf_symtab_read): Update.
1373 * objfiles.c (objfiles_bfd_data): New global.
1374 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
1375 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
1376 (allocate_objfile, free_objfile): Update.
1377 (_initialize_objfiles): Initialize objfiles_bfd_data.
1378 * objfiles.h (struct objfile_per_bfd_storage): New.
1379 (struct objfile) <per_bfd>: New field.
1380 <filename_cache>: Remove.
1381 (set_objfile_per_bfd): Declare.
1382 * symfile.c (reread_symbols): Update. Call
1383 set_objfile_per_bfd.
1384 (allocate_symtab): Update.
1385 * symmisc.c (print_symbol_bcache_statistics): Update.
1386 (print_objfile_statistics): Print the size of the BFD obstack.
1387
1388 2012-08-22 Tom Tromey <tromey@redhat.com>
1389
1390 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
1391 * gdb_bfd.c: Use DEFINE_REGISTRY.
1392 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
1393 (gdb_bfd_ref): Call bfd_alloc_data.
1394 (gdb_bfd_unref): Call bfd_free_data.
1395
1396 2012-08-22 Tom Tromey <tromey@redhat.com>
1397
1398 * registry.h (struct registry_fields): New.
1399 (REGISTRY_FIELDS): Redefine.
1400 (REGISTRY_ACCESS_FIELD): New macro.
1401 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
1402 functions.
1403
1404 2012-08-22 Tom Tromey <tromey@redhat.com>
1405
1406 * auto-load.c (_initialize_auto_load): Update.
1407 * solib-svr4.c (_initialize_svr4_solib): Update
1408 * solib-dsbt.c (_initialize_dsbt_solib): Update.
1409 * solib-darwin.c (_initialize_darwin_solib): Update.
1410 * registry.h: New file.
1411 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
1412 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
1413 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
1414 (register_program_space_data_with_cleanup)
1415 (register_program_space_data, program_space_alloc_data)
1416 (clear_program_space_data, set_program_space_data)
1417 (program_space_data): Don't declare.
1418 * progspace.c: Use DEFINE_REGISTRY.
1419 (struct program_space_data, struct
1420 program_space_data_registration, struct
1421 program_space_data_registry, program_space_data_registry)
1422 (register_program_space_data_with_cleanup)
1423 (register_program_space_data, program_space_alloc_data)
1424 (program_space_free_data, clear_program_space_data)
1425 (set_program_space_data, program_space_data): Remove.
1426 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
1427 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
1428 (register_objfile_data_with_cleanup, register_objfile_data)
1429 (clear_objfile_data, set_objfile_data, objfile_data): Don't
1430 declare.
1431 * objfiles.c: Use DEFINE_REGISTRY.
1432 (struct objfile_data, struct objfile_data_registration, struct
1433 objfile_data_registry, objfile_data_registry)
1434 (register_objfile_data_with_cleanup, register_objfile_data)
1435 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
1436 (set_objfile_data, objfile_data): Remove.
1437 (_initialize_objfiles): Update.
1438 * jit.c (_initialize_jit): Update.
1439 * inflow.c (_initialize_inflow): Update.
1440 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
1441 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
1442 (register_inferior_data_with_cleanup, register_inferior_data)
1443 (clear_inferior_data, set_inferior_data, inferior_data): Don't
1444 declare.
1445 * inferior.c: Use DEFINE_REGISTRY.
1446 (struct inferior_data, struct inferior_data_registration, struct
1447 inferior_data_registry, inferior_data_registry)
1448 (register_inferior_data_with_cleanup, register_inferior_data)
1449 (inferior_alloc_data, inferior_free_data clear_inferior_data)
1450 (set_inferior_data, inferior_data): Remove.
1451 * auxv.c (_initialize_auxv): Update.
1452 * ada-lang.c (_initialize_ada_language): Update.
1453 * breakpoint.c (_initialize_breakpoint): Update.
1454 * i386-nat.c (i386_use_watchpoints): Update.
1455
1456 2012-08-22 Tom Tromey <tromey@redhat.com>
1457
1458 * exec.c (exec_close, exec_file_attach): Update.
1459 (add_to_section_table): Initialize 'key' field.
1460 (add_target_sections, remove_target_sections): Add 'key' argument.
1461 * exec.h (add_target_sections, remove_target_sections): Add
1462 'key' argument.
1463 * solib.c (solib_map_sections, update_solib_list, clear_solib)
1464 (reload_shared_libraries_1): Update.
1465 * target.h (struct target_section) <key>: New field.
1466
1467 2012-08-22 Tom Tromey <tromey@redhat.com>
1468
1469 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
1470
1471 2012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
1472
1473 * symfile.c (allocate_symtab): Use host_address_to_string
1474 function instead of cast of pointer to long which is not
1475 compatible with x86_64-w64-mingw32 build.
1476
1477 2012-08-19 Andrew Pinski <apinski@cavium.com>
1478
1479 * mips-tdep.c (is_octeon): New function.
1480 (is_octeon_bbit_op): New function.
1481 (mips32_next_pc): Handle Octeon's bbit instructions.
1482 (mips32_instruction_has_delay_slot): Likewise.
1483
1484 2012-08-19 Andrew Pinski <apinski@cavium.com>
1485
1486 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
1487 before the function.
1488
1489 2012-08-19 Andrew Pinski <apinski@cavium.com>
1490
1491 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
1492
1493 2012-08-19 Keith Seitz <keiths@redhat.com>
1494
1495 PR c++/14365
1496 * c-typeprint.c (c_type_print_varspec_prefix): Pass
1497 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
1498
1499 2012-08-18 Eli Zaretskii <eliz@gnu.org>
1500
1501 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
1502 The typo broke "make TAGS".
1503
1504 2012-08-17 Joel Brobecker <brobecker@adacore.com>
1505
1506 GDB 7.5 released.
1507
1508 2012-08-17 Keith Seitz <keiths@redhat.com>
1509
1510 PR c++/13356
1511 * gdbtypes.c (strict_type_checking): New variable.
1512 (show_strict_type_checking): New function.
1513 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
1514 if strict type checking is disabled.
1515 (_initialize_gdbtypes): Add "check type" subcommand.
1516 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
1517
1518 2012-08-17 Keith Seitz <keiths@redhat.com>
1519
1520 * language.h (type_mode): Remove.
1521 (type_check): Remove.
1522 (struct language_defn): Remove la_type_check.
1523 (STRICT_TYPE): Remove unused macro.
1524 (type_error): Remove.
1525 * language.c (set_type_range_case): Renamed to ...
1526 (set_range_case): ... this. Update all callers.
1527 Remove type_mode/type_check.
1528 (type_mode): Remove.
1529 (type_check): Remove.
1530 (show_type_command): Remove.
1531 (set_type_command): Remove.
1532 (language_info): Remove type checking output.
1533 (type_error): Remove unused function.
1534 (range_error): Update comment.
1535 (unknown_language_defn): Remove la_type_check.
1536 (auto_language_defn): Likewise.
1537 (local_language_defn): Likewise.
1538 (_initialize_language): Remove "check type" subcommand.
1539 * ada-lang.c (ada_language_defn): Remove la_type_check.
1540 * c-lang.c (c_language_defn): Likewise.
1541 (cplus_language_defn): Likewise.
1542 (asm_language_defn): Likewise.
1543 (minimal_language_defn): Likewise.
1544 * d-lang.c (d_language_defn): Likewise.
1545 * f-lang.c (f_language_defn): Likewise.
1546 * go-lang.c (go_language_defn): Likewise.
1547 * jv-lang.c (java_language_defn): Likewise.
1548 * m2-lang.c (m2_language_defn): Likewise.
1549 * objc-lang.c (objc_language_defn): Likewise.
1550 * opencl-lang.c (opencl_language_defn): Likewise.
1551 * p-lang.c (pascal_language_defn): Likewise.
1552
1553 2012-08-16 Mike Frysinger <vapier@gentoo.org>
1554
1555 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
1556
1557 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1558
1559 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
1560 New function.
1561 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
1562 using the regache. Use ia64_hpux_get_register_from_save_state_t
1563 to access the bsp and bspstore registers if not.
1564
1565 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1566
1567 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
1568 * breakpoint.c (detach_breakpoints): Change pid parameter into
1569 a ptid. Adjust code accordingly.
1570 * infrun.c (handle_inferior_event): Delete variable child_pid.
1571 Update call to detach_breakpoints to pass the child ptid for
1572 fork events.
1573 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
1574 assert that inferior_ptid's lwp is zero.
1575 (linux_handle_extended_wait): Update call to detach_breakpoints.
1576 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
1577 detach_breakpoints.
1578
1579 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1580
1581 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
1582 parent, only call detach_breakpoints if tts.tts_event ==
1583 TTEVT_VFORK.
1584
1585 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1586
1587 * dwarf2-frame.c (dwarf2_frame_cache): Use
1588 get_frame_address_in_block instead of get_frame_pc as
1589 the bound for executing the frame's FDE.
1590
1591 2012-08-16 Yao Qi <yao@codesourcery.com>
1592
1593 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
1594 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
1595 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
1596 (c_type_print_varspec_suffix): Likewise.
1597 * eval.c (evaluate_subexp_standard): Likewise.
1598 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
1599 (f_type_print_varspec_suffix): Likewise.
1600 * gdbtypes.c (is_scalar_type): Likewise.
1601 (recursive_dump_type): Likewise.
1602 * infcall.c (value_arg_coerce): Likewise.
1603 * m2-valprint.c (m2_val_print): Likewise.
1604 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
1605 (pascal_type_print_varspec_suffix): Likewise.
1606 (pascal_type_print_base): Likewise.
1607 * p-valprint.c (pascal_val_print): Likewise.
1608 (pascal_val_print): Likewise.
1609 * valops.c (value_slice): Likewise.
1610 * valprint.c (scalar_type_p): Likewise.
1611 * valarith.c (value_bitstring_subscript): Remove.
1612 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
1613 Remove comment on TYPE_CODE_BITSTRING.
1614
1615 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
1616 TYPE_CODE_BITSTRING.
1617
1618 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
1619 slot 0.
1620
1621 2012-08-16 Yao Qi <yao@codesourcery.com>
1622
1623 * tracepoint.c (trace_find_none_command): Remove.
1624 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
1625
1626 2012-08-16 Yao Qi <yao@codesourcery.com>
1627
1628 * remote.c (handle_notification): Remove parameter 'length'.
1629 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
1630
1631 2012-08-15 Keith Seitz <keiths@redhat.com>
1632
1633 * gdbtypes.c (opaque_type_resolution): Make static.
1634 Add missing comment.
1635 (overload_debug): Add missing comment.
1636 (show_opaque_type_resolution): Likewise.
1637 (show_overload_debug): Likewise.
1638 (print_bit_vector): Remove unnecessary forward declaration.
1639 (print_arg_types): Likewise.
1640 (dump_fn_fieldlists): Likewise.
1641 (print_cplus_stuff): Likewise.
1642
1643 2012-08-15 Tom Tromey <tromey@redhat.com>
1644
1645 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
1646 (gdb_bfd_ref): Initialize new field.
1647 (gdb_bfd_unref): Unref the archive BFD.
1648 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
1649 parent archive.
1650
1651 2012-08-15 Tom Tromey <tromey@redhat.com>
1652
1653 PR python/14387:
1654 * python/py-bpevent.c (create_breakpoint_event_object): Update
1655 comment.
1656 * python/py-event.c (evpy_add_attribute): Update comment.
1657 * python/py-exitedevent.c (create_exited_event_object): Fix
1658 reference counting and error handling.
1659 * python/py-newobjfileevent.c (create_new_objfile_event_object):
1660 Fix reference counting.
1661 * python/py-signalevent.c (create_signal_event_object): Fix
1662 reference counting and error handling.
1663 * python/py-stopevent.c (emit_stop_event): Fix reference
1664 counting.
1665 * python/py-threadevent.c (get_event_thread): Return a
1666 borrowed reference.
1667 * python/py-type.c (convert_field): Fix reference counting.
1668
1669 2012-08-15 Tom Tromey <tromey@redhat.com>
1670
1671 * dwarf2read.c (dwarf_decode_macro_bytes)
1672 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
1673 as hash key.
1674
1675 2012-08-14 Mike Frysinger <vapier@gentoo.org>
1676
1677 * infcmd.c (_initialize_infcmd): Update help text for the signal,
1678 stepi, nexti, finish, next, step, jump, and continue commands.
1679 * infrun.c (_initialize_infrun): Update help text for the handle
1680 command.
1681
1682 2012-08-14 Doug Evans <dje@google.com>
1683
1684 * gdbtypes.c (struct extra): Delete, unused.
1685
1686 * gdbtypes.c: Whitespace cleanup.
1687 (address_space_name_to_int): Remove "extern" from definition.
1688 (_initialize_gdbtypes): Declare with initialize_file_ftype.
1689
1690 * gdbtypes.c (make_pointer_type): Remove redundant setting of
1691 TYPE_POINTER_TYPE (type).
1692
1693 2012-08-14 Gary Benson <gbenson@redhat.com>
1694
1695 * solib-svr4.c (svr4_free_library_list): Use free_so.
1696
1697 2012-08-13 Mike Frysinger <vapier@gentoo.org>
1698
1699 * .gitignore: Add go-exp.c.
1700
1701 2012-08-13 Doug Evans <dje@google.com>
1702
1703 * value.c (show_convenience): Tweak comment.
1704 (_initialize_values): Mention convenience functions in the help text
1705 for "show convenience".
1706
1707 2012-08-13 Yao Qi <yao@codesourcery.com>
1708
1709 * std-operator.def: Remove TERNOP_SLICE_COUNT.
1710 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
1711 TERNOP_SLICE_COUNT.
1712 * eval.c (evaluate_subexp_standard): Likewise.
1713 * expprint.c (print_subexp_standard): Likewise.
1714 (dump_subexp_body_standard): Likewise.
1715 * parse.c (operator_length_standard): Likewise.
1716
1717 2012-08-13 Yao Qi <yao@codesourcery.com>
1718
1719 * std-operator.def: Remove OP_BITSTRING.
1720 * breakpoint.c (watchpoint_exp_is_const): Update.
1721 * eval.c (evaluate_subexp_standard): Remove handling to
1722 OP_BITSTRING.
1723 * expprint.c (print_subexp_standard): Likewise.
1724 (dump_subexp_body_standard): Likewise.
1725 * parse.c (operator_length_standard): Likewise.
1726 * valops.c (value_bitstring): Remove.
1727 * value.h: Remove the declaration of 'value_bitstring'.
1728
1729 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
1730
1731 * linespec.c (find_methods): Remove unused variables `i1' and
1732 `name_len'.
1733 (decode_line_full): Likewise for `arg_start'.
1734
1735 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
1736
1737 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
1738 (zlib_decompress_section): Likewise for `section_data'.
1739 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
1740
1741 2012-08-10 Doug Evans <dje@google.com>
1742
1743 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
1744 * NEWS: Document them.
1745 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
1746 function/strfns.py.
1747 * python/py-type.c (typy_array_1): New function.
1748 (typy_array): Call it.
1749 (typy_vector): New function.
1750 (type_object_methods): Add "vector".
1751 * python/lib/gdb/function/__init__.py: New file.
1752 * python/lib/gdb/function/strfns.py: New file.
1753
1754 2012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
1755
1756 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
1757 for TYPE_FIELD_BITPOS.
1758 (typy_get_sizeof): Likewise for TYPE_LENGTH.
1759
1760 2012-08-10 Mike Frysinger <vapier@gentoo.org>
1761
1762 PR cli/10436:
1763 * common/vec.h (VEC_merge): Define.
1764 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
1765 (DEF_VEC_ALLOC_FUNC_P): Likewise.
1766 (DEF_VEC_ALLOC_FUNC_O): Likewise.
1767 * completer.c: Include gdb_signals.h.
1768 (signal_completer): Define.
1769 * completer.h (signal_completer): Add prototype.
1770 * infcmd.c (_initialize_infcmd): Assign the command
1771 completer for "signal" to handle_completer.
1772 * infrun.c: Include completer.h.
1773 (handle_completer): Define.
1774 (_initialize_infrun): Declare a new local variable c. Store the
1775 result of add_com("handle") to it. Assign the command
1776 completer for "handle" to handle_completer.
1777
1778 2012-08-09 Yao Qi <yao@codesourcery.com>
1779
1780 * cli/cli-decode.c (set_cmd_prefix): New.
1781 (lookup_cmd_for_prefixlist): New.
1782 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
1783 of each cmd_list_element in *prefixlist.
1784 (add_setshow_cmd_full): set_cmd_prefix.
1785 (add_alias_cmd): Likewise.
1786 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
1787 Declare 'auto_boolean_enums'.
1788 * cli/cli-setshow.c: Include "observer.h".
1789 (notify_command_param_changed_p): New.
1790 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
1791 Remove 'static'.
1792 (do_setshow_command): Split it to ...
1793 (do_set_command, do_show_command): ... them. New.
1794 (do_set_command): Call observer_notify_command_param_changed if
1795 notify_command_param_changed_p returns true.
1796 (cmd_show_list): Caller update.
1797 * auto-load.c (set_auto_load_cmd): Likewise.
1798 * remote.c (show_remote_cmd): Likewise.
1799 * cli/cli-setshow.h: Update declarations.
1800 * top.c (execute_command): Call do_set_command and do_show_command.
1801
1802 * NEWS: Mention new MI notification.
1803 * mi/mi-interp.c: Declare mi_command_param_changed.
1804 (mi_interpreter_init): Attach mi_command_param_changed to
1805 observer command_param_changed.
1806 (mi_command_param_changed): New.
1807 Remove mi_suppress_breakpoint_notifications.
1808 Define global variable mi_suppress_notification.
1809 (mi_breakpoint_created): Update.
1810 (mi_breakpoint_deleted): Likewise.
1811 (mi_breakpoint_modified): Likewise.
1812 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
1813 'gdb-set' and set mi_suppress_notification.
1814 * mi/mi-main.h: (mi_suppress_notification): New struct.
1815
1816 2012-08-09 Andreas Tobler <andreast@fgznet.ch>
1817 Jan Kratochvil <jan.kratochvil@redhat.com>
1818
1819 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
1820
1821 2012-08-09 Yao Qi <yao@codesourcery.com>
1822
1823 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
1824 (skiplist): Move it to skip.c.
1825 (init_cmd_lists): Remove code setting enablebreaklist and
1826 skiplist to NULL.
1827 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
1828 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
1829 skiplist.
1830 * gdbcmd.h: Likewise.
1831 * skip.c (_initialize_step_skip): Move 'skiplist' from
1832 cli/cli-cmds.c.
1833
1834 2012-08-09 Yao Qi <yao@codesourcery.com>
1835
1836 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
1837 * gnu-nat.c, symfile.c: Likewise.
1838
1839 2012-08-08 Aaron Gamble <agamble@google.com>
1840
1841 * utils.c (prompt_for_continue_wait_time): New static global.
1842 (make_command_stats_cleanup): Initialize it.
1843 (report_command_stats): Subtract time waiting for user.
1844 (prompt_for_continue): Track time waiting for user.
1845 (defaulted_query): Track time waiting for user.
1846
1847 2012-08-08 Doug Evans <dje@google.com>
1848
1849 * eval.c (evaluate_subexp_standard): Fix thinko in handling
1850 UNOP_MEMVAL_TYPE.
1851 * expprint.c (print_subexp_standard, case OP_TYPE): New.
1852 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
1853 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
1854 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
1855 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
1856 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
1857 elt.
1858 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
1859 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
1860 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
1861 (dump_prefix_expression): Handle OP_TYPE.
1862
1863 2012-08-08 Keith Seitz <keiths@redhat.com>
1864
1865 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
1866 addr_start.
1867
1868 2012-08-08 Doug Evans <dje@google.com>
1869
1870 * linux-thread-db.c: #include "gdb_vecs.h".
1871 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
1872 updated.
1873 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
1874 (thread_db_load_search): Use a vector to iterate over path elements.
1875 Handle text appearing after "$pdir".
1876
1877 * gdb_string.h: Moved to ...
1878 * common/gdb_string.h: ... here.
1879 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
1880 gdb_string.h and gdb_assert.h.
1881
1882 2012-08-08 Yao Qi <yao@codesourcery.com>
1883
1884 * tic6x-tdep.c (tic6x_register_to_value): Remove.
1885 (tic6x_value_to_register): Likewise.
1886 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
1887 and set_gdbarch_value_to_register.
1888
1889 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1890 Jean-Marc Saffroy <saffroy@gmail.com>
1891
1892 PR 11804
1893 * defs.h (find_memory_region_ftype): New comment. New arg modified.
1894 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
1895 * gcore.c (gcore_create_callback): New function comment. Add modified
1896 parameter. Only write modified regions. Set SEC_READONLY exactly
1897 according to MODIFIED.
1898 (objfile_find_memory_regions): Ignore separate debug info files. Ass
1899 the passed modified value to FUNC.
1900 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
1901 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
1902 first. New variables modified and has_anonymous. Parse the lines of
1903 smaps file. Add the passed MODIFIED value to FUNC.
1904 * procfs.c (find_memory_regions_callback): Add the passed modified
1905 value.
1906
1907 2012-08-06 Tom Tromey <tromey@redhat.com>
1908
1909 * dwarf2-frame.c (clear_pointer_cleanup): New function.
1910 (dwarf2_frame_cache): Use it.
1911 * frame-unwind.h (frame_sniffer_ftype): Document prologue
1912 cache initialization constraint.
1913
1914 2012-08-06 Tom Tromey <tromey@redhat.com>
1915
1916 PR python/14386:
1917 * varobj.c (update_dynamic_varobj_children): Don't call
1918 PyIter_Check.
1919
1920 2012-08-06 Tom Tromey <tromey@redhat.com>
1921
1922 PR cli/14392:
1923 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
1924
1925 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
1926
1927 * NEWS: New entry for 'cd' default parameters.
1928 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
1929
1930 2012-08-03 Tom Tromey <tromey@redhat.com>
1931
1932 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
1933 return.
1934
1935 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
1936
1937 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
1938 to attempting lseek/write.
1939 (inf_child_fileio_pread): Likewise for pread.
1940
1941 2012-08-02 Yao Qi <yao@codesourcery.com>
1942
1943 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
1944 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
1945 add_setshow_zinteger_cmd.
1946 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
1947 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
1948 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
1949 instead of add_setshow_zinteger_cmd.
1950 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
1951 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
1952 instead of add_setshow_zinteger_cmd.
1953 * frame.c (frame_debug): Add 'unsigned'.
1954 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
1955 add_setshow_zinteger_cmd.
1956 * frame.h: Update the declaration of 'frame_debug'.
1957 * gdbtypes.c (overload_debug): Add 'unsigned'.
1958 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
1959 add_setshow_zinteger_cmd.
1960 * inferior.h: Update declaration of 'debug_infrun'.
1961 * infrun.c (debug_infrun): Add 'unsigned'.
1962 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
1963 add_setshow_zinteger_cmd.
1964 * jit.c (jit_debug): Add 'unsigned'.
1965 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
1966 add_setshow_zinteger_cmd.
1967 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
1968 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
1969 instead of add_setshow_zinteger_cmd.
1970 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
1971 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
1972 add_setshow_zinteger_cmd.
1973 * machoread.c (mach_o_debug_level): Add 'unsigned'.
1974 (_initialize_machoread): Call add_setshow_zuinteger_cmd
1975 instead of add_setshow_zinteger_cmd.
1976 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
1977 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
1978 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
1979 intead of add_setshow_zinteger_cmd.
1980 * mips-tdep.c (mips_debug): Add 'unsigned'.
1981 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
1982 instead of add_setshow_zinteger_cmd.
1983 * monitor.c (monitor_debug): Add 'unsigned'.
1984 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
1985 add_setshow_zinteger_cmd.
1986 * observer.c (observer_debug): Add 'unsigned'.
1987 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
1988 add_setshow_zinteger_cmd.
1989 * parse.c (expressiondebug): Add 'unsigned'.
1990 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
1991 add_setshow_zinteger_cmd.
1992 * record.c (record_debug): Add 'unsigned'.
1993 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
1994 add_setshow_zinteger_cmd.
1995 * record.h: Update the declaration of 'record_debug'.
1996 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
1997 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
1998 add_setshow_zinteger_cmd.
1999 * serial.c (global_serial_debug_p): Add 'unsigned'.
2000 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
2001 add_setshow_zinteger_cmd.
2002 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
2003 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
2004 add_setshow_zinteger_cmd.
2005 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
2006 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
2007 add_setshow_zinteger_cmd.
2008 * target.c (targetdebug): Add 'unsigned'.
2009 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
2010 add_setshow_zinteger_cmd.
2011 * valops.c (overload_debug): Add 'unsigned'.
2012 * varobj.c (varobjdebug): Add 'unsigned'.
2013 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
2014 add_setshow_zinteger_cmd.
2015 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
2016 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
2017 instead of add_setshow_zinteger_cmd.
2018
2019 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
2020 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
2021 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
2022 instead of add_setshow_zinteger_cmd.
2023 * gdbarch.c, gdbarch.h: Re-generated.
2024
2025 2012-08-02 Yao Qi <yao@codesourcery.com>
2026
2027 * nto-tdep.c: Don't include cli/cli-decode.h and
2028 cli/cli-cmds.h.
2029 (_initialize_nto_tdep): Remove.
2030 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
2031 Remove field.
2032 Remove macro nto_internal_debugging.
2033
2034 2012-08-01 Richard Henderson <rth@redhat.com>
2035
2036 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
2037 (mep-*-*) [gdb_target_obs]: Likewise.
2038
2039 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
2040
2041 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
2042 linux_get_siginfo_type.
2043
2044 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2045
2046 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
2047 AT_ENTRY_POINT.
2048 (call_function_by_hand) <ON_STACK>: Call write_memory with
2049 gdbarch_breakpoint_from_pc, if possible.
2050 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
2051 here.
2052
2053 2012-07-31 Yao Qi <yao@codesourcery.com>
2054
2055 * tracepoint.c: Add 'static' for some variables.
2056
2057 2012-07-31 Yao Qi <yao@codesourcery.com>
2058
2059 * go32-nat.c: Declare _initialize_go32_nat.
2060 * ser-go32.c: Declare _initialize_ser_dos.
2061 * top.c (do_chdir_cleanup): Add 'static'.
2062
2063 2012-07-30 Keith Seitz <keiths@redhat.com>
2064
2065 * linespec.c (linespec_lex_number): A number followed
2066 by quotes is a valid number, too.
2067
2068 2012-07-30 Tom Tromey <tromey@redhat.com>
2069
2070 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
2071
2072 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
2073
2074 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
2075 attempt to 4-byte-align HW breakpoint addresses for Thumb.
2076
2077 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
2078
2079 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
2080 invalid or reevaluated to prevent prevent references to possibly
2081 delete'd type objects being left in the varobj.
2082
2083 2012-07-27 Tom Tromey <tromey@redhat.com>
2084 Jan Kratochvil <jan.kratochvil@redhat.com>
2085
2086 * copying.awk: Print buffer-read-only and vi ro markers.
2087 * copying.c: Rebuild.
2088 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
2089 * gdbarch.c, gdbarch.h: Rebuild.
2090 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
2091 buffer-read-only and vi ro markers.
2092 * features/arm-with-iwmmxt.c: Rebuild.
2093 * features/arm-with-m-fpa-layout.c: Rebuild.
2094 * features/arm-with-m-vfp-d16.c: Rebuild.
2095 * features/arm-with-m.c: Rebuild.
2096 * features/arm-with-neon.c: Rebuild.
2097 * features/arm-with-vfpv2.c: Rebuild.
2098 * features/arm-with-vfpv3.c: Rebuild.
2099 * features/i386/amd64-avx-linux.c: Rebuild.
2100 * features/i386/amd64-avx.c: Rebuild.
2101 * features/i386/amd64-linux.c: Rebuild.
2102 * features/i386/amd64.c: Rebuild.
2103 * features/i386/i386-avx-linux.c: Rebuild.
2104 * features/i386/i386-avx.c: Rebuild.
2105 * features/i386/i386-linux.c: Rebuild.
2106 * features/i386/i386-mmx-linux.c: Rebuild.
2107 * features/i386/i386-mmx.c: Rebuild.
2108 * features/i386/i386.c: Rebuild.
2109 * features/i386/x32-avx-linux.c: Rebuild.
2110 * features/i386/x32-avx.c: Rebuild.
2111 * features/i386/x32-linux.c: Rebuild.
2112 * features/i386/x32.c: Rebuild.
2113 * features/mips-dsp-linux.c: Rebuild.
2114 * features/mips-linux.c: Rebuild.
2115 * features/mips64-dsp-linux.c: Rebuild.
2116 * features/mips64-linux.c: Rebuild.
2117 * features/rs6000/powerpc-32.c: Rebuild.
2118 * features/rs6000/powerpc-32l.c: Rebuild.
2119 * features/rs6000/powerpc-403.c: Rebuild.
2120 * features/rs6000/powerpc-403gc.c: Rebuild.
2121 * features/rs6000/powerpc-405.c: Rebuild.
2122 * features/rs6000/powerpc-505.c: Rebuild.
2123 * features/rs6000/powerpc-601.c: Rebuild.
2124 * features/rs6000/powerpc-602.c: Rebuild.
2125 * features/rs6000/powerpc-603.c: Rebuild.
2126 * features/rs6000/powerpc-604.c: Rebuild.
2127 * features/rs6000/powerpc-64.c: Rebuild.
2128 * features/rs6000/powerpc-64l.c: Rebuild.
2129 * features/rs6000/powerpc-7400.c: Rebuild.
2130 * features/rs6000/powerpc-750.c: Rebuild.
2131 * features/rs6000/powerpc-860.c: Rebuild.
2132 * features/rs6000/powerpc-altivec32.c: Rebuild.
2133 * features/rs6000/powerpc-altivec32l.c: Rebuild.
2134 * features/rs6000/powerpc-altivec64.c: Rebuild.
2135 * features/rs6000/powerpc-altivec64l.c: Rebuild.
2136 * features/rs6000/powerpc-cell32l.c: Rebuild.
2137 * features/rs6000/powerpc-cell64l.c: Rebuild.
2138 * features/rs6000/powerpc-e500.c: Rebuild.
2139 * features/rs6000/powerpc-e500l.c: Rebuild.
2140 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
2141 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
2142 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
2143 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
2144 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
2145 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
2146 * features/rs6000/powerpc-vsx32.c: Rebuild.
2147 * features/rs6000/powerpc-vsx32l.c: Rebuild.
2148 * features/rs6000/powerpc-vsx64.c: Rebuild.
2149 * features/rs6000/powerpc-vsx64l.c: Rebuild.
2150 * features/rs6000/rs6000.c: Rebuild.
2151 * features/s390-linux32.c: Rebuild.
2152 * features/s390-linux32v1.c: Rebuild.
2153 * features/s390-linux32v2.c: Rebuild.
2154 * features/s390-linux64.c: Rebuild.
2155 * features/s390-linux64v1.c: Rebuild.
2156 * features/s390-linux64v2.c: Rebuild.
2157 * features/s390x-linux64.c: Rebuild.
2158 * features/s390x-linux64v1.c: Rebuild.
2159 * features/s390x-linux64v2.c: Rebuild.
2160 * features/tic6x-c62x-linux.c: Rebuild.
2161 * features/tic6x-c62x.c: Rebuild.
2162 * features/tic6x-c64x-linux.c: Rebuild.
2163 * features/tic6x-c64x.c: Rebuild.
2164 * features/tic6x-c64xp-linux.c: Rebuild.
2165 * features/tic6x-c64xp.c: Rebuild.
2166
2167 2012-07-27 Tom Tromey <tromey@redhat.com>
2168
2169 * c-exp.y (classify_name): Avoid assignment in condition.
2170
2171 2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
2172
2173 * amd64-windows-tdep.c: Include "frame.h".
2174 (amd64_windows_skip_trampoline_code): New function.
2175 (amd64_windows_init_abi): Add trampoline registration.
2176
2177 2012-07-27 Yao Qi <yao@codesourcery.com>
2178
2179 * tracepoint.c (cur_traceframe_number): Remove.
2180 (set_tfile_traceframe): Remove.
2181 (tfile_trace_find, tfile_fetch_registers): Update callers.
2182 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
2183 (tfile_open, tfile_trace_find): Likewise.
2184
2185 2012-07-27 Yao Qi <yao@codesourcery.com>
2186
2187 * thread.c (switch_to_thread): Don't call registers_changed.
2188
2189 2012-07-26 Tom Tromey <tromey@redhat.com>
2190
2191 * Makefile.in (SFILES): Remove objc-exp.y.
2192 (YYFILES): Remove objc-exp.c.
2193 (YYOBJ): Remove objc-exp.o.
2194 (local-maintainer-clean): Don't mention objc-exp.c.
2195 * c-exp.y: Include objc-lang.h.
2196 (%union) <class>: New field.
2197 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
2198 (exp): Clone subscript production for OBJC_LBRAC. Add various
2199 Objective C productions.
2200 (msglist, msgarglist, msgarg): New productions.
2201 (array_mod, func_mod, operator): Clone productions for
2202 OBJC_LBRAC.
2203 (parse_string_or_char): Handle '@' strings.
2204 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
2205 (classify_name): Check la_name_of_this. Recognize ObjC class
2206 names.
2207 * objc-exp.y: Remove.
2208 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
2209 * objc-lang.h (objc_parse, objc_error): Don't declare.
2210
2211 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
2212
2213 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
2214
2215 2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2216
2217 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
2218 and decrement.
2219
2220 2012-07-26 Tom Tromey <tromey@redhat.com>
2221
2222 * copying.c: Rebuild.
2223 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
2224 'no_class'.
2225
2226 2012-07-26 Tom Tromey <tromey@redhat.com>
2227
2228 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
2229 immediate_quit.
2230 (print_objfile_statistics): Likewise.
2231 (maintenance_print_symbols): Likewise.
2232 (maintenance_print_msymbols): Likewise.
2233 (maintenance_print_objfiles): Likewise.
2234 * psymtab.c (print_partial_symbols): Call QUIT.
2235 (maintenance_print_psymbols): Likewise. Don't modify
2236 immediate_quit.
2237 * copying.c (show_copying_command): Don't modify immediate_quit.
2238 (show_warranty_command): Likewise.
2239 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
2240
2241 2012-07-26 Keith Seitz <keiths@redhat.com>
2242
2243 * linespec.c (linespec_lexer_lex_number): The input
2244 is also a valid number if the next character is a comma
2245 or colon.
2246
2247 2012-07-26 Joel Brobecker <brobecker@adacore.com>
2248
2249 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
2250 configure options.
2251
2252 2012-07-26 Tristan Gingold <gingold@adacore.com>
2253
2254 * machoread.c: Include gdb_bfd.h.
2255
2256 2012-07-26 Tristan Gingold <gingold@adacore.com>
2257
2258 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
2259 offset.
2260
2261 2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2262
2263 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
2264 SIZE to size_t.
2265 (dwarf2_evaluate_loc_desc): Likewise.
2266 (dwarf2_loc_desc_needs_frame): Likewise.
2267 (locexpr_describe_location_1): Likewise.
2268 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
2269 size_t.
2270 (struct dwarf2_loclist_baton): Likewise.
2271 * dwarf2read.c (struct dwarf_block): Likewise.
2272 (dump_die_shallow): Use pulongest to print dwarf_block.size.
2273 (decode_locdesc): Expand SIZE and I to size_t.
2274
2275 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2276
2277 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
2278
2279 2012-07-25 Joel Brobecker <brobecker@adacore.com>
2280
2281 * doublest.c (convert_doublest_to_floatformat): If the exponent
2282 is too small, treat the value as zero. If the exponent is too
2283 large, treat the value as infinity.
2284
2285 2012-07-25 Joel Brobecker <brobecker@adacore.com>
2286
2287 * configure.ac: Add --enable-lmcheck configure option.
2288 * configure: Regenerate.
2289
2290 2012-07-25 Tom Tromey <tromey@redhat.com>
2291
2292 * NEWS: Mention maint info bfds.
2293 * gdb_bfd.c (all_bfds): New global.
2294 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
2295 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
2296 New functions.
2297
2298 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
2299
2300 * configure.tgt: Add v850*-*-rtems*.
2301
2302 2012-07-25 Tom Tromey <tromey@redhat.com>
2303
2304 * macrotab.c (macro_bcache_str): Remove cast.
2305
2306 2012-07-25 Hui Zhu <hui_zhu@mentor.com>
2307
2308 * linespec.c (linespec_lexer_lex_number): Update comments,
2309 change the return and add check to make sure the input is
2310 the decimal numbers.
2311 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
2312 false, call linespec_lexer_lex_string.
2313
2314 2012-07-24 Tom Tromey <tromey@redhat.com>
2315
2316 * symfile.c (symbol_file_add): Don't open BFD twice.
2317
2318 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
2319
2320 * breakpoint.c (create_breakpoint): Store condition for pending
2321 breakpoints.
2322
2323 2012-07-24 Andreas Schwab <schwab@linux-m68k.org>
2324
2325 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
2326 (m68k_return_value): Handle complex types like structures.
2327 (m68k_svr4_return_value): Likewise.
2328
2329 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
2330
2331 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
2332 parameters to bfd_get_section_name.
2333
2334 2012-07-24 Yao Qi <yao@codesourcery.com>
2335
2336 * cli/cli-setshow.c: Handle case 'var_uinteger'
2337 and 'var_zuninteger' together. Handle case 'var_integer' and
2338 'var_zinteger' together.
2339
2340 2012-07-23 Keith Seitz <keiths@redhat.com>
2341
2342 * linespec.c (convert_linespec_to_sal): Don't add
2343 any symbols to the result vector if symbol_to_sal
2344 returns zero.
2345
2346 2012-07-23 Keith Seitz <keiths@redhat.com>
2347
2348 * linespec.c (decode_objc): Record the function name
2349 in the linespec.
2350
2351 2012-07-23 Tom Tromey <tromey@redhat.com>
2352
2353 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
2354 counting.
2355 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
2356 (map_vmap): Acquire a reference to the BFD.
2357
2358 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
2359
2360 * p-valprint.c (pascal_object_print_value): Replace potentially
2361 unsafe alloca with xmalloc/xfree.
2362 * valops.c (search_struct_method): Likewise.
2363
2364 2012-07-23 Tom Tromey <tromey@redhat.com>
2365
2366 * solib-svr4.c (enable_break): Update.
2367 * bfd-target.h (target_bfd_reopen): Update documentation.
2368
2369 2012-07-23 Tom Tromey <tromey@redhat.com>
2370
2371 * symfile.c (separate_debug_file_exists): Update.
2372 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
2373 (reread_symbols): Update.
2374 * elfread.c (build_id_verify): Update.
2375 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
2376 bfd_open_maybe_remote.
2377
2378 2012-07-23 Tom Tromey <tromey@redhat.com>
2379
2380 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
2381
2382 2012-07-23 Tom Tromey <tromey@redhat.com>
2383
2384 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
2385 and 'abfd'.
2386 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
2387 and 'abfd'.
2388 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
2389 * machoread.c (macho_add_oso_symfile): Make a cleanup for
2390 'abfd'.
2391 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
2392 * objfiles.c (allocate_objfile): Acquire a new reference.
2393 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
2394 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
2395 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
2396 a cleanup for 'nbfd'.
2397 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
2398 for 'nbfd'.
2399 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
2400 make a cleanup for 'abfd'.
2401 (symbol_file_add): Make a BFD cleanup.
2402
2403 2012-07-23 Tom Tromey <tromey@redhat.com>
2404
2405 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
2406 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
2407 * corelow.c (core_open): Use gdb_bfd_fopen.
2408 * dsrec.c (load_srec): Use gdb_bfd_openr.
2409 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
2410 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
2411 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2412 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2413 (gdb_bfd_fdopenr): New functions.
2414 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2415 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2416 (gdb_bfd_fdopenr): Declare.
2417 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
2418 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
2419 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
2420 gdb_bfd_openr_next_archived_file.
2421 (macho_check_dsym): Use gdb_bfd_openr.
2422 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
2423 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
2424 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
2425 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
2426 gdb_bfd_openr.
2427 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
2428 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
2429 gdb_bfd_openr_next_archived_file.
2430 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2431 Use gdb_bfd_openr.
2432 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2433 gdb_bfd_openr.
2434 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
2435 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
2436 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
2437 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
2438 (symfile_bfd_open): Use gdb_bfd_fopen.
2439 (generic_load): Use gdb_bfd_openr.
2440 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
2441
2442 2012-07-23 Tom Tromey <tromey@redhat.com>
2443
2444 * bfd-target.c (target_bfd_reopen): Update.
2445 * cli/cli-dump.c (bfd_openr_with_cleanup)
2446 (bfd_openw_with_cleanup): Update.
2447 * corelow.c (core_open): Update.
2448 * dsrec.c (load_srec): Update.
2449 * exec.c (exec_file_attach): Update.
2450 * gcore.c (create_gcore_bfd): Update.
2451 * gdb_bfd.c (gdb_bfd_ref): Return void.
2452 (gdb_bfd_open): Update.
2453 * gdb_bfd.h (gdb_bfd_ref): Return void.
2454 Update comments.
2455 * jit.c (jit_bfd_try_read_symtab): Update.
2456 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2457 * machoread.c (macho_symfile_read_all_oso): Update.
2458 (macho_check_dsym): Update.
2459 * procfs.c (insert_dbx_link_bpt_in_file): Update.
2460 * remote-m32r-sdi.c (m32r_load): Update.
2461 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
2462 * rs6000-nat.c (add_vmap): Update.
2463 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2464 Update.
2465 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
2466 * solib-spu.c (spu_bfd_open): Update.
2467 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
2468 * spu-linux-nat.c (spu_bfd_open): Update.
2469 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
2470 (generic_load): Update.
2471 * windows-nat.c (windows_make_so): Update.
2472
2473 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
2474
2475 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
2476
2477 2012-07-20 Jeff Kenton <jkenton@tilera.com>
2478
2479 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
2480 SIGTRAMP_FRAME unwinding.
2481
2482 2012-07-20 Doug Evans <dje@google.com>
2483
2484 * NEWS: Document new options "set/show use-deprecated-index-sections",
2485 and delete reference to --use-deprecated-index-sections.
2486 * symfile.h (use_deprecated_index_sections): Delete.
2487 * dwarf2read.c (use_deprecated_index_sections): Make static.
2488 (read_index_from_section): Update wording of how to load
2489 deprecated index sections.
2490 (_initialize_dwarf2_read): New options
2491 "set/show use-deprecated-index-sections".
2492 * main.c (captured_main): Delete --use-deprecated-index-sections.
2493
2494 2012-07-20 Pedro Alves <palves@redhat.com>
2495
2496 PR threads/11692
2497 PR gdb/12203
2498
2499 * infrun.c (handle_inferior_event) <new thread>: Don't special
2500 case minus_one_ptid.
2501 <TARGET_WAITKIND_SPURIOUS>: Ditto.
2502 * linux-thread-db.c (thread_get_info_callback): Don't return early
2503 if the thread is zombie.
2504 (thread_from_lwp): Change return type to void. Rewrite stale
2505 comment.
2506 (attach_thread): Don't return early if the thread is zombie,
2507 instead set its "dying" flag.
2508 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
2509 (find_new_threads_callback): Don't return early if the thread is
2510 zombie.
2511
2512 2012-07-20 Pedro Alves <palves@redhat.com>
2513
2514 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
2515 * target.c (target_wait): Likewise.
2516 (str_comma_list_concat_elem, do_option, target_options_to_string):
2517 New functions.
2518 * target.h (target_options_to_string): Declare.
2519
2520 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2521 Tom Tromey <tromey@redhat.com>
2522
2523 * dwarf2read.c (dwarf_decode_macros)
2524 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
2525 DW_MACRO_GNU_transparent_include_alt>: New cases.
2526 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
2527 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
2528
2529 2012-07-20 Tom Tromey <tromey@redhat.com>
2530
2531 * dwarf2read.c (try_open_dwo_file): Don't call
2532 gdb_bfd_stash_filename.
2533
2534 2012-07-20 Pedro Alves <palves@redhat.com>
2535
2536 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2537 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
2538 (i386_process_record): Tweak description comments.
2539
2540 2012-07-20 Pedro Alves <palves@redhat.com>
2541
2542 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2543 (i386_process_record): Use record_read_memory.
2544 * record.c (record_read_memory): New function.
2545 (record_arch_list_add_mem, record_exec_insn): Use
2546 record_read_memory.
2547 * record.h (record_read_memory): Declare.
2548
2549 2012-07-20 Yao Qi <yao@codesourcery.com>
2550
2551 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
2552 NULL for xfree.
2553
2554 2012-07-19 Pedro Alves <palves@redhat.com>
2555
2556 * record.c (record_resume): Ask the target beneath to report all
2557 signals.
2558
2559 2012-07-19 Doug Evans <dje@google.com>
2560
2561 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
2562 there's no section at address zero.
2563 (dwarf2_record_block_ranges): Ditto.
2564
2565 2012-07-19 Yao Qi <yao@codesourcery.com>
2566
2567 * command.h, remote.c: Fix a typo in comment.
2568
2569 2012-07-19 Tom Tromey <tromey@redhat.com>
2570
2571 PR exp/13206:
2572 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
2573 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
2574 OP_DECLTYPE>: New cases.
2575 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
2576 (type_exp): Add new productions.
2577 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
2578 and decltype.
2579 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
2580 New case.
2581 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
2582 OP_DECLTYPE>: New case.
2583 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
2584 New case.
2585 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
2586 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
2587
2588 2012-07-19 Tom Tromey <tromey@redhat.com>
2589
2590 * c-exp.y (enum token_flags): New.
2591 (struct token) <cxx_only>: Remove.
2592 <flags>: New field.
2593 (tokentab3, tokentab2, ident_tokens): Update.
2594 (lex_one_token): Update. Handle FLAG_SHADOW.
2595
2596 2012-07-19 Tom Tromey <tromey@redhat.com>
2597
2598 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
2599 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
2600 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
2601 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
2602 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
2603 type_exp production where appropriate.
2604 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
2605 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
2606 <UNOP_MEMVAL_TYPE>: New case.
2607 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
2608 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
2609 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
2610 <UNOP_MEMVAL_TYPE>: New case.
2611 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
2612 UNOP_REINTERPRET_CAST>: Update.
2613 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2614 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
2615 UNOP_REINTERPRET_CAST>: Update.
2616 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2617 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
2618 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
2619 constants.
2620
2621 2012-07-19 Yao Qi <yao@codesourcery.com>
2622 Jan Kratochvil <jan.kratochvil@redhat.com>
2623
2624 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
2625 and case 'var_optional_filename' together.
2626 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
2627 instead of add_setshow_optional_filename_cmd for setshow command
2628 'args'. Set completer for 'set args'.
2629
2630 2012-07-18 Doug Evans <dje@google.com>
2631
2632 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
2633 * common/gdb_vecs.c: New file, contents from utils.c.
2634 * common/host-defs.h: New file, contents from defs.h.
2635 * utils.h: New file, contents from defs.h.
2636 * defs.h: Move all declarations of objects defined in utils.c
2637 to utils.h (except QUIT() and related).
2638 #include "utils.h", "host-defs.h".
2639 * probe.h (probe_p): Move here from gdb_vecs.h.
2640 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
2641 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
2642 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
2643 * Makefile.in (SFILES): Add common/gdb_vecs.c.
2644 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
2645 (COMMON_OBS): Add gdb_vecs.o.
2646 (gdb_vecs.o): New rule.
2647
2648 2012-07-18 Keith Seitz <keiths@redhat.com>
2649
2650 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
2651 parameter. If non-zero, use SYMNAME as the canonical name
2652 for the SaL.
2653 Update all callers.
2654 (convert_linespec_to_sals): Use add_sal_to_sals for
2655 expressions, too.
2656 (decode_line_full): No need to "fill in missing canonical names"
2657 anymore. Simply make cleanups for the allocated names.
2658
2659 2012-07-18 Keith Seitz <keiths@redhat.com>
2660
2661 * linespec.c (struct linespec): Constify expression,
2662 source_filename, function_name, and label_name.
2663 (symbol_not_found_error): Make all parameters const.
2664 (linespec_parser_delete): No need to check for NULL
2665 when using xfree. Cast const char * to char * for xfree.
2666
2667 2012-07-18 Keith Seitz <keiths@redhat.com>
2668
2669 * breakpoint.c (invalid_thread_id_error): New function.
2670 (find_condition_and_thread): Use invalid_thread_id_error.
2671 (watch_command_1): Likewise.
2672
2673 2012-07-18 Tom Tromey <tromey@redhat.com>
2674
2675 * cc-with-index.sh, cc-with-dwz.sh: Remove.
2676 * contrib/cc-with-tweaks.sh: New file.
2677
2678 2012-07-18 Tom Tromey <tromey@redhat.com>
2679
2680 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
2681 (locate_dwz_sections): Recognize .gdb_index.
2682 (create_cus_from_index_list): New function.
2683 (create_cus_from_index): Use it. Handle .dwz data.
2684 (read_index_from_section): New function, extracted from
2685 dwarf2_read_index.
2686 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
2687 if needed.
2688
2689 2012-07-18 Tom Tromey <tromey@redhat.com>
2690
2691 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
2692 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
2693 <is_dwz>: New field.
2694 (struct dwz_file): New.
2695 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
2696 (locate_dwz_sections, dwarf2_get_dwz_file)
2697 (get_abbrev_section_for_cu): New functions.
2698 (error_check_comp_unit_head, read_and_check_comp_unit_head)
2699 (read_and_check_type_unit_head): Add abbrev_section argument.
2700 (create_debug_types_hash_table): Update.
2701 (init_cutu_and_read_dies): Use proper abbrev section.
2702 (init_cutu_and_read_dies_no_follow): Likewise.
2703 (set_partial_user): Do nothing if PST==NULL.
2704 (read_comp_units_from_section): New function.
2705 (create_all_comp_units): Use it.
2706 (scan_partial_symbols, partial_die_parent_scope): Update.
2707 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2708 (process_imported_unit_die, read_partial_die): Handle .dwz files.
2709 (find_partial_die): Add offset_in_dwz argument. Update.
2710 (guess_partial_die_structure_name, fixup_partial_die): Update.
2711 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
2712 DW_FORM_GNU_strp_alt.
2713 (read_indirect_string_from_dwz): New function.
2714 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
2715 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2716 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
2717 (follow_die_offset): Add offset_in_dwz argument.
2718 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
2719 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
2720 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
2721 Handle new macro forms.
2722 (dwarf_decode_macros): Update.
2723 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
2724 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
2725 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
2726 (create_debug_types_hash_table): Use correct abbrev section.
2727 (get_debug_line_section): New function.
2728 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
2729 (process_full_comp_unit): Pass 'required' argument to
2730 end_symtab_get_static_block.
2731 * buildsym.h (end_symtab_get_static_block): Update.
2732 * buildsym.c (end_symtab_get_static_block): Add 'required'
2733 argument.
2734 (end_symtab, end_expandable_symtab): Update.
2735
2736 2012-07-18 Tom Tromey <tromey@redhat.com>
2737
2738 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
2739 (pagesize): Remove.
2740 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
2741 (zlib_decompress_section): Remove.
2742 (dwarf2_read_section): Use gdb_bfd_map_section.
2743 (munmap_section_buffer): Remove.
2744 (free_dwo_file, dwarf2_per_objfile_free): Don't use
2745 munmap_section_buffer.
2746 * gdb_bfd.c: Include zlib.h, sys/mman.h.
2747 (struct gdb_bfd_section_data): New.
2748 (free_one_bfd_section): New function.
2749 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
2750 (get_section_descriptor, zlib_decompress_section)
2751 (gdb_bfd_map_section): New functions.
2752 * gdb_bfd.h (gdb_bfd_map_section): Declare.
2753
2754 2012-07-18 Tom Tromey <tromey@redhat.com>
2755
2756 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
2757
2758 2012-07-18 Tom Tromey <tromey@redhat.com>
2759
2760 * gdb_bfd.c (struct gdb_bfd_data): New.
2761 (gdb_bfd_cache): New global.
2762 (struct gdb_bfd_cache_search): New.
2763 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
2764 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
2765 * gdb_bfd.h (gdb_bfd_open): Declare.
2766
2767 2012-07-18 Tom Tromey <tromey@redhat.com>
2768
2769 * utils.c (make_cleanup_bfd_unref): Rename from
2770 make_cleanup_bfd_close.
2771 * defs.h (make_cleanup_bfd_unref): Rename from
2772 make_cleanup_bfd_close.
2773 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
2774 (bfd_openw_with_cleanup): Update.
2775 * corelow.c (core_open): Update.
2776 * dsrec.c (load_srec): Update.
2777 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2778 * remote-m32r-sdi.c (m32r_load): Update.
2779 * remote-mips.c (mips_load_srec): Update.
2780 (pmon_load_fast): Update.
2781 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2782 Update.
2783 (darwin_bfd_open): Update.
2784 * solib.c (solib_bfd_fopen): Update.
2785 * symfile-mem.c (symbol_file_add_from_memory): Update.
2786 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
2787 (symfile_bfd_open): Update.
2788 (generic_load): Update.
2789
2790 2012-07-18 Tom Tromey <tromey@redhat.com>
2791
2792 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
2793 (pmon_load_fast): Likewise.
2794 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
2795 (m32r_upload_command): Likewise.
2796 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
2797 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2798 Use make_cleanup_bfd_close.
2799
2800 2012-07-18 Tom Tromey <tromey@redhat.com>
2801
2802 * symfile.c (symfile_bfd_open): Don't copy name. Call
2803 gdb_bfd_stash_filename.
2804 (load_command): Open the new BFD before freeing the old.
2805 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
2806 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
2807 Call gdb_bfd_stash_filename.
2808 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
2809 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
2810 gdb_bfd_stash_filename.
2811 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2812 Free found_pathname.
2813 * rs6000-nat.c (add_vmap): Don't copy filename. Call
2814 gdb_bfd_stash_filename.
2815 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
2816 * machoread.c (macho_add_oso_symfile): Call
2817 gdb_bfd_stash_filename.
2818 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
2819 gdb_bfd_stash_filename.
2820 (macho_check_dsym): Don't copy filename. Call
2821 gdb_bfd_stash_filename.
2822 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
2823 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
2824 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
2825 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
2826 * exec.c (exec_close): Don't free the BFD's filename.
2827 (exec_file_attach): Don't copy the filename. Call
2828 gdb_bfd_stash_filename.
2829 * corelow.c (core_close): Don't free the BFD's filename.
2830 (core_open): Call gdb_bfd_stash_filename.
2831 * corefile.c (reopen_exec_file): Remove #if 0 code.
2832 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
2833 pathname.
2834 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
2835
2836 2012-07-18 Tom Tromey <tromey@redhat.com>
2837
2838 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
2839 gdb_bfd_unref.
2840 (free_dwo_file): Use gdb_bfd_unref.
2841 * cli/cli-dump.c: Include gdb_bfd.h.
2842 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
2843 (bfd_openr_with_cleanup): Likewise.
2844 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
2845 gdb_bfd_unref.
2846 * utils.c: Include gdb_bfd.h.
2847 (do_bfd_close_cleanup): Use gdb_bfd_unref.
2848 * symfile.c: Include gdb_bfd.h.
2849 (separate_debug_file_exists): Use gdb_bfd_unref.
2850 (bfd_open_maybe_remote): Use gdb_bfd_ref.
2851 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2852 (generic_load): Use gdb_bfd_ref.
2853 (reread_symbols): Use gdb_bfd_unref.
2854 * symfile-mem.c: Include gdb_bfd.h.
2855 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
2856 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2857 * solib.c: Include gdb_bfd.h.
2858 (solib_bfd_fopen): Use gdb_bfd_ref.
2859 (solib_bfd_open): Use gdb_bfd_unref.
2860 (free_so_symbols): Use gdb_bfd_unref.
2861 (reload_shared_libraries_1): Use gdb_bfd_unref.
2862 * solib-spu.c: Include gdb_bfd.h.
2863 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
2864 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
2865 gdb_bfd_unref.
2866 * solib-frv.c: Include gdb_bfd.h.
2867 (enable_break2): Use gdb_bfd_unref.
2868 * solib-dsbt.c: Include gdb_bfd.h.
2869 (enable_break2): Use gdb_bfd_unref.
2870 * solib-darwin.c: Include gdb_bfd.h.
2871 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
2872 gdb_bfd_unref.
2873 (darwin_bfd_open): Use gdb_bfd_unref.
2874 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
2875 * remote-mips.c: Include gdb_bfd.h.
2876 (mips_load_srec): Use gdb_bfd_ref.
2877 (pmon_load_fast): Use gdb_bfd_ref.
2878 * remote-m32r-sdi.c: Include gdb_bfd.h.
2879 (m32r_load): Use gdb_bfd_ref.
2880 * record.c: Include gdb_bfd.h.
2881 (record_save_cleanups): Use gdb_bfd_unref.
2882 (cmd_record_save): Use gdb_bfd_unref.
2883 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
2884 gdb_bfd_unref.
2885 * objfiles.h (gdb_bfd_close_or_warn): Remove.
2886 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
2887 * objfiles.c: Include gdb_bfd.h.
2888 (free_objfile): Use gdb_bfd_unref.
2889 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
2890 gdb_bfd.c.
2891 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
2892 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
2893 (macho_check_dsym): Likewise.
2894 * m32r-rom.c: Include gdb_bfd.h.
2895 (m32r_load): Use gdb_bfd_ref.
2896 (m32r_upload_command): Use gdb_bfd_ref.
2897 * jit.c: Include gdb_bfd.h.
2898 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
2899 * gdb_bfd.h: New file.
2900 * gdb_bfd.c: New file.
2901 * gcore.c: Include gdb_bfd.h.
2902 (create_gcore_bfd): Use gdb_bfd_ref.
2903 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
2904 (gcore_command): Use gdb_bfd_unref.
2905 * exec.c: Include gdb_bfd.h.
2906 (exec_close): Use gdb_bfd_unref.
2907 (exec_close_1): Use gdb_bfd_unref.
2908 (exec_file_attach): Use gdb_bfd_ref.
2909 * elfread.c: Include gdb_bfd.h.
2910 (build_id_verify): Use gdb_bfd_unref.
2911 * dsrec.c: Include gdb_bfd.h.
2912 (load_srec): Use gdb_bfd_ref.
2913 * corelow.c: Include gdb_bfd.h.
2914 (core_close): Use gdb_bfd_unref.
2915 (core_open): Use gdb_bfd_ref.
2916 * bfd-target.c: Include gdb_bfd.h.
2917 (target_bfd_xclose): Use gdb_bfd_unref.
2918 (target_bfd_reopen): Use gdb_bfd_ref.
2919 * Makefile.in (SFILES): Add gdb_bfd.c.
2920 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
2921 (COMMON_OBS): Add gdb_bfd.o.
2922
2923 2012-07-18 Keith Seitz <keiths@redhat.com>
2924
2925 * breakpoint.c (find_condition_and_thread): Initialize
2926 TASK and REST.
2927 (create_breakpiont): find_condition_and_thread will now
2928 initialize COND_STRING, THREAD, and REST (and TASK).
2929 (addr_string_to_sals): Likewise.
2930
2931 2012-07-18 Pedro Alves <palves@redhat.com>
2932
2933 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
2934 Pull the single step breakpoints out of the target.
2935
2936 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
2937
2938 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
2939 * stap-probe.c (compile_probe_arg): Likewise.
2940
2941 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
2942
2943 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
2944 (elf_compile_to_ax): Likewise.
2945 * infrun.c (insert_exception_resume_from_probe): Likewise.
2946 (check_exception_resume): Remove `objfile' variable.
2947 * probe.c (find_probe_by_pc): Remove `objfile' argument.
2948 (struct probe_and_objfile, probe_and_objfile_s): Delete.
2949 (collect_probes): Adjust return value to `VEC (probe_p) *'.
2950 (compare_entries): Rename to...
2951 (compare_probes): ...this. Adjust function to work with
2952 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
2953 respectively.
2954 (gen_ui_out_table_header_info): Adjust `probes' argument to be
2955 `VEC (probe_p) *'.
2956 (print_ui_out_info): Adjust argument to be `struct probe *'.
2957 (info_probes_for_ops): Adjust internal computations to use
2958 `VEC (probe_p) *'.
2959 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
2960 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
2961 gen_info_probes_table_values>: Remove `objfile' argument.
2962 (struct probe) <objfile>: New field.
2963 (find_probe_by_pc): Remove `objfile' argument.
2964 * stap-probe.c (stap_parse_probe_arguments): Likewise.
2965 (stap_get_probe_argument_count): Likewise.
2966 (stap_get_arg): Likewise.
2967 (stap_evaluate_probe_argument): Likewise.
2968 (stap_compile_to_ax): Likewise.
2969 (compile_probe_arg): Refactor not to pass `objfile' anymore.
2970 (handle_stap_probe): Fill `objfile' field from `struct probe'.
2971 (stap_gen_info_probes_table_header): Remove `objfile' argument.
2972 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
2973 sym_compile_to_ax>: Likewise.
2974
2975 2012-07-18 Terry Guo <terry.guo@arm.com>
2976
2977 PR 14329
2978 * defs.h (GDB_MI_MSG_WIDTH): New.
2979 * ser_base (ser_base_read_error_fd): New function.
2980 (do_ser_base_readchar): Poll error file descriptor as well as
2981 standard output.
2982 (generic_readchar): Refactor error handling.
2983
2984 2012-07-18 Joel Brobecker <brobecker@adacore.com>
2985
2986 * NEWS: Create a new section for the next release branch.
2987 Rename the section of the current branch, now that it has
2988 been cut.
2989
2990 2012-07-18 Joel Brobecker <brobecker@adacore.com>
2991
2992 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
2993 * version.in: Bump version to 7.5.50.20120718-cvs.
2994
2995 2012-07-17 Keith Seitz <keiths@redhat.com>
2996
2997 * linespec.c (linespec_parse_line_offset): Make parameter
2998 const.
2999
3000 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3001
3002 PR 11914
3003 * f-valprint.c (info_common_command): New variable frame_id.
3004 Reinitialize FI form FRAME_ID after each print_variable_and_value.
3005 * printcmd.c (print_variable_and_value): Extend function comment.
3006 Add comment for invalidated FRAME.
3007 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
3008 FI form FRAME_ID after each print_frame_local_vars.
3009 (struct print_variable_and_value_data): Change frame to frame_id.
3010 (do_print_variable_and_value): New variable frame, initialize it from
3011 p->frame_id. Add comment for invalidated FRAME.
3012 (print_frame_local_vars, print_frame_arg_vars): New function comment.
3013 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
3014 for invalidated FRAME.
3015
3016 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
3017 Pedro Alves <palves@redhat.com>
3018
3019 * linux-nat.c (linux_nat_detach): Don't unregister from the event
3020 loop.
3021
3022 2012-07-16 Tom Tromey <tromey@redhat.com>
3023
3024 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
3025
3026 2012-07-15 Doug Evans <dje@google.com>
3027
3028 * dwarf2read.c (stmt_list_hash): New struct.
3029 (type_unit_group): Embed "per_cu" member, remove pointer.
3030 New union member "t", move member "tus" into it, all uses updated.
3031 New member "hash", replaces member "line_offset, all uses updated.
3032 (quick_file_names): Replace member "offset" with "hash", all uses
3033 updated.
3034 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
3035 (hash_file_name_entry, eq_file_name_entry): Call them.
3036 (hash_type_unit_group, eq_type_unit_group): Ditto.
3037 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
3038 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
3039 (dw2_get_file_names): Update.
3040 (create_type_unit_group): Replace "per_cu" arg with "cu".
3041 All callers updated. Fix "quick" (.gdb_index) handling.
3042 (get_type_unit_group): Replace "per_cu" arg with "cu".
3043 All callers updated.
3044 (build_type_unit_groups): Don't reset tu_stats.
3045
3046 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
3047 "tab_cur_size". Change member "tab" to be a htab_t.
3048 (create_filename_seen_cache): Update.
3049 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
3050 (filename_seen): Update.
3051
3052 2012-07-13 Doug Evans <dje@google.com>
3053
3054 * symtab.c (filename_seen): Update comment.
3055
3056 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3057 Doug Evans <dje@google.com>
3058
3059 * buildsym.c (end_symtab_1): Split it to ...
3060 (end_symtab_get_static_block): ... this ...
3061 (end_symtab_from_static_block): ... and this function.
3062 (end_symtab, end_expandable_symtab): Call them.
3063 * buildsym.h (end_symtab_get_static_block)
3064 (end_symtab_from_static_block): New declarations.
3065 * dwarf2read.c (process_full_comp_unit): New variable static_block.
3066 Set its valid CU ranges.
3067
3068 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3069
3070 * dwarf2loc.c (disassemble_dwarf_expression): Handle
3071 DW_OP_GNU_parameter_ref.
3072
3073 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3074
3075 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
3076 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
3077
3078 2012-07-13 Doug Evans <dje@google.com>
3079
3080 * symtab.c (output_source_filename): Delete unnecessary forward decl.
3081 (filename_seen_cache): New struct.
3082 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
3083 (create_filename_seen_cache): New function.
3084 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
3085 (filename_seen): Delete arg "first". New arg "cache". All callers
3086 updated.
3087 (output_source_filename_data): New struct.
3088 (output_source_filename): Delete arg "first". New arg "data".
3089 All callers updated.
3090 (sources_info): Delete local "first". New locals "data", "cleanups".
3091 Rewrite to use filename_seen_cache.
3092 (add_partial_filename_data): Delete member "first". New member
3093 "filename_seen_cache". All uses updated.
3094 (make_source_files_completion_list): Rewrite to use
3095 filename_seen_cache.
3096
3097 2012-07-12 Doug Evans <dje@google.com>
3098
3099 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
3100
3101 2012-07-10 Doug Evans <dje@google.com>
3102
3103 PR gdb/13498
3104 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
3105 all_type_unit_groups, type_unit_groups, tu_stats.
3106 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
3107 All uses updated. Add type_unit_group to union "s".
3108 (type_unit_group): New struct.
3109 (IS_TYPE_UNIT_GROUP): New macro.
3110 (abbrev_table): Delete unused member "section".
3111 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
3112 (dw2_get_cu): Assert not used with type_unit_group.
3113 (dw2_get_primary_cu): New function.
3114 (dw2_build_type_unit_groups_reader): New function.
3115 (dw2_build_type_unit_groups): New function.
3116 (dw2_get_file_names): Assert not called on type units.
3117 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
3118 Redo loop to iterate over type unit groups instead of type units.
3119 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
3120 (read_abbrev_offset): New function.
3121 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
3122 updated.
3123 (create_partial_symtab): New function.
3124 (process_psymtab_comp_unit_reader): Assert not used with type units.
3125 Call create_partial_symtab.
3126 (process_psymtab_type_unit): Delete.
3127 (hash_type_unit_group, eq_type_unit_group): New functions.
3128 (allocate_type_unit_groups_table): New function.
3129 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
3130 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
3131 (create_type_unit_group, get_type_unit_group): New functions.
3132 (tu_abbrev_offset): New struct.
3133 (sort_tu_by_abbrev_offset): New function.
3134 (add_type_unit_group_to_table): New function.
3135 (build_type_unit_groups): New function.
3136 (build_type_psymtabs_reader): New function.
3137 (build_type_psymtab_dependencies): New function.
3138 (build_type_psymtabs): Rewrite.
3139 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
3140 is seen in a type unit.
3141 (process_queue): Move symtab expansion debugging printfs here.
3142 Call process_full_type_unit for type units.
3143 (compute_symtab_includes): Assert not called for type units.
3144 (process_cu_includes): Don't call compute_symtab_includes for
3145 type units.
3146 (process_full_type_unit): New function.
3147 (process_imported_unit_die): Flag an error if called for type units.
3148 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
3149 updated. Assert not called for type units.
3150 (read_file_scope): Call dwarf2_start_symtab.
3151 (setup_type_unit_groups): New function.
3152 (read_type_unit_scope): Rewrite.
3153 (abbrev_table_read_table): Initialize abbrev_table->offset.
3154 (abbrev_table_free_cleanup): New function.
3155 (dwarf2_start_symtab): New function.
3156 (load_full_type_unit): Assert not called for type unit groups.
3157 * buildsym.c (finish_block_internal): New arg "expandable".
3158 All callers updated.
3159 (start_symtab): Move most contents to ...
3160 (restart_symtab): ... here. New function.
3161 (reset_symtab_globals): New function.
3162 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
3163 Call reset_symtab_globals.
3164 (end_symtab, end_expandable_symtab): New functions.
3165 (set_missing_symtab, augment_type_symtab): New functions.
3166 * buildsym.h (end_expandable_symtab): Declare.
3167 (augment_type_symtab, restart_symtab): Declare.
3168 * psympriv.h (struct partial_symtab): New member "anonymous".
3169 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
3170 anonymous psymtabs.
3171 (read_psymtabs_with_filename): Ditto.
3172 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
3173 (expand_symtabs_matching_via_partial): Ditto.
3174 (dump_psymtab): Update.
3175 * dictionary.c (dict_add_pending): New function.
3176 * dictionary.h (dict_add_pending): Declare.
3177
3178 2012-07-09 Doug Evans <dje@google.com>
3179
3180 * buildsym.c (start_subfile): Remove unnecessary check for
3181 name == NULL.
3182
3183 * psymtab.c (allocate_psymtab): Use host_address_to_string.
3184
3185 * dwarf2read.c (load_full_type_unit): Simplify.
3186
3187 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
3188 to struct signatured_type **. All uses updated.
3189
3190 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
3191 All callers updated.
3192
3193 2012-07-09 Tom Tromey <tromey@redhat.com>
3194
3195 * c-exp.y (check_parameter_typelist): New function.
3196 (parameter_typelist): Call it.
3197 * eval.c (make_params): Handle '(void)' case.
3198 * gdbtypes.c (lookup_function_type_with_arguments): Handle
3199 '(void)' case.
3200
3201 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3202
3203 * common/linux-ptrace.c: Include gdb_assert.h.
3204 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
3205 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
3206 stdint.h.
3207 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
3208 functions.
3209 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
3210 * linux-nat.c (linux_child_post_attach)
3211 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
3212
3213 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3214
3215 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
3216 nptl <2.7 bug workaround for core files.
3217
3218 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3219
3220 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
3221 clearing.
3222 (save_siginfo): Remove.
3223 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
3224 call.
3225 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
3226 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
3227 * linux-nat.h (struct lwp_info): Remove field siginfo.
3228
3229 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3230
3231 Code cleanup for the next patch.
3232 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
3233 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3234 call for it.
3235 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
3236 (ia64_linux_stopped_data_address):
3237 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
3238 the return value.
3239 * linux-nat.h (linux_nat_get_siginfo): Likewise.
3240 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
3241 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3242 call for it.
3243
3244 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3245
3246 PR 14321
3247 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
3248 Increase buffer sizes to 2x we need, not just 2x of the previous size.
3249
3250 2012-07-06 Tom Tromey <tromey@redhat.com>
3251
3252 * c-exp.y (DOTDOTDOT): New token.
3253 (func_mod, exp): Use parameter_typelist.
3254 (parameter_typelist): New production.
3255 (tokentab3): Add "..." token.
3256 * eval.c (make_params): Handle varargs.
3257 * gdbtypes.c (lookup_function_type_with_arguments): Handle
3258 varargs.
3259
3260 2012-07-06 Tom Tromey <tromey@redhat.com>
3261
3262 PR exp/9608:
3263 * c-exp.y (%union) <tvec>: Change type.
3264 (func_mod): Now uses <tvec> type.
3265 (exp): Update for tvec change.
3266 (direct_abs_decl): Push the typelist.
3267 (func_mod): Return a typelist.
3268 (nonempty_typelist): Update for tvec change.
3269 * gdbtypes.c (lookup_function_type_with_arguments): New function.
3270 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
3271 * parse.c (pop_type_list): New function.
3272 (push_typelist): New function.
3273 (follow_types): Handle tp_function_with_arguments.
3274 * parser-defs.h (type_ptr): New typedef. Define a VEC.
3275 (enum type_pieces) <tp_function_with_arguments>: New constant.
3276 (union type_stack_elt) <typelist_val>: New field.
3277 (push_typelist): Declare.
3278
3279 2012-07-06 Tom Tromey <tromey@redhat.com>
3280
3281 * c-exp.y (%union) <type_stack>: New field.
3282 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
3283 (ptr_operator_ts): New production.
3284 (ptype): Update.
3285 * parse.c (type_stack_reserve): New function.
3286 (check_type_stack_depth): Use it.
3287 (pop_type_stack, append_type_stack, push_type_stack)
3288 (get_type_stack, type_stack_cleanup): New functions.
3289 (follow_types): Handle tp_type_stack.
3290 (_initialize_parse): Simplify initialization.
3291 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
3292 constant.
3293 (union type_stack_elt) <stack_val>: New field.
3294 (get_type_stack, append_type_stack, push_type_stack)
3295 (type_stack_cleanup): Declare.
3296
3297 2012-07-06 Tom Tromey <tromey@redhat.com>
3298
3299 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
3300 Remove.
3301 (struct type_stack): New.
3302 * parse.c (type_stack, type_stack_size, type_stack_depth):
3303 Remove.
3304 (type_stack): New global.
3305 (parse_exp_in_context, check_type_stack_depth)
3306 (insert_into_type_stack, insert_type, push_type, push_type_int)
3307 (insert_type_address_space, pop_type, pop_type_int)
3308 (_initialize_parse): Update.
3309
3310 2012-07-06 Tom Tromey <tromey@redhat.com>
3311
3312 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
3313 Remove %type.
3314
3315 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3316
3317 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
3318
3319 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3320 Jan Kratochvil <jan.kratochvil@redhat.com>
3321
3322 * cp-valprint.c (cp_print_value): Replace potentially unsafe
3323 alloca with xmalloc/xfree.
3324
3325 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3326
3327 * MAINTAINERS (Write After Approval): Add myself to the list.
3328
3329 2012-07-05 Doug Evans <dje@google.com>
3330
3331 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
3332
3333 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3334
3335 * ax-gdb.c (cli/cli-utils.h): New include.
3336 (linespec.h): Ditto.
3337 (agent_eval_command_one): New function.
3338 (agent_command_1): Ditto.
3339 (agent_command): Call function agent_command_1.
3340 (agent_eval_command): Ditto.
3341 (_initialize_ax_gdb): Change help for "maint agent"
3342 and "maint agent-eval".
3343
3344 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3345
3346 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
3347 * cli/cli-utils.c (check_for_argument): New function.
3348 * cli/cli-utils.h (check_for_argument): Ditto.
3349
3350 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3351
3352 * NEWS: Mention x32 ABI support.
3353
3354 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3355
3356 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
3357 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
3358
3359 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
3360 and pc_regnum_from_eax to -1. Update SP regnum from
3361 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
3362 needed.
3363
3364 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
3365 pc_regnum_from_eax.
3366
3367 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3368
3369 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
3370 * dwarf2expr.h: Include gdbtypes.h.
3371 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
3372 these forward declarations.
3373 (cu_offset, sect_offset): Move these ...
3374 * gdbtypes.h: Remove include dwarf2expr.h.
3375 (cu_offset, sect_offset): ... here.
3376
3377 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
3378
3379 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
3380 (amd64_linux_sigtramp_code): This.
3381 (amd64_x32_linux_sigtramp_code): New.
3382 (LINUX_SIGTRAMP_LEN): Updated.
3383 (amd64_linux_sigtramp_start): Check x32 sigtramp.
3384
3385 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3386
3387 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
3388
3389 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3390
3391 * config.in: Regenerate.
3392 * configure: Regenerate.
3393 * configure.ac: Remove check for gnu/libc-version.h.
3394 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
3395 gnu/libc-version.h.
3396 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
3397 variables libc_version, libc_major and libc_minor. Replace sscanf by
3398 inferior_has_bug. Extend the comment.
3399
3400 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3401
3402 * linux-thread-db.c (inferior_has_bug): New function.
3403 (thread_db_find_new_threads_silently): Return boolean as checked by
3404 inferior_has_bug, describe it in the comments.
3405 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
3406 earlier. Abort the initialization if it returned non-zero.
3407 (thread_db_new_objfile): Exclude debug files.
3408 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
3409 if UNTIL_NO_NEW,
3410
3411 2012-07-02 Doug Evans <dje@google.com>
3412
3413 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
3414 related to queue management.
3415
3416 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
3417 instead of "debug dwarf2-die" in debugging printfs.
3418 (create_debug_info_hash_table_reader): Ditto.
3419 (create_debug_info_hash_table): Ditto.
3420 (init_dwo_file): Ditto.
3421 (init_cutu_and_read_dies): Add debugging printf.
3422 (init_cutu_and_read_dies_no_follow): Ditto.
3423 (process_psymtab_comp_unit_reader): Ditto.
3424
3425 2012-07-02 Stan Shebs <stan@codesourcery.com>
3426
3427 Add target-side support for dynamic printf.
3428 * NEWS: Mention the additional style.
3429 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
3430 (struct bp_location): New field cmd_bytecode.
3431 * breakpoint.c: Include format.h.
3432 (disconnected_dprintf): New global.
3433 (parse_cmd_to_aexpr): New function.
3434 (build_target_command_list): New function.
3435 (insert_bp_location): Call it.
3436 (remove_breakpoints_pid): Skip dprintf breakpoints.
3437 (print_one_breakpoint_location): Ditto.
3438 (dprintf_style_agent): New global.
3439 (dprintf_style_enums): Add dprintf_style_agent.
3440 (update_dprintf_command_list): Add agent case.
3441 (agent_printf_command): New function.
3442 (_initialize_breakpoint): Add new commands.
3443 * common/ax.def (printf): New bytecode.
3444 * ax.h (ax_string): Declare.
3445 * ax-gdb.h (gen_printf): Declare.
3446 * ax-gdb.c: Include cli-utils.h, format.h.
3447 (gen_printf): New function.
3448 (maint_agent_print_command): New function.
3449 (_initialize_ax_gdb): Add maint agent-printf command.
3450 * ax-general.c (ax_string): New function.
3451 (ax_print): Add printf disassembly.
3452 * Makefile.in (SFILES): Add format.c
3453 (COMMON_OBS): Add format.o.
3454 * common/format.h: New file.
3455 * common/format.c: New file.
3456 * printcmd.c: Include format.h.
3457 (ui_printf): Call parse_format_string.
3458 * remote.c (remote_state): New field breakpoint_commands.
3459 (PACKET_BreakpointCommands): New enum.
3460 (remote_breakpoint_commands_feature): New function.
3461 (remote_protocol_features): Add new BreakpointCommands entry.
3462 (remote_can_run_breakpoint_commands): New function.
3463 (remote_add_target_side_commands): New function.
3464 (remote_insert_breakpoint): Call it.
3465 (remote_insert_hw_breakpoint): Ditto.
3466 (_initialize_remote): Add new packet configuration for
3467 target-side breakpoint commands.
3468 * target.h (struct target_ops): New field
3469 to_can_run_breakpoint_commands.
3470 (target_can_run_breakpoint_commands): New macro.
3471 * target.c (update_current_target): Handle
3472 to_can_run_breakpoint_commands.
3473
3474 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3475
3476 Execute -ix and -iex only after system and user gdbinit files.
3477 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
3478 processing down after gdbinit files.
3479
3480 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3481
3482 Add fnmatch-gnu module.
3483 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
3484 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
3485 * gnulib/aclocal.m4: Regenerate.
3486 * gnulib/config.in: Regenerate.
3487 * gnulib/configure: Regenerate.
3488 * gnulib/import/dummy.c: Remove.
3489 * gnulib/import/Makefile.am: Regenerate.
3490 * gnulib/import/Makefile.in: Likewise.
3491 * gnulib/import/m4/gnulib-cache.m4: Likewise.
3492 * gnulib/import/m4/gnulib-comp.m4: Likewise.
3493 * gnulib/import/alloca.c: New file.
3494 * gnulib/import/alloca.in.h: Likewise.
3495 * gnulib/import/config.charset: Likewise.
3496 * gnulib/import/fnmatch.c: Likewise.
3497 * gnulib/import/fnmatch.in.h: Likewise.
3498 * gnulib/import/fnmatch_loop.c: Likewise.
3499 * gnulib/import/localcharset.c: Likewise.
3500 * gnulib/import/localcharset.h: Likewise.
3501 * gnulib/import/m4/alloca.m4: Likewise.
3502 * gnulib/import/m4/codeset.m4: Likewise.
3503 * gnulib/import/m4/configmake.m4: Likewise.
3504 * gnulib/import/m4/fcntl-o.m4: Likewise.
3505 * gnulib/import/m4/fnmatch.m4: Likewise.
3506 * gnulib/import/m4/glibc21.m4: Likewise.
3507 * gnulib/import/m4/localcharset.m4: Likewise.
3508 * gnulib/import/m4/locale-fr.m4: Likewise.
3509 * gnulib/import/m4/locale-ja.m4: Likewise.
3510 * gnulib/import/m4/locale-zh.m4: Likewise.
3511 * gnulib/import/m4/mbrtowc.m4: Likewise.
3512 * gnulib/import/m4/mbsinit.m4: Likewise.
3513 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
3514 * gnulib/import/m4/mbstate_t.m4: Likewise.
3515 * gnulib/import/m4/stdbool.m4: Likewise.
3516 * gnulib/import/m4/wchar_h.m4: Likewise.
3517 * gnulib/import/m4/wctype_h.m4: Likewise.
3518 * gnulib/import/m4/wint_t.m4: Likewise.
3519 * gnulib/import/mbrtowc.c: Likewise.
3520 * gnulib/import/mbsinit.c: Likewise.
3521 * gnulib/import/mbsrtowcs-impl.h: Likewise.
3522 * gnulib/import/mbsrtowcs-state.c: Likewise.
3523 * gnulib/import/mbsrtowcs.c: Likewise.
3524 * gnulib/import/ref-add.sin: Likewise.
3525 * gnulib/import/ref-del.sin: Likewise.
3526 * gnulib/import/stdbool.in.h: Likewise.
3527 * gnulib/import/streq.h: Likewise.
3528 * gnulib/import/strnlen1.c: Likewise.
3529 * gnulib/import/strnlen1.h: Likewise.
3530 * gnulib/import/verify.h: Likewise.
3531 * gnulib/import/wchar.in.h: Likewise.
3532 * gnulib/import/wctype.in.h: Likewise.
3533
3534 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3535
3536 Support shell wildcards for 'set auto-load safe-path'.
3537 * auto-load.c: Include fnmatch.h.
3538 (filename_is_in_dir): Rename to ...
3539 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
3540 it. Update function comment. Rename dir_len to pattern_len. New
3541 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
3542 messages. Use gdb_filename_fnmatch.
3543 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
3544 pattern.
3545 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
3546 * defs.h (gdb_filename_fnmatch): New declaration.
3547 * utils.c: Include fnmatch.h.
3548 (gdb_filename_fnmatch): New function.
3549
3550 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
3551
3552 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
3553 `-probe' and `-probe-stap' options.
3554
3555 2012-07-01 Yao Qi <yao@codesourcery.com>
3556
3557 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
3558 always_inserted_off, and always_inserted_enums.
3559 Change always_inserted_mode's type to 'enum auto_boolean'.
3560 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
3561 callers.
3562 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
3563 of add_setshow_enum_cmd.
3564 * infrun.c: Remove can_use_displaced_stepping_auto,
3565 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
3566 can_use_displaced_stepping_enum.
3567 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
3568 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
3569 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
3570 add_setshow_enum_cmd.
3571
3572 2012-06-30 Doug Evans <dje@google.com>
3573
3574 * dwarf2read.c (signatured_type): Make "per_cu" member first.
3575 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
3576 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
3577
3578 2012-06-29 Doug Evans <dje@google.com>
3579
3580 * linespec.c: #include "stack.h".
3581 (decode_line_with_current_source): Moved here from symtab.c and
3582 renamed from decode_line_spec. All callers updated.
3583 (decode_line_with_last_displayed): Moved here from breakpoint.c and
3584 renamed from decode_line_spec_1. All callers updated.
3585 * linespec.h (decode_line_with_current_source): Move declaration here
3586 from symtab.h and renamed from decode_line_spec.
3587 (decode_line_with_last_displayed): Move declaration here from symtab.h
3588 and renamed from decode_line_spec_1.
3589 * macrocmd.c: #include "linespec.h".
3590 * symtab.c: Remove #include "linespec.h".
3591
3592 2012-06-28 Doug Evans <dje@google.com>
3593
3594 * dwarf2read.c (get_cu_length): New function.
3595 (offset_in_cu_p, error_check_comp_unit_head): Call it.
3596 (create_debug_types_hash_table): Ditto.
3597 (init_cutu_and_read_dies): Ditto.
3598 (init_cutu_and_read_dies_no_follow): Ditto.
3599
3600 * dwarf2read.c (dwarf2_find_base_address): Move definition.
3601
3602 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
3603 (struct abbrev_table): Define.
3604 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
3605 abbrev_table.
3606 (init_cutu_and_read_dies): Update.
3607 (abbrev_table_alloc_abbrev): New function. Replaces
3608 dwarf_alloc_abbrev. All callers updated.
3609 (abbrev_table_add_abbrev): New function.
3610 (abbrev_table_lookup_abbrev): New function. Replaces
3611 dwarf2_lookup_abbrev. All callers updated.
3612 (abbrev_table_read_table): New function. Contents moved here from
3613 dwarf2_read_abbrevs.
3614 (dwarf2_read_abbrevs): Call it.
3615 (abbrev_table_free): New function.
3616 (dwarf2_free_abbrev_table): Call it.
3617
3618 2012-06-28 Stan Shebs <stan@codesourcery.com>
3619
3620 * osdata.c (info_osdata_command): Filter out "Title" columns
3621 from non-MI uses.
3622 * common/linux-osdata.c (struct osdata_type): Add title field.
3623 (osdata_table): Add titles to each entry.
3624 (linux_command_xfer_osdata): Add a column for title data.
3625
3626 2012-06-28 Stan Shebs <stan@codesourcery.com>
3627
3628 Make logging work for MI.
3629 * NEWS: Mention it.
3630 * interps.h (interp_set_logging_ftype): New typedef.
3631 (struct interp_procs): New field set_logging_proc.
3632 (current_interp_set_logging): Declare.
3633 * interps.c (current_interp_set_logging): New function.
3634 * cli/cli-logging.c: Include interps.h.
3635 (set_logging_redirect): Call current_interp_set_logging.
3636 (pop_output_files): Ditto.
3637 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
3638 * mi/mi-console.h (mi_console_set_raw): Declare.
3639 * mi/mi-console.c (mi_console_set_raw): New function.
3640 * mi/mi-interp.c (saved_raw_stdout): New global.
3641 (mi_set_logging): New function.
3642 (_initialize_mi_interp): Add it to interp procs.
3643
3644 2012-06-28 Doug Evans <dje@google.com>
3645
3646 * symtab.c (lookup_symbol_aux_objfile): Use
3647 ALL_OBJFILE_PRIMARY_SYMTABS.
3648
3649 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
3650
3651 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3652
3653 * common/buffer.c: Include inttypes.h and stdint.h.
3654 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
3655
3656 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3657 Pedro Alves <palves@redhat.com>
3658
3659 * gdbthread.h (ALL_THREADS): New macro.
3660 (thread_list): Declare.
3661 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
3662 going, but instead fall through to the stepping handling.
3663 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
3664 the passed in signal. Adjust debug output.
3665 (resume_callback): Rename to ...
3666 (linux_nat_resume_callback): ... this. Pass the thread's last
3667 stop signal, if in "pass" state.
3668 (linux_nat_resume): Adjust to rename.
3669 (stop_wait_callback): New assertion. Don't respawn signals;
3670 instead let the LWP remain with SIGNALLED set.
3671 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
3672 * remote.c (append_pending_thread_resumptions): New.
3673 (remote_vcont_resume): Call it.
3674 * target.h (target_resume): Extend comment.
3675
3676 2012-06-28 Iain Sandoe <iain@codesourcery.com>
3677
3678 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
3679
3680 2012-06-27 Doug Evans <dje@google.com>
3681
3682 * dwarf2read.c (dwarf2_cu): Add ranges_base.
3683 Delete have_addr_base, unused. All uses updated.
3684 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
3685 (dwarf2_get_pc_bounds): Add ranges_base.
3686 (dwarf2_record_block_ranges): Ditto.
3687
3688 2012-06-27 Tom Tromey <tromey@redhat.com>
3689
3690 PR macros/7961:
3691 * varobj.c (varobj_create): Update.
3692 (varobj_set_value): Update.
3693 * tracepoint.c (validate_actionline): Update.
3694 (encode_actions_1): Update.
3695 * parse.c (parse_exp_1): Add 'pc' argument.
3696 (parse_exp_in_context): Add 'pc' argument. Change how
3697 expression_context_pc is set.
3698 (parse_expression): Update.
3699 (parse_field_expression): Update.
3700 * expression.h (parse_exp_1): Update.
3701 * eval.c (parse_to_comma_and_eval): Update.
3702 * breakpoint.c (set_breakpoint_condition): Update.
3703 (update_watchpoint): Update.
3704 (init_breakpoint_sal): Update
3705 (find_condition_and_thread): Update.
3706 (watch_command_1): Update.
3707 (update_breakpoint_locations): Update.
3708 * ada-lang.c (ada_read_renaming_var_value): Update.
3709 (create_excep_cond_exprs): Update.
3710
3711 2012-06-27 Doug Evans <dje@google.com>
3712
3713 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
3714 type units.
3715
3716 2012-06-26 Doug Evans <dje@google.com>
3717
3718 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
3719 prototype.
3720 (error_check_comp_unit_head): New arg abbrev_section. All callers
3721 updated.
3722 (read_and_check_comp_unit_head): Ditto.
3723 (read_and_check_type_unit_head): Ditto.
3724
3725 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3726
3727 New attribute 'last' for gdb.Symtab_and_line.
3728 * NEWS (Python Scripting): Add entry about the new attribute.
3729 * python/py-symtab.c (salpy_get_last): New function which
3730 implements the get method for the 'last' attribute of
3731 gdb.Symtab_and_line.
3732 (sal_object_getset): Add entry for the 'last' attribute.
3733
3734 2012-06-26 Doug Evans <dje@google.com>
3735
3736 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
3737 (dwo_sections): Add macinfo, macro.
3738 (dwarf2_locate_dwo_sections): Watch for macro sections.
3739 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
3740 All callers updated. Handle DWO files.
3741
3742 * NEWS: Mention new options "set debug dwarf2-read" and
3743 "set debug symtab-create".
3744 * dwarf2read.c (dwarf2_read_debug): New static global.
3745 (dwarf2_build_psymtabs_hard): Add debugging printfs.
3746 (process_queue): Ditto.
3747 (process_full_comp_unit): Ditto.
3748 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
3749 * elfread.c (elf_symfile_read): Add debugging printf.
3750 * minsyms.c (install_minimal_symbols): Ditto.
3751 * psymtab.c (allocate_psymtab): Ditto.
3752 * symfile.c (allocate_symtab): Ditto.
3753 * symtab.c (symtab_create_debug): New global.
3754 (_initialize_symtab): Add new option "set debug symtab-create".
3755 * symtab.h (symtab_create_debug): Declare.
3756
3757 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
3758 (lookup_dwo_type_unit): Ditto.
3759
3760 2012-06-26 Roland McGrath <roland@hack.frob.com>
3761 H.J. Lu <hongjiu.lu@intel.com>
3762
3763 * amd64-linux-nat.c: Include <sys/user.h>.
3764 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
3765 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
3766 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
3767
3768 * configure.ac: Check if the fs_base and gs_base members of
3769 `struct user_regs_struct' exist.
3770 * config.in: Regenerated.
3771 * configure: Likewise.
3772
3773 2012-06-25 Michael Eager <eager@eagercon.com>
3774
3775 PR python/14291
3776 * python/python.c (gdbpy_write): Check for interrupted output.
3777
3778 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
3779
3780 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
3781 register as a stack alignment in ARM mode.
3782
3783 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3784
3785 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
3786 * gnulib/config.in: Regenerate.
3787 * gnulib/configure: Likewise.
3788 * gnulib/import/m4/extensions.m4: Update it.
3789 * gnulib/import/m4/gnulib-common.m4: Likewise.
3790 * gnulib/import/m4/memmem.m4: Likewise.
3791 * gnulib/import/m4/mmap-anon.m4: Likewise.
3792 * gnulib/import/m4/multiarch.m4: Likewise.
3793 * gnulib/import/stdint.in.h: Likewise.
3794
3795 2012-06-24 Yao Qi <yao@codesourcery.com>
3796
3797 * corefile.c (write_memory_with_notification): New.
3798 * gdbcore.h: Declare write_memory_with_notification.
3799 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
3800 'observer_notify_memory_changed' with 'write_memory_with_notification'.
3801 * valops.c (value_assign): Likewise.
3802 * python/py-inferior.c (infpy_write_memory): Call
3803 'write_memory_with_notification'.
3804
3805 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3806
3807 * cc-with-index.sh: Use also -ex "set auto-load no".
3808
3809 2012-06-23 Doug Evans <dje@google.com>
3810
3811 PR 14125
3812 * NEWS: Document additions to .gdb_index.
3813 * dwarf2read.c: #include "gdb/gdb-index.h".
3814 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
3815 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
3816 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
3817 (dwarf2_read_index): Recognize version 7.
3818 (dw2_do_expand_symtabs_matching): New args want_specific_block,
3819 block_kind, domain): All callers updated.
3820 (dw2_find_symbol_file): Handle new index CU values.
3821 (dw2_expand_symtabs_matching): Match symbol kind if requested.
3822 (add_index_entry): New args is_static, kind. All callers updated.
3823 (offset_type_compare, uniquify_cu_indices): New functions
3824 (symbol_kind): New function.
3825 (write_psymtabs_to_index): Remove duplicate CU values.
3826 (write_psymtabs_to_index): Write .gdb_index version 7.
3827
3828 2012-06-22 Joel Brobecker <brobecker@adacore.com>
3829
3830 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
3831 * configure: Regenerate.
3832
3833 2012-06-20 Yao Qi <yao@codesourcery.com>
3834
3835 * python/py-inferior.c: Update comments of infpy_read_memory
3836 and infpy_write_memory.
3837
3838 2012-06-19 Tom Tromey <tromey@redhat.com>
3839
3840 PR exp/9514:
3841 * parser-defs.h (insert_type, insert_type_address_space): Declare.
3842 (push_type_address_space): Remove.
3843 * parse.c (insert_into_type_stack): New function.
3844 (insert_type): Likewise.
3845 (insert_type_address_space): Rename from push_type_address_space.
3846 Insert tp_space_identifier.
3847 * c-exp.y (ptr_operator): New production.
3848 (abs_decl): Use ptr_operator.
3849 (space_identifier): Call insert_type_address_space.
3850 (ptype): Don't use const_or_volatile_or_space_identifier.
3851 (const_or_volatile_noopt): Call insert_type.
3852 (conversion_type_id, conversion_declarator): New productions.
3853 (operator): Use conversion_type_id.
3854
3855 2012-06-18 Doug Evans <dje@google.com>
3856
3857 * symtab.h (minimal_symbol): New member created_by_gdb.
3858 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
3859 created by gdb.
3860 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
3861 (search_symbols): Call it instead of lookup_symbol.
3862 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
3863
3864 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
3865 Adjust address for DW_OP_GNU_addr_index.
3866 * dwarf2expr.h (dwarf_expr_context): Update comment.
3867 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
3868 all callers updated. Handle TLS vars described with
3869 DW_OP_GNU_const_index.
3870 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
3871 and DW_OP_GNU_const_index.
3872 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
3873
3874 * block.c (find_block_in_blockvector): Make explicit the fact that we
3875 ignore GLOBAL_BLOCK.
3876
3877 2012-06-18 Tom Tromey <tromey@redhat.com>
3878
3879 * c-exp.y (operator): Remove trailing space after "delete" and
3880 "delete[]".
3881
3882 2012-06-18 Mark Kettenis <kettenis@gnu.org>
3883 Jan Kratochvil <jan.kratochvil@redhat.com>
3884
3885 Switch i386 and derived targets to ON_STACK.
3886 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
3887 (amd64_dicos_init_abi): Remove its installment.
3888 * dicos-tdep.c (dicos_init_abi): Remove the
3889 set_gdbarch_call_dummy_location call. Update the comment here.
3890 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
3891 (i386_dicos_init_abi): Remove its installment.
3892 * i386-tdep.c (i386_push_dummy_code): New function.
3893 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
3894 i386_push_dummy_code.
3895
3896 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3897
3898 Remove stale dummy frames.
3899 * breakpoint.c: Include dummy-frame.h.
3900 (longjmp_breakpoint_ops): New variable.
3901 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
3902 bp_longjmp_call_dummy.
3903 (bpstat_what, bptype_string, print_one_breakpoint_location)
3904 (init_bp_location): Support bp_longjmp_call_dummy.
3905 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
3906 (set_longjmp_breakpoint_for_call_dummy)
3907 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
3908 functions.
3909 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
3910 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
3911 FIXME comment and extend the other comment for bp_call_dummy.
3912 (set_longjmp_breakpoint_for_call_dummy)
3913 (check_longjmp_breakpoint_for_call_dummy): New declarations.
3914 * dummy-frame.c: Include gdbthread.h.
3915 (pop_dummy_frame_bpt): New function.
3916 (pop_dummy_frame): Call pop_dummy_frame_bpt.
3917 (dummy_frame_discard): New function.
3918 (cleanup_dummy_frames): Update the comment about longjmps.
3919 * dummy-frame.h (dummy_frame_discard): New declaration.
3920 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
3921 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
3922 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
3923 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
3924 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
3925 keep_going if IS_LONGJMP and there is no other reason to stop.
3926
3927 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
3928
3929 * remote-sim.c (sim_command_completer): Initialize
3930 variable 'result'.
3931
3932 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3933
3934 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
3935 * dwarf2loc.c (call_site_parameter_matches): Support
3936 CALL_SITE_PARAMETER_PARAM_OFFSET.
3937 (needs_dwarf_reg_entry_value): Push stub value.
3938 * dwarf2read.c (read_call_site_scope): New variable origin. Support
3939 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
3940 * gdbtypes.h (enum call_site_parameter_kind): New item
3941 CALL_SITE_PARAMETER_PARAM_OFFSET.
3942 (struct call_site.parameter.u): New field param_offset.
3943
3944 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3945
3946 Code cleanup: Generalize call_site.parameter key.
3947 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
3948 variable dwarf_reg. New variable kind_u. Update parameters to
3949 push_dwarf_reg_entry_value.
3950 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3951 * dwarf2expr.h (enum call_site_parameter_kind)
3952 (union call_site_parameter_u): Forward declarations.
3953 (struct dwarf_expr_context_funcs): Update parameters and their
3954 description for push_dwarf_reg_entry_value.
3955 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3956 * dwarf2loc.c (call_site_parameter_matches): New function.
3957 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
3958 description. Use call_site_parameter_matches.
3959 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
3960 Update parameters and their description.
3961 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
3962 New variable kind_u. Adjust the caller for updated parameters.
3963 (needs_dwarf_reg_entry_value): Update parameters.
3964 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
3965 instead of attr. Update for the changed fields of struct
3966 call_site_parameter.
3967 * gdbtypes.h: Include dwarf2expr.h.
3968 (enum call_site_parameter_kind): New.
3969 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
3970 fb_offset into new union u.
3971
3972 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
3973
3974 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
3975 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
3976 for x32.
3977
3978 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
3979
3980 * amd64-linux-nat.c (compat_x32_clock_t): New.
3981 (compat_x32_siginfo_t): Likewise.
3982 (compat_x32_siginfo_from_siginfo): Likewise.
3983 (siginfo_from_compat_x32_siginfo): Likewise.
3984 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
3985 and siginfo_from_compat_x32_siginfo for x32.
3986
3987 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
3988
3989 * tracepoint.c (tfile_xfer_partial): Add a lseek.
3990
3991 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
3992
3993 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
3994 instead of gdbarch_ptr_bit.
3995 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
3996 (amd64_supply_native_gregset): Likewise.
3997 (amd64_collect_native_gregset): Likewise.
3998 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
3999 (amd64_supply_xsave): Likewise.
4000 (amd64_collect_fxsave): Likewise.
4001 (amd64_collect_xsave): Likewise.
4002
4003 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
4004
4005 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
4006 (amd64_linux_read_description): Check DS segment register for
4007 x32 process.
4008
4009 2012-06-15 Tom Tromey <tromey@redhat.com>
4010
4011 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
4012 init_cutu_and_read_dies.
4013
4014 2012-06-15 Iain Sandoe <iain@codesourcery.com>
4015
4016 * MAINTAINERS (Write After Approval): Add myself to the list.
4017
4018 2012-06-15 Tom Tromey <tromey@redhat.com>
4019
4020 * valops.c (value_find_oload_method_list): Now static.
4021 * value.h (value_find_oload_method_list): Don't declare.
4022
4023 2012-06-15 Tom Tromey <tromey@redhat.com>
4024
4025 * valops.c (find_overload_match): Use value_ind.
4026
4027 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
4028
4029 * infrun.c (handle_inferior_event): Correct indentation.
4030
4031 2012-06-14 Doug Evans <dje@google.com>
4032
4033 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
4034 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
4035 All uses updated.
4036 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
4037 updated. Handle DEBUG_LOC_START_LENGTH.
4038 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
4039 (loclist_describe_location): Ditto.
4040
4041 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
4042
4043 PR backtrace/13866
4044 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
4045 after hiding inline functions.
4046
4047 2012-06-13 Joel Brobecker <brobecker@adacore.com>
4048
4049 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
4050 _initialize_inf_ttrace.
4051
4052 2012-06-13 Joel Brobecker <brobecker@adacore.com>
4053
4054 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
4055 _initialize_hppa_hpux_nat.
4056
4057 2012-06-13 Joel Brobecker <brobecker@adacore.com>
4058
4059 * remote-sim.c (sim_command_completer): Change type of return
4060 value to "VEC (char_ptr) *". Adjust implementation accordingly.
4061
4062 2012-06-13 Mark Kettenis <kettenis@gnu.org>
4063 Jan Kratochvil <jan.kratochvil@redhat.com>
4064
4065 PR tdep/14222
4066 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
4067 stack on a 16-byte boundary.
4068
4069 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
4070
4071 * jit.c (finalize_symtab): Set function's return type to 'void' by
4072 default.
4073
4074 2012-06-13 Mark Kettenis <kettenis@gnu.org>
4075 H.J. Lu <hongjiu.lu@intel.com>
4076
4077 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
4078 Move bits common to both the classic LP64 and the new x32 ILP32
4079 ABI here.
4080 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
4081 (amd64_x32_linux_init_abi): New function.
4082 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
4083 subtype.
4084
4085 * i386-tdep.h (i386_pseudo_register_name): New prototype.
4086 * i386-tdep.c (i386_pseudo_register_name): Make public.
4087 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
4088 * amd64-tdep.c (amd64_dword_names): Add "eip".
4089 (amd64_x32_pseudo_register_type): New function
4090 (amd64_x32_init_abi): New function.
4091
4092 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4093
4094 PR build/14003
4095 * inferior.h (struct inferior_suspend_state): Comment out.
4096 (struct inferior): Comment out the field suspend.
4097 * infrun.c (struct infcall_suspend_state): Comment out the field
4098 inferior_suspend.
4099 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
4100 out its assignment.
4101
4102 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4103
4104 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4105 * c-exp.y (classify_inner_name): Remove caller assumptions in the
4106 function comment. Return ERROR for unresolved cases. Implement
4107 returning proper NAME.
4108 (yylex): Accept also NAME from classify_inner_name.
4109 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
4110 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
4111 LOC_TYPEDEF type.
4112 * cp-support.h (cp_lookup_nested_type): Update its declaration.
4113
4114 2012-06-13 Tom Tromey <tromey@redhat.com>
4115
4116 * breakpoint.c (condition_completer): New function.
4117 (_initialize_breakpoint): Use it.
4118 * value.c (complete_internalvar): New function.
4119 * value.h (complete_internalvar): Declare.
4120
4121 2012-06-13 Tom Tromey <tromey@redhat.com>
4122
4123 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
4124 * breakpoint.c (catch_syscall_completer): Return a VEC.
4125 * cli/cli-cmds.c (complete_command): Update.
4126 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
4127 (complete_on_enum): Likewise.
4128 * command.h: Include gdb_vecs.h.
4129 (completer_ftype): Change return type.
4130 (complete_on_cmdlist, complete_on_enum): Likewise.
4131 * completer.c (noop_completer, filename_completer)
4132 (location_completer): Return a VEC.
4133 (add_struct_fields): Remove 'nextp' argument. Change 'output'
4134 to a VEC.
4135 (expression_completer, complete_line_internal, complete_line)
4136 (command_completer): Return a VEC.
4137 (gdb_completion_word_break_characters, line_completion_function):
4138 Update.
4139 * completer.h: Include gdb_vecs.h.
4140 (complete_line, noop_completer, filename_completer)
4141 (expression_completer, location_completer, command_completer):
4142 Update.
4143 * f-lang.c (f_word_break_characters): Return a VEC.
4144 * interps.c (interpreter_completer): Return a VEC.
4145 * language.h (struct language_defn)
4146 <la_make_symbol_completion_list>: Return a VEC.
4147 * python/py-cmd.c (cmdpy_completer): Return a VEC.
4148 * symtab.c (free_completion_list): Take a VEC.
4149 (return_val_size, return_val_index): Remove.
4150 (return_val): Now a VEC.
4151 (completion_list_add_name): Update.
4152 (default_make_symbol_completion_list_break_on)
4153 (default_make_symbol_completion_list, make_symbol_completion_list)
4154 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
4155 Return a VEC.
4156 (add_filename_to_list): Update.
4157 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
4158 <list>: Now a VEC.
4159 (maybe_add_partial_symtab_filename): Update.
4160 (make_source_files_completion_list): Return a VEC.
4161 * symtab.h (default_make_symbol_completion_list_break_on)
4162 (default_make_symbol_completion_list, make_symbol_completion_list)
4163 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
4164 (make_source_files_completion_list): Update.
4165
4166 2012-06-13 Tom Tromey <tromey@redhat.com>
4167
4168 * breakpoint.c (add_catch_command): Use completer_ftype.
4169 * breakpoint.h: Include command.h.
4170 (add_catch_command): Use completer_ftype.
4171 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
4172 * cli/cli-decode.h (struct cmd_list_element) <completer>:
4173 Use completer_ftype.
4174 * command.h (completer_ftype): New typedef.
4175 (set_cmd_completer): Use it.
4176 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
4177 completer_ftype.
4178
4179 2012-06-13 Pedro Alves <palves@redhat.com>
4180
4181 Partial revert of previous change.
4182
4183 * serial.c (scb_base): New global.
4184 (serial_for_fd): New.
4185 (serial_open, serial_fdopen_ops): Link new serial in open serials
4186 chain.
4187 (do_serial_close): Unlink serial from the open serials chain.
4188
4189 2012-06-12 Pedro Alves <palves@redhat.com>
4190
4191 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
4192 threads here.
4193 (prepare_for_detach): No longer context switch here in non-stop
4194 mode.
4195 (fetch_inferior_event): Ditto.
4196 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
4197 to the event thread before removing breakpoints. Switch to the
4198 event thread before inserting breakpoints and resuming.
4199 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
4200 event thread before resuming.
4201 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
4202 Switch to the event thread before removing breakpoints.
4203
4204 2012-06-12 Eli Zaretskii <eliz@gnu.org>
4205
4206 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
4207 special characters correctly for the Windows shells. See
4208 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
4209 report.
4210 [!__MINGW32__]: Remove extra double quote character from special
4211 characters.
4212
4213 2012-06-11 Stan Shebs <stan@codesourcery.com>
4214
4215 * ui-out.h: Remove #if 0 declarations.
4216 * ui-out.c: Remove #if 0 functions.
4217
4218 2012-06-11 Pedro Alves <palves@redhat.com>
4219
4220 * ser-base.c (run_async_handler_and_reschedule): New.
4221 (fd_event, push_event): Use it.
4222 * serial.c (serial_open, serial_fdopen_ops): Set the initial
4223 reference count to 1.
4224 (do_serial_close): Set the bufp field to NULL. Use serial_unref
4225 instead of xfree.
4226 (serial_is_open, serial_ref, serial_unref): New.
4227 * serial.h (serial_open): Adjust comment.
4228 (serial_is_open): Declare.
4229 (serial_close): Adjust comment.
4230 (serial_ref, serial_unref) Declare.
4231 (struct serial): New field 'refcnt'.
4232
4233 2012-06-11 Pedro Alves <palves@redhat.com>
4234
4235 Remove #if 0'd "connect" command, and unnecessary associated
4236 refcounting and serial reuse bits.
4237
4238 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
4239 * serial.c (last_serial_opened): Delete.
4240 (scb_base): Delete.
4241 (serial_open): Adjust.
4242 (serial_for_fd): Delete.
4243 (serial_fdopen_ops, do_serial_close): Adjust.
4244 (serial_fdopen_ops): Adjust.
4245
4246 2012-06-11 Pedro Alves <palves@redhat.com>
4247
4248 * serial.c (do_serial_close): Remove early return when SCB is
4249 null.
4250
4251 2012-06-11 Tom Tromey <tromey@redhat.com>
4252
4253 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
4254
4255 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4256
4257 Fix regression by the "ambiguous linespec" series.
4258 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
4259 get_last_displayed_symtab and get_last_displayed_line and depending
4260 on CURSAL.
4261
4262 2012-06-11 Tom Tromey <tromey@redhat.com>
4263
4264 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
4265 (dw2_find_symbol_file): Use it.
4266
4267 2012-06-11 Michael Eager <eager@eagercon.com>
4268
4269 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
4270 * mips-linux-tdep.h (mips_signals): New
4271
4272 2012-06-11 Tom Tromey <tromey@redhat.com>
4273
4274 * infrun.c (handle_inferior_event)
4275 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
4276 breakpoint.
4277 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
4278 exception logic in all cases. Update comments.
4279 (insert_longjmp_resume_breakpoint): Set the exception resume
4280 breakpoint.
4281
4282 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
4283
4284 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
4285
4286 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
4287
4288 * valarith.c (binop_types_user_defined_p): Fix a typo.
4289
4290 2012-06-08 Yao Qi <yao@codesourcery.com>
4291 Chung-Lin Tang <cltang@codesourcery.com>
4292
4293 * arch-utils.c (default_return_in_first_hidden_param_p): New.
4294 * arch-utils.h: Declare.
4295 * gdbarch.sh: Add return_in_first_hidden_param_p.
4296 * gdbarch.c, gdbarch.h: Regenerated.
4297 * infcall.c (call_function_by_hand): Call
4298 gdbarch_return_in_first_hidden_param_p instead of
4299 language_pass_by_reference.
4300
4301 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
4302 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
4303 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
4304 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
4305 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
4306 `cplus_return_struct_by_reference'.
4307 (tic6x_return_value): Handle language cplusplus.
4308 (tic6x_return_in_first_hidden_param_p): New.
4309 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
4310
4311 2012-06-07 Doug Evans <dje@google.com>
4312
4313 * dwarf2read.c (dwarf2_cu): Add comment.
4314
4315 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4316
4317 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
4318 variable.
4319 (mips_eabi_push_dummy_call): Likewise.
4320 (mips_n32n64_push_dummy_call): Likewise.
4321 (mips_o32_push_dummy_call): Likewise.
4322 (mips_o64_push_dummy_call): Likewise.
4323
4324 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4325
4326 * mips-tdep.c (mips_convert_register_p): Correct coding style.
4327
4328 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4329
4330 * mips-tdep.c (mips_pseudo_register_type): Use
4331 mips_float_register_p.
4332
4333 2012-06-06 Pedro Alves <palves@redhat.com>
4334
4335 * infrun.c (handle_inferior_event): Remove calls to
4336 reinit_frame_cache that follow a context_switch call.
4337
4338 2012-06-06 Pedro Alves <palves@redhat.com>
4339
4340 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
4341 context_switch and remove stale comment.
4342
4343 2012-06-06 Pedro Alves <palves@redhat.com>
4344
4345 * infrun.c (struct execution_control_state): Remove
4346 `new_thread_event' field.
4347 (handle_inferior_event): Simplify new threads handling; don't
4348 resume the inferior if we find a new thread.
4349
4350 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4351
4352 * NEWS: Document the deprecation of SH's 'regs' command.
4353 * inferior.h (all_registers_info): Add function declaration.
4354 * sh-tdep.c (sh_show_regs): Remove variable.
4355 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
4356 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
4357 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
4358 (sh_show_regs_command): Remove functions.
4359 (sh_gdbarch_init): Don't set sh_show_regs.
4360 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
4361 'info all-registers'.
4362 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
4363 (sh64_show_regs): Remove functions.
4364 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
4365
4366 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4367
4368 * configure.ac: Move development=true below AC_INIT.
4369 * configure: Regenerate.
4370
4371 2012-06-05 Stan Shebs <stan@codesourcery.com>
4372
4373 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
4374 gdb_stdout.
4375
4376 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
4377
4378 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
4379 argument as ssize_t.
4380 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
4381 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
4382 * target.c (target_read_stack, target_write_memory)
4383 (target_write_raw_memory): Likewise.
4384 * target.h (target_read_stack, target_write_memory)
4385 (target_write_raw_memory): Likewise.
4386
4387 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4388
4389 * symfile-mem.c: Change gdb_static_assert to ssize_t.
4390 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
4391 * target.c (target_read_memory): Change LEN to ssize_t.
4392 * target.h (target_read_memory): Change LEN to ssize_t.
4393
4394 2012-06-05 Pedro Alves <palves@redhat.com>
4395
4396 PR backtrace/13866
4397
4398 * breakpoint.c (until_break_command): Only fetch the selected
4399 frame after decode_line_1.
4400
4401 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4402
4403 * solib-svr4.c (enable_break): Don't fallback to setting the solib
4404 event breakpoint at _start, __start or main if a program
4405 interpreter is not found.
4406
4407 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4408
4409 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
4410 Add declaration.
4411 * windows-tdep.c: #include "objfiles.h".
4412 (windows_iterate_over_objfiles_in_search_order): New function.
4413 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
4414 iterate_over_objfiles_in_search_order gdbarch method to
4415 windows_iterate_over_objfiles_in_search_order.
4416 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
4417
4418 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4419
4420 * gdbarch.sh: Add generation of
4421 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
4422 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
4423 (iterate_over_objfiles_in_search_order): New gdbarch method.
4424 * gdbarch.h, gdbarch.c: Regenerate.
4425 * objfiles.h (default_iterate_over_objfiles_in_search_order):
4426 Add declaration.
4427 * objfiles.c (default_iterate_over_objfiles_in_search_order):
4428 New function.
4429 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4430 out of lookup_symbol_aux_symtabs.
4431 (lookup_symbol_aux_symtabs): Replace extracted-out code by
4432 call to lookup_symbol_aux_objfile.
4433 (struct global_sym_lookup_data): New type.
4434 (lookup_symbol_global_iterator_cb): New function.
4435 (lookup_symbol_global): Search for symbol using
4436 gdbarch_iterate_over_objfiles_in_search_order and
4437 lookup_symbol_global_iterator_cb.
4438 * findvar.c (struct minsym_lookup_data): New type.
4439 (minsym_lookup_iterator_cb): New function.
4440 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
4441 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
4442 and minsym_lookup_iterator_cb.
4443
4444 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4445
4446 Revert the following patch:
4447 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4448 try locating the symbol in the symbol's own objfile first, before
4449 extending the search to all objfiles.
4450 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4451 out of lookup_symbol_aux_symtabs.
4452 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4453 Replace extracted-out code by call to lookup_symbol_aux_objfile.
4454 Do not search EXCLUDE_OBJFILE.
4455 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
4456 (lookup_symbol_global): Search for matches in the block's objfile
4457 first, before searching all other objfiles.
4458
4459 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4460
4461 * breakpoint.c (find_condition_and_thread): Stop parsing
4462 as soon as the first invalid keyword is found.
4463
4464 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4465
4466 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
4467
4468 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4469
4470 * config/djgpp/djcheck.sh: Add copyright header.
4471
4472 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4473
4474 * copyright.py (update_files, main): Fix path to update-copyright
4475 script.
4476
4477 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4478
4479 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
4480 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
4481 for which a reminder to update by hand is printed.
4482
4483 2012-06-04 Doug Evans <dje@google.com>
4484
4485 * buildsym.c (make_blockvector): Add comment.
4486
4487 2012-06-04 Pedro Alves <palves@redhat.com>
4488
4489 * arch-utils.c (default_gdb_signal_from_target): Delete.
4490 * arch-utils.h (default_gdb_signal_from_target): Delete.
4491 * corelow.c (core_open) <signal mapping>: Extended comment. Check
4492 gdbarch_gdb_signal_from_target_p.
4493 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
4494 predicate).
4495 * gdbarch.h: Regenerate.
4496 * gdbarch.c: Regenerate.
4497
4498 2012-06-04 Pedro Alves <palves@redhat.com>
4499
4500 * gdbarch.sh (gdb_signal_from_target): Mention that the
4501 implementation of the method must be host independent.
4502 * gdbarch.h: Regenerate.
4503
4504 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4505
4506 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
4507 parameters.
4508 (target_read_memory_bfd): New function.
4509 (symbol_file_add_from_memory): Use it.
4510
4511 2012-06-03 Doug Evans <dje@google.com>
4512
4513 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
4514 of primary symtab.
4515 (basic_lookup_transparent_type): Ditto.
4516
4517 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
4518 (ALL_PRIMARY_SYMTABS): Use it.
4519 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
4520 * dwarf2read.c (dw2_find_symbol_file): Ditto.
4521 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
4522 * symtab.c (lookup_symbol_aux_objfile): Ditto.
4523 (basic_lookup_transparent_type): Ditto.
4524
4525 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
4526
4527 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
4528 it to optimize resolution of demangled name.
4529
4530 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4531
4532 * configure.ac (development): Define new variable.
4533 Call AC_CHECK_LIB for mcheck if $development.
4534 (ERROR_ON_WARNING): Enable it by default only if $development.
4535 * config.in: Regenerate.
4536 * configure: Regenerate.
4537
4538 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
4539
4540 * target.c (target_read_memory): Make LEN argument as size_t.
4541 * target.h (target_read_memory): Likewise.
4542
4543 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4544
4545 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
4546
4547 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
4548
4549 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
4550 BookE interface for PowerPC server processors if not available
4551 in the Linux Kernel.
4552
4553 2012-05-31 Keith Seitz <keiths@redhat.com>
4554
4555 * linespec.c (decode_objc): Add cleanup to free
4556 INFO.FILE_SYMTABS.
4557 (find_linespec_symbols): Add cleanup to free CLASSES.
4558 * symfile.c (find_separate_debug_file_by_debuglink): Add
4559 cleanup to free DEBUGLINK.
4560 * ui-out.c (clear_header_list): No need to check if
4561 HEADER_NEXT.COLHDR is NULL.
4562 Free HEADER_NEXT.COL_NAME.
4563
4564 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4565
4566 * ada-lang.c (standard_lookup): Prevent uninitialized variable
4567 warning.
4568
4569 2012-05-30 Jeff Kenton <jkenton@tilera.com>
4570
4571 * configure.host (gdb_host_cpu): Handle tilegx*.
4572 (gdb_host): Handle tilegx-*-linux*.
4573 * tilegx-linux-nat.c: New file.
4574 * config/tilegx/linux.mh: New file.
4575
4576 2012-05-30 Jeff Kenton <jkenton@tilera.com>
4577
4578 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
4579 tilegx-linux-tdep.o.
4580 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
4581 tilegx-linux-tdep.c.
4582 * configure.tgt: Handle tilegx-*-linux*.
4583 * tilegx-tdep.h: New file.
4584 * tilegx-tdep.c: New file.
4585 * tilegx-linux-tdep.c: New file.
4586 * regformats/reg-tilegx.dat: New file.
4587
4588 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
4589
4590 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
4591 accounting of hw watchpoints on ppc.
4592
4593 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4594
4595 * source.c (openp): Expand tilde in path entries.
4596
4597 2012-05-29 Doug Evans <dje@google.com>
4598
4599 * buildsym.c (block_compar): Fix comment.
4600 (end_symtab): Fix and clarify some comments.
4601
4602 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
4603 cleanup_undefined_types.
4604 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
4605 All callers updated.
4606
4607 2012-05-29 Tom Tromey <tromey@redhat.com>
4608
4609 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
4610 fails.
4611 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
4612 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
4613 fails.
4614 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
4615 fails.
4616
4617 2012-05-29 Tristan Gingold <gingold@adacore.com>
4618
4619 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
4620 (struct darwin_info): ... New struct.
4621 (solib_darwin_pspace_data): New variable.
4622 (darwin_pspace_data_cleanup): New function.
4623 (get_darwin_info): Likewise.
4624 (darwin_dyld_version_ok, darwin_load_image_infos)
4625 (darwin_solib_get_all_image_info_addr_at_init)
4626 (darwin_solib_read_all_image_info_addr): Add info argument.
4627 Adjust code.
4628 (darwin_current_sos): Use per pspace structure.
4629 (darwin_solib_create_inferior_hook): Likewise.
4630 (darwin_clear_solib): Likewise.
4631 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
4632
4633 2012-05-28 Pedro Alves <palves@redhat.com>
4634
4635 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
4636 block that uses them. Clear ecss before handling each event.
4637
4638 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4639
4640 * solib-svr4.c (svr4_current_sos): New comment on
4641 svr4_current_sos_via_xfer_libraries fall back.
4642
4643 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4644
4645 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
4646 it as a fallback for TYPE_IS_OPAQUE.
4647 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
4648 symbols for lookup_symbol.
4649
4650 2012-05-24 John Steele Scott <toojays@toojays.net>
4651
4652 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
4653 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
4654 (producer_is_gxx_lt_4_6): Move the checking and caching to...
4655 (check_producer): ... this new function, which also checks for ICC
4656 and caches the result.
4657 (producer_is_icc): New function.
4658 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
4659 producer was ICC.
4660
4661 2012-05-24 Pedro Alves <palves@redhat.com>
4662
4663 PR gdb/7205
4664
4665 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
4666 (default_gdb_signal_to_target): ... this. Add comment.
4667 (default_gdb_signal_from_host): Rename to ...
4668 (default_gdb_signal_from_target): ... this. Add comment.
4669 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
4670 (default_gdb_signal_to_target): ... this.
4671 (default_gdb_signal_from_host): Rename to ...
4672 (default_gdb_signal_from_target): ... this.
4673 * corelow.c (core_open): Adjust to naming change. Replace comment.
4674 * gdbarch.sh (gdb_signal_from_host): Rename to ...
4675 (gdb_signal_from_target): ... this. Adjust to
4676 default_gdb_signal_from_host naming change. Extend comment.
4677 (gdb_signal_to_host): Rename to ...
4678 (gdb_signal_to_target): ... this. Adjust to
4679 default_gdb_signal_to_host naming change.
4680 * gdbarch.h, gdbarch.c: Renegerate.
4681
4682 2012-05-24 Pedro Alves <palves@redhat.com>
4683
4684 PR gdb/7205
4685
4686 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
4687
4688 2012-05-24 Pedro Alves <palves@redhat.com>
4689
4690 PR gdb/7205
4691
4692 Replace target_signal with gdb_signal throughout.
4693
4694 2012-05-24 Pedro Alves <palves@redhat.com>
4695
4696 PR tui/14159
4697
4698 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
4699 string, instead of reusing the va_list argument.
4700
4701 2012-05-24 Tom Tromey <tromey@redhat.com>
4702
4703 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
4704 Remove.
4705
4706 2012-05-23 Doug Evans <dje@google.com>
4707
4708 * symtab.c (search_symbols): Formatting fixes.
4709 (print_symbol_info): Formatting fixes.
4710
4711 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
4712 int64_t change to leb128 API.
4713 (read_encoded_value, decode_frame_entry_1): Ditto.
4714 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
4715 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
4716 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4717 (execute_stack_op): Ditto.
4718 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
4719 (safe_read_uleb128, safe_read_sleb128): Ditto.
4720 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
4721 (dwarf2_compile_expr_to_ax): Ditto.
4722 (locexpr_describe_location_piece): Ditto.
4723 (disassemble_dwarf_expression): Ditto.
4724 (locexpr_describe_location_1): Ditto.
4725
4726 2012-05-23 Stan Shebs <stan@codesourcery.com>
4727 Kwok Cheung Yeung <kcy@codesourcery.com>
4728
4729 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
4730 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
4731 (mi-cmd-info.o): New rule.
4732 * osdata.h (info_osdata_command): New declaration.
4733 * osdata.c (info_osdata_command): Change to non-static.
4734 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
4735 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
4736 * mi/mi-cmd-info.c: New file.
4737
4738 2012-05-23 Doug Evans <dje@google.com>
4739
4740 * symtab.c (search_symbols): Pass NULL for file_matcher to
4741 expand_symtabs_matching if there are no files to match.
4742
4743 * gdbtypes.c (lookup_typename): Simplify.
4744
4745 2012-05-23 Pedro Alves <palves@redhat.com>
4746
4747 * arch-utils.h (default_target_signal_to_host): Delete.
4748 * arch-utils.c (default_target_signal_to_host): Delete.
4749 * gdbarch.sh (target_signal_to_host): Remove.
4750 * gdbarch.h, gdbarch.c: Regenerate.
4751
4752 2012-05-22 Doug Evans <dje@google.com>
4753
4754 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
4755 "const gdb_byte *".
4756 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
4757 (execute_cfa_program): Update to match API of leb128 functions.
4758 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
4759 "const gdb_byte *".
4760 (read_unsigned_leb128, read_signed_leb128): Delete.
4761 (read_initial_length): Change type of buf argument to
4762 "const gdb_byte *".
4763 (read_encoded_value): Update to match API of leb128 functions.
4764 (decode_frame_entry): Change result to "const gdb_byte *", and
4765 similarly for "start" parameter.
4766 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
4767 (dwarf2_build_frame_info): Change local frame_ptr to
4768 "const gdb_byte *".
4769 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
4770 read_uleb128, read_sleb128. All callers updated.
4771 (safe_skip_leb128): New function.
4772 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
4773 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
4774 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
4775 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
4776 read_uleb128, read_sleb128.
4777 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4778 (execute_stack_op): Update to match API of leb128 functions.
4779 * dwarf2expr.h: #include "leb128.h".
4780 (read_uleb128, read_sleb128): Delete.
4781 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
4782 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
4783 * dwarf2loc.c (debug_loc_kind): New enum.
4784 (decode_debug_loc_addresses): New function.
4785 (decode_debug_loc_dwo_addresses): New function.
4786 (dwarf2_find_location_expression): Rewrite.
4787 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
4788 (locexpr_describe_location_piece): Ditto.
4789 (disassemble_dwarf_expression): Ditto.
4790 (locexpr_describe_location_1): Ditto.
4791 (loclist_describe_location): Rewrite.
4792 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
4793 * dwarf2read.c (die_reader_specs): New member "buffer_end".
4794 (dwarf2_section_buffer_overflow_complaint): Renamed from
4795 dwarf2_macros_too_long_complaint. All callers updated.
4796 (skip_leb128): Delete.
4797 (init_cu_die_reader): Initialize reader->buffer_end.
4798 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
4799 (skip_form_bytes): New arg buffer_end. All callers updated.
4800 Replace call to skip_leb128 with gdb_skip_leb128.
4801 (skip_unknown_opcode): New arg mac_end. All callers updated.
4802 (fill_in_loclist_baton): Initialize baton->from_dwo.
4803
4804 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4805
4806 * mips-linux-nat.c (mips_linux_read_description): Use a more
4807 verbose error message.
4808
4809 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4810
4811 * NEWS: Add MIPS/Linux DSP support.
4812 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
4813 (SIGCONTEXT_DSPCTL): New macro.
4814 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
4815 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
4816 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
4817 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
4818 (N64_SIGCONTEXT_HI3): Likewise.
4819 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
4820 (N64_SIGCONTEXT_LO3): Likewise.
4821 (N64_SIGCONTEXT_DSPCTL): Likewise.
4822 (N64_SIGCONTEXT_FPCSR): Clarify definition.
4823 (mips_linux_o32_sigframe_init): Handle DSP registers.
4824 (mips_linux_n32n64_sigframe_init): Likewise.
4825
4826 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
4827
4828 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
4829 call to abort.
4830
4831 2012-05-22 Pedro Alves <palves@redhat.com>
4832
4833 * target.h (store_waitstatus): Move declaration ...
4834 * inf-child.h (store_waitstatus): ... here.
4835 * target.c: Move inclusion of gdb_wait.h, and ...
4836 (store_waitstatus): ... this ...
4837 * inf-child.c: ... here.
4838 * linux-nat.c: Include inf-child.h.
4839 * rs6000-nat.c: Include inf-child.h.
4840 * spu-linux-nat.c: Include inf-child.h.
4841
4842 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
4843
4844 * tracepoint.c (start_tracing): Add missing i18n markup.
4845 (stop_tracing, set_trace_user): Ditto.
4846 (set_trace_notes, set_trace_stop_notes): Ditto.
4847
4848 2012-05-21 Tom Tromey <tromey@redhat.com>
4849
4850 PR c++/7173:
4851 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
4852 types.
4853 * value.h (value_cast_pointers): Update.
4854 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
4855 (value_cast): Update.
4856 (update_search_result): New function.
4857 (do_search_struct_field): New, from search_struct_field. Check
4858 for ambiguous results.
4859 (search_struct_field): Rewrite.
4860 * infcall.c (value_arg_coerce): Update.
4861 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
4862 value_cast_pointers.
4863 * ada-lang.c (ada_convert_actual): Update.
4864
4865 2012-05-21 Tom Tromey <tromey@redhat.com>
4866
4867 * macroexp.c (macro_stringify): Terminate the string.
4868
4869 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4870
4871 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
4872 Describe it.
4873 * auto-load.c (auto_load_expand_dir_vars): New function.
4874 (auto_load_safe_path_vec_update): Use it, remove the
4875 substitute_path_component call thanks to it.
4876 (auto_load_objfile_script): Remove the debug_file_directory processing.
4877 Use auto_load_expand_dir_vars, remove the substitute_path_component
4878 call thanks to it.
4879 * configure: Regenerate.
4880 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
4881 path. Escape $ also for $debugdir.
4882 (--with_auto_load_safe_path): Escape $ also for $debugdir.
4883 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
4884
4885 2012-05-20 Doug Evans <dje@google.com>
4886
4887 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
4888 before use. Check for symtab->includes == NULL before scanning it.
4889
4890 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4891
4892 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
4893
4894 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4895
4896 * NEWS: Add microMIPS support and "set mips compression",
4897 "show mips compression" commands.
4898 * mips-tdep.h (mips_isa): New enum.
4899 (gdbarch_tdep): Add mips_isa.
4900 (mips_pc_is_mips16): Update prototype.
4901 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
4902 * mips-tdep.c (mips_compression_mips16): New variable.
4903 (mips_compression_micromips): Likewise.
4904 (mips_compression_strings): Likewise.
4905 (mips_compression_string): Likewise.
4906 (is_mips16_isa, is_micromips_isa): New functions.
4907 (is_mips16_addr): Rename to...
4908 (is_compact_addr): ... this.
4909 (unmake_mips16_addr): Likewise to...
4910 (unmake_compact_addr): ... this.
4911 (make_mips16_addr): Likewise to...
4912 (make_compact_addr): ... this.
4913 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
4914 functions.
4915 (mips_elf_make_msymbol_special): Handle microMIPS code.
4916 (msymbol_is_special): Rename to...
4917 (msymbol_is_mips16): ... this.
4918 (mips_make_symbol_special, mips_pc_is_mips16): Update
4919 accordingly.
4920 (msymbol_is_mips, msymbol_is_micromips): New functions.
4921 (mips16_to_32_reg): Rename to...
4922 (mips_reg3_to_reg): ... this.
4923 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
4924 (mips_pc_isa): Likewise.
4925 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
4926 code.
4927 (mips_fetch_instruction): Pass return status instead of printing
4928 an error message if requested. Handle microMIPS code. Bail out
4929 on an invalid ISA.
4930 (micromips_op): New macro.
4931 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
4932 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
4933 (b6s4_op, b7s3_reg): Likewise.
4934 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
4935 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
4936 (mips_insn_size): New function.
4937 (mips32_next_pc): Update mips_fetch_instruction call.
4938 (micromips_relative_offset7): New function.
4939 (micromips_relative_offset10): Likewise.
4940 (micromips_relative_offset16): Likewise.
4941 (micromips_pc_insn_size): Likewise.
4942 (micromips_bc1_pc): Likewise.
4943 (micromips_next_pc): Likewise.
4944 (unpack_mips16): Update mips_fetch_instruction call.
4945 (extended_mips16_next_pc): Update according to change to
4946 mips16_to_32_reg.
4947 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
4948 code.
4949 (mips16_scan_prologue): Update mips_fetch_instruction call.
4950 Update according to change to mips16_to_32_reg.
4951 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
4952 (mips_insn16_frame_base_sniffer): Likewise.
4953 (micromips_decode_imm9): New function.
4954 (micromips_scan_prologue): Likewise.
4955 (mips_micro_frame_cache): Likewise.
4956 (mips_micro_frame_this_id): Likewise.
4957 (mips_micro_frame_prev_register): Likewise.
4958 (mips_micro_frame_sniffer): Likewise.
4959 (mips_micro_frame_unwind): New variable.
4960 (mips_micro_frame_base_address): New function.
4961 (mips_micro_frame_base): New variable.
4962 (mips_micro_frame_base_sniffer): New function.
4963 (mips32_scan_prologue): Update mips_fetch_instruction call.
4964 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
4965 rather than for MIPS16.
4966 (mips_insn32_frame_base_sniffer): Likewise.
4967 (mips_addr_bits_remove): Handle microMIPS code.
4968 (deal_with_atomic_sequence): Rename to...
4969 (mips_deal_with_atomic_sequence): ... this. Update the type
4970 of the variable used to hold an instruction. Remove the ISA bit
4971 check. Update mips_fetch_instruction call.
4972 (micromips_deal_with_atomic_sequence): New function.
4973 (deal_with_atomic_sequence): Likewise.
4974 (mips_about_to_return): Handle microMIPS code. Update
4975 mips_fetch_instruction call.
4976 (heuristic_proc_start): Check for the standard MIPS ISA rather
4977 than for MIPS16. Update mips_pc_is_mips16 and
4978 mips_fetch_instruction calls. Handle microMIPS code.
4979 (mips_push_dummy_code): Handle microMIPS code.
4980 (mips_eabi_push_dummy_call): Likewise.
4981 (mips_o32_return_value): Update mips_pc_is_mips16 call.
4982 (mips_o64_push_dummy_call): Handle microMIPS code.
4983 (mips_o64_return_value): Update mips_pc_is_mips16 call.
4984 (is_delayed): Remove function.
4985 (mips_single_step_through_delay): Replace the call to is_delayed
4986 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
4987 Handle microMIPS code.
4988 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
4989 microMIPS code.
4990 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
4991 call.
4992 (micromips_in_function_epilogue_p): New function.
4993 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
4994 call.
4995 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
4996 Handle microMIPS.
4997 (gdb_print_insn_mips): Likewise.
4998 (mips_breakpoint_from_pc): Likewise.
4999 (mips_remote_breakpoint_from_pc): New function.
5000 (mips32_instruction_has_delay_slot): Simplify making use of the
5001 updated mips_fetch_instruction interface.
5002 (micromips_instruction_has_delay_slot): New function.
5003 (mips16_instruction_has_delay_slot): Simplify making use of the
5004 updated mips_fetch_instruction interface.
5005 (mips_adjust_breakpoint_address): Check for the standard MIPS
5006 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
5007 calls. Handle microMIPS code.
5008 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
5009 (mips_skip_trampoline_code): Handle microMIPS code.
5010 (global_mips_compression): New function.
5011 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
5012 file flags. Register the microMIPS remote breakpoint handler
5013 and heuristic frame unwinder.
5014 (show_mips_compression): New function.
5015 (_initialize_mips_tdep): Add the "set mips compression" and
5016 "show mips compression" commands.
5017
5018 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
5019
5020 * ada-lang.c:
5021 * ada-tasks.c:
5022 * ada-varobj.c:
5023 * amd64-darwin-tdep.c:
5024 * arm-symbian-tdep.c:
5025 * arm-tdep.c:
5026 * avr-tdep.c:
5027 * ax-gdb.c:
5028 * bfin-linux-tdep.c:
5029 * breakpoint.c:
5030 * c-valprint.c:
5031 * cli/cli-cmds.c:
5032 * coffread.c:
5033 * cp-support.c:
5034 * cris-tdep.c:
5035 * dwarf2-frame-tailcall.c:
5036 * dwarf2-frame.c:
5037 * dwarf2expr.c:
5038 * dwarf2loc.c:
5039 * dwarf2read.c:
5040 * elfread.c:
5041 * eval.c:
5042 * expprint.c:
5043 * f-valprint.c:
5044 * frv-tdep.c:
5045 * h8300-tdep.c:
5046 * hppa-hpux-tdep.c:
5047 * hppa-tdep.c:
5048 * hppanbsd-tdep.c:
5049 * i386-nto-tdep.c:
5050 * i386-tdep.c:
5051 * i387-tdep.c:
5052 * ia64-tdep.c:
5053 * jit.c:
5054 * linespec.c:
5055 * linux-tdep.c:
5056 * lm32-tdep.c:
5057 * m2-valprint.c:
5058 * m32c-tdep.c:
5059 * m32r-rom.c:
5060 * m32r-tdep.c:
5061 * m68k-tdep.c:
5062 * m68klinux-tdep.c:
5063 * mi/mi-main.c:
5064 * microblaze-tdep.c:
5065 * mips-linux-tdep.c:
5066 * mips-tdep.c:
5067 * mn10300-tdep.c:
5068 * p-valprint.c:
5069 * parse.c:
5070 * ppc-linux-tdep.c:
5071 * ppc-sysv-tdep.c:
5072 * printcmd.c:
5073 * python/py-finishbreakpoint.c:
5074 * python/py-inferior.c:
5075 * python/py-infthread.c:
5076 * python/py-type.c:
5077 * python/python.c:
5078 * remote-fileio.c:
5079 * remote-m32r-sdi.c:
5080 * remote-mips.c:
5081 * reverse.c:
5082 * rl78-tdep.c:
5083 * rs6000-aix-tdep.c:
5084 * rs6000-tdep.c:
5085 * s390-tdep.c:
5086 * score-tdep.c:
5087 * sh64-tdep.c:
5088 * skip.c:
5089 * solib-darwin.c:
5090 * solib-dsbt.c:
5091 * solib-frv.c:
5092 * sparc-tdep.c:
5093 * spu-multiarch.c:
5094 * spu-tdep.c:
5095 * stack.c:
5096 * symfile.c:
5097 * symtab.c:
5098 * tic6x-tdep.c:
5099 * tracepoint.c:
5100 * v850-tdep.c:
5101 * valarith.c:
5102 * valprint.c:
5103 * value.c:
5104 * xcoffread.c:
5105 * xtensa-tdep.c:
5106 * ada-lang.c:
5107 * ada-tasks.c:
5108 * ada-varobj.c:
5109 * amd64-darwin-tdep.c:
5110 * arm-symbian-tdep.c:
5111 * arm-tdep.c: Delete unused variables.
5112
5113 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5114
5115 Rename $ddir to $datadir.
5116 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
5117 * auto-load.c (auto_load_safe_path_vec_update)
5118 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
5119 * configure: Regenerate.
5120 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
5121 Likewise. Remove the 'use $ddir' help string.
5122
5123 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5124
5125 * auto-load.c (show_auto_load_safe_path): Accept any combination of
5126 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
5127
5128 2012-05-18 Tom Tromey <tromey@redhat.com>
5129
5130 PR exp/13907:
5131 * valprint.h (struct value_print_options) <symbol_print>: New
5132 field.
5133 * valprint.c (user_print_options): Add default for symbol_print.
5134 (show_symbol_print): New function.
5135 (generic_val_print): Respect symbol_print.
5136 (_initialize_valprint): Add "print symbol" setting.
5137 * f-valprint.c (f_val_print): Respect symbol_print.
5138 * c-valprint.c (c_val_print): Respect symbol_print.
5139 * NEWS: Update.
5140 * printcmd.c (print_address_symbolic): Return int. Ignore some
5141 zero-size symbols.
5142 (print_address_demangle): Return int.
5143 * defs.h: (print_address_symbolic): Return int.
5144 * value.h (print_address_demangle): Return int.
5145
5146 2012-05-18 Tom Tromey <tromey@redhat.com>
5147
5148 * valprint.c (val_print_string): Don't print leading space.
5149 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
5150 print space before string or vtbl.
5151 * m2-valprint.c (print_unpacked_pointer): Optionally print space
5152 before string.
5153 * jv-valprint.c (java_value_print): Print space before string.
5154 * go-valprint.c (print_go_string): Print space before string.
5155 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
5156 space before string.
5157 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
5158 space before string or vtbl.
5159 * auxv.c (fprint_target_auxv): Print space after address.
5160
5161 2012-05-18 Tom Tromey <tromey@redhat.com>
5162
5163 * printcmd.c (print_address_demangle): Remove special case for 0.
5164
5165 2012-05-18 Tom Tromey <tromey@redhat.com>
5166
5167 * printcmd.c (print_address_demangle): Add 'opts' argument.
5168 * p-valprint.c (pascal_val_print): Update.
5169 * jv-valprint.c (java_val_print): Update.
5170 * value.h: Update.
5171 * valprint.c (generic_val_print): Update.
5172 (print_function_pointer_address): Add 'options' argument. Remove
5173 'addressprint' argument. Update.
5174 * m2-valprint.c (print_unpacked_pointer): Update.
5175 * gnu-v3-abi.c (print_one_vtable): Update.
5176 (gnuv3_print_method_ptr): Update.
5177 * f-valprint.c (f_val_print): Update.
5178 * cp-valprint.c (cp_print_value_fields): Update.
5179 * valprint.h (print_function_pointer_address): Update.
5180 * c-valprint.c (c_val_print): Update.
5181
5182 2012-05-18 Tom Tromey <tromey@redhat.com>
5183
5184 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
5185 directly corresponding to the found psymtab.
5186 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
5187 (dw2_find_pc_sect_symtab): Use it.
5188 * block.h (blockvector_contains_pc): Declare.
5189 * block.c (find_block_in_blockvector): New function.
5190 (blockvector_for_pc_sect): Use it.
5191 (blockvector_contains_pc): New function.
5192
5193 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5194
5195 * mips-tdep.h (mips_write_pc): New prototype.
5196 * mips-tdep.c (mips_write_pc): Make external, add description.
5197 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
5198 add description.
5199
5200 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5201
5202 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
5203 mips_regnum->pc.
5204 (mips_unwind_pc, mips_write_pc): Likewise.
5205 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
5206 gdbarch_read_pc.
5207
5208 2012-05-17 Joel Brobecker <brobecker@adacore.com>
5209
5210 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
5211 proc_warn, proc_error, proc_get_status, proc_flags,
5212 proc_why, proc_what, proc_nsysarg, proc_sysargs,
5213 proc_set_run_on_last_close, proc_unset_run_on_last_close,
5214 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
5215 proc_stop_process, proc_wait_for_stop, proc_run_process,
5216 proc_set_traced_signals, proc_set_traced_faults,
5217 proc_set_traced_sysentry, proc_set_traced_sysexit,
5218 proc_set_held_signals, proc_get_held_signals,
5219 proc_get_traced_signals, proc_get_traced_faults,
5220 proc_get_traced_sysentry, proc_get_traced_sysexit,
5221 proc_clear_current_fault, proc_set_current_signal,
5222 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
5223 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
5224 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
5225 proc_get_current_thread, proc_get_current_thread,
5226 proc_get_current_thread, proc_update_threads,
5227 proc_update_threads, proc_update_threads, proc_update_threads,
5228 proc_iterate_over_threads, procfs_find_new_threads,
5229 procfs_pid_to_str): Make static. Remove advance declaration.
5230 (proc_cursig): Make static. Conditionalized defintion on
5231 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
5232 (proc_syscall, proc_set_kill_on_last_close,
5233 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
5234 proc_get_pending_signals, proc_get_signal_actions,
5235 proc_trace_signal, proc_ignore_signal): Delete.
5236
5237 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
5238
5239 * coffread.c (cs_section_address): Passing proper argument for
5240 `bfd_get_section_vma'.
5241 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
5242 `bfd_get_section_flags'.
5243 * remote.c (remote_trace_set_readonly_regions): Likewise, for
5244 `bfd_get_section_vma'.
5245
5246 2012-05-16 Tom Tromey <tromey@redhat.com>
5247
5248 PR macros/13205:
5249 * macrotab.h: (macro_define_special): Declare.
5250 (enum macro_special_kind): New.
5251 (struct macro_definition) <argc, replacement>: Update comments.
5252 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
5253 (macro_define_object_internal): New function.
5254 (macro_define_object): Use it.
5255 (macro_define_special): New function.
5256 (fixup_definition): New function.
5257 (macro_lookup_definition, foreach_macro_in_scope)
5258 (foreach_macro): Use fixup_definition.
5259 * macroexp.h (macro_stringify): Declare.
5260 * macroexp.c (free_buffer_return_text): New function.
5261 (stringify): Constify "arg".
5262 (macro_stringify): New function.
5263 * dwarf2read.c (macro_start_file): Call macro_define_special.
5264
5265 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
5266 Maciej W. Rozycki <macro@mips.com>
5267
5268 * breakpoint.h (bp_location): Add related_address member.
5269 * inferior.h (get_return_value): Take a pointer to struct value
5270 instead of struct type for the function requested.
5271 * value.h (using_struct_return): Likewise.
5272 * gdbarch.sh (return_value): Take a pointer to struct value
5273 instead of struct type for the function requested.
5274 * breakpoint.c (set_breakpoint_location_function): Initialize
5275 related_address for bp_gnu_ifunc_resolver breakpoints.
5276 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
5277 requested function's address to gdbarch_return_value.
5278 * eval.c (evaluate_subexp_standard): Pass the requested
5279 function's address to using_struct_return.
5280 * infcall.c (call_function_by_hand): Pass the requested
5281 function's address to using_struct_return and
5282 gdbarch_return_value.
5283 * infcmd.c (get_return_value): Take a pointer to struct value
5284 instead of struct type for the function requested.
5285 (print_return_value): Update accordingly.
5286 (finish_command_continuation): Likewise.
5287 * stack.c (return_command): Pass the requested function's
5288 address to using_struct_return and gdbarch_return_value.
5289 * value.c (using_struct_return): Take a pointer to struct value
5290 instead of struct type for the function requested. Pass the
5291 requested function's address to gdbarch_return_value.
5292 * python/py-finishbreakpoint.c (finish_breakpoint_object):
5293 New function_value member, replacing function_type.
5294 (bpfinishpy_dealloc): Update accordingly.
5295 (bpfinishpy_pre_stop_hook): Likewise.
5296 (bpfinishpy_init): Likewise. Record the requested function's
5297 address.
5298 * mips-tdep.c (mips_fval_reg): New enum.
5299 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
5300 words put in GP registers.
5301 (mips_o64_push_dummy_call): Update a comment.
5302 (mips_o32_return_value): Take a pointer to struct value instead
5303 of struct type for the function requested and use it to check if
5304 using the MIPS16 calling convention. Return the designated
5305 general purpose registers for floating-point values returned in
5306 MIPS16 mode.
5307 (mips_o64_return_value): Likewise.
5308 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
5309 (ppc_sysv_abi_broken_return_value): Likewise.
5310 (ppc64_sysv_abi_return_value): Likewise.
5311 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
5312 value instead of struct type for the function requested.
5313 * amd64-tdep.c (amd64_return_value): Likewise.
5314 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
5315 * arm-tdep.c (arm_return_value): Likewise.
5316 * avr-tdep.c (avr_return_value): Likewise.
5317 * bfin-tdep.c (bfin_return_value): Likewise.
5318 * cris-tdep.c (cris_return_value): Likewise.
5319 * frv-tdep.c (frv_return_value): Likewise.
5320 * h8300-tdep.c (h8300_return_value): Likewise.
5321 (h8300h_return_value): Likewise.
5322 * hppa-tdep.c (hppa32_return_value): Likewise.
5323 (hppa64_return_value): Likewise.
5324 * i386-tdep.c (i386_return_value): Likewise.
5325 * ia64-tdep.c (ia64_return_value): Likewise.
5326 * iq2000-tdep.c (iq2000_return_value): Likewise.
5327 * lm32-tdep.c (lm32_return_value): Likewise.
5328 * m32c-tdep.c (m32c_return_value): Likewise.
5329 * m32r-tdep.c (m32r_return_value): Likewise.
5330 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
5331 * m68k-tdep.c (m68k_return_value): Likewise.
5332 (m68k_svr4_return_value): Likewise.
5333 * m88k-tdep.c (m88k_return_value): Likewise.
5334 * mep-tdep.c (mep_return_value): Likewise.
5335 * microblaze-tdep.c (microblaze_return_value): Likewise.
5336 * mn10300-tdep.c (mn10300_return_value): Likewise.
5337 * moxie-tdep.c (moxie_return_value): Likewise.
5338 * mt-tdep.c (mt_return_value): Likewise.
5339 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
5340 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
5341 (ppc_sysv_abi_broken_return_value): Likewise.
5342 (ppc64_sysv_abi_return_value): Likewise.
5343 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
5344 * rl78-tdep.c (rl78_return_value): Likewise.
5345 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
5346 * rx-tdep.c (rx_return_value): Likewise.
5347 * s390-tdep.c (s390_return_value): Likewise.
5348 * score-tdep.c (score_return_value): Likewise.
5349 * sh-tdep.c (sh_return_value_nofpu): Likewise.
5350 (sh_return_value_fpu): Likewise.
5351 * sh64-tdep.c (sh64_return_value): Likewise.
5352 * sparc-tdep.c (sparc32_return_value): Likewise.
5353 * sparc64-tdep.c (sparc64_return_value): Likewise.
5354 * spu-tdep.c (spu_return_value): Likewise.
5355 * tic6x-tdep.c (tic6x_return_value): Likewise.
5356 * v850-tdep.c (v850_return_value): Likewise.
5357 * vax-tdep.c (vax_return_value): Likewise.
5358 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
5359 * xtensa-tdep.c (xtensa_return_value): Likewise.
5360 * gdbarch.c: Regenerate.
5361 * gdbarch.h: Regenerate.
5362
5363 2012-05-15 Tom Tromey <tromey@redhat.com>
5364
5365 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
5366
5367 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5368
5369 * breakpoint.c (init_breakpoint_sal): Add quotes around part
5370 of command in two error message.
5371
5372 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5373
5374 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
5375
5376 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5377
5378 * breakpoint.c (find_condition_and_thread): Minor reformatting.
5379
5380 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5381
5382 * NEWS (show auto-load scripts-directory): Add forgotten command.
5383
5384 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5385
5386 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
5387 parameters.
5388
5389 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
5390
5391 * amd64-tdep.c: Include features/i386/x32.c and
5392 features/i386/x32-avx.c.
5393 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
5394 initialize_tdesc_x32_avx.
5395
5396 2012-05-14 Stan Shebs <stan@codesourcery.com>
5397
5398 Add dynamic printf.
5399 * breakpoint.h (enum bptype): New type bp_dprintf.
5400 (struct breakpoint): New field extra_string.
5401 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
5402 (create_breakpoint): Add extra_string arg.
5403 * breakpoint.c (dprintf_breakpoint_ops): New.
5404 (is_breakpoint): Add bp_dprintf.
5405 (bpstat_what): Add dprintf case.
5406 (bptype_string): Ditto.
5407 (print_one_breakpoint_location): Ditto.
5408 (init_bp_location): Ditto.
5409 (bkpt_print_mention): Ditto.
5410 (dprintf_style_enums): New array.
5411 (dprintf_style): New global.
5412 (dprintf_function): New global.
5413 (dprintf_channel): New global.
5414 (update_dprintf_command_list): New function.
5415 (update_dprintf_commands): New function.
5416 (init_breakpoint_sal): Add extra_string argument, handle it.
5417 (create_breakpoint_sal): Add extra_string argument.
5418 (create_breakpoints_sal): Add extra_string argument, update callers.
5419 (find_condition_and_thread): Add extra argument.
5420 (create_breakpoint): Add extra_string argument, record it.
5421 (dprintf_command): New function.
5422 (break_command_1): Add arg to create_breakpoint call.
5423 (handle_gnu_v3_exceptions): Ditto.
5424 (trace_command): Ditto.
5425 (ftrace_command): Ditto.
5426 (strace_command): Ditto.
5427 (bkpt_print_mention): Add dprintf case.
5428 (create_breakpoint_sal_default): Add extra_string argument.
5429 (_initialize_breakpoint): Add new commands.
5430 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
5431 * python/py-breakpoint.c (bppy_init): Ditto.
5432 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
5433
5434 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
5435
5436 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
5437
5438 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
5439
5440 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
5441 unsigned long long.
5442
5443 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
5444
5445 Add a new function gdb.find_pc_line to the Python API.
5446 * NEWS (Python Scripting): Add entry about the new function.
5447 * python/python.c (gdbpy_find_pc_line): New function which
5448 implements gdb.find_pc_line.
5449 (GdbMethods): Add entry for the new function.
5450
5451 2012-05-12 Pedro Alves <palves@redhat.com>
5452
5453 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
5454 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
5455
5456 2012-05-12 Eli Zaretskii <eliz@gnu.org>
5457
5458 * inferior.c: Include completer.h
5459 (initialize_inferiors): Set completer of add-inferior to
5460 filename_completer.
5461
5462 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5463
5464 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
5465 gdbarch_ptr_bit for x32 core dump.
5466
5467 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5468
5469 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
5470 and features/i386/x32-avx-linux.c.
5471
5472 2012-05-11 Stan Shebs <stan@codesourcery.com>
5473 Kwok Cheung Yeung <kcy@codesourcery.com>
5474
5475 * NEWS: Describe new info os commands.
5476 * common/linux-osdata.c (PID_T, TIME_T): Define.
5477 (MAX_PID_T_STRLEN): New.
5478 (linux_common_core_of_thread): Add comment. Change to use PID_T and
5479 MAX_PID_T_STRLEN.
5480 (command_from_pid): Add comment. Change to use PID_T.
5481 (commandline_from_pid): Change to use PID_T.
5482 (user_from_pid): Add comment.
5483 (get_process_owner): Add comment. Change to use PID_T and
5484 MAX_PID_T_STRLEN.
5485 (get_number_of_cpu_cores): Add comment.
5486 (get_cores_used_by_process): Add comment. Change to use PID_T and
5487 MAX_PID_T_STRLEN.
5488 (linux_xfer_osdata_processes): Change to use PID_T and
5489 MAX_PID_T_STRLEN.
5490 (compare_processes): New function.
5491 (linux_xfer_osdata_processgroups): New function.
5492 (linux_xfer_osdata_threads): Change to use PID_T.
5493 (linux_xfer_osdata_fds): New function.
5494 (format_socket_state, print_sockets): New functions.
5495 (union socket_addr): New union.
5496 (linux_xfer_osdata_isockets): New function.
5497 (time_from_time_t, group_from_gid): New functions.
5498 (linux_xfer_osdata_shm): New function.
5499 (linux_xfer_osdata_sem): New function.
5500 (linux_xfer_osdata_msg): New function.
5501 (linux_xfer_osdata_modules): New function.
5502 (osdata_table): Add new entries.
5503 * common/buffer.c (buffer_xml_printf): Add support for long and
5504 long long format specifiers.
5505
5506 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5507
5508 * amd64-linux-tdep.h (tdesc_x32_linux): New.
5509 (tdesc_x32_avx_linux): Likewise.
5510
5511 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5512
5513 Implement multi-component --with-auto-load-dir.
5514 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
5515 entries.
5516 (--with-auto-load-safe-path): Update the default value description.
5517 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
5518 New.
5519 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
5520 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
5521 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
5522 (_initialize_auto_load): Initialize also auto_load_dir. Install new
5523 "set auto-load scripts-directory".
5524 * config.in: Regenerate.
5525 * configure: Regenerate.
5526 * configure.ac (--with-auto-load-dir): New configure option.
5527 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
5528
5529 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5530
5531 Provide $ddir substitution for --with-auto-load-safe-path.
5532 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
5533 entries.
5534 * auto-load.c: Include observer.h.
5535 (auto_load_safe_path_vec_update): Call substitute_path_component for
5536 each component. New variable ddir_subst.
5537 (auto_load_gdb_datadir_changed): New function.
5538 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5539 AUTO_LOAD_SAFE_PATH. New comment.
5540 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5541 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
5542 * config.in: Regenerate.
5543 * configure: Regenerate.
5544 * configure.ac (--auto-load-safe-path): Rename
5545 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
5546 GDB_DATADIR/auto-load.
5547 * defs.h (substitute_path_component): New declaration.
5548 * top.c: Include observer.h.
5549 (set_gdb_datadir): New function.
5550 (init_main): Install it for "set data-directory".
5551 * utils.c (substitute_path_component): New function.
5552
5553 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5554
5555 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
5556 * auto-load.c (auto_load_objfile_script): Remove check for NULL
5557 DEBUG_FILE_DIRECTORY. Handle multiple components of
5558 DEBUG_FILE_DIRECTORY.
5559
5560 2012-05-10 Tom Tromey <tromey@redhat.com>
5561
5562 * dwarf2read.c (recursively_write_psymbols): New function.
5563 (write_psymtabs_to_index): Use it.
5564
5565 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
5566 field.
5567 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
5568 (load_partial_comp_unit): Update.
5569 (queue_comp_unit): Add argument 'pretend_language'.
5570 (process_queue): Update.
5571 (psymtab_to_symtab_1): Skip dependencies that have a user.
5572 (load_partial_comp_unit_reader): Give meaning to the 'data'
5573 argument.
5574 (load_full_comp_unit): Add 'pretend_language' argument.
5575 (process_full_comp_unit): Add 'pretend_language' argument. Set
5576 language on CU.
5577 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
5578 Update.
5579 (maybe_queue_comp_unit): Add 'pretend_language' argument.
5580 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
5581 Update.
5582 (prepare_one_comp_unit): Add 'pretend_language' argument.
5583
5584 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
5585 (struct dwarf2_per_objfile) <just_read_cus>: New field.
5586 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
5587 (dw2_do_instantiate_symtab): Check whether symtab was read in
5588 before queueing.
5589 (dw2_instantiate_symtab): Add assertion. Call
5590 process_cu_includes.
5591 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
5592 (partial_symtab_p): New typedef.
5593 (set_partial_user): New function.
5594 (dwarf2_build_psymtabs_hard): Use set_partial_user.
5595 (scan_partial_symbols): Add imported CU to imported_symtabs.
5596 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
5597 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
5598 (get_symtab, recursively_compute_inclusions)
5599 (compute_symtab_includes, process_cu_includes)
5600 (process_imported_unit_die): New functions.
5601 (process_die) <DW_TAG_imported_unit>: New case.
5602 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
5603
5604 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
5605 comment.
5606 (struct partial_die_info) <locdesc>: Remove.
5607 <d>: New field.
5608 (process_psymtab_comp_unit): Add 'read_partial' argument.
5609 Update.
5610 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
5611 (scan_partial_symbols): Handle DW_TAG_imported_unit.
5612 (add_partial_symbol): Update.
5613 (process_die): Handle DW_TAG_partial_unit.
5614 (read_file_scope): Update comment.
5615 (load_partial_dies): Handle DW_TAG_imported_unit.
5616 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
5617 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
5618
5619 2012-05-10 Tom Tromey <tromey@redhat.com>
5620
5621 * cc-with-dwz.sh: New file.
5622
5623 2012-05-10 Tom Tromey <tromey@redhat.com>
5624
5625 * symtab.h (struct symtab) <includes, user>: New fields.
5626 * block.h (struct block_iterator) <d, idx, which>: New fields.
5627 * block.c (initialize_block_iterator, find_iterator_symtab)
5628 (block_iterator_step, block_iter_name_step)
5629 (block_iter_match_step): New functions.
5630 (block_iterator_first, block_iterator_next)
5631 (block_iter_name_first, block_iter_name_next)
5632 (block_iter_match_first, block_iter_match_next): Rewrite.
5633 (get_block_symtab): New function.
5634
5635 2012-05-10 Tom Tromey <tromey@redhat.com>
5636
5637 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
5638 set_block_symtab.
5639 * jit.c (finalize_symtab): Use allocate_global_block,
5640 set_block_symtab.
5641 * buildsym.c (finish_block_internal): New function, from old
5642 finish_block.
5643 (finish_block): Rewrite.
5644 (end_symtab): Use finish_block_internal, set_block_symtab.
5645 * block.h (struct global_block): New.
5646 (allocate_global_block, set_block_symtab): Declare.
5647 * block.c (allocate_global_block, set_block_symtab): New
5648 functions.
5649
5650 2012-05-10 Tom Tromey <tromey@redhat.com>
5651
5652 * psymtab.c (partial_map_expand_apply): Add assertion.
5653 (partial_map_symtabs_matching_filename): Skip included psymtabs.
5654 (psymtab_to_symtab): Find unshared psymtab.
5655 (dump_psymtab): Print including psymtabs.
5656 (recursively_search_psymtabs): New function.
5657 (expand_symtabs_matching_via_partial): Use it.
5658 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
5659 fields.
5660 (enum psymtab_search_status): New.
5661
5662 2012-05-10 Tom Tromey <tromey@redhat.com>
5663
5664 * tracepoint.c (scope_info): Update.
5665 * symtab.c (lookup_block_symbol, iterate_over_symbols)
5666 (find_pc_sect_symtab, search_symbols)
5667 (default_make_symbol_completion_list_break_on)
5668 (make_file_symbol_completion_list): Update.
5669 * symmisc.c (dump_symtab_1): Update.
5670 * stack.c (print_frame_args, iterate_over_block_locals)
5671 (print_frame_labels, iterate_over_block_arg_vars): Update.
5672 * python/py-block.c (block_object) <dict>: Remove.
5673 <block>: New field.
5674 <iter>: Change type.
5675 (blpy_iter): Update.
5676 (blpy_block_syms_iternext): Update.
5677 * psymtab.c (map_block): Use block iterators.
5678 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
5679 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
5680 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
5681 * infrun.c (check_exception_resume): Update.
5682 * cp-support.c (make_symbol_overload_list_block): Update.
5683 * coffread.c (patch_opaque_types): Update.
5684 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
5685 * block.h (struct block_iterator): New.
5686 (block_iterator_first, block_iterator_next, block_iter_name_first)
5687 (block_iter_name_next, block_iter_match_first)
5688 (block_iter_match_next): Declare.
5689 (ALL_BLOCK_SYMBOLS): Redefine.
5690 * block.c (block_iterator_first, block_iterator_next)
5691 (block_iter_name_first, block_iter_name_next)
5692 (block_iter_match_first, block_iter_match_next): New functions.
5693 * ada-lang.c (ada_add_block_symbols)
5694 (ada_make_symbol_completion_list): Use block iterator.
5695
5696 2012-05-10 Tom Tromey <tromey@redhat.com>
5697
5698 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
5699 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
5700 (lookup_partial_symbol, find_last_source_symtab_from_partial)
5701 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
5702 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
5703 Update.
5704
5705 2012-05-10 Joel Brobecker <brobecker@adacore.com>
5706
5707 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
5708 print-file-var-lib2.c, print-file-var-main.c and
5709 print-file-var.exp (located in gdb/testsuite/gdb.base).
5710
5711 2012-05-10 Joel Brobecker <brobecker@adacore.com>
5712
5713 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5714 try locating the symbol in the symbol's own objfile first, before
5715 extending the search to all objfiles.
5716 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5717 out of lookup_symbol_aux_symtabs.
5718 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5719 Replace extracted-out code by call to lookup_symbol_aux_objfile.
5720 Do not search EXCLUDE_OBJFILE.
5721 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5722 (lookup_symbol_global): Search for matches in the block's objfile
5723 first, before searching all other objfiles.
5724
5725 2012-05-10 Tristan Gingold <gingold@adacore.com>
5726
5727 * printcmd.c (set_command): Add pre/post inc/dec.
5728
5729 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
5730
5731 * gdb.1: Document -ex option.
5732
5733 2012-05-09 Joel Brobecker <brobecker@adacore.com>
5734
5735 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
5736 * inferior.h (AT_SYMBOL): Delete.
5737
5738 2012-05-09 Joel Brobecker <brobecker@adacore.com>
5739
5740 * mips-tdep.c (mips_push_dummy_code): New function.
5741 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
5742 ON_STACK and install mips_push_dummy_code as our gdbarch
5743 push_dummy_code routine.
5744
5745 2012-05-09 Pedro Alves <palves@redhat.com>
5746
5747 * target.c (set_maintenance_target_async_permitted): Rename to ...
5748 (set_target_async_command): ... this.
5749 (show_maintenance_target_async_permitted): Rename to ...
5750 (show_target_async_command): ... this.
5751 (initialize_targets): Adjust.
5752
5753 2012-05-08 Doug Evans <dje@google.com>
5754
5755 * go-exp.y (classify_name): Add missing assignment of fields of
5756 yylval.ssym.
5757
5758 2012-05-08 Eli Zaretskii <eliz@gnu.org>
5759
5760 Display the ">" prompt in interactive mode while reading canned
5761 commands, even when the current interpreter is MI.
5762
5763 * interps.c (interp_set_temp): New function.
5764
5765 * interps.h (interp_set_temp): Add prototype.
5766
5767 * cli/cli-script.c (restore_interp): New cleanup function.
5768 (read_command_lines): Temporarily override the current interpreter
5769 with CLI and arrange for restoring the original one.
5770
5771 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
5772
5773 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
5774
5775 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
5776
5777 * probe.c (parse_probes): Move conditional to check for
5778 debuginfo files from here...
5779 * stap-probe.c (stap_get_probes): ... to here.
5780
5781 2012-05-07 Mark Kettenis <kettenis@gnu.org>
5782 H.J. Lu <hongjiu.lu@intel.com>
5783
5784 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
5785 `movl %esp, %ebp' for the X32 ABI.
5786
5787 2012-05-07 Tom Tromey <tromey@redhat.com>
5788
5789 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
5790 get_DW_TAG_name.
5791 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
5792 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
5793 (dwarf_stack_op_name): Remove.
5794 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
5795 (decode_locdesc): Use get_DW_OP_name.
5796 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
5797 (dwarf2_compile_expr_to_ax): Likewise.
5798 (disassemble_dwarf_expression): Likewise.
5799 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
5800
5801 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
5802
5803 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
5804 (sh_linux_sigtramp_cache): New function.
5805 (sh_linux_sigreturn_init): New function.
5806 (sh_linux_rt_sigreturn_init): New function.
5807 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
5808 patterns.
5809 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
5810 syscall codes.
5811 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
5812 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
5813 (sh_linux_init_abi): Add init calls to register new tramp_frame
5814 definitions under 32-bit SH, update comments.
5815
5816 2012-05-07 Pedro Alves <palves@redhat.com>
5817
5818 PR gdb/10952
5819
5820 * amd64-linux-tdep.c: Include glibc-tdep.h.
5821 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
5822 gdbarch_skip_solib_resolver callback.
5823
5824 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5825
5826 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
5827 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
5828 (show_auto_load_safe_path): Check any-directory by comparison with "/".
5829 (add_auto_load_safe_path): Change the error message.
5830 (_initialize_auto_load): Change the "safe-path" help text.
5831 * configure: Regenerate
5832 * configure.ac (--without-auto-load-safe-path): Set
5833 WITH_AUTO_LOAD_SAFE_PATH to /.
5834
5835 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
5836
5837 * stap-probe.h: Do not include unecessary `probe.h'.
5838
5839 2012-05-05 Alan Modra <amodra@gmail.com>
5840
5841 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
5842 bfd_und_section_ptr.
5843 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
5844 and bfd_com_section_ptr.
5845
5846 2012-05-04 Joel Brobecker <brobecker@adacore.com>
5847
5848 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
5849
5850 2012-05-04 Joel Brobecker <brobecker@adacore.com>
5851
5852 * windows-nat.h (segment_register_p_ftype): New typedef.
5853 (windows_set_segment_register_p): Add declaration.
5854 * windows-nat.c (segment_register_p): New static global.
5855 (windows_set_segment_register_p): New function.
5856 (do_windows_fetch_inferior_registers): Add special handling
5857 for segment registers.
5858 * amd64-windows-nat.c: #include "amd64-tdep.h".
5859 (amd64_windows_segment_register_p): New function.
5860 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
5861 * i386-windows-nat.c: #include "i386-tdep.h".
5862 (i386_windows_segment_register_p): New function.
5863 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
5864
5865 2012-05-04 Tristan Gingold <gingold@adacore.com>
5866
5867 * printcmd.c (set_command): Emit a warning if the expression is not
5868 an assignment.
5869
5870 2012-05-03 Joel Brobecker <brobecker@adacore.com>
5871
5872 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
5873 Make static.
5874
5875 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
5876
5877 * stap-probe.c (stap_is_operator): Change declaration.
5878 (stap_get_opcode): Change return value.
5879 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
5880 `stap_parse_argument_1'.
5881
5882 2012-05-03 Pedro Alves <pedro@codesourcery.com>
5883
5884 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
5885 debug log.
5886
5887 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
5888
5889 Add two new methods global_block and static_block to gdb.Symtab
5890 objects.
5891 * NEWS (Python scripting): Add entry about the new methods.
5892 * python/py-symtab.c (stpy_global_block): New function which
5893 implements the gdb.Symtab.global_block() method.
5894 (stpy_static_block): New function which implements the
5895 gdb.Symtab.static_block() method.
5896 (symtab_object_methods): Add entries for the two new methods.
5897
5898 2012-05-03 Doug Evans <dje@google.com>
5899
5900 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
5901 files.
5902
5903 2012-05-03 Yao Qi <yao@codesourcery.com>
5904
5905 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
5906 space.
5907 (i386_process_record): Ditto.
5908
5909 2012-05-02 Joel Brobecker <brobecker@adacore.com>
5910
5911 * infcall.c (unwind_on_signal_p): Make static.
5912
5913 2012-05-02 Joel Brobecker <brobecker@adacore.com>
5914
5915 * sol-thread.c (solaris_pid_to_str): Make static.
5916 (_initialize_sol_thread): Add prototype.
5917
5918 2012-05-02 Joel Brobecker <brobecker@adacore.com>
5919
5920 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
5921
5922 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
5923
5924 * MAINTAINERS: Remove myself.
5925
5926 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5927
5928 Fix --without-auto-load-safe-path for MS-Windows host platform.
5929 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
5930
5931 2012-05-02 Eli Zaretskii <eliz@gnu.org>
5932
5933 * gdb_curses.h: Undefine KEY_EVENT before including curses
5934 headers. Move "#undef MOUSE_MOVED" before any curses header
5935 inclusion.
5936
5937 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
5938
5939 * features/i386/i386-mmx-linux.c: Regenerate.
5940 * features/rs6000/powerpc-32.c: Likewise.
5941 * features/rs6000/powerpc-32l.c: Likewise.
5942 * features/rs6000/powerpc-403.c: Likewise.
5943 * features/rs6000/powerpc-403gc.c: Likewise.
5944 * features/rs6000/powerpc-405.c: Likewise.
5945 * features/rs6000/powerpc-505.c: Likewise.
5946 * features/rs6000/powerpc-601.c: Likewise.
5947 * features/rs6000/powerpc-602.c: Likewise.
5948 * features/rs6000/powerpc-603.c: Likewise.
5949 * features/rs6000/powerpc-604.c: Likewise.
5950 * features/rs6000/powerpc-64.c: Likewise.
5951 * features/rs6000/powerpc-64l.c: Likewise.
5952 * features/rs6000/powerpc-750.c: Likewise.
5953 * features/rs6000/powerpc-860.c: Likewise.
5954 * features/rs6000/powerpc-e500.c: Likewise.
5955 * features/rs6000/powerpc-e500l.c: Likewise.
5956 * features/rs6000/powerpc-isa205-32l.c: Likewise.
5957 * features/rs6000/powerpc-isa205-64l.c: Likewise.
5958 * features/rs6000/rs6000.c: Likewise.
5959
5960 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
5961
5962 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
5963 variable.
5964 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
5965 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
5966 (stap_parse_argument) <e>: Likewise.
5967 (handle_stap_probe) <byte_order>: Likewise.
5968
5969 2012-04-30 Doug Evans <dje@google.com>
5970
5971 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
5972 init_and_read_dies_worker. All callers updated.
5973 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
5974 replaced with init_cutu_and_read_dies.
5975 (load_partial_comp_unit): Pass 1 for use_existing_cu.
5976 (find_partial_die): Remove FIXME. Don't free current CU.
5977
5978 2012-04-30 Sterling Augustine <saugustine@google.com>
5979
5980 * contrib: New directory.
5981 * contrib/test_pubnames_and_indexes.py: New file.
5982
5983 2012-04-30 Doug Evans <dje@google.com>
5984
5985 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
5986 All callers updated.
5987 (init_cu_die_reader): Verify the section is non-empty.
5988 (dwarf_decode_line_header): Don't dereference section->asection
5989 until we know the section is present.
5990
5991 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
5992
5993 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
5994 probes.
5995
5996 2012-04-29 Yao Qi <yao@codesourcery.com>
5997
5998 * gdb-code-style.el: New hook gdb-markup-hook
5999 and gdb-comment-hook.
6000
6001 2012-04-28 Doug Evans <dje@google.com>
6002
6003 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
6004 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
6005 objfile->obfd.
6006 * symfile.h (dwarf2_debug_sections): New member addr.
6007 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
6008 (ctx_no_get_addr_index): New function.
6009 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
6010 (ctx_no_get_addr_index): Declare.
6011 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
6012 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
6013 (dwarf_expr_ctx_funcs): Update.
6014 (needs_get_addr_index): New function.
6015 (needs_frame_ctx_funcs): Update.
6016 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
6017 * dwarf2read.c: #include "gdbcore.h".
6018 (dwarf2_per_objfile): New members addr, dwo_files.
6019 (dwarf2_elf_names): Add entry for addr.
6020 (struct dwo_section_names): New type.
6021 (dwo_section_names): New static global.
6022 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
6023 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
6024 old debug_types_section member updated to use this.
6025 Rename member debug_types_section to info_or_types_section,
6026 all uses updated.
6027 (signatured_type): Rename member type_offset to type_offset_in_tu,
6028 all uses updated. New member type_offset_in_section.
6029 (struct dwo_sections): New type.
6030 (struct dwo_unit): New type.
6031 (struct dwo_file): New type.
6032 (die_reader_specs): New member dwo_file.
6033 (dwarf2_locate_sections): Watch for .debug_addr.
6034 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
6035 (dwarf2_read_section): Get bfd of section from bfd's asection,
6036 instead of objfile.
6037 (create_cus_from_index): Initialize the_cu->info_or_types_section.
6038 (create_signatured_type_table_from_index): Initialize
6039 sig_type->info_or_types_section.
6040 (dw2_get_file_names): Statement lists for type units with DWO files
6041 live in the DWO file.
6042 (create_debug_types_hash_table): New function.
6043 (create_all_type_units): Rewrite.
6044 (init_cu_die_reader): New arg dwo_file, all callers updated.
6045 (init_and_read_dies_worker): Get section from
6046 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
6047 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
6048 continue reading the CU/TU from there.
6049 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
6050 updated. Get section from this_cu->info_or_types_section.
6051 (create_all_comp_units): Initialize this_cu->info_or_types_section.
6052 (skip_one_die): New cases DW_FORM_GNU_addr_index,
6053 DW_FORM_GNU_str_index.
6054 (hash_dwo_file, eq_dwo_file): New functions.
6055 (allocate_dwo_file_hash_table): New function.
6056 (hash_dwo_unit, eq_dwo_unit): New functions.
6057 (allocate_dwo_unit_table): New function.
6058 (dwarf2_locate_dwo_sections): New function.
6059 (struct create_dwo_info_table_data): New type.
6060 (create_debug_info_hash_table_reader): New function.
6061 (create_debug_info_hash_table): New function.
6062 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
6063 (lookup_dwo_file): New function.
6064 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
6065 (free_dwo_file, free_dwo_file_cleanup): New functions.
6066 (free_dwo_file_from_slot, free_dwo_files): New functions.
6067 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
6068 (dwarf2_record_block_ranges): Ditto.
6069 (read_partial_die): Ditto.
6070 (process_enumeration_scope): Update to use type_offset_in_section.
6071 (read_full_die_1): New function.
6072 (read_full_die): Rewrite.
6073 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
6074 DW_FORM_GNU_str_index.
6075 (read_addr_index_1, read_addr_index): New functions.
6076 (read_addr_index_from_leb128): New function.
6077 (struct dwarf2_read_addr_index_data): New type.
6078 (dwarf2_read_addr_index_reader): New function.
6079 (dwarf2_read_addr_index): New function.
6080 (read_str_index): New function.
6081 (leb128_size): New function.
6082 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
6083 If processing a type unit from a DWO file, get the line section
6084 from the DWO file.
6085 (var_decode_location): Watch for DW_OP_GNU_addr_index.
6086 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
6087 DW_FORM_GNU_str_index.
6088 (lookup_die_type): Check whether section offset of type's die is
6089 known before looking it up. Remove assert. Condition can
6090 legimately happen for inter-cu type references.
6091 (dwarf_attr_name): Handle Fission attributes.
6092 (dwarf_form_name): Handle Fission forms.
6093 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
6094 DW_FORM_GNU_str_index.
6095 (follow_die_sig): Update to use type_offset_in_section.
6096 (decode_locdesc): New case DW_OP_GNU_addr_index.
6097 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
6098 DW_FORM_GNU_str_index.
6099 (cu_debug_loc_section): New function.
6100 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
6101 (dwarf2_per_objfile_free): Unmap .debug_addr section.
6102 Free DWO files if present.
6103 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
6104
6105 Refactor DIE reading.
6106 * dwarf2read.c (dwarf2_per_objfile): Replace members
6107 debug_info_type_hash and debug_types_type_hash with die_type_hash.
6108 (die_reader_specs): New member "die_section". Temporarily make
6109 member "buffer" non-const, pending constifying all info_ptr uses.
6110 (die_reader_func_ftype): New typedef.
6111 (dw2_get_file_names_reader): New function.
6112 (dw2_get_file_names): Rewrite.
6113 (read_and_check_type_unit_head): Rename arg type_offset to
6114 type_offset_in_tu.
6115 (create_all_type_units): Improve debugging message.
6116 Improve dummy type unit check.
6117 (init_cu_die_reader): New arg "section". All callers updated.
6118 (init_and_read_dies_worker): New function.
6119 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
6120 (init_cutu_and_read_dies_no_follow): New function.
6121 (init_cutu_and_read_dies_simple): New function.
6122 (process_psymtab_comp_unit_reader): New function.
6123 (process_psymtab_comp_unit): Delete args section,
6124 is_debug_types_section. Rewrite. All callers updated.
6125 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
6126 All callers updated. Rewrite.
6127 (load_partial_comp_unit_reader): New function.
6128 (load_partial_comp_unit): Rewrite.
6129 (skip_children): New arg reader. Delete args buffer, cu.
6130 All callers updated.
6131 (skip_one_die): New arg reader. Delete args buffer, cu.
6132 All callers updated.
6133 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
6134 All callers updated.
6135 (load_full_comp_unit_reader): New function.
6136 (load_full_comp_unit): Rewrite.
6137 (read_comp_unit): Delete.
6138 (read_die_and_children_1): Delete, contents moved ...
6139 (read_die_and_children): ... here.
6140 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
6141 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
6142 All callers updated.
6143 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
6144 All callers updated.
6145 (find_partial_die): Rewrite load_all_dies support.
6146 (read_attribute_value): New arg reader. Delete args abfd, cu.
6147 All callers updated.
6148 (read_attribute): New arg reader. Delete args abfd, cu.
6149 All callers updated.
6150 (load_full_type_unit): Add assert.
6151 (read_signatured_type_reader): New function.
6152 (read_signatured_type): Rewrite.
6153 (free_stack_comp_unit): Remove call to age_cached_comp_units.
6154 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
6155 All callers updated. Set per_cu->cu = NULL after freeing it.
6156 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
6157 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
6158 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
6159 (set_die_type): Update.
6160 (get_die_type_at_offset): Update.
6161 (read_file_scope): Call prepare_one_comp_unit.
6162 (read_type_unit_scope): Ditto.
6163 (prepare_one_comp_unit): Set producer if present.
6164
6165 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6166
6167 * probe.c (compile_rx_or_error): Silence ARI warning about missing
6168 gettext function on `error'.
6169
6170 2012-04-27 Doug Evans <dje@google.com>
6171
6172 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
6173 is empty.
6174
6175 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6176 Tom Tromey <tromey@redhat.com>
6177
6178 * breakpoint.c (struct breakpoint_objfile_data)
6179 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
6180 <exception_probes>: New fields.
6181 (free_breakpoint_probes): New function.
6182 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
6183 `_Unwind_DebugHook'.
6184 (create_exception_master_breakpoint): Likewise.
6185 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
6186 * infrun.c: Including necessary header files for handling SystemTap
6187 probes.
6188 (handle_inferior_event): Handling longjmp breakpoint and exceptions
6189 via SystemTap probes.
6190 (check_exception_resume): Remove `func' argument. Handle exception
6191 unwinding breakpoint set via a SystemTap probe.
6192 (insert_exception_resume_from_probe): New function.
6193
6194 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6195 Tom Tromey <tromey@redhat.com>
6196 Jan Kratochvil <jan.kratochvil@redhat.com>
6197
6198 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
6199 (COMMON_OBS): Likewise.
6200 (HFILES_NO_SRCDIR): Add `probe'.
6201 * NEWS: Mention support for static and SystemTap probes.
6202 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
6203 SystemTap probes' arguments parser.
6204 * arm-linux-tdep.c: Including headers needed to perform the parsing
6205 of SystemTap probes' arguments.
6206 (arm_stap_is_single_operand): New function.
6207 (arm_stap_parse_special_token): Likewise.
6208 (arm_linux_init_abi): Initializing proper fields used by SystemTap
6209 probes' arguments parser.
6210 * ax-gdb.c (require_rvalue): Removing static declaration.
6211 (gen_expr): Likewise.
6212 * ax-gdb.h (gen_expr): Declaring function.
6213 (require_rvalue): Likewise.
6214 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
6215 (bkpt_probe_breakpoint_ops): New variable.
6216 (momentary_breakpoint_from_master): Set the `probe' value.
6217 (add_location_to_breakpoint): Likewise.
6218 (break_command_1): Using proper breakpoint_ops according to the
6219 argument passed by the user in the command line.
6220 (bkpt_probe_insert_location): New function.
6221 (bkpt_probe_remove_location): Likewise.
6222 (bkpt_probe_create_sals_from_address): Likewise.
6223 (bkpt_probe_decode_linespec): Likewise.
6224 (tracepoint_probe_create_sals_from_address): Likewise.
6225 (tracepoint_probe_decode_linespec): Likewise.
6226 (tracepoint_probe_breakpoint_ops): New variable.
6227 (trace_command): Using proper breakpoint_ops according to the
6228 argument passed by the user in the command line.
6229 (initialize_breakpoint_ops): Initializing breakpoint_ops for
6230 static probes on breakpoints and tracepoints.
6231 * breakpoint.h (struct bp_location) <probe>: New field.
6232 * cli-utils.c (skip_spaces_const): New function.
6233 (extract_arg): Likewise.
6234 * cli-utils.h (skip_spaces_const): Likewise.
6235 (extract_arg): Likewise.
6236 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
6237 * configure.ac: Append `stap-probe.o' to be generated when ELF
6238 support is present.
6239 * configure: Regenerate.
6240 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
6241 * elfread.c: Include `probe.h' and `arch-utils.h'.
6242 (probe_key): New variable.
6243 (elf_get_probes): New function.
6244 (elf_get_probe_argument_count): Likewise.
6245 (elf_evaluate_probe_argument): Likewise.
6246 (elf_compile_to_ax): Likewise.
6247 (elf_symfile_relocate_probe): Likewise.
6248 (stap_probe_key_free): Likewise.
6249 (elf_probe_fns): New variable.
6250 (elf_sym_fns): Add `sym_probe_fns' value.
6251 (elf_sym_fns_lazy_psyms): Likewise.
6252 (elf_sym_fns_gdb_index): Likewise.
6253 (_initialize_elfread): Initialize objfile cache for static
6254 probes.
6255 * gdb_vecs.h (struct probe): New forward declaration.
6256 (probe_p): New VEC declaration.
6257 * gdbarch.c: Regenerate.
6258 * gdbarch.h: Regenerate.
6259 * gdbarch.sh (stap_integer_prefix): New variable.
6260 (stap_integer_suffix): Likewise.
6261 (stap_register_prefix): Likewise.
6262 (stap_register_suffix): Likewise.
6263 (stap_register_indirection_prefix): Likewise.
6264 (stap_register_indirection_suffix): Likewise.
6265 (stap_gdb_register_prefix): Likewise.
6266 (stap_gdb_register_suffix): Likewise.
6267 (stap_is_single_operand): New function.
6268 (stap_parse_special_token): Likewise.
6269 (struct stap_parse_info): Forward declaration.
6270 * i386-tdep.c: Including headers needed to perform the parsing
6271 of SystemTap probes' arguments.
6272 (i386_stap_is_single_operand): New function.
6273 (i386_stap_parse_special_token): Likewise.
6274 (i386_elf_init_abi): Initializing proper fields used by SystemTap
6275 probes' arguments parser.
6276 * i386-tdep.h (i386_stap_is_single_operand): New function.
6277 (i386_stap_parse_special_token): Likewise.
6278 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
6279 * mipsread.c (ecoff_sym_fns): Likewise.
6280 * objfiles.c (objfile_relocate1): Support relocation for static
6281 probes.
6282 * parse.c (prefixify_expression): Remove static declaration.
6283 (initialize_expout): Likewise.
6284 (reallocate_expout): Likewise.
6285 * parser-defs.h (initialize_expout): Declare function.
6286 (reallocate_expout): Likewise.
6287 (prefixify_expression): Likewise.
6288 * ppc-linux-tdep.c: Including headers needed to perform the parsing
6289 of SystemTap probes' arguments.
6290 (ppc_stap_is_single_operand): New function.
6291 (ppc_stap_parse_special_token): Likewise.
6292 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
6293 probes' arguments parser.
6294 * probe.c: New file, for generic statically defined probe support.
6295 * probe.h: Likewise.
6296 * s390-tdep.c: Including headers needed to perform the parsing of
6297 SystemTap probes' arguments.
6298 (s390_stap_is_single_operand): New function.
6299 (s390_gdbarch_init): Initializing proper fields used by SystemTap
6300 probes' arguments parser.
6301 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
6302 * stap-probe.c: New file, for SystemTap probe support.
6303 * stap-probe.h: Likewise.
6304 * symfile.h: Include `gdb_vecs.h'.
6305 (struct sym_probe_fns): New struct.
6306 (struct sym_fns) <sym_probe_fns>: New field.
6307 * symtab.c (init_sal): Initialize `probe' field.
6308 * symtab.h (struct probe): Forward declaration.
6309 (struct symtab_and_line) <probe>: New field.
6310 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
6311 locations.
6312 (stop_tracing): Likewise.
6313 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
6314
6315 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6316 Tom Tromey <tromey@redhat.com>
6317
6318 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
6319 and to compile agent expressions.
6320 * infrun.c (siginfo_make_value): New argument `ignore'.
6321 (siginfo_funcs): New struct.
6322 (_initialize_infrun): New argument when calling
6323 `create_internalvar_type_lazy'.
6324 * thread.c (thread_id_make_value): New argument `ignore'.
6325 (thread_funcs): New struct.
6326 (_initialize_thread): New argument when calling
6327 `create_internalvar_type_lazy'.
6328 * tracepoint.c (sdata_make_value): New argument `ignore'.
6329 (sdata_funcs): New struct.
6330 (_initialize_tracepoint): New argument when calling
6331 `create_internalvar_type_lazy'.
6332 * value.c (make_value): New struct.
6333 (create_internalvar_type_lazy): New argument `data'.
6334 (compile_internalvar_to_ax): New function.
6335 (value_of_internalvar): Properly handling `make_value' case.
6336 (clear_internalvar): Likewise.
6337 (show_convenience): Adding `TRY_CATCH' block.
6338 * value.h (internalvar_make_value): Delete, replace by...
6339 (struct internalvar_funcs): ... this.
6340 (create_internalvar_type_lazy) <fun>: Delete argument.
6341 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
6342 (compile_internalvar_to_ax): New function.
6343 * windows-tdep.c (tlb_make_value): New argument `ignore'.
6344 (tlb_funcs): New struct.
6345 (_initialize_windows_tdep): New argument when calling
6346 `create_internalvar_type_lazy'.
6347
6348 2012-04-27 Mark Wielaard <mjw@redhat.com>
6349
6350 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
6351 see whether it is an address or a constant offset from DW_AT_low_pc.
6352 (dwarf2_record_block_ranges): Likewise.
6353 (read_partial_die): Likewise.
6354
6355 2012-04-26 Mark Wielaard <mjw@redhat.com>
6356
6357 * MAINTAINERS (Write After Approval): Add myself to the list.
6358
6359 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6360
6361 * proc-utils.h (proc_prettyprint_signalset): New prototype.
6362 (proc_prettyprint_signal): Likewise.
6363 (proc_prettyprint_faultset): Likewise.
6364 (proc_prettyprint_fault): Likewise.
6365 (proc_prettyprint_actionset): Likewise.
6366 (proc_prettyprint_flags): Move to new proc-flags.c section.
6367 (proc_prettyfprint_flags): New prototype.
6368 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
6369 (proc_syscall, proc_cursig): Likewise.
6370 (proc_set_kill_on_last_close): Likewise.
6371 (proc_unset_kill_on_last_close): Likewise.
6372 (proc_set_watchpoint): Make static.
6373 (proc_delete_dead_threads): Likewise.
6374 (procfs_set_watchpoint): Likewise.
6375 (_initialize_procfs): Add prototype.
6376 * proc-events.c: Include proc-utils.h.
6377 (init_syscall_table): Make static.
6378 * proc-api.c (_initialize_proc_api): Add prototype.
6379 * proc-flags.c: Include proc-utils.h.
6380
6381 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6382
6383 * configure.ac: Add AC_ARG_PROGRAM.
6384 * configure: Regenerate.
6385
6386 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6387
6388 Fix DW_AT_lower_bound defaults for DWARF-4+.
6389 * dwarf2read.c (read_subrange_type): Remove initialization of low and
6390 high. New variable low_default_is_valid. Implement DWARF-4+
6391 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
6392 no default by the DWARF standard.
6393
6394 2012-04-26 Maciej W. Rozycki <macro@mips.com>
6395 Maciej W. Rozycki <macro@codesourcery.com>
6396
6397 * infrun.c (handle_inferior_event): Move the check for return
6398 trampolines ahead of the check for function trampolines.
6399 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
6400 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
6401 (mips_str_mips16_ret_stub): Likewise.
6402 (mips_str_call_fp_stub): Likewise.
6403 (mips_str_call_stub): Likewise.
6404 (mips_str_fn_stub): Likewise.
6405 (mips_str_pic): Likewise.
6406 (mips_in_frame_stub): New function.
6407 (mips_unwind_pc): Return the return address rather than the PC
6408 if the PC of an intermediate frame is inside a call thunk.
6409 (mips_is_stub_suffix): New function.
6410 (mips_is_stub_mode): Likewise.
6411 (mips_get_mips16_fn_stub_pc): Likewise.
6412 (mips_skip_mips16_trampoline_code): Update to handle all the
6413 currently generated stub types. Don't recurse into __fn_stub
6414 thunks. Remove heuristics to handle stubs beyond etext/_etext.
6415 Use cooked register accesses.
6416 (mips_in_return_stub): Reintroduce function.
6417 (mips_skip_trampoline_code): Traverse trampolines recursively.
6418 (mips_gdbarch_init): Handle MIPS16 return trampolines.
6419
6420 2012-04-26 Joel Brobecker <brobecker@adacore.com>
6421
6422 GDB 7.4.1 released.
6423
6424 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
6425
6426 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
6427 * features/arm-with-m-vfp-d16.xml: New file. Describes
6428 Cortex-M with VFPv4-sp-d16 FPU register layout.
6429 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
6430 * features/arm-with-m-vfp-d16.c: New. Generated from above.
6431 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
6432 (arm-register_g_packet_guesses): Add vfp-d16 guess.
6433 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
6434
6435 2012-04-25 Doug Evans <dje@google.com>
6436
6437 * cli/cli-decode.c (print_doc_line): Use stream instead of
6438 current_uiout.
6439
6440 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
6441
6442 * features/arm-with-iwmmxt.c: Regenerate.
6443 * features/arm-with-m-fpa-layout.c: Likewise.
6444 * features/arm-with-m.c: Likewise.
6445 * features/arm-with-neon.c: Likewise.
6446 * features/arm-with-vfpv2.c: Likewise.
6447 * features/arm-with-vfpv3.c: Likewise.
6448 * features/mips-dsp-linux.c: Likewise.
6449 * features/mips-linux.c: Likewise.
6450 * features/mips64-dsp-linux.c: Likewise.
6451 * features/mips64-linux.c: Likewise.
6452 * features/s390-linux32.c: Likewise.
6453 * features/s390-linux32v1.c: Likewise.
6454 * features/s390-linux32v2.c: Likewise.
6455 * features/s390-linux64.c: Likewise.
6456 * features/s390-linux64v1.c: Likewise.
6457 * features/s390-linux64v2.c: Likewise.
6458 * features/s390x-linux64.c: Likewise.
6459 * features/s390x-linux64v1.c: Likewise.
6460 * features/s390x-linux64v2.c: Likewise.
6461 * features/tic6x-c62x-linux.c: Likewise.
6462 * features/tic6x-c62x.c: Likewise.
6463 * features/tic6x-c64x-linux.c: Likewise.
6464 * features/tic6x-c64x.c: Likewise.
6465 * features/tic6x-c64xp-linux.c: Likewise.
6466 * features/tic6x-c64xp.c: Likewise.
6467 * target-descriptions.c: Only generate `field_type' and `type'
6468 variables when needed.
6469
6470 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
6471
6472 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
6473
6474 2012-04-25 Doug Evans <dje@google.com>
6475
6476 Initial pass at Go language support.
6477 * NEWS: Mention Go.
6478 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
6479 go-valprint.c.
6480 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
6481 (YYFILES): Add go-exp.c.
6482 (YYOBJ): Add go-exp.o.
6483 (local-maintainer-clean): Delete go-exp.c.
6484 * defs.h (enum language): Add language_go.
6485 * dwarf2read.c: #include "go-lang.h".
6486 (fixup_go_packaging): New function.
6487 (process_full_comp_unit): Call it when processing Go CUs.
6488 (dwarf2_physname): Add Go support.
6489 (read_file_scope): Handle missing language spec for GNU Go.
6490 (set_cu_language): Handle DW_LANG_Go.
6491 * go-exp.y: New file.
6492 * go-lang.h: New file.
6493 * go-lang.c: New file.
6494 * go-typeprint.c: New file.
6495 * go-valprint.c: New file.
6496 * symtab.c: #include "go-lang.h".
6497 (symbol_set_language): Handle language_go.
6498 (symbol_find_demangled_name, symbol_set_names): Ditto.
6499 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
6500
6501 2012-04-24 Jim Meyering <meyering@redhat.com>
6502
6503 avoid a few strncpy-induced buffer overruns
6504 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
6505 fname and psargs before trying to concatenate.
6506 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
6507 "name" before applying strchr.
6508
6509 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
6510
6511 * CONTRIBUTE: Use unified diff instead of context diff when
6512 generating patches.
6513
6514 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6515
6516 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
6517 code. Handle JR.HB correctly.
6518
6519 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6520
6521 * mips-tdep.c
6522 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
6523 with the other MIPS16 helpers.
6524
6525 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
6526
6527 * observer.sh: Conditionally declare `args', thus cleaning up
6528 unused instances of this variable.
6529
6530 2012-04-24 Yao Qi <yao@codesourcery.com>
6531
6532 Revert this patch to allow breakpoint always-inserted
6533 in record target.
6534 2011-12-05 Pedro Alves <pedro@codesourcery.com>
6535 * breakpoint.c: Include record.h.
6536 (breakpoints_always_inserted_mode): Return false when the record
6537 target is in use.
6538
6539 * breakpoint.c (iterate_over_bp_locations): New.
6540 * breakpoint.h: Declare.
6541 New typedef walk_bp_location_callback.
6542 * record.c (record_open): Call record_init_record_breakpoints.
6543 (record_sync_record_breakpoints): New.
6544 (record_init_record_breakpoints): New.
6545 * NEWS: Mention supporting breakpoint always-inserted mode in
6546 record target.
6547
6548 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
6549
6550 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
6551 any thread.
6552
6553 2012-04-24 Yao Qi <yao@codesourcery.com>
6554
6555 * breakpoint.c (ep_is_catchpoint): Renamed to ...
6556 (is_catchpoint): ... it.
6557 (print_one_breakpoint_location): Caller update.
6558 * breakpoint.h: Update declaration.
6559
6560 2012-04-23 David S. Miller <davem@davemloft.net>
6561
6562 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
6563
6564 2012-04-23 Tom Tromey <tromey@redhat.com>
6565
6566 * buildsym.c (add_free_pendings): Remove.
6567 * buildsym.h (add_free_pendings): Remove.
6568
6569 2012-04-23 Doug Evans <dje@google.com>
6570
6571 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
6572 attr.u.unsnd instead of attr.u.addr.
6573 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
6574 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
6575 DW_FORM_ref_udata.
6576 (dump_die_shallow): Update cases DW_FORM_ref_addr,
6577 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
6578 DW_FORM_ref_udata.
6579 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
6580
6581 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
6582
6583 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
6584 (mips_o32_return_value): Likewise.
6585 (mips_o64_return_value): Likewise.
6586
6587 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
6588
6589 * ada-lang.c (ada_evaluate_subexp): Add cases for
6590 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
6591 their treatment in eval.c.
6592
6593 2012-04-21 David S. Miller <davem@davemloft.net>
6594
6595 * sparc-tdep.c (X_DISP10): Define.
6596 (sparc_analyze_control_transfer): Handle compare-and-branch.
6597
6598 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
6599
6600 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
6601 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
6602
6603 2012-04-20 Nigel Stephens <nigel@mips.com>
6604 Maciej W. Rozycki <macro@codesourcery.com>
6605
6606 * mips-tdep.c (mips_float_register_p): New function.
6607 (mips_convert_register_float_case_p): Use mips_float_register_p.
6608 (mips_register_type): Likewise.
6609 (mips_print_register): Likewise.
6610 (print_gp_register_row): Likewise.
6611 (mips_print_registers_info): Likewise.
6612
6613 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
6614
6615 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
6616 of mips16 symbols.
6617
6618 2012-04-20 Andrew Pinski <apinski@cavium.com>
6619
6620 * MAINTAINERS (Write After Approval): Add myself to the list.
6621
6622 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6623
6624 * MAINTAINERS: Update my e-mail address.
6625
6626 2012-04-20 Pedro Alves <palves@redhat.com>
6627
6628 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
6629 $srcdir.
6630 * configure: Regenerate.
6631
6632 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6633
6634 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
6635 declaration.
6636 * gdb_vecs.h: Declare `const_char_ptr' VEC.
6637
6638 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6639
6640 Fix compilation compatibility with python-2.4
6641 * python/py-type.c (convert_field): Cast ADDRSTRING for
6642 PyObject_SetAttrString as non-const. New comment.
6643
6644 2012-04-19 Tom Tromey <tromey@redhat.com>
6645
6646 * top.c (quit_target): Use all_cleanups.
6647 * main.c (captured_command_loop): Use all_cleanups.
6648 * exceptions.c (throw_exception): Use all_cleanups.
6649
6650 2012-04-19 Pedro Alves <palves@redhat.com>
6651
6652 * Makefile.in (GNULIB_BUILDDIR): New.
6653 (LIBGNU, INCGNU, GNULIB_H): Adjust.
6654 (SUBDIRS): Add $(GNULIB_BUILDDIR).
6655 (CLEANDIRS). Remove gnulib/import.
6656 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
6657 (all-lib): Ditto.
6658 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
6659 (gnulib/import/Makefile): Replace gnulib/import with
6660 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
6661 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
6662 (aclocal_m4_deps): Remove the gnulib dependencies. Add
6663 acx_configure_dir.m4.
6664 * acinclude.m4: Include acx_configure_dir.m4.
6665 * acx_configure_dir.m4: New file.
6666 * aclocal.m4: Regenerate.
6667 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
6668 calls. Configure gnulib using ACX_CONFIGURE_DIR.
6669 (GNULIB): New variable.
6670 (GNULIB_STDINT_H): Adjust.
6671 (AC_OUTPUT): Don't output gnulib/Makefile.
6672 * gdb/defs.h: Include build-gnulib/config.h.
6673 * aclocal.m4: Regenerate.
6674 * config.in: Regenerate.
6675 * configure: Regenerate.
6676
6677 * gnulib/Makefile.in: New file.
6678 * gnulib/configure.ac: New file.
6679 * gnulib/aclocal.m4: New file.
6680 * gnulib/config.in: New file.
6681 * gnulib/configure: New file.
6682 * gnulib/: Re-run gnulib-tool to adjust.
6683
6684 2012-04-19 Doug Evans <dje@google.com>
6685
6686 * cleanups.h (struct cleanup): Move to cleanups.c.
6687 (make_cleanup_dtor_ftype): New typedef.
6688 (make_cleanup_dtor): Use it.
6689 (ALL_CLEANUPS): Replace with ...
6690 (all_cleanups): ... this. Declare. All uses updated.
6691 * cleanups.c: #include "gdb_assert.h".
6692 (sentinel_cleanup): New static global.
6693 (SENTINEL_CLEANUP): Define.
6694 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
6695 (make_my_cleanup2): Assert result is non-NULL.
6696 (all_cleanups): New function.
6697 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
6698 of NULL.
6699
6700 2012-04-19 Pedro Alves <palves@redhat.com>
6701
6702 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
6703 Adjust paths to gnulib imported files.
6704
6705 2012-04-19 Pedro Alves <palves@redhat.com>
6706
6707 * gnulib/: Move whole directory ...
6708 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
6709 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
6710 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
6711 (aclocal_m4_deps): Adjust.
6712 * aclocal.m4: Regenerate.
6713 * configure: Regenerate.
6714 * configure.ac: Adjust AC_OUTPUT output.
6715
6716 2012-04-19 Yao Qi <yao@codesourcery.com>
6717
6718 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
6719 (vec.o): New rule.
6720 * vec.c: Move it ...
6721 * common/vec.c: ... here.
6722 * vec.h: Move it ...
6723 * common/vec.h: ... here.
6724
6725 2012-04-19 Yao Qi <yao@codesourcery.com>
6726
6727 * gdb-code-style.el: New.
6728
6729 2012-04-18 Pedro Alves <palves@redhat.com>
6730
6731 Update gnulib from latest git.
6732 (639ea5ae15e39fe48d43e04864b2997301e4b969)
6733
6734 * gnulib/Makefile.am: Update.
6735 * gnulib/dummy.c: Update.
6736 * gnulib/extra/arg-nonnull.h: Update.
6737 * gnulib/extra/c++defs.h: Update.
6738 * gnulib/extra/update-copyright: Update.
6739 * gnulib/extra/warn-on-use.h: Update.
6740 * gnulib/inttypes.in.h: Update.
6741 * gnulib/m4/00gnulib.m4: Update.
6742 * gnulib/m4/extensions.m4: Update.
6743 * gnulib/m4/gnulib-cache.m4: Update.
6744 * gnulib/m4/gnulib-common.m4: Update.
6745 * gnulib/m4/gnulib-comp.m4: Update.
6746 * gnulib/m4/gnulib-tool.m4: Update.
6747 * gnulib/m4/include_next.m4: Update.
6748 * gnulib/m4/inttypes-pri.m4: Update.
6749 * gnulib/m4/inttypes.m4: Update.
6750 * gnulib/m4/longlong.m4: Update.
6751 * gnulib/m4/memchr.m4: Update.
6752 * gnulib/m4/memmem.m4: Update.
6753 * gnulib/m4/mmap-anon.m4: Update.
6754 * gnulib/m4/multiarch.m4: Update.
6755 * gnulib/m4/onceonly.m4: Update.
6756 * gnulib/m4/stddef_h.m4: Update.
6757 * gnulib/m4/stdint.m4: Update.
6758 * gnulib/m4/string_h.m4: Update.
6759 * gnulib/m4/warn-on-use.m4: Update.
6760 * gnulib/m4/wchar_h.m4: Update.
6761 * gnulib/m4/wchar_t.m4: Update.
6762 * gnulib/m4/wint_t.m4: Update.
6763 * gnulib/memchr.c: Update.
6764 * gnulib/memmem.c: Update.
6765 * gnulib/stddef.in.h: Update.
6766 * gnulib/stdint.in.h: Update.
6767 * gnulib/str-two-way.h: Update.
6768 * gnulib/string.in.h: Update.
6769 * gnulib/wchar.in.h: Update.
6770
6771 * gnulib/extra/arg-nonnull.h: Delete.
6772 * gnulib/extra/c++defs.h: Delete.
6773 * gnulib/extra/warn-on-use.h: Delete.
6774 * gnulib/m4/wchar_h.m4: Delete.
6775 * gnulib/m4/wint_t.m4: Delete.
6776 * gnulib/wchar.in.h: Delete.
6777
6778 * gnulib/extra/snippets/arg-nonnull.h: New.
6779 * gnulib/extra/snippets/c++defs.h: New.
6780 * gnulib/extra/snippets/warn-on-use.h: New.
6781
6782 * aclocal.m4: Regenerate.
6783 * config.in: Regenerate.
6784 * configure: Regenerate.
6785 * gnulib/Makefile.in: Regenerate.
6786
6787 2012-04-18 Pedro Alves <palves@redhat.com>
6788
6789 Reimport the update-copyright module from gnulib
6790 (250b80067c1e1d8faa0c42fb572f721975b929c5).
6791
6792 * configure: Regenerate.
6793 * gnulib/Makefile.am: Update.
6794 * gnulib/Makefile.in: Regenerate.
6795 * gnulib/extra/update-copyright: Update.
6796 * gnulib/m4/gnulib-cache.m4: Update.
6797 * gnulib/m4/gnulib-comp.m4: Update.
6798
6799 2012-04-18 Tristan Gingold <gingold@adacore.com>
6800
6801 * configure.ac (aix): Put -lpthread into libs.
6802 * configure: Regenerate.
6803
6804 2012-04-18 Tom Tromey <tromey@redhat.com>
6805
6806 * linespec.c (convert_linespec_to_sals): Don't use
6807 SYMBOL_OBJ_SECTION.
6808 (compare_msymbols): Arguments are minsym_and_objfile, not
6809 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
6810
6811 2012-04-18 Pedro Alves <palves@redhat.com>
6812
6813 Revert gnulib/ part of:
6814 2011-01-01 Joel Brobecker <brobecker@adacore.com>
6815 Copyright year update in most files (performed by copyright.sh).
6816
6817 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6818
6819 Fix 64-bit constants on 32-bit hosts.
6820 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
6821 from unsigned long to ULONGEST.
6822 (read_signed_leb128): Change declaration return type from long to
6823 LONGEST.
6824 (dwarf2_const_value_attr): Change declaration parameter value from long
6825 to LONGEST.
6826 (dwarf2_compute_name): Change variable value from long to LONGEST.
6827 (read_unsigned_leb128): Change return type, variable result and some
6828 casts from unsigned long to ULONGEST.
6829 (read_signed_leb128): Change return type, variable result and some
6830 casts from long to LONGEST.
6831 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
6832 value from long to LONGEST.
6833 (dwarf2_const_value): Change variable value from long to LONGEST.
6834 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
6835 plongest and hex_string.
6836 * symtab.h (struct general_symbol_info): Change ivalue from long to
6837 LONGEST, remove the comment.
6838 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
6839 Change SYMBOL_VALUE format strings to use plongest and hex_string.
6840
6841 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
6842
6843 PR symtab/7259:
6844 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
6845 * ada-lang.c (ada_discrete_type_high_bound)
6846 (ada_discrete_type_low_bound): Fix function comment. Use
6847 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6848 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
6849 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6850 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
6851 Use TYPE_FIELD_ENUMVAL.
6852 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
6853 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6854 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
6855 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
6856 TYPE_CODE_ENUM.
6857 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
6858 * dwarf2read.c (process_enumeration_scope): Likewise.
6859 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
6860 field.bitpos.
6861 (class StructMainTypePrettyPrinter): Support also
6862 FIELD_LOC_KIND_ENUMVAL.
6863 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
6864 TYPE_CODE_ENUM.
6865 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6866 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
6867 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
6868 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
6869 field enumval.
6870 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
6871 accommodate enumval.
6872 (struct call_site): Adjust loc_kind to accommodate enumval.
6873 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
6874 (TYPE_FIELD_ENUMVAL): New macros.
6875 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
6876 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
6877 TYPE_CODE_ENUM.
6878 * p-typeprint.c (pascal_type_print_base): Likewise.
6879 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
6880 enumval.
6881 * python/lib/gdb/types.py (make_enum_dict): Likewise.
6882 * python/py-type.c (convert_field): New variable addrstring. Use
6883 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6884 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
6885 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
6886 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
6887 TYPE_CODE_ENUM.
6888 * valprint.c (generic_val_print): Likewise.
6889
6890 2012-04-17 Doug Evans <dje@google.com>
6891
6892 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
6893
6894 * dwarf2read.c: Whitespace fixes.
6895 (lookup_signatured_type): Tweak comment.
6896 (get_die_type_at_offset): Fix comment.
6897
6898 2012-04-17 Joel Brobecker <brobecker@adacore.com>
6899
6900 * xcoffread.c (xcoff_secnum_to_sections): New function.
6901 (secnum_to_section, secnum_to_bfd_section): Reimplement
6902 using xcoff_secnum_to_sections. Rename "secnum" parameter
6903 into "n_scnum".
6904 (RECORD_MINIMAL_SYMBOL): Delete.
6905 (record_minimal_symbol): New function.
6906 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
6907 by call to record_minimal_symbol and set misc_func_recorded
6908 to 1. Set last_csect_sec to the XCOFF section index instead
6909 of GDB's section_offset index. Update calls to
6910 prim_record_minimal_symbol_and_info to pass the BFD section
6911 as well.
6912
6913 2012-04-17 Joel Brobecker <brobecker@adacore.com>
6914
6915 * xcoffread.c (read_xcoff_symtab): Delete variables
6916 last_csect_val and last_csect_sec and associated code.
6917
6918 2012-04-17 Doug Evans <dje@google.com>
6919
6920 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
6921 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6922 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
6923 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
6924
6925 * cleanups.h: New file.
6926 * cleanups.c: New file.
6927 * Makefile.in (SFILES): Add cleanups.c.
6928 (HFILES_NO_SRCDIR): Add cleanups.h.
6929 (COMMON_OBS): Add cleanups.o.
6930 * defs.h (struct cleanup): Moved to cleanups.h.
6931 (do_cleanups,do_final_cleanups): Ditto.
6932 (discard_cleanups,discard_final_cleanups): Ditto
6933 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6934 (save_cleanups,save_final_cleanups): Ditto.
6935 (restore_cleanups,restore_final_cleanups): Ditto.
6936 (null_cleanup): Ditto.
6937 (make_my_cleanup,make_my_cleanup2): Ditto.
6938 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6939 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
6940 (do_cleanups,do_final_cleanups): Ditto.
6941 (discard_cleanups,discard_final_cleanups): Ditto
6942 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6943 (save_cleanups,save_final_cleanups): Ditto.
6944 (restore_cleanups,restore_final_cleanups): Ditto.
6945 (null_cleanup): Ditto.
6946 (make_my_cleanup,make_my_cleanup2): Ditto.
6947 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6948
6949 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
6950 make_my_cleanup.
6951 (make_cleanup_dyn_string_delete): Ditto.
6952 (make_cleanup_ui_file_delete): Ditto.
6953 (make_cleanup_ui_out_redirect_pop): Ditto.
6954 (make_cleanup_free_section_addr_info): Ditto.
6955 (make_cleanup_restore_integer): Ditto.
6956 (make_cleanup_unpush_target): Ditto.
6957 (make_cleanup_value_free_to_mark): Ditto.
6958 (make_cleanup_value_free): Ditto.
6959 (make_cleanup_free_so): Ditto.
6960
6961 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6962
6963 New option "set debug auto-load".
6964 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
6965 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
6966 (auto_load_safe_path_vec_update)
6967 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
6968 if DEBUG_AUTO_LOAD.
6969 (file_is_auto_load_safe): New parameters debug_fmt and ....
6970 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
6971 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
6972 caller by explanatory string.
6973 (_initialize_auto_load): Register "set debug auto-load".
6974 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
6975 and ....
6976 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6977 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
6978 by explanatory string.
6979 * main.c (captured_main): Likewise.
6980 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
6981 (source_section_scripts): Likewise.
6982
6983 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6984
6985 New option "set auto-load safe-path".
6986 * NEWS: New commands "set auto-load safe-path"
6987 and "show auto-load safe-path".
6988 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
6989 (auto_load_safe_path, auto_load_safe_path_vec)
6990 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
6991 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
6992 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
6993 (source_gdb_script_for_objfile): New variable is_safe. Call
6994 file_is_auto_load_safe. Return if it is not.
6995 (struct loaded_script): New field loaded.
6996 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
6997 (print_script): Use LOADED indicator instead of FULL_PATH. Change
6998 output "Missing" to "No".
6999 (_initialize_auto_load): New variable cmd. Initialize
7000 auto_load_safe_path. Register "set auto-load safe-path",
7001 "show auto-load safe-path" and "add-auto-load-safe-path".
7002 * auto-load.h (maybe_add_script): Add parameter loaded.
7003 (file_is_auto_load_safe): New declaration.
7004 * config.in: Regenerate.
7005 * configure: Regenerate.
7006 * configure.ac: New parameters --with-auto-load-safe-path
7007 and --without-auto-load-safe-path.
7008 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7009 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
7010 * main.c (captured_main): Check file_is_auto_load_safe for
7011 LOCAL_GDBINIT.
7012 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
7013 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
7014 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
7015 not.
7016
7017 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7018
7019 auto-load: Implementation.
7020 * NEWS: New descriptions for "info auto-load",
7021 "info auto-load gdb-scripts", "info auto-load python-scripts",
7022 "info auto-load local-gdbinit" and "info auto-load libthread-db".
7023 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
7024 and "show auto-load-scripts". New description for "set auto-load",
7025 "show auto-load", "set auto-load gdb-scripts",
7026 "show auto-load gdb-scripts", "set auto-load python-scripts",
7027 "show auto-load python-scripts", "set auto-load local-gdbinit",
7028 "show auto-load local-gdbinit", "set auto-load libthread-db" and
7029 "show auto-load libthread-db".
7030 * auto-load.c: Remove include python/python-internal.h. Add includes
7031 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
7032 cli/cli-setshow.h.
7033 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
7034 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
7035 (gdbpy_global_auto_load): Rename to ...
7036 (global_auto_load): ... here.
7037 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7038 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
7039 (script_language_gdb, source_gdb_script_for_objfile): New.
7040 (struct loaded_script): New field language.
7041 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
7042 LANGUAGE.
7043 (maybe_add_script): Add parameter language. Drop redundant
7044 entry.full_path initialization. Initialize entry.language and
7045 (*slot)->language.
7046 (auto_load_objfile_script): Change parameter suffix to language.
7047 Remove the call of maybe_add_script.
7048 Call language->source_script_for_objfile.
7049 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
7050 New.
7051 (collect_matching_scripts): Adjust it for
7052 struct collect_matching_scripts_data.
7053 (auto_load_info_scripts_pattern_nl): New variable.
7054 (info_auto_load_scripts): Rename to ...
7055 (auto_load_info_scripts): ... here, add parameter language. Adjust it
7056 for struct collect_matching_scripts_data.
7057 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
7058 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
7059 (auto_load_show_cmdlist_get, info_auto_load_cmd)
7060 (auto_load_info_cmdlist_get): New.
7061 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
7062 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
7063 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
7064 "info auto-load local-gdbinit".
7065 * auto-load.h (struct script_language): New.
7066 (gdbpy_global_auto_load): Rename to ...
7067 (global_auto_load): ... here.
7068 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7069 (auto_load_local_gdbinit_loaded): New declarations.
7070 (maybe_add_script): New parameter language.
7071 (auto_load_objfile_script): Change parameter suffix to language.
7072 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
7073 (auto_load_info_scripts, auto_load_set_cmdlist_get)
7074 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
7075 declarations.
7076 * linux-thread-db.c: Include auto-load.h and ctype.h.
7077 (auto_load_thread_db, show_auto_load_thread_db): New.
7078 (struct thread_db_info): New field filename.
7079 (delete_thread_db_info): Call xfree for FILENAME.
7080 (try_thread_db_load): Initialize FILENAME.
7081 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
7082 if !AUTO_LOAD_THREAD_DB.
7083 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
7084 (_initialize_thread_db): Install auto_load_thread_db
7085 as "set auto-load libthread-db" and install info_auto_load_libthread_db
7086 as "info auto-load libthread-db".
7087 * main.c (captured_main): Rename gdbpy_global_auto_load to
7088 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
7089 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
7090 (print_gdb_help): Extend the help for 'local init file'.
7091 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
7092 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
7093 (auto_load_scripts): Rename to ...
7094 (auto_load_python_scripts): ... here, update the comment.
7095 (gdbpy_load_auto_script_for_objfile): New declaration.
7096 (show_auto_load_python_scripts, script_language_python)
7097 (gdbpy_load_auto_script_for_objfile): New.
7098 (source_section_scripts): Refactor the code.
7099 (load_auto_scripts_for_objfile): Rename to ...
7100 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
7101 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
7102 (info_auto_load_python_scripts): New.
7103 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
7104 Rename "set auto-load-scripts" to "set auto-load python-scripts".
7105 Register "set auto-load-scripts" as its deprecated alias. Register
7106 "info auto-load python-scripts". Register "info auto-load-scripts" as
7107 its deprecated alias.
7108 (load_auto_scripts_for_objfile): Rename to ...
7109 (gdbpy_load_auto_scripts_for_objfile): ... here.
7110 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
7111 (gdbpy_load_auto_scripts_for_objfile): ... here.
7112
7113 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7114
7115 auto-load: Move files.
7116 * Makefile.in (SFILES): Add auto-load.c.
7117 (HFILES_NO_SRCDIR): Add auto-load.h.
7118 (COMMON_OBS): Add auto-load.o.
7119 (distclean): Change .gdbinit for gdb-gdb.gdb.
7120 * auto-load.c: New file, with parts from python/py-auto-load.c.
7121 * auto-load.h: New file, with parts from python/python.h.
7122 * configure: Regenerate.
7123 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
7124 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
7125 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
7126 * main.c: Include auto-load.h.
7127 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
7128 command.h, observer.h and progspace.h to auto-load.c. Add include
7129 auto-load.h.
7130 (gdbpy_global_auto_load, struct auto_load_pspace_info)
7131 (struct loaded_script, auto_load_pspace_data)
7132 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
7133 (hash_loaded_script_entry, eq_loaded_script_entry)
7134 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
7135 (maybe_add_script): Move to auto-load.c.
7136 (source_section_scripts): Change maybe_add_script parameters passing,
7137 use script_not_found_warning_print.
7138 (clear_section_scripts, auto_load_objfile_script)
7139 (auto_load_new_objfile, loaded_script_ptr)
7140 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
7141 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
7142 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
7143 auto_load_new_objfile and info_auto_load_scripts initizations to
7144 auto-load.c.
7145 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
7146
7147 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7148
7149 Code cleanup.
7150 * charset.c (find_charset_names): Remove variables ix and elt.
7151 Use free_char_ptr_vec.
7152 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
7153 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
7154 debugdir_end. New variable debugdir_len.
7155 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
7156 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
7157 declarations.
7158 * progspace.c (clear_program_space_solib_cache): Remove variables ix
7159 and elt. Use free_char_ptr_vec.
7160 * source.c (add_path): Remove variables argv, arg and argv_index.
7161 New variables dir_vec, back_to, ix and name.
7162 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
7163 make_cleanup_freeargv. Remove variable separator. Simplify the code
7164 no longer expecting DIRNAME_SEPARATOR.
7165 (openp): Remove variable p, p1 and len. New variables dir_vec,
7166 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
7167 no longer expecting DIRNAME_SEPARATOR.
7168 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
7169 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
7170 debugdir_end.
7171 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
7172 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
7173 (dirnames_to_char_ptr_vec): New functions.
7174
7175 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7176
7177 Code cleanup.
7178 * source.c (add_path): Remove always true conditional 'p == 0' and
7179 unindent its code block.
7180
7181 2012-04-17 Pedro Alves <palves@redhat.com>
7182
7183 * gdbtypes.h (FIELD_BITPOS): Rename to ...
7184 (FIELD_BITPOS_LVAL): ... this.
7185 (FIELD_BITPOS): New.
7186 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
7187 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
7188 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
7189 SET_FIELD_BITPOS.
7190 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
7191 SET_FIELD_BITPOS.
7192 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
7193 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
7194 * target-descriptions.c (tdesc_gdb_type): Adjust to use
7195 SET_FIELD_BITPOS.
7196
7197 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7198
7199 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
7200 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
7201 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
7202 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
7203 * jv-lang.c (java_link_class_type): Likewise, once.
7204 * stabsread.c (read_enum_type): Likewise.
7205
7206 2012-04-16 Yao Qi <yao@codesourcery.com>
7207
7208 * common/agent.c (agent_run_command): Add one more parameter `len'.
7209 Update callers.
7210 * common/agent.h: Update declaration.
7211 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
7212 Update.
7213 (linux_child_static_tracepoint_markers_by_strid): Ditto.
7214
7215 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
7216
7217 PR mi/13393
7218 * value.c (value_actual_type): New function.
7219 * value.h (value_actual_type): New declaration.
7220 * varobj.c (update_type_if_necessary): New function.
7221 (varobj_create): Call value_actual_type instead of
7222 value_type.
7223 (install_dynamic_child): distinct changed and type changed MI variable
7224 objects.
7225 (update_dynamic_varobj_children): Updated for install_dynamic_child
7226 change. All callers updated.
7227 (varobj_update): Support for MI variable object type change if
7228 the value changed and RTTI is used to determine the type.
7229 (create_child_with_value): Call value_actual_type instead of
7230 value_type.
7231 (adjust_value_for_child_access): Extended with a new parameter which
7232 specify whether the given value should be casted to enclosing type.
7233 All callers updated.
7234
7235 2012-04-14 Yao Qi <yao@codesourcery.com>
7236
7237 Import gnulib module inttypes from git
7238 (250b80067c1e1d8faa0c42fb572f721975b929c5)
7239 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
7240 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
7241 gnulib/m4/inttypes-pri.m4
7242 * aclocal.m4, config.in, configure: Regenerated.
7243 * gnulib/Makefile.am: Update.
7244 * gnulib/Makefile.in: Update.
7245 * gnulib/m4/gnulib-cache.m4: Update.
7246 * gnulib/m4/gnulib-comp.m4: Update.
7247 * gnulib/inttypes.in.h: New.
7248 * gnulib/m4/inttypes-pri.m4: New.
7249 * gnulib/m4/inttypes.m4: New.
7250
7251 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
7252
7253 * infrun.c (resume): Update PC address to the real PC after
7254 preparing to do displaced stepping.
7255
7256 2012-04-12 Doug Evans <dje@google.com>
7257
7258 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
7259 All callers updated.
7260
7261 2012-04-12 Mark Kettenis <kettenis@gnu.org>
7262
7263 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
7264
7265 2012-04-12 Doug Evans <dje@google.com>
7266
7267 * dwarf2read.c (create_all_type_units): Renamed from
7268 create_debug_types_hash_table. All callers updated.
7269
7270 * dwarf2read.c (create_signatured_type_table_from_index): Rename
7271 local type_sig to sig_type, type_offset to type_offset_in_tu.
7272 (hash_signatured_type): Renamed from hash_type_signature,
7273 all callers updated.
7274 (eq_signatured_type): Renamed from eq_type_signature,
7275 all callers updated.
7276 (create_debug_types_hash_table): Rename local type_sig to sig_type.
7277 (process_enumeration_scope): Ditto.
7278 (lookup_signatured_type_at_offset): Ditto.
7279 (load_full_type_unit, read_signatured_type): Ditto.
7280
7281 2012-04-12 Yao Qi <yao@codesourcery.com>
7282
7283 * remote.c (async_remote_interrupt): Correct function name in
7284 debug message.
7285 (async_remote_interrupt_twice): Ditto.
7286
7287 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
7288
7289 * source.c (find_and_open_source): Consistently pass resulting
7290 full path through xfullpath.
7291
7292 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7293
7294 Provide more specific displaced-stepping memory error message.
7295 * infrun.c (displaced_step_prepare): New variable status. Call
7296 target_read_memory instead of read_memory, provide more specific
7297 error message.
7298
7299 2012-04-11 Tristan Gingold <gingold@adacore.com>
7300
7301 PR gdb/13901
7302 * darwin-nat.c (darwin_execvp): Revert previous patch.
7303
7304 2012-04-11 Tristan Gingold <gingold@adacore.com>
7305
7306 PR gdb/13901
7307 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
7308 in case of change.
7309
7310 2012-04-11 Tristan Gingold <gingold@adacore.com>
7311
7312 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7313 warning.
7314
7315 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
7316
7317 New command 'explore' which helps explore values and types in
7318 scope.
7319 * NEWS: Add an entry about the new 'explore' command.
7320 * data-directory/Makefile.in: Add gdb/command/explore.py
7321 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
7322 command using the GDB Python API.
7323
7324 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
7325
7326 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
7327 extension in jump target calculation.
7328
7329 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
7330
7331 * mips-tdep.c (mips32_next_pc): Handle JALX.
7332
7333 2012-04-10 Yao Qi <yao@codesourcery.com>
7334
7335 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
7336
7337 2012-04-10 Yao Qi <yao@codesourcery.com>
7338
7339 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
7340 and gnulib/m4/gnulib-tool.m4.
7341
7342 2012-04-10 Doug Evans <dje@google.com>
7343
7344 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
7345 (load_partial_dies): Clarify comment.
7346 (find_partial_die): Support rereading type units.
7347 Clarify CU handling, if we know offset is in CU, don't search for the
7348 containing CU. Add comment regarding memory waste.
7349
7350 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
7351
7352 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
7353 i386/x32-avx and i386/x32-avx-linux.
7354 (i386/x32-expedite): New.
7355 (i386/x32-linux-expedite): Likewise.
7356 (i386/x32-avx-expedite): Likewise.
7357 (i386/x32-avx-linux-expedite): Likewise.
7358 ($(outdir)/i386/x32.dat): Likewise.
7359 ($(outdir)/i386/x32-linux.dat): Likewise.
7360 ($(outdir)/i386/x32-avx.dat): Likewise.
7361 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
7362
7363 * features/i386/x32-avx-linux.xml: New file.
7364 * features/i386/x32-avx.xml: Likewise.
7365 * features/i386/x32-core.xml: Likewise.
7366 * features/i386/x32-linux.xml: Likewise.
7367 * features/i386/x32.xml: Likewise.
7368
7369 * features/i386/x32-avx-linux.c: New. Generated.
7370 * features/i386/x32-avx.c: Likewise.
7371 * features/i386/x32-linux.c: Likewise.
7372 * features/i386/x32.c: Likewise.
7373 * regformats/i386/x32-avx-linux.dat: Likewise.
7374 * regformats/i386/x32-avx.dat: Likewise.
7375 * regformats/i386/x32-linux.dat: Likewise.
7376 * regformats/i386/x32.dat: Likewise.
7377
7378 2012-04-10 Tristan Gingold <gingold@adacore.com>
7379
7380 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
7381 code to kill the inferior.
7382
7383 2012-04-09 Mark Kettenis <kettenis@gnu.org>
7384
7385 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7386 defines.
7387 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7388 defines.
7389 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
7390 (yyvsp): New defines.
7391 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7392 defines.
7393 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7394 defines.
7395 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7396 defines.
7397 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7398 defines.
7399 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7400 defines.
7401
7402 2012-04-09 Mark Kettenis <kettenis@gnu.org>
7403
7404 * sparc64-tdep.c (sparc64_store_arguments)
7405 (sparc64_store_arguments): Fix coding style.
7406
7407 2012-04-07 Mark Kettenis <kettenis@gnu.org>
7408
7409 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
7410 complex floats, adjust some related comments and tighten a related
7411 assertion.
7412 (sparc64_extract_return_value): Handle complex floats.
7413
7414 2012-04-07 Doug Evans <dje@google.com>
7415
7416 * dwarf2read.c (load_partial_dies): Change condition to assert.
7417
7418 2012-04-06 Doug Evans <dje@google.com>
7419
7420 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
7421 "mov %rsp,%rbp".
7422
7423 2012-04-05 Kevin Buettner <kevinb@redhat.com>
7424
7425 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
7426 fencepost error.
7427 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
7428 (v850_gdbarch_init): Set `num_regs' as appropriate for the
7429 architecture.
7430
7431 2012-04-05 Keith Seitz <keiths@redhat.com>
7432
7433 * linespec.c (decode_compound): Remove.
7434 (enum offset_relative_sign): New enum.
7435 (struct line_offset): New struct.
7436 (struct linespec): New struct.
7437 (struct linespec_state): Move file_symtabs,
7438 user_filename, and user_function into struct linespec.
7439 Make result an anonymous struct holding vectors of
7440 symbolp and minsym_and_objfile_d.
7441 Add language member.
7442 (enum ls_token_type): New enum.
7443 (linespec_keywords): New array.
7444 (struct ls_token): New struct.
7445 (struct ls_parser): New struct.
7446 (linespec_lexer_lex_number): New function.
7447 (linespec_lexer_lex_keyword): New function.
7448 (is_ada_operator): New function.
7449 (skip_quote_char): New function.
7450 (copy_token_string): New function.
7451 (is_closing_quote_enclosed): New function.
7452 (find_parameter_list_end): New function.
7453 (linespec_lexer_lex_string): New function.
7454 (linespec_lexer_lex_one): New function.
7455 (linespec_lexer_consume_token): New function.
7456 (linespec_lexer_peek_token): New function.
7457 (cplusplus_error): Remove unused function.
7458 (find_methods): Update comment.
7459 (find_toplevel_char): Return const.
7460 (is_objc_method_format): Remove unused function.
7461 (find_toplevel_string): New function.
7462 (is_linespec_boundary): Remove.
7463 (symbol_not_found_error): New function.
7464 (find_method_overload_end): Remove function.
7465 (unexpected_linespec_error): New function.
7466 (keep_name_info): Remove.
7467 (linespec_parse_line_offset): New function.
7468 (linespec_parse_basic): New function.
7469 (canonicalize_linespec): New function.
7470 (decode_line_internal): Remove.
7471 (create_sals_line_offset): New function adapted from
7472 decode_all_digits.
7473 (convert_linespec_to_sals): New function.
7474 (parse_linespec): New function.
7475 (linespec_parser_new): New function.
7476 (linespec_state_destructor): Change parameter type to
7477 struct linespec_state *.
7478 Add language parameter.
7479 Remove freeing of moved members.
7480 (linespec_parser_delete): New function.
7481 (decode_line_full): Use parse_linespec and linespec_parser_new.
7482 (decode_line_1): Likewise.
7483 (decode_indirect): Rename to ...
7484 (linespec_expression_to_pc): ... this and rewrite
7485 to simply find CORE_ADDR, storing this result for later
7486 conversion to SALs.
7487 (locate_first_half): Remove.
7488 (deocde_objc): Add parameter LS.
7489 Initialize new struct collect_info members.
7490 Handle minimal symbols, too.
7491 (decode_compound): Delete.
7492 (lookup_prefix_sym): Rewrite.
7493 (compare_msymbols): New function.
7494 (find_method): Rewrite.
7495 Do not call cplusplus_error.
7496 (symtabs_from_filename): Rewrite.
7497 (collect_function_symbols): Delete.
7498 (find_function_symbols): Rewrite without ARGPTR-style
7499 processing.
7500 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
7501 (decode_dollar): Adapted and renamed to ...
7502 (linespec_parse_variable): ... this.
7503 (find_linespec_symbols): New function.
7504 (decode_label): Adapted and renamed to ...
7505 (find_label_symbols): ... this.
7506 (decode_digits_list_mode): Add and use LS argument.
7507 (decode_digits_ordinary): Likewise.
7508 (collect_symbols): Do not collect SALs, just symbols and msymbols.
7509 If in list mode, allow any symbol class. Otherwise, only
7510 permit LOC_BLOCK symbols.
7511 (minsym_found): Update comments.
7512 (search_minsyms_for_name): Do not convert the matching symbol
7513 into a SAL. Simply push the symbol and objfile into the
7514 result vector.
7515 (decode_variable): Delete. Contents adapted into
7516 find_linespec_symbols.
7517
7518 * cp-support.c (SKIP_SPACE): Remove.
7519 (operator_tokens): Remove unused global.
7520 (cp_validate_operator): Remove.
7521 * cp-support.h (cp_validate_operator): Remove declaration.
7522
7523 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7524
7525 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
7526 for TYPE_VPTR_FIELDNO.
7527 * valprint.c (valprint_check_validity): Make it global, move the
7528 function comment ...
7529 * value.h (valprint_check_validity): ... to this new declaration.
7530
7531 2012-04-02 Tristan Gingold <gingold@adacore.com>
7532
7533 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
7534 the STATE32 api for i386 state.
7535 (i386_darwin_store_inferior_registers): Likewise.
7536
7537 2012-04-02 Tristan Gingold <gingold@adacore.com>
7538
7539 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
7540 SS offset.
7541 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7542 format_string.
7543
7544 2012-04-02 Tristan Gingold <gingold@adacore.com>
7545
7546 PR gdb/13901
7547 * darwin-nat.c (darwin_execvp): Set binary preference.
7548
7549 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7550
7551 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
7552
7553 2012-03-30 Tom Tromey <tromey@redhat.com>
7554
7555 * python/python.c (gdbpy_decode_line): Move cleanup creation out
7556 of TRY_CATCH. Fix error handling.
7557 * python/py-value.c (convert_value_from_python): Move 'old'
7558 declaration to innermost scope.
7559
7560 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7561 Andrey Smirnov <andrew.smirnov@gmail.com>
7562
7563 -Wshadow warning fix.
7564 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
7565 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
7566 Adjust code accordingly.
7567
7568 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7569
7570 * ada-lang.c (symbol_completion_add): Rename parameter
7571 "encoded" into "encoded_p". Ajust code and documentation
7572 accordingly.
7573
7574 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7575 Andrey Smirnov <andrew.smirnov@gmail.com>
7576
7577 -Wshadow warning fix.
7578 * ada-lang.c (symbol_completion_add): Rename parameter
7579 "wild_match" into wild_match_p. Update code and documentation
7580 accordingly.
7581
7582 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7583
7584 * ada-lang.c (symbol_completion_match): Rename parameter
7585 "encoded" into "encoded_p". Ajust code and documentation
7586 accordingly.
7587
7588 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7589 Andrey Smirnov <andrew.smirnov@gmail.com>
7590
7591 -Wshadow warning fix.
7592 * ada-lang.c (symbol_completion_match): Rename parameter
7593 "wild_match" into "wild_match_p". Adjust code and function
7594 documentation accordingly.
7595
7596 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7597 Andrey Smirnov <andrew.smirnov@gmail.com>
7598
7599 -Wshadow warning fix.
7600 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
7601 "symbol_info" into "info". Adjust code accordingly.
7602 (ada_lookup_symbol): Likewise.
7603
7604 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7605
7606 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
7607 of this function's documentation.
7608
7609 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7610 Andrey Smirnov <andrew.smirnov@gmail.com>
7611
7612 -Wshadow warning fix.
7613 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
7614 variable into "wild_match_p". Adjust code accordingly.
7615
7616 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7617 Andrey Smirnov <andrew.smirnov@gmail.com>
7618
7619 -Wshadow warning fix.
7620 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
7621 parameter into "wild_match_p". Adjust code accordingly.
7622 Document this parameter in the function description.
7623
7624 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7625 Andrey Smirnov <andrew.smirnov@gmail.com>
7626
7627 -Wshadow warning fix.
7628 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
7629 "wild_match" parameter to "wild_match_p" (-Wshadow).
7630
7631 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7632
7633 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
7634 in function documentation.
7635
7636 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7637 Andrey Smirnov <andrew.smirnov@gmail.com>
7638
7639 -Wshadow warning fix.
7640 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
7641 variable into wild_match_p. Adjust code accordingly.
7642
7643 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7644 Andrey Smirnov <andrew.smirnov@gmail.com>
7645
7646 * ada-valprint.c (ada_val_print_1): Move the code handling
7647 TYPE_CODE_ENUM inside its own lexical block. Declare
7648 variables len and val there, instead of in the function's
7649 top level block. Avoid declaring deref_val again in a way
7650 that shadows another variable of the same name declared
7651 in one of the up-level blocks. Just re-use the up-level
7652 variable instead.
7653
7654 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7655
7656 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
7657 Replace block_found argument by symbol_info. Adjust
7658 implementation accordingly. Add function documentation.
7659 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
7660 Fix documentation.
7661 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
7662 * ada-exp.y (write_object_renaming): Adjust to new
7663 ada_lookup_encoded_symbol API.
7664
7665 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7666
7667 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
7668 documentation.
7669
7670 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
7671
7672 * v850-tdep.c: Add the enum values for mpu and fpu registers.
7673 (v850_register_name): Add the mpu and fpu register names.
7674 (v850e_register_name): Add the mpu and fpu register names.
7675 (v850e2_register_name): New function.
7676 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
7677 bfd_mach_v850e2v3.
7678
7679 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7680
7681 * NEWS: Add entry for Ada varobj support.
7682
7683 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7684
7685 * varobj.c (default_value_is_changeable_p): New function,
7686 extracted from varobj_value_is_changeable_p. Add declaration.
7687 (ada_value_is_changeable_p): New function, extracted from
7688 varobj_value_is_changeable_p. Add declaration.
7689 (struct language_specific): New field "value_is_changeable_p".
7690 (languages): Add entries for new field.
7691 (varobj_create): Set language before calling install_new_value.
7692 (varobj_value_is_changeable_p): Reimplement to call the varobj's
7693 "value_is_changeable_p" language callback.
7694
7695 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7696
7697 * ada-varobj.h, ada-varobj.c: New files.
7698 * Makefile.in (SFILES): Add ada-varobj.c.
7699 (HFILES_NO_SRCDIR): Add ada-varobj.h.
7700 (COMMON_OBS): Add ada-varobj.o.
7701
7702 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7703
7704 * varobj.c (ada_value_has_mutated): Add declaration. New function.
7705 (struct language_specific): New field "value_has_mutated".
7706 (languages): Set field "value_has_mutated" in each entry of array.
7707 (varobj_value_has_mutated): New function.
7708 (varobj_udpdate): Add handling of type mutation.
7709 (value_of_root): Add handling of type mutation.
7710 (ada_value_has_mutated): New function.
7711
7712 2012-03-28 Pedro Alves <palves@redhat.com>
7713
7714 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
7715 Always supply $fr0 as 0.0 and $fr1 as 1.0.
7716
7717 2012-03-28 Tom Tromey <tromey@redhat.com>
7718
7719 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
7720 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
7721 before returning.
7722
7723 2012-03-28 Tom Tromey <tromey@redhat.com>
7724
7725 * .dir-locals.el: New file.
7726
7727 2012-03-28 Pedro Alves <palves@redhat.com>
7728
7729 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
7730
7731 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7732
7733 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
7734 handling for r0.
7735
7736 2012-03-27 Pedro Alves <palves@redhat.com>
7737
7738 Eliminate struct ui_stream.
7739
7740 * ui-out.h (struct ui_stream): Delete.
7741 (ui_out_field_stream): Adjust prototype.
7742 (ui_out_stream_new, ui_out_stream_delete)
7743 (make_cleanup_ui_out_stream_delete): Delete declarations.
7744 * ui-out.c (ui_out_field_stream): Change prototype to take a
7745 ui_file instead of a ui_stream. Adjust.
7746 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
7747 (make_cleanup_ui_out_stream_delete): Delete.
7748 * breakpoint.c (print_breakpoint_location)
7749 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
7750 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7751 * disasm.c (dump_insns): Ditto.
7752 (do_mixed_source_and_assembly, do_assembly_only): Adjust
7753 prototype.
7754 (gdb_disassembly): Use ui_file/mem_fileopen instead of
7755 ui_stream/ui_out_stream_new.
7756 * infcmd.c (print_return_value): Ditto.
7757 * osdata.c (info_osdata_command): Don't allocate a local
7758 ui_stream.
7759 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
7760 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7761 * tracepoint.c (print_one_static_tracepoint_marker): Don't
7762 allocate a local ui_stream.
7763 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
7764 instead of ui_stream/ui_out_stream_new.
7765 (list_args_or_locals): Don't allocate a local ui_stream.
7766 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
7767 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
7768 ui_stream/ui_out_stream_new.
7769 * cli/cli-setshow.c (do_setshow_command): Ditto.
7770
7771 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
7772
7773 * arm-linux-tdep.c (arm_linux_init_abi): Call
7774 set_gdbarch_process_record. Initialize `arm_swi_record' field.
7775 * arm-tdep.c (arm_process_record): New function.
7776 (deallocate_reg_mem): New function.
7777 (decode_insn): New function.
7778 (thumb_record_branch): New function.
7779 (thumb_record_ldm_stm_swi(): New function.
7780 (thumb_record_misc): New function.
7781 (thumb_record_ld_st_stack): New function.
7782 (thumb_record_ld_st_imm_offset): New function.
7783 (thumb_record_ld_st_reg_offset(): New function.
7784 (thumb_record_add_sub_cmp_mov): New function.
7785 (thumb_record_shift_add_sub): New function.
7786 (arm_record_coproc_data_proc): New function.
7787 (arm_record_coproc): New function.
7788 (arm_record_b_bl): New function.
7789 (arm_record_ld_st_multiple): New function.
7790 (arm_record_ld_st_reg_offset): New function.
7791 (arm_record_ld_st_imm_offset): New function.
7792 (arm_record_data_proc_imm): New function.
7793 (arm_record_data_proc_misc_ld_str): New function.
7794 (arm_record_extension_space): New function.
7795 (arm_record_strx): New function.
7796 (sbo_sbz): New function.
7797 (struct insn_decode_record): New structure for arm insn record.
7798 (REG_ALLOC): New macro for reg allocations.
7799 (MEM_ALLOC): New macro for memory allocations.
7800 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
7801
7802 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
7803
7804 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
7805 (store_register): Likewise.
7806
7807 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
7808
7809 * MAINTAINERS (Write After Approval): Add myself to the list.
7810
7811 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7812
7813 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
7814 Describe also the option "auto".
7815
7816 2012-03-22 Richard Henderson <rth@redhat.com>
7817
7818 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
7819 * sparc-nat.c (sparc_xfer_wcookie): Make static.
7820
7821 2012-03-22 Richard Henderson <rth@redhat.com>
7822
7823 * jit.c (jit_read_code_entry): Compute alignment and offset of
7824 int64_t member before computing entry_size.
7825
7826 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7827
7828 Python scripting: Add new method Value.referenced_value to
7829 gdb.Value which can dereference pointer as well as reference
7830 values.
7831 * NEWS: Add entry under 'Python scripting' about the new method
7832 Value.referenced_value on gdb.Value objects.
7833 * python/py-value.c (valpy_referenced_value): New function
7834 defining a new method on gdb.Value objects which can dereference
7835 pointer and reference values.
7836
7837 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7838
7839 * MAINTAINERS (Write After Approval): Add myself to the list.
7840
7841 2012-03-21 Kevin Buettner <kevinb@redhat.com>
7842
7843 * symtab.c (skip_prologue_sal): Change test to check for "main()"
7844 in addition to "main".
7845
7846 2012-03-21 Joel Brobecker <brobecker@adacore.com>
7847
7848 * expression.h (op_name): Add declaration.
7849 * expprint.c (op_name): Remove declaration. Make non-static.
7850 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
7851
7852 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
7853
7854 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
7855 of struct siginfo.
7856 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
7857 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
7858 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
7859 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
7860 (linux_nat_get_siginfo): Likewise.
7861 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
7862 (linux_nat_get_siginfo): Likewise.
7863 * linux-tdep.c (linux_get_siginfo_type): Likewise.
7864 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
7865 * procfs.c (gdb_siginfo_t): Likewise.
7866
7867 2012-03-21 Mike Frysinger <vapier@gentoo.org>
7868
7869 * .gitignore: Ignore more files.
7870
7871 2012-03-20 Pedro Alves <palves@redhat.com>
7872
7873 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
7874 returns.
7875
7876 2012-03-20 Yao Qi <yao@codesourcery.com>
7877
7878 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
7879 comment.
7880
7881 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7882
7883 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
7884 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
7885 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
7886 sect_offset.
7887 * dwarf2expr.h (cu_offset, sect_offset): New types.
7888 (struct dwarf_expr_context_funcs) <dwarf_call>
7889 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
7890 sect_offset.
7891 (struct dwarf_expr_context) <len>: Improve the comment.
7892 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
7893 cu_offset and sect_offset.
7894 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
7895 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
7896 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
7897 * dwarf2loc.h: Include dwarf2expr.h.
7898 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
7899 and sect_offset.
7900 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
7901 Improve the comment.
7902 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
7903 (struct signatured_type, struct line_header, struct partial_die_info)
7904 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
7905 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
7906 (get_die_type_at_offset, create_cus_from_index)
7907 (create_signatured_type_table_from_index, dw2_get_file_names)
7908 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
7909 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
7910 (create_debug_types_hash_table, process_psymtab_comp_unit)
7911 (load_partial_comp_unit, create_all_comp_units)
7912 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
7913 (load_full_comp_unit, dwarf2_physname, read_import_statement)
7914 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
7915 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
7916 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
7917 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
7918 (find_partial_die, read_attribute_value, lookup_die_type)
7919 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
7920 (is_ref_attr): New function comment.
7921 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
7922 Use cu_offset and sect_offset.
7923 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
7924 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
7925 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
7926 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
7927 (offset_and_type_hash, offset_and_type_eq, set_die_type)
7928 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
7929 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
7930 sect_offset.
7931
7932 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7933
7934 Code cleanup.
7935 * python/py-auto-load.c (source_section_scripts): New variable back_to.
7936 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
7937 with xfree.
7938 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
7939
7940 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7941
7942 * NEWS: Describe new options --init-command=FILE, -ix and
7943 --init-eval-command=COMMAND, -iex.
7944 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
7945 CMDARG_INIT_COMMAND.
7946 (captured_main): New enum items OPT_IX and OPT_IEX. Add
7947 "init-command", "init-eval-command", "ix" and "iex" to the variable
7948 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
7949 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
7950 (print_gdb_help): Describe --init-command=FILE, -ix and
7951 --init-eval-command=COMMAND, -iex.
7952
7953 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7954
7955 Code cleanup.
7956 * main.c (struct cmdarg): Move it here from main. Add more comments.
7957 (cmdarg_s, VEC (cmdarg_s)): New.
7958 (main): Move struct cmdarg from here. New variables cmdarg_vec and
7959 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
7960 Install cleanup for cmdarg_vec. Update filling for options 'x' and
7961 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
7962 of CMDARG.
7963
7964 2012-03-19 Tom Tromey <tromey@redhat.com>
7965
7966 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
7967
7968 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7969
7970 PR symtab/13777
7971 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
7972 GCC >=4.5.
7973
7974 2012-03-16 Chris January <chris.january@allinea.com>
7975
7976 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
7977 of clear.
7978
7979 2012-03-16 Chris January <chris.january@allinea.com>
7980
7981 * source.c (add_path): Use memmove instead of strcpy because the
7982 strings overlap.
7983
7984 2012-03-16 Joel Brobecker <brobecker@adacore.com>
7985
7986 * value.h (set_value_parent): Add declaration.
7987 * value.c (set_value_parent): New function.
7988 (value_address): If VALUE->PARENT is not NULL, then use it as
7989 the base address instead of VALUE->LOCATION.address.
7990 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
7991 the same as OBJ's address. Adjust V's offset accordingly.
7992 Set V's parent.
7993
7994 2012-03-16 Gary Benson <gbenson@redhat.com>
7995
7996 PR breakpoints/10738
7997 * dwarf2read.c (use_deprecated_index_sections): New global.
7998 (struct partial_die_info): New member may_be_inlined.
7999 (read_partial_die): Set may_be_inlined where appropriate.
8000 (add_partial_subprogram): Add partial symbols for partial
8001 DIEs that may be inlined.
8002 (new_symbol_full): Add inlined subroutines to the current
8003 scope.
8004 (write_psymtabs_to_index): Bump version number.
8005 (dwarf2_read_index): Read only version 6 indices unless
8006 use_deprecated_index_sections is set.
8007 * linespec.c (symbol_and_data_callback): New structure.
8008 (iterate_inline_only): New function.
8009 (iterate_over_all_matching_symtabs): New argument
8010 "include_inline". If nonzero, also call the callback for
8011 symbols representing inlined subroutines.
8012 (lookup_prefix_sym): Pass extra argument to the above.
8013 (find_function_symbols): Likewise.
8014 (add_matching_symbols_to_info): Likewise.
8015 * NEWS: Mention that GDB can now set breakpoints on inlined
8016 functions.
8017
8018 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
8019
8020 * p-typeprint.c (pascal_type_print_method_args):
8021 Fix display of parameter of methods.
8022
8023 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
8024
8025 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
8026 Add missing prototype.
8027
8028 2012-03-16 Yao Qi <yao@codesourcery.com>
8029 Jan Kratochvil <jan.kratochvil@redhat.com>
8030
8031 Fix false compilation warning.
8032 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
8033
8034 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
8035 Pedro Alves <pedro@codesourcery.com>
8036
8037 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
8038 (arm_register_g_packet_guesses): New function.
8039 (arm_gdbarch_init): Don't force a target description with
8040 registers when the executable is detected as M-profile. Instead
8041 set gdbarch->tdep->is_m. Register `g' packet guesses.
8042 (_initialize_arm_tdep): Initialize the new target description.
8043 * features/arm-with-m-fpa-layout.xml: New description.
8044 * features/arm-with-m-fpa-layout.c: New, generated.
8045
8046 2012-03-15 Joel Brobecker <brobecker@adacore.com>
8047
8048 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
8049 Update function description.
8050 (insert_bp_location): Do not wipe bl->target_info out.
8051 * mem-break.c: #include "gdb_string.h".
8052 (default_memory_insert_breakpoint): Do not call target_read_memory
8053 with a pointer to the breakpoint's shadow_contents buffer. Use
8054 a local buffer instead.
8055 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
8056
8057 2012-03-15 Tom Tromey <tromey@redhat.com>
8058
8059 * NEWS: Mention "info vtbl", not "info vtable".
8060 * cp-support.c (info_vtbl_command): Fix comment.
8061 (_initialize_cp_support): Fix text.
8062
8063 2012-03-15 Tom Tromey <tromey@redhat.com>
8064
8065 * cp-valprint.c (cp_print_value_fields): Use
8066 print_function_pointer_address for vtable slot.
8067
8068 2012-03-15 Tom Tromey <tromey@redhat.com>
8069
8070 * gnu-v3-abi.c (struct value_and_voffset): New.
8071 (hash_value_and_voffset, eq_value_and_voffset)
8072 (compare_value_and_voffset, compute_vtable_size)
8073 (print_one_vtable, gnuv3_print_vtable): New functions.
8074 (init_gnuv3_ops): Initialize 'print_vtable' field.
8075 * cp-support.c (info_vtbl_command): New function.
8076 (_initialize_cp_support): Add "info vtbl".
8077 * cp-abi.h (cplus_print_vtable): Declare.
8078 (struct cp_abi_ops) <print_vtable>: New field.
8079 * cp-abi.c (cplus_print_vtable): New function.
8080 * NEWS: Update.
8081
8082 2012-03-15 Tom Tromey <tromey@redhat.com>
8083
8084 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
8085 iterate_over_symbols.
8086
8087 2012-03-14 Doug Evans <dje@google.com>
8088
8089 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
8090 DW_OP_GNU_parameter_ref.
8091
8092 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8093
8094 Fix double prompt of 'interpreter-exec mi'.
8095 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
8096 (mi_interpreter_resume): use it.
8097 (mi_execute_command_input_handler): New function.
8098 * mi/mi-main.c (mi_execute_command): Move prompt printing to
8099 mi_execute_command_input_handler.
8100
8101 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
8102
8103 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
8104 prototype.
8105 (darwin_debug_port_info): Make static.
8106 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
8107 * machoread.c (_initialize_machoread): Add prototype.
8108 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
8109 (i386_darwin_set_control, i386_darwin_get_control)
8110 i386_darwin_dr_set_addr, i386_darwin_get_addr)
8111 i386_darwin_get_status, i386_darwin_get_control):
8112 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
8113
8114 2012-03-13 Joel Brobecker <brobecker@adacore.com>
8115
8116 * ax-gdb.c (gen_usual_unary): Remove special handling of
8117 enum and bool types.
8118
8119 2012-03-13 Joel Brobecker <brobecker@adacore.com>
8120
8121 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
8122
8123 2012-03-13 Joel Brobecker <brobecker@adacore.com>
8124
8125 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
8126
8127 2012-03-13 Chris January <chris.january@allinea.com>
8128
8129 * aix-thread.c (fill_sprs): Store the floating point registers
8130 at the correct offsets into vals.
8131
8132 2012-03-13 Doug Evans <dje@google.com>
8133
8134 * NEWS: Mention symbol-reloading has been deleted.
8135 * symfile.c (symbol_reloading): Delete.
8136 (show_symbol_reloading): Delete.
8137 (_initialize_symfile): Delete set/show symbol-reloading.
8138
8139 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
8140 read_in_chain until we have successfully read it in.
8141 (load_full_comp_unit): Ditto.
8142 (read_signatured_type): Add comment.
8143
8144 2012-03-13 Chris January <chris.january@allinea.com>
8145
8146 * stabsread.c (fix_common_block): Change type of valu argument
8147 to CORE_ADDR.
8148
8149 2012-03-13 Chris January <chris.january@allinea.com>
8150
8151 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
8152 instruction.
8153
8154 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8155
8156 * common/linux-procfs.c (linux_proc_get_int): New, from
8157 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
8158 field.
8159 (linux_proc_get_tgid): Only call linux_proc_get_int.
8160 (linux_proc_get_tracerpid): New.
8161 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
8162 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
8163 linux_proc_pid_has_state.
8164 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
8165 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
8166 (linux_ptrace_attach_warnings): New.
8167 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
8168 New declaration.
8169 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
8170 (linux_nat_attach): New variables ex, buffer, message and message_s.
8171 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
8172
8173 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8174
8175 * Makefile.in (linux-ptrace.o): New.
8176 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
8177 from linux-nat.c.
8178 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
8179 * common/linux-ptrace.c: New file.
8180 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
8181 * config/arm/linux.mh: Likewise.
8182 * config/i386/linux.mh: Likewise.
8183 * config/i386/linux64.mh: Likewise.
8184 * config/ia64/linux.mh: Likewise.
8185 * config/m32r/linux.mh: Likewise.
8186 * config/m68k/linux.mh: Likewise.
8187 * config/mips/linux.mh: Likewise.
8188 * config/pa/linux.mh: Likewise.
8189 * config/powerpc/linux.mh: Likewise.
8190 * config/powerpc/ppc64-linux.mh: Likewise.
8191 * config/powerpc/spu-linux.mh: Likewise.
8192 * config/s390/s390.mh: Likewise.
8193 * config/sparc/linux.mh: Likewise.
8194 * config/sparc/linux64.mh: Likewise.
8195 * config/xtensa/linux.mh: Likewise.
8196 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
8197 common/linux-procfs.c.
8198 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
8199
8200 2012-03-13 Hui Zhu <teawater@gmail.com>
8201 Pedro Alves <palves@redhat.com>
8202
8203 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
8204 CREATE_BREAKPOINT_FLAGS_INSERTED.
8205 (create_breakpoint_sal, create_breakpoints_sal)
8206 (base_breakpoint_create_breakpoints_sal)
8207 (tracepoint_create_breakpoints_sal)
8208 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
8209 down.
8210 (break_command_1, handle_gnu_v3_exceptions, trace_command)
8211 (ftrace_command, strace_command): Adjust.
8212 (create_tracepoint_from_upload): Pass
8213 CREATE_BREAKPOINT_FLAGS_INSERTED.
8214 * breakpoint.h (enum breakpoint_create_flags): New.
8215 (create_breakpoint): New flags parameter.
8216 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
8217 * python/py-breakpoint.c (bppy_init): Adjust.
8218 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
8219 * spu-tdep.c (spu_catch_start): Adjust.
8220
8221 2012-03-13 Pedro Alves <palves@redhat.com>
8222 Hui Zhu <teawater@gmail.com>
8223 Yao Qi <yao@codesourcery.com>
8224
8225 * remote.c (struct remote_state): New field `starting_up'.
8226 (remote_start_remote): Set and clear it.
8227 (remote_can_download_tracepoint): If starting up, return false.
8228
8229 2012-03-13 Yao Qi <yao@codesourcery.com>
8230
8231 * inferior.h (struct inferior): Remove fields any_syscall_count,
8232 syscalls_counts and total_syscalls_count. Move them to new
8233 struct catch_syscall_inferior_data in breakpoint.c.
8234 * breakpoint.c: Call DEF_VEC_I(int).
8235 (struct catch_syscall_inferior_data): New.
8236 (get_catch_syscall_inferior_data): New.
8237 (catch_syscall_inferior_data_cleanup): New.
8238 (insert_catch_syscall): Update to access data in
8239 struct catch_syscall_inferior_data.
8240 (insert_catch_syscall): Likewise.
8241 (remove_catch_syscall): Likewise.
8242 (remove_catch_syscall): Likewise.
8243 (is_syscall_catchpoint_enabled): Likewise.
8244 (add_catch_command): Likewise.
8245 (_initialize_breakpoint): Register cleanup.
8246 * breakpoint.h: Removed DEF_VEC_I(int).
8247 * dwarf2loc.c: Call DEF_VEC_I(int).
8248 * mi/mi-main.c: Likewise.
8249
8250 2012-03-12 Mark Kettenis <kettenis@gnu.org>
8251
8252 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
8253
8254 2012-03-12 Chris January <chris.january@allinea.com>
8255
8256 * aix-thread.c (_initialize_aix_thread): Add prototype.
8257 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
8258 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
8259
8260 2012-03-12 Joel Brobecker <brobecker@adacore.com>
8261
8262 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
8263 include of "amd64-nat.h".
8264
8265 2012-03-12 Tom Tromey <tromey@redhat.com>
8266
8267 * buildsym.c (record_pending_block): Now static.
8268 * buildsym.h: (record_pending_block): Remove.
8269
8270 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
8271
8272 * amd64bsd-nat.c: Include amd64bsd-nat.h.
8273
8274 2012-03-09 Tom Tromey <tromey@redhat.com>
8275
8276 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
8277 producer_is_gxx_lt_4_6>: New fields.
8278 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
8279
8280 2012-03-09 Tom Tromey <tromey@redhat.com>
8281
8282 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
8283
8284 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8285
8286 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
8287 prototype.
8288
8289 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8290
8291 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
8292
8293 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8294
8295 Fix -Wmissing-prototypes build.
8296 * arm-linux-nat.c (get_thread_id): Make it static.
8297 * xtensa-linux-nat.c (get_thread_id): Likewise.
8298
8299 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8300
8301 * server.c (process_point_options): If a conditional expression
8302 is found, only print a message if remote_debug is nonzero.
8303
8304 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
8305
8306 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
8307 of internal error for unknown/unsupported types.
8308
8309 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8310
8311 Fix CU relative vs. absolute DIE offsets.
8312 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
8313 offset to offset_in_cu.
8314 * dwarf2read.c (process_enumeration_scope): Add CU offset to
8315 TYPE_OFFSET.
8316 (dwarf2_fetch_die_location_block): Rename parameter offset to
8317 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
8318
8319 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8320
8321 * libunwind-frame.c: Rename to ...
8322 * ia64-libunwind-tdep.c: ... here.
8323 * libunwind-frame.h: Rename to ...
8324 * ia64-libunwind-tdep.h: ... here.
8325 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
8326 ia64-libunwind-tdep.h.
8327 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
8328 * README (--with-libunwind): Rename to ...
8329 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
8330 * config.in: Regenerate.
8331 * configure: Regenerate.
8332 * configure.ac: New option --with-libunwind-ia64, make the
8333 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
8334 Remove AC_DEFINE for HAVE_LIBUNWIND.
8335 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
8336 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
8337 Rename libunwind-frame in the general comment.
8338 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
8339 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
8340 Move forward declarations inside #ifndef. Rename libunwind-frame in
8341 the general comment.
8342 * ia64-tdep.c: Rename libunwind-frame.h #include to
8343 ia64-libunwind-tdep.h.
8344 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
8345 (ia64_libunwind_descr): Rename libunwind-frame to
8346 ia64-libunwind-tdep in these function comments.
8347 * ia64-tdep.h: Rename libunwind-frame.h #include to
8348 ia64-libunwind-tdep.h.
8349 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
8350 ia64-libunwind-tdep in that data comment.
8351
8352 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8353
8354 * libunwind-frame.h (struct frame_unwind): New declaration.
8355
8356 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8357
8358 * breakpoint.c (_initialize_breakpoint): Fix error in help of
8359 "set breakpoint condition-evaluation" command.
8360
8361 2012-03-08 Tristan Gingold <gingold@adacore.com>
8362
8363 * sparc-stub.c: Move to stubs/
8364 * sh-stub.c: Likewise.
8365 * m68k-stub.c: Likewise.
8366 * m32r-stub.c: Likewise.
8367 * i386-stub.c: Likewise.
8368
8369 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
8370
8371 * m68klinux-tdep.c (m68k_linux_init_abi): Register
8372 linux_get_siginfo_type.
8373
8374 * m68klinux-nat.c: Include "gdb_proc_service.h".
8375 (PTRACE_GET_THREAD_AREA): Define.
8376 (ps_get_thread_area): New function.
8377
8378 2012-03-08 Yao Qi <yao@codesourcery.com>
8379
8380 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
8381 `xsnprintf'.
8382 (remote_query_attached): Likewise.
8383 (remote_static_tracepoint_marker_at): Likewise.
8384 (remote_set_permissions): Likewise.
8385 (remote_detach_1, extended_remote_attach_1): Likewise.
8386 (send_g_packet, remote_vkill): Likewise.
8387 (extended_remote_disable_randomization): Likewise.
8388 (remote_add_target_side_condition): Likewise.
8389 (remote_insert_breakpoint): Likewise.
8390 (remote_remove_breakpoint): Likewise.
8391 (remote_insert_watchpoint): Likewise.
8392 (remote_remove_watchpoint): Likewise.
8393 (remote_insert_hw_breakpoint): Likewise.
8394 (remote_insert_hw_breakpoint): Likewise.
8395 (remote_remove_hw_breakpoint): Likewise.
8396 (remote_download_command_source): Likewise.
8397 (remote_download_tracepoint): Likewise.
8398 (remote_download_trace_state_variable): Likewise.
8399 (remote_disable_tracepoint): Likewise.
8400 (remote_trace_set_readonly_regions): Likewise.
8401 (remote_get_tracepoint_status): Likewise.
8402 (remote_trace_find): Likewise.
8403 (remote_get_trace_state_variable_value): Likewise.
8404 (remote_set_disconnected_tracing): Likewise.
8405 (remote_set_circular_trace_buffer): Likewise.
8406 (remote_get_min_fast_tracepoint_insn_len): Likewise.
8407 (remote_use_agent): Likewise.
8408 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
8409 Update callers.
8410
8411 2012-03-07 Pedro Alves <palves@redhat.com>
8412
8413 * NEWS: Mention QProgramSignals.
8414 * inferior.h (update_signals_program_target): Declare.
8415 * infrun.c: (update_signals_program_target): New.
8416 (handle_command): Update the target of the new program signals
8417 array changes.
8418 * remote.c (PACKET_QProgramSignals): New enum.
8419 (last_program_signals_packet): New global.
8420 (remote_program_signals): New.
8421 (remote_start_remote): Update the target with the program signals
8422 list.
8423 (remote_protocol_features): Add entry for QPassSignals.
8424 (remote_open_1): Free anc clear last_program_signals_packet.
8425 (init_remote_ops): Install remote_program_signals.
8426 * target.c (update_current_target): Adjust.
8427 (target_program_signals): New.
8428 * target.h (struct target_ops) <to_program_signals>: New field.
8429 (target_program_signals): Declare.
8430
8431 2012-03-07 Pedro Alves <palves@redhat.com>
8432
8433 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
8434 extensions.
8435
8436 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
8437
8438 * m68klinux-nat.c (getregs_supplies): Make static.
8439 (getfpregs_supplies): Likewise.
8440 (have_ptrace_getregs): Likewise.
8441
8442 2012-03-06 Joel Brobecker <brobecker@adacore.com>
8443
8444 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
8445 in call to get_die_type_at_offset.
8446
8447 2012-03-06 Stan Shebs <stan@codesourcery.com>
8448
8449 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
8450 * mi/mi-cmd-disas.c: Ditto.
8451 * mi/mi-cmd-env.c: Ditto.
8452 * mi/mi-cmd-file.c: Ditto.
8453 * mi/mi-cmd-stack.c: Ditto.
8454 * mi/mi-cmd-target.c: Ditto.
8455 * mi/mi-cmd-var.c: Ditto.
8456 * mi/mi-cmds.c: Ditto.
8457 * mi/mi-cmds.h: Ditto.
8458 * mi/mi-console.c: Ditto.
8459 * mi/mi-getopt.c: Ditto.
8460 * mi/mi-getopt.h: Ditto.
8461 * mi/mi-interp.c: Ditto.
8462 * mi/mi-main.c: Ditto.
8463 * mi/mi-out.c: Ditto.
8464 * mi/mi-parse.c: Ditto.
8465 * mi/mi-parse.h: Ditto.
8466 * mi/mi-symbol-cmds.c: Ditto.
8467
8468 * mi/mi-getopt.h: Move mi_opt struct up.
8469 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
8470 return.
8471 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
8472
8473 2012-03-06 Tom Tromey <tromey@redhat.com>
8474
8475 * proc-service.c (ps_pglobal_lookup): Set the current program
8476 space.
8477
8478 2012-03-06 Pedro Alves <palves@redhat.com>
8479
8480 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
8481
8482 2012-03-05 Joel Brobecker <brobecker@adacore.com>
8483
8484 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
8485
8486 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8487
8488 Code cleanup.
8489 * common/linux-osdata.c (linux_common_core_of_thread): New function
8490 comment.
8491 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
8492 call by linux_common_core_of_thread.
8493 (linux_nat_core_of_thread_1): Remove.
8494 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
8495 * linux-thread-db.c: Include linux-osdata.h.
8496 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
8497 linux_common_core_of_thread.
8498
8499 2012-03-05 Tom Tromey <tromey@redhat.com>
8500
8501 * value.c (value_primitive_field): Don't fetch contents for
8502 non-virtual bases.
8503
8504 2012-03-05 Tom Tromey <tromey@redhat.com>
8505
8506 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
8507
8508 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
8509
8510 * s390-nat.c: Include "gregset.h".
8511
8512 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8513
8514 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
8515 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
8516 (libunwind_load): New variable so_error, use it for dlerror. Try to
8517 load also LIBUNWIND_SO_7.
8518
8519 2012-03-05 Pedro Alves <palves@redhat.com>
8520
8521 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
8522 is not NULL, and remove resulting dead code.
8523
8524 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
8525
8526 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
8527 prologue to sh_analyze_prologue.
8528 (sh_analyze_prologue): Make better use of such an upper limit, and
8529 generally be more cautious about accessing memory.
8530
8531 2012-03-05 Tom Tromey <tromey@redhat.com>
8532
8533 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
8534 _initialize_ia64_hpux_tdep.
8535
8536 2012-03-05 Pedro Alves <palves@redhat.com>
8537
8538 PR gdb/13766
8539
8540 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
8541 the register state is clear, supply explicit zero, instead of
8542 marking the register unavailable.
8543
8544 2012-03-05 Tristan Gingold <gingold@adacore.com>
8545
8546 * NEWS: Mention OpenVMS ia64 new target.
8547
8548 2012-03-05 Tristan Gingold <gingold@adacore.com>
8549
8550 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
8551 (ia64_unw_accessors, ia64_unw_rse_accessors)
8552 (ia64_libunwind_descr): Declare.
8553 * ia64-vms-tdep.c: New file.
8554 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
8555 (ia64_libunwind_descr): Make them public.
8556 * configure.tgt: Add ia64-*-*vms*.
8557 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
8558 (ALLDEPFILES): Add ia64-vms-tdep.c
8559
8560 2012-03-05 Tristan Gingold <gingold@adacore.com>
8561
8562 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
8563 * remote.c (PACKET_qXfer_uib): New enum value.
8564 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
8565 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
8566 (_initialize_remote): Call add_packet_config_cmd for
8567 xfer:uib packet.
8568
8569 2012-03-05 Tristan Gingold <gingold@adacore.com>
8570
8571 * osabi.c (gdb_osabi_names): Add OpenVMS.
8572 (generic_elf_osabi_sniffer): Likewise.
8573 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
8574
8575 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8576
8577 Removed unused code.
8578 * libunwind-frame.c (libunwind_frame_unwind)
8579 (libunwind_frame_base_address): Remove.
8580 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
8581
8582 2012-03-04 Yao Qi <yao@codesourcery.com>
8583
8584 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
8585 remove trailing new line.
8586 (agent_run_command, agent_run_command): Add _ markup.
8587 (agent_capability_check): Likewise.
8588
8589 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8590
8591 * breakpoint.c (set_condition_evaluation_mode): Set
8592 CONDITION_EVALUATION_MODE unconditionally.
8593
8594 2012-03-03 Yao Qi <yao@codesourcery.com>
8595
8596 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
8597 * common/agent.h: Update declaration.
8598 * inf-child.c (inf_child_use_agent): New.
8599 (inf_child_can_use_agent): New.
8600 (inf_child_target): Initialize fields `to_use_agent'
8601 and `to_can_use_agent'.
8602 * agent.c (agent_new_objfile): New.
8603 (_initialize_agent): Add agent_new_objfile to new_objfile
8604 observer.
8605
8606 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8607 New.
8608 (linux_target_install_ops): Initialize field
8609 `to_static_tracepoint_markers_by_strid'.
8610 * remote.c (free_current_marker): Move it to ...
8611 * tracepoint.c (free_current_marker): ... here. New.
8612 (cleanup_target_stop): New.
8613 * tracepoint.h: Declare free_current_marker.
8614 * NEWS: Add one entry about `info static-tracepoint-marker'.
8615
8616 2012-03-03 Yao Qi <yao@codesourcery.com>
8617
8618 * common/agent.c (agent_loaded_p): New.
8619 (agent_look_up_symbols): New global.
8620 * common/agent.h: Declare agent_loaded_p.
8621
8622 2012-03-03 Yao Qi <yao@codesourcery.com>
8623
8624 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
8625 (agent_capability_check, agent_capability_invalidate): New.
8626 (symbol_list): New array element.
8627 * common/agent.h (enum agent_capa): New.
8628 * target.c (target_pre_inferior): Call agent_capability_invalidate.
8629
8630 2012-03-03 Yao Qi <yao@codesourcery.com>
8631
8632 * target.h (struct target_ops) <to_use_agent>: New field.
8633 (struct target_ops) <to_can_use_agent>: New field.
8634 (target_use_agent, target_can_use_agent): New macro.
8635 * target.c (update_current_target): Update.
8636 * remote.c: New enum `PACKET_QAgent'.
8637 (remote_protocol_features): Add a new element.
8638 (remote_use_agent, remote_can_use_agent): New.
8639 (init_remote_ops): Initialize field `can_use_agent' with
8640 remote_can_use_agent. Intiailize field `use_agent' with
8641 remote_use_agent.
8642 * common/agent.c (use_agent): New global.
8643 * common/agent.h: Declare it.
8644 * tracepoint.c (info_static_tracepoint_markers_command): Add
8645 comment.
8646 * Makefile.in (SFILES): Add common/agent.c and agent.c.
8647 (COMMON_OBS): Add common/agent.o and agent.o
8648 (common-agent.o): New rule.
8649 * agent.c: New.
8650
8651 2012-03-03 Yao Qi <yao@codesourcery.com>
8652
8653 * common/agent.c: New.
8654 * common/agent.h: New.
8655 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
8656 AC_CHECK_HEADERS.
8657 * configure, configh.in: Regenerated.
8658
8659 2012-03-02 Kevin Buettner <kevinb@redhat.com>
8660
8661 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
8662 unless it exists for this architecture.
8663
8664 2012-03-02 Joel Brobecker <brobecker@adacore.com>
8665
8666 * language.h (struct language_defn): New "method" la_read_var_value.
8667 * findvar.c: #include "language.h".
8668 (default_read_var_value): Renames read_var_value. Rewrite
8669 function description.
8670 (read_var_value): New function.
8671 * value.h (default_read_var_value): Add prototype.
8672 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
8673 New functions.
8674 (ada_language_defn): Add entry for la_read_var_value.
8675 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
8676 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
8677 language_defn structures to add entry for new la_read_var_value
8678 field.
8679
8680 2012-03-02 Tom Tromey <tromey@redhat.com>
8681 Pedro Alves <palves@redhat.com>
8682
8683 PR breakpoints/13776:
8684 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
8685 breakpoints.
8686 (delete_longjmp_breakpoint_at_next_stop): New.
8687 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
8688 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
8689 before deleting the inferior. Add comments.
8690 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
8691 breakpoints immediately, but only on next stop. Move that code
8692 next to where we mark other breakpoints for deletion.
8693
8694 2012-03-02 Joel Brobecker <brobecker@adacore.com>
8695
8696 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
8697 marker.
8698 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
8699 violation.
8700
8701 2012-03-02 Pedro Alves <palves@redhat.com>
8702
8703 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
8704
8705 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
8706
8707 Fix -Wmissing-prototypes build.
8708 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
8709 * remote-sim.c (gdbsim_has_all_memory): Likewise.
8710 (gdbsim_has_memory): Likewise.
8711
8712 2012-03-02 Yao Qi <yao@codesourcery.com>
8713
8714 Fix -Wmissing-prototypes build.
8715 * charset.c (phony_iconv_open): Make static.
8716 (phony_iconv_close, phony_iconv): Likewise.
8717 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
8718 * i386-windows-nat.c (_initialize_i386_windows_nat): New
8719 prototype.
8720 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
8721 * ser-mingw.c (create_select_thread): Make static.
8722 * windows-termcap.c (tgetent): New prototype.
8723 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
8724
8725 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
8726
8727 Fix -Wmissing-prototypes build.
8728 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
8729 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
8730 (_initialize_loadable): New prototypes.
8731
8732 2012-03-02 Doug Evans <dje@google.com>
8733
8734 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
8735 abbrev table, read_comp_unit will do it.
8736
8737 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8738
8739 Fix -Wmissing-prototypes build.
8740 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
8741 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
8742 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
8743 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
8744 (_initialize_arm_symbian_tdep): New prototype.
8745 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
8746 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
8747 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
8748 static.
8749 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
8750 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
8751 prototype.
8752 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
8753 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
8754 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
8755 static.
8756 * moxie-tdep.c (moxie_process_record): Likewise.
8757 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
8758 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
8759 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
8760 (_initialize_rl78_tdep): New prototype.
8761 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
8762 (_initialize_rx_tdep): New prototype.
8763 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
8764 (_initialize_darwin_solib): New prototype.
8765 * solib-spu.c: Include solib-spu.h.
8766 (_initialize_spu_solib): New prototype.
8767 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
8768 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
8769 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
8770 (tic6x_software_single_step): Make it static.
8771 (_initialize_tic6x_tdep): New prototype.
8772
8773 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8774
8775 Fix -Wmissing-prototypes build.
8776 * cris-tdep.c (cris_can_use_hardware_watchpoint)
8777 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
8778
8779 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8780
8781 Fix -Wmissing-prototypes build.
8782 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
8783 (frv_have_stopped_data_address): Remove.
8784
8785 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8786
8787 Fix -Wmissing-prototypes build.
8788 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
8789 * sh-tdep.c: Include sh64-tdep.h.
8790 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
8791 * sh64-tdep.c: Include sh64-tdep.h.
8792 * sh64-tdep.h: New file.
8793
8794 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8795
8796 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
8797
8798 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8799
8800 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
8801 sp_regnum once the gdbarch_init_osabi hook has been called.
8802
8803 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8804
8805 * mips-tdep.c (mips32_bc1_pc): New function.
8806 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
8807 BPOSGE32 and BPOSGE64 instructions.
8808 (deal_with_atomic_sequence): Likewise.
8809 (mips32_instruction_has_delay_slot): Likewise.
8810
8811 2012-03-01 Maciej W. Rozycki <macro@mips.com>
8812 Chris Dearman <chris@mips.com>
8813 Maciej W. Rozycki <macro@codesourcery.com>
8814 Joseph Myers <joseph@codesourcery.com>
8815
8816 * features/mips-dsp.xml: New file.
8817 * features/mips64-dsp.xml: New file.
8818 * features/mips-dsp-linux.xml: New file.
8819 * features/mips64-dsp-linux.xml: New file.
8820 * features/Makefile (WHICH): Add mips-dsp-linux and
8821 mips64-dsp-linux.
8822 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
8823 * features/mips-dsp-linux.c: New file.
8824 * features/mips64-dsp-linux.c: New file.
8825 * regformats/mips-dsp-linux.dat: New file.
8826 * regformats/mips64-dsp-linux.dat: New file.
8827 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
8828 registers.
8829 (mips64_linux_register_addr): Likewise.
8830 (mips64_linux_regsets_fetch_registers): Likewise.
8831 (mips64_linux_regsets_store_registers): Likewise.
8832 (mips64_linux_fetch_registers): Update call to
8833 mips64_linux_regsets_fetch_registers.
8834 (mips64_linux_store_registers): Update call to
8835 mips64_linux_regsets_store_registers.
8836 (mips_linux_read_description): Probe for DSP registers.
8837 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
8838 and initialize_tdesc_mips64_dsp_linux.
8839 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
8840 Remove padding of no longer used embedded register slots.
8841 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
8842 (MIPS_RESTART_REGNUM): Redefine enum value.
8843 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
8844 strings.
8845 (mips_tx39_reg_names): Likewise.
8846 (mips_linux_reg_names): New array of register names for Linux
8847 targets.
8848 (mips_register_name): Check for a null pointer in
8849 mips_processor_reg_names and return an empty string.
8850 (mips_register_type): Exclude embedded registers for the IRIX
8851 and Linux ABIs.
8852 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
8853 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
8854 DSP registers.
8855 (mips_stab_reg_to_regnum): Handle DSP accumulators.
8856 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
8857 (mips_gdbarch_init): Likewise. Initialize internal register
8858 indices for the Linux ABI. Use dynamic numbers to refer to
8859 registers, as applicable, while parsing the target description.
8860 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
8861
8862 2012-03-01 Joel Brobecker <brobecker@adacore.com>
8863
8864 * frame.h (read_frame_register_unsigned): Fix typo in function
8865 description.
8866
8867 2012-03-01 Pedro Alves <palves@redhat.com>
8868
8869 * jit-reader.in [!__cplusplus]
8870 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
8871
8872 2012-03-01 Pedro Alves <palves@redhat.com>
8873
8874 * configure.ac (build_warnings): Add -Wmissing-prototypes.
8875 * configure: Regenerate.
8876
8877 2012-03-01 Pedro Alves <palves@redhat.com>
8878
8879 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
8880 * breakpoint.c (create_exception_master_breakpoint, trace_command)
8881 (ftrace_command, strace_command): Make static.
8882 * d-lang.c (_initialize_d_language): Declare.
8883 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
8884 * dwarf2loc.c (_initialize_dwarf2loc):
8885 * dwarf2read.c (process_psymtab_comp_unit): Make static.
8886 * exec.c (exec_get_section_table): Make static.
8887 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
8888 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
8889 * inferior.c (remove_inferior_command, add_inferior_command)
8890 (clone_inferior_command): Make static.
8891 * linux-nat.c (linux_nat_thread_address_space)
8892 (linux_nat_core_of_thread): Make static.
8893 * linux-tdep.c (_initialize_linux_tdep): Declare.
8894 * objc-lang.c (_initialize_objc_lang): Declare.
8895 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
8896 Make static.
8897 (_initialize_opencl_language): Declare.
8898 * record.c (_initialize_record): Declare.
8899 * remote.c (demand_private_info, remote_get_tib_address)
8900 (remote_supports_cond_tracepoints)
8901 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
8902 Make static.
8903 * skip.c (_initialize_step_skip): Declare.
8904 * symtab.c (skip_prologue_using_lineinfo): Make static.
8905 * tracepoint.c (delete_trace_state_variable)
8906 (trace_variable_command, delete_trace_variable_command)
8907 (get_uploaded_tsv, find_matching_tracepoint_location)
8908 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
8909 Make static.
8910 * value.c (pack_unsigned_long): Make static.
8911 * varobj.c (varobj_ensure_python_env): Make static.
8912 * windows-tdep.c (_initialize_windows_tdep): Declare.
8913 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
8914
8915 2012-03-01 Pedro Alves <palves@redhat.com>
8916
8917 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
8918 gdbarch parameter.
8919 (linux_init_abi): Install it as has_shared_address_space gdbarch
8920 callback.
8921
8922 2012-03-01 Pedro Alves <palves@redhat.com>
8923
8924 * observer.c (observer_test_first_notification_function)
8925 (observer_test_second_notification_function)
8926 (observer_test_third_notification_function): Add declarations.
8927
8928 2012-03-01 Pedro Alves <palves@redhat.com>
8929
8930 * common/signals.c (default_target_signal_to_host)
8931 (default_target_signal_from_host): Move ...
8932 * arch-utils.c: ... here.
8933 * arch-utils.h (default_target_signal_to_host)
8934 (default_target_signal_from_host): Declare.
8935
8936 * common/signals.c (target_signal_from_command): Move ...
8937 * infrun.c: ... here.
8938 * inferior.h (target_signal_from_command): Declare.
8939 * target.h (target_signal_from_command)
8940 (default_target_signal_from_host, default_target_signal_to_host):
8941 Delete declarations.
8942
8943 * common/signals.c (_initialize_signals): Delete.
8944
8945 2012-03-01 Pedro Alves <palves@redhat.com>
8946
8947 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
8948 both __cplusplus and !__cplusplus.
8949
8950 2012-03-01 Pedro Alves <palves@redhat.com>
8951
8952 * psymtab.c (find_and_open_source): Delete declaration.
8953 * source.c (find_and_open_source): Move comment ...
8954 * source.h (find_and_open_source): ... to this new declaration.
8955
8956 2012-03-01 Pedro Alves <palves@redhat.com>
8957
8958 * inline-frame.c: Include inline-frame.h.
8959
8960 2012-03-01 Pedro Alves <palves@redhat.com>
8961
8962 * tui/tui-data.c (set_gen_win_origin): Delete.
8963 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
8964 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
8965
8966 2012-03-01 Pedro Alves <palves@redhat.com>
8967
8968 * remote.c (encode_actions): Delete declaration.
8969 * tracepoint.c (encode_actions): Make extern.
8970 * tracepoint.h (encode_actions): Declare.
8971
8972 2012-03-01 Pedro Alves <palves@redhat.com>
8973
8974 * python/py-breakpoint.c: Include python.h.
8975 * python/py-continueevent.c (create_continue_event_object): Make
8976 static.
8977 * python/py-lazy-string.c (stpy_get_type): Make static.
8978 * python/py-newobjfileevent.c (create_new_objfile_event_object):
8979 Make static.
8980 * python/py-utils.c (unicode_to_target_python_string): Make
8981 static.
8982 * python/py-value.c: Include python.h.
8983
8984 2012-03-01 Pedro Alves <palves@redhat.com>
8985
8986 * inferior.c (delete_threads_of_inferior): Delete.
8987
8988 2012-03-01 Pedro Alves <palves@redhat.com>
8989
8990 Import fallback definitions from glibc.
8991
8992 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
8993 ps_prochandle): Forward declare.
8994 (ps_err_e): Use glibc's comments.
8995 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
8996 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
8997 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
8998 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
8999 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
9000 (struct ps_prochandle): Adjust comment.
9001
9002 2012-03-01 Pedro Alves <palves@redhat.com>
9003
9004 * ada-lang.c (ada_modulus_from_name): Delete.
9005 * ada-lex.l (lexer_init): Make static.
9006
9007 2012-03-01 Pedro Alves <palves@redhat.com>
9008
9009 PR gdb/13767
9010
9011 * frame.c (read_frame_register_unsigned): New.
9012 * frame.h (read_frame_register_unsigned): Declare.
9013 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
9014 Handle it.
9015 (print_i387_control_word): New parameter `control_p'. Handle it.
9016 (i387_print_float_info): Handle unavailable float registers.
9017
9018 2012-03-01 Keith Seitz <keiths@redhat.com>
9019
9020 * linespec.c (decode_line_2): Sort the list of methods
9021 alphabetically before presenting the user with a selection
9022 menu.
9023
9024 2012-03-01 Doug Evans <dje@google.com>
9025
9026 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
9027 has_namespace_info.
9028 (dwarf2_read_abbrevs): Remove corresponding initialization.
9029
9030 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
9031
9032 * NEWS: Mention new python command class gdb.COMMAND_USER.
9033 * cli/cli-cmds.c (show_user): Print error when used on a python
9034 command.
9035 (init_cli_cmds): Update documentation strings for "show user" and
9036 "set/show max-user-call-depth" to clarify that it does not apply to
9037 python commands.
9038 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
9039 error check.
9040 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
9041 gdb python api.
9042 * top.c (execute_command): Only execute a user-defined command as a
9043 legacy macro if c->user_commands is set.
9044
9045 2012-03-01 Tom Tromey <tromey@redhat.com>
9046
9047 * valprint.h (struct generic_val_print_decorations): New.
9048 (generic_val_print): Declare.
9049 * valprint.c (generic_val_print): New function.
9050 * p-valprint.c (p_decorations): New global.
9051 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
9052 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
9053 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
9054 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
9055 * m2-valprint.c (m2_decorations): New global.
9056 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
9057 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
9058 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
9059 TYPE_CODE_ERROR>: Call generic_val_print.
9060 * f-valprint.c (f_decorations): New global.
9061 (f_val_print): Use print_function_pointer_address.
9062 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
9063 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
9064 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
9065 generic_val_print.
9066 * c-valprint.c (c_decorations): New global.
9067 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
9068 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
9069 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
9070 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
9071 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
9072 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
9073 case.
9074
9075 2012-03-01 Tom Tromey <tromey@redhat.com>
9076
9077 * valprint.c (val_print): Update.
9078 * p-valprint (pascal_val_print): Return void.
9079 * p-lang.h (pascal_val_print): Return void.
9080 * m2-valprint.c (m2_val_print): Return void.
9081 * m2-lang.h (m2_val_print): Return void.
9082 * language.h (struct language_defn) <la_val_print>: Return void.
9083 * language.c (unk_lang_val_print): Return void.
9084 * jv-valprint.c (java_val_print): Return void.
9085 * jv-lang.h (java_val_print): Return void.
9086 * f-valprint.c (f_val_print): Return void.
9087 * f-lang.h (f_val_print): Return void.
9088 * d-valprint.c (d_val_print): Return void.
9089 (dynamic_array_type): Update.
9090 * d-lang.h (d_val_print): Return void.
9091 * c-valprint.c (c_val_print): Return void.
9092 * c-lang.h (c_val_print): Return void.
9093 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
9094 void.
9095 * ada-lang.h (ada_val_print): Return void.
9096
9097 2012-03-01 Tom Tromey <tromey@redhat.com>
9098
9099 * value.h (val_print): Return void.
9100 * valprint.c (val_print): Return void.
9101
9102 2012-03-01 Tom Tromey <tromey@redhat.com>
9103
9104 * value.h (common_val_print): Return void.
9105 * valprint.c (common_val_print): Return void.
9106
9107 2012-03-01 Tom Tromey <tromey@redhat.com>
9108
9109 * value.h (value_print): Return void.
9110 * valprint.c (value_print): Return void.
9111 * p-valprint.c (pascal_value_print): Return void.
9112 * p-lang.h (pascal_value_print): Return void.
9113 * language.h (struct language_defn) <la_value_print>: Return
9114 void.
9115 * language.c (unk_lang_value_print): Return void.
9116 * jv-valprint.c (java_value_print): Return void.
9117 * jv-lang.h (java_value_print): Return void.
9118 * f-valprint.c (c_value_print): Don't declare.
9119 Include c-lang.h.
9120 * c-valprint.c (c_value_print): Return void.
9121 * c-lang.h (c_value_print): Return void.
9122 * ada-valprint.c (ada_value_print): Return void.
9123 * ada-lang.h (ada_value_print): Return void.
9124
9125 2012-03-01 Tom Tromey <tromey@redhat.com>
9126
9127 * value.c (value_primitive_field): Handle virtual base classes.
9128
9129 2012-03-01 Tom Tromey <tromey@redhat.com>
9130
9131 * gdbtypes.h (struct vbase): Remove.
9132
9133 2012-03-01 Tom Tromey <tromey@redhat.com>
9134
9135 * c-valprint.c (print_function_pointer_address): Move...
9136 * valprint.c: ... here. Make non-static.
9137 * m2-valprint.c (print_function_pointer_address): Remove.
9138 * valprint.h (print_function_pointer_address): Declare.
9139
9140 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9141
9142 * NEWS: Document the fact that one can provide a condition when
9143 creating an Ada exception catchpoint.
9144
9145 2012-03-01 Tom Tromey <tromey@redhat.com>
9146
9147 * valprint.c (val_print_type_code_flags): Fix placement of
9148 trailing brace.
9149
9150 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9151
9152 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
9153 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
9154 environment variable before calling update-copyright.
9155
9156 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9157
9158 * gnulib/extra/update-copyright: Update to the latest from
9159 gnulib's git repository.
9160 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
9161 variable to 2 instead of 1.
9162
9163 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9164
9165 * varobj.c (c_value_of_variable): Remove dead code.
9166
9167 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9168
9169 * ada-lex.p (processId): Do not modify already encoded IDs.
9170 Update function documentation.
9171
9172 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9173
9174 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
9175 "name" with "struct symbol *name_sym".
9176 * ada-exp.y (write_var_or_type): Update call to
9177 ada_find_renaming_symbol.
9178 "name" with "struct symbol *name_sym". Adjust Implementation
9179 accordingly. Adjust the function documentation.
9180
9181 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9182
9183 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
9184 * ada-lang.c (ada_find_any_type): Add advance declaration.
9185 Make static. Replace ada_find_any_symbol by
9186 ada_find_any_type_symbol.
9187 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
9188 Improve function description. Make static.
9189 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
9190 Replace ada_find_any_symbol by ada_find_any_type_symbol.
9191
9192 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9193
9194 * ada-lang.c (struct tag_args): Delete.
9195 (ada_get_tsd_type): Function body moved up in source file.
9196 (ada_tag_name_1, ada_tag_name_2): Delete.
9197 (ada_get_tsd_from_tag): New function.
9198 (ada_tag_name_from_tsd): New function.
9199 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
9200 to determine the tag name.
9201
9202 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9203
9204 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
9205 declaration.
9206 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
9207 function.
9208
9209 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9210
9211 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
9212
9213 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9214
9215 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
9216 full searches.
9217
9218 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9219
9220 * ada-lang.c (constrained_packed_array_type): If there is a
9221 parallel XA type, use it to determine the array index type.
9222
9223 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9224
9225 * ada-valprint.c (ada_val_print_1): If our value is a reference
9226 to an array descriptor, dereference it before converting it
9227 to a simple array.
9228
9229 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9230
9231 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
9232 creating fixed value.
9233 (ada_value_ind, ada_coerce_ref, assign_component)
9234 (ada_evaluate_subexp): Remove call to unwrap_value before
9235 call to ada_to_fixed_value.
9236
9237 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9238
9239 * ada-lang.c (to_fixed_array_type): Set result's type name.
9240
9241 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9242
9243 * ada-lang.c (catch_ada_exception_command_split): Add new
9244 argument cond_string. Add support for condition at end of
9245 "catch exception" commands.
9246 (ada_decode_exception_location): Add new argument cond_string.
9247 Update call to catch_ada_exception_command_split.
9248 (create_ada_exception_catchpoint): Add new argument cond_string.
9249 Set the breakpoint condition if needed.
9250 (catch_ada_exception_command): Update call to
9251 ada_decode_exception_location.
9252 (ada_decode_assert_location): Add function documentation.
9253 Add support for condition at end of "catch assert" command.
9254 (catch_assert_command): Update calls to ada_decode_assert_location
9255 and create_ada_exception_catchpoint.
9256
9257 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9258
9259 Fix disp-step-syscall.exp: fork: single step over fork.
9260 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
9261 (i386_linux_get_syscall_number_from_regcache): ... here, new function
9262 comment, change parameters gdbarch and ptid to regcache. Remove
9263 parameter regcache, initialize gdbarch from regcache here.
9264 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
9265 New functions.
9266 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
9267 instead.
9268 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
9269 'syscall'. Make the 'int' check more strict.
9270
9271 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9272
9273 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
9274 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
9275 (i386_linux_intx80_sysenter_syscall_record): ... here.
9276 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
9277 Use the renamed function name.
9278
9279 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9280
9281 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
9282 * breakpoint.c (until_break_command): Likewise.
9283 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
9284 * infcall.c (call_function_by_hand): Likewise.
9285 * infcmd.c (finish_forward): Likewise.
9286 * infrun.c (insert_exception_resume_breakpoint): Likewise.
9287
9288 2012-02-28 Tristan Gingold <gingold@adacore.com>
9289
9290 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
9291 avoid variable assignments inside condition.
9292
9293 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9294
9295 Fix static analysis issue found by cppcheck.
9296 * microblaze-tdep.c (microblaze_extract_return_value): Fix
9297 uninitialized BUF for size 2.
9298
9299 2012-02-27 Chris Dearman <chris@mips.com>
9300 Nathan Froyd <froydnj@codesourcery.com>
9301 Maciej W. Rozycki <macro@codesourcery.com>
9302
9303 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
9304 (mips16_instruction_has_delay_slot): Likewise.
9305 (mips_segment_boundary): Likewise.
9306 (mips_adjust_breakpoint_address): Likewise.
9307 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
9308
9309 2012-02-27 Maciej W. Rozycki <macro@mips.com>
9310 Maciej W. Rozycki <macro@codesourcery.com>
9311
9312 * infrun.c (handle_inferior_event): Don't proceed through
9313 shared library trampolines if stepping at the machine
9314 instruction level.
9315
9316 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
9317
9318 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
9319 too.
9320
9321 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
9322
9323 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
9324 (sh_stub_unwind_sniffer): New functions.
9325 (sh_stub_unwind): New variable.
9326 (sh_gdbarch_init): Wire everything.
9327
9328 2012-02-27 Pedro Alves <palves@redhat.com>
9329
9330 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
9331 (linux_nat_post_attach_wait): Adjust to use
9332 linux_proc_pid_is_stopped.
9333 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
9334 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
9335 based on pid_is_stopped from both linux-nat.c and
9336 gdbserver/linux-low.c, and renamed.
9337
9338 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9339
9340 * remote.c (remote_watchpoint_addr_within_range): New function.
9341 (init_remote_ops): Use it.
9342
9343 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9344
9345 * target.h (target_watchpoint_addr_within_range): Document macro.
9346
9347 2012-02-24 Pedro Alves <palves@redhat.com>
9348
9349 * stack.c (set_last_displayed_sal): Issue internal_error instead
9350 of warning, and issue it after clearing the last displayed sal.
9351
9352 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9353 Pedro Alves <palves@redhat.com>
9354
9355 * breakpoint.c (until_break_command): Install breakpoints after
9356 all frame manipulations.
9357
9358 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9359
9360 * remote.c (remote_supports_cond_breakpoints): New forward
9361 declaration.
9362 (remote_add_target_side_condition): New function.
9363 (remote_insert_breakpoint): Add target-side breakpoint
9364 conditional if supported.
9365 (remote_insert_hw_breakpoint): Likewise.
9366 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
9367 hook.
9368
9369 * target.c (update_current_target): Inherit
9370 to_supports_evaluation_of_breakpoint_conditions.
9371 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
9372
9373 * target.h (struct target_ops)
9374 <to_supports_evaluation_of_breakpoint_conditions>: New field.
9375 (target_supports_evaluation_of_breakpoint_conditions): New #define.
9376
9377 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
9378 (condition_evaluation_both, condition_evaluation_auto,
9379 condition_evaluation_host, condition_evaluation_target,
9380 condition_evaluation_enums, condition_evaluation_mode_1,
9381 condition_evaluation_mode): New static globals.
9382 (translate_condition_evaluation_mode): New function.
9383 (breakpoint_condition_evaluation_mode): New function.
9384 (gdb_evaluates_breakpoint_condition_p): New function.
9385 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
9386 (mark_breakpoint_modified): New function.
9387 (mark_breakpoint_location_modified): New function.
9388 (set_condition_evaluation_mode): New function.
9389 (show_condition_evaluation_mode): New function.
9390 (bp_location_compare_addrs): New function.
9391 (get_first_location_gte_addr): New helper function.
9392 (set_breakpoint_condition): Free condition bytecode if locations
9393 has become unconditional. Call mark_breakpoint_modified (...).
9394 (condition_command): Call update_global_location_list (1) for
9395 breakpoints.
9396 (breakpoint_xfer_memory): Use is_breakpoint (...).
9397 (is_breakpoint): New function.
9398 (parse_cond_to_aexpr): New function.
9399 (build_target_condition_list): New function.
9400 (insert_bp_location): Handle target-side conditional
9401 breakpoints and call build_target_condition_list (...).
9402 (update_inserted_breakpoint_locations): New function.
9403 (insert_breakpoint_locations): Handle target-side conditional
9404 breakpoints.
9405 (bpstat_check_breakpoint_conditions): Add comment.
9406 (bp_condition_evaluator): New function.
9407 (bp_location_condition_evaluator): New function.
9408 (print_breakpoint_location): Print information on where the condition
9409 will be evaluated.
9410 (print_one_breakpoint_location): Likewise.
9411 (init_bp_location): Call mark_breakpoint_location_modified (...) for
9412 breakpoint location.
9413 (force_breakpoint_reinsertion): New functions.
9414 (update_global_location_list): Handle target-side breakpoint
9415 conditions.
9416 Reinsert locations that are already inserted if conditions have
9417 changed.
9418 (bp_location_dtor): Free agent expression bytecode.
9419 (disable_breakpoint): Call mark_breakpoint_modified (...).
9420 Call update_global_location_list (...) with parameter 1 for breakpoints.
9421 (disable_command): Call mark_breakpoint_location_modified (...).
9422 Call update_global_location_list (...) with parameter 1 for breakpoints.
9423 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
9424 (enable_command): mark_breakpoint_location_modified (...).
9425 (_initialize_breakpoint): Update documentation and add
9426 condition-evaluation breakpoint subcommand.
9427
9428 * breakpoint.h: Include ax.h.
9429 (condition_list): New data structure.
9430 (condition_status): New enum.
9431 (bp_target_info) <cond_list>: New field.
9432 (bp_location) <condition_changed, cond_bytecode>: New fields.
9433 (is_breakpoint): New prototype.
9434
9435 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9436
9437 * remote.c (remote_state) <cond_breakpoints>: New field.
9438 (PACKET_ConditionalBreakpoints): New enum.
9439 (remote_cond_breakpoint_feature): New function.
9440 (remote_protocol_features): Add new ConditionalBreakpoints entry.
9441 (remote_supports_cond_breakpoints): New function.
9442 (_initialize_remote): Add new packet configuration for
9443 target-side conditional breakpoints.
9444
9445 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9446
9447 * NEWS: Mention target-side conditional breakpoint support,
9448 new condition-evaluation breakpoint subcommand and remote
9449 packet extensions.
9450
9451 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9452
9453 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
9454 number.
9455
9456 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
9457
9458 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
9459 (after_prologue): Remove.
9460
9461 2012-02-23 Tom Tromey <tromey@redhat.com>
9462
9463 * jv-valprint.c (java_val_print): Remove dead code.
9464
9465 2012-02-23 Tristan Gingold <gingold@adacore.com>
9466
9467 * ada-tasks.c (struct ada_tasks_inferior_data): Add
9468 known_tasks_element and known_tasks_length fields.
9469 (read_known_tasks_array): Change argument type. Use pointer type
9470 and number of elements from DATA. Adjust.
9471 (read_known_tasks_list): Likewise.
9472 (get_known_tasks_addr): Remove.
9473 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
9474 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
9475 type and array length. Merge former get_known_tasks_addr code.
9476
9477 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9478
9479 PR backtrace/13716
9480 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
9481 it after set_momentary_breakpoint.
9482
9483 2012-02-22 Sterling Augustine <saugustine@google.com>
9484
9485 PR 13689:
9486 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
9487
9488 2012-02-22 Gary Benson <gbenson@redhat.com>
9489
9490 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
9491 (find_slot_in_mapped_hash): Likewise.
9492
9493 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9494
9495 PR build/13638
9496 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
9497 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
9498 * configure: Regenerate.
9499
9500 2012-02-21 Tristan Gingold <gingold@adacore.com>
9501 Pedro Alves <palves@redhat.com>
9502
9503 * ia64-tdep.c: Do not include libunwind-ia64.h.
9504 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
9505 Include libunwind-ia64.h instead of libunwind.h.
9506 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
9507 for libunwind.h existence.
9508 * configure, config.in: Regenerate.
9509
9510 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9511
9512 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
9513 instead of value_rtti_target_type.
9514 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
9515 instead of value_rtti_target_type.
9516 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
9517 value_rtti_target_type.
9518 * valops.c (value_ind): Extract function readjust_indirect_value_type.
9519 (value_rtti_target_type): Rename to ...
9520 (value_rtti_indirect_type): ... here and make it indirect. Update
9521 function comment.
9522 * value.c (readjust_indirect_value_type): New function.
9523 (coerce_ref): Support for enclosing type setting for references
9524 with readjust_indirect_value_type.
9525 * value.h (readjust_value_type): New declaration.
9526 (value_rtti_target_type): Rename to ...
9527 (value_rtti_indirect_type): ... here.
9528
9529 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9530
9531 * MAINTAINERS (Write After Approval): Add myself to the list.
9532
9533 2012-02-20 Doug Evans <dje@google.com>
9534
9535 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
9536 Rename objfile_p_char parameter to objfilep.
9537 (build_objfile_section_table): Result is now void. All callers
9538 updated.
9539 * objfiles.h (struct objfile): Tweak comments, whitespace.
9540 (build_objfile_section_table): Update.
9541
9542 * elfread.c (elf_symfile_segments): Fix warning text.
9543
9544 2012-02-20 Tom Tromey <tromey@redhat.com>
9545
9546 PR gdb/13498:
9547 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
9548 particular set of file names once.
9549 (dw2_map_symbol_filenames): Likewise.
9550
9551 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9552
9553 Code cleanup.
9554 * main.c (write_files): Remove the declaration.
9555 (external_editor_command): Move the declaration ...
9556 [GDBTK] (external_editor_command): ... here. Fix the comment.
9557
9558 2012-02-20 Tom Tromey <tromey@redhat.com>
9559
9560 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
9561 extraneous block.
9562
9563 2012-02-20 Tristan Gingold <gingold@adacore.com>
9564
9565 * darwin-nat.h (enum darwin_msg_state): Add comments.
9566
9567 2012-02-20 Tristan Gingold <gingold@adacore.com>
9568
9569 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
9570 value.
9571
9572 2012-20-18 Joel Brobecker <brobecker@adacore.com>
9573
9574 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
9575 between function description and implementation.
9576
9577 2012-02-17 Tom Tromey <tromey@redhat.com>
9578
9579 PR python/12070:
9580 * python/py-event.c (event_object_getset): New global.
9581 (event_object_type): Reference it.
9582 * python/py-type.c (field_object_getset): New global.
9583 (field_object_type): Reference it.
9584 * python/python-internal.h (gdb_py_generic_dict): Declare.
9585 * python/py-utils.c (gdb_py_generic_dict): New function.
9586
9587 2012-02-17 Tristan Gingold <gingold@adacore.com>
9588
9589 * solib-darwin.c (darwin_current_sos): Check magic and filetype
9590
9591 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
9592
9593 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
9594 TYPE_CALLING_CONVENTION annotation.
9595
9596 2012-02-16 Kevin Buettner <kevinb@redhat.com>
9597
9598 * MAINTAINERS: Add rx to target ISA section.
9599 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
9600 (ALLDEPFILES): Add rx-tdep.c.
9601
9602 2012-02-16 Tom Tromey <tromey@redhat.com>
9603
9604 * symfile.c (symbol_file_add_main_1): Use inferior's
9605 symfile_flags.
9606 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
9607 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
9608 inferior.
9609 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
9610 inferior.
9611 (follow_exec): Use inferior's symfile_flags.
9612 * inferior.h (struct inferior) <symfile_flags>: New field.
9613
9614 2012-02-16 Mike Frysinger <vapier@gentoo.org>
9615
9616 PR gdb/9734:
9617 * remote-sim.c (gdbsim_create_inferior): Call error() when
9618 sim_create_inferior() fails.
9619
9620 2012-02-16 Josh Matthews <josh@joshmatthews.net>
9621
9622 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
9623
9624 2012-02-16 Tom Tromey <tromey@redhat.com>
9625
9626 PR c++/13653:
9627 * thread.c (struct current_thread_cleanup) <was_removable>: New
9628 field.
9629 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
9630 (make_cleanup_restore_current_thread): Initialize new field.
9631
9632 2012-02-15 Kevin Buettner <kevinb@redhat.com>
9633
9634 * MAINTAINERS: Add rl78 to target ISA section.
9635 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
9636 (ALLDEPFILES): Add rl78-tdep.c.
9637 * NEWS: Mention rl78 as a new target.
9638
9639 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
9640
9641 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
9642 data.
9643 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
9644
9645 2012-02-15 Tom Tromey <tromey@redhat.com>
9646
9647 PR gdb/12659:
9648 * infcmd.c (registers_info): Print just the current register's
9649 name.
9650
9651 2012-02-15 Tom Tromey <tromey@redhat.com>
9652
9653 * python/py-symbol.c (sympy_value): Use _().
9654
9655 2012-02-15 Pedro Alves <palves@redhat.com>
9656
9657 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
9658 output to be like native targets'.
9659 (remote_pid_to_str): Special case the null ptid.
9660
9661 2012-02-14 Stan Shebs <stan@codesourcery.com>
9662
9663 * NEWS: Mention enable count command.
9664 * breakpoint.h (struct breakpoint): New field enable_count.
9665 * breakpoint.c (enable_breakpoint_disp): Add count argument.
9666 (enable_breakpoint): Add arg to call.
9667 (struct disp_data): New struct.
9668 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
9669 (do_map_enable_once_breakpoint): Create a struct and pass it.
9670 (do_map_enable_delete_breakpoint): Ditto.
9671 (do_map_enable_count_breakpoint): New function.
9672 (enable_count_command): New function.
9673 (bpstat_stop_status): Decrement enable_count.
9674 (print_one_breakpoint_location): Report enable count.
9675 (_initialize_breakpoint): Add enable count command.
9676
9677 2012-02-14 Kevin Buettner <kevinb@redhat.com>
9678
9679 * rl78-tdep.c (reggroups.h): Include.
9680 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
9681 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
9682 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
9683 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
9684 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
9685 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
9686 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
9687 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
9688 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
9689 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
9690 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
9691 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
9692 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
9693 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
9694 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
9695 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
9696 beginning of register list.
9697 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
9698 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
9699 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
9700 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
9701 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
9702 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
9703 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
9704 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
9705 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
9706 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
9707 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
9708 the pseudo registers. Rearrange other pseudo registers too so
9709 that the bank registers appear at the end.
9710 (rl78_register_type): Account for the fact that the byte sized
9711 bank registers are now pseudo-registers.
9712 (rl78_register_name): Rearrange the register name array. Make
9713 initial set of raw banked registers inaccessible.
9714 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
9715 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
9716 case for copying bytes back and forth between raw and pseudo
9717 versions of the banked registers. Update other cases to reflect
9718 the changed names.
9719 (rl78_return_value): Update to account for changed names of
9720 raw registers.
9721 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
9722 rl78_register_sim_regno().
9723
9724 2012-02-14 Kevin Buettner <kevinb@redhat.com>
9725
9726 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
9727 the name parameter being passed to find_pc_partial_function().
9728
9729 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9730
9731 * MAINTAINERS: Step down from being ia64 target maintainer.
9732
9733 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9734
9735 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
9736 compilation warning.
9737
9738 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9739
9740 Fix crash on loaded shlibs without loaded exec_bfd.
9741 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
9742 (set_section_command): Replace exec_bfd by p->bfd.
9743
9744 2012-02-10 Tom Tromey <tromey@redhat.com>
9745
9746 * linespec.c (decode_line_internal): Skip symtabs_from_filename
9747 when we have a C++ qualified name.
9748
9749 2012-02-10 Pedro Alves <palves@redhat.com>
9750
9751 * inferior.c (inferior_pid_to_str): New.
9752 (print_inferior, inferior_command): Use it.
9753
9754 2012-02-10 Pedro Alves <palves@redhat.com>
9755
9756 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
9757 the test CFLAGS.
9758 * configure: Regenerate.
9759
9760 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9761
9762 * linespec.c (decode_line_internal): Fix comment correctness.
9763
9764 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
9765
9766 PR gdb/12953
9767 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
9768 * amd64bsd-nat.c: Add support for debug registers (adapted from
9769 i386bsd-nat.c).
9770 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
9771 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
9772 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
9773 (amd64bsd_dr_get_control): New functions.
9774 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
9775 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
9776 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
9777 watchpoints initialization.
9778 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
9779
9780 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9781
9782 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
9783 flds_bnds.fields.
9784 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
9785
9786 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9787
9788 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
9789
9790 2012-02-08 Joel Brobecker <brobecker@adacore.com>
9791
9792 * language.h (symbol_name_cmp_ftype): Renames
9793 symbol_name_match_p_ftype.
9794 (struct language_defn)[la_get_symbol_name_cmp]: Renames
9795 la_get_symbol_name_match_p.
9796 * ada-lang.c (ada_get_symbol_name_cmp): Renames
9797 ada_get_symbol_name_match_p. Update comment.
9798 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
9799 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
9800 Renames symbol_name_match_p. Update field type.
9801 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
9802 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
9803 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
9804 "la_get_symbol_name_cmp" in comments.
9805 * language.c: Likewise.
9806
9807 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9808
9809 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
9810 %eflags offset.
9811 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
9812 (amd64_sol2_gregset32_reg_offs): Likewise.
9813
9814 2012-02-08 Joel Brobecker <brobecker@adacore.com>
9815
9816 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
9817 of the returned BFD is allocated by GDB.
9818
9819 2012-02-07 Tom Tromey <tromey@redhat.com>
9820
9821 PR python/12027:
9822 * python/python-internal.h (frame_object_type): Declare.
9823 * python/py-symbol.c (sympy_needs_frame): New function.
9824 (sympy_value): New function.
9825 (symbol_object_getset): Add "needs_frame".
9826 (symbol_object_methods): Add "value".
9827 * python/py-frame.c (frame_object_type): No longer static.
9828
9829 2012-02-07 Tom Tromey <tromey@redhat.com>
9830
9831 PR python/13599:
9832 * python/py-symbol.c (sympy_line): New function.
9833 (symbol_object_getset): Add "line".
9834
9835 2012-02-07 Tom Tromey <tromey@redhat.com>
9836
9837 * charset.c (find_charset_names): Check 'in' against NULL.
9838
9839 2012-02-06 Doug Evans <dje@google.com>
9840
9841 * gdbtypes.h (struct main_type): Change type of name,tag_name,
9842 and fields.name members from char * to const char *. All uses updated.
9843 (struct cplus_struct_type): Change type of fn_fieldlists.name member
9844 from char * to const char *. All uses updated.
9845 (type_name_no_tag): Update.
9846 (lookup_unsigned_typename, lookup_signed_typename): Update.
9847 * gdbtypes.c (type_name_no_tag): Change result type
9848 from char * to const char *. All callers updated.
9849 (lookup_unsigned_typename, lookup_signed_typename): Change type of
9850 name parameter from char * to const char *.
9851 * symtab.h (struct cplus_specific): Change type of demangled_name
9852 member from char * to const char *. All uses updated.
9853 (struct general_symbol_info): Change type of name and
9854 mangled_lang.demangled_name members from char * to const char *.
9855 All uses updated.
9856 (symbol_get_demangled_name, symbol_natural_name): Update.
9857 (symbol_demangled_name, symbol_search_name): Update.
9858 * symtab.c (symbol_get_demangled_name): Change result type
9859 from char * to const char *. All callers updated.
9860 (symbol_natural_name, symbol_demangled_name): Ditto.
9861 (symbol_search_name): Ditto.
9862 (completion_list_add_name): Change type of symname,sym_text,
9863 text,word parameters from char * to const char *.
9864 (completion_list_objc_symbol): Change type of sym_text,
9865 text,word parameters from char * to const char *.
9866 * ada-lang.c (find_struct_field): Change type of name parameter
9867 from char * to const char *.
9868 (encoded_ordered_before): Similarly for N0,N1 parameters.
9869 (old_renaming_is_invisible): Similarly for function_name parameter.
9870 (ada_type_name): Change result type from char * to const char *.
9871 All callers updated.
9872 * ada-lang.h (ada_type_name): Update.
9873 * buildsym.c (hashname): Change type of name parameter
9874 from char * to const char *.
9875 * buildsym.h (hashname): Update.
9876 * dbxread.c (end_psymtab): Change type of include_list parameter
9877 from char ** to const char **.
9878 * dwarf2read.c (determine_prefix): Change result type
9879 from char * to const char *. All callers updated.
9880 * f-lang.c (find_common_for_function): Change type of name, funcname
9881 parameters from char * to const char *.
9882 * f-lang.c (find_common_for_function): Update.
9883 * f-valprint.c (list_all_visible_commons): Change type of funcname
9884 parameters from char * to const char *.
9885 * gdbarch.sh (static_transform_name): Change type of name parameter
9886 and result from char * to const char *.
9887 * gdbarch.c: Regenerate.
9888 * gdbarch.h: Regenerate.
9889 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
9890 of name parameter from char * to const char *.
9891 * jv-lang.c (java_primitive_type_from_name): Ditto.
9892 (java_demangled_signature_length): Similarly for signature parameter.
9893 (java_demangled_signature_copy): Ditto.
9894 (java_demangle_type_signature): Ditto.
9895 * jv-lang.h (java_primitive_type_from_name): Update.
9896 (java_demangle_type_signature): Update.
9897 * objc-lang.c (specialcmp): Change type of a,b parameters
9898 from char * to const char *.
9899 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
9900 from char * to const char *. All callers updated.
9901 * p-lang.h (is_pascal_string_type): Update.
9902 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
9903 of name parameter from char * to const char *.
9904 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
9905 * utils.c (fprintf_symbol_filtered): Ditto.
9906 * defs.h (fprintf_symbol_filtered): Update.
9907 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
9908 * stabsread.h (end_psymtab): Update.
9909 * stack.c (find_frame_funname): Change type of funname parameter
9910 from char ** to const char **.
9911 * stack.h (find_frame_funname): Update.
9912 * typeprint.c (type_print): Change type of varstring parameter
9913 from char * to const char *.
9914 * value.h (type_print): Update.
9915 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
9916 from char * to const char *. All callers updated.
9917 (xcoff_end_psymtab): Change type of include_list parameter
9918 from char ** to const char **. All callers updated.
9919 (swap_sym): Similarly for name parameter. All callers updated.
9920 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
9921 Use xstrdup.
9922 (process_coff_symbol): Use xstrdup.
9923 * stabsread.c (stabs_method_name_from_physname): Renamed from
9924 update_method_name_from_physname. Change result type from void
9925 to char *. All callers updated.
9926 (read_member_functions): In has_destructor case, store name in objfile
9927 obstack instead of malloc space. In !has_stub case, fix mem leak.
9928
9929 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
9930
9931 * configure: Rebuild.
9932 * configure.ac: Put -L../bfd and -L../libiberty at the front of
9933 LDFLAGS.
9934
9935 2012-02-03 Kevin Buettner <kevinb@redhat.com>
9936
9937 * configure.tgt (rl78-*-elf): New target.
9938 * rl78-tdep.c: New file.
9939
9940 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9941
9942 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
9943 and continue the loop. Add QUIT statement.
9944
9945 2012-02-03 Tom Tromey <tromey@redhat.com>
9946
9947 PR gdb/13596:
9948 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
9949 bfd_lookup_symbol_from_symtab.
9950 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
9951 gdb_bfd_lookup_symbol_from_symtab.
9952
9953 2012-02-03 Joel Brobecker <brobecker@adacore.com>
9954
9955 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
9956 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
9957 symbol. Add assertion that sym2 is never NULL.
9958
9959 2012-02-02 Doug Evans <dje@google.com>
9960
9961 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
9962 "name" parameter to const char ** from char **. All callers updated.
9963 (find_pc_partial_function): Ditto.
9964 (cache_pc_function_name): Change type to const char * from char *.
9965 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
9966 (find_pc_partial_function): Update.
9967 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
9968 type of "name" parameter to const char * from char *.
9969 All uses updated.
9970 * arch-utils.c (generic_in_solib_return_trampoline): Change
9971 type of "name" parameter to const char * from char *.
9972 * arch-utils.h (generic_in_solib_return_trampoline): Update.
9973 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
9974 type of "name" parameter to const char * from char *.
9975 * gdbarch.sh (in_solib_return_trampoline): Ditto.
9976 * gdbarch.c: Regenerate.
9977 * gdbarch.h: Regenerate.
9978 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
9979 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
9980 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
9981 type of "name" parameter to const char * from char *.
9982 * skip.c (skip_function_pc): Ditto.
9983 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
9984 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
9985 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
9986 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
9987 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
9988 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
9989 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
9990 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
9991 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
9992
9993 2012-02-02 Pedro Alves <palves@redhat.com>
9994
9995 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
9996 the current inferior has no execution. Make sure the current
9997 remote process matches gdb's current inferior.
9998
9999 2012-02-02 Tom Tromey <tromey@redhat.com>
10000
10001 PR gdb/13405:
10002 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
10003 read-only memory.
10004
10005 2012-02-02 Tom Tromey <tromey@redhat.com>
10006
10007 PR gdb/9307:
10008 * symtab.c (lookup_language_this): Set block_found.
10009
10010 2012-02-01 Tom Tromey <tromey@redhat.com>
10011
10012 PR gdb/13431:
10013 * jit.c (struct jit_inferior_data): Rewrite.
10014 (struct jit_objfile_data): New.
10015 (get_jit_objfile_data): New function.
10016 (add_objfile_entry): Update.
10017 (jit_read_descriptor): Return int. Replace descriptor_addr
10018 argument with inf_data. Update. Don't call error.
10019 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
10020 descriptor here.
10021 (jit_inferior_init): Don't look up descriptor. Don't call error.
10022 (jit_reset_inferior_data_and_breakpoints)
10023 (jit_inferior_created_observer): Remove.
10024 (jit_inferior_exit_hook): Update.
10025 (jit_executable_changed_observer): Remove.
10026 (jit_event_handler): Update.
10027 (free_objfile_data): Reset inferior data if needed.
10028 (_initialize_jit): Update.
10029
10030 2012-02-01 Tom Tromey <tromey@redhat.com>
10031
10032 * jit.c (bfd_open_from_target_memory): Move higher in file.
10033
10034 2012-02-01 Tristan Gingold <gingold@adacore.com>
10035
10036 * libunwind-frame.c (libunwind_load): Display message if dlopen
10037 failed.
10038
10039 2012-02-01 Gary Benson <gbenson@redhat.com>
10040
10041 * symtab.h (symbol_found_callback_ftype): New typedef.
10042 (iterate_over_symbols): Use the above.
10043 * symtab.c (iterate_over_symbols): Likewise.
10044 * language.h (language_defn->la_iterate_over_symbols): Likewise.
10045 * ada-lang.c (ada_iterate_over_symbols): Likewise.
10046 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
10047 (iterate_name_matcher): Document return values.
10048 (collect_one_symbol): Likewise.
10049 (collect_function_symbols): Likewise.
10050 (collect_symbols): Likewise.
10051
10052 2012-02-01 Tom Tromey <tromey@redhat.com>
10053
10054 * ada-lang.c (resolve_subexp): Update.
10055 (ada_lookup_symbol_list): Add 'full_search' argument.
10056 (ada_iterate_over_symbols): Pass 0 as full_search argument to
10057 ada_lookup_symbol_list.
10058 (ada_lookup_encoded_symbol): Update.
10059 (get_var_value): Update.
10060 * ada-exp.y (block_lookup): Update.
10061 (write_var_or_type): Update.
10062 (write_name_assoc): Update.
10063 * ada-lang.h (ada_lookup_symbol_list): Update.
10064
10065 2012-01-31 Tom Tromey <tromey@redhat.com>
10066
10067 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
10068 comment.
10069
10070 2012-01-31 Doug Evans <dje@google.com>
10071
10072 * symtab.h: Remove outdated comment.
10073 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
10074
10075 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
10076
10077 Fix build error in Darwin port.
10078 * i386-darwin-nat.c: Include i386-nat.h.
10079
10080 2012-01-30 Tom Tromey <tromey@redhat.com>
10081
10082 PR breakpoints/13568:
10083 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
10084 argument. Check for recursive includes.
10085 (dwarf_decode_macros): Create an include hash.
10086
10087 2012-01-30 Michael Eager <eager@eagercon.com>
10088
10089 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
10090 * ppc-linux-tdep.c: Include glibc-tdep.h.
10091 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
10092 (powerpc_linux_in_plt_stub): New function.
10093 (powerpc_linux_in_dynsym_resolve_code): New function.
10094 (ppc_skip_trampoline_code): New function.
10095 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
10096 Use glibc_skip_solib_resolver.
10097
10098 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10099
10100 Code cleanup: Make 1440 bytes of data segment read-only.
10101 * arch-utils.c (endian_enum): Make it const char *const [].
10102 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
10103 Likewise.
10104 * breakpoint.c (always_inserted_enums): Likewise.
10105 * cli/cli-cmds.c (script_ext_enums): Likewise.
10106 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
10107 enumlist parameter const char *const *.
10108 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
10109 const char *const *.
10110 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
10111 parameter const char *const *.
10112 * cris-tdep.c (cris_modes): Make it const char *const [].
10113 * filesystem.c (target_file_system_kinds): Likewise.
10114 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
10115 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
10116 (can_use_displaced_stepping_enum, scheduler_enums)
10117 (exec_direction_names): Likewise.
10118 * language.c (_initialize_language): Make the type_or_range_names and
10119 case_sensitive_names variables const char *const [].
10120 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
10121 * python/python.c (python_excp_enums): Likewise.
10122 * remote.c (interrupt_sequence_modes): Likewise.
10123 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
10124 * serial.c (logbase_enums): Likewise.
10125 * sh-tdep.c (sh_cc_enum): Likewise.
10126 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
10127 Likewise.
10128 * symtab.c (multiple_symbols_modes): Likewise.
10129 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
10130 Likewise.
10131 * utils.c (internal_problem_modes): Likewise.
10132
10133 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10134
10135 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
10136 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
10137 result.
10138
10139 2012-01-27 Doug Evans <dje@google.com>
10140
10141 * configure.ac (with_python): Fix absolute path handling for win32.
10142 * configure: Regenerate.
10143
10144 2012-01-26 Doug Evans <dje@google.com>
10145
10146 * symtab.c: Whitespace cleanup, no code changes.
10147
10148 * symtab.c (lookup_symbol_in_language): Improve comment.
10149 (lookup_symbol_aux): Fix comment.
10150
10151 * psymtab.c (add_psymbol_to_list): Result is now "void".
10152 * psympriv.h (add_psymbol_to_list): Update.
10153
10154 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
10155
10156 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10157
10158 Do not open script filenames twice.
10159 * cli/cli-cmds.c (source_script_from_stream): Pass to
10160 source_python_script also STREAM.
10161 * python/py-auto-load.c (source_section_scripts): Pass to
10162 source_python_script_for_objfile also STREAM.
10163 (auto_load_objfile_script): Pass to source_python_script_for_objfile
10164 also INPUT.
10165 * python/python-internal.h (source_python_script_for_objfile): New
10166 parameter file, rename parameter file to filename.
10167 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
10168 instead if !_WIN32. Update the function comment.
10169 (source_python_script, source_python_script_for_objfile)
10170 (source_python_script): New parameter file, rename parameter file to
10171 filename. Pass FILENAME to python_run_simple_file.
10172 * python/python.h (source_python_script): New parameter file, rename
10173 parameter file to filename.
10174
10175 2012-01-26 Pedro Alves <palves@redhat.com>
10176
10177 * corelow.c (core_has_fake_pid): Delete.
10178 (core_close): Delete references to `core_has_fake_pid'.
10179 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
10180 (core_open): Delete references to `core_has_fake_pid'.
10181 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
10182 the removed global.
10183
10184 2012-01-26 Joel Brobecker <brobecker@adacore.com>
10185
10186 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
10187 Remove language parameter from name_matcher. Adjust the comment.
10188 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
10189 Remove language parameter.
10190 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
10191 * linespec.c (iterate_name_matcher): Likewise.
10192 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
10193 name_matcher. Adjust call accordingly.
10194 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
10195 (maintenance_check_symtabs): Adjust type of parameter "fun".
10196 * psymtab.h (maintenance_check_symtabs): Likewise.
10197
10198 2012-01-26 Joel Brobecker <brobecker@adacore.com>
10199
10200 * language.h (symbol_name_match_p_ftype): New typedef.
10201 (struct language_defn): Replace field la_symbol_name_compare
10202 by la_get_symbol_name_match_p.
10203 * ada-lang.c (ada_get_symbol_name_match_p): New function.
10204 (ada_language_defn): Use it.
10205 * linespec.c (struct symbol_matcher_data): New type.
10206 (iterate_name_matcher): Rewrite.
10207 (iterate_over_all_matching_symtabs): Pass a pointer to
10208 a symbol_matcher_data struct to expand_symtabs_matching
10209 instead of just the lookup name.
10210 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10211 opencl-lang.c, p-lang.c, language.c: Delete field
10212 la_symbol_name_compare, and replace by NULL for new field
10213 la_get_symbol_name_match_p.
10214 * symfile.h (struct quick_symbol_functions): Update comment.
10215
10216 2012-01-25 Tom Tromey <tromey@redhat.com>
10217
10218 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
10219 dereferencing.
10220
10221 2012-01-24 Tom Tromey <tromey@redhat.com>
10222
10223 PR symtab/12406:
10224 * solib.c (update_solib_list): Update the program space's
10225 added_solibs and deleted_solibs fields.
10226 * progspace.h (struct program_space) <added_solibs,
10227 deleted_solibs>: New fields.
10228 (clear_program_space_solib_cache): Declare.
10229 * progspace.c (release_program_space): Call
10230 clear_program_space_solib_cache.
10231 (clear_program_space_solib_cache): New function.
10232 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
10233 bpstat_stop_status. Use handle_solib_event.
10234 * breakpoint.c: Include gdb_regex.h.
10235 (print_solib_event): New function.
10236 (bpstat_print): Use print_solib_event.
10237 (bpstat_stop_status): Add special case for bp_shlib_event.
10238 (handle_solib_event): New function.
10239 (bpstat_what): Use handle_solib_event.
10240 (struct solib_catchpoint): New.
10241 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
10242 (breakpoint_hit_catch_solib, check_status_catch_solib)
10243 (print_it_catch_solib, print_one_catch_solib)
10244 (print_mention_catch_solib, print_recreate_catch_solib): New
10245 functions.
10246 (catch_solib_breakpoint_ops): New global.
10247 (catch_load_or_unload, catch_load_command_1)
10248 (catch_unload_command_1): New functions.
10249 (internal_bkpt_check_status): Add special case for
10250 bp_shlib_event.
10251 (internal_bkpt_print_it): Use print_solib_event.
10252 (initialize_breakpoint_ops): Initialize
10253 catch_solib_breakpoint_ops.
10254 (_initialize_breakpoint): Register "catch load" and "catch
10255 unload".
10256 * breakpoint.h (handle_solib_event): Declare.
10257 * NEWS: Add entry for "catch load" and "catch unload".
10258
10259 2012-01-24 Tom Tromey <tromey@redhat.com>
10260
10261 * ada-lang.c: Include gdb_vecs.h.
10262 * charset.c: Include gdb_vecs.h.
10263 * tracepoint.h: Include gdb_vecs.h.
10264 * gdb_vecs.h: New file.
10265
10266 2012-01-24 Pedro Alves <pedro@codesourcery.com>
10267
10268 * breakpoint.c (breakpoint_hit_catch_fork)
10269 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
10270 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
10271 * infrun.c (inferior_has_forked, inferior_has_vforked)
10272 (inferior_has_execd, inferior_has_called_syscall): Delete.
10273 (handle_syscall_event): Get syscall_number from the execution
10274 control state's wait status.
10275 (wait_for_inferior): Don't clear syscall_number.
10276
10277 2012-01-24 Pedro Alves <palves@redhat.com>
10278
10279 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
10280 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
10281 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
10282 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
10283 `ws' parameter.
10284 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
10285 false for events other than TARGET_SIGNAL_TRAP.
10286 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
10287 Add `ws' parameter.
10288 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
10289 events other than TARGET_SIGNAL_TRAP.
10290 (tracepoint_breakpoint_hit): Add `ws' parameter.
10291 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
10292 parameter.
10293 (bpstat_stop_status): Same.
10294 (pc_at_non_inline_function): Same.
10295 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
10296 to pass the current event's waitstatus to bpstat_stop_status
10297 and pc_at_non_inline_function.
10298
10299 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10300
10301 Code cleanup.
10302 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
10303 Update the function comment for it.
10304 (source_script_with_search): Call make_cleanup_fclose for STREAM.
10305 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
10306 for STREAM.
10307
10308 2012-01-24 Pedro Alves <palves@redhat.com>
10309
10310 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
10311 outside `bs->stop' block.
10312 (bpstat_what): Rework bp_shlib_event handling.
10313 (internal_bkpt_check_status): If the breakpoint is a
10314 bp_shlib_event, then set bs->stop and bs->print if
10315 stop_on_solib_events is set.
10316
10317 2012-01-24 Gary Benson <gbenson@redhat.com>
10318
10319 Delete #if 0'd out code.
10320 * stack.c (print_frame_label_vars): Remove.
10321 (catch_info): Likewise.
10322 (_initialize_stack): Remove "info catch" command.
10323 * NEWS: Mention the above.
10324
10325 2012-01-24 Pedro Alves <palves@redhat.com>
10326
10327 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
10328 it.
10329 (remote_notice_new_inferior): If the remote end doesn't support
10330 the multiprocess extensions, then the PID is fake.
10331 (add_current_inferior_and_thread): New.
10332 (remote_start_remote): Use it.
10333 (extended_remote_attach_1): Adjust.
10334 (extended_remote_create_inferior_1): Use
10335 add_current_inferior_and_thread.
10336
10337 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10338
10339 Fix watchpoints to be specific for each inferior.
10340 * breakpoint.c (watchpoint_in_thread_scope): Verify also
10341 current_program_space.
10342 * i386-nat.c (i386_inferior_data_cleanup): New.
10343 (i386_inferior_data_get): Replace variable inf_data_local by an
10344 inferior_data call.
10345 (i386_use_watchpoints): Initialize i386_inferior_data.
10346 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
10347 specific iterate_over_lwps.
10348
10349 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10350
10351 Fix watchpoints across inferior fork.
10352 * amd64-linux-nat.c (update_debug_registers_callback): Update the
10353 comment for linux_nat_iterate_watchpoint_lwps.
10354 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10355 linux_nat_iterate_watchpoint_lwps.
10356 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
10357 * i386-linux-nat.c (update_debug_registers_callback): Update the
10358 comment for linux_nat_iterate_watchpoint_lwps.
10359 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10360 linux_nat_iterate_watchpoint_lwps.
10361 (i386_linux_prepare_to_resume): New comment on Linux kernel.
10362 * i386-nat.c: Include inferior.h.
10363 (dr_mirror): Remove.
10364 (i386_inferior_data, struct i386_inferior_data)
10365 (i386_inferior_data_get): New.
10366 (i386_debug_reg_state): Use i386_inferior_data_get.
10367 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
10368 (i386_insert_watchpoint, i386_remove_watchpoint)
10369 (i386_stopped_data_address, i386_insert_hw_breakpoint)
10370 (i386_remove_hw_breakpoint): New variable state, use
10371 i386_debug_reg_state instead of DR_MIRROR.
10372 * linux-nat.c (delete_lwp): New declaration.
10373 (num_lwps): Move here from downwards.
10374 (delete_lwp_cleanup): New.
10375 (linux_child_follow_fork): Create new child_lp, call
10376 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
10377 PTRACE_DETACH.
10378 (num_lwps): Move upwards.
10379 (linux_nat_iterate_watchpoint_lwps): New.
10380 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
10381 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
10382
10383 2012-01-24 Joel Brobecker <brobecker@adacore.com>
10384
10385 GDB 7.4 released.
10386
10387 2012-01-23 Pedro Alves <palves@redhat.com>
10388
10389 * top.c (caution): Rename to ...
10390 (confirm): ... this.
10391 (show_caution): Rename to ...
10392 (show_confirm): ... this.
10393 (quit_cover): Adjust.
10394 (init_main): Adjust.
10395 * top.h (caution): Rename to ...
10396 (confirm): ... this.
10397 * utils.c (internal_vproblem, defaulted_query): Adjust.
10398
10399 2012-01-23 Pedro Alves <palves@redhat.com>
10400
10401 * top.c (caution): Update comment.
10402 (execute_command): Don't consider the current value of `caution'.
10403
10404 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10405
10406 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
10407
10408 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
10409
10410 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
10411 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
10412 * target.c (target_fileio_pwrite): Remove buffer address from
10413 debug output.
10414 (target_fileio_pread): Likewise.
10415
10416 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10417
10418 * NEWS: Document remote "info proc" and "generate-core-file".
10419
10420 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10421
10422 * gdbarch.sh (find_memory_regions): New callback.
10423 * gdbarch.c, gdbarch.h: Regenerate.
10424
10425 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
10426 callback before falling back to target method.
10427
10428 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
10429 (linux_target_install_ops): No longer install it.
10430
10431 * linux-tdep.c (linux_find_memory_regions): New function.
10432 (linux_init_abi): Install it.
10433
10434 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10435
10436 * gdbarch.sh (make_corefile_notes): New architecture callback.
10437 * gdbarch.c: Regenerate.
10438 * gdbarch.h: Likewise.
10439
10440 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
10441 before target_make_corefile_notes. If NULL is returned, the
10442 target does not support core file generation.
10443
10444 * linux-nat.c: Include "linux-tdep.h".
10445 (find_signalled_thread, find_stop_signal): Remove.
10446 (linux_nat_do_thread_registers): Likewise.
10447 (struct linux_nat_corefile_thread_data): Likewise.
10448 (linux_nat_corefile_thread_callback): Likewise.
10449 (iterate_over_spus): Likewise.
10450 (struct linux_spu_corefile_data): Likewise.
10451 (linux_spu_corefile_callback): Likewise.
10452 (linux_spu_make_corefile_notes): Likewise.
10453 (linux_nat_collect_thread_registers): New function.
10454 (linux_nat_make_corefile_notes): Replace contents by call to
10455 linux_make_corefile_notes passing linux_nat_collect_thread_registers
10456 as native-only callback.
10457
10458 * linux-tdep.h: Include "bfd.h".
10459 (struct regcache): Add forward declaration.
10460 (linux_collect_thread_registers_ftype): New typedef.
10461 (linux_make_corefile_notes): Add prototype.
10462 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
10463 "regset.h", and "elf-bfd.h".
10464 (find_signalled_thread, find_stop_signal): New functions.
10465 (linux_spu_make_corefile_notes): Likewise.
10466 (linux_collect_thread_registers): Likewise.
10467 (struct linux_corefile_thread_data): New data structure.
10468 (linux_corefile_thread_callback): New funcion.
10469 (linux_make_corefile_notes): Likewise.
10470 (linux_make_corefile_notes_1): Likewise.
10471 (linux_init_abi): Install it.
10472
10473 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10474
10475 * gdbarch.sh (info_proc): New callback.
10476 * gdbarch.c, gdbarch.h: Regenerate.
10477
10478 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
10479 before falling back to the target info_proc callback.
10480
10481 * linux-nat.c: Do not include "cli/cli-utils.h".
10482 (linux_nat_info_proc): Remove.
10483 (linux_target_install_ops): No longer install it.
10484
10485 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
10486 (read_mapping): New function.
10487 (linux_info_proc): Likewise.
10488 (linux_init_abi): Install it.
10489
10490 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10491
10492 * defs.h (enum info_proc_what): Moved here from linux-nat.c
10493 * infcmd.c: (info_proc_cmd_1): New function.
10494 (info_proc_cmd): New function, moved here from equivalent routine
10495 orignally in linux-nat.c.
10496 (info_proc_cmd_mappings): Likewise.
10497 (info_proc_cmd_stat): Likewise.
10498 (info_proc_cmd_status): Likewise.
10499 (info_proc_cmd_cwd): Likewise.
10500 (info_proc_cmd_cmdline): Likewise.
10501 (info_proc_cmd_exe): Likewise.
10502 (info_proc_cmd_all): Likewise.
10503 (_initialize_infcmd): Install "info proc" command and subcommands.
10504
10505 * target.h (struct target_ops): Add to_info_proc.
10506 (target_info_proc): Add prototype.
10507 * target.c (target_info_proc): New function.
10508
10509 * procfs.c (procfs_info_proc): Add prototype.
10510 (info_proc_cmd): Rename into ...
10511 (procfs_info_proc): ... this. Update argument types as appropriate
10512 for a to_info_proc implementation. Handle "what" argument.
10513 (procfs_target): Install procfs_info_proc.
10514 (_initialize_procfs): No longer install "info proc" command.
10515
10516 * linux-nat.c: (enum info_proc_what): Remove.
10517 (linux_nat_info_proc_cmd_1): Rename into ...
10518 (linux_nat_info_proc): ... this. Update argument types as appropriate
10519 for a to_info_proc implementation.
10520 (linux_nat_info_proc_cmd): Remove.
10521 (linux_nat_info_proc_cmd_mappings): Likewise.
10522 (linux_nat_info_proc_cmd_stat): Likewise.
10523 (linux_nat_info_proc_cmd_status): Likewise.
10524 (linux_nat_info_proc_cmd_cwd): Likewise.
10525 (linux_nat_info_proc_cmd_cmdline): Likewise.
10526 (linux_nat_info_proc_cmd_exe): Likewise.
10527 (linux_nat_info_proc_cmd_all): Likewise.
10528 (linux_target_install_ops): Install linux_nat_info_proc.
10529 (_initialize_linux_nat): No longer install "info proc" command
10530 and subcommands.
10531
10532 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10533
10534 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
10535 * config.in, configure: Regenerate.
10536
10537 * target.h (struct target_ops): Add to_fileio_readlink.
10538 (target_fileio_readlink): Add prototype.
10539 * target.c (target_fileio_readlink): New function.
10540
10541 * inf-child.c: Conditionally include <sys/param.h>.
10542 (inf_child_fileio_readlink): New function.
10543 (inf_child_target): Install it.
10544
10545 * remote.c (PACKET_vFile_readlink): New enum value.
10546 (remote_hostio_readlink): New function.
10547 (init_remote_ops): Install it.
10548 (_initialize_remote): Handle vFile:readlink packet type.
10549
10550 2012-01-20 Pedro Alves <palves@redhat.com>
10551 Ulrich Weigand <ulrich.weigand@linaro.org>
10552
10553 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
10554 * config.in, configure: Regenerate.
10555
10556 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
10557 to_fileio_pread, to_fileio_close, to_fileio_unlink.
10558 (target_fileio_open): Add prototype.
10559 (target_fileio_pwrite): Likewise.
10560 (target_fileio_pread): Likewise.
10561 (target_fileio_close): Likewise.
10562 (target_fileio_unlink): Likewise.
10563 (target_fileio_read_alloc): Likewise.
10564 (target_fileio_read_stralloc): Likewise.
10565
10566 * target.c: Include "gdb/fileio.h".
10567 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
10568 (default_fileio_target): New function.
10569 (target_fileio_open): Likewise.
10570 (target_fileio_pwrite): Likewise.
10571 (target_fileio_pread): Likewise.
10572 (target_fileio_close): Likewise.
10573 (target_fileio_unlink): Likewise.
10574 (target_fileio_close_cleanup): Likewise.
10575 (target_fileio_read_alloc_1): Likewise.
10576 (target_fileio_read_alloc): Likewise.
10577 (target_fileio_read_stralloc): Likewise.
10578
10579 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
10580 <fcntl.h>, and <unistd.h>.
10581 (inf_child_fileio_open_flags_to_host): New function.
10582 (inf_child_errno_to_fileio_error): Likewise.
10583 (inf_child_fileio_open): Likewise.
10584 (inf_child_fileio_pwrite): Likewise.
10585 (inf_child_fileio_pread): Likewise.
10586 (inf_child_fileio_close): Likewise.
10587 (inf_child_fileio_unlink): Likewise.
10588 (inf_child_target): Install to_fileio routines.
10589
10590 * remote.c (init_remote_ops): Install to_fileio routines.
10591
10592 2012-01-20 Pedro Alves <palves@redhat.com>
10593 Ulrich Weigand <ulrich.weigand@linaro.org>
10594
10595 * remote.c (remote_multi_process_p): Only check for multi-process
10596 protocol feature, do not check for extended protocol.
10597 (remote_supports_multi_process): Check for extended protocol here.
10598 (set_general_process): Likewise.
10599 (extended_remote_kill): Likewise.
10600 (remote_pid_to_str): Likewise.
10601 (remote_query_supported): Always query multiprocess mode.
10602
10603 2012-01-20 Pedro Alves <palves@redhat.com>
10604 Ulrich Weigand <ulrich.weigand@linaro.org>
10605
10606 * inferior.h (struct inferior): Add fake_pid_p.
10607 * inferior.c (exit_inferior_1): Clear fake_pid_p.
10608 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
10609 magic_null_ptid since the remote side doesn't provide a real PID.
10610
10611 2012-01-19 Tom Tromey <tromey@redhat.com>
10612
10613 * NEWS: Combine the two Python sections.
10614
10615 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10616
10617 * target.h (target_close): Update comment on the target's unpush state.
10618
10619 2012-01-19 Pedro Alves <palves@redhat.com>
10620
10621 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
10622 linux_nat_async directly instead of going through the target
10623 vector.
10624 * target.c (unpush_target): Close target after unpushing it, not
10625 before.
10626
10627 2012-01-19 Gary Benson <gbenson@redhat.com>
10628
10629 * mdebugread.c (sort_blocks): Replace integer constants with ones
10630 derived from FIRST_LOCAL_BLOCK.
10631
10632 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
10633 Jan Kratochvil <jan.kratochvil@redhat.com>
10634
10635 PR gdb/9538
10636 * symfile.c (find_separate_debug_file): New function.
10637 (terminate_after_last_dir_separator): Likewise.
10638 (find_separate_debug_file_by_debuglink): Also try realpath.
10639 * configure.ac (AC_CHECK_FUNCS): Add lstat.
10640 * configure: Regenerate.
10641 * config.in: Regenerate.
10642
10643 2012-01-18 Doug Evans <dje@google.com>
10644
10645 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
10646 (main.o): Remove rule.
10647 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
10648 (--with-sysroot): Rewrite.
10649 * configure: Regenerate.
10650 * config.in: Regenerate.
10651
10652 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
10653
10654 * parse.c (initialize_expout): New function.
10655 (reallocate_expout): Likewise.
10656 (parse_exp_in_context): Use `initialize_expout' and
10657 `reallocate_expout' when appropriate.
10658
10659 2012-01-18 Pedro Alves <palves@redhat.com>
10660
10661 * record.c (struct record_breakpoint, record_breakpoint_p)
10662 (record_breakpoints): New.
10663 (record_insert_breakpoint, record_remove_breakpoint): Manage
10664 record breakpoints list. Only remove breakpoints from the
10665 inferior if they had been inserted there in the first place.
10666
10667 2012-01-17 Doug Evans <dje@google.com>
10668
10669 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
10670 if we know we don't have a file name to look for.
10671
10672 2012-01-17 Pedro Alves <palves@redhat.com>
10673
10674 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
10675 the frame's stop reason is UNWIND_UNAVAILABLE.
10676
10677 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10678
10679 Fix compilation error.
10680 * m2-exp.y (yyerror): Use ANSI C prototype.
10681
10682 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
10683
10684 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
10685 (growbuf_by_size): Likewise.
10686 (yyerror): Likewise.
10687 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
10688 (modblock): Remove variable (was #if 0'ed).
10689 (parse_number): Convert prototype from K&R to ANSI C.
10690 (yyerror): Likewise.
10691 * objc-exp.y (parse_number): Likewise.
10692 (yyerror): Likewise.
10693 (yylex): Remove #if 0'ed code.
10694 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
10695 (yyerror): Likewise.
10696
10697 2012-01-16 Tom Tromey <tromey@redhat.com>
10698
10699 * NEWS: Add item.
10700 * symtab.h (compare_filenames_for_search): Declare.
10701 * symtab.c (compare_filenames_for_search): New function.
10702 (iterate_over_some_symtabs): Use it.
10703 * symfile.h (struct quick_symbol_functions)
10704 <map_symtabs_matching_filename>: Change spec.
10705 * psymtab.c (partial_map_symtabs_matching_filename): Use
10706 compare_filenames_for_search. Update for new spec.
10707 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
10708 compare_filenames_for_search. Update for new spec.
10709 * breakpoint.c (clear_command): Use compare_filenames_for_search.
10710
10711 2012-01-16 Tom Tromey <tromey@redhat.com>
10712
10713 PR python/13281:
10714 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
10715 (struct main_type) <flag_flag_enum>: New field.
10716 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
10717 * NEWS: Add entries.
10718 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
10719 enums.
10720 * python/lib/gdb/printing.py (_EnumInstance): New class.
10721 (FlagEnumerationPrinter): Likewise.
10722
10723 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
10724
10725 * breakpoint.c (create_sals_from_address_default): New function.
10726 (create_breakpoints_sal_default): Likewise.
10727 (decode_linespec_default): Likewise.
10728 (is_marker_spec): Removed.
10729 (strace_marker_p): New function.
10730 (init_breakpoint_sal): Using `strace_marker_p' instead of
10731 `is_marker_spec'.
10732 (create_breakpoint): Call method `create_sals_from_address' from
10733 breakpoint_ops, replacing code that created SALs conditionally
10734 on the type of the breakpoint. Call method `create_breakpoints_sal',
10735 replacing code that created breakpoints conditionally on the type
10736 wanted.
10737 (base_breakpoint_create_sals_from_address): New function.
10738 (base_breakpoint_create_breakpoints_sal): Likewise.
10739 (base_breakpoint_decode_linespec): Likewise.
10740 (base_breakpoint_ops): Add methods
10741 `base_breakpoint_create_sals_from_address',
10742 `base_breakpoint_create_breakpoints_sal' and
10743 `base_breakpoint_decode_linespec'.
10744 (bkpt_create_sals_from_address): New function.
10745 (bkpt_create_breakpoints_sal): Likewise.
10746 (bkpt_decode_linespec): Likewise.
10747 (tracepoint_create_sals_from_address): Likewise.
10748 (tracepoint_create_breakpoints_sal): Likewise.
10749 (tracepoint_decode_linespec): Likewise.
10750 (strace_marker_create_sals_from_address): Likewise.
10751 (strace_marker_create_breakpoints_sal): Likewise.
10752 (strace_marker_decode_linespec): Likewise.
10753 (strace_marker_breakpoint_ops): New variable.
10754 (addr_string_to_sals): Remove `marker_spec'. Call method
10755 `decode_linespec' from breakpoint_ops, replacing code that decoded
10756 an address string into a SAL. Use `strace_marker_p' instead of
10757 `marker_spec'.
10758 (strace_command): Decide whether we are dealing with a static
10759 tracepoint with marker or not. Use the appropriate breakpoint_ops.
10760 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
10761 * breakpoint.h (linespec_result, linespec_sals): New forward
10762 declarations.
10763 (breakpoint_ops) <create_sals_from_address>,
10764 <create_breakpoints_sal>, <decode_linespec>: New methods.
10765
10766 2012-01-14 Doug Evans <dje@google.com>
10767
10768 * NEWS: Update text for "maint set python print-stack".
10769 It is deprecated in gdb 7.4 and deleted in 7.5.
10770
10771 2012-01-13 Eli Zaretskii <eliz@gnu.org>
10772
10773 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
10774 including curses.h.
10775
10776 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10777
10778 * configure: Regenerate.
10779 * config.in: Regenerate.
10780
10781 2012-01-12 Keith Seitz <keiths@redhat.com>
10782
10783 PR mi/10586
10784 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
10785 (ANONYMOUS_UNION_NAME): Define.
10786 (is_path_expr_parent): New function.
10787 (get_path_expr_parent): New function.
10788 (is_anonymous_child): New function.
10789 (create_child_with_value): If the child is anonymous and without
10790 a name, assign an object name to it.
10791 (c_describe_child): Use get_path_expr_parent to determine
10792 the parent expression.
10793 If there field represents an anonymous struct or union and
10794 has no name, set an appropriate display name and expression.
10795 (cplus_describe_child): Likewise.
10796
10797 2012-01-12 Pedro Alves <palves@redhat.com>
10798
10799 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
10800 available when %ebp is found to be zero (outermost).
10801
10802 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
10803
10804 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
10805 an internal gdb_static_assert.
10806 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
10807
10808 2012-01-11 Tom Tromey <tromey@redhat.com>
10809
10810 PR gdb/9598:
10811 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
10812 catch" and "catch throw".
10813
10814 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
10815
10816 * blockframe.c (block_innermost_frame): Start search from selected
10817 frame, if present, or otherwise the current frame.
10818
10819 * c-exp.y (variable): Update innermost_block for
10820 'block COLONCOLON NAME' clause.
10821 * m2-exp.y (variable): Ditto.
10822 * objc-exp.y (variable): Ditto.
10823
10824 2012-01-10 Tom Tromey <tromey@redhat.com>
10825
10826 PR python/13199:
10827 * python/python.c (finish_python_initialization): Set sys.argv.
10828
10829 2012-01-10 Doug Evans <dje@google.com>
10830
10831 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
10832 "want_line_info". All callers updated.
10833 (dwarf_decode_lines_1): New function.
10834 (handle_DW_AT_stmt_list): Add function comment.
10835 New arg "want_line_info". All callers updated.
10836 (read_file_scope,read_type_unit_scope): Move comment from
10837 handle_DW_AT_stmt_list to here.
10838
10839 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10840
10841 Fix regression after libiberty/ update for GCC PR 6057 and others.
10842 * c-exp.y (operator) <OPERATOR DELETE>
10843 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10844 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
10845 (make_builtin_type, make_name): New variable i, add gdb_assert.
10846 (operator) <OPERATOR NEW>: Update ARGS to 3.
10847 (operator) <OPERATOR DELETE>: Add trailing space.
10848 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
10849 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10850 * cp-support.c (cp_canonicalize_string): Check NULL from
10851 cp_comp_to_string, call warning and return.
10852
10853 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10854
10855 Fix duplicate .o files after omitting libbfd.a.
10856 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
10857 (SFILES): Add corelow.c.
10858 (COMMON_OBS): Add corelow.o.
10859 (ALLDEPFILES): Remove corelow.c.
10860 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
10861 * config/alpha/alpha-osf3.mh: Likewise.
10862 * config/alpha/fbsd.mh: Likewise.
10863 * config/arm/nbsdaout.mh: Likewise.
10864 * config/arm/nbsdelf.mh: Likewise.
10865 * config/i386/i386gnu.mh: Likewise.
10866 * config/ia64/hpux.mh: Likewise.
10867 * config/ia64/linux.mh: Likewise.
10868 * config/m32r/linux.mh: Likewise.
10869 * config/m68k/linux.mh: Likewise.
10870 * config/mips/irix5.mh: Likewise.
10871 * config/mips/irix6.mh: Likewise.
10872 * config/pa/hpux.mh: Likewise.
10873 * config/pa/linux.mh: Likewise.
10874 * config/powerpc/aix.mh: Likewise.
10875 * config/sparc/linux.mh: Likewise.
10876 * config/sparc/linux64.mh: Likewise.
10877 * config/sparc/sol2.mh: Likewise.
10878 * config/vax/vax.mh: Likewise.
10879 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
10880 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
10881 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
10882 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
10883 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
10884 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
10885 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
10886 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
10887 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
10888 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
10889 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
10890 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
10891 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
10892 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
10893 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
10894 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
10895 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
10896 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
10897 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
10898 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
10899 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
10900 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
10901 corelow.o from gdb_target_obs.
10902 * corefile.c (core_target): Update the comment on NULL value.
10903 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
10904 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
10905 MATCHES. Drop YUMMY set on NULL.
10906 (core_close): Do not call exit_inferior_silent on zero PID. Do not
10907 reclaim CORE_DATA if it is already NULL.
10908
10909 2012-01-09 Doug Evans <dje@google.com>
10910
10911 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
10912 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
10913
10914 2012-01-09 Keith Seitz <keiths@redhat.com>
10915
10916 * breakpoint.c (wrapper.h): Don't include.
10917
10918 2012-01-09 Keith Seitz <keiths@redhat.com>
10919
10920 * Makefile.in (SFILES): Remove wrapper.c.
10921 (HFILES_NO_SRCDIR): Remove wrapper.h.
10922 (COMMON_OBS): Remove wrapper.o.
10923 * cli/cli-interp.c: Don't inlude wrapper.h.
10924 * corelow.c: Likewise.
10925 (core_open): Replace gdb_target_find_new_threads with
10926 TRY_CATCH around target_find_new_threads.
10927 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
10928 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
10929 * varobj.c (varobj_create): Likewise for parse_exp_1 and
10930 evaluate_expression.
10931 (varobj_set_value): Likewise for evaluate_expression and
10932 value_assign.
10933 (install_new_variable): Likewise for value_fetch_lazy.
10934 (adjust_value_for_child_access): Likewise for value_ind.
10935 (c_describe_child): Likewise for value_subscript and
10936 value_ind.
10937 (c_value_of_root): Likewise for evaluate_expression.
10938 * wrapper.c: Remove.
10939 * wrapper.h: Remove.
10940
10941 2012-01-09 Doug Evans <dje@google.com>
10942
10943 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
10944 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
10945 "abfd" args with "section". All callers updated.
10946 Error checking code moved ...
10947 (error_check_comp_unit_head): ... here. New function.
10948 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
10949 Delete arg "abfd". New arg "type_offset". All callers updated.
10950 (create_debug_types_hash_table): Simplify by using
10951 read_and_check_type_unit_head.
10952
10953 * parser-defs.h (namecopy): Delete.
10954 * parse.c (namecopy, namecopy_size): Move into copy_name.
10955
10956 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10957
10958 Partially fix duplicate .o files after omitting libbfd.a.
10959 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
10960 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10961 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
10962 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10963 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
10964 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
10965 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10966
10967 2012-01-09 Pedro Alves <palves@redhat.com>
10968
10969 * MAINTAINERS: Update my email address.
10970
10971 2012-01-08 Doug Evans <dje@google.com>
10972
10973 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
10974 n_type_units. Rename type_comp_units to all_type_units.
10975 All uses updated.
10976 (add_signatured_type_cu_to_table): Renamed from
10977 add_signatured_type_cu_to_list. All callers updated.
10978
10979 * gdbtypes.h (struct cplus_struct_type): Delete member
10980 nfn_fields_total. All uses removed.
10981
10982 2012-01-06 Doug Evans <dje@google.com>
10983
10984 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
10985 to top of file.
10986 (dwarf2_find_comp_unit): Delete.
10987 (process_psymtab_comp_unit): Make result "void".
10988 Delete args buffer, info_ptr, buffer_size, and replace with
10989 "section". All callers updated.
10990 (dwarf2_build_psymtabs_hard): Simplify.
10991
10992 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
10993 Thiago Jung Bauermann <bauerman@br.ibm.com>
10994
10995 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
10996 before `struct gdb_exception'.
10997 * breakpoint.c (update_global_location_list_nothrow)
10998 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
10999 * cp-abi.c (value_rtti_type): Likewise.
11000 * cp-support.c (cp_validate_operator): Likewise.
11001 * infrun.c (insert_exception_resume_breakpoint)
11002 (check_exception_resume, keep_going): Likewise.
11003 * mi-interp.c (mi_breakpoint_created)
11004 (mi_breakpoint_modified): Likewise.
11005 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
11006 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
11007 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
11008
11009 2012-01-05 Doug Evans <dje@google.com>
11010
11011 * dwarf2read.c (statement_prologue): Delete, unused.
11012
11013 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
11014 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
11015
11016 * dwarf2read.c (comp_unit_header): Delete, unused.
11017
11018 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
11019
11020 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
11021 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
11022
11023 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
11024
11025 * infrun.c (normal_stop): Don't skip calling the normal_stop
11026 observers if the thread was doing a multi-step, but stopped for
11027 some reason other than stepping.
11028
11029 2012-01-05 Pedro Alves <alves.ped@gmail.com>
11030
11031 * cli/cli-decode.h: Add comments.
11032 (CMD_LIST_AMBIGUOUS): Moved to command.h
11033 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
11034 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
11035 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
11036 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
11037 (add_com, add_com_alias, add_info, add_info_alias)
11038 (complete_on_cmdlist, complete_on_enum, help_list): Remove
11039 declarations.
11040 * command.h: Add and adjust comments.
11041 (CMD_LIST_AMBIGUOUS): Moved here.
11042 (help_cmd, help_cmd_list): Delete declarations.
11043
11044 2012-01-04 Doug Evans <dje@google.com>
11045
11046 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
11047 All callers updated.
11048 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
11049 Replace all arguments with "per_cu". All callers updated.
11050
11051 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
11052
11053 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
11054 New arg "per_cu". All callers updated.
11055
11056 Delete #if 0'd out code.
11057 * language.c (binop_result_type): Delete.
11058 (simple_type, ordered_type, same_type, integral_type): Delete.
11059 (numeric_type, character_type, string_type, boolean_type): Delete.
11060 (float_type, structured_type): Delete.
11061 * language.h: Update.
11062
11063 2012-01-04 Tom Tromey <tromey@redhat.com>
11064
11065 * python/py-value.c (valpy_binop): Initialize 'res_val'.
11066
11067 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11068
11069 * corefile.c (close_exec_file): Delete.
11070 (reopen_exec_file): Remove commented out code that seems related
11071 to close_exec_file, which is being deleted here.
11072 * inferior.h (close_exec_file): Delete.
11073 * fork-child.c (fork_inferior): Remove call to fork_inferior.
11074
11075 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11076
11077 * ada-lang.c: #include "cli/cli-utils.h".
11078 (get_selections): Use skip_spaces.
11079 (ada_get_next_arg): Use skip_spaces and skip_to_space.
11080 (catch_ada_exception_command_split): Use skip_spaces.
11081 (ada_decode_assert_location): Likewise.
11082
11083 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11084
11085 * linespec.c (decode_line_internal): Check for C++ or Java
11086 compound constructs only if the current language is C, C++
11087 or Java.
11088
11089 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11090
11091 Revert:
11092 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11093 Joel Brobecker <brobecker@adacore.com>
11094 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11095 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11096 3 times.
11097 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11098 fall through into AT_ENTRY_POINT.
11099 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
11100 DUMMY_ADDR with it.
11101 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11102 PPC_INSN_SIZE skip to 3 times.
11103
11104 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11105
11106 * linespec.c (add_minsym): Preserve function descriptors.
11107
11108 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11109
11110 * breakpoint.c (all_locations_are_pending): Consider locations
11111 in program spaces executing during startup pending as well.
11112
11113 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11114
11115 Copyright year update in most files of the GDB Project.
11116
11117 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11118
11119 * copyright.sh: Delete.
11120 * copyright.py: Rewrite.
11121
11122 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11123
11124 * gnulib/extra/update-copyright: New file, imported from gnulib.
11125
11126 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11127
11128 * README (Copyright and License Notices): New section.
11129
11130 2012-01-03 Tom Tromey <tromey@redhat.com>
11131
11132 PR python/12533:
11133 * python/py-value.c (valpy_dereference, valpy_get_address
11134 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
11135 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
11136 (valpy_absolute, valpy_richcompare): Free intermediate values.
11137
11138 2011-01-03 Joel Brobecker <brobecker@adacore.com>
11139
11140 * ada-lang.c: Reformat the copyright notice.
11141
11142 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11143
11144 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
11145 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
11146 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
11147 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
11148 Revert this part of:
11149 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11150 Build gdb directly from *.o files not using libgdb.a.
11151 * Makefile.in (COMMON_OBS): Remove solib-target.o.
11152
11153 2012-01-02 Joel Brobecker <brobecker@adacore.com>
11154
11155 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
11156 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
11157 Reformat the copyright header.
11158
11159 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11160
11161 Revert this part of:
11162 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11163 Remove the gdbtui binary.
11164 * gdb.c (main): Remove args.interpreter_p initialization.
11165 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11166 * main.h (struct captured_main_args): Remove interpreter_p.
11167
11168 2012-01-02 Joel Brobecker <brobecker@adacore.com>
11169
11170 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
11171
11172 2012-01-02 Joel Brobecker <brobecker@adacore.com>
11173
11174 * top.c (print_gdb_version): Update copyright year.
11175
11176 2012-01-02 Yao Qi <yao@codesourcery.com>
11177
11178 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
11179
11180 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11181 Joel Brobecker <brobecker@adacore.com>
11182
11183 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11184 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11185 3 times.
11186 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11187 fall through into AT_ENTRY_POINT.
11188 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
11189 DUMMY_ADDR with it.
11190 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11191 PPC_INSN_SIZE skip to 3 times.
11192
11193 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11194
11195 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
11196 the return value.
11197 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
11198
11199 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11200
11201 Build gdb directly from *.o files not using libgdb.a.
11202 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
11203 (COMMON_OBS): Remove solib-target.o.
11204 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
11205 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
11206 (LIBGDB_OBS, libgdb.a): Move it above.
11207 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
11208 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
11209 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
11210 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
11211 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
11212 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
11213 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
11214 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
11215 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
11216 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
11217 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
11218 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
11219 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
11220 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
11221 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11222 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
11223 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
11224 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11225 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
11226 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
11227 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
11228 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
11229 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
11230 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
11231 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
11232 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
11233 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
11234
11235 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11236
11237 Remove the gdbtui binary.
11238 * .gitignore (/gdbtui): Remove.
11239 * Makefile.in (TUI): Remove.
11240 (SUBDIR_TUI_OBS): Remove tui-main.o.
11241 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
11242 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
11243 (tui-main.o): Remove.
11244 (all_object_files): Remove tui-main.o.
11245 * NEWS: New note for the gdbtui removal.
11246 * configure: Rebuilt.
11247 * configure.ac: No longer add all-tui, clean-tui, install-tui and
11248 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
11249 CONFIG_UNINSTALL respectively.
11250 * gdb.c (main): Remove args.interpreter_p initialization.
11251 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11252 * main.h (struct captured_main_args): Remove interpreter_p.
11253 * tui/tui-main.c: Remove.
11254
11255 2012-01-01 Doug Evans <dje@google.com>
11256
11257 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
11258 (dwarf2_physname, read_import_statement): Ditto.
11259 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
11260 (process_structure_scope read_subroutine_type): Ditto.
11261 (read_typedef, load_partial_dies, read_partial_die): Ditto.
11262 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
11263 (dwarf2_fetch_die_location_block): Ditto.
11264 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
11265
11266 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
11267 All callers updated.
11268 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
11269 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
11270 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
11271
11272 * dwarf2read.c (load_cu): Move assert to more useful location.
11273
11274 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
11275 All callers updated.
11276
11277 * dwarf2read.c (dwarf2_per_objfile): Add comment.
11278 (dwarf2_elf_names): Minor reformat.
11279 (dwarf2_per_cu_data): Tweak comment.
11280 (dwarf2_read_section): Fix comment.
11281 (create_all_comp_units): Fix comment.
11282 (load_full_comp_unit): Fix comment.
11283 (process_full_comp_unit): Fix comment.
11284 (read_signatured_type): Fix comment.
11285
11286 For older changes see ChangeLog-2011.
11287 \f
11288 Local Variables:
11289 mode: change-log
11290 left-margin: 8
11291 fill-column: 74
11292 version-control: never
11293 coding: utf-8
11294 End: