* update-web-ari.sh (print_heading): Add number of files
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2012-11-08 Pierre Muller <muller@sourceware.org>
2
3 * update-web-ari.sh (print_heading): Add number of files
4 checked.
5 (nb_files): New variable counting the number of sources
6 files found by gdb_find.sh script.
7 (debug_awk): New variable to allow extra debug output.
8 (indexes): Add more information if DEBUG_AWK is set.
9
10 2012-11-08 Edjunior Machado <emachado@linux.vnet.ibm.com>
11
12 * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
13 ppc64_standard_linkage3): Mark ld r11 instructions as optional,
14 following the change in PLT call stubs on linker.
15
16 2012-11-08 Pierre Muller <muller@sourceware.org>
17
18 * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
19 as default language.
20 (AWK): Use = instead of == for sh test to avoid warning.
21 (Linux rule): Correct [:digit] into [[:digit:]].
22 (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
23 (vasprintf rule): Adapt to common subdirectory moves.
24 (xasprintf rule): Idem.
25 (xvasprintf rule): Idem.
26 (var_boolean rule): Accept occurence in == or != test.
27
28 * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
29
30 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
31
32 * tui/tui-hooks.c (tui_inferior_exit): New function.
33 (tui_detach_hook): Remove.
34 (tui_install_hooks): Install the inferior exit observer.
35 (tui_remove_hooks): Remove it.
36
37 2012-11-08 Yao Qi <yao@codesourcery.com>
38
39 PR gdb/14777.
40 * source.c (_initialize_source): Call add_com_alias to abbreviate
41 'forward-search' as 'fo'.
42
43 2012-11-07 Pedro Alves <palves@redhat.com>
44
45 * arm-tdep.c: Make defs.h be the first include.
46 * coff-pe-read.c: Ditto.
47 * gnu-nat.c: Ditto.
48 * go32-nat.c: Ditto.
49 * i386-nat.c: Ditto.
50 * ppcnbsd-nat.c: Ditto.
51 * ada-varobj.h: Don't include defs.h.
52 * i386-darwin-tdep.h: Ditto.
53 * i386-nat.h: Ditto.
54
55 2012-11-07 Pedro Alves <palves@redhat.com>
56
57 * MAINTAINERS: New FSF-appointed maintainers replace the Steering
58 Committee.
59
60 2012-11-07 Pierre Muller <muller@sourceware.org>
61
62 * common/linux-osdata.c (dirent.h): ARI fix: Remove.
63 File already uses "gdb_dirent.h" header.
64
65 2012-11-07 Yao Qi <yao@codesourcery.com>
66
67 * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
68 tracepoint_count'.
69
70 2012-11-06 Tom Tromey <tromey@redhat.com>
71
72 * target.h (inferior_has_forked, inferior_has_vforked)
73 (inferior_has_execd, inferior_has_called_syscall): Remove
74 declarations.
75
76 2012-11-06 Pierre Muller <muller@sourceware.org>
77
78 * remote.c (remote_insert_hw_breakpoint): ARI fix,
79 add missing internalization markup.
80
81 2012-11-06 Pedro Alves <palves@redhat.com>
82
83 PR gdb/14810
84
85 * breakpoint.c (bpstat_stop_status): Skip disabled locations.
86
87 2012-11-06 Pierre Muller <muller@sourceware.org>
88
89 * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
90 is not executable.
91
92 2012-11-05 Joel Brobecker <brobecker@adacore.com>
93
94 * gnulib/update-gnulib.sh: New script.
95
96 2012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
97
98 * MAINTAINERS: Update my email address.
99
100 2012-11-05 Tom Tromey <tromey@redhat.com>
101
102 * frame.c (put_frame_register): Don't use temporary buffer.
103
104 2012-11-05 Pedro Alves <palves@redhat.com>
105
106 * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
107 child. Clear 'pending_detach'.
108 * infrun.c (handle_vfork_child_exec_or_exit): Clear
109 'pending_detach' in the vfork parent.
110
111 2012-11-05 Doug Evans <dje@google.com>
112
113 Add support for DWP files. http://gcc.gnu.org/wiki/DebugFissionDWP
114 * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
115 * dwarf2read.c: #include "elf-bfd.h".
116 (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
117 (dwop_section_names): Renamed from dwo_section names. All uses
118 updated. Add entries for .debug_cu_index, .debug_tu_index.
119 (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
120 All uses updated.
121 (struct dwp_sections): New type.
122 (struct virtual_dwo_sections): New type.
123 (struct dwp_hash_table): New type.
124 (struct dwp_file): New type.
125 (init_cutu_and_read_dies): Ensure DWO info/types section has been
126 read in. Handle DWOs coming from DWP files.
127 (lookup_dwo_file_slot): New function.
128 (dwarf2_locate_dwo_sections): Move definition closer to use.
129 (create_dwo_debug_info_hash_table_reader): Renamed from
130 create_debug_info_hash_table_reader. All callers updated.
131 (create_dwo_debug_info_hash_table): Renamed from
132 create_debug_info_hash_table. All callers updated.
133 (create_dwp_hash_table): New function.
134 (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
135 (lookup_dwo_in_dwp): New function.
136 (try_open_dwop_file): Renamed from try_open_dwo_file. New parameter
137 is_dwp. All callers updated.
138 (open_dwop_file): Renamed from open_dwo_file. All callers updated.
139 (open_and_init_dwo_file): Renamed from init_dwo_file.
140 All callers updated.
141 (lookup_dwo_file): Delete.
142 (dwarf2_locate_dwp_sections): New function.
143 (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
144 (allocate_dwp_loaded_cutus_table): New function.
145 (open_and_init_dwp_file): New function.
146 (lookup_dwo_cutu): New function.
147 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
148
149 2012-11-03 Yao Qi <yao@codesourcery.com>
150
151 Fix PR gdb/14617.
152 * breakpoint.c (trace_pass_set_count): Call
153 observer_notify_breakpoint_modified instead of
154 observer_notify_tracepoint_modified.
155 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
156
157 2012-11-02 Tom Tromey <tromey@redhat.com>
158
159 * breakpoint.c (catch_syscall_completer): Pass 'word' as second
160 argument to complete_on_enum.
161
162 2012-11-02 Tom Tromey <tromey@redhat.com>
163
164 * configure: Rebuild.
165 * configure.ac (build_warnings): Add -Wempty-body.
166 * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
167 * remote.c (handle_notification): Use braces for empty 'else' body.
168 * s390-tdep.c (s390_analyze_prologue): Use braces for empty
169 'else' body.
170 * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
171 'else' body.
172 * solib-som.c (som_relocate_section_addresses): Use braces
173 for empty 'else' body.
174 * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
175 (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
176
177 2012-11-02 Pedro Alves <palves@redhat.com>
178
179 PR gdb/14766
180
181 * infrun.c (handle_inferior_event)
182 <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
183 null_ptid before handling a vfork child exec or exit. Switch to
184 the event ptid afterwards.
185
186 2012-11-02 Yao Qi <yao@codesourcery.com>
187
188 * std-operator.def: Remove OP_LABELED.
189 * eval.c: Remove the declaration of 'get_label'.
190 (get_label): Remove.
191 (evaluate_struct_tuple): Remove code handling OP_LABELED.
192 Update comment.
193 Remove local variable 'variantno' and related code.
194 Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
195 with 'fieldno'.
196 * expprint.c (print_subexp_standard): Likewise.
197 (dump_subexp_body_standard): Likewise.
198 * parse.c (operator_length_standard): Likewise.
199
200 2012-11-01 Pierre Muller <muller@ics.u-strasbg.fr>
201
202 Incorporate ARI web page generator into GDB sources.
203 * contrib/ari/create-web-ari-in-src.sh: New file.
204 * contrib/ari/gdb_ari.sh: New file.
205 * contrib/ari/gdb_find.sh: New file.
206 * contrib/ari/update-web-ari.sh: New file.
207
208 2012-10-31 Tom Tromey <tromey@redhat.com>
209
210 * gdbarch.c: Rebuild.
211 * gdbarch.sh: Remove references to gdbarch_swap.
212 * corelow.c (core_open): Remove obsolete comment.
213
214 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
215
216 PR cli/14772
217 * c-typeprint.c (c_print_type): Don't print a space for vector
218 types, this is handled within the suffix.
219 (c_type_print_varspec_suffix): Add a space to vector suffix.
220
221 2012-10-26 Pedro Alves <palves@redhat.com>
222
223 * amd64-tdep.c (amd64_relocate_instruction): Use
224 store_unsigned_integer instead of memcpy.
225 * i386-tdep.c (i386_relocate_instruction): Ditto.
226
227 2012-10-26 Pedro Alves <palves@redhat.com>
228
229 * infrun.c (handle_inferior_event): Merge handling of
230 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
231 switch case.
232
233 2012-10-26 Pedro Alves <palves@redhat.com>
234
235 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
236 Remove comment.
237
238 2012-10-26 Pedro Alves <palves@redhat.com>
239
240 * target.c (target_waitstatus_to_string): Handle
241 TARGET_WAITKIND_VFORK_DONE.
242
243 2012-10-26 Pedro Alves <palves@redhat.com>
244
245 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
246 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
247
248 2012-10-24 Tristan Gingold <gingold@adacore.com>
249
250 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
251 Add comments.
252
253 2012-10-24 Joel Brobecker <brobecker@adacore.com>
254
255 * ravenscar-thread.c (ravenscar_wait): Only update the list
256 of threads and inferior_ptid if the inferior is still alive.
257
258 2012-10-24 Joel Brobecker <brobecker@adacore.com>
259
260 * ada-lang.c (is_known_support_routine): Use lbasename when
261 matching the symtab's filename against
262 known_runtime_file_name_patterns.
263
264 2012-10-24 Joel Brobecker <brobecker@adacore.com>
265
266 * ada-lang.c (ada_same_array_size_p): New function.
267 (ada_promote_array_of_integrals): New function.
268 (coerce_for_assign): Add handling of arrays where the elements
269 are integrals of a smaller size than the size of the target
270 array element type.
271
272 2012-10-24 Joel Brobecker <brobecker@adacore.com>
273
274 * doublest.c (convert_doublest_to_floatformat): Fix comparison
275 against maximum exponent value.
276
277 2012-10-24 Joel Brobecker <brobecker@adacore.com>
278
279 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
280 "unwind-seh.c".
281
282 2012-10-24 Joel Brobecker <brobecker@adacore.com>
283
284 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
285 strip typedef layer when computing the fixed type's field type,
286 only when computing its size.
287
288 2012-10-24 Mark Kettenis <kettenis@gnu.org>
289
290 PR gdb/12783
291 * i386-tdep.c (i386_return_value): Handle complex double and long
292 double.
293
294 2012-10-24 Joel Brobecker <brobecker@adacore.com>
295
296 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
297 New local variable args_len.
298 Quote the name of the executable when computing the command line.
299
300 2012-10-23 Mark Kettenis <kettenis@gnu.org>
301
302 PR gdb/12796
303 PR gdb/12798
304 PR gdb/12800
305 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
306 AMD64_FTAG_REGNUM.
307 * amd64-tdep.c (amd64_classify): Classify complex types.
308 (amd64_return_value): Handle the COMPLEX_X87 class.
309
310 2012-10-23 Joel Brobecker <brobecker@adacore.com>
311
312 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
313 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
314
315 2012-10-23 Joel Brobecker <brobecker@adacore.com>
316
317 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
318 function.
319 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
320 to amd64_windows_auto_wide_charset.
321
322 2012-10-23 Yao Qi <yao@codesourcery.com>
323
324 * event-top.c (mark_async_signal_handler_wrapper): Remove.
325 * event-top.h: Remove its declaration.
326 (async_request_quit): Call mark_async_signal_handler instead of
327 mark_async_signal_handler_wrapper.
328 (async_do_nothing, async_disconnect): Likewise.
329 (async_stop_sig): Likewise.
330 * remote.c (handle_remote_sigint): Likewise.
331 (handle_remote_sigint_twice): Likewise.
332
333 2012-10-23 Yao Qi <yao@codesourcery.com>
334
335 * event-top.c (sigint_token, sighup_token): Replace 'void *'
336 with 'static struct async_signal_handler *'.
337 (sighup_token, sigquit_token, sigstp_token): Likewise.
338
339 2012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
340
341 * gdbarch.sh (function_list): Use 'pstring' when printing
342 a variable which could return NULL.
343 * gdbarch.c: Regenerate.
344
345 2012-10-10 Joel Brobecker <brobecker@adacore.com>
346 Tom Tromey <tromey@redhat.com>
347
348 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
349 inneffective if condition by gdb assertion. Add function
350 description comment.
351
352 2012-10-19 Joel Brobecker <brobecker@adacore.com>
353
354 * parser-defs.h (struct exp_descriptor): Document constraint
355 on return value for "op_name" callbacks.
356
357 2012-10-18 Tom Tromey <tromey@redhat.com>
358
359 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
360 * symtab.c (iterate_over_some_symtabs): Constify.
361 * source.h (symtab_to_fullname): Return 'const char *'.
362 * source.c (symtab_to_fullname): Return 'const char *'.
363 * python/py-symtab.c (stpy_fullname): Constify.
364 * cli/cli-cmds.c (edit_command): Constify.
365 * breakpoint.c (print_breakpoint_location)
366 (update_static_tracepoint): Constify.
367
368 2012-10-18 Tom Tromey <tromey@redhat.com>
369
370 * breakpoint.c (compare_breakpoints): Fix comparison.
371
372 2012-10-18 Tom Tromey <tromey@redhat.com>
373
374 * valprint.c (generic_emit_char, generic_printstr): Pass size of
375 gdb_wchar_t to convert_between_encodings.
376
377 2012-10-17 Yao Qi <yao@codesourcery.com>
378
379 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
380 more parameter 'inferior'.
381 * corefile.c (write_memory_with_notification): Caller update.
382
383 * mi/mi-cmd-var.c: Include "mi-main.h".
384 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
385 to 1 and restore it later.
386 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
387 and "data-write-memory-bytes.
388 * mi/mi-interp.c: Include objfiles.h.
389 (mi_interpreter_init): Call observer_attach_memory_changed.
390 (mi_memory_changed): New.
391 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
392 New field.
393
394 * NEWS: Mention new MI notification "memory-changed".
395
396 2012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
397
398 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
399
400 2012-10-15 Doug Evans <dje@google.com>
401
402 New option -nh: inhibit loading of ~/.gdbinit.
403 * NEWS: Mention -nh.
404 * main.c (captured_main): Recognize and process -nh.
405 (print_gdb_help): Mention -nh.
406 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
407
408 2012-10-15 H.J. Lu <hongjiu.lu@intel.com>
409
410 PR backtrace/14646
411 PR gdb/14647
412 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
413 pc_regnum_from_eax.
414 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
415 nor pc_regnum_from_eax.
416 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
417 nor pc_regnum_from_eax.
418
419 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
420
421 Fix entry values resolving in inlined frames.
422 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
423 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
424 entries of FRAME.
425
426 2012-10-15 Joel Brobecker <brobecker@adacore.com>
427
428 * configure.ac: Build with -DMS_WIN64 if building with Python
429 enabled using GCC on amd64-windows.
430 * configure: Regenerate.
431
432 2012-10-15 Tom Tromey <tromey@redhat.com>
433
434 PR python/14635:
435 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
436 to Py_None.
437
438 2012-10-15 Tom Tromey <tromey@redhat.com>
439
440 PR python/14634:
441 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
442
443 2012-10-11 Andrew Burgess <aburgess@broadcom.com>
444
445 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
446 reset thread numbering back to 1.
447
448 2012-10-11 Doug Evans <dje@google.com>
449
450 PR breakpoints/14643.
451 * linespec.c (struct ls_parser): New member keyword_ok.
452 (linespec_lexer_lex_string): Add comment.
453 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
454 for one.
455 (parse_linespec): Set keyword_ok.
456
457 2012-10-10 Doug Evans <dje@google.com>
458
459 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
460 "0x" prefix on address in log message.
461
462 * dwarf2read.c (read_1_byte): Add const to buf parameter.
463 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
464 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
465 (lookup_dwo_file): Add const to dwo_name parameter.
466 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
467
468 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
469
470 Fix crash during stepping on ppc32.
471 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
472 SYM.
473
474 2012-10-03 Doug Evans <dje@google.com>
475
476 PR symtab/14601
477 * buildsym.c (buildsym_init): Reset using_directives to NULL.
478
479 2012-10-02 Andrew Burgess <aburgess@broadcom.com>
480
481 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
482 output and use uint32_t not long to ensure 4 byte size.
483
484 2012-10-02 Joel Brobecker <brobecker@adacore.com>
485
486 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
487 unref'ed it.
488
489 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
490
491 * target.c (simple_search_memory): Include access length in
492 warning message.
493
494 2012-09-28 Nathan Miller <nathanm2@us.ibm.com>
495 Edjunior Machado <emachado@linux.vnet.ibm.com>
496
497 PR gdb/13989
498 * solib.c (solib_find): Prevent GDB from loading native libraries when
499 debugging a cross-target corefile.
500
501 2012-09-28 selven <pcthegreat@gmail.com>
502
503 Make definition match declaration.
504
505 * regcache.c (regcache_register_status): Change return type to
506 enum register_status.
507
508 2012-09-28 Yao Qi <yao@codesourcery.com>
509
510 * mi/mi-main.c (mi_cmd_data_write_memory): Call
511 write_memory_with_notification instead of write_memory.
512 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
513 instead of target_write_memory.
514
515 2012-09-28 Yao Qi <yao@codesourcery.com>
516
517 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
518 when the length of content is not an even number.
519
520 2012-09-27 Tom Tromey <tromey@redhat.com>
521
522 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
523 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
524
525 2012-09-27 Joel Brobecker <brobecker@adacore.com>
526
527 * sol-thread.c (sol_thread_fetch_registers)
528 (sol_thread_store_registers): Delete commented out code.
529
530 2012-09-27 Joel Brobecker <brobecker@adacore.com>
531
532 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
533 Move these functions to sparc-sol-thread.c.
534 * sparc-sol-thread.c: New file.
535 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
536 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
537 configurations.
538 * configure: Regenerate.
539
540 2012-09-27 Joel Brobecker <brobecker@adacore.com>
541
542 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
543 Remove commented-out code.
544
545 2012-09-27 Joel Brobecker <brobecker@adacore.com>
546
547 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
548 Enable this code for sparc hosts only.
549
550 2012-09-27 Joel Brobecker <brobecker@adacore.com>
551
552 * procfs.h (procfs_find_LDT_entry): Add declaration.
553 * sol-thread.c (ps_lgetLDT): Delete local declaration of
554 function procfs_find_LDT_entry.
555
556 2012-09-27 Joel Brobecker <brobecker@adacore.com>
557
558 * procfs.c (proc_get_LDT_entry): Make static.
559
560 2012-09-27 Joel Brobecker <brobecker@adacore.com>
561
562 * procfs.c (proc_find_memory_regions): Fix declaration.
563
564 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
565
566 * amd64-tdep.c (amd64_return_value): Revert previous change
567 that used TYPE_LENGTH directly.
568 * bfin-tdep.c (bfin_extract_return_value): Likewise.
569 (bfin_store_return_value): Likewise.
570 * cris-tdep.c (cris_store_return_value): Likewise.
571 (cris_extract_return_value): Likewise.
572 * h8300-tdep.c (h8300_extract_return_value): Likewise.
573 * hppa-tdep.c (hppa64_return_value): Likewise.
574 * lm32-tdep.c (lm32_store_return_value): Likewise.
575 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
576 * spu-tdep.c (spu_value_from_register): Likewise.
577 * vax-tdep.c (vax_return_value): Likewise.
578
579 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
580
581 * gdbtypes.c (lookup_array_range_type): Expand parameters
582 LOW_BOUND and HIGH_BOUND to LONGEST.
583 (lookup_string_range_type): Likewise.
584 * gdbtypes.h (lookup_array_range_type): Likewise.
585 (lookup_string_range_type): Likewise.
586 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
587 Expand HIGHBOUND to ssize_t.
588 (value_string): Likewise.
589 * value.h (value_cstring): Expand parameter LEN to ssize_t.
590 (value_string): Likewise.
591
592 2012-09-27 Yao Qi <yao@codesourcery.com>
593
594 PR breakpoints/13898
595 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
596 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
597 per breakpoint type.
598
599 2012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
600
601 * procfs.c: Add gdb_bfd header.
602 * rs6000-nat.c: Likewise.
603 * solib-pa64.c: Likewise.
604 * spu-linux-nat.c: Likewise.
605 * windows-nat.c: Likewise.
606
607 2012-09-26 Tom Tromey <tromey@redhat.com>
608
609 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
610
611 2012-09-26 Tom Tromey <tromey@redhat.com>
612
613 * dwarf2read.c (mark_common_block_symbol_computed): New function.
614 (read_common_block): Handle child DIEs with
615 DW_AT_data_member_location.
616 (new_symbol_full): Add special case for common blocks.
617
618 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
619 Tom Tromey <tromey@redhat.com>
620
621 * dwarf2read.c (read_common_block): Rewrite.
622 (new_symbol_full): Handle DW_TAG_common_block.
623 * f-lang.c (head_common_list, find_common_for_function):
624 Remove.
625 * f-lang.h (struct common_entry, struct saved_f77_common,
626 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
627 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
628 BLANK_COMMON_NAME_LOCAL): Remove.
629 (struct common_block): New.
630 * f-valprint.c (list_all_visible_commons): Remove.
631 (info_common_command_for_block): New function.
632 (info_common_command): Use it.
633 * stack.c (iterate_over_block_locals): Special case for
634 COMMON_BLOCK_DOMAIN.
635 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
636 constant.
637 (struct general_symbol_info) <value.common_block>: New field.
638 (SYMBOL_VALUE_COMMON_BLOCK): New define.
639
640 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
641 Tom Tromey <tromey@redhat.com>
642
643 * f-lang.c (allocate_saved_bf_node,
644 allocate_saved_function_node, allocate_saved_f77_common_node,
645 allocate_common_entry_node, tail_common_list, current_common,
646 saved_bf_list, saved_bf_list_end, current_head_bf_list,
647 tmp_bf_ptr, add_common_block, add_common_entry,
648 find_first_common_named, patch_common_entries,
649 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
650 global_remote_debug, get_bf_for_fcn, saved_function_list,
651 saved_function_list_end, clear_function_list, struct saved_fcn,
652 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
653 SAVED_BF, SAVED_BF_PTR): Remove.
654 * f-lang.h (tail_common_list, current_common,
655 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
656 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
657 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
658 real_main_c_value): Remove.
659 * f-valprint.c (there_is_a_visible_common_named): Remove.
660
661 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
662
663 * breakpoint.c (update_global_location_list): Ignore previous
664 duplicate status of a breakpoint when starting a new scan for
665 duplicate breakpoints.
666
667 2012-09-26 Karthik Bhat <kv.bhat@samsung.com>
668 PR breakpoints/14419
669 * arm-tdep.c (arm_skip_prologue): Extending producer check to
670 support LLVM compiler.
671
672 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
673
674 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
675 * bfin-tdep.c (bfin_extract_return_value): Likewise.
676 (bfin_store_return_value): Likewise.
677 * cris-tdep.c (cris_store_return_value): Likewise.
678 (cris_extract_return_value): Likewise.
679 * h8300-tdep.c (h8300_extract_return_value): Likewise.
680 * hppa-tdep.c (hppa64_return_value): Likewise.
681 * lm32-tdep.c (lm32_store_return_value): Likewise.
682 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
683 * spu-tdep.c (spu_value_from_register): Likewise.
684 * vax-tdep.c (vax_return_value): Likewise.
685
686 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
687
688 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
689 parameter LEN to ssize_t.
690
691 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
692
693 * ada-valprint.c (ada_val_print_1): Eliminate single-use
694 variable LEN.
695 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
696 directly.
697 (alpha_store_return_value): Likewise.
698 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
699 (amd64_push_arguments): Likewise.
700 * ax-gdb.c (gen_trace_static_fields): Likewise.
701 (gen_traced_pop): Likewise.
702 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
703 * breakpoint.c (update_watchpoint): Likewise.
704 * findcmd.c (parse_find_args): Use local variable for type
705 instead of length.
706 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
707 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
708 (h8300_store_return_value): Likewise.
709 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
710 Use i386_darwin_arg_type_alignment directly.
711 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
712 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
713 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
714 (m68hc11_extract_return_value): Likewise.
715 * mep-tdep.c (mep_push_dummy_call): Likewise.
716 * printcmd.c (float_type_from_length): Likewise.
717 * s390-tdep.c (s390_value_from_register): Likewise.
718 * stack.c (read_frame_arg): Likewise.
719 * tracepoint.c (encode_actions_1): Likewise.
720 * valops.c (value_fetch_lazy): Use local variable for type
721 instead of length. Use TYPE_LENGTH directly.
722 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
723
724 2012-09-25 Joel Brobecker <brobecker@adacore.com>
725
726 * symtab.c (skip_prologue_sal): Fix typo in comment.
727
728 2012-09-25 Joel Brobecker <brobecker@adacore.com>
729
730 * linespec.c (create_sals_line_offset): Fix typo in comment.
731
732 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
733
734 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
735 use plongest to print the array size.
736
737 2012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
738
739 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
740 * p-valprint.c (pascal_type_print_base): Likewise.
741
742 2012-09-22 Yao Qi <yao@codesourcery.com>
743
744 * remote.c (remote_get_trace_status): Remove setting default
745 values of fields of 'ts'.
746
747 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
748
749 Fix internal error on canonicalization of clang types.
750 * cp-name-parser.y (operator): New comment at make_operator call for
751 new, delete, new[] and delete[].
752 (exp): Use "sizeof ". Add new comment at make_operator call.
753
754 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
755
756 Fix disassemble without parameters in tailcall frame.
757 * cli/cli-cmds.c (disassemble_current_function): Use
758 get_frame_address_in_block.
759
760 2012-09-21 Tom Tromey <tromey@redhat.com>
761
762 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
763 TYPE_CODE_UNION>: Unify, removing a goto.
764
765 2012-09-21 Tom Tromey <tromey@redhat.com>
766
767 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
768
769 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
770
771 * findvar.c (read_frame_register_value): Mark the result value as
772 optimized out if any of the input registers have been optimized out.
773
774 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
775
776 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
777
778 2012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
779
780 * eval.c (evaluate_subexp_standard): Eliminate single-use
781 variable LOWER.
782
783 2012-09-21 Yao Qi <yao@codesourcery.com>
784
785 * mi/mi-interp.c: Declare mi_record_changed.
786 (mi_interpreter_init): Call observer_attach_record_changed.
787 (mi_record_changed): New.
788 * record.c (record_open): Call observer_notify_record_changed.
789 (cmd_record_stop): Call observer_notify_record_changed.
790 * NEWS: Mention it.
791
792 2012-09-20 Tom Tromey <tromey@redhat.com>
793
794 * NEWS: Update.
795 * python/python.c (finalize_python): New function.
796 (_initialize_python): Make a final cleanup.
797
798 2012-09-19 Doug Evans <dje@google.com>
799
800 * buildsym.h (param_symbols): Delete, unused.
801 (context_stack): Delete member "params", unused.
802 * buildsym.c (push_context): Update.
803 * dwarf2read.c (read_func_scope): Update.
804
805 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
806
807 * sh-tdep.c (sh_register_convert_to_virtual)
808 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
809 all callers. Just do a memcpy if not the little-endian case.
810
811 * h8300-tdep.c (h8300_gdbarch_init): Invoke
812 set_gdbarch_double_format and set_gdbarch_long_double_format.
813 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
814 set_gdbarch_double_format.
815 * sh-tdep.c (sh_gdbarch_init): Likewise.
816
817 * NEWS: Document the removal of SH's 'regs' command.
818 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
819 command.
820
821 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
822
823 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
824 `jump'.
825
826 2012-09-18 Joel Brobecker <brobecker@adacore.com>
827
828 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
829 language when iterating over symbols.
830
831 2012-09-18 Yao Qi <yao@codesourcery.com>
832
833 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
834 (mi_interpreter_init): Call observer_attach_tsv_created and
835 observer_attach_tsv_deleted.
836 (mi_tsv_created, mi_tsv_deleted): New.
837 * tracepoint.c (delete_trace_state_variable): Call
838 observer_notify_tsv_deleted.
839 (trace_variable_command): Call observer_notify_tsv_created.
840 (delete_trace_variable_command): Call
841 observer_notify_tsv_deleted.
842 (create_tsv_from_upload): Call observer_notify_tsv_created.
843 * NEWS: Mention it.
844
845 2012-09-18 Yao Qi <yao@codesourcery.com>
846
847 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
848 if traceframe changed.
849 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
850 "trace-find".
851 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
852 (mi_interpreter_init): Hook mi_traceframe_changed to observer
853 'traceframe_changed'.
854 (mi_traceframe_changed): New.
855 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
856 New field.
857 * NEWS: Mention the new MI notification.
858
859 2012-09-17 Mike Wrighton <wrighton@codesourcery.com>
860
861 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
862
863 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
864
865 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
866 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
867 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
868 Extend code also for PaX support. Convert all gdb_assert to warning
869 calls.
870
871 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
872
873 Implement auto-load user conveniences suggested by Doug Evans.
874 * auto-load.c: Include top.h.
875 (file_is_auto_load_safe): New variable advice_printed. Print advice.
876 (_initialize_auto_load): New variable scripts_directory_help. Mention
877 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
878 scripts-directory. Document in online help one can use also files for
879 set auto-load safe-path.
880 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
881 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
882
883 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
884
885 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
886 of LEN.
887
888 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
889
890 * m2-valprint.c (m2_print_array_contents): Eliminate variable
891 ELTLEN and use TYPE_LENGTH directly.
892 (m2_val_print): Likewise.
893 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
894 variable LEN and use TYPE_LENGTH directly.
895 (m68k_svr4_store_return_value): Likewise.
896 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
897 ARGLEN and use TYPE_LENGTH directly.
898 (mips_o64_push_dummy_call): Likewise.
899 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
900 variable LENGTH and use TYPE_LENGTH directly.
901 (s390_function_arg_float): Likewise.
902 (s390_function_arg_integer): Likewise.
903 (s390_push_dummy_call): Likewise.
904 (s390_return_value_convention): Likewise.
905 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
906 TYPE_LENGTH directly.
907
908 2012-09-17 Yao Qi <yao@codesourcery.com>
909
910 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
911 Update comment to add_setshow_integer_cmd.
912 * cli/cli-setshow.c (do_set_command): Handle case
913 'var_zuinteger_unlimited'.
914 (do_show_command): Likewise.
915 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
916 for command 'remotetimeout'.
917 * command.h (enum var_types): New zuinteger_unlimited. Update comment
918 to var_integer.
919 * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
920 for command 'set listsize'.
921
922 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
923
924 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
925 variable LEN.
926
927 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
928
929 PR 14119
930 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
931 (frame_pop): Drop also TAILCALL_FRAME frames.
932 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
933
934 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
935 Pedro Alves <palves@redhat.com>
936
937 PR 14548
938 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
939 function start if we are already at function start. Both for
940 reverse-next and for reverse-step into function without line number
941 info.
942
943 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
944
945 Code cleanup - rename 'inline' depth to 'artificial' depth.
946 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
947 frame_id_artificial_p, extend the comment.
948 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
949 * frame.c (fprint_frame_id): Rename at a user, change debug output
950 text to "artificial=".
951 (skip_inlined_frames): Rename to ...
952 (skip_artificial_frames): ... here. Extend the comment.
953 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
954 (frame_id_inlined_p): Rename to ...
955 (frame_id_artificial_p): ... here. Rename at a user.
956 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
957 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
958 at a user.
959 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
960 Extend the comment.
961 (frame_id_inlined_p): Rename to ...
962 (frame_id_artificial_p): ... here.
963 * inline-frame.c (inline_frame_this_id): Rename at a user.
964
965 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
966
967 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
968 vector variables using vector_size syntax rather than array
969 syntax.
970
971 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
972
973 * valarith.c (value_concat): Replace unsafe ALLOCA with
974 XMALLOC/XFREE.
975
976 2012-09-14 Pedro Alves <palves@redhat.com>
977
978 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
979
980 2012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
981
982 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
983 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
984 data-directory as appropriate.
985
986 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
987
988 * printcmd.c (ui_printf): Eliminate single-use variable
989 PARAM_LEN.
990
991 2012-09-14 Yao Qi <yao@codesourcery.com>
992 Pedro Alves <palves@redhat.com>
993
994 * valops.c (value_assign): Move observer_notify_target_changed
995 below to replace reinit_frame_cache.
996
997 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
998
999 Refactor Python "gdb" module into a proper Python package, by
1000 introducing a new "_gdb" module for code implemented in C, and
1001 using reload/__import__ instead of exec.
1002 * python/lib/gdb/__init__.py: Import * from _gdb.
1003 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
1004 prompt_hook, sys.argv): Moved from finish_python_initialization.
1005 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
1006 (packages, auto_load_packages): New list and function replacing
1007 module_dict and auto-loading code, using __file__ instead of
1008 gdb.PYTHONDIR and reload/__import__ instead of exec.
1009 (GdbSetPythonDirectory): Replacing function of the same name
1010 from finish_python_initialization, using reload/__import__ instead
1011 of exec, as well as call auto_load_packages.
1012 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
1013 gdb_python_module and not gdb_module.
1014 * python/python-internal.h (gdb_python_module): Declare.
1015 * python/python.c (gdb_python_module): New global.
1016 (before_prompt_hook): Check gdb_python_module and not gdb_module.
1017 (_initialize_python): Rename gdb module to _gdb.
1018 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
1019 (finish_python_initialization): Move Python code to
1020 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
1021 __main__.
1022
1023 2012-09-13 Pedro Alves <palves@redhat.com>
1024
1025 * Makefile.in (COMMON_OBS): Add registry.o.
1026 * registry.c: New file.
1027 * registry.h (struct registry_container): Declare.
1028 (registry_data_callback): New typedef.
1029 (struct registry_data, struct registry_data_registration, struct
1030 registry_data_registry): New type.
1031 (register_data_with_cleanup, registry_alloc_data)
1032 (registry_callback_adaptor, registry_clear_data)
1033 (registry_container_free_data, registry_set_data, registry_data):
1034 Declare.
1035 (DEFINE_REGISTRY): Refactor structures and functions as shims over
1036 the new common structures and functions.
1037 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
1038 callback typedefs.
1039
1040 2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
1041
1042 * remote.c (remote_insert_hw_breakpoint): Throw exception if
1043 there is an error inserting hardware breakpoints and use the
1044 error message from the target.
1045
1046 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
1047 Catch this exception and print the error message contained within. Do not
1048 print the default hardware error breakpoint message in this case.
1049
1050 2012-09-12 Doug Evans <dje@google.com>
1051
1052 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
1053 cu == NULL.
1054
1055 2012-09-11 Doug Evans <dje@google.com>
1056
1057 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
1058 .gdb_index symbol attributes if there are none.
1059
1060 2012-09-11 Joel Brobecker <brobecker@adacore.com>
1061
1062 * symtab.h (struct minimal_symbol) [has_size]: New field.
1063 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
1064 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
1065 * printcmd.c (build_address_symbolic): Only filter out zero-sized
1066 minimal symbols if the symbol's size is actually known.
1067 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
1068 of msymbol's size field. Add comment.
1069 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
1070 SET_MSYMBOL_SIZE to set the minimal symbol size.
1071
1072 2012-09-11 Joel Brobecker <brobecker@adacore.com>
1073
1074 * minsyms.c (install_minimal_symbols): Use memset to fill entire
1075 minimal_symbol struct object, rather than setting some of its
1076 fields one by one.
1077
1078 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
1079
1080 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
1081 passed_a_ptr flag when displaying typedef types.
1082
1083 2012-09-10 Joel Brobecker <brobecker@adacore.com>
1084
1085 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
1086 the optimized_out flag is preserved.
1087
1088 2012-09-10 Anthony Green <green@moxielogic.com>
1089
1090 * moxie-tdep.c (moxie_analyze_prologue): Update for function
1091 prologue changes in GCC.
1092
1093 2012-09-10 Keith Seitz <keiths@redhat.com>
1094
1095 PR gdb/13483
1096 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
1097 (BOOL_CONVERSION_BADNESS): ... this.
1098 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
1099 (rank_one_type): Allow all boolean conversions
1100 permitted by the standard.
1101
1102 2012-09-06 Tom Tromey <tromey@redhat.com>
1103
1104 * python/py-newobjfileevent.c (create_new_objfile_event_object):
1105 Don't decref py_objfile.
1106
1107 2012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
1108
1109 Do not enable -lmcheck by default when Python is enabled with
1110 threading support.
1111 * configure.ac: (python_has_threads) New variable, by testing
1112 if WITH_THREAD is defined in Python.h.
1113 Move --enable-lmcheck after --with-python.
1114 Do not enable -lmcheck by default if python_has_threads=yes.
1115 Warn if --enable-lmcheck and python_has_threads=yes.
1116 * configure: Regenerate.
1117
1118 2012-08-31 Yao Qi <yao@codesourcery.com>
1119
1120 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
1121 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
1122 Update some commands.
1123 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
1124 * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
1125 to 1.
1126
1127 2012-08-31 Yao Qi <yao@codesourcery.com>
1128
1129 * mi/mi-cmds.c (mi_cmds): Add 'static'.
1130
1131 2012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
1132
1133 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
1134
1135 2012-08-29 Doug Evans <dje@google.com>
1136
1137 * main.c (print_gdb_help): Remove reference to
1138 --use-deprecated-index-sections.
1139
1140 2012-08-28 Yao Qi <yao@codesourcery.com>
1141
1142 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
1143 (init_cmds): Call add_setshow_uinteger_cmd for command
1144 'max-user-call-depth'.
1145 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
1146 declaration of 'max_user_call_depth'.
1147 * frame.c (backtrace_limit): Add 'unsigned'.
1148 (_initialize_frame): Call add_setshow_uinteger_cmd for command
1149 'limit'.
1150 * remote.c (remoteaddresssize): Add 'unsigned'.
1151 (remote_address_masked): Change local var 'address_size' to
1152 'unsigned'.
1153 (_initialize_remote): Call add_setshow_uinteger_cmd for
1154 'remoteaddresssize'.
1155 * top.c (history_size): Add 'unsigned'.
1156 (show_commands): Change local variables to 'unsigned'.
1157 (set_history_size_command): Don't check history_size is negative.
1158 Adjust the condition to call unstifle_history and set history_size
1159 to UNIT_MAX.
1160
1161 2012-08-28 Pedro Alves <palves@redhat.com>
1162
1163 PR gdb/14428
1164
1165 * infcmd.c (default_print_one_register_info): New, factored out
1166 from default_print_registers_info.
1167 (default_print_registers_info): Use it. Mark value unavailable if
1168 necessary.
1169 (registers_info): Print user registers with
1170 default_print_one_register_info.
1171
1172 2010-08-27 H.J. Lu <hongjiu.lu@intel.com>
1173
1174 PR tui/14486
1175 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
1176 is not NULL before referencing it.
1177
1178 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1179
1180 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
1181 variable pc. Call find_pc_line instead of find_pc_overlay, restore
1182 original PC for it.
1183
1184 2012-08-27 Eli Zaretskii <eliz@gnu.org>
1185 Jan Kratochvil <jan.kratochvil@redhat.com>
1186
1187 * auto-load.c (auto_load_objfile_script): Rename to ...
1188 (auto_load_objfile_script_1): ... here, change variable realname to
1189 parameter realname, document it, add return value, add variable retval.
1190 (auto_load_objfile_script): New function.
1191
1192 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1193
1194 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
1195 followed by a whitespace.
1196
1197 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1198
1199 PR gdb/14494.
1200 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
1201 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
1202 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
1203 here.
1204
1205 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
1206
1207 * memattr.c (create_mem_region): Fix memory region overlapping
1208 checking.
1209
1210 2012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1211
1212 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
1213 with xmalloc/cleanup.
1214 * mt-tdep.c (mt_push_dummy_call): Likewise.
1215 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1216 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1217
1218 2012-08-24 Yao Qi <yao@codesourcery.com>
1219
1220 * jv-exp.y (push_expression_name): Add "." at the end of error
1221 message.
1222
1223 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
1224
1225 Document how to return from "python-interactive" to GDB.
1226 * python/python.c (_initialize_python): Update documentation.
1227
1228 2012-08-23 Pedro Alves <palves@redhat.com>
1229
1230 * infrun.c (_initialize_infrun) <handle command help text>:
1231 Mention that multiple signals are supported.
1232
1233 2012-08-23 Pedro Alves <palves@redhat.com>
1234
1235 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
1236 string.
1237
1238 2012-08-23 Yao Qi <yao@codesourcery.com>
1239
1240 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
1241 (tfind_1): Don't call registers_changed, set_traceframe_num,
1242 and clear_traceframe_info.
1243 Call set_current_traceframe.
1244 (set_current_traceframe): call set_traceframe_num.
1245
1246 2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
1247
1248 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
1249 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
1250
1251 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1252
1253 Enable readline in Python in a GDB-specific way and block the
1254 standard Python readline module to prevent conflicts with GDB.
1255 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
1256 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
1257 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
1258 * python/py-gdb-readline.c: New file.
1259 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
1260 prototype.
1261 * python/python.c (_initialize_python): Call
1262 gdbpy_initialize_gdb_readline.
1263
1264 2012-08-22 Keith Seitz <keiths@redhat.com>
1265
1266 * defs.h: Include build-gnulib/config.h
1267
1268 2012-08-22 Joseph Myers <joseph@codesourcery.com>
1269
1270 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
1271 and blx pc.
1272
1273 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1274
1275 Add a new "python-interactive" command that starts a standard
1276 Python interactive prompt with "pi" as alias, and add "py" as
1277 an alias to "python".
1278 * NEWS: Mention the new commands.
1279 * python/python.c (eval_python_command): New function.
1280 (python_interactive_command): For "python-interactive" with
1281 arguments, call eval_python_command. For "python-interactive"
1282 without arguments, call PyRun_InteractiveLoop.
1283 (_initialize_python): Add "python-interactive" command with
1284 "pi" as alias, and add "py" as an alias to "python".
1285
1286 2012-08-22 Tom Tromey <tromey@redhat.com>
1287
1288 * defs.h (quit_flag): Don't declare.
1289 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
1290 (QUIT): Use new functions.
1291 * event-top.c (command_handler): Use clear_quit_flag.
1292 (handle_sigint): Use set_quit_flag.
1293 (async_request_quit): Use check_quit_flag. Don't check
1294 immediate_quit.
1295 * exceptions.c (throw_exception): Use clear_quit_flag.
1296 * main.c (captured_main): Use clear_quit_flag.
1297 * python/python.c (clear_quit_flag, set_quit_flag)
1298 (check_quit_flag): New functions.
1299 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
1300 clear_quit_flag.
1301 * remote.c (remote_wait_as): Use check_quit_flag,
1302 clear_quit_flag.
1303 (remote_start_remote): Call QUIT.
1304 * symfile.c (load_progress): Use check_quit_flag.
1305 * top.c (command_loop): Use clear_quit_flag.
1306 (command_line_input): Call QUIT.
1307 * utils.c (quit_flag): Conditionally define.
1308 (clear_quit_flag, check_quit_flag, set_quit_flag): New
1309 functions.
1310 (prompt_for_continue): Call QUIT. Use quit, not
1311 async_request_quit.
1312 * remote-mips.c (mips_expect_timeout): Call QUIT.
1313 * monitor.c (monitor_expect): Call QUIT.
1314
1315 2012-08-22 Tom Tromey <tromey@redhat.com>
1316
1317 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
1318 (async_init_signals): Update.
1319 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
1320 (SIGWINCH_HANDLER_BODY): Remove.
1321
1322 2012-08-22 Tom Tromey <tromey@redhat.com>
1323
1324 * jit.c (jit_object_close_impl): Don't malloc the objfile
1325 name.
1326 * objfiles.c (allocate_objfile): Don't malloc the objfile
1327 name.
1328 (free_objfile): Don't free the objfile name.
1329 * objfiles.h (struct objfile) <name>: Update comment.
1330 * symfile.c (reread_symbols): Fix reference counting. Don't
1331 malloc objfile name.
1332
1333 2012-08-22 Tom Tromey <tromey@redhat.com>
1334
1335 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
1336 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
1337 (symfile_bfd_open): Likewise.
1338 (generic_load): Likewise.
1339 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
1340 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1341 gdb_bfd_open.
1342 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1343 Use gdb_bfd_open.
1344 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
1345 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
1346 (pmon_load_fast): Likewise.
1347 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
1348 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
1349 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
1350 (macho_check_dsym): Likewise.
1351 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
1352 (m32r_upload_command): Likewise.
1353 * gdb_bfd.h (gdb_bfd_cache): Declare.
1354 * gdb_bfd.c (struct gdb_bfd_data): New.
1355 (gdb_bfd_cache): New global.
1356 (struct gdb_bfd_cache_search): New.
1357 (hash_bfd): New function.
1358 (eq_bfd): Likewise.
1359 (gdb_bfd_open): Likewise.
1360 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
1361 (gdb_bfd_unref): Remove closed BFD from cache. Update for
1362 gdb_bfd_data.
1363 * exec.c (exec_file_attach): Use gdb_bfd_open.
1364 * dsrec.c (load_srec): Use gdb_bfd_open.
1365
1366 2012-08-22 Tom Tromey <tromey@redhat.com>
1367
1368 * dwarf2read.c (macro_start_file): Update.
1369 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
1370 (free_objfile_per_bfd_storage): Destroy macro_cache.
1371 (allocate_objfile, free_objfile): Update.
1372 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
1373 New field.
1374 (struct objfile) <macro_cache>: Remove.
1375 * symfile.c (reread_symbols): Update.
1376 * symmisc.c (print_symbol_bcache_statistics): Update.
1377 (print_objfile_statistics): Update.
1378
1379 2012-08-22 Tom Tromey <tromey@redhat.com>
1380
1381 * elfread.c (elf_symtab_read): Update.
1382 * objfiles.c (objfiles_bfd_data): New global.
1383 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
1384 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
1385 (allocate_objfile, free_objfile): Update.
1386 (_initialize_objfiles): Initialize objfiles_bfd_data.
1387 * objfiles.h (struct objfile_per_bfd_storage): New.
1388 (struct objfile) <per_bfd>: New field.
1389 <filename_cache>: Remove.
1390 (set_objfile_per_bfd): Declare.
1391 * symfile.c (reread_symbols): Update. Call
1392 set_objfile_per_bfd.
1393 (allocate_symtab): Update.
1394 * symmisc.c (print_symbol_bcache_statistics): Update.
1395 (print_objfile_statistics): Print the size of the BFD obstack.
1396
1397 2012-08-22 Tom Tromey <tromey@redhat.com>
1398
1399 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
1400 * gdb_bfd.c: Use DEFINE_REGISTRY.
1401 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
1402 (gdb_bfd_ref): Call bfd_alloc_data.
1403 (gdb_bfd_unref): Call bfd_free_data.
1404
1405 2012-08-22 Tom Tromey <tromey@redhat.com>
1406
1407 * registry.h (struct registry_fields): New.
1408 (REGISTRY_FIELDS): Redefine.
1409 (REGISTRY_ACCESS_FIELD): New macro.
1410 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
1411 functions.
1412
1413 2012-08-22 Tom Tromey <tromey@redhat.com>
1414
1415 * auto-load.c (_initialize_auto_load): Update.
1416 * solib-svr4.c (_initialize_svr4_solib): Update
1417 * solib-dsbt.c (_initialize_dsbt_solib): Update.
1418 * solib-darwin.c (_initialize_darwin_solib): Update.
1419 * registry.h: New file.
1420 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
1421 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
1422 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
1423 (register_program_space_data_with_cleanup)
1424 (register_program_space_data, program_space_alloc_data)
1425 (clear_program_space_data, set_program_space_data)
1426 (program_space_data): Don't declare.
1427 * progspace.c: Use DEFINE_REGISTRY.
1428 (struct program_space_data, struct
1429 program_space_data_registration, struct
1430 program_space_data_registry, program_space_data_registry)
1431 (register_program_space_data_with_cleanup)
1432 (register_program_space_data, program_space_alloc_data)
1433 (program_space_free_data, clear_program_space_data)
1434 (set_program_space_data, program_space_data): Remove.
1435 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
1436 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
1437 (register_objfile_data_with_cleanup, register_objfile_data)
1438 (clear_objfile_data, set_objfile_data, objfile_data): Don't
1439 declare.
1440 * objfiles.c: Use DEFINE_REGISTRY.
1441 (struct objfile_data, struct objfile_data_registration, struct
1442 objfile_data_registry, objfile_data_registry)
1443 (register_objfile_data_with_cleanup, register_objfile_data)
1444 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
1445 (set_objfile_data, objfile_data): Remove.
1446 (_initialize_objfiles): Update.
1447 * jit.c (_initialize_jit): Update.
1448 * inflow.c (_initialize_inflow): Update.
1449 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
1450 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
1451 (register_inferior_data_with_cleanup, register_inferior_data)
1452 (clear_inferior_data, set_inferior_data, inferior_data): Don't
1453 declare.
1454 * inferior.c: Use DEFINE_REGISTRY.
1455 (struct inferior_data, struct inferior_data_registration, struct
1456 inferior_data_registry, inferior_data_registry)
1457 (register_inferior_data_with_cleanup, register_inferior_data)
1458 (inferior_alloc_data, inferior_free_data clear_inferior_data)
1459 (set_inferior_data, inferior_data): Remove.
1460 * auxv.c (_initialize_auxv): Update.
1461 * ada-lang.c (_initialize_ada_language): Update.
1462 * breakpoint.c (_initialize_breakpoint): Update.
1463 * i386-nat.c (i386_use_watchpoints): Update.
1464
1465 2012-08-22 Tom Tromey <tromey@redhat.com>
1466
1467 * exec.c (exec_close, exec_file_attach): Update.
1468 (add_to_section_table): Initialize 'key' field.
1469 (add_target_sections, remove_target_sections): Add 'key' argument.
1470 * exec.h (add_target_sections, remove_target_sections): Add
1471 'key' argument.
1472 * solib.c (solib_map_sections, update_solib_list, clear_solib)
1473 (reload_shared_libraries_1): Update.
1474 * target.h (struct target_section) <key>: New field.
1475
1476 2012-08-22 Tom Tromey <tromey@redhat.com>
1477
1478 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
1479
1480 2012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
1481
1482 * symfile.c (allocate_symtab): Use host_address_to_string
1483 function instead of cast of pointer to long which is not
1484 compatible with x86_64-w64-mingw32 build.
1485
1486 2012-08-19 Andrew Pinski <apinski@cavium.com>
1487
1488 * mips-tdep.c (is_octeon): New function.
1489 (is_octeon_bbit_op): New function.
1490 (mips32_next_pc): Handle Octeon's bbit instructions.
1491 (mips32_instruction_has_delay_slot): Likewise.
1492
1493 2012-08-19 Andrew Pinski <apinski@cavium.com>
1494
1495 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
1496 before the function.
1497
1498 2012-08-19 Andrew Pinski <apinski@cavium.com>
1499
1500 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
1501
1502 2012-08-19 Keith Seitz <keiths@redhat.com>
1503
1504 PR c++/14365
1505 * c-typeprint.c (c_type_print_varspec_prefix): Pass
1506 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
1507
1508 2012-08-18 Eli Zaretskii <eliz@gnu.org>
1509
1510 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
1511 The typo broke "make TAGS".
1512
1513 2012-08-17 Joel Brobecker <brobecker@adacore.com>
1514
1515 GDB 7.5 released.
1516
1517 2012-08-17 Keith Seitz <keiths@redhat.com>
1518
1519 PR c++/13356
1520 * gdbtypes.c (strict_type_checking): New variable.
1521 (show_strict_type_checking): New function.
1522 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
1523 if strict type checking is disabled.
1524 (_initialize_gdbtypes): Add "check type" subcommand.
1525 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
1526
1527 2012-08-17 Keith Seitz <keiths@redhat.com>
1528
1529 * language.h (type_mode): Remove.
1530 (type_check): Remove.
1531 (struct language_defn): Remove la_type_check.
1532 (STRICT_TYPE): Remove unused macro.
1533 (type_error): Remove.
1534 * language.c (set_type_range_case): Renamed to ...
1535 (set_range_case): ... this. Update all callers.
1536 Remove type_mode/type_check.
1537 (type_mode): Remove.
1538 (type_check): Remove.
1539 (show_type_command): Remove.
1540 (set_type_command): Remove.
1541 (language_info): Remove type checking output.
1542 (type_error): Remove unused function.
1543 (range_error): Update comment.
1544 (unknown_language_defn): Remove la_type_check.
1545 (auto_language_defn): Likewise.
1546 (local_language_defn): Likewise.
1547 (_initialize_language): Remove "check type" subcommand.
1548 * ada-lang.c (ada_language_defn): Remove la_type_check.
1549 * c-lang.c (c_language_defn): Likewise.
1550 (cplus_language_defn): Likewise.
1551 (asm_language_defn): Likewise.
1552 (minimal_language_defn): Likewise.
1553 * d-lang.c (d_language_defn): Likewise.
1554 * f-lang.c (f_language_defn): Likewise.
1555 * go-lang.c (go_language_defn): Likewise.
1556 * jv-lang.c (java_language_defn): Likewise.
1557 * m2-lang.c (m2_language_defn): Likewise.
1558 * objc-lang.c (objc_language_defn): Likewise.
1559 * opencl-lang.c (opencl_language_defn): Likewise.
1560 * p-lang.c (pascal_language_defn): Likewise.
1561
1562 2012-08-16 Mike Frysinger <vapier@gentoo.org>
1563
1564 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
1565
1566 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1567
1568 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
1569 New function.
1570 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
1571 using the regache. Use ia64_hpux_get_register_from_save_state_t
1572 to access the bsp and bspstore registers if not.
1573
1574 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1575
1576 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
1577 * breakpoint.c (detach_breakpoints): Change pid parameter into
1578 a ptid. Adjust code accordingly.
1579 * infrun.c (handle_inferior_event): Delete variable child_pid.
1580 Update call to detach_breakpoints to pass the child ptid for
1581 fork events.
1582 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
1583 assert that inferior_ptid's lwp is zero.
1584 (linux_handle_extended_wait): Update call to detach_breakpoints.
1585 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
1586 detach_breakpoints.
1587
1588 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1589
1590 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
1591 parent, only call detach_breakpoints if tts.tts_event ==
1592 TTEVT_VFORK.
1593
1594 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1595
1596 * dwarf2-frame.c (dwarf2_frame_cache): Use
1597 get_frame_address_in_block instead of get_frame_pc as
1598 the bound for executing the frame's FDE.
1599
1600 2012-08-16 Yao Qi <yao@codesourcery.com>
1601
1602 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
1603 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
1604 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
1605 (c_type_print_varspec_suffix): Likewise.
1606 * eval.c (evaluate_subexp_standard): Likewise.
1607 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
1608 (f_type_print_varspec_suffix): Likewise.
1609 * gdbtypes.c (is_scalar_type): Likewise.
1610 (recursive_dump_type): Likewise.
1611 * infcall.c (value_arg_coerce): Likewise.
1612 * m2-valprint.c (m2_val_print): Likewise.
1613 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
1614 (pascal_type_print_varspec_suffix): Likewise.
1615 (pascal_type_print_base): Likewise.
1616 * p-valprint.c (pascal_val_print): Likewise.
1617 (pascal_val_print): Likewise.
1618 * valops.c (value_slice): Likewise.
1619 * valprint.c (scalar_type_p): Likewise.
1620 * valarith.c (value_bitstring_subscript): Remove.
1621 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
1622 Remove comment on TYPE_CODE_BITSTRING.
1623
1624 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
1625 TYPE_CODE_BITSTRING.
1626
1627 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
1628 slot 0.
1629
1630 2012-08-16 Yao Qi <yao@codesourcery.com>
1631
1632 * tracepoint.c (trace_find_none_command): Remove.
1633 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
1634
1635 2012-08-16 Yao Qi <yao@codesourcery.com>
1636
1637 * remote.c (handle_notification): Remove parameter 'length'.
1638 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
1639
1640 2012-08-15 Keith Seitz <keiths@redhat.com>
1641
1642 * gdbtypes.c (opaque_type_resolution): Make static.
1643 Add missing comment.
1644 (overload_debug): Add missing comment.
1645 (show_opaque_type_resolution): Likewise.
1646 (show_overload_debug): Likewise.
1647 (print_bit_vector): Remove unnecessary forward declaration.
1648 (print_arg_types): Likewise.
1649 (dump_fn_fieldlists): Likewise.
1650 (print_cplus_stuff): Likewise.
1651
1652 2012-08-15 Tom Tromey <tromey@redhat.com>
1653
1654 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
1655 (gdb_bfd_ref): Initialize new field.
1656 (gdb_bfd_unref): Unref the archive BFD.
1657 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
1658 parent archive.
1659
1660 2012-08-15 Tom Tromey <tromey@redhat.com>
1661
1662 PR python/14387:
1663 * python/py-bpevent.c (create_breakpoint_event_object): Update
1664 comment.
1665 * python/py-event.c (evpy_add_attribute): Update comment.
1666 * python/py-exitedevent.c (create_exited_event_object): Fix
1667 reference counting and error handling.
1668 * python/py-newobjfileevent.c (create_new_objfile_event_object):
1669 Fix reference counting.
1670 * python/py-signalevent.c (create_signal_event_object): Fix
1671 reference counting and error handling.
1672 * python/py-stopevent.c (emit_stop_event): Fix reference
1673 counting.
1674 * python/py-threadevent.c (get_event_thread): Return a
1675 borrowed reference.
1676 * python/py-type.c (convert_field): Fix reference counting.
1677
1678 2012-08-15 Tom Tromey <tromey@redhat.com>
1679
1680 * dwarf2read.c (dwarf_decode_macro_bytes)
1681 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
1682 as hash key.
1683
1684 2012-08-14 Mike Frysinger <vapier@gentoo.org>
1685
1686 * infcmd.c (_initialize_infcmd): Update help text for the signal,
1687 stepi, nexti, finish, next, step, jump, and continue commands.
1688 * infrun.c (_initialize_infrun): Update help text for the handle
1689 command.
1690
1691 2012-08-14 Doug Evans <dje@google.com>
1692
1693 * gdbtypes.c (struct extra): Delete, unused.
1694
1695 * gdbtypes.c: Whitespace cleanup.
1696 (address_space_name_to_int): Remove "extern" from definition.
1697 (_initialize_gdbtypes): Declare with initialize_file_ftype.
1698
1699 * gdbtypes.c (make_pointer_type): Remove redundant setting of
1700 TYPE_POINTER_TYPE (type).
1701
1702 2012-08-14 Gary Benson <gbenson@redhat.com>
1703
1704 * solib-svr4.c (svr4_free_library_list): Use free_so.
1705
1706 2012-08-13 Mike Frysinger <vapier@gentoo.org>
1707
1708 * .gitignore: Add go-exp.c.
1709
1710 2012-08-13 Doug Evans <dje@google.com>
1711
1712 * value.c (show_convenience): Tweak comment.
1713 (_initialize_values): Mention convenience functions in the help text
1714 for "show convenience".
1715
1716 2012-08-13 Yao Qi <yao@codesourcery.com>
1717
1718 * std-operator.def: Remove TERNOP_SLICE_COUNT.
1719 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
1720 TERNOP_SLICE_COUNT.
1721 * eval.c (evaluate_subexp_standard): Likewise.
1722 * expprint.c (print_subexp_standard): Likewise.
1723 (dump_subexp_body_standard): Likewise.
1724 * parse.c (operator_length_standard): Likewise.
1725
1726 2012-08-13 Yao Qi <yao@codesourcery.com>
1727
1728 * std-operator.def: Remove OP_BITSTRING.
1729 * breakpoint.c (watchpoint_exp_is_const): Update.
1730 * eval.c (evaluate_subexp_standard): Remove handling to
1731 OP_BITSTRING.
1732 * expprint.c (print_subexp_standard): Likewise.
1733 (dump_subexp_body_standard): Likewise.
1734 * parse.c (operator_length_standard): Likewise.
1735 * valops.c (value_bitstring): Remove.
1736 * value.h: Remove the declaration of 'value_bitstring'.
1737
1738 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
1739
1740 * linespec.c (find_methods): Remove unused variables `i1' and
1741 `name_len'.
1742 (decode_line_full): Likewise for `arg_start'.
1743
1744 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
1745
1746 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
1747 (zlib_decompress_section): Likewise for `section_data'.
1748 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
1749
1750 2012-08-10 Doug Evans <dje@google.com>
1751
1752 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
1753 * NEWS: Document them.
1754 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
1755 function/strfns.py.
1756 * python/py-type.c (typy_array_1): New function.
1757 (typy_array): Call it.
1758 (typy_vector): New function.
1759 (type_object_methods): Add "vector".
1760 * python/lib/gdb/function/__init__.py: New file.
1761 * python/lib/gdb/function/strfns.py: New file.
1762
1763 2012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
1764
1765 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
1766 for TYPE_FIELD_BITPOS.
1767 (typy_get_sizeof): Likewise for TYPE_LENGTH.
1768
1769 2012-08-10 Mike Frysinger <vapier@gentoo.org>
1770
1771 PR cli/10436:
1772 * common/vec.h (VEC_merge): Define.
1773 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
1774 (DEF_VEC_ALLOC_FUNC_P): Likewise.
1775 (DEF_VEC_ALLOC_FUNC_O): Likewise.
1776 * completer.c: Include gdb_signals.h.
1777 (signal_completer): Define.
1778 * completer.h (signal_completer): Add prototype.
1779 * infcmd.c (_initialize_infcmd): Assign the command
1780 completer for "signal" to handle_completer.
1781 * infrun.c: Include completer.h.
1782 (handle_completer): Define.
1783 (_initialize_infrun): Declare a new local variable c. Store the
1784 result of add_com("handle") to it. Assign the command
1785 completer for "handle" to handle_completer.
1786
1787 2012-08-09 Yao Qi <yao@codesourcery.com>
1788
1789 * cli/cli-decode.c (set_cmd_prefix): New.
1790 (lookup_cmd_for_prefixlist): New.
1791 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
1792 of each cmd_list_element in *prefixlist.
1793 (add_setshow_cmd_full): set_cmd_prefix.
1794 (add_alias_cmd): Likewise.
1795 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
1796 Declare 'auto_boolean_enums'.
1797 * cli/cli-setshow.c: Include "observer.h".
1798 (notify_command_param_changed_p): New.
1799 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
1800 Remove 'static'.
1801 (do_setshow_command): Split it to ...
1802 (do_set_command, do_show_command): ... them. New.
1803 (do_set_command): Call observer_notify_command_param_changed if
1804 notify_command_param_changed_p returns true.
1805 (cmd_show_list): Caller update.
1806 * auto-load.c (set_auto_load_cmd): Likewise.
1807 * remote.c (show_remote_cmd): Likewise.
1808 * cli/cli-setshow.h: Update declarations.
1809 * top.c (execute_command): Call do_set_command and do_show_command.
1810
1811 * NEWS: Mention new MI notification.
1812 * mi/mi-interp.c: Declare mi_command_param_changed.
1813 (mi_interpreter_init): Attach mi_command_param_changed to
1814 observer command_param_changed.
1815 (mi_command_param_changed): New.
1816 Remove mi_suppress_breakpoint_notifications.
1817 Define global variable mi_suppress_notification.
1818 (mi_breakpoint_created): Update.
1819 (mi_breakpoint_deleted): Likewise.
1820 (mi_breakpoint_modified): Likewise.
1821 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
1822 'gdb-set' and set mi_suppress_notification.
1823 * mi/mi-main.h: (mi_suppress_notification): New struct.
1824
1825 2012-08-09 Andreas Tobler <andreast@fgznet.ch>
1826 Jan Kratochvil <jan.kratochvil@redhat.com>
1827
1828 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
1829
1830 2012-08-09 Yao Qi <yao@codesourcery.com>
1831
1832 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
1833 (skiplist): Move it to skip.c.
1834 (init_cmd_lists): Remove code setting enablebreaklist and
1835 skiplist to NULL.
1836 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
1837 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
1838 skiplist.
1839 * gdbcmd.h: Likewise.
1840 * skip.c (_initialize_step_skip): Move 'skiplist' from
1841 cli/cli-cmds.c.
1842
1843 2012-08-09 Yao Qi <yao@codesourcery.com>
1844
1845 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
1846 * gnu-nat.c, symfile.c: Likewise.
1847
1848 2012-08-08 Aaron Gamble <agamble@google.com>
1849
1850 * utils.c (prompt_for_continue_wait_time): New static global.
1851 (make_command_stats_cleanup): Initialize it.
1852 (report_command_stats): Subtract time waiting for user.
1853 (prompt_for_continue): Track time waiting for user.
1854 (defaulted_query): Track time waiting for user.
1855
1856 2012-08-08 Doug Evans <dje@google.com>
1857
1858 * eval.c (evaluate_subexp_standard): Fix thinko in handling
1859 UNOP_MEMVAL_TYPE.
1860 * expprint.c (print_subexp_standard, case OP_TYPE): New.
1861 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
1862 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
1863 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
1864 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
1865 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
1866 elt.
1867 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
1868 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
1869 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
1870 (dump_prefix_expression): Handle OP_TYPE.
1871
1872 2012-08-08 Keith Seitz <keiths@redhat.com>
1873
1874 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
1875 addr_start.
1876
1877 2012-08-08 Doug Evans <dje@google.com>
1878
1879 * linux-thread-db.c: #include "gdb_vecs.h".
1880 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
1881 updated.
1882 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
1883 (thread_db_load_search): Use a vector to iterate over path elements.
1884 Handle text appearing after "$pdir".
1885
1886 * gdb_string.h: Moved to ...
1887 * common/gdb_string.h: ... here.
1888 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
1889 gdb_string.h and gdb_assert.h.
1890
1891 2012-08-08 Yao Qi <yao@codesourcery.com>
1892
1893 * tic6x-tdep.c (tic6x_register_to_value): Remove.
1894 (tic6x_value_to_register): Likewise.
1895 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
1896 and set_gdbarch_value_to_register.
1897
1898 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1899 Jean-Marc Saffroy <saffroy@gmail.com>
1900
1901 PR 11804
1902 * defs.h (find_memory_region_ftype): New comment. New arg modified.
1903 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
1904 * gcore.c (gcore_create_callback): New function comment. Add modified
1905 parameter. Only write modified regions. Set SEC_READONLY exactly
1906 according to MODIFIED.
1907 (objfile_find_memory_regions): Ignore separate debug info files. Ass
1908 the passed modified value to FUNC.
1909 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
1910 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
1911 first. New variables modified and has_anonymous. Parse the lines of
1912 smaps file. Add the passed MODIFIED value to FUNC.
1913 * procfs.c (find_memory_regions_callback): Add the passed modified
1914 value.
1915
1916 2012-08-06 Tom Tromey <tromey@redhat.com>
1917
1918 * dwarf2-frame.c (clear_pointer_cleanup): New function.
1919 (dwarf2_frame_cache): Use it.
1920 * frame-unwind.h (frame_sniffer_ftype): Document prologue
1921 cache initialization constraint.
1922
1923 2012-08-06 Tom Tromey <tromey@redhat.com>
1924
1925 PR python/14386:
1926 * varobj.c (update_dynamic_varobj_children): Don't call
1927 PyIter_Check.
1928
1929 2012-08-06 Tom Tromey <tromey@redhat.com>
1930
1931 PR cli/14392:
1932 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
1933
1934 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
1935
1936 * NEWS: New entry for 'cd' default parameters.
1937 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
1938
1939 2012-08-03 Tom Tromey <tromey@redhat.com>
1940
1941 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
1942 return.
1943
1944 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
1945
1946 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
1947 to attempting lseek/write.
1948 (inf_child_fileio_pread): Likewise for pread.
1949
1950 2012-08-02 Yao Qi <yao@codesourcery.com>
1951
1952 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
1953 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
1954 add_setshow_zinteger_cmd.
1955 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
1956 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
1957 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
1958 instead of add_setshow_zinteger_cmd.
1959 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
1960 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
1961 instead of add_setshow_zinteger_cmd.
1962 * frame.c (frame_debug): Add 'unsigned'.
1963 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
1964 add_setshow_zinteger_cmd.
1965 * frame.h: Update the declaration of 'frame_debug'.
1966 * gdbtypes.c (overload_debug): Add 'unsigned'.
1967 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
1968 add_setshow_zinteger_cmd.
1969 * inferior.h: Update declaration of 'debug_infrun'.
1970 * infrun.c (debug_infrun): Add 'unsigned'.
1971 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
1972 add_setshow_zinteger_cmd.
1973 * jit.c (jit_debug): Add 'unsigned'.
1974 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
1975 add_setshow_zinteger_cmd.
1976 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
1977 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
1978 instead of add_setshow_zinteger_cmd.
1979 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
1980 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
1981 add_setshow_zinteger_cmd.
1982 * machoread.c (mach_o_debug_level): Add 'unsigned'.
1983 (_initialize_machoread): Call add_setshow_zuinteger_cmd
1984 instead of add_setshow_zinteger_cmd.
1985 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
1986 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
1987 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
1988 intead of add_setshow_zinteger_cmd.
1989 * mips-tdep.c (mips_debug): Add 'unsigned'.
1990 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
1991 instead of add_setshow_zinteger_cmd.
1992 * monitor.c (monitor_debug): Add 'unsigned'.
1993 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
1994 add_setshow_zinteger_cmd.
1995 * observer.c (observer_debug): Add 'unsigned'.
1996 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
1997 add_setshow_zinteger_cmd.
1998 * parse.c (expressiondebug): Add 'unsigned'.
1999 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
2000 add_setshow_zinteger_cmd.
2001 * record.c (record_debug): Add 'unsigned'.
2002 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
2003 add_setshow_zinteger_cmd.
2004 * record.h: Update the declaration of 'record_debug'.
2005 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
2006 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
2007 add_setshow_zinteger_cmd.
2008 * serial.c (global_serial_debug_p): Add 'unsigned'.
2009 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
2010 add_setshow_zinteger_cmd.
2011 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
2012 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
2013 add_setshow_zinteger_cmd.
2014 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
2015 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
2016 add_setshow_zinteger_cmd.
2017 * target.c (targetdebug): Add 'unsigned'.
2018 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
2019 add_setshow_zinteger_cmd.
2020 * valops.c (overload_debug): Add 'unsigned'.
2021 * varobj.c (varobjdebug): Add 'unsigned'.
2022 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
2023 add_setshow_zinteger_cmd.
2024 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
2025 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
2026 instead of add_setshow_zinteger_cmd.
2027
2028 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
2029 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
2030 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
2031 instead of add_setshow_zinteger_cmd.
2032 * gdbarch.c, gdbarch.h: Re-generated.
2033
2034 2012-08-02 Yao Qi <yao@codesourcery.com>
2035
2036 * nto-tdep.c: Don't include cli/cli-decode.h and
2037 cli/cli-cmds.h.
2038 (_initialize_nto_tdep): Remove.
2039 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
2040 Remove field.
2041 Remove macro nto_internal_debugging.
2042
2043 2012-08-01 Richard Henderson <rth@redhat.com>
2044
2045 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
2046 (mep-*-*) [gdb_target_obs]: Likewise.
2047
2048 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
2049
2050 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
2051 linux_get_siginfo_type.
2052
2053 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2054
2055 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
2056 AT_ENTRY_POINT.
2057 (call_function_by_hand) <ON_STACK>: Call write_memory with
2058 gdbarch_breakpoint_from_pc, if possible.
2059 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
2060 here.
2061
2062 2012-07-31 Yao Qi <yao@codesourcery.com>
2063
2064 * tracepoint.c: Add 'static' for some variables.
2065
2066 2012-07-31 Yao Qi <yao@codesourcery.com>
2067
2068 * go32-nat.c: Declare _initialize_go32_nat.
2069 * ser-go32.c: Declare _initialize_ser_dos.
2070 * top.c (do_chdir_cleanup): Add 'static'.
2071
2072 2012-07-30 Keith Seitz <keiths@redhat.com>
2073
2074 * linespec.c (linespec_lex_number): A number followed
2075 by quotes is a valid number, too.
2076
2077 2012-07-30 Tom Tromey <tromey@redhat.com>
2078
2079 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
2080
2081 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
2082
2083 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
2084 attempt to 4-byte-align HW breakpoint addresses for Thumb.
2085
2086 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
2087
2088 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
2089 invalid or reevaluated to prevent prevent references to possibly
2090 delete'd type objects being left in the varobj.
2091
2092 2012-07-27 Tom Tromey <tromey@redhat.com>
2093 Jan Kratochvil <jan.kratochvil@redhat.com>
2094
2095 * copying.awk: Print buffer-read-only and vi ro markers.
2096 * copying.c: Rebuild.
2097 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
2098 * gdbarch.c, gdbarch.h: Rebuild.
2099 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
2100 buffer-read-only and vi ro markers.
2101 * features/arm-with-iwmmxt.c: Rebuild.
2102 * features/arm-with-m-fpa-layout.c: Rebuild.
2103 * features/arm-with-m-vfp-d16.c: Rebuild.
2104 * features/arm-with-m.c: Rebuild.
2105 * features/arm-with-neon.c: Rebuild.
2106 * features/arm-with-vfpv2.c: Rebuild.
2107 * features/arm-with-vfpv3.c: Rebuild.
2108 * features/i386/amd64-avx-linux.c: Rebuild.
2109 * features/i386/amd64-avx.c: Rebuild.
2110 * features/i386/amd64-linux.c: Rebuild.
2111 * features/i386/amd64.c: Rebuild.
2112 * features/i386/i386-avx-linux.c: Rebuild.
2113 * features/i386/i386-avx.c: Rebuild.
2114 * features/i386/i386-linux.c: Rebuild.
2115 * features/i386/i386-mmx-linux.c: Rebuild.
2116 * features/i386/i386-mmx.c: Rebuild.
2117 * features/i386/i386.c: Rebuild.
2118 * features/i386/x32-avx-linux.c: Rebuild.
2119 * features/i386/x32-avx.c: Rebuild.
2120 * features/i386/x32-linux.c: Rebuild.
2121 * features/i386/x32.c: Rebuild.
2122 * features/mips-dsp-linux.c: Rebuild.
2123 * features/mips-linux.c: Rebuild.
2124 * features/mips64-dsp-linux.c: Rebuild.
2125 * features/mips64-linux.c: Rebuild.
2126 * features/rs6000/powerpc-32.c: Rebuild.
2127 * features/rs6000/powerpc-32l.c: Rebuild.
2128 * features/rs6000/powerpc-403.c: Rebuild.
2129 * features/rs6000/powerpc-403gc.c: Rebuild.
2130 * features/rs6000/powerpc-405.c: Rebuild.
2131 * features/rs6000/powerpc-505.c: Rebuild.
2132 * features/rs6000/powerpc-601.c: Rebuild.
2133 * features/rs6000/powerpc-602.c: Rebuild.
2134 * features/rs6000/powerpc-603.c: Rebuild.
2135 * features/rs6000/powerpc-604.c: Rebuild.
2136 * features/rs6000/powerpc-64.c: Rebuild.
2137 * features/rs6000/powerpc-64l.c: Rebuild.
2138 * features/rs6000/powerpc-7400.c: Rebuild.
2139 * features/rs6000/powerpc-750.c: Rebuild.
2140 * features/rs6000/powerpc-860.c: Rebuild.
2141 * features/rs6000/powerpc-altivec32.c: Rebuild.
2142 * features/rs6000/powerpc-altivec32l.c: Rebuild.
2143 * features/rs6000/powerpc-altivec64.c: Rebuild.
2144 * features/rs6000/powerpc-altivec64l.c: Rebuild.
2145 * features/rs6000/powerpc-cell32l.c: Rebuild.
2146 * features/rs6000/powerpc-cell64l.c: Rebuild.
2147 * features/rs6000/powerpc-e500.c: Rebuild.
2148 * features/rs6000/powerpc-e500l.c: Rebuild.
2149 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
2150 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
2151 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
2152 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
2153 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
2154 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
2155 * features/rs6000/powerpc-vsx32.c: Rebuild.
2156 * features/rs6000/powerpc-vsx32l.c: Rebuild.
2157 * features/rs6000/powerpc-vsx64.c: Rebuild.
2158 * features/rs6000/powerpc-vsx64l.c: Rebuild.
2159 * features/rs6000/rs6000.c: Rebuild.
2160 * features/s390-linux32.c: Rebuild.
2161 * features/s390-linux32v1.c: Rebuild.
2162 * features/s390-linux32v2.c: Rebuild.
2163 * features/s390-linux64.c: Rebuild.
2164 * features/s390-linux64v1.c: Rebuild.
2165 * features/s390-linux64v2.c: Rebuild.
2166 * features/s390x-linux64.c: Rebuild.
2167 * features/s390x-linux64v1.c: Rebuild.
2168 * features/s390x-linux64v2.c: Rebuild.
2169 * features/tic6x-c62x-linux.c: Rebuild.
2170 * features/tic6x-c62x.c: Rebuild.
2171 * features/tic6x-c64x-linux.c: Rebuild.
2172 * features/tic6x-c64x.c: Rebuild.
2173 * features/tic6x-c64xp-linux.c: Rebuild.
2174 * features/tic6x-c64xp.c: Rebuild.
2175
2176 2012-07-27 Tom Tromey <tromey@redhat.com>
2177
2178 * c-exp.y (classify_name): Avoid assignment in condition.
2179
2180 2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
2181
2182 * amd64-windows-tdep.c: Include "frame.h".
2183 (amd64_windows_skip_trampoline_code): New function.
2184 (amd64_windows_init_abi): Add trampoline registration.
2185
2186 2012-07-27 Yao Qi <yao@codesourcery.com>
2187
2188 * tracepoint.c (cur_traceframe_number): Remove.
2189 (set_tfile_traceframe): Remove.
2190 (tfile_trace_find, tfile_fetch_registers): Update callers.
2191 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
2192 (tfile_open, tfile_trace_find): Likewise.
2193
2194 2012-07-27 Yao Qi <yao@codesourcery.com>
2195
2196 * thread.c (switch_to_thread): Don't call registers_changed.
2197
2198 2012-07-26 Tom Tromey <tromey@redhat.com>
2199
2200 * Makefile.in (SFILES): Remove objc-exp.y.
2201 (YYFILES): Remove objc-exp.c.
2202 (YYOBJ): Remove objc-exp.o.
2203 (local-maintainer-clean): Don't mention objc-exp.c.
2204 * c-exp.y: Include objc-lang.h.
2205 (%union) <class>: New field.
2206 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
2207 (exp): Clone subscript production for OBJC_LBRAC. Add various
2208 Objective C productions.
2209 (msglist, msgarglist, msgarg): New productions.
2210 (array_mod, func_mod, operator): Clone productions for
2211 OBJC_LBRAC.
2212 (parse_string_or_char): Handle '@' strings.
2213 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
2214 (classify_name): Check la_name_of_this. Recognize ObjC class
2215 names.
2216 * objc-exp.y: Remove.
2217 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
2218 * objc-lang.h (objc_parse, objc_error): Don't declare.
2219
2220 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
2221
2222 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
2223
2224 2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2225
2226 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
2227 and decrement.
2228
2229 2012-07-26 Tom Tromey <tromey@redhat.com>
2230
2231 * copying.c: Rebuild.
2232 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
2233 'no_class'.
2234
2235 2012-07-26 Tom Tromey <tromey@redhat.com>
2236
2237 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
2238 immediate_quit.
2239 (print_objfile_statistics): Likewise.
2240 (maintenance_print_symbols): Likewise.
2241 (maintenance_print_msymbols): Likewise.
2242 (maintenance_print_objfiles): Likewise.
2243 * psymtab.c (print_partial_symbols): Call QUIT.
2244 (maintenance_print_psymbols): Likewise. Don't modify
2245 immediate_quit.
2246 * copying.c (show_copying_command): Don't modify immediate_quit.
2247 (show_warranty_command): Likewise.
2248 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
2249
2250 2012-07-26 Keith Seitz <keiths@redhat.com>
2251
2252 * linespec.c (linespec_lexer_lex_number): The input
2253 is also a valid number if the next character is a comma
2254 or colon.
2255
2256 2012-07-26 Joel Brobecker <brobecker@adacore.com>
2257
2258 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
2259 configure options.
2260
2261 2012-07-26 Tristan Gingold <gingold@adacore.com>
2262
2263 * machoread.c: Include gdb_bfd.h.
2264
2265 2012-07-26 Tristan Gingold <gingold@adacore.com>
2266
2267 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
2268 offset.
2269
2270 2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2271
2272 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
2273 SIZE to size_t.
2274 (dwarf2_evaluate_loc_desc): Likewise.
2275 (dwarf2_loc_desc_needs_frame): Likewise.
2276 (locexpr_describe_location_1): Likewise.
2277 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
2278 size_t.
2279 (struct dwarf2_loclist_baton): Likewise.
2280 * dwarf2read.c (struct dwarf_block): Likewise.
2281 (dump_die_shallow): Use pulongest to print dwarf_block.size.
2282 (decode_locdesc): Expand SIZE and I to size_t.
2283
2284 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2285
2286 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
2287
2288 2012-07-25 Joel Brobecker <brobecker@adacore.com>
2289
2290 * doublest.c (convert_doublest_to_floatformat): If the exponent
2291 is too small, treat the value as zero. If the exponent is too
2292 large, treat the value as infinity.
2293
2294 2012-07-25 Joel Brobecker <brobecker@adacore.com>
2295
2296 * configure.ac: Add --enable-lmcheck configure option.
2297 * configure: Regenerate.
2298
2299 2012-07-25 Tom Tromey <tromey@redhat.com>
2300
2301 * NEWS: Mention maint info bfds.
2302 * gdb_bfd.c (all_bfds): New global.
2303 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
2304 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
2305 New functions.
2306
2307 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
2308
2309 * configure.tgt: Add v850*-*-rtems*.
2310
2311 2012-07-25 Tom Tromey <tromey@redhat.com>
2312
2313 * macrotab.c (macro_bcache_str): Remove cast.
2314
2315 2012-07-25 Hui Zhu <hui_zhu@mentor.com>
2316
2317 * linespec.c (linespec_lexer_lex_number): Update comments,
2318 change the return and add check to make sure the input is
2319 the decimal numbers.
2320 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
2321 false, call linespec_lexer_lex_string.
2322
2323 2012-07-24 Tom Tromey <tromey@redhat.com>
2324
2325 * symfile.c (symbol_file_add): Don't open BFD twice.
2326
2327 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
2328
2329 * breakpoint.c (create_breakpoint): Store condition for pending
2330 breakpoints.
2331
2332 2012-07-24 Andreas Schwab <schwab@linux-m68k.org>
2333
2334 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
2335 (m68k_return_value): Handle complex types like structures.
2336 (m68k_svr4_return_value): Likewise.
2337
2338 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
2339
2340 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
2341 parameters to bfd_get_section_name.
2342
2343 2012-07-24 Yao Qi <yao@codesourcery.com>
2344
2345 * cli/cli-setshow.c: Handle case 'var_uinteger'
2346 and 'var_zuninteger' together. Handle case 'var_integer' and
2347 'var_zinteger' together.
2348
2349 2012-07-23 Keith Seitz <keiths@redhat.com>
2350
2351 * linespec.c (convert_linespec_to_sal): Don't add
2352 any symbols to the result vector if symbol_to_sal
2353 returns zero.
2354
2355 2012-07-23 Keith Seitz <keiths@redhat.com>
2356
2357 * linespec.c (decode_objc): Record the function name
2358 in the linespec.
2359
2360 2012-07-23 Tom Tromey <tromey@redhat.com>
2361
2362 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
2363 counting.
2364 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
2365 (map_vmap): Acquire a reference to the BFD.
2366
2367 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
2368
2369 * p-valprint.c (pascal_object_print_value): Replace potentially
2370 unsafe alloca with xmalloc/xfree.
2371 * valops.c (search_struct_method): Likewise.
2372
2373 2012-07-23 Tom Tromey <tromey@redhat.com>
2374
2375 * solib-svr4.c (enable_break): Update.
2376 * bfd-target.h (target_bfd_reopen): Update documentation.
2377
2378 2012-07-23 Tom Tromey <tromey@redhat.com>
2379
2380 * symfile.c (separate_debug_file_exists): Update.
2381 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
2382 (reread_symbols): Update.
2383 * elfread.c (build_id_verify): Update.
2384 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
2385 bfd_open_maybe_remote.
2386
2387 2012-07-23 Tom Tromey <tromey@redhat.com>
2388
2389 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
2390
2391 2012-07-23 Tom Tromey <tromey@redhat.com>
2392
2393 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
2394 and 'abfd'.
2395 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
2396 and 'abfd'.
2397 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
2398 * machoread.c (macho_add_oso_symfile): Make a cleanup for
2399 'abfd'.
2400 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
2401 * objfiles.c (allocate_objfile): Acquire a new reference.
2402 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
2403 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
2404 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
2405 a cleanup for 'nbfd'.
2406 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
2407 for 'nbfd'.
2408 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
2409 make a cleanup for 'abfd'.
2410 (symbol_file_add): Make a BFD cleanup.
2411
2412 2012-07-23 Tom Tromey <tromey@redhat.com>
2413
2414 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
2415 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
2416 * corelow.c (core_open): Use gdb_bfd_fopen.
2417 * dsrec.c (load_srec): Use gdb_bfd_openr.
2418 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
2419 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
2420 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2421 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2422 (gdb_bfd_fdopenr): New functions.
2423 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2424 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2425 (gdb_bfd_fdopenr): Declare.
2426 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
2427 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
2428 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
2429 gdb_bfd_openr_next_archived_file.
2430 (macho_check_dsym): Use gdb_bfd_openr.
2431 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
2432 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
2433 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
2434 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
2435 gdb_bfd_openr.
2436 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
2437 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
2438 gdb_bfd_openr_next_archived_file.
2439 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2440 Use gdb_bfd_openr.
2441 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2442 gdb_bfd_openr.
2443 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
2444 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
2445 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
2446 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
2447 (symfile_bfd_open): Use gdb_bfd_fopen.
2448 (generic_load): Use gdb_bfd_openr.
2449 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
2450
2451 2012-07-23 Tom Tromey <tromey@redhat.com>
2452
2453 * bfd-target.c (target_bfd_reopen): Update.
2454 * cli/cli-dump.c (bfd_openr_with_cleanup)
2455 (bfd_openw_with_cleanup): Update.
2456 * corelow.c (core_open): Update.
2457 * dsrec.c (load_srec): Update.
2458 * exec.c (exec_file_attach): Update.
2459 * gcore.c (create_gcore_bfd): Update.
2460 * gdb_bfd.c (gdb_bfd_ref): Return void.
2461 (gdb_bfd_open): Update.
2462 * gdb_bfd.h (gdb_bfd_ref): Return void.
2463 Update comments.
2464 * jit.c (jit_bfd_try_read_symtab): Update.
2465 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2466 * machoread.c (macho_symfile_read_all_oso): Update.
2467 (macho_check_dsym): Update.
2468 * procfs.c (insert_dbx_link_bpt_in_file): Update.
2469 * remote-m32r-sdi.c (m32r_load): Update.
2470 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
2471 * rs6000-nat.c (add_vmap): Update.
2472 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2473 Update.
2474 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
2475 * solib-spu.c (spu_bfd_open): Update.
2476 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
2477 * spu-linux-nat.c (spu_bfd_open): Update.
2478 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
2479 (generic_load): Update.
2480 * windows-nat.c (windows_make_so): Update.
2481
2482 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
2483
2484 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
2485
2486 2012-07-20 Jeff Kenton <jkenton@tilera.com>
2487
2488 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
2489 SIGTRAMP_FRAME unwinding.
2490
2491 2012-07-20 Doug Evans <dje@google.com>
2492
2493 * NEWS: Document new options "set/show use-deprecated-index-sections",
2494 and delete reference to --use-deprecated-index-sections.
2495 * symfile.h (use_deprecated_index_sections): Delete.
2496 * dwarf2read.c (use_deprecated_index_sections): Make static.
2497 (read_index_from_section): Update wording of how to load
2498 deprecated index sections.
2499 (_initialize_dwarf2_read): New options
2500 "set/show use-deprecated-index-sections".
2501 * main.c (captured_main): Delete --use-deprecated-index-sections.
2502
2503 2012-07-20 Pedro Alves <palves@redhat.com>
2504
2505 PR threads/11692
2506 PR gdb/12203
2507
2508 * infrun.c (handle_inferior_event) <new thread>: Don't special
2509 case minus_one_ptid.
2510 <TARGET_WAITKIND_SPURIOUS>: Ditto.
2511 * linux-thread-db.c (thread_get_info_callback): Don't return early
2512 if the thread is zombie.
2513 (thread_from_lwp): Change return type to void. Rewrite stale
2514 comment.
2515 (attach_thread): Don't return early if the thread is zombie,
2516 instead set its "dying" flag.
2517 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
2518 (find_new_threads_callback): Don't return early if the thread is
2519 zombie.
2520
2521 2012-07-20 Pedro Alves <palves@redhat.com>
2522
2523 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
2524 * target.c (target_wait): Likewise.
2525 (str_comma_list_concat_elem, do_option, target_options_to_string):
2526 New functions.
2527 * target.h (target_options_to_string): Declare.
2528
2529 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2530 Tom Tromey <tromey@redhat.com>
2531
2532 * dwarf2read.c (dwarf_decode_macros)
2533 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
2534 DW_MACRO_GNU_transparent_include_alt>: New cases.
2535 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
2536 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
2537
2538 2012-07-20 Tom Tromey <tromey@redhat.com>
2539
2540 * dwarf2read.c (try_open_dwo_file): Don't call
2541 gdb_bfd_stash_filename.
2542
2543 2012-07-20 Pedro Alves <palves@redhat.com>
2544
2545 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2546 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
2547 (i386_process_record): Tweak description comments.
2548
2549 2012-07-20 Pedro Alves <palves@redhat.com>
2550
2551 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2552 (i386_process_record): Use record_read_memory.
2553 * record.c (record_read_memory): New function.
2554 (record_arch_list_add_mem, record_exec_insn): Use
2555 record_read_memory.
2556 * record.h (record_read_memory): Declare.
2557
2558 2012-07-20 Yao Qi <yao@codesourcery.com>
2559
2560 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
2561 NULL for xfree.
2562
2563 2012-07-19 Pedro Alves <palves@redhat.com>
2564
2565 * record.c (record_resume): Ask the target beneath to report all
2566 signals.
2567
2568 2012-07-19 Doug Evans <dje@google.com>
2569
2570 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
2571 there's no section at address zero.
2572 (dwarf2_record_block_ranges): Ditto.
2573
2574 2012-07-19 Yao Qi <yao@codesourcery.com>
2575
2576 * command.h, remote.c: Fix a typo in comment.
2577
2578 2012-07-19 Tom Tromey <tromey@redhat.com>
2579
2580 PR exp/13206:
2581 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
2582 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
2583 OP_DECLTYPE>: New cases.
2584 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
2585 (type_exp): Add new productions.
2586 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
2587 and decltype.
2588 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
2589 New case.
2590 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
2591 OP_DECLTYPE>: New case.
2592 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
2593 New case.
2594 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
2595 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
2596
2597 2012-07-19 Tom Tromey <tromey@redhat.com>
2598
2599 * c-exp.y (enum token_flags): New.
2600 (struct token) <cxx_only>: Remove.
2601 <flags>: New field.
2602 (tokentab3, tokentab2, ident_tokens): Update.
2603 (lex_one_token): Update. Handle FLAG_SHADOW.
2604
2605 2012-07-19 Tom Tromey <tromey@redhat.com>
2606
2607 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
2608 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
2609 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
2610 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
2611 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
2612 type_exp production where appropriate.
2613 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
2614 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
2615 <UNOP_MEMVAL_TYPE>: New case.
2616 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
2617 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
2618 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
2619 <UNOP_MEMVAL_TYPE>: New case.
2620 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
2621 UNOP_REINTERPRET_CAST>: Update.
2622 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2623 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
2624 UNOP_REINTERPRET_CAST>: Update.
2625 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2626 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
2627 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
2628 constants.
2629
2630 2012-07-19 Yao Qi <yao@codesourcery.com>
2631 Jan Kratochvil <jan.kratochvil@redhat.com>
2632
2633 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
2634 and case 'var_optional_filename' together.
2635 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
2636 instead of add_setshow_optional_filename_cmd for setshow command
2637 'args'. Set completer for 'set args'.
2638
2639 2012-07-18 Doug Evans <dje@google.com>
2640
2641 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
2642 * common/gdb_vecs.c: New file, contents from utils.c.
2643 * common/host-defs.h: New file, contents from defs.h.
2644 * utils.h: New file, contents from defs.h.
2645 * defs.h: Move all declarations of objects defined in utils.c
2646 to utils.h (except QUIT() and related).
2647 #include "utils.h", "host-defs.h".
2648 * probe.h (probe_p): Move here from gdb_vecs.h.
2649 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
2650 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
2651 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
2652 * Makefile.in (SFILES): Add common/gdb_vecs.c.
2653 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
2654 (COMMON_OBS): Add gdb_vecs.o.
2655 (gdb_vecs.o): New rule.
2656
2657 2012-07-18 Keith Seitz <keiths@redhat.com>
2658
2659 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
2660 parameter. If non-zero, use SYMNAME as the canonical name
2661 for the SaL.
2662 Update all callers.
2663 (convert_linespec_to_sals): Use add_sal_to_sals for
2664 expressions, too.
2665 (decode_line_full): No need to "fill in missing canonical names"
2666 anymore. Simply make cleanups for the allocated names.
2667
2668 2012-07-18 Keith Seitz <keiths@redhat.com>
2669
2670 * linespec.c (struct linespec): Constify expression,
2671 source_filename, function_name, and label_name.
2672 (symbol_not_found_error): Make all parameters const.
2673 (linespec_parser_delete): No need to check for NULL
2674 when using xfree. Cast const char * to char * for xfree.
2675
2676 2012-07-18 Keith Seitz <keiths@redhat.com>
2677
2678 * breakpoint.c (invalid_thread_id_error): New function.
2679 (find_condition_and_thread): Use invalid_thread_id_error.
2680 (watch_command_1): Likewise.
2681
2682 2012-07-18 Tom Tromey <tromey@redhat.com>
2683
2684 * cc-with-index.sh, cc-with-dwz.sh: Remove.
2685 * contrib/cc-with-tweaks.sh: New file.
2686
2687 2012-07-18 Tom Tromey <tromey@redhat.com>
2688
2689 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
2690 (locate_dwz_sections): Recognize .gdb_index.
2691 (create_cus_from_index_list): New function.
2692 (create_cus_from_index): Use it. Handle .dwz data.
2693 (read_index_from_section): New function, extracted from
2694 dwarf2_read_index.
2695 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
2696 if needed.
2697
2698 2012-07-18 Tom Tromey <tromey@redhat.com>
2699
2700 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
2701 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
2702 <is_dwz>: New field.
2703 (struct dwz_file): New.
2704 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
2705 (locate_dwz_sections, dwarf2_get_dwz_file)
2706 (get_abbrev_section_for_cu): New functions.
2707 (error_check_comp_unit_head, read_and_check_comp_unit_head)
2708 (read_and_check_type_unit_head): Add abbrev_section argument.
2709 (create_debug_types_hash_table): Update.
2710 (init_cutu_and_read_dies): Use proper abbrev section.
2711 (init_cutu_and_read_dies_no_follow): Likewise.
2712 (set_partial_user): Do nothing if PST==NULL.
2713 (read_comp_units_from_section): New function.
2714 (create_all_comp_units): Use it.
2715 (scan_partial_symbols, partial_die_parent_scope): Update.
2716 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2717 (process_imported_unit_die, read_partial_die): Handle .dwz files.
2718 (find_partial_die): Add offset_in_dwz argument. Update.
2719 (guess_partial_die_structure_name, fixup_partial_die): Update.
2720 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
2721 DW_FORM_GNU_strp_alt.
2722 (read_indirect_string_from_dwz): New function.
2723 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
2724 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2725 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
2726 (follow_die_offset): Add offset_in_dwz argument.
2727 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
2728 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
2729 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
2730 Handle new macro forms.
2731 (dwarf_decode_macros): Update.
2732 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
2733 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
2734 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
2735 (create_debug_types_hash_table): Use correct abbrev section.
2736 (get_debug_line_section): New function.
2737 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
2738 (process_full_comp_unit): Pass 'required' argument to
2739 end_symtab_get_static_block.
2740 * buildsym.h (end_symtab_get_static_block): Update.
2741 * buildsym.c (end_symtab_get_static_block): Add 'required'
2742 argument.
2743 (end_symtab, end_expandable_symtab): Update.
2744
2745 2012-07-18 Tom Tromey <tromey@redhat.com>
2746
2747 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
2748 (pagesize): Remove.
2749 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
2750 (zlib_decompress_section): Remove.
2751 (dwarf2_read_section): Use gdb_bfd_map_section.
2752 (munmap_section_buffer): Remove.
2753 (free_dwo_file, dwarf2_per_objfile_free): Don't use
2754 munmap_section_buffer.
2755 * gdb_bfd.c: Include zlib.h, sys/mman.h.
2756 (struct gdb_bfd_section_data): New.
2757 (free_one_bfd_section): New function.
2758 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
2759 (get_section_descriptor, zlib_decompress_section)
2760 (gdb_bfd_map_section): New functions.
2761 * gdb_bfd.h (gdb_bfd_map_section): Declare.
2762
2763 2012-07-18 Tom Tromey <tromey@redhat.com>
2764
2765 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
2766
2767 2012-07-18 Tom Tromey <tromey@redhat.com>
2768
2769 * gdb_bfd.c (struct gdb_bfd_data): New.
2770 (gdb_bfd_cache): New global.
2771 (struct gdb_bfd_cache_search): New.
2772 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
2773 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
2774 * gdb_bfd.h (gdb_bfd_open): Declare.
2775
2776 2012-07-18 Tom Tromey <tromey@redhat.com>
2777
2778 * utils.c (make_cleanup_bfd_unref): Rename from
2779 make_cleanup_bfd_close.
2780 * defs.h (make_cleanup_bfd_unref): Rename from
2781 make_cleanup_bfd_close.
2782 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
2783 (bfd_openw_with_cleanup): Update.
2784 * corelow.c (core_open): Update.
2785 * dsrec.c (load_srec): Update.
2786 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2787 * remote-m32r-sdi.c (m32r_load): Update.
2788 * remote-mips.c (mips_load_srec): Update.
2789 (pmon_load_fast): Update.
2790 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2791 Update.
2792 (darwin_bfd_open): Update.
2793 * solib.c (solib_bfd_fopen): Update.
2794 * symfile-mem.c (symbol_file_add_from_memory): Update.
2795 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
2796 (symfile_bfd_open): Update.
2797 (generic_load): Update.
2798
2799 2012-07-18 Tom Tromey <tromey@redhat.com>
2800
2801 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
2802 (pmon_load_fast): Likewise.
2803 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
2804 (m32r_upload_command): Likewise.
2805 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
2806 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2807 Use make_cleanup_bfd_close.
2808
2809 2012-07-18 Tom Tromey <tromey@redhat.com>
2810
2811 * symfile.c (symfile_bfd_open): Don't copy name. Call
2812 gdb_bfd_stash_filename.
2813 (load_command): Open the new BFD before freeing the old.
2814 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
2815 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
2816 Call gdb_bfd_stash_filename.
2817 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
2818 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
2819 gdb_bfd_stash_filename.
2820 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2821 Free found_pathname.
2822 * rs6000-nat.c (add_vmap): Don't copy filename. Call
2823 gdb_bfd_stash_filename.
2824 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
2825 * machoread.c (macho_add_oso_symfile): Call
2826 gdb_bfd_stash_filename.
2827 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
2828 gdb_bfd_stash_filename.
2829 (macho_check_dsym): Don't copy filename. Call
2830 gdb_bfd_stash_filename.
2831 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
2832 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
2833 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
2834 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
2835 * exec.c (exec_close): Don't free the BFD's filename.
2836 (exec_file_attach): Don't copy the filename. Call
2837 gdb_bfd_stash_filename.
2838 * corelow.c (core_close): Don't free the BFD's filename.
2839 (core_open): Call gdb_bfd_stash_filename.
2840 * corefile.c (reopen_exec_file): Remove #if 0 code.
2841 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
2842 pathname.
2843 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
2844
2845 2012-07-18 Tom Tromey <tromey@redhat.com>
2846
2847 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
2848 gdb_bfd_unref.
2849 (free_dwo_file): Use gdb_bfd_unref.
2850 * cli/cli-dump.c: Include gdb_bfd.h.
2851 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
2852 (bfd_openr_with_cleanup): Likewise.
2853 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
2854 gdb_bfd_unref.
2855 * utils.c: Include gdb_bfd.h.
2856 (do_bfd_close_cleanup): Use gdb_bfd_unref.
2857 * symfile.c: Include gdb_bfd.h.
2858 (separate_debug_file_exists): Use gdb_bfd_unref.
2859 (bfd_open_maybe_remote): Use gdb_bfd_ref.
2860 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2861 (generic_load): Use gdb_bfd_ref.
2862 (reread_symbols): Use gdb_bfd_unref.
2863 * symfile-mem.c: Include gdb_bfd.h.
2864 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
2865 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2866 * solib.c: Include gdb_bfd.h.
2867 (solib_bfd_fopen): Use gdb_bfd_ref.
2868 (solib_bfd_open): Use gdb_bfd_unref.
2869 (free_so_symbols): Use gdb_bfd_unref.
2870 (reload_shared_libraries_1): Use gdb_bfd_unref.
2871 * solib-spu.c: Include gdb_bfd.h.
2872 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
2873 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
2874 gdb_bfd_unref.
2875 * solib-frv.c: Include gdb_bfd.h.
2876 (enable_break2): Use gdb_bfd_unref.
2877 * solib-dsbt.c: Include gdb_bfd.h.
2878 (enable_break2): Use gdb_bfd_unref.
2879 * solib-darwin.c: Include gdb_bfd.h.
2880 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
2881 gdb_bfd_unref.
2882 (darwin_bfd_open): Use gdb_bfd_unref.
2883 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
2884 * remote-mips.c: Include gdb_bfd.h.
2885 (mips_load_srec): Use gdb_bfd_ref.
2886 (pmon_load_fast): Use gdb_bfd_ref.
2887 * remote-m32r-sdi.c: Include gdb_bfd.h.
2888 (m32r_load): Use gdb_bfd_ref.
2889 * record.c: Include gdb_bfd.h.
2890 (record_save_cleanups): Use gdb_bfd_unref.
2891 (cmd_record_save): Use gdb_bfd_unref.
2892 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
2893 gdb_bfd_unref.
2894 * objfiles.h (gdb_bfd_close_or_warn): Remove.
2895 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
2896 * objfiles.c: Include gdb_bfd.h.
2897 (free_objfile): Use gdb_bfd_unref.
2898 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
2899 gdb_bfd.c.
2900 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
2901 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
2902 (macho_check_dsym): Likewise.
2903 * m32r-rom.c: Include gdb_bfd.h.
2904 (m32r_load): Use gdb_bfd_ref.
2905 (m32r_upload_command): Use gdb_bfd_ref.
2906 * jit.c: Include gdb_bfd.h.
2907 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
2908 * gdb_bfd.h: New file.
2909 * gdb_bfd.c: New file.
2910 * gcore.c: Include gdb_bfd.h.
2911 (create_gcore_bfd): Use gdb_bfd_ref.
2912 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
2913 (gcore_command): Use gdb_bfd_unref.
2914 * exec.c: Include gdb_bfd.h.
2915 (exec_close): Use gdb_bfd_unref.
2916 (exec_close_1): Use gdb_bfd_unref.
2917 (exec_file_attach): Use gdb_bfd_ref.
2918 * elfread.c: Include gdb_bfd.h.
2919 (build_id_verify): Use gdb_bfd_unref.
2920 * dsrec.c: Include gdb_bfd.h.
2921 (load_srec): Use gdb_bfd_ref.
2922 * corelow.c: Include gdb_bfd.h.
2923 (core_close): Use gdb_bfd_unref.
2924 (core_open): Use gdb_bfd_ref.
2925 * bfd-target.c: Include gdb_bfd.h.
2926 (target_bfd_xclose): Use gdb_bfd_unref.
2927 (target_bfd_reopen): Use gdb_bfd_ref.
2928 * Makefile.in (SFILES): Add gdb_bfd.c.
2929 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
2930 (COMMON_OBS): Add gdb_bfd.o.
2931
2932 2012-07-18 Keith Seitz <keiths@redhat.com>
2933
2934 * breakpoint.c (find_condition_and_thread): Initialize
2935 TASK and REST.
2936 (create_breakpiont): find_condition_and_thread will now
2937 initialize COND_STRING, THREAD, and REST (and TASK).
2938 (addr_string_to_sals): Likewise.
2939
2940 2012-07-18 Pedro Alves <palves@redhat.com>
2941
2942 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
2943 Pull the single step breakpoints out of the target.
2944
2945 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
2946
2947 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
2948 * stap-probe.c (compile_probe_arg): Likewise.
2949
2950 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
2951
2952 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
2953 (elf_compile_to_ax): Likewise.
2954 * infrun.c (insert_exception_resume_from_probe): Likewise.
2955 (check_exception_resume): Remove `objfile' variable.
2956 * probe.c (find_probe_by_pc): Remove `objfile' argument.
2957 (struct probe_and_objfile, probe_and_objfile_s): Delete.
2958 (collect_probes): Adjust return value to `VEC (probe_p) *'.
2959 (compare_entries): Rename to...
2960 (compare_probes): ...this. Adjust function to work with
2961 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
2962 respectively.
2963 (gen_ui_out_table_header_info): Adjust `probes' argument to be
2964 `VEC (probe_p) *'.
2965 (print_ui_out_info): Adjust argument to be `struct probe *'.
2966 (info_probes_for_ops): Adjust internal computations to use
2967 `VEC (probe_p) *'.
2968 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
2969 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
2970 gen_info_probes_table_values>: Remove `objfile' argument.
2971 (struct probe) <objfile>: New field.
2972 (find_probe_by_pc): Remove `objfile' argument.
2973 * stap-probe.c (stap_parse_probe_arguments): Likewise.
2974 (stap_get_probe_argument_count): Likewise.
2975 (stap_get_arg): Likewise.
2976 (stap_evaluate_probe_argument): Likewise.
2977 (stap_compile_to_ax): Likewise.
2978 (compile_probe_arg): Refactor not to pass `objfile' anymore.
2979 (handle_stap_probe): Fill `objfile' field from `struct probe'.
2980 (stap_gen_info_probes_table_header): Remove `objfile' argument.
2981 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
2982 sym_compile_to_ax>: Likewise.
2983
2984 2012-07-18 Terry Guo <terry.guo@arm.com>
2985
2986 PR 14329
2987 * defs.h (GDB_MI_MSG_WIDTH): New.
2988 * ser_base (ser_base_read_error_fd): New function.
2989 (do_ser_base_readchar): Poll error file descriptor as well as
2990 standard output.
2991 (generic_readchar): Refactor error handling.
2992
2993 2012-07-18 Joel Brobecker <brobecker@adacore.com>
2994
2995 * NEWS: Create a new section for the next release branch.
2996 Rename the section of the current branch, now that it has
2997 been cut.
2998
2999 2012-07-18 Joel Brobecker <brobecker@adacore.com>
3000
3001 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
3002 * version.in: Bump version to 7.5.50.20120718-cvs.
3003
3004 2012-07-17 Keith Seitz <keiths@redhat.com>
3005
3006 * linespec.c (linespec_parse_line_offset): Make parameter
3007 const.
3008
3009 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3010
3011 PR 11914
3012 * f-valprint.c (info_common_command): New variable frame_id.
3013 Reinitialize FI form FRAME_ID after each print_variable_and_value.
3014 * printcmd.c (print_variable_and_value): Extend function comment.
3015 Add comment for invalidated FRAME.
3016 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
3017 FI form FRAME_ID after each print_frame_local_vars.
3018 (struct print_variable_and_value_data): Change frame to frame_id.
3019 (do_print_variable_and_value): New variable frame, initialize it from
3020 p->frame_id. Add comment for invalidated FRAME.
3021 (print_frame_local_vars, print_frame_arg_vars): New function comment.
3022 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
3023 for invalidated FRAME.
3024
3025 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
3026 Pedro Alves <palves@redhat.com>
3027
3028 * linux-nat.c (linux_nat_detach): Don't unregister from the event
3029 loop.
3030
3031 2012-07-16 Tom Tromey <tromey@redhat.com>
3032
3033 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
3034
3035 2012-07-15 Doug Evans <dje@google.com>
3036
3037 * dwarf2read.c (stmt_list_hash): New struct.
3038 (type_unit_group): Embed "per_cu" member, remove pointer.
3039 New union member "t", move member "tus" into it, all uses updated.
3040 New member "hash", replaces member "line_offset, all uses updated.
3041 (quick_file_names): Replace member "offset" with "hash", all uses
3042 updated.
3043 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
3044 (hash_file_name_entry, eq_file_name_entry): Call them.
3045 (hash_type_unit_group, eq_type_unit_group): Ditto.
3046 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
3047 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
3048 (dw2_get_file_names): Update.
3049 (create_type_unit_group): Replace "per_cu" arg with "cu".
3050 All callers updated. Fix "quick" (.gdb_index) handling.
3051 (get_type_unit_group): Replace "per_cu" arg with "cu".
3052 All callers updated.
3053 (build_type_unit_groups): Don't reset tu_stats.
3054
3055 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
3056 "tab_cur_size". Change member "tab" to be a htab_t.
3057 (create_filename_seen_cache): Update.
3058 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
3059 (filename_seen): Update.
3060
3061 2012-07-13 Doug Evans <dje@google.com>
3062
3063 * symtab.c (filename_seen): Update comment.
3064
3065 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3066 Doug Evans <dje@google.com>
3067
3068 * buildsym.c (end_symtab_1): Split it to ...
3069 (end_symtab_get_static_block): ... this ...
3070 (end_symtab_from_static_block): ... and this function.
3071 (end_symtab, end_expandable_symtab): Call them.
3072 * buildsym.h (end_symtab_get_static_block)
3073 (end_symtab_from_static_block): New declarations.
3074 * dwarf2read.c (process_full_comp_unit): New variable static_block.
3075 Set its valid CU ranges.
3076
3077 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3078
3079 * dwarf2loc.c (disassemble_dwarf_expression): Handle
3080 DW_OP_GNU_parameter_ref.
3081
3082 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3083
3084 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
3085 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
3086
3087 2012-07-13 Doug Evans <dje@google.com>
3088
3089 * symtab.c (output_source_filename): Delete unnecessary forward decl.
3090 (filename_seen_cache): New struct.
3091 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
3092 (create_filename_seen_cache): New function.
3093 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
3094 (filename_seen): Delete arg "first". New arg "cache". All callers
3095 updated.
3096 (output_source_filename_data): New struct.
3097 (output_source_filename): Delete arg "first". New arg "data".
3098 All callers updated.
3099 (sources_info): Delete local "first". New locals "data", "cleanups".
3100 Rewrite to use filename_seen_cache.
3101 (add_partial_filename_data): Delete member "first". New member
3102 "filename_seen_cache". All uses updated.
3103 (make_source_files_completion_list): Rewrite to use
3104 filename_seen_cache.
3105
3106 2012-07-12 Doug Evans <dje@google.com>
3107
3108 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
3109
3110 2012-07-10 Doug Evans <dje@google.com>
3111
3112 PR gdb/13498
3113 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
3114 all_type_unit_groups, type_unit_groups, tu_stats.
3115 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
3116 All uses updated. Add type_unit_group to union "s".
3117 (type_unit_group): New struct.
3118 (IS_TYPE_UNIT_GROUP): New macro.
3119 (abbrev_table): Delete unused member "section".
3120 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
3121 (dw2_get_cu): Assert not used with type_unit_group.
3122 (dw2_get_primary_cu): New function.
3123 (dw2_build_type_unit_groups_reader): New function.
3124 (dw2_build_type_unit_groups): New function.
3125 (dw2_get_file_names): Assert not called on type units.
3126 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
3127 Redo loop to iterate over type unit groups instead of type units.
3128 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
3129 (read_abbrev_offset): New function.
3130 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
3131 updated.
3132 (create_partial_symtab): New function.
3133 (process_psymtab_comp_unit_reader): Assert not used with type units.
3134 Call create_partial_symtab.
3135 (process_psymtab_type_unit): Delete.
3136 (hash_type_unit_group, eq_type_unit_group): New functions.
3137 (allocate_type_unit_groups_table): New function.
3138 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
3139 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
3140 (create_type_unit_group, get_type_unit_group): New functions.
3141 (tu_abbrev_offset): New struct.
3142 (sort_tu_by_abbrev_offset): New function.
3143 (add_type_unit_group_to_table): New function.
3144 (build_type_unit_groups): New function.
3145 (build_type_psymtabs_reader): New function.
3146 (build_type_psymtab_dependencies): New function.
3147 (build_type_psymtabs): Rewrite.
3148 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
3149 is seen in a type unit.
3150 (process_queue): Move symtab expansion debugging printfs here.
3151 Call process_full_type_unit for type units.
3152 (compute_symtab_includes): Assert not called for type units.
3153 (process_cu_includes): Don't call compute_symtab_includes for
3154 type units.
3155 (process_full_type_unit): New function.
3156 (process_imported_unit_die): Flag an error if called for type units.
3157 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
3158 updated. Assert not called for type units.
3159 (read_file_scope): Call dwarf2_start_symtab.
3160 (setup_type_unit_groups): New function.
3161 (read_type_unit_scope): Rewrite.
3162 (abbrev_table_read_table): Initialize abbrev_table->offset.
3163 (abbrev_table_free_cleanup): New function.
3164 (dwarf2_start_symtab): New function.
3165 (load_full_type_unit): Assert not called for type unit groups.
3166 * buildsym.c (finish_block_internal): New arg "expandable".
3167 All callers updated.
3168 (start_symtab): Move most contents to ...
3169 (restart_symtab): ... here. New function.
3170 (reset_symtab_globals): New function.
3171 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
3172 Call reset_symtab_globals.
3173 (end_symtab, end_expandable_symtab): New functions.
3174 (set_missing_symtab, augment_type_symtab): New functions.
3175 * buildsym.h (end_expandable_symtab): Declare.
3176 (augment_type_symtab, restart_symtab): Declare.
3177 * psympriv.h (struct partial_symtab): New member "anonymous".
3178 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
3179 anonymous psymtabs.
3180 (read_psymtabs_with_filename): Ditto.
3181 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
3182 (expand_symtabs_matching_via_partial): Ditto.
3183 (dump_psymtab): Update.
3184 * dictionary.c (dict_add_pending): New function.
3185 * dictionary.h (dict_add_pending): Declare.
3186
3187 2012-07-09 Doug Evans <dje@google.com>
3188
3189 * buildsym.c (start_subfile): Remove unnecessary check for
3190 name == NULL.
3191
3192 * psymtab.c (allocate_psymtab): Use host_address_to_string.
3193
3194 * dwarf2read.c (load_full_type_unit): Simplify.
3195
3196 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
3197 to struct signatured_type **. All uses updated.
3198
3199 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
3200 All callers updated.
3201
3202 2012-07-09 Tom Tromey <tromey@redhat.com>
3203
3204 * c-exp.y (check_parameter_typelist): New function.
3205 (parameter_typelist): Call it.
3206 * eval.c (make_params): Handle '(void)' case.
3207 * gdbtypes.c (lookup_function_type_with_arguments): Handle
3208 '(void)' case.
3209
3210 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3211
3212 * common/linux-ptrace.c: Include gdb_assert.h.
3213 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
3214 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
3215 stdint.h.
3216 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
3217 functions.
3218 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
3219 * linux-nat.c (linux_child_post_attach)
3220 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
3221
3222 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3223
3224 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
3225 nptl <2.7 bug workaround for core files.
3226
3227 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3228
3229 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
3230 clearing.
3231 (save_siginfo): Remove.
3232 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
3233 call.
3234 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
3235 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
3236 * linux-nat.h (struct lwp_info): Remove field siginfo.
3237
3238 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3239
3240 Code cleanup for the next patch.
3241 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
3242 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3243 call for it.
3244 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
3245 (ia64_linux_stopped_data_address):
3246 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
3247 the return value.
3248 * linux-nat.h (linux_nat_get_siginfo): Likewise.
3249 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
3250 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3251 call for it.
3252
3253 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3254
3255 PR 14321
3256 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
3257 Increase buffer sizes to 2x we need, not just 2x of the previous size.
3258
3259 2012-07-06 Tom Tromey <tromey@redhat.com>
3260
3261 * c-exp.y (DOTDOTDOT): New token.
3262 (func_mod, exp): Use parameter_typelist.
3263 (parameter_typelist): New production.
3264 (tokentab3): Add "..." token.
3265 * eval.c (make_params): Handle varargs.
3266 * gdbtypes.c (lookup_function_type_with_arguments): Handle
3267 varargs.
3268
3269 2012-07-06 Tom Tromey <tromey@redhat.com>
3270
3271 PR exp/9608:
3272 * c-exp.y (%union) <tvec>: Change type.
3273 (func_mod): Now uses <tvec> type.
3274 (exp): Update for tvec change.
3275 (direct_abs_decl): Push the typelist.
3276 (func_mod): Return a typelist.
3277 (nonempty_typelist): Update for tvec change.
3278 * gdbtypes.c (lookup_function_type_with_arguments): New function.
3279 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
3280 * parse.c (pop_type_list): New function.
3281 (push_typelist): New function.
3282 (follow_types): Handle tp_function_with_arguments.
3283 * parser-defs.h (type_ptr): New typedef. Define a VEC.
3284 (enum type_pieces) <tp_function_with_arguments>: New constant.
3285 (union type_stack_elt) <typelist_val>: New field.
3286 (push_typelist): Declare.
3287
3288 2012-07-06 Tom Tromey <tromey@redhat.com>
3289
3290 * c-exp.y (%union) <type_stack>: New field.
3291 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
3292 (ptr_operator_ts): New production.
3293 (ptype): Update.
3294 * parse.c (type_stack_reserve): New function.
3295 (check_type_stack_depth): Use it.
3296 (pop_type_stack, append_type_stack, push_type_stack)
3297 (get_type_stack, type_stack_cleanup): New functions.
3298 (follow_types): Handle tp_type_stack.
3299 (_initialize_parse): Simplify initialization.
3300 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
3301 constant.
3302 (union type_stack_elt) <stack_val>: New field.
3303 (get_type_stack, append_type_stack, push_type_stack)
3304 (type_stack_cleanup): Declare.
3305
3306 2012-07-06 Tom Tromey <tromey@redhat.com>
3307
3308 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
3309 Remove.
3310 (struct type_stack): New.
3311 * parse.c (type_stack, type_stack_size, type_stack_depth):
3312 Remove.
3313 (type_stack): New global.
3314 (parse_exp_in_context, check_type_stack_depth)
3315 (insert_into_type_stack, insert_type, push_type, push_type_int)
3316 (insert_type_address_space, pop_type, pop_type_int)
3317 (_initialize_parse): Update.
3318
3319 2012-07-06 Tom Tromey <tromey@redhat.com>
3320
3321 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
3322 Remove %type.
3323
3324 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3325
3326 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
3327
3328 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3329 Jan Kratochvil <jan.kratochvil@redhat.com>
3330
3331 * cp-valprint.c (cp_print_value): Replace potentially unsafe
3332 alloca with xmalloc/xfree.
3333
3334 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3335
3336 * MAINTAINERS (Write After Approval): Add myself to the list.
3337
3338 2012-07-05 Doug Evans <dje@google.com>
3339
3340 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
3341
3342 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3343
3344 * ax-gdb.c (cli/cli-utils.h): New include.
3345 (linespec.h): Ditto.
3346 (agent_eval_command_one): New function.
3347 (agent_command_1): Ditto.
3348 (agent_command): Call function agent_command_1.
3349 (agent_eval_command): Ditto.
3350 (_initialize_ax_gdb): Change help for "maint agent"
3351 and "maint agent-eval".
3352
3353 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3354
3355 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
3356 * cli/cli-utils.c (check_for_argument): New function.
3357 * cli/cli-utils.h (check_for_argument): Ditto.
3358
3359 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3360
3361 * NEWS: Mention x32 ABI support.
3362
3363 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3364
3365 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
3366 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
3367
3368 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
3369 and pc_regnum_from_eax to -1. Update SP regnum from
3370 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
3371 needed.
3372
3373 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
3374 pc_regnum_from_eax.
3375
3376 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3377
3378 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
3379 * dwarf2expr.h: Include gdbtypes.h.
3380 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
3381 these forward declarations.
3382 (cu_offset, sect_offset): Move these ...
3383 * gdbtypes.h: Remove include dwarf2expr.h.
3384 (cu_offset, sect_offset): ... here.
3385
3386 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
3387
3388 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
3389 (amd64_linux_sigtramp_code): This.
3390 (amd64_x32_linux_sigtramp_code): New.
3391 (LINUX_SIGTRAMP_LEN): Updated.
3392 (amd64_linux_sigtramp_start): Check x32 sigtramp.
3393
3394 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3395
3396 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
3397
3398 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3399
3400 * config.in: Regenerate.
3401 * configure: Regenerate.
3402 * configure.ac: Remove check for gnu/libc-version.h.
3403 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
3404 gnu/libc-version.h.
3405 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
3406 variables libc_version, libc_major and libc_minor. Replace sscanf by
3407 inferior_has_bug. Extend the comment.
3408
3409 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3410
3411 * linux-thread-db.c (inferior_has_bug): New function.
3412 (thread_db_find_new_threads_silently): Return boolean as checked by
3413 inferior_has_bug, describe it in the comments.
3414 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
3415 earlier. Abort the initialization if it returned non-zero.
3416 (thread_db_new_objfile): Exclude debug files.
3417 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
3418 if UNTIL_NO_NEW,
3419
3420 2012-07-02 Doug Evans <dje@google.com>
3421
3422 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
3423 related to queue management.
3424
3425 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
3426 instead of "debug dwarf2-die" in debugging printfs.
3427 (create_debug_info_hash_table_reader): Ditto.
3428 (create_debug_info_hash_table): Ditto.
3429 (init_dwo_file): Ditto.
3430 (init_cutu_and_read_dies): Add debugging printf.
3431 (init_cutu_and_read_dies_no_follow): Ditto.
3432 (process_psymtab_comp_unit_reader): Ditto.
3433
3434 2012-07-02 Stan Shebs <stan@codesourcery.com>
3435
3436 Add target-side support for dynamic printf.
3437 * NEWS: Mention the additional style.
3438 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
3439 (struct bp_location): New field cmd_bytecode.
3440 * breakpoint.c: Include format.h.
3441 (disconnected_dprintf): New global.
3442 (parse_cmd_to_aexpr): New function.
3443 (build_target_command_list): New function.
3444 (insert_bp_location): Call it.
3445 (remove_breakpoints_pid): Skip dprintf breakpoints.
3446 (print_one_breakpoint_location): Ditto.
3447 (dprintf_style_agent): New global.
3448 (dprintf_style_enums): Add dprintf_style_agent.
3449 (update_dprintf_command_list): Add agent case.
3450 (agent_printf_command): New function.
3451 (_initialize_breakpoint): Add new commands.
3452 * common/ax.def (printf): New bytecode.
3453 * ax.h (ax_string): Declare.
3454 * ax-gdb.h (gen_printf): Declare.
3455 * ax-gdb.c: Include cli-utils.h, format.h.
3456 (gen_printf): New function.
3457 (maint_agent_print_command): New function.
3458 (_initialize_ax_gdb): Add maint agent-printf command.
3459 * ax-general.c (ax_string): New function.
3460 (ax_print): Add printf disassembly.
3461 * Makefile.in (SFILES): Add format.c
3462 (COMMON_OBS): Add format.o.
3463 * common/format.h: New file.
3464 * common/format.c: New file.
3465 * printcmd.c: Include format.h.
3466 (ui_printf): Call parse_format_string.
3467 * remote.c (remote_state): New field breakpoint_commands.
3468 (PACKET_BreakpointCommands): New enum.
3469 (remote_breakpoint_commands_feature): New function.
3470 (remote_protocol_features): Add new BreakpointCommands entry.
3471 (remote_can_run_breakpoint_commands): New function.
3472 (remote_add_target_side_commands): New function.
3473 (remote_insert_breakpoint): Call it.
3474 (remote_insert_hw_breakpoint): Ditto.
3475 (_initialize_remote): Add new packet configuration for
3476 target-side breakpoint commands.
3477 * target.h (struct target_ops): New field
3478 to_can_run_breakpoint_commands.
3479 (target_can_run_breakpoint_commands): New macro.
3480 * target.c (update_current_target): Handle
3481 to_can_run_breakpoint_commands.
3482
3483 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3484
3485 Execute -ix and -iex only after system and user gdbinit files.
3486 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
3487 processing down after gdbinit files.
3488
3489 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3490
3491 Add fnmatch-gnu module.
3492 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
3493 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
3494 * gnulib/aclocal.m4: Regenerate.
3495 * gnulib/config.in: Regenerate.
3496 * gnulib/configure: Regenerate.
3497 * gnulib/import/dummy.c: Remove.
3498 * gnulib/import/Makefile.am: Regenerate.
3499 * gnulib/import/Makefile.in: Likewise.
3500 * gnulib/import/m4/gnulib-cache.m4: Likewise.
3501 * gnulib/import/m4/gnulib-comp.m4: Likewise.
3502 * gnulib/import/alloca.c: New file.
3503 * gnulib/import/alloca.in.h: Likewise.
3504 * gnulib/import/config.charset: Likewise.
3505 * gnulib/import/fnmatch.c: Likewise.
3506 * gnulib/import/fnmatch.in.h: Likewise.
3507 * gnulib/import/fnmatch_loop.c: Likewise.
3508 * gnulib/import/localcharset.c: Likewise.
3509 * gnulib/import/localcharset.h: Likewise.
3510 * gnulib/import/m4/alloca.m4: Likewise.
3511 * gnulib/import/m4/codeset.m4: Likewise.
3512 * gnulib/import/m4/configmake.m4: Likewise.
3513 * gnulib/import/m4/fcntl-o.m4: Likewise.
3514 * gnulib/import/m4/fnmatch.m4: Likewise.
3515 * gnulib/import/m4/glibc21.m4: Likewise.
3516 * gnulib/import/m4/localcharset.m4: Likewise.
3517 * gnulib/import/m4/locale-fr.m4: Likewise.
3518 * gnulib/import/m4/locale-ja.m4: Likewise.
3519 * gnulib/import/m4/locale-zh.m4: Likewise.
3520 * gnulib/import/m4/mbrtowc.m4: Likewise.
3521 * gnulib/import/m4/mbsinit.m4: Likewise.
3522 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
3523 * gnulib/import/m4/mbstate_t.m4: Likewise.
3524 * gnulib/import/m4/stdbool.m4: Likewise.
3525 * gnulib/import/m4/wchar_h.m4: Likewise.
3526 * gnulib/import/m4/wctype_h.m4: Likewise.
3527 * gnulib/import/m4/wint_t.m4: Likewise.
3528 * gnulib/import/mbrtowc.c: Likewise.
3529 * gnulib/import/mbsinit.c: Likewise.
3530 * gnulib/import/mbsrtowcs-impl.h: Likewise.
3531 * gnulib/import/mbsrtowcs-state.c: Likewise.
3532 * gnulib/import/mbsrtowcs.c: Likewise.
3533 * gnulib/import/ref-add.sin: Likewise.
3534 * gnulib/import/ref-del.sin: Likewise.
3535 * gnulib/import/stdbool.in.h: Likewise.
3536 * gnulib/import/streq.h: Likewise.
3537 * gnulib/import/strnlen1.c: Likewise.
3538 * gnulib/import/strnlen1.h: Likewise.
3539 * gnulib/import/verify.h: Likewise.
3540 * gnulib/import/wchar.in.h: Likewise.
3541 * gnulib/import/wctype.in.h: Likewise.
3542
3543 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3544
3545 Support shell wildcards for 'set auto-load safe-path'.
3546 * auto-load.c: Include fnmatch.h.
3547 (filename_is_in_dir): Rename to ...
3548 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
3549 it. Update function comment. Rename dir_len to pattern_len. New
3550 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
3551 messages. Use gdb_filename_fnmatch.
3552 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
3553 pattern.
3554 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
3555 * defs.h (gdb_filename_fnmatch): New declaration.
3556 * utils.c: Include fnmatch.h.
3557 (gdb_filename_fnmatch): New function.
3558
3559 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
3560
3561 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
3562 `-probe' and `-probe-stap' options.
3563
3564 2012-07-01 Yao Qi <yao@codesourcery.com>
3565
3566 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
3567 always_inserted_off, and always_inserted_enums.
3568 Change always_inserted_mode's type to 'enum auto_boolean'.
3569 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
3570 callers.
3571 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
3572 of add_setshow_enum_cmd.
3573 * infrun.c: Remove can_use_displaced_stepping_auto,
3574 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
3575 can_use_displaced_stepping_enum.
3576 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
3577 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
3578 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
3579 add_setshow_enum_cmd.
3580
3581 2012-06-30 Doug Evans <dje@google.com>
3582
3583 * dwarf2read.c (signatured_type): Make "per_cu" member first.
3584 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
3585 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
3586
3587 2012-06-29 Doug Evans <dje@google.com>
3588
3589 * linespec.c: #include "stack.h".
3590 (decode_line_with_current_source): Moved here from symtab.c and
3591 renamed from decode_line_spec. All callers updated.
3592 (decode_line_with_last_displayed): Moved here from breakpoint.c and
3593 renamed from decode_line_spec_1. All callers updated.
3594 * linespec.h (decode_line_with_current_source): Move declaration here
3595 from symtab.h and renamed from decode_line_spec.
3596 (decode_line_with_last_displayed): Move declaration here from symtab.h
3597 and renamed from decode_line_spec_1.
3598 * macrocmd.c: #include "linespec.h".
3599 * symtab.c: Remove #include "linespec.h".
3600
3601 2012-06-28 Doug Evans <dje@google.com>
3602
3603 * dwarf2read.c (get_cu_length): New function.
3604 (offset_in_cu_p, error_check_comp_unit_head): Call it.
3605 (create_debug_types_hash_table): Ditto.
3606 (init_cutu_and_read_dies): Ditto.
3607 (init_cutu_and_read_dies_no_follow): Ditto.
3608
3609 * dwarf2read.c (dwarf2_find_base_address): Move definition.
3610
3611 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
3612 (struct abbrev_table): Define.
3613 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
3614 abbrev_table.
3615 (init_cutu_and_read_dies): Update.
3616 (abbrev_table_alloc_abbrev): New function. Replaces
3617 dwarf_alloc_abbrev. All callers updated.
3618 (abbrev_table_add_abbrev): New function.
3619 (abbrev_table_lookup_abbrev): New function. Replaces
3620 dwarf2_lookup_abbrev. All callers updated.
3621 (abbrev_table_read_table): New function. Contents moved here from
3622 dwarf2_read_abbrevs.
3623 (dwarf2_read_abbrevs): Call it.
3624 (abbrev_table_free): New function.
3625 (dwarf2_free_abbrev_table): Call it.
3626
3627 2012-06-28 Stan Shebs <stan@codesourcery.com>
3628
3629 * osdata.c (info_osdata_command): Filter out "Title" columns
3630 from non-MI uses.
3631 * common/linux-osdata.c (struct osdata_type): Add title field.
3632 (osdata_table): Add titles to each entry.
3633 (linux_command_xfer_osdata): Add a column for title data.
3634
3635 2012-06-28 Stan Shebs <stan@codesourcery.com>
3636
3637 Make logging work for MI.
3638 * NEWS: Mention it.
3639 * interps.h (interp_set_logging_ftype): New typedef.
3640 (struct interp_procs): New field set_logging_proc.
3641 (current_interp_set_logging): Declare.
3642 * interps.c (current_interp_set_logging): New function.
3643 * cli/cli-logging.c: Include interps.h.
3644 (set_logging_redirect): Call current_interp_set_logging.
3645 (pop_output_files): Ditto.
3646 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
3647 * mi/mi-console.h (mi_console_set_raw): Declare.
3648 * mi/mi-console.c (mi_console_set_raw): New function.
3649 * mi/mi-interp.c (saved_raw_stdout): New global.
3650 (mi_set_logging): New function.
3651 (_initialize_mi_interp): Add it to interp procs.
3652
3653 2012-06-28 Doug Evans <dje@google.com>
3654
3655 * symtab.c (lookup_symbol_aux_objfile): Use
3656 ALL_OBJFILE_PRIMARY_SYMTABS.
3657
3658 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
3659
3660 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3661
3662 * common/buffer.c: Include inttypes.h and stdint.h.
3663 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
3664
3665 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3666 Pedro Alves <palves@redhat.com>
3667
3668 * gdbthread.h (ALL_THREADS): New macro.
3669 (thread_list): Declare.
3670 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
3671 going, but instead fall through to the stepping handling.
3672 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
3673 the passed in signal. Adjust debug output.
3674 (resume_callback): Rename to ...
3675 (linux_nat_resume_callback): ... this. Pass the thread's last
3676 stop signal, if in "pass" state.
3677 (linux_nat_resume): Adjust to rename.
3678 (stop_wait_callback): New assertion. Don't respawn signals;
3679 instead let the LWP remain with SIGNALLED set.
3680 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
3681 * remote.c (append_pending_thread_resumptions): New.
3682 (remote_vcont_resume): Call it.
3683 * target.h (target_resume): Extend comment.
3684
3685 2012-06-28 Iain Sandoe <iain@codesourcery.com>
3686
3687 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
3688
3689 2012-06-27 Doug Evans <dje@google.com>
3690
3691 * dwarf2read.c (dwarf2_cu): Add ranges_base.
3692 Delete have_addr_base, unused. All uses updated.
3693 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
3694 (dwarf2_get_pc_bounds): Add ranges_base.
3695 (dwarf2_record_block_ranges): Ditto.
3696
3697 2012-06-27 Tom Tromey <tromey@redhat.com>
3698
3699 PR macros/7961:
3700 * varobj.c (varobj_create): Update.
3701 (varobj_set_value): Update.
3702 * tracepoint.c (validate_actionline): Update.
3703 (encode_actions_1): Update.
3704 * parse.c (parse_exp_1): Add 'pc' argument.
3705 (parse_exp_in_context): Add 'pc' argument. Change how
3706 expression_context_pc is set.
3707 (parse_expression): Update.
3708 (parse_field_expression): Update.
3709 * expression.h (parse_exp_1): Update.
3710 * eval.c (parse_to_comma_and_eval): Update.
3711 * breakpoint.c (set_breakpoint_condition): Update.
3712 (update_watchpoint): Update.
3713 (init_breakpoint_sal): Update
3714 (find_condition_and_thread): Update.
3715 (watch_command_1): Update.
3716 (update_breakpoint_locations): Update.
3717 * ada-lang.c (ada_read_renaming_var_value): Update.
3718 (create_excep_cond_exprs): Update.
3719
3720 2012-06-27 Doug Evans <dje@google.com>
3721
3722 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
3723 type units.
3724
3725 2012-06-26 Doug Evans <dje@google.com>
3726
3727 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
3728 prototype.
3729 (error_check_comp_unit_head): New arg abbrev_section. All callers
3730 updated.
3731 (read_and_check_comp_unit_head): Ditto.
3732 (read_and_check_type_unit_head): Ditto.
3733
3734 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3735
3736 New attribute 'last' for gdb.Symtab_and_line.
3737 * NEWS (Python Scripting): Add entry about the new attribute.
3738 * python/py-symtab.c (salpy_get_last): New function which
3739 implements the get method for the 'last' attribute of
3740 gdb.Symtab_and_line.
3741 (sal_object_getset): Add entry for the 'last' attribute.
3742
3743 2012-06-26 Doug Evans <dje@google.com>
3744
3745 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
3746 (dwo_sections): Add macinfo, macro.
3747 (dwarf2_locate_dwo_sections): Watch for macro sections.
3748 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
3749 All callers updated. Handle DWO files.
3750
3751 * NEWS: Mention new options "set debug dwarf2-read" and
3752 "set debug symtab-create".
3753 * dwarf2read.c (dwarf2_read_debug): New static global.
3754 (dwarf2_build_psymtabs_hard): Add debugging printfs.
3755 (process_queue): Ditto.
3756 (process_full_comp_unit): Ditto.
3757 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
3758 * elfread.c (elf_symfile_read): Add debugging printf.
3759 * minsyms.c (install_minimal_symbols): Ditto.
3760 * psymtab.c (allocate_psymtab): Ditto.
3761 * symfile.c (allocate_symtab): Ditto.
3762 * symtab.c (symtab_create_debug): New global.
3763 (_initialize_symtab): Add new option "set debug symtab-create".
3764 * symtab.h (symtab_create_debug): Declare.
3765
3766 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
3767 (lookup_dwo_type_unit): Ditto.
3768
3769 2012-06-26 Roland McGrath <roland@hack.frob.com>
3770 H.J. Lu <hongjiu.lu@intel.com>
3771
3772 * amd64-linux-nat.c: Include <sys/user.h>.
3773 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
3774 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
3775 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
3776
3777 * configure.ac: Check if the fs_base and gs_base members of
3778 `struct user_regs_struct' exist.
3779 * config.in: Regenerated.
3780 * configure: Likewise.
3781
3782 2012-06-25 Michael Eager <eager@eagercon.com>
3783
3784 PR python/14291
3785 * python/python.c (gdbpy_write): Check for interrupted output.
3786
3787 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
3788
3789 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
3790 register as a stack alignment in ARM mode.
3791
3792 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3793
3794 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
3795 * gnulib/config.in: Regenerate.
3796 * gnulib/configure: Likewise.
3797 * gnulib/import/m4/extensions.m4: Update it.
3798 * gnulib/import/m4/gnulib-common.m4: Likewise.
3799 * gnulib/import/m4/memmem.m4: Likewise.
3800 * gnulib/import/m4/mmap-anon.m4: Likewise.
3801 * gnulib/import/m4/multiarch.m4: Likewise.
3802 * gnulib/import/stdint.in.h: Likewise.
3803
3804 2012-06-24 Yao Qi <yao@codesourcery.com>
3805
3806 * corefile.c (write_memory_with_notification): New.
3807 * gdbcore.h: Declare write_memory_with_notification.
3808 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
3809 'observer_notify_memory_changed' with 'write_memory_with_notification'.
3810 * valops.c (value_assign): Likewise.
3811 * python/py-inferior.c (infpy_write_memory): Call
3812 'write_memory_with_notification'.
3813
3814 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3815
3816 * cc-with-index.sh: Use also -ex "set auto-load no".
3817
3818 2012-06-23 Doug Evans <dje@google.com>
3819
3820 PR 14125
3821 * NEWS: Document additions to .gdb_index.
3822 * dwarf2read.c: #include "gdb/gdb-index.h".
3823 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
3824 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
3825 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
3826 (dwarf2_read_index): Recognize version 7.
3827 (dw2_do_expand_symtabs_matching): New args want_specific_block,
3828 block_kind, domain): All callers updated.
3829 (dw2_find_symbol_file): Handle new index CU values.
3830 (dw2_expand_symtabs_matching): Match symbol kind if requested.
3831 (add_index_entry): New args is_static, kind. All callers updated.
3832 (offset_type_compare, uniquify_cu_indices): New functions
3833 (symbol_kind): New function.
3834 (write_psymtabs_to_index): Remove duplicate CU values.
3835 (write_psymtabs_to_index): Write .gdb_index version 7.
3836
3837 2012-06-22 Joel Brobecker <brobecker@adacore.com>
3838
3839 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
3840 * configure: Regenerate.
3841
3842 2012-06-20 Yao Qi <yao@codesourcery.com>
3843
3844 * python/py-inferior.c: Update comments of infpy_read_memory
3845 and infpy_write_memory.
3846
3847 2012-06-19 Tom Tromey <tromey@redhat.com>
3848
3849 PR exp/9514:
3850 * parser-defs.h (insert_type, insert_type_address_space): Declare.
3851 (push_type_address_space): Remove.
3852 * parse.c (insert_into_type_stack): New function.
3853 (insert_type): Likewise.
3854 (insert_type_address_space): Rename from push_type_address_space.
3855 Insert tp_space_identifier.
3856 * c-exp.y (ptr_operator): New production.
3857 (abs_decl): Use ptr_operator.
3858 (space_identifier): Call insert_type_address_space.
3859 (ptype): Don't use const_or_volatile_or_space_identifier.
3860 (const_or_volatile_noopt): Call insert_type.
3861 (conversion_type_id, conversion_declarator): New productions.
3862 (operator): Use conversion_type_id.
3863
3864 2012-06-18 Doug Evans <dje@google.com>
3865
3866 * symtab.h (minimal_symbol): New member created_by_gdb.
3867 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
3868 created by gdb.
3869 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
3870 (search_symbols): Call it instead of lookup_symbol.
3871 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
3872
3873 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
3874 Adjust address for DW_OP_GNU_addr_index.
3875 * dwarf2expr.h (dwarf_expr_context): Update comment.
3876 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
3877 all callers updated. Handle TLS vars described with
3878 DW_OP_GNU_const_index.
3879 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
3880 and DW_OP_GNU_const_index.
3881 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
3882
3883 * block.c (find_block_in_blockvector): Make explicit the fact that we
3884 ignore GLOBAL_BLOCK.
3885
3886 2012-06-18 Tom Tromey <tromey@redhat.com>
3887
3888 * c-exp.y (operator): Remove trailing space after "delete" and
3889 "delete[]".
3890
3891 2012-06-18 Mark Kettenis <kettenis@gnu.org>
3892 Jan Kratochvil <jan.kratochvil@redhat.com>
3893
3894 Switch i386 and derived targets to ON_STACK.
3895 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
3896 (amd64_dicos_init_abi): Remove its installment.
3897 * dicos-tdep.c (dicos_init_abi): Remove the
3898 set_gdbarch_call_dummy_location call. Update the comment here.
3899 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
3900 (i386_dicos_init_abi): Remove its installment.
3901 * i386-tdep.c (i386_push_dummy_code): New function.
3902 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
3903 i386_push_dummy_code.
3904
3905 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3906
3907 Remove stale dummy frames.
3908 * breakpoint.c: Include dummy-frame.h.
3909 (longjmp_breakpoint_ops): New variable.
3910 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
3911 bp_longjmp_call_dummy.
3912 (bpstat_what, bptype_string, print_one_breakpoint_location)
3913 (init_bp_location): Support bp_longjmp_call_dummy.
3914 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
3915 (set_longjmp_breakpoint_for_call_dummy)
3916 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
3917 functions.
3918 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
3919 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
3920 FIXME comment and extend the other comment for bp_call_dummy.
3921 (set_longjmp_breakpoint_for_call_dummy)
3922 (check_longjmp_breakpoint_for_call_dummy): New declarations.
3923 * dummy-frame.c: Include gdbthread.h.
3924 (pop_dummy_frame_bpt): New function.
3925 (pop_dummy_frame): Call pop_dummy_frame_bpt.
3926 (dummy_frame_discard): New function.
3927 (cleanup_dummy_frames): Update the comment about longjmps.
3928 * dummy-frame.h (dummy_frame_discard): New declaration.
3929 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
3930 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
3931 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
3932 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
3933 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
3934 keep_going if IS_LONGJMP and there is no other reason to stop.
3935
3936 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
3937
3938 * remote-sim.c (sim_command_completer): Initialize
3939 variable 'result'.
3940
3941 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3942
3943 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
3944 * dwarf2loc.c (call_site_parameter_matches): Support
3945 CALL_SITE_PARAMETER_PARAM_OFFSET.
3946 (needs_dwarf_reg_entry_value): Push stub value.
3947 * dwarf2read.c (read_call_site_scope): New variable origin. Support
3948 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
3949 * gdbtypes.h (enum call_site_parameter_kind): New item
3950 CALL_SITE_PARAMETER_PARAM_OFFSET.
3951 (struct call_site.parameter.u): New field param_offset.
3952
3953 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3954
3955 Code cleanup: Generalize call_site.parameter key.
3956 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
3957 variable dwarf_reg. New variable kind_u. Update parameters to
3958 push_dwarf_reg_entry_value.
3959 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3960 * dwarf2expr.h (enum call_site_parameter_kind)
3961 (union call_site_parameter_u): Forward declarations.
3962 (struct dwarf_expr_context_funcs): Update parameters and their
3963 description for push_dwarf_reg_entry_value.
3964 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3965 * dwarf2loc.c (call_site_parameter_matches): New function.
3966 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
3967 description. Use call_site_parameter_matches.
3968 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
3969 Update parameters and their description.
3970 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
3971 New variable kind_u. Adjust the caller for updated parameters.
3972 (needs_dwarf_reg_entry_value): Update parameters.
3973 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
3974 instead of attr. Update for the changed fields of struct
3975 call_site_parameter.
3976 * gdbtypes.h: Include dwarf2expr.h.
3977 (enum call_site_parameter_kind): New.
3978 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
3979 fb_offset into new union u.
3980
3981 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
3982
3983 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
3984 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
3985 for x32.
3986
3987 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
3988
3989 * amd64-linux-nat.c (compat_x32_clock_t): New.
3990 (compat_x32_siginfo_t): Likewise.
3991 (compat_x32_siginfo_from_siginfo): Likewise.
3992 (siginfo_from_compat_x32_siginfo): Likewise.
3993 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
3994 and siginfo_from_compat_x32_siginfo for x32.
3995
3996 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
3997
3998 * tracepoint.c (tfile_xfer_partial): Add a lseek.
3999
4000 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
4001
4002 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
4003 instead of gdbarch_ptr_bit.
4004 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
4005 (amd64_supply_native_gregset): Likewise.
4006 (amd64_collect_native_gregset): Likewise.
4007 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
4008 (amd64_supply_xsave): Likewise.
4009 (amd64_collect_fxsave): Likewise.
4010 (amd64_collect_xsave): Likewise.
4011
4012 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
4013
4014 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
4015 (amd64_linux_read_description): Check DS segment register for
4016 x32 process.
4017
4018 2012-06-15 Tom Tromey <tromey@redhat.com>
4019
4020 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
4021 init_cutu_and_read_dies.
4022
4023 2012-06-15 Iain Sandoe <iain@codesourcery.com>
4024
4025 * MAINTAINERS (Write After Approval): Add myself to the list.
4026
4027 2012-06-15 Tom Tromey <tromey@redhat.com>
4028
4029 * valops.c (value_find_oload_method_list): Now static.
4030 * value.h (value_find_oload_method_list): Don't declare.
4031
4032 2012-06-15 Tom Tromey <tromey@redhat.com>
4033
4034 * valops.c (find_overload_match): Use value_ind.
4035
4036 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
4037
4038 * infrun.c (handle_inferior_event): Correct indentation.
4039
4040 2012-06-14 Doug Evans <dje@google.com>
4041
4042 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
4043 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
4044 All uses updated.
4045 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
4046 updated. Handle DEBUG_LOC_START_LENGTH.
4047 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
4048 (loclist_describe_location): Ditto.
4049
4050 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
4051
4052 PR backtrace/13866
4053 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
4054 after hiding inline functions.
4055
4056 2012-06-13 Joel Brobecker <brobecker@adacore.com>
4057
4058 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
4059 _initialize_inf_ttrace.
4060
4061 2012-06-13 Joel Brobecker <brobecker@adacore.com>
4062
4063 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
4064 _initialize_hppa_hpux_nat.
4065
4066 2012-06-13 Joel Brobecker <brobecker@adacore.com>
4067
4068 * remote-sim.c (sim_command_completer): Change type of return
4069 value to "VEC (char_ptr) *". Adjust implementation accordingly.
4070
4071 2012-06-13 Mark Kettenis <kettenis@gnu.org>
4072 Jan Kratochvil <jan.kratochvil@redhat.com>
4073
4074 PR tdep/14222
4075 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
4076 stack on a 16-byte boundary.
4077
4078 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
4079
4080 * jit.c (finalize_symtab): Set function's return type to 'void' by
4081 default.
4082
4083 2012-06-13 Mark Kettenis <kettenis@gnu.org>
4084 H.J. Lu <hongjiu.lu@intel.com>
4085
4086 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
4087 Move bits common to both the classic LP64 and the new x32 ILP32
4088 ABI here.
4089 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
4090 (amd64_x32_linux_init_abi): New function.
4091 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
4092 subtype.
4093
4094 * i386-tdep.h (i386_pseudo_register_name): New prototype.
4095 * i386-tdep.c (i386_pseudo_register_name): Make public.
4096 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
4097 * amd64-tdep.c (amd64_dword_names): Add "eip".
4098 (amd64_x32_pseudo_register_type): New function
4099 (amd64_x32_init_abi): New function.
4100
4101 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4102
4103 PR build/14003
4104 * inferior.h (struct inferior_suspend_state): Comment out.
4105 (struct inferior): Comment out the field suspend.
4106 * infrun.c (struct infcall_suspend_state): Comment out the field
4107 inferior_suspend.
4108 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
4109 out its assignment.
4110
4111 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4112
4113 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4114 * c-exp.y (classify_inner_name): Remove caller assumptions in the
4115 function comment. Return ERROR for unresolved cases. Implement
4116 returning proper NAME.
4117 (yylex): Accept also NAME from classify_inner_name.
4118 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
4119 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
4120 LOC_TYPEDEF type.
4121 * cp-support.h (cp_lookup_nested_type): Update its declaration.
4122
4123 2012-06-13 Tom Tromey <tromey@redhat.com>
4124
4125 * breakpoint.c (condition_completer): New function.
4126 (_initialize_breakpoint): Use it.
4127 * value.c (complete_internalvar): New function.
4128 * value.h (complete_internalvar): Declare.
4129
4130 2012-06-13 Tom Tromey <tromey@redhat.com>
4131
4132 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
4133 * breakpoint.c (catch_syscall_completer): Return a VEC.
4134 * cli/cli-cmds.c (complete_command): Update.
4135 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
4136 (complete_on_enum): Likewise.
4137 * command.h: Include gdb_vecs.h.
4138 (completer_ftype): Change return type.
4139 (complete_on_cmdlist, complete_on_enum): Likewise.
4140 * completer.c (noop_completer, filename_completer)
4141 (location_completer): Return a VEC.
4142 (add_struct_fields): Remove 'nextp' argument. Change 'output'
4143 to a VEC.
4144 (expression_completer, complete_line_internal, complete_line)
4145 (command_completer): Return a VEC.
4146 (gdb_completion_word_break_characters, line_completion_function):
4147 Update.
4148 * completer.h: Include gdb_vecs.h.
4149 (complete_line, noop_completer, filename_completer)
4150 (expression_completer, location_completer, command_completer):
4151 Update.
4152 * f-lang.c (f_word_break_characters): Return a VEC.
4153 * interps.c (interpreter_completer): Return a VEC.
4154 * language.h (struct language_defn)
4155 <la_make_symbol_completion_list>: Return a VEC.
4156 * python/py-cmd.c (cmdpy_completer): Return a VEC.
4157 * symtab.c (free_completion_list): Take a VEC.
4158 (return_val_size, return_val_index): Remove.
4159 (return_val): Now a VEC.
4160 (completion_list_add_name): Update.
4161 (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 Return a VEC.
4165 (add_filename_to_list): Update.
4166 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
4167 <list>: Now a VEC.
4168 (maybe_add_partial_symtab_filename): Update.
4169 (make_source_files_completion_list): Return a VEC.
4170 * symtab.h (default_make_symbol_completion_list_break_on)
4171 (default_make_symbol_completion_list, make_symbol_completion_list)
4172 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
4173 (make_source_files_completion_list): Update.
4174
4175 2012-06-13 Tom Tromey <tromey@redhat.com>
4176
4177 * breakpoint.c (add_catch_command): Use completer_ftype.
4178 * breakpoint.h: Include command.h.
4179 (add_catch_command): Use completer_ftype.
4180 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
4181 * cli/cli-decode.h (struct cmd_list_element) <completer>:
4182 Use completer_ftype.
4183 * command.h (completer_ftype): New typedef.
4184 (set_cmd_completer): Use it.
4185 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
4186 completer_ftype.
4187
4188 2012-06-13 Pedro Alves <palves@redhat.com>
4189
4190 Partial revert of previous change.
4191
4192 * serial.c (scb_base): New global.
4193 (serial_for_fd): New.
4194 (serial_open, serial_fdopen_ops): Link new serial in open serials
4195 chain.
4196 (do_serial_close): Unlink serial from the open serials chain.
4197
4198 2012-06-12 Pedro Alves <palves@redhat.com>
4199
4200 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
4201 threads here.
4202 (prepare_for_detach): No longer context switch here in non-stop
4203 mode.
4204 (fetch_inferior_event): Ditto.
4205 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
4206 to the event thread before removing breakpoints. Switch to the
4207 event thread before inserting breakpoints and resuming.
4208 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
4209 event thread before resuming.
4210 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
4211 Switch to the event thread before removing breakpoints.
4212
4213 2012-06-12 Eli Zaretskii <eliz@gnu.org>
4214
4215 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
4216 special characters correctly for the Windows shells. See
4217 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
4218 report.
4219 [!__MINGW32__]: Remove extra double quote character from special
4220 characters.
4221
4222 2012-06-11 Stan Shebs <stan@codesourcery.com>
4223
4224 * ui-out.h: Remove #if 0 declarations.
4225 * ui-out.c: Remove #if 0 functions.
4226
4227 2012-06-11 Pedro Alves <palves@redhat.com>
4228
4229 * ser-base.c (run_async_handler_and_reschedule): New.
4230 (fd_event, push_event): Use it.
4231 * serial.c (serial_open, serial_fdopen_ops): Set the initial
4232 reference count to 1.
4233 (do_serial_close): Set the bufp field to NULL. Use serial_unref
4234 instead of xfree.
4235 (serial_is_open, serial_ref, serial_unref): New.
4236 * serial.h (serial_open): Adjust comment.
4237 (serial_is_open): Declare.
4238 (serial_close): Adjust comment.
4239 (serial_ref, serial_unref) Declare.
4240 (struct serial): New field 'refcnt'.
4241
4242 2012-06-11 Pedro Alves <palves@redhat.com>
4243
4244 Remove #if 0'd "connect" command, and unnecessary associated
4245 refcounting and serial reuse bits.
4246
4247 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
4248 * serial.c (last_serial_opened): Delete.
4249 (scb_base): Delete.
4250 (serial_open): Adjust.
4251 (serial_for_fd): Delete.
4252 (serial_fdopen_ops, do_serial_close): Adjust.
4253 (serial_fdopen_ops): Adjust.
4254
4255 2012-06-11 Pedro Alves <palves@redhat.com>
4256
4257 * serial.c (do_serial_close): Remove early return when SCB is
4258 null.
4259
4260 2012-06-11 Tom Tromey <tromey@redhat.com>
4261
4262 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
4263
4264 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4265
4266 Fix regression by the "ambiguous linespec" series.
4267 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
4268 get_last_displayed_symtab and get_last_displayed_line and depending
4269 on CURSAL.
4270
4271 2012-06-11 Tom Tromey <tromey@redhat.com>
4272
4273 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
4274 (dw2_find_symbol_file): Use it.
4275
4276 2012-06-11 Michael Eager <eager@eagercon.com>
4277
4278 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
4279 * mips-linux-tdep.h (mips_signals): New
4280
4281 2012-06-11 Tom Tromey <tromey@redhat.com>
4282
4283 * infrun.c (handle_inferior_event)
4284 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
4285 breakpoint.
4286 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
4287 exception logic in all cases. Update comments.
4288 (insert_longjmp_resume_breakpoint): Set the exception resume
4289 breakpoint.
4290
4291 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
4292
4293 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
4294
4295 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
4296
4297 * valarith.c (binop_types_user_defined_p): Fix a typo.
4298
4299 2012-06-08 Yao Qi <yao@codesourcery.com>
4300 Chung-Lin Tang <cltang@codesourcery.com>
4301
4302 * arch-utils.c (default_return_in_first_hidden_param_p): New.
4303 * arch-utils.h: Declare.
4304 * gdbarch.sh: Add return_in_first_hidden_param_p.
4305 * gdbarch.c, gdbarch.h: Regenerated.
4306 * infcall.c (call_function_by_hand): Call
4307 gdbarch_return_in_first_hidden_param_p instead of
4308 language_pass_by_reference.
4309
4310 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
4311 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
4312 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
4313 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
4314 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
4315 `cplus_return_struct_by_reference'.
4316 (tic6x_return_value): Handle language cplusplus.
4317 (tic6x_return_in_first_hidden_param_p): New.
4318 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
4319
4320 2012-06-07 Doug Evans <dje@google.com>
4321
4322 * dwarf2read.c (dwarf2_cu): Add comment.
4323
4324 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4325
4326 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
4327 variable.
4328 (mips_eabi_push_dummy_call): Likewise.
4329 (mips_n32n64_push_dummy_call): Likewise.
4330 (mips_o32_push_dummy_call): Likewise.
4331 (mips_o64_push_dummy_call): Likewise.
4332
4333 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4334
4335 * mips-tdep.c (mips_convert_register_p): Correct coding style.
4336
4337 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4338
4339 * mips-tdep.c (mips_pseudo_register_type): Use
4340 mips_float_register_p.
4341
4342 2012-06-06 Pedro Alves <palves@redhat.com>
4343
4344 * infrun.c (handle_inferior_event): Remove calls to
4345 reinit_frame_cache that follow a context_switch call.
4346
4347 2012-06-06 Pedro Alves <palves@redhat.com>
4348
4349 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
4350 context_switch and remove stale comment.
4351
4352 2012-06-06 Pedro Alves <palves@redhat.com>
4353
4354 * infrun.c (struct execution_control_state): Remove
4355 `new_thread_event' field.
4356 (handle_inferior_event): Simplify new threads handling; don't
4357 resume the inferior if we find a new thread.
4358
4359 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4360
4361 * NEWS: Document the deprecation of SH's 'regs' command.
4362 * inferior.h (all_registers_info): Add function declaration.
4363 * sh-tdep.c (sh_show_regs): Remove variable.
4364 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
4365 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
4366 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
4367 (sh_show_regs_command): Remove functions.
4368 (sh_gdbarch_init): Don't set sh_show_regs.
4369 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
4370 'info all-registers'.
4371 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
4372 (sh64_show_regs): Remove functions.
4373 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
4374
4375 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4376
4377 * configure.ac: Move development=true below AC_INIT.
4378 * configure: Regenerate.
4379
4380 2012-06-05 Stan Shebs <stan@codesourcery.com>
4381
4382 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
4383 gdb_stdout.
4384
4385 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
4386
4387 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
4388 argument as ssize_t.
4389 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
4390 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
4391 * target.c (target_read_stack, target_write_memory)
4392 (target_write_raw_memory): Likewise.
4393 * target.h (target_read_stack, target_write_memory)
4394 (target_write_raw_memory): Likewise.
4395
4396 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4397
4398 * symfile-mem.c: Change gdb_static_assert to ssize_t.
4399 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
4400 * target.c (target_read_memory): Change LEN to ssize_t.
4401 * target.h (target_read_memory): Change LEN to ssize_t.
4402
4403 2012-06-05 Pedro Alves <palves@redhat.com>
4404
4405 PR backtrace/13866
4406
4407 * breakpoint.c (until_break_command): Only fetch the selected
4408 frame after decode_line_1.
4409
4410 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4411
4412 * solib-svr4.c (enable_break): Don't fallback to setting the solib
4413 event breakpoint at _start, __start or main if a program
4414 interpreter is not found.
4415
4416 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4417
4418 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
4419 Add declaration.
4420 * windows-tdep.c: #include "objfiles.h".
4421 (windows_iterate_over_objfiles_in_search_order): New function.
4422 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
4423 iterate_over_objfiles_in_search_order gdbarch method to
4424 windows_iterate_over_objfiles_in_search_order.
4425 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
4426
4427 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4428
4429 * gdbarch.sh: Add generation of
4430 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
4431 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
4432 (iterate_over_objfiles_in_search_order): New gdbarch method.
4433 * gdbarch.h, gdbarch.c: Regenerate.
4434 * objfiles.h (default_iterate_over_objfiles_in_search_order):
4435 Add declaration.
4436 * objfiles.c (default_iterate_over_objfiles_in_search_order):
4437 New function.
4438 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4439 out of lookup_symbol_aux_symtabs.
4440 (lookup_symbol_aux_symtabs): Replace extracted-out code by
4441 call to lookup_symbol_aux_objfile.
4442 (struct global_sym_lookup_data): New type.
4443 (lookup_symbol_global_iterator_cb): New function.
4444 (lookup_symbol_global): Search for symbol using
4445 gdbarch_iterate_over_objfiles_in_search_order and
4446 lookup_symbol_global_iterator_cb.
4447 * findvar.c (struct minsym_lookup_data): New type.
4448 (minsym_lookup_iterator_cb): New function.
4449 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
4450 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
4451 and minsym_lookup_iterator_cb.
4452
4453 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4454
4455 Revert the following patch:
4456 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4457 try locating the symbol in the symbol's own objfile first, before
4458 extending the search to all objfiles.
4459 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4460 out of lookup_symbol_aux_symtabs.
4461 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4462 Replace extracted-out code by call to lookup_symbol_aux_objfile.
4463 Do not search EXCLUDE_OBJFILE.
4464 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
4465 (lookup_symbol_global): Search for matches in the block's objfile
4466 first, before searching all other objfiles.
4467
4468 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4469
4470 * breakpoint.c (find_condition_and_thread): Stop parsing
4471 as soon as the first invalid keyword is found.
4472
4473 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4474
4475 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
4476
4477 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4478
4479 * config/djgpp/djcheck.sh: Add copyright header.
4480
4481 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4482
4483 * copyright.py (update_files, main): Fix path to update-copyright
4484 script.
4485
4486 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4487
4488 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
4489 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
4490 for which a reminder to update by hand is printed.
4491
4492 2012-06-04 Doug Evans <dje@google.com>
4493
4494 * buildsym.c (make_blockvector): Add comment.
4495
4496 2012-06-04 Pedro Alves <palves@redhat.com>
4497
4498 * arch-utils.c (default_gdb_signal_from_target): Delete.
4499 * arch-utils.h (default_gdb_signal_from_target): Delete.
4500 * corelow.c (core_open) <signal mapping>: Extended comment. Check
4501 gdbarch_gdb_signal_from_target_p.
4502 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
4503 predicate).
4504 * gdbarch.h: Regenerate.
4505 * gdbarch.c: Regenerate.
4506
4507 2012-06-04 Pedro Alves <palves@redhat.com>
4508
4509 * gdbarch.sh (gdb_signal_from_target): Mention that the
4510 implementation of the method must be host independent.
4511 * gdbarch.h: Regenerate.
4512
4513 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4514
4515 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
4516 parameters.
4517 (target_read_memory_bfd): New function.
4518 (symbol_file_add_from_memory): Use it.
4519
4520 2012-06-03 Doug Evans <dje@google.com>
4521
4522 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
4523 of primary symtab.
4524 (basic_lookup_transparent_type): Ditto.
4525
4526 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
4527 (ALL_PRIMARY_SYMTABS): Use it.
4528 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
4529 * dwarf2read.c (dw2_find_symbol_file): Ditto.
4530 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
4531 * symtab.c (lookup_symbol_aux_objfile): Ditto.
4532 (basic_lookup_transparent_type): Ditto.
4533
4534 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
4535
4536 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
4537 it to optimize resolution of demangled name.
4538
4539 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4540
4541 * configure.ac (development): Define new variable.
4542 Call AC_CHECK_LIB for mcheck if $development.
4543 (ERROR_ON_WARNING): Enable it by default only if $development.
4544 * config.in: Regenerate.
4545 * configure: Regenerate.
4546
4547 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
4548
4549 * target.c (target_read_memory): Make LEN argument as size_t.
4550 * target.h (target_read_memory): Likewise.
4551
4552 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4553
4554 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
4555
4556 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
4557
4558 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
4559 BookE interface for PowerPC server processors if not available
4560 in the Linux Kernel.
4561
4562 2012-05-31 Keith Seitz <keiths@redhat.com>
4563
4564 * linespec.c (decode_objc): Add cleanup to free
4565 INFO.FILE_SYMTABS.
4566 (find_linespec_symbols): Add cleanup to free CLASSES.
4567 * symfile.c (find_separate_debug_file_by_debuglink): Add
4568 cleanup to free DEBUGLINK.
4569 * ui-out.c (clear_header_list): No need to check if
4570 HEADER_NEXT.COLHDR is NULL.
4571 Free HEADER_NEXT.COL_NAME.
4572
4573 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4574
4575 * ada-lang.c (standard_lookup): Prevent uninitialized variable
4576 warning.
4577
4578 2012-05-30 Jeff Kenton <jkenton@tilera.com>
4579
4580 * configure.host (gdb_host_cpu): Handle tilegx*.
4581 (gdb_host): Handle tilegx-*-linux*.
4582 * tilegx-linux-nat.c: New file.
4583 * config/tilegx/linux.mh: New file.
4584
4585 2012-05-30 Jeff Kenton <jkenton@tilera.com>
4586
4587 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
4588 tilegx-linux-tdep.o.
4589 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
4590 tilegx-linux-tdep.c.
4591 * configure.tgt: Handle tilegx-*-linux*.
4592 * tilegx-tdep.h: New file.
4593 * tilegx-tdep.c: New file.
4594 * tilegx-linux-tdep.c: New file.
4595 * regformats/reg-tilegx.dat: New file.
4596
4597 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
4598
4599 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
4600 accounting of hw watchpoints on ppc.
4601
4602 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4603
4604 * source.c (openp): Expand tilde in path entries.
4605
4606 2012-05-29 Doug Evans <dje@google.com>
4607
4608 * buildsym.c (block_compar): Fix comment.
4609 (end_symtab): Fix and clarify some comments.
4610
4611 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
4612 cleanup_undefined_types.
4613 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
4614 All callers updated.
4615
4616 2012-05-29 Tom Tromey <tromey@redhat.com>
4617
4618 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
4619 fails.
4620 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
4621 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
4622 fails.
4623 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
4624 fails.
4625
4626 2012-05-29 Tristan Gingold <gingold@adacore.com>
4627
4628 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
4629 (struct darwin_info): ... New struct.
4630 (solib_darwin_pspace_data): New variable.
4631 (darwin_pspace_data_cleanup): New function.
4632 (get_darwin_info): Likewise.
4633 (darwin_dyld_version_ok, darwin_load_image_infos)
4634 (darwin_solib_get_all_image_info_addr_at_init)
4635 (darwin_solib_read_all_image_info_addr): Add info argument.
4636 Adjust code.
4637 (darwin_current_sos): Use per pspace structure.
4638 (darwin_solib_create_inferior_hook): Likewise.
4639 (darwin_clear_solib): Likewise.
4640 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
4641
4642 2012-05-28 Pedro Alves <palves@redhat.com>
4643
4644 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
4645 block that uses them. Clear ecss before handling each event.
4646
4647 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4648
4649 * solib-svr4.c (svr4_current_sos): New comment on
4650 svr4_current_sos_via_xfer_libraries fall back.
4651
4652 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4653
4654 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
4655 it as a fallback for TYPE_IS_OPAQUE.
4656 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
4657 symbols for lookup_symbol.
4658
4659 2012-05-24 John Steele Scott <toojays@toojays.net>
4660
4661 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
4662 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
4663 (producer_is_gxx_lt_4_6): Move the checking and caching to...
4664 (check_producer): ... this new function, which also checks for ICC
4665 and caches the result.
4666 (producer_is_icc): New function.
4667 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
4668 producer was ICC.
4669
4670 2012-05-24 Pedro Alves <palves@redhat.com>
4671
4672 PR gdb/7205
4673
4674 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
4675 (default_gdb_signal_to_target): ... this. Add comment.
4676 (default_gdb_signal_from_host): Rename to ...
4677 (default_gdb_signal_from_target): ... this. Add comment.
4678 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
4679 (default_gdb_signal_to_target): ... this.
4680 (default_gdb_signal_from_host): Rename to ...
4681 (default_gdb_signal_from_target): ... this.
4682 * corelow.c (core_open): Adjust to naming change. Replace comment.
4683 * gdbarch.sh (gdb_signal_from_host): Rename to ...
4684 (gdb_signal_from_target): ... this. Adjust to
4685 default_gdb_signal_from_host naming change. Extend comment.
4686 (gdb_signal_to_host): Rename to ...
4687 (gdb_signal_to_target): ... this. Adjust to
4688 default_gdb_signal_to_host naming change.
4689 * gdbarch.h, gdbarch.c: Renegerate.
4690
4691 2012-05-24 Pedro Alves <palves@redhat.com>
4692
4693 PR gdb/7205
4694
4695 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
4696
4697 2012-05-24 Pedro Alves <palves@redhat.com>
4698
4699 PR gdb/7205
4700
4701 Replace target_signal with gdb_signal throughout.
4702
4703 2012-05-24 Pedro Alves <palves@redhat.com>
4704
4705 PR tui/14159
4706
4707 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
4708 string, instead of reusing the va_list argument.
4709
4710 2012-05-24 Tom Tromey <tromey@redhat.com>
4711
4712 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
4713 Remove.
4714
4715 2012-05-23 Doug Evans <dje@google.com>
4716
4717 * symtab.c (search_symbols): Formatting fixes.
4718 (print_symbol_info): Formatting fixes.
4719
4720 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
4721 int64_t change to leb128 API.
4722 (read_encoded_value, decode_frame_entry_1): Ditto.
4723 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
4724 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
4725 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4726 (execute_stack_op): Ditto.
4727 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
4728 (safe_read_uleb128, safe_read_sleb128): Ditto.
4729 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
4730 (dwarf2_compile_expr_to_ax): Ditto.
4731 (locexpr_describe_location_piece): Ditto.
4732 (disassemble_dwarf_expression): Ditto.
4733 (locexpr_describe_location_1): Ditto.
4734
4735 2012-05-23 Stan Shebs <stan@codesourcery.com>
4736 Kwok Cheung Yeung <kcy@codesourcery.com>
4737
4738 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
4739 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
4740 (mi-cmd-info.o): New rule.
4741 * osdata.h (info_osdata_command): New declaration.
4742 * osdata.c (info_osdata_command): Change to non-static.
4743 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
4744 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
4745 * mi/mi-cmd-info.c: New file.
4746
4747 2012-05-23 Doug Evans <dje@google.com>
4748
4749 * symtab.c (search_symbols): Pass NULL for file_matcher to
4750 expand_symtabs_matching if there are no files to match.
4751
4752 * gdbtypes.c (lookup_typename): Simplify.
4753
4754 2012-05-23 Pedro Alves <palves@redhat.com>
4755
4756 * arch-utils.h (default_target_signal_to_host): Delete.
4757 * arch-utils.c (default_target_signal_to_host): Delete.
4758 * gdbarch.sh (target_signal_to_host): Remove.
4759 * gdbarch.h, gdbarch.c: Regenerate.
4760
4761 2012-05-22 Doug Evans <dje@google.com>
4762
4763 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
4764 "const gdb_byte *".
4765 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
4766 (execute_cfa_program): Update to match API of leb128 functions.
4767 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
4768 "const gdb_byte *".
4769 (read_unsigned_leb128, read_signed_leb128): Delete.
4770 (read_initial_length): Change type of buf argument to
4771 "const gdb_byte *".
4772 (read_encoded_value): Update to match API of leb128 functions.
4773 (decode_frame_entry): Change result to "const gdb_byte *", and
4774 similarly for "start" parameter.
4775 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
4776 (dwarf2_build_frame_info): Change local frame_ptr to
4777 "const gdb_byte *".
4778 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
4779 read_uleb128, read_sleb128. All callers updated.
4780 (safe_skip_leb128): New function.
4781 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
4782 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
4783 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
4784 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
4785 read_uleb128, read_sleb128.
4786 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4787 (execute_stack_op): Update to match API of leb128 functions.
4788 * dwarf2expr.h: #include "leb128.h".
4789 (read_uleb128, read_sleb128): Delete.
4790 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
4791 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
4792 * dwarf2loc.c (debug_loc_kind): New enum.
4793 (decode_debug_loc_addresses): New function.
4794 (decode_debug_loc_dwo_addresses): New function.
4795 (dwarf2_find_location_expression): Rewrite.
4796 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
4797 (locexpr_describe_location_piece): Ditto.
4798 (disassemble_dwarf_expression): Ditto.
4799 (locexpr_describe_location_1): Ditto.
4800 (loclist_describe_location): Rewrite.
4801 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
4802 * dwarf2read.c (die_reader_specs): New member "buffer_end".
4803 (dwarf2_section_buffer_overflow_complaint): Renamed from
4804 dwarf2_macros_too_long_complaint. All callers updated.
4805 (skip_leb128): Delete.
4806 (init_cu_die_reader): Initialize reader->buffer_end.
4807 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
4808 (skip_form_bytes): New arg buffer_end. All callers updated.
4809 Replace call to skip_leb128 with gdb_skip_leb128.
4810 (skip_unknown_opcode): New arg mac_end. All callers updated.
4811 (fill_in_loclist_baton): Initialize baton->from_dwo.
4812
4813 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4814
4815 * mips-linux-nat.c (mips_linux_read_description): Use a more
4816 verbose error message.
4817
4818 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4819
4820 * NEWS: Add MIPS/Linux DSP support.
4821 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
4822 (SIGCONTEXT_DSPCTL): New macro.
4823 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
4824 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
4825 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
4826 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
4827 (N64_SIGCONTEXT_HI3): Likewise.
4828 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
4829 (N64_SIGCONTEXT_LO3): Likewise.
4830 (N64_SIGCONTEXT_DSPCTL): Likewise.
4831 (N64_SIGCONTEXT_FPCSR): Clarify definition.
4832 (mips_linux_o32_sigframe_init): Handle DSP registers.
4833 (mips_linux_n32n64_sigframe_init): Likewise.
4834
4835 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
4836
4837 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
4838 call to abort.
4839
4840 2012-05-22 Pedro Alves <palves@redhat.com>
4841
4842 * target.h (store_waitstatus): Move declaration ...
4843 * inf-child.h (store_waitstatus): ... here.
4844 * target.c: Move inclusion of gdb_wait.h, and ...
4845 (store_waitstatus): ... this ...
4846 * inf-child.c: ... here.
4847 * linux-nat.c: Include inf-child.h.
4848 * rs6000-nat.c: Include inf-child.h.
4849 * spu-linux-nat.c: Include inf-child.h.
4850
4851 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
4852
4853 * tracepoint.c (start_tracing): Add missing i18n markup.
4854 (stop_tracing, set_trace_user): Ditto.
4855 (set_trace_notes, set_trace_stop_notes): Ditto.
4856
4857 2012-05-21 Tom Tromey <tromey@redhat.com>
4858
4859 PR c++/7173:
4860 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
4861 types.
4862 * value.h (value_cast_pointers): Update.
4863 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
4864 (value_cast): Update.
4865 (update_search_result): New function.
4866 (do_search_struct_field): New, from search_struct_field. Check
4867 for ambiguous results.
4868 (search_struct_field): Rewrite.
4869 * infcall.c (value_arg_coerce): Update.
4870 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
4871 value_cast_pointers.
4872 * ada-lang.c (ada_convert_actual): Update.
4873
4874 2012-05-21 Tom Tromey <tromey@redhat.com>
4875
4876 * macroexp.c (macro_stringify): Terminate the string.
4877
4878 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4879
4880 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
4881 Describe it.
4882 * auto-load.c (auto_load_expand_dir_vars): New function.
4883 (auto_load_safe_path_vec_update): Use it, remove the
4884 substitute_path_component call thanks to it.
4885 (auto_load_objfile_script): Remove the debug_file_directory processing.
4886 Use auto_load_expand_dir_vars, remove the substitute_path_component
4887 call thanks to it.
4888 * configure: Regenerate.
4889 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
4890 path. Escape $ also for $debugdir.
4891 (--with_auto_load_safe_path): Escape $ also for $debugdir.
4892 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
4893
4894 2012-05-20 Doug Evans <dje@google.com>
4895
4896 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
4897 before use. Check for symtab->includes == NULL before scanning it.
4898
4899 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4900
4901 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
4902
4903 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4904
4905 * NEWS: Add microMIPS support and "set mips compression",
4906 "show mips compression" commands.
4907 * mips-tdep.h (mips_isa): New enum.
4908 (gdbarch_tdep): Add mips_isa.
4909 (mips_pc_is_mips16): Update prototype.
4910 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
4911 * mips-tdep.c (mips_compression_mips16): New variable.
4912 (mips_compression_micromips): Likewise.
4913 (mips_compression_strings): Likewise.
4914 (mips_compression_string): Likewise.
4915 (is_mips16_isa, is_micromips_isa): New functions.
4916 (is_mips16_addr): Rename to...
4917 (is_compact_addr): ... this.
4918 (unmake_mips16_addr): Likewise to...
4919 (unmake_compact_addr): ... this.
4920 (make_mips16_addr): Likewise to...
4921 (make_compact_addr): ... this.
4922 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
4923 functions.
4924 (mips_elf_make_msymbol_special): Handle microMIPS code.
4925 (msymbol_is_special): Rename to...
4926 (msymbol_is_mips16): ... this.
4927 (mips_make_symbol_special, mips_pc_is_mips16): Update
4928 accordingly.
4929 (msymbol_is_mips, msymbol_is_micromips): New functions.
4930 (mips16_to_32_reg): Rename to...
4931 (mips_reg3_to_reg): ... this.
4932 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
4933 (mips_pc_isa): Likewise.
4934 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
4935 code.
4936 (mips_fetch_instruction): Pass return status instead of printing
4937 an error message if requested. Handle microMIPS code. Bail out
4938 on an invalid ISA.
4939 (micromips_op): New macro.
4940 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
4941 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
4942 (b6s4_op, b7s3_reg): Likewise.
4943 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
4944 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
4945 (mips_insn_size): New function.
4946 (mips32_next_pc): Update mips_fetch_instruction call.
4947 (micromips_relative_offset7): New function.
4948 (micromips_relative_offset10): Likewise.
4949 (micromips_relative_offset16): Likewise.
4950 (micromips_pc_insn_size): Likewise.
4951 (micromips_bc1_pc): Likewise.
4952 (micromips_next_pc): Likewise.
4953 (unpack_mips16): Update mips_fetch_instruction call.
4954 (extended_mips16_next_pc): Update according to change to
4955 mips16_to_32_reg.
4956 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
4957 code.
4958 (mips16_scan_prologue): Update mips_fetch_instruction call.
4959 Update according to change to mips16_to_32_reg.
4960 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
4961 (mips_insn16_frame_base_sniffer): Likewise.
4962 (micromips_decode_imm9): New function.
4963 (micromips_scan_prologue): Likewise.
4964 (mips_micro_frame_cache): Likewise.
4965 (mips_micro_frame_this_id): Likewise.
4966 (mips_micro_frame_prev_register): Likewise.
4967 (mips_micro_frame_sniffer): Likewise.
4968 (mips_micro_frame_unwind): New variable.
4969 (mips_micro_frame_base_address): New function.
4970 (mips_micro_frame_base): New variable.
4971 (mips_micro_frame_base_sniffer): New function.
4972 (mips32_scan_prologue): Update mips_fetch_instruction call.
4973 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
4974 rather than for MIPS16.
4975 (mips_insn32_frame_base_sniffer): Likewise.
4976 (mips_addr_bits_remove): Handle microMIPS code.
4977 (deal_with_atomic_sequence): Rename to...
4978 (mips_deal_with_atomic_sequence): ... this. Update the type
4979 of the variable used to hold an instruction. Remove the ISA bit
4980 check. Update mips_fetch_instruction call.
4981 (micromips_deal_with_atomic_sequence): New function.
4982 (deal_with_atomic_sequence): Likewise.
4983 (mips_about_to_return): Handle microMIPS code. Update
4984 mips_fetch_instruction call.
4985 (heuristic_proc_start): Check for the standard MIPS ISA rather
4986 than for MIPS16. Update mips_pc_is_mips16 and
4987 mips_fetch_instruction calls. Handle microMIPS code.
4988 (mips_push_dummy_code): Handle microMIPS code.
4989 (mips_eabi_push_dummy_call): Likewise.
4990 (mips_o32_return_value): Update mips_pc_is_mips16 call.
4991 (mips_o64_push_dummy_call): Handle microMIPS code.
4992 (mips_o64_return_value): Update mips_pc_is_mips16 call.
4993 (is_delayed): Remove function.
4994 (mips_single_step_through_delay): Replace the call to is_delayed
4995 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
4996 Handle microMIPS code.
4997 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
4998 microMIPS code.
4999 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
5000 call.
5001 (micromips_in_function_epilogue_p): New function.
5002 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
5003 call.
5004 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
5005 Handle microMIPS.
5006 (gdb_print_insn_mips): Likewise.
5007 (mips_breakpoint_from_pc): Likewise.
5008 (mips_remote_breakpoint_from_pc): New function.
5009 (mips32_instruction_has_delay_slot): Simplify making use of the
5010 updated mips_fetch_instruction interface.
5011 (micromips_instruction_has_delay_slot): New function.
5012 (mips16_instruction_has_delay_slot): Simplify making use of the
5013 updated mips_fetch_instruction interface.
5014 (mips_adjust_breakpoint_address): Check for the standard MIPS
5015 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
5016 calls. Handle microMIPS code.
5017 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
5018 (mips_skip_trampoline_code): Handle microMIPS code.
5019 (global_mips_compression): New function.
5020 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
5021 file flags. Register the microMIPS remote breakpoint handler
5022 and heuristic frame unwinder.
5023 (show_mips_compression): New function.
5024 (_initialize_mips_tdep): Add the "set mips compression" and
5025 "show mips compression" commands.
5026
5027 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
5028
5029 * ada-lang.c:
5030 * ada-tasks.c:
5031 * ada-varobj.c:
5032 * amd64-darwin-tdep.c:
5033 * arm-symbian-tdep.c:
5034 * arm-tdep.c:
5035 * avr-tdep.c:
5036 * ax-gdb.c:
5037 * bfin-linux-tdep.c:
5038 * breakpoint.c:
5039 * c-valprint.c:
5040 * cli/cli-cmds.c:
5041 * coffread.c:
5042 * cp-support.c:
5043 * cris-tdep.c:
5044 * dwarf2-frame-tailcall.c:
5045 * dwarf2-frame.c:
5046 * dwarf2expr.c:
5047 * dwarf2loc.c:
5048 * dwarf2read.c:
5049 * elfread.c:
5050 * eval.c:
5051 * expprint.c:
5052 * f-valprint.c:
5053 * frv-tdep.c:
5054 * h8300-tdep.c:
5055 * hppa-hpux-tdep.c:
5056 * hppa-tdep.c:
5057 * hppanbsd-tdep.c:
5058 * i386-nto-tdep.c:
5059 * i386-tdep.c:
5060 * i387-tdep.c:
5061 * ia64-tdep.c:
5062 * jit.c:
5063 * linespec.c:
5064 * linux-tdep.c:
5065 * lm32-tdep.c:
5066 * m2-valprint.c:
5067 * m32c-tdep.c:
5068 * m32r-rom.c:
5069 * m32r-tdep.c:
5070 * m68k-tdep.c:
5071 * m68klinux-tdep.c:
5072 * mi/mi-main.c:
5073 * microblaze-tdep.c:
5074 * mips-linux-tdep.c:
5075 * mips-tdep.c:
5076 * mn10300-tdep.c:
5077 * p-valprint.c:
5078 * parse.c:
5079 * ppc-linux-tdep.c:
5080 * ppc-sysv-tdep.c:
5081 * printcmd.c:
5082 * python/py-finishbreakpoint.c:
5083 * python/py-inferior.c:
5084 * python/py-infthread.c:
5085 * python/py-type.c:
5086 * python/python.c:
5087 * remote-fileio.c:
5088 * remote-m32r-sdi.c:
5089 * remote-mips.c:
5090 * reverse.c:
5091 * rl78-tdep.c:
5092 * rs6000-aix-tdep.c:
5093 * rs6000-tdep.c:
5094 * s390-tdep.c:
5095 * score-tdep.c:
5096 * sh64-tdep.c:
5097 * skip.c:
5098 * solib-darwin.c:
5099 * solib-dsbt.c:
5100 * solib-frv.c:
5101 * sparc-tdep.c:
5102 * spu-multiarch.c:
5103 * spu-tdep.c:
5104 * stack.c:
5105 * symfile.c:
5106 * symtab.c:
5107 * tic6x-tdep.c:
5108 * tracepoint.c:
5109 * v850-tdep.c:
5110 * valarith.c:
5111 * valprint.c:
5112 * value.c:
5113 * xcoffread.c:
5114 * xtensa-tdep.c:
5115 * ada-lang.c:
5116 * ada-tasks.c:
5117 * ada-varobj.c:
5118 * amd64-darwin-tdep.c:
5119 * arm-symbian-tdep.c:
5120 * arm-tdep.c: Delete unused variables.
5121
5122 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5123
5124 Rename $ddir to $datadir.
5125 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
5126 * auto-load.c (auto_load_safe_path_vec_update)
5127 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
5128 * configure: Regenerate.
5129 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
5130 Likewise. Remove the 'use $ddir' help string.
5131
5132 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5133
5134 * auto-load.c (show_auto_load_safe_path): Accept any combination of
5135 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
5136
5137 2012-05-18 Tom Tromey <tromey@redhat.com>
5138
5139 PR exp/13907:
5140 * valprint.h (struct value_print_options) <symbol_print>: New
5141 field.
5142 * valprint.c (user_print_options): Add default for symbol_print.
5143 (show_symbol_print): New function.
5144 (generic_val_print): Respect symbol_print.
5145 (_initialize_valprint): Add "print symbol" setting.
5146 * f-valprint.c (f_val_print): Respect symbol_print.
5147 * c-valprint.c (c_val_print): Respect symbol_print.
5148 * NEWS: Update.
5149 * printcmd.c (print_address_symbolic): Return int. Ignore some
5150 zero-size symbols.
5151 (print_address_demangle): Return int.
5152 * defs.h: (print_address_symbolic): Return int.
5153 * value.h (print_address_demangle): Return int.
5154
5155 2012-05-18 Tom Tromey <tromey@redhat.com>
5156
5157 * valprint.c (val_print_string): Don't print leading space.
5158 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
5159 print space before string or vtbl.
5160 * m2-valprint.c (print_unpacked_pointer): Optionally print space
5161 before string.
5162 * jv-valprint.c (java_value_print): Print space before string.
5163 * go-valprint.c (print_go_string): Print space before string.
5164 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
5165 space before string.
5166 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
5167 space before string or vtbl.
5168 * auxv.c (fprint_target_auxv): Print space after address.
5169
5170 2012-05-18 Tom Tromey <tromey@redhat.com>
5171
5172 * printcmd.c (print_address_demangle): Remove special case for 0.
5173
5174 2012-05-18 Tom Tromey <tromey@redhat.com>
5175
5176 * printcmd.c (print_address_demangle): Add 'opts' argument.
5177 * p-valprint.c (pascal_val_print): Update.
5178 * jv-valprint.c (java_val_print): Update.
5179 * value.h: Update.
5180 * valprint.c (generic_val_print): Update.
5181 (print_function_pointer_address): Add 'options' argument. Remove
5182 'addressprint' argument. Update.
5183 * m2-valprint.c (print_unpacked_pointer): Update.
5184 * gnu-v3-abi.c (print_one_vtable): Update.
5185 (gnuv3_print_method_ptr): Update.
5186 * f-valprint.c (f_val_print): Update.
5187 * cp-valprint.c (cp_print_value_fields): Update.
5188 * valprint.h (print_function_pointer_address): Update.
5189 * c-valprint.c (c_val_print): Update.
5190
5191 2012-05-18 Tom Tromey <tromey@redhat.com>
5192
5193 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
5194 directly corresponding to the found psymtab.
5195 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
5196 (dw2_find_pc_sect_symtab): Use it.
5197 * block.h (blockvector_contains_pc): Declare.
5198 * block.c (find_block_in_blockvector): New function.
5199 (blockvector_for_pc_sect): Use it.
5200 (blockvector_contains_pc): New function.
5201
5202 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5203
5204 * mips-tdep.h (mips_write_pc): New prototype.
5205 * mips-tdep.c (mips_write_pc): Make external, add description.
5206 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
5207 add description.
5208
5209 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5210
5211 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
5212 mips_regnum->pc.
5213 (mips_unwind_pc, mips_write_pc): Likewise.
5214 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
5215 gdbarch_read_pc.
5216
5217 2012-05-17 Joel Brobecker <brobecker@adacore.com>
5218
5219 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
5220 proc_warn, proc_error, proc_get_status, proc_flags,
5221 proc_why, proc_what, proc_nsysarg, proc_sysargs,
5222 proc_set_run_on_last_close, proc_unset_run_on_last_close,
5223 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
5224 proc_stop_process, proc_wait_for_stop, proc_run_process,
5225 proc_set_traced_signals, proc_set_traced_faults,
5226 proc_set_traced_sysentry, proc_set_traced_sysexit,
5227 proc_set_held_signals, proc_get_held_signals,
5228 proc_get_traced_signals, proc_get_traced_faults,
5229 proc_get_traced_sysentry, proc_get_traced_sysexit,
5230 proc_clear_current_fault, proc_set_current_signal,
5231 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
5232 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
5233 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
5234 proc_get_current_thread, proc_get_current_thread,
5235 proc_get_current_thread, proc_update_threads,
5236 proc_update_threads, proc_update_threads, proc_update_threads,
5237 proc_iterate_over_threads, procfs_find_new_threads,
5238 procfs_pid_to_str): Make static. Remove advance declaration.
5239 (proc_cursig): Make static. Conditionalized defintion on
5240 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
5241 (proc_syscall, proc_set_kill_on_last_close,
5242 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
5243 proc_get_pending_signals, proc_get_signal_actions,
5244 proc_trace_signal, proc_ignore_signal): Delete.
5245
5246 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
5247
5248 * coffread.c (cs_section_address): Passing proper argument for
5249 `bfd_get_section_vma'.
5250 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
5251 `bfd_get_section_flags'.
5252 * remote.c (remote_trace_set_readonly_regions): Likewise, for
5253 `bfd_get_section_vma'.
5254
5255 2012-05-16 Tom Tromey <tromey@redhat.com>
5256
5257 PR macros/13205:
5258 * macrotab.h: (macro_define_special): Declare.
5259 (enum macro_special_kind): New.
5260 (struct macro_definition) <argc, replacement>: Update comments.
5261 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
5262 (macro_define_object_internal): New function.
5263 (macro_define_object): Use it.
5264 (macro_define_special): New function.
5265 (fixup_definition): New function.
5266 (macro_lookup_definition, foreach_macro_in_scope)
5267 (foreach_macro): Use fixup_definition.
5268 * macroexp.h (macro_stringify): Declare.
5269 * macroexp.c (free_buffer_return_text): New function.
5270 (stringify): Constify "arg".
5271 (macro_stringify): New function.
5272 * dwarf2read.c (macro_start_file): Call macro_define_special.
5273
5274 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
5275 Maciej W. Rozycki <macro@mips.com>
5276
5277 * breakpoint.h (bp_location): Add related_address member.
5278 * inferior.h (get_return_value): Take a pointer to struct value
5279 instead of struct type for the function requested.
5280 * value.h (using_struct_return): Likewise.
5281 * gdbarch.sh (return_value): Take a pointer to struct value
5282 instead of struct type for the function requested.
5283 * breakpoint.c (set_breakpoint_location_function): Initialize
5284 related_address for bp_gnu_ifunc_resolver breakpoints.
5285 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
5286 requested function's address to gdbarch_return_value.
5287 * eval.c (evaluate_subexp_standard): Pass the requested
5288 function's address to using_struct_return.
5289 * infcall.c (call_function_by_hand): Pass the requested
5290 function's address to using_struct_return and
5291 gdbarch_return_value.
5292 * infcmd.c (get_return_value): Take a pointer to struct value
5293 instead of struct type for the function requested.
5294 (print_return_value): Update accordingly.
5295 (finish_command_continuation): Likewise.
5296 * stack.c (return_command): Pass the requested function's
5297 address to using_struct_return and gdbarch_return_value.
5298 * value.c (using_struct_return): Take a pointer to struct value
5299 instead of struct type for the function requested. Pass the
5300 requested function's address to gdbarch_return_value.
5301 * python/py-finishbreakpoint.c (finish_breakpoint_object):
5302 New function_value member, replacing function_type.
5303 (bpfinishpy_dealloc): Update accordingly.
5304 (bpfinishpy_pre_stop_hook): Likewise.
5305 (bpfinishpy_init): Likewise. Record the requested function's
5306 address.
5307 * mips-tdep.c (mips_fval_reg): New enum.
5308 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
5309 words put in GP registers.
5310 (mips_o64_push_dummy_call): Update a comment.
5311 (mips_o32_return_value): Take a pointer to struct value instead
5312 of struct type for the function requested and use it to check if
5313 using the MIPS16 calling convention. Return the designated
5314 general purpose registers for floating-point values returned in
5315 MIPS16 mode.
5316 (mips_o64_return_value): Likewise.
5317 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
5318 (ppc_sysv_abi_broken_return_value): Likewise.
5319 (ppc64_sysv_abi_return_value): Likewise.
5320 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
5321 value instead of struct type for the function requested.
5322 * amd64-tdep.c (amd64_return_value): Likewise.
5323 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
5324 * arm-tdep.c (arm_return_value): Likewise.
5325 * avr-tdep.c (avr_return_value): Likewise.
5326 * bfin-tdep.c (bfin_return_value): Likewise.
5327 * cris-tdep.c (cris_return_value): Likewise.
5328 * frv-tdep.c (frv_return_value): Likewise.
5329 * h8300-tdep.c (h8300_return_value): Likewise.
5330 (h8300h_return_value): Likewise.
5331 * hppa-tdep.c (hppa32_return_value): Likewise.
5332 (hppa64_return_value): Likewise.
5333 * i386-tdep.c (i386_return_value): Likewise.
5334 * ia64-tdep.c (ia64_return_value): Likewise.
5335 * iq2000-tdep.c (iq2000_return_value): Likewise.
5336 * lm32-tdep.c (lm32_return_value): Likewise.
5337 * m32c-tdep.c (m32c_return_value): Likewise.
5338 * m32r-tdep.c (m32r_return_value): Likewise.
5339 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
5340 * m68k-tdep.c (m68k_return_value): Likewise.
5341 (m68k_svr4_return_value): Likewise.
5342 * m88k-tdep.c (m88k_return_value): Likewise.
5343 * mep-tdep.c (mep_return_value): Likewise.
5344 * microblaze-tdep.c (microblaze_return_value): Likewise.
5345 * mn10300-tdep.c (mn10300_return_value): Likewise.
5346 * moxie-tdep.c (moxie_return_value): Likewise.
5347 * mt-tdep.c (mt_return_value): Likewise.
5348 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
5349 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
5350 (ppc_sysv_abi_broken_return_value): Likewise.
5351 (ppc64_sysv_abi_return_value): Likewise.
5352 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
5353 * rl78-tdep.c (rl78_return_value): Likewise.
5354 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
5355 * rx-tdep.c (rx_return_value): Likewise.
5356 * s390-tdep.c (s390_return_value): Likewise.
5357 * score-tdep.c (score_return_value): Likewise.
5358 * sh-tdep.c (sh_return_value_nofpu): Likewise.
5359 (sh_return_value_fpu): Likewise.
5360 * sh64-tdep.c (sh64_return_value): Likewise.
5361 * sparc-tdep.c (sparc32_return_value): Likewise.
5362 * sparc64-tdep.c (sparc64_return_value): Likewise.
5363 * spu-tdep.c (spu_return_value): Likewise.
5364 * tic6x-tdep.c (tic6x_return_value): Likewise.
5365 * v850-tdep.c (v850_return_value): Likewise.
5366 * vax-tdep.c (vax_return_value): Likewise.
5367 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
5368 * xtensa-tdep.c (xtensa_return_value): Likewise.
5369 * gdbarch.c: Regenerate.
5370 * gdbarch.h: Regenerate.
5371
5372 2012-05-15 Tom Tromey <tromey@redhat.com>
5373
5374 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
5375
5376 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5377
5378 * breakpoint.c (init_breakpoint_sal): Add quotes around part
5379 of command in two error message.
5380
5381 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5382
5383 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
5384
5385 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5386
5387 * breakpoint.c (find_condition_and_thread): Minor reformatting.
5388
5389 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5390
5391 * NEWS (show auto-load scripts-directory): Add forgotten command.
5392
5393 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5394
5395 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
5396 parameters.
5397
5398 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
5399
5400 * amd64-tdep.c: Include features/i386/x32.c and
5401 features/i386/x32-avx.c.
5402 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
5403 initialize_tdesc_x32_avx.
5404
5405 2012-05-14 Stan Shebs <stan@codesourcery.com>
5406
5407 Add dynamic printf.
5408 * breakpoint.h (enum bptype): New type bp_dprintf.
5409 (struct breakpoint): New field extra_string.
5410 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
5411 (create_breakpoint): Add extra_string arg.
5412 * breakpoint.c (dprintf_breakpoint_ops): New.
5413 (is_breakpoint): Add bp_dprintf.
5414 (bpstat_what): Add dprintf case.
5415 (bptype_string): Ditto.
5416 (print_one_breakpoint_location): Ditto.
5417 (init_bp_location): Ditto.
5418 (bkpt_print_mention): Ditto.
5419 (dprintf_style_enums): New array.
5420 (dprintf_style): New global.
5421 (dprintf_function): New global.
5422 (dprintf_channel): New global.
5423 (update_dprintf_command_list): New function.
5424 (update_dprintf_commands): New function.
5425 (init_breakpoint_sal): Add extra_string argument, handle it.
5426 (create_breakpoint_sal): Add extra_string argument.
5427 (create_breakpoints_sal): Add extra_string argument, update callers.
5428 (find_condition_and_thread): Add extra argument.
5429 (create_breakpoint): Add extra_string argument, record it.
5430 (dprintf_command): New function.
5431 (break_command_1): Add arg to create_breakpoint call.
5432 (handle_gnu_v3_exceptions): Ditto.
5433 (trace_command): Ditto.
5434 (ftrace_command): Ditto.
5435 (strace_command): Ditto.
5436 (bkpt_print_mention): Add dprintf case.
5437 (create_breakpoint_sal_default): Add extra_string argument.
5438 (_initialize_breakpoint): Add new commands.
5439 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
5440 * python/py-breakpoint.c (bppy_init): Ditto.
5441 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
5442
5443 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
5444
5445 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
5446
5447 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
5448
5449 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
5450 unsigned long long.
5451
5452 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
5453
5454 Add a new function gdb.find_pc_line to the Python API.
5455 * NEWS (Python Scripting): Add entry about the new function.
5456 * python/python.c (gdbpy_find_pc_line): New function which
5457 implements gdb.find_pc_line.
5458 (GdbMethods): Add entry for the new function.
5459
5460 2012-05-12 Pedro Alves <palves@redhat.com>
5461
5462 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
5463 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
5464
5465 2012-05-12 Eli Zaretskii <eliz@gnu.org>
5466
5467 * inferior.c: Include completer.h
5468 (initialize_inferiors): Set completer of add-inferior to
5469 filename_completer.
5470
5471 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5472
5473 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
5474 gdbarch_ptr_bit for x32 core dump.
5475
5476 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5477
5478 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
5479 and features/i386/x32-avx-linux.c.
5480
5481 2012-05-11 Stan Shebs <stan@codesourcery.com>
5482 Kwok Cheung Yeung <kcy@codesourcery.com>
5483
5484 * NEWS: Describe new info os commands.
5485 * common/linux-osdata.c (PID_T, TIME_T): Define.
5486 (MAX_PID_T_STRLEN): New.
5487 (linux_common_core_of_thread): Add comment. Change to use PID_T and
5488 MAX_PID_T_STRLEN.
5489 (command_from_pid): Add comment. Change to use PID_T.
5490 (commandline_from_pid): Change to use PID_T.
5491 (user_from_pid): Add comment.
5492 (get_process_owner): Add comment. Change to use PID_T and
5493 MAX_PID_T_STRLEN.
5494 (get_number_of_cpu_cores): Add comment.
5495 (get_cores_used_by_process): Add comment. Change to use PID_T and
5496 MAX_PID_T_STRLEN.
5497 (linux_xfer_osdata_processes): Change to use PID_T and
5498 MAX_PID_T_STRLEN.
5499 (compare_processes): New function.
5500 (linux_xfer_osdata_processgroups): New function.
5501 (linux_xfer_osdata_threads): Change to use PID_T.
5502 (linux_xfer_osdata_fds): New function.
5503 (format_socket_state, print_sockets): New functions.
5504 (union socket_addr): New union.
5505 (linux_xfer_osdata_isockets): New function.
5506 (time_from_time_t, group_from_gid): New functions.
5507 (linux_xfer_osdata_shm): New function.
5508 (linux_xfer_osdata_sem): New function.
5509 (linux_xfer_osdata_msg): New function.
5510 (linux_xfer_osdata_modules): New function.
5511 (osdata_table): Add new entries.
5512 * common/buffer.c (buffer_xml_printf): Add support for long and
5513 long long format specifiers.
5514
5515 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5516
5517 * amd64-linux-tdep.h (tdesc_x32_linux): New.
5518 (tdesc_x32_avx_linux): Likewise.
5519
5520 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5521
5522 Implement multi-component --with-auto-load-dir.
5523 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
5524 entries.
5525 (--with-auto-load-safe-path): Update the default value description.
5526 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
5527 New.
5528 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
5529 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
5530 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
5531 (_initialize_auto_load): Initialize also auto_load_dir. Install new
5532 "set auto-load scripts-directory".
5533 * config.in: Regenerate.
5534 * configure: Regenerate.
5535 * configure.ac (--with-auto-load-dir): New configure option.
5536 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
5537
5538 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5539
5540 Provide $ddir substitution for --with-auto-load-safe-path.
5541 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
5542 entries.
5543 * auto-load.c: Include observer.h.
5544 (auto_load_safe_path_vec_update): Call substitute_path_component for
5545 each component. New variable ddir_subst.
5546 (auto_load_gdb_datadir_changed): New function.
5547 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5548 AUTO_LOAD_SAFE_PATH. New comment.
5549 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5550 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
5551 * config.in: Regenerate.
5552 * configure: Regenerate.
5553 * configure.ac (--auto-load-safe-path): Rename
5554 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
5555 GDB_DATADIR/auto-load.
5556 * defs.h (substitute_path_component): New declaration.
5557 * top.c: Include observer.h.
5558 (set_gdb_datadir): New function.
5559 (init_main): Install it for "set data-directory".
5560 * utils.c (substitute_path_component): New function.
5561
5562 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5563
5564 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
5565 * auto-load.c (auto_load_objfile_script): Remove check for NULL
5566 DEBUG_FILE_DIRECTORY. Handle multiple components of
5567 DEBUG_FILE_DIRECTORY.
5568
5569 2012-05-10 Tom Tromey <tromey@redhat.com>
5570
5571 * dwarf2read.c (recursively_write_psymbols): New function.
5572 (write_psymtabs_to_index): Use it.
5573
5574 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
5575 field.
5576 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
5577 (load_partial_comp_unit): Update.
5578 (queue_comp_unit): Add argument 'pretend_language'.
5579 (process_queue): Update.
5580 (psymtab_to_symtab_1): Skip dependencies that have a user.
5581 (load_partial_comp_unit_reader): Give meaning to the 'data'
5582 argument.
5583 (load_full_comp_unit): Add 'pretend_language' argument.
5584 (process_full_comp_unit): Add 'pretend_language' argument. Set
5585 language on CU.
5586 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
5587 Update.
5588 (maybe_queue_comp_unit): Add 'pretend_language' argument.
5589 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
5590 Update.
5591 (prepare_one_comp_unit): Add 'pretend_language' argument.
5592
5593 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
5594 (struct dwarf2_per_objfile) <just_read_cus>: New field.
5595 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
5596 (dw2_do_instantiate_symtab): Check whether symtab was read in
5597 before queueing.
5598 (dw2_instantiate_symtab): Add assertion. Call
5599 process_cu_includes.
5600 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
5601 (partial_symtab_p): New typedef.
5602 (set_partial_user): New function.
5603 (dwarf2_build_psymtabs_hard): Use set_partial_user.
5604 (scan_partial_symbols): Add imported CU to imported_symtabs.
5605 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
5606 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
5607 (get_symtab, recursively_compute_inclusions)
5608 (compute_symtab_includes, process_cu_includes)
5609 (process_imported_unit_die): New functions.
5610 (process_die) <DW_TAG_imported_unit>: New case.
5611 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
5612
5613 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
5614 comment.
5615 (struct partial_die_info) <locdesc>: Remove.
5616 <d>: New field.
5617 (process_psymtab_comp_unit): Add 'read_partial' argument.
5618 Update.
5619 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
5620 (scan_partial_symbols): Handle DW_TAG_imported_unit.
5621 (add_partial_symbol): Update.
5622 (process_die): Handle DW_TAG_partial_unit.
5623 (read_file_scope): Update comment.
5624 (load_partial_dies): Handle DW_TAG_imported_unit.
5625 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
5626 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
5627
5628 2012-05-10 Tom Tromey <tromey@redhat.com>
5629
5630 * cc-with-dwz.sh: New file.
5631
5632 2012-05-10 Tom Tromey <tromey@redhat.com>
5633
5634 * symtab.h (struct symtab) <includes, user>: New fields.
5635 * block.h (struct block_iterator) <d, idx, which>: New fields.
5636 * block.c (initialize_block_iterator, find_iterator_symtab)
5637 (block_iterator_step, block_iter_name_step)
5638 (block_iter_match_step): New functions.
5639 (block_iterator_first, block_iterator_next)
5640 (block_iter_name_first, block_iter_name_next)
5641 (block_iter_match_first, block_iter_match_next): Rewrite.
5642 (get_block_symtab): New function.
5643
5644 2012-05-10 Tom Tromey <tromey@redhat.com>
5645
5646 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
5647 set_block_symtab.
5648 * jit.c (finalize_symtab): Use allocate_global_block,
5649 set_block_symtab.
5650 * buildsym.c (finish_block_internal): New function, from old
5651 finish_block.
5652 (finish_block): Rewrite.
5653 (end_symtab): Use finish_block_internal, set_block_symtab.
5654 * block.h (struct global_block): New.
5655 (allocate_global_block, set_block_symtab): Declare.
5656 * block.c (allocate_global_block, set_block_symtab): New
5657 functions.
5658
5659 2012-05-10 Tom Tromey <tromey@redhat.com>
5660
5661 * psymtab.c (partial_map_expand_apply): Add assertion.
5662 (partial_map_symtabs_matching_filename): Skip included psymtabs.
5663 (psymtab_to_symtab): Find unshared psymtab.
5664 (dump_psymtab): Print including psymtabs.
5665 (recursively_search_psymtabs): New function.
5666 (expand_symtabs_matching_via_partial): Use it.
5667 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
5668 fields.
5669 (enum psymtab_search_status): New.
5670
5671 2012-05-10 Tom Tromey <tromey@redhat.com>
5672
5673 * tracepoint.c (scope_info): Update.
5674 * symtab.c (lookup_block_symbol, iterate_over_symbols)
5675 (find_pc_sect_symtab, search_symbols)
5676 (default_make_symbol_completion_list_break_on)
5677 (make_file_symbol_completion_list): Update.
5678 * symmisc.c (dump_symtab_1): Update.
5679 * stack.c (print_frame_args, iterate_over_block_locals)
5680 (print_frame_labels, iterate_over_block_arg_vars): Update.
5681 * python/py-block.c (block_object) <dict>: Remove.
5682 <block>: New field.
5683 <iter>: Change type.
5684 (blpy_iter): Update.
5685 (blpy_block_syms_iternext): Update.
5686 * psymtab.c (map_block): Use block iterators.
5687 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
5688 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
5689 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
5690 * infrun.c (check_exception_resume): Update.
5691 * cp-support.c (make_symbol_overload_list_block): Update.
5692 * coffread.c (patch_opaque_types): Update.
5693 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
5694 * block.h (struct block_iterator): New.
5695 (block_iterator_first, block_iterator_next, block_iter_name_first)
5696 (block_iter_name_next, block_iter_match_first)
5697 (block_iter_match_next): Declare.
5698 (ALL_BLOCK_SYMBOLS): Redefine.
5699 * block.c (block_iterator_first, block_iterator_next)
5700 (block_iter_name_first, block_iter_name_next)
5701 (block_iter_match_first, block_iter_match_next): New functions.
5702 * ada-lang.c (ada_add_block_symbols)
5703 (ada_make_symbol_completion_list): Use block iterator.
5704
5705 2012-05-10 Tom Tromey <tromey@redhat.com>
5706
5707 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
5708 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
5709 (lookup_partial_symbol, find_last_source_symtab_from_partial)
5710 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
5711 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
5712 Update.
5713
5714 2012-05-10 Joel Brobecker <brobecker@adacore.com>
5715
5716 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
5717 print-file-var-lib2.c, print-file-var-main.c and
5718 print-file-var.exp (located in gdb/testsuite/gdb.base).
5719
5720 2012-05-10 Joel Brobecker <brobecker@adacore.com>
5721
5722 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5723 try locating the symbol in the symbol's own objfile first, before
5724 extending the search to all objfiles.
5725 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5726 out of lookup_symbol_aux_symtabs.
5727 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5728 Replace extracted-out code by call to lookup_symbol_aux_objfile.
5729 Do not search EXCLUDE_OBJFILE.
5730 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5731 (lookup_symbol_global): Search for matches in the block's objfile
5732 first, before searching all other objfiles.
5733
5734 2012-05-10 Tristan Gingold <gingold@adacore.com>
5735
5736 * printcmd.c (set_command): Add pre/post inc/dec.
5737
5738 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
5739
5740 * gdb.1: Document -ex option.
5741
5742 2012-05-09 Joel Brobecker <brobecker@adacore.com>
5743
5744 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
5745 * inferior.h (AT_SYMBOL): Delete.
5746
5747 2012-05-09 Joel Brobecker <brobecker@adacore.com>
5748
5749 * mips-tdep.c (mips_push_dummy_code): New function.
5750 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
5751 ON_STACK and install mips_push_dummy_code as our gdbarch
5752 push_dummy_code routine.
5753
5754 2012-05-09 Pedro Alves <palves@redhat.com>
5755
5756 * target.c (set_maintenance_target_async_permitted): Rename to ...
5757 (set_target_async_command): ... this.
5758 (show_maintenance_target_async_permitted): Rename to ...
5759 (show_target_async_command): ... this.
5760 (initialize_targets): Adjust.
5761
5762 2012-05-08 Doug Evans <dje@google.com>
5763
5764 * go-exp.y (classify_name): Add missing assignment of fields of
5765 yylval.ssym.
5766
5767 2012-05-08 Eli Zaretskii <eliz@gnu.org>
5768
5769 Display the ">" prompt in interactive mode while reading canned
5770 commands, even when the current interpreter is MI.
5771
5772 * interps.c (interp_set_temp): New function.
5773
5774 * interps.h (interp_set_temp): Add prototype.
5775
5776 * cli/cli-script.c (restore_interp): New cleanup function.
5777 (read_command_lines): Temporarily override the current interpreter
5778 with CLI and arrange for restoring the original one.
5779
5780 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
5781
5782 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
5783
5784 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
5785
5786 * probe.c (parse_probes): Move conditional to check for
5787 debuginfo files from here...
5788 * stap-probe.c (stap_get_probes): ... to here.
5789
5790 2012-05-07 Mark Kettenis <kettenis@gnu.org>
5791 H.J. Lu <hongjiu.lu@intel.com>
5792
5793 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
5794 `movl %esp, %ebp' for the X32 ABI.
5795
5796 2012-05-07 Tom Tromey <tromey@redhat.com>
5797
5798 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
5799 get_DW_TAG_name.
5800 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
5801 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
5802 (dwarf_stack_op_name): Remove.
5803 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
5804 (decode_locdesc): Use get_DW_OP_name.
5805 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
5806 (dwarf2_compile_expr_to_ax): Likewise.
5807 (disassemble_dwarf_expression): Likewise.
5808 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
5809
5810 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
5811
5812 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
5813 (sh_linux_sigtramp_cache): New function.
5814 (sh_linux_sigreturn_init): New function.
5815 (sh_linux_rt_sigreturn_init): New function.
5816 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
5817 patterns.
5818 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
5819 syscall codes.
5820 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
5821 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
5822 (sh_linux_init_abi): Add init calls to register new tramp_frame
5823 definitions under 32-bit SH, update comments.
5824
5825 2012-05-07 Pedro Alves <palves@redhat.com>
5826
5827 PR gdb/10952
5828
5829 * amd64-linux-tdep.c: Include glibc-tdep.h.
5830 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
5831 gdbarch_skip_solib_resolver callback.
5832
5833 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5834
5835 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
5836 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
5837 (show_auto_load_safe_path): Check any-directory by comparison with "/".
5838 (add_auto_load_safe_path): Change the error message.
5839 (_initialize_auto_load): Change the "safe-path" help text.
5840 * configure: Regenerate
5841 * configure.ac (--without-auto-load-safe-path): Set
5842 WITH_AUTO_LOAD_SAFE_PATH to /.
5843
5844 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
5845
5846 * stap-probe.h: Do not include unecessary `probe.h'.
5847
5848 2012-05-05 Alan Modra <amodra@gmail.com>
5849
5850 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
5851 bfd_und_section_ptr.
5852 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
5853 and bfd_com_section_ptr.
5854
5855 2012-05-04 Joel Brobecker <brobecker@adacore.com>
5856
5857 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
5858
5859 2012-05-04 Joel Brobecker <brobecker@adacore.com>
5860
5861 * windows-nat.h (segment_register_p_ftype): New typedef.
5862 (windows_set_segment_register_p): Add declaration.
5863 * windows-nat.c (segment_register_p): New static global.
5864 (windows_set_segment_register_p): New function.
5865 (do_windows_fetch_inferior_registers): Add special handling
5866 for segment registers.
5867 * amd64-windows-nat.c: #include "amd64-tdep.h".
5868 (amd64_windows_segment_register_p): New function.
5869 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
5870 * i386-windows-nat.c: #include "i386-tdep.h".
5871 (i386_windows_segment_register_p): New function.
5872 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
5873
5874 2012-05-04 Tristan Gingold <gingold@adacore.com>
5875
5876 * printcmd.c (set_command): Emit a warning if the expression is not
5877 an assignment.
5878
5879 2012-05-03 Joel Brobecker <brobecker@adacore.com>
5880
5881 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
5882 Make static.
5883
5884 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
5885
5886 * stap-probe.c (stap_is_operator): Change declaration.
5887 (stap_get_opcode): Change return value.
5888 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
5889 `stap_parse_argument_1'.
5890
5891 2012-05-03 Pedro Alves <pedro@codesourcery.com>
5892
5893 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
5894 debug log.
5895
5896 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
5897
5898 Add two new methods global_block and static_block to gdb.Symtab
5899 objects.
5900 * NEWS (Python scripting): Add entry about the new methods.
5901 * python/py-symtab.c (stpy_global_block): New function which
5902 implements the gdb.Symtab.global_block() method.
5903 (stpy_static_block): New function which implements the
5904 gdb.Symtab.static_block() method.
5905 (symtab_object_methods): Add entries for the two new methods.
5906
5907 2012-05-03 Doug Evans <dje@google.com>
5908
5909 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
5910 files.
5911
5912 2012-05-03 Yao Qi <yao@codesourcery.com>
5913
5914 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
5915 space.
5916 (i386_process_record): Ditto.
5917
5918 2012-05-02 Joel Brobecker <brobecker@adacore.com>
5919
5920 * infcall.c (unwind_on_signal_p): Make static.
5921
5922 2012-05-02 Joel Brobecker <brobecker@adacore.com>
5923
5924 * sol-thread.c (solaris_pid_to_str): Make static.
5925 (_initialize_sol_thread): Add prototype.
5926
5927 2012-05-02 Joel Brobecker <brobecker@adacore.com>
5928
5929 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
5930
5931 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
5932
5933 * MAINTAINERS: Remove myself.
5934
5935 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5936
5937 Fix --without-auto-load-safe-path for MS-Windows host platform.
5938 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
5939
5940 2012-05-02 Eli Zaretskii <eliz@gnu.org>
5941
5942 * gdb_curses.h: Undefine KEY_EVENT before including curses
5943 headers. Move "#undef MOUSE_MOVED" before any curses header
5944 inclusion.
5945
5946 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
5947
5948 * features/i386/i386-mmx-linux.c: Regenerate.
5949 * features/rs6000/powerpc-32.c: Likewise.
5950 * features/rs6000/powerpc-32l.c: Likewise.
5951 * features/rs6000/powerpc-403.c: Likewise.
5952 * features/rs6000/powerpc-403gc.c: Likewise.
5953 * features/rs6000/powerpc-405.c: Likewise.
5954 * features/rs6000/powerpc-505.c: Likewise.
5955 * features/rs6000/powerpc-601.c: Likewise.
5956 * features/rs6000/powerpc-602.c: Likewise.
5957 * features/rs6000/powerpc-603.c: Likewise.
5958 * features/rs6000/powerpc-604.c: Likewise.
5959 * features/rs6000/powerpc-64.c: Likewise.
5960 * features/rs6000/powerpc-64l.c: Likewise.
5961 * features/rs6000/powerpc-750.c: Likewise.
5962 * features/rs6000/powerpc-860.c: Likewise.
5963 * features/rs6000/powerpc-e500.c: Likewise.
5964 * features/rs6000/powerpc-e500l.c: Likewise.
5965 * features/rs6000/powerpc-isa205-32l.c: Likewise.
5966 * features/rs6000/powerpc-isa205-64l.c: Likewise.
5967 * features/rs6000/rs6000.c: Likewise.
5968
5969 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
5970
5971 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
5972 variable.
5973 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
5974 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
5975 (stap_parse_argument) <e>: Likewise.
5976 (handle_stap_probe) <byte_order>: Likewise.
5977
5978 2012-04-30 Doug Evans <dje@google.com>
5979
5980 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
5981 init_and_read_dies_worker. All callers updated.
5982 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
5983 replaced with init_cutu_and_read_dies.
5984 (load_partial_comp_unit): Pass 1 for use_existing_cu.
5985 (find_partial_die): Remove FIXME. Don't free current CU.
5986
5987 2012-04-30 Sterling Augustine <saugustine@google.com>
5988
5989 * contrib: New directory.
5990 * contrib/test_pubnames_and_indexes.py: New file.
5991
5992 2012-04-30 Doug Evans <dje@google.com>
5993
5994 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
5995 All callers updated.
5996 (init_cu_die_reader): Verify the section is non-empty.
5997 (dwarf_decode_line_header): Don't dereference section->asection
5998 until we know the section is present.
5999
6000 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
6001
6002 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
6003 probes.
6004
6005 2012-04-29 Yao Qi <yao@codesourcery.com>
6006
6007 * gdb-code-style.el: New hook gdb-markup-hook
6008 and gdb-comment-hook.
6009
6010 2012-04-28 Doug Evans <dje@google.com>
6011
6012 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
6013 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
6014 objfile->obfd.
6015 * symfile.h (dwarf2_debug_sections): New member addr.
6016 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
6017 (ctx_no_get_addr_index): New function.
6018 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
6019 (ctx_no_get_addr_index): Declare.
6020 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
6021 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
6022 (dwarf_expr_ctx_funcs): Update.
6023 (needs_get_addr_index): New function.
6024 (needs_frame_ctx_funcs): Update.
6025 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
6026 * dwarf2read.c: #include "gdbcore.h".
6027 (dwarf2_per_objfile): New members addr, dwo_files.
6028 (dwarf2_elf_names): Add entry for addr.
6029 (struct dwo_section_names): New type.
6030 (dwo_section_names): New static global.
6031 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
6032 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
6033 old debug_types_section member updated to use this.
6034 Rename member debug_types_section to info_or_types_section,
6035 all uses updated.
6036 (signatured_type): Rename member type_offset to type_offset_in_tu,
6037 all uses updated. New member type_offset_in_section.
6038 (struct dwo_sections): New type.
6039 (struct dwo_unit): New type.
6040 (struct dwo_file): New type.
6041 (die_reader_specs): New member dwo_file.
6042 (dwarf2_locate_sections): Watch for .debug_addr.
6043 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
6044 (dwarf2_read_section): Get bfd of section from bfd's asection,
6045 instead of objfile.
6046 (create_cus_from_index): Initialize the_cu->info_or_types_section.
6047 (create_signatured_type_table_from_index): Initialize
6048 sig_type->info_or_types_section.
6049 (dw2_get_file_names): Statement lists for type units with DWO files
6050 live in the DWO file.
6051 (create_debug_types_hash_table): New function.
6052 (create_all_type_units): Rewrite.
6053 (init_cu_die_reader): New arg dwo_file, all callers updated.
6054 (init_and_read_dies_worker): Get section from
6055 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
6056 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
6057 continue reading the CU/TU from there.
6058 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
6059 updated. Get section from this_cu->info_or_types_section.
6060 (create_all_comp_units): Initialize this_cu->info_or_types_section.
6061 (skip_one_die): New cases DW_FORM_GNU_addr_index,
6062 DW_FORM_GNU_str_index.
6063 (hash_dwo_file, eq_dwo_file): New functions.
6064 (allocate_dwo_file_hash_table): New function.
6065 (hash_dwo_unit, eq_dwo_unit): New functions.
6066 (allocate_dwo_unit_table): New function.
6067 (dwarf2_locate_dwo_sections): New function.
6068 (struct create_dwo_info_table_data): New type.
6069 (create_debug_info_hash_table_reader): New function.
6070 (create_debug_info_hash_table): New function.
6071 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
6072 (lookup_dwo_file): New function.
6073 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
6074 (free_dwo_file, free_dwo_file_cleanup): New functions.
6075 (free_dwo_file_from_slot, free_dwo_files): New functions.
6076 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
6077 (dwarf2_record_block_ranges): Ditto.
6078 (read_partial_die): Ditto.
6079 (process_enumeration_scope): Update to use type_offset_in_section.
6080 (read_full_die_1): New function.
6081 (read_full_die): Rewrite.
6082 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
6083 DW_FORM_GNU_str_index.
6084 (read_addr_index_1, read_addr_index): New functions.
6085 (read_addr_index_from_leb128): New function.
6086 (struct dwarf2_read_addr_index_data): New type.
6087 (dwarf2_read_addr_index_reader): New function.
6088 (dwarf2_read_addr_index): New function.
6089 (read_str_index): New function.
6090 (leb128_size): New function.
6091 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
6092 If processing a type unit from a DWO file, get the line section
6093 from the DWO file.
6094 (var_decode_location): Watch for DW_OP_GNU_addr_index.
6095 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
6096 DW_FORM_GNU_str_index.
6097 (lookup_die_type): Check whether section offset of type's die is
6098 known before looking it up. Remove assert. Condition can
6099 legimately happen for inter-cu type references.
6100 (dwarf_attr_name): Handle Fission attributes.
6101 (dwarf_form_name): Handle Fission forms.
6102 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
6103 DW_FORM_GNU_str_index.
6104 (follow_die_sig): Update to use type_offset_in_section.
6105 (decode_locdesc): New case DW_OP_GNU_addr_index.
6106 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
6107 DW_FORM_GNU_str_index.
6108 (cu_debug_loc_section): New function.
6109 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
6110 (dwarf2_per_objfile_free): Unmap .debug_addr section.
6111 Free DWO files if present.
6112 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
6113
6114 Refactor DIE reading.
6115 * dwarf2read.c (dwarf2_per_objfile): Replace members
6116 debug_info_type_hash and debug_types_type_hash with die_type_hash.
6117 (die_reader_specs): New member "die_section". Temporarily make
6118 member "buffer" non-const, pending constifying all info_ptr uses.
6119 (die_reader_func_ftype): New typedef.
6120 (dw2_get_file_names_reader): New function.
6121 (dw2_get_file_names): Rewrite.
6122 (read_and_check_type_unit_head): Rename arg type_offset to
6123 type_offset_in_tu.
6124 (create_all_type_units): Improve debugging message.
6125 Improve dummy type unit check.
6126 (init_cu_die_reader): New arg "section". All callers updated.
6127 (init_and_read_dies_worker): New function.
6128 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
6129 (init_cutu_and_read_dies_no_follow): New function.
6130 (init_cutu_and_read_dies_simple): New function.
6131 (process_psymtab_comp_unit_reader): New function.
6132 (process_psymtab_comp_unit): Delete args section,
6133 is_debug_types_section. Rewrite. All callers updated.
6134 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
6135 All callers updated. Rewrite.
6136 (load_partial_comp_unit_reader): New function.
6137 (load_partial_comp_unit): Rewrite.
6138 (skip_children): New arg reader. Delete args buffer, cu.
6139 All callers updated.
6140 (skip_one_die): New arg reader. Delete args buffer, cu.
6141 All callers updated.
6142 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
6143 All callers updated.
6144 (load_full_comp_unit_reader): New function.
6145 (load_full_comp_unit): Rewrite.
6146 (read_comp_unit): Delete.
6147 (read_die_and_children_1): Delete, contents moved ...
6148 (read_die_and_children): ... here.
6149 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
6150 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
6151 All callers updated.
6152 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
6153 All callers updated.
6154 (find_partial_die): Rewrite load_all_dies support.
6155 (read_attribute_value): New arg reader. Delete args abfd, cu.
6156 All callers updated.
6157 (read_attribute): New arg reader. Delete args abfd, cu.
6158 All callers updated.
6159 (load_full_type_unit): Add assert.
6160 (read_signatured_type_reader): New function.
6161 (read_signatured_type): Rewrite.
6162 (free_stack_comp_unit): Remove call to age_cached_comp_units.
6163 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
6164 All callers updated. Set per_cu->cu = NULL after freeing it.
6165 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
6166 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
6167 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
6168 (set_die_type): Update.
6169 (get_die_type_at_offset): Update.
6170 (read_file_scope): Call prepare_one_comp_unit.
6171 (read_type_unit_scope): Ditto.
6172 (prepare_one_comp_unit): Set producer if present.
6173
6174 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6175
6176 * probe.c (compile_rx_or_error): Silence ARI warning about missing
6177 gettext function on `error'.
6178
6179 2012-04-27 Doug Evans <dje@google.com>
6180
6181 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
6182 is empty.
6183
6184 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6185 Tom Tromey <tromey@redhat.com>
6186
6187 * breakpoint.c (struct breakpoint_objfile_data)
6188 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
6189 <exception_probes>: New fields.
6190 (free_breakpoint_probes): New function.
6191 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
6192 `_Unwind_DebugHook'.
6193 (create_exception_master_breakpoint): Likewise.
6194 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
6195 * infrun.c: Including necessary header files for handling SystemTap
6196 probes.
6197 (handle_inferior_event): Handling longjmp breakpoint and exceptions
6198 via SystemTap probes.
6199 (check_exception_resume): Remove `func' argument. Handle exception
6200 unwinding breakpoint set via a SystemTap probe.
6201 (insert_exception_resume_from_probe): New function.
6202
6203 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6204 Tom Tromey <tromey@redhat.com>
6205 Jan Kratochvil <jan.kratochvil@redhat.com>
6206
6207 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
6208 (COMMON_OBS): Likewise.
6209 (HFILES_NO_SRCDIR): Add `probe'.
6210 * NEWS: Mention support for static and SystemTap probes.
6211 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
6212 SystemTap probes' arguments parser.
6213 * arm-linux-tdep.c: Including headers needed to perform the parsing
6214 of SystemTap probes' arguments.
6215 (arm_stap_is_single_operand): New function.
6216 (arm_stap_parse_special_token): Likewise.
6217 (arm_linux_init_abi): Initializing proper fields used by SystemTap
6218 probes' arguments parser.
6219 * ax-gdb.c (require_rvalue): Removing static declaration.
6220 (gen_expr): Likewise.
6221 * ax-gdb.h (gen_expr): Declaring function.
6222 (require_rvalue): Likewise.
6223 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
6224 (bkpt_probe_breakpoint_ops): New variable.
6225 (momentary_breakpoint_from_master): Set the `probe' value.
6226 (add_location_to_breakpoint): Likewise.
6227 (break_command_1): Using proper breakpoint_ops according to the
6228 argument passed by the user in the command line.
6229 (bkpt_probe_insert_location): New function.
6230 (bkpt_probe_remove_location): Likewise.
6231 (bkpt_probe_create_sals_from_address): Likewise.
6232 (bkpt_probe_decode_linespec): Likewise.
6233 (tracepoint_probe_create_sals_from_address): Likewise.
6234 (tracepoint_probe_decode_linespec): Likewise.
6235 (tracepoint_probe_breakpoint_ops): New variable.
6236 (trace_command): Using proper breakpoint_ops according to the
6237 argument passed by the user in the command line.
6238 (initialize_breakpoint_ops): Initializing breakpoint_ops for
6239 static probes on breakpoints and tracepoints.
6240 * breakpoint.h (struct bp_location) <probe>: New field.
6241 * cli-utils.c (skip_spaces_const): New function.
6242 (extract_arg): Likewise.
6243 * cli-utils.h (skip_spaces_const): Likewise.
6244 (extract_arg): Likewise.
6245 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
6246 * configure.ac: Append `stap-probe.o' to be generated when ELF
6247 support is present.
6248 * configure: Regenerate.
6249 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
6250 * elfread.c: Include `probe.h' and `arch-utils.h'.
6251 (probe_key): New variable.
6252 (elf_get_probes): New function.
6253 (elf_get_probe_argument_count): Likewise.
6254 (elf_evaluate_probe_argument): Likewise.
6255 (elf_compile_to_ax): Likewise.
6256 (elf_symfile_relocate_probe): Likewise.
6257 (stap_probe_key_free): Likewise.
6258 (elf_probe_fns): New variable.
6259 (elf_sym_fns): Add `sym_probe_fns' value.
6260 (elf_sym_fns_lazy_psyms): Likewise.
6261 (elf_sym_fns_gdb_index): Likewise.
6262 (_initialize_elfread): Initialize objfile cache for static
6263 probes.
6264 * gdb_vecs.h (struct probe): New forward declaration.
6265 (probe_p): New VEC declaration.
6266 * gdbarch.c: Regenerate.
6267 * gdbarch.h: Regenerate.
6268 * gdbarch.sh (stap_integer_prefix): New variable.
6269 (stap_integer_suffix): Likewise.
6270 (stap_register_prefix): Likewise.
6271 (stap_register_suffix): Likewise.
6272 (stap_register_indirection_prefix): Likewise.
6273 (stap_register_indirection_suffix): Likewise.
6274 (stap_gdb_register_prefix): Likewise.
6275 (stap_gdb_register_suffix): Likewise.
6276 (stap_is_single_operand): New function.
6277 (stap_parse_special_token): Likewise.
6278 (struct stap_parse_info): Forward declaration.
6279 * i386-tdep.c: Including headers needed to perform the parsing
6280 of SystemTap probes' arguments.
6281 (i386_stap_is_single_operand): New function.
6282 (i386_stap_parse_special_token): Likewise.
6283 (i386_elf_init_abi): Initializing proper fields used by SystemTap
6284 probes' arguments parser.
6285 * i386-tdep.h (i386_stap_is_single_operand): New function.
6286 (i386_stap_parse_special_token): Likewise.
6287 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
6288 * mipsread.c (ecoff_sym_fns): Likewise.
6289 * objfiles.c (objfile_relocate1): Support relocation for static
6290 probes.
6291 * parse.c (prefixify_expression): Remove static declaration.
6292 (initialize_expout): Likewise.
6293 (reallocate_expout): Likewise.
6294 * parser-defs.h (initialize_expout): Declare function.
6295 (reallocate_expout): Likewise.
6296 (prefixify_expression): Likewise.
6297 * ppc-linux-tdep.c: Including headers needed to perform the parsing
6298 of SystemTap probes' arguments.
6299 (ppc_stap_is_single_operand): New function.
6300 (ppc_stap_parse_special_token): Likewise.
6301 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
6302 probes' arguments parser.
6303 * probe.c: New file, for generic statically defined probe support.
6304 * probe.h: Likewise.
6305 * s390-tdep.c: Including headers needed to perform the parsing of
6306 SystemTap probes' arguments.
6307 (s390_stap_is_single_operand): New function.
6308 (s390_gdbarch_init): Initializing proper fields used by SystemTap
6309 probes' arguments parser.
6310 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
6311 * stap-probe.c: New file, for SystemTap probe support.
6312 * stap-probe.h: Likewise.
6313 * symfile.h: Include `gdb_vecs.h'.
6314 (struct sym_probe_fns): New struct.
6315 (struct sym_fns) <sym_probe_fns>: New field.
6316 * symtab.c (init_sal): Initialize `probe' field.
6317 * symtab.h (struct probe): Forward declaration.
6318 (struct symtab_and_line) <probe>: New field.
6319 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
6320 locations.
6321 (stop_tracing): Likewise.
6322 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
6323
6324 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6325 Tom Tromey <tromey@redhat.com>
6326
6327 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
6328 and to compile agent expressions.
6329 * infrun.c (siginfo_make_value): New argument `ignore'.
6330 (siginfo_funcs): New struct.
6331 (_initialize_infrun): New argument when calling
6332 `create_internalvar_type_lazy'.
6333 * thread.c (thread_id_make_value): New argument `ignore'.
6334 (thread_funcs): New struct.
6335 (_initialize_thread): New argument when calling
6336 `create_internalvar_type_lazy'.
6337 * tracepoint.c (sdata_make_value): New argument `ignore'.
6338 (sdata_funcs): New struct.
6339 (_initialize_tracepoint): New argument when calling
6340 `create_internalvar_type_lazy'.
6341 * value.c (make_value): New struct.
6342 (create_internalvar_type_lazy): New argument `data'.
6343 (compile_internalvar_to_ax): New function.
6344 (value_of_internalvar): Properly handling `make_value' case.
6345 (clear_internalvar): Likewise.
6346 (show_convenience): Adding `TRY_CATCH' block.
6347 * value.h (internalvar_make_value): Delete, replace by...
6348 (struct internalvar_funcs): ... this.
6349 (create_internalvar_type_lazy) <fun>: Delete argument.
6350 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
6351 (compile_internalvar_to_ax): New function.
6352 * windows-tdep.c (tlb_make_value): New argument `ignore'.
6353 (tlb_funcs): New struct.
6354 (_initialize_windows_tdep): New argument when calling
6355 `create_internalvar_type_lazy'.
6356
6357 2012-04-27 Mark Wielaard <mjw@redhat.com>
6358
6359 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
6360 see whether it is an address or a constant offset from DW_AT_low_pc.
6361 (dwarf2_record_block_ranges): Likewise.
6362 (read_partial_die): Likewise.
6363
6364 2012-04-26 Mark Wielaard <mjw@redhat.com>
6365
6366 * MAINTAINERS (Write After Approval): Add myself to the list.
6367
6368 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6369
6370 * proc-utils.h (proc_prettyprint_signalset): New prototype.
6371 (proc_prettyprint_signal): Likewise.
6372 (proc_prettyprint_faultset): Likewise.
6373 (proc_prettyprint_fault): Likewise.
6374 (proc_prettyprint_actionset): Likewise.
6375 (proc_prettyprint_flags): Move to new proc-flags.c section.
6376 (proc_prettyfprint_flags): New prototype.
6377 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
6378 (proc_syscall, proc_cursig): Likewise.
6379 (proc_set_kill_on_last_close): Likewise.
6380 (proc_unset_kill_on_last_close): Likewise.
6381 (proc_set_watchpoint): Make static.
6382 (proc_delete_dead_threads): Likewise.
6383 (procfs_set_watchpoint): Likewise.
6384 (_initialize_procfs): Add prototype.
6385 * proc-events.c: Include proc-utils.h.
6386 (init_syscall_table): Make static.
6387 * proc-api.c (_initialize_proc_api): Add prototype.
6388 * proc-flags.c: Include proc-utils.h.
6389
6390 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6391
6392 * configure.ac: Add AC_ARG_PROGRAM.
6393 * configure: Regenerate.
6394
6395 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6396
6397 Fix DW_AT_lower_bound defaults for DWARF-4+.
6398 * dwarf2read.c (read_subrange_type): Remove initialization of low and
6399 high. New variable low_default_is_valid. Implement DWARF-4+
6400 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
6401 no default by the DWARF standard.
6402
6403 2012-04-26 Maciej W. Rozycki <macro@mips.com>
6404 Maciej W. Rozycki <macro@codesourcery.com>
6405
6406 * infrun.c (handle_inferior_event): Move the check for return
6407 trampolines ahead of the check for function trampolines.
6408 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
6409 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
6410 (mips_str_mips16_ret_stub): Likewise.
6411 (mips_str_call_fp_stub): Likewise.
6412 (mips_str_call_stub): Likewise.
6413 (mips_str_fn_stub): Likewise.
6414 (mips_str_pic): Likewise.
6415 (mips_in_frame_stub): New function.
6416 (mips_unwind_pc): Return the return address rather than the PC
6417 if the PC of an intermediate frame is inside a call thunk.
6418 (mips_is_stub_suffix): New function.
6419 (mips_is_stub_mode): Likewise.
6420 (mips_get_mips16_fn_stub_pc): Likewise.
6421 (mips_skip_mips16_trampoline_code): Update to handle all the
6422 currently generated stub types. Don't recurse into __fn_stub
6423 thunks. Remove heuristics to handle stubs beyond etext/_etext.
6424 Use cooked register accesses.
6425 (mips_in_return_stub): Reintroduce function.
6426 (mips_skip_trampoline_code): Traverse trampolines recursively.
6427 (mips_gdbarch_init): Handle MIPS16 return trampolines.
6428
6429 2012-04-26 Joel Brobecker <brobecker@adacore.com>
6430
6431 GDB 7.4.1 released.
6432
6433 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
6434
6435 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
6436 * features/arm-with-m-vfp-d16.xml: New file. Describes
6437 Cortex-M with VFPv4-sp-d16 FPU register layout.
6438 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
6439 * features/arm-with-m-vfp-d16.c: New. Generated from above.
6440 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
6441 (arm-register_g_packet_guesses): Add vfp-d16 guess.
6442 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
6443
6444 2012-04-25 Doug Evans <dje@google.com>
6445
6446 * cli/cli-decode.c (print_doc_line): Use stream instead of
6447 current_uiout.
6448
6449 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
6450
6451 * features/arm-with-iwmmxt.c: Regenerate.
6452 * features/arm-with-m-fpa-layout.c: Likewise.
6453 * features/arm-with-m.c: Likewise.
6454 * features/arm-with-neon.c: Likewise.
6455 * features/arm-with-vfpv2.c: Likewise.
6456 * features/arm-with-vfpv3.c: Likewise.
6457 * features/mips-dsp-linux.c: Likewise.
6458 * features/mips-linux.c: Likewise.
6459 * features/mips64-dsp-linux.c: Likewise.
6460 * features/mips64-linux.c: Likewise.
6461 * features/s390-linux32.c: Likewise.
6462 * features/s390-linux32v1.c: Likewise.
6463 * features/s390-linux32v2.c: Likewise.
6464 * features/s390-linux64.c: Likewise.
6465 * features/s390-linux64v1.c: Likewise.
6466 * features/s390-linux64v2.c: Likewise.
6467 * features/s390x-linux64.c: Likewise.
6468 * features/s390x-linux64v1.c: Likewise.
6469 * features/s390x-linux64v2.c: Likewise.
6470 * features/tic6x-c62x-linux.c: Likewise.
6471 * features/tic6x-c62x.c: Likewise.
6472 * features/tic6x-c64x-linux.c: Likewise.
6473 * features/tic6x-c64x.c: Likewise.
6474 * features/tic6x-c64xp-linux.c: Likewise.
6475 * features/tic6x-c64xp.c: Likewise.
6476 * target-descriptions.c: Only generate `field_type' and `type'
6477 variables when needed.
6478
6479 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
6480
6481 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
6482
6483 2012-04-25 Doug Evans <dje@google.com>
6484
6485 Initial pass at Go language support.
6486 * NEWS: Mention Go.
6487 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
6488 go-valprint.c.
6489 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
6490 (YYFILES): Add go-exp.c.
6491 (YYOBJ): Add go-exp.o.
6492 (local-maintainer-clean): Delete go-exp.c.
6493 * defs.h (enum language): Add language_go.
6494 * dwarf2read.c: #include "go-lang.h".
6495 (fixup_go_packaging): New function.
6496 (process_full_comp_unit): Call it when processing Go CUs.
6497 (dwarf2_physname): Add Go support.
6498 (read_file_scope): Handle missing language spec for GNU Go.
6499 (set_cu_language): Handle DW_LANG_Go.
6500 * go-exp.y: New file.
6501 * go-lang.h: New file.
6502 * go-lang.c: New file.
6503 * go-typeprint.c: New file.
6504 * go-valprint.c: New file.
6505 * symtab.c: #include "go-lang.h".
6506 (symbol_set_language): Handle language_go.
6507 (symbol_find_demangled_name, symbol_set_names): Ditto.
6508 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
6509
6510 2012-04-24 Jim Meyering <meyering@redhat.com>
6511
6512 avoid a few strncpy-induced buffer overruns
6513 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
6514 fname and psargs before trying to concatenate.
6515 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
6516 "name" before applying strchr.
6517
6518 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
6519
6520 * CONTRIBUTE: Use unified diff instead of context diff when
6521 generating patches.
6522
6523 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6524
6525 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
6526 code. Handle JR.HB correctly.
6527
6528 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6529
6530 * mips-tdep.c
6531 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
6532 with the other MIPS16 helpers.
6533
6534 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
6535
6536 * observer.sh: Conditionally declare `args', thus cleaning up
6537 unused instances of this variable.
6538
6539 2012-04-24 Yao Qi <yao@codesourcery.com>
6540
6541 Revert this patch to allow breakpoint always-inserted
6542 in record target.
6543 2011-12-05 Pedro Alves <pedro@codesourcery.com>
6544 * breakpoint.c: Include record.h.
6545 (breakpoints_always_inserted_mode): Return false when the record
6546 target is in use.
6547
6548 * breakpoint.c (iterate_over_bp_locations): New.
6549 * breakpoint.h: Declare.
6550 New typedef walk_bp_location_callback.
6551 * record.c (record_open): Call record_init_record_breakpoints.
6552 (record_sync_record_breakpoints): New.
6553 (record_init_record_breakpoints): New.
6554 * NEWS: Mention supporting breakpoint always-inserted mode in
6555 record target.
6556
6557 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
6558
6559 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
6560 any thread.
6561
6562 2012-04-24 Yao Qi <yao@codesourcery.com>
6563
6564 * breakpoint.c (ep_is_catchpoint): Renamed to ...
6565 (is_catchpoint): ... it.
6566 (print_one_breakpoint_location): Caller update.
6567 * breakpoint.h: Update declaration.
6568
6569 2012-04-23 David S. Miller <davem@davemloft.net>
6570
6571 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
6572
6573 2012-04-23 Tom Tromey <tromey@redhat.com>
6574
6575 * buildsym.c (add_free_pendings): Remove.
6576 * buildsym.h (add_free_pendings): Remove.
6577
6578 2012-04-23 Doug Evans <dje@google.com>
6579
6580 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
6581 attr.u.unsnd instead of attr.u.addr.
6582 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
6583 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
6584 DW_FORM_ref_udata.
6585 (dump_die_shallow): Update cases DW_FORM_ref_addr,
6586 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
6587 DW_FORM_ref_udata.
6588 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
6589
6590 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
6591
6592 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
6593 (mips_o32_return_value): Likewise.
6594 (mips_o64_return_value): Likewise.
6595
6596 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
6597
6598 * ada-lang.c (ada_evaluate_subexp): Add cases for
6599 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
6600 their treatment in eval.c.
6601
6602 2012-04-21 David S. Miller <davem@davemloft.net>
6603
6604 * sparc-tdep.c (X_DISP10): Define.
6605 (sparc_analyze_control_transfer): Handle compare-and-branch.
6606
6607 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
6608
6609 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
6610 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
6611
6612 2012-04-20 Nigel Stephens <nigel@mips.com>
6613 Maciej W. Rozycki <macro@codesourcery.com>
6614
6615 * mips-tdep.c (mips_float_register_p): New function.
6616 (mips_convert_register_float_case_p): Use mips_float_register_p.
6617 (mips_register_type): Likewise.
6618 (mips_print_register): Likewise.
6619 (print_gp_register_row): Likewise.
6620 (mips_print_registers_info): Likewise.
6621
6622 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
6623
6624 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
6625 of mips16 symbols.
6626
6627 2012-04-20 Andrew Pinski <apinski@cavium.com>
6628
6629 * MAINTAINERS (Write After Approval): Add myself to the list.
6630
6631 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6632
6633 * MAINTAINERS: Update my e-mail address.
6634
6635 2012-04-20 Pedro Alves <palves@redhat.com>
6636
6637 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
6638 $srcdir.
6639 * configure: Regenerate.
6640
6641 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6642
6643 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
6644 declaration.
6645 * gdb_vecs.h: Declare `const_char_ptr' VEC.
6646
6647 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6648
6649 Fix compilation compatibility with python-2.4
6650 * python/py-type.c (convert_field): Cast ADDRSTRING for
6651 PyObject_SetAttrString as non-const. New comment.
6652
6653 2012-04-19 Tom Tromey <tromey@redhat.com>
6654
6655 * top.c (quit_target): Use all_cleanups.
6656 * main.c (captured_command_loop): Use all_cleanups.
6657 * exceptions.c (throw_exception): Use all_cleanups.
6658
6659 2012-04-19 Pedro Alves <palves@redhat.com>
6660
6661 * Makefile.in (GNULIB_BUILDDIR): New.
6662 (LIBGNU, INCGNU, GNULIB_H): Adjust.
6663 (SUBDIRS): Add $(GNULIB_BUILDDIR).
6664 (CLEANDIRS). Remove gnulib/import.
6665 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
6666 (all-lib): Ditto.
6667 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
6668 (gnulib/import/Makefile): Replace gnulib/import with
6669 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
6670 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
6671 (aclocal_m4_deps): Remove the gnulib dependencies. Add
6672 acx_configure_dir.m4.
6673 * acinclude.m4: Include acx_configure_dir.m4.
6674 * acx_configure_dir.m4: New file.
6675 * aclocal.m4: Regenerate.
6676 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
6677 calls. Configure gnulib using ACX_CONFIGURE_DIR.
6678 (GNULIB): New variable.
6679 (GNULIB_STDINT_H): Adjust.
6680 (AC_OUTPUT): Don't output gnulib/Makefile.
6681 * gdb/defs.h: Include build-gnulib/config.h.
6682 * aclocal.m4: Regenerate.
6683 * config.in: Regenerate.
6684 * configure: Regenerate.
6685
6686 * gnulib/Makefile.in: New file.
6687 * gnulib/configure.ac: New file.
6688 * gnulib/aclocal.m4: New file.
6689 * gnulib/config.in: New file.
6690 * gnulib/configure: New file.
6691 * gnulib/: Re-run gnulib-tool to adjust.
6692
6693 2012-04-19 Doug Evans <dje@google.com>
6694
6695 * cleanups.h (struct cleanup): Move to cleanups.c.
6696 (make_cleanup_dtor_ftype): New typedef.
6697 (make_cleanup_dtor): Use it.
6698 (ALL_CLEANUPS): Replace with ...
6699 (all_cleanups): ... this. Declare. All uses updated.
6700 * cleanups.c: #include "gdb_assert.h".
6701 (sentinel_cleanup): New static global.
6702 (SENTINEL_CLEANUP): Define.
6703 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
6704 (make_my_cleanup2): Assert result is non-NULL.
6705 (all_cleanups): New function.
6706 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
6707 of NULL.
6708
6709 2012-04-19 Pedro Alves <palves@redhat.com>
6710
6711 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
6712 Adjust paths to gnulib imported files.
6713
6714 2012-04-19 Pedro Alves <palves@redhat.com>
6715
6716 * gnulib/: Move whole directory ...
6717 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
6718 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
6719 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
6720 (aclocal_m4_deps): Adjust.
6721 * aclocal.m4: Regenerate.
6722 * configure: Regenerate.
6723 * configure.ac: Adjust AC_OUTPUT output.
6724
6725 2012-04-19 Yao Qi <yao@codesourcery.com>
6726
6727 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
6728 (vec.o): New rule.
6729 * vec.c: Move it ...
6730 * common/vec.c: ... here.
6731 * vec.h: Move it ...
6732 * common/vec.h: ... here.
6733
6734 2012-04-19 Yao Qi <yao@codesourcery.com>
6735
6736 * gdb-code-style.el: New.
6737
6738 2012-04-18 Pedro Alves <palves@redhat.com>
6739
6740 Update gnulib from latest git.
6741 (639ea5ae15e39fe48d43e04864b2997301e4b969)
6742
6743 * gnulib/Makefile.am: Update.
6744 * gnulib/dummy.c: Update.
6745 * gnulib/extra/arg-nonnull.h: Update.
6746 * gnulib/extra/c++defs.h: Update.
6747 * gnulib/extra/update-copyright: Update.
6748 * gnulib/extra/warn-on-use.h: Update.
6749 * gnulib/inttypes.in.h: Update.
6750 * gnulib/m4/00gnulib.m4: Update.
6751 * gnulib/m4/extensions.m4: Update.
6752 * gnulib/m4/gnulib-cache.m4: Update.
6753 * gnulib/m4/gnulib-common.m4: Update.
6754 * gnulib/m4/gnulib-comp.m4: Update.
6755 * gnulib/m4/gnulib-tool.m4: Update.
6756 * gnulib/m4/include_next.m4: Update.
6757 * gnulib/m4/inttypes-pri.m4: Update.
6758 * gnulib/m4/inttypes.m4: Update.
6759 * gnulib/m4/longlong.m4: Update.
6760 * gnulib/m4/memchr.m4: Update.
6761 * gnulib/m4/memmem.m4: Update.
6762 * gnulib/m4/mmap-anon.m4: Update.
6763 * gnulib/m4/multiarch.m4: Update.
6764 * gnulib/m4/onceonly.m4: Update.
6765 * gnulib/m4/stddef_h.m4: Update.
6766 * gnulib/m4/stdint.m4: Update.
6767 * gnulib/m4/string_h.m4: Update.
6768 * gnulib/m4/warn-on-use.m4: Update.
6769 * gnulib/m4/wchar_h.m4: Update.
6770 * gnulib/m4/wchar_t.m4: Update.
6771 * gnulib/m4/wint_t.m4: Update.
6772 * gnulib/memchr.c: Update.
6773 * gnulib/memmem.c: Update.
6774 * gnulib/stddef.in.h: Update.
6775 * gnulib/stdint.in.h: Update.
6776 * gnulib/str-two-way.h: Update.
6777 * gnulib/string.in.h: Update.
6778 * gnulib/wchar.in.h: Update.
6779
6780 * gnulib/extra/arg-nonnull.h: Delete.
6781 * gnulib/extra/c++defs.h: Delete.
6782 * gnulib/extra/warn-on-use.h: Delete.
6783 * gnulib/m4/wchar_h.m4: Delete.
6784 * gnulib/m4/wint_t.m4: Delete.
6785 * gnulib/wchar.in.h: Delete.
6786
6787 * gnulib/extra/snippets/arg-nonnull.h: New.
6788 * gnulib/extra/snippets/c++defs.h: New.
6789 * gnulib/extra/snippets/warn-on-use.h: New.
6790
6791 * aclocal.m4: Regenerate.
6792 * config.in: Regenerate.
6793 * configure: Regenerate.
6794 * gnulib/Makefile.in: Regenerate.
6795
6796 2012-04-18 Pedro Alves <palves@redhat.com>
6797
6798 Reimport the update-copyright module from gnulib
6799 (250b80067c1e1d8faa0c42fb572f721975b929c5).
6800
6801 * configure: Regenerate.
6802 * gnulib/Makefile.am: Update.
6803 * gnulib/Makefile.in: Regenerate.
6804 * gnulib/extra/update-copyright: Update.
6805 * gnulib/m4/gnulib-cache.m4: Update.
6806 * gnulib/m4/gnulib-comp.m4: Update.
6807
6808 2012-04-18 Tristan Gingold <gingold@adacore.com>
6809
6810 * configure.ac (aix): Put -lpthread into libs.
6811 * configure: Regenerate.
6812
6813 2012-04-18 Tom Tromey <tromey@redhat.com>
6814
6815 * linespec.c (convert_linespec_to_sals): Don't use
6816 SYMBOL_OBJ_SECTION.
6817 (compare_msymbols): Arguments are minsym_and_objfile, not
6818 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
6819
6820 2012-04-18 Pedro Alves <palves@redhat.com>
6821
6822 Revert gnulib/ part of:
6823 2011-01-01 Joel Brobecker <brobecker@adacore.com>
6824 Copyright year update in most files (performed by copyright.sh).
6825
6826 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6827
6828 Fix 64-bit constants on 32-bit hosts.
6829 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
6830 from unsigned long to ULONGEST.
6831 (read_signed_leb128): Change declaration return type from long to
6832 LONGEST.
6833 (dwarf2_const_value_attr): Change declaration parameter value from long
6834 to LONGEST.
6835 (dwarf2_compute_name): Change variable value from long to LONGEST.
6836 (read_unsigned_leb128): Change return type, variable result and some
6837 casts from unsigned long to ULONGEST.
6838 (read_signed_leb128): Change return type, variable result and some
6839 casts from long to LONGEST.
6840 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
6841 value from long to LONGEST.
6842 (dwarf2_const_value): Change variable value from long to LONGEST.
6843 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
6844 plongest and hex_string.
6845 * symtab.h (struct general_symbol_info): Change ivalue from long to
6846 LONGEST, remove the comment.
6847 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
6848 Change SYMBOL_VALUE format strings to use plongest and hex_string.
6849
6850 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
6851
6852 PR symtab/7259:
6853 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
6854 * ada-lang.c (ada_discrete_type_high_bound)
6855 (ada_discrete_type_low_bound): Fix function comment. Use
6856 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6857 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
6858 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6859 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
6860 Use TYPE_FIELD_ENUMVAL.
6861 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
6862 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6863 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
6864 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
6865 TYPE_CODE_ENUM.
6866 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
6867 * dwarf2read.c (process_enumeration_scope): Likewise.
6868 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
6869 field.bitpos.
6870 (class StructMainTypePrettyPrinter): Support also
6871 FIELD_LOC_KIND_ENUMVAL.
6872 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
6873 TYPE_CODE_ENUM.
6874 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6875 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
6876 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
6877 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
6878 field enumval.
6879 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
6880 accommodate enumval.
6881 (struct call_site): Adjust loc_kind to accommodate enumval.
6882 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
6883 (TYPE_FIELD_ENUMVAL): New macros.
6884 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
6885 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
6886 TYPE_CODE_ENUM.
6887 * p-typeprint.c (pascal_type_print_base): Likewise.
6888 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
6889 enumval.
6890 * python/lib/gdb/types.py (make_enum_dict): Likewise.
6891 * python/py-type.c (convert_field): New variable addrstring. Use
6892 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6893 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
6894 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
6895 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
6896 TYPE_CODE_ENUM.
6897 * valprint.c (generic_val_print): Likewise.
6898
6899 2012-04-17 Doug Evans <dje@google.com>
6900
6901 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
6902
6903 * dwarf2read.c: Whitespace fixes.
6904 (lookup_signatured_type): Tweak comment.
6905 (get_die_type_at_offset): Fix comment.
6906
6907 2012-04-17 Joel Brobecker <brobecker@adacore.com>
6908
6909 * xcoffread.c (xcoff_secnum_to_sections): New function.
6910 (secnum_to_section, secnum_to_bfd_section): Reimplement
6911 using xcoff_secnum_to_sections. Rename "secnum" parameter
6912 into "n_scnum".
6913 (RECORD_MINIMAL_SYMBOL): Delete.
6914 (record_minimal_symbol): New function.
6915 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
6916 by call to record_minimal_symbol and set misc_func_recorded
6917 to 1. Set last_csect_sec to the XCOFF section index instead
6918 of GDB's section_offset index. Update calls to
6919 prim_record_minimal_symbol_and_info to pass the BFD section
6920 as well.
6921
6922 2012-04-17 Joel Brobecker <brobecker@adacore.com>
6923
6924 * xcoffread.c (read_xcoff_symtab): Delete variables
6925 last_csect_val and last_csect_sec and associated code.
6926
6927 2012-04-17 Doug Evans <dje@google.com>
6928
6929 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
6930 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6931 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
6932 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
6933
6934 * cleanups.h: New file.
6935 * cleanups.c: New file.
6936 * Makefile.in (SFILES): Add cleanups.c.
6937 (HFILES_NO_SRCDIR): Add cleanups.h.
6938 (COMMON_OBS): Add cleanups.o.
6939 * defs.h (struct cleanup): Moved to cleanups.h.
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 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
6949 (do_cleanups,do_final_cleanups): Ditto.
6950 (discard_cleanups,discard_final_cleanups): Ditto
6951 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6952 (save_cleanups,save_final_cleanups): Ditto.
6953 (restore_cleanups,restore_final_cleanups): Ditto.
6954 (null_cleanup): Ditto.
6955 (make_my_cleanup,make_my_cleanup2): Ditto.
6956 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6957
6958 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
6959 make_my_cleanup.
6960 (make_cleanup_dyn_string_delete): Ditto.
6961 (make_cleanup_ui_file_delete): Ditto.
6962 (make_cleanup_ui_out_redirect_pop): Ditto.
6963 (make_cleanup_free_section_addr_info): Ditto.
6964 (make_cleanup_restore_integer): Ditto.
6965 (make_cleanup_unpush_target): Ditto.
6966 (make_cleanup_value_free_to_mark): Ditto.
6967 (make_cleanup_value_free): Ditto.
6968 (make_cleanup_free_so): Ditto.
6969
6970 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6971
6972 New option "set debug auto-load".
6973 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
6974 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
6975 (auto_load_safe_path_vec_update)
6976 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
6977 if DEBUG_AUTO_LOAD.
6978 (file_is_auto_load_safe): New parameters debug_fmt and ....
6979 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
6980 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
6981 caller by explanatory string.
6982 (_initialize_auto_load): Register "set debug auto-load".
6983 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
6984 and ....
6985 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6986 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
6987 by explanatory string.
6988 * main.c (captured_main): Likewise.
6989 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
6990 (source_section_scripts): Likewise.
6991
6992 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6993
6994 New option "set auto-load safe-path".
6995 * NEWS: New commands "set auto-load safe-path"
6996 and "show auto-load safe-path".
6997 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
6998 (auto_load_safe_path, auto_load_safe_path_vec)
6999 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
7000 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
7001 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
7002 (source_gdb_script_for_objfile): New variable is_safe. Call
7003 file_is_auto_load_safe. Return if it is not.
7004 (struct loaded_script): New field loaded.
7005 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
7006 (print_script): Use LOADED indicator instead of FULL_PATH. Change
7007 output "Missing" to "No".
7008 (_initialize_auto_load): New variable cmd. Initialize
7009 auto_load_safe_path. Register "set auto-load safe-path",
7010 "show auto-load safe-path" and "add-auto-load-safe-path".
7011 * auto-load.h (maybe_add_script): Add parameter loaded.
7012 (file_is_auto_load_safe): New declaration.
7013 * config.in: Regenerate.
7014 * configure: Regenerate.
7015 * configure.ac: New parameters --with-auto-load-safe-path
7016 and --without-auto-load-safe-path.
7017 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7018 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
7019 * main.c (captured_main): Check file_is_auto_load_safe for
7020 LOCAL_GDBINIT.
7021 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
7022 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
7023 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
7024 not.
7025
7026 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7027
7028 auto-load: Implementation.
7029 * NEWS: New descriptions for "info auto-load",
7030 "info auto-load gdb-scripts", "info auto-load python-scripts",
7031 "info auto-load local-gdbinit" and "info auto-load libthread-db".
7032 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
7033 and "show auto-load-scripts". New description for "set auto-load",
7034 "show auto-load", "set auto-load gdb-scripts",
7035 "show auto-load gdb-scripts", "set auto-load python-scripts",
7036 "show auto-load python-scripts", "set auto-load local-gdbinit",
7037 "show auto-load local-gdbinit", "set auto-load libthread-db" and
7038 "show auto-load libthread-db".
7039 * auto-load.c: Remove include python/python-internal.h. Add includes
7040 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
7041 cli/cli-setshow.h.
7042 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
7043 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
7044 (gdbpy_global_auto_load): Rename to ...
7045 (global_auto_load): ... here.
7046 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7047 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
7048 (script_language_gdb, source_gdb_script_for_objfile): New.
7049 (struct loaded_script): New field language.
7050 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
7051 LANGUAGE.
7052 (maybe_add_script): Add parameter language. Drop redundant
7053 entry.full_path initialization. Initialize entry.language and
7054 (*slot)->language.
7055 (auto_load_objfile_script): Change parameter suffix to language.
7056 Remove the call of maybe_add_script.
7057 Call language->source_script_for_objfile.
7058 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
7059 New.
7060 (collect_matching_scripts): Adjust it for
7061 struct collect_matching_scripts_data.
7062 (auto_load_info_scripts_pattern_nl): New variable.
7063 (info_auto_load_scripts): Rename to ...
7064 (auto_load_info_scripts): ... here, add parameter language. Adjust it
7065 for struct collect_matching_scripts_data.
7066 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
7067 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
7068 (auto_load_show_cmdlist_get, info_auto_load_cmd)
7069 (auto_load_info_cmdlist_get): New.
7070 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
7071 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
7072 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
7073 "info auto-load local-gdbinit".
7074 * auto-load.h (struct script_language): New.
7075 (gdbpy_global_auto_load): Rename to ...
7076 (global_auto_load): ... here.
7077 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7078 (auto_load_local_gdbinit_loaded): New declarations.
7079 (maybe_add_script): New parameter language.
7080 (auto_load_objfile_script): Change parameter suffix to language.
7081 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
7082 (auto_load_info_scripts, auto_load_set_cmdlist_get)
7083 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
7084 declarations.
7085 * linux-thread-db.c: Include auto-load.h and ctype.h.
7086 (auto_load_thread_db, show_auto_load_thread_db): New.
7087 (struct thread_db_info): New field filename.
7088 (delete_thread_db_info): Call xfree for FILENAME.
7089 (try_thread_db_load): Initialize FILENAME.
7090 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
7091 if !AUTO_LOAD_THREAD_DB.
7092 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
7093 (_initialize_thread_db): Install auto_load_thread_db
7094 as "set auto-load libthread-db" and install info_auto_load_libthread_db
7095 as "info auto-load libthread-db".
7096 * main.c (captured_main): Rename gdbpy_global_auto_load to
7097 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
7098 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
7099 (print_gdb_help): Extend the help for 'local init file'.
7100 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
7101 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
7102 (auto_load_scripts): Rename to ...
7103 (auto_load_python_scripts): ... here, update the comment.
7104 (gdbpy_load_auto_script_for_objfile): New declaration.
7105 (show_auto_load_python_scripts, script_language_python)
7106 (gdbpy_load_auto_script_for_objfile): New.
7107 (source_section_scripts): Refactor the code.
7108 (load_auto_scripts_for_objfile): Rename to ...
7109 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
7110 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
7111 (info_auto_load_python_scripts): New.
7112 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
7113 Rename "set auto-load-scripts" to "set auto-load python-scripts".
7114 Register "set auto-load-scripts" as its deprecated alias. Register
7115 "info auto-load python-scripts". Register "info auto-load-scripts" as
7116 its deprecated alias.
7117 (load_auto_scripts_for_objfile): Rename to ...
7118 (gdbpy_load_auto_scripts_for_objfile): ... here.
7119 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
7120 (gdbpy_load_auto_scripts_for_objfile): ... here.
7121
7122 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7123
7124 auto-load: Move files.
7125 * Makefile.in (SFILES): Add auto-load.c.
7126 (HFILES_NO_SRCDIR): Add auto-load.h.
7127 (COMMON_OBS): Add auto-load.o.
7128 (distclean): Change .gdbinit for gdb-gdb.gdb.
7129 * auto-load.c: New file, with parts from python/py-auto-load.c.
7130 * auto-load.h: New file, with parts from python/python.h.
7131 * configure: Regenerate.
7132 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
7133 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
7134 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
7135 * main.c: Include auto-load.h.
7136 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
7137 command.h, observer.h and progspace.h to auto-load.c. Add include
7138 auto-load.h.
7139 (gdbpy_global_auto_load, struct auto_load_pspace_info)
7140 (struct loaded_script, auto_load_pspace_data)
7141 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
7142 (hash_loaded_script_entry, eq_loaded_script_entry)
7143 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
7144 (maybe_add_script): Move to auto-load.c.
7145 (source_section_scripts): Change maybe_add_script parameters passing,
7146 use script_not_found_warning_print.
7147 (clear_section_scripts, auto_load_objfile_script)
7148 (auto_load_new_objfile, loaded_script_ptr)
7149 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
7150 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
7151 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
7152 auto_load_new_objfile and info_auto_load_scripts initizations to
7153 auto-load.c.
7154 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
7155
7156 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7157
7158 Code cleanup.
7159 * charset.c (find_charset_names): Remove variables ix and elt.
7160 Use free_char_ptr_vec.
7161 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
7162 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
7163 debugdir_end. New variable debugdir_len.
7164 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
7165 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
7166 declarations.
7167 * progspace.c (clear_program_space_solib_cache): Remove variables ix
7168 and elt. Use free_char_ptr_vec.
7169 * source.c (add_path): Remove variables argv, arg and argv_index.
7170 New variables dir_vec, back_to, ix and name.
7171 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
7172 make_cleanup_freeargv. Remove variable separator. Simplify the code
7173 no longer expecting DIRNAME_SEPARATOR.
7174 (openp): Remove variable p, p1 and len. New variables dir_vec,
7175 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
7176 no longer expecting DIRNAME_SEPARATOR.
7177 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
7178 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
7179 debugdir_end.
7180 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
7181 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
7182 (dirnames_to_char_ptr_vec): New functions.
7183
7184 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7185
7186 Code cleanup.
7187 * source.c (add_path): Remove always true conditional 'p == 0' and
7188 unindent its code block.
7189
7190 2012-04-17 Pedro Alves <palves@redhat.com>
7191
7192 * gdbtypes.h (FIELD_BITPOS): Rename to ...
7193 (FIELD_BITPOS_LVAL): ... this.
7194 (FIELD_BITPOS): New.
7195 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
7196 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
7197 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
7198 SET_FIELD_BITPOS.
7199 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
7200 SET_FIELD_BITPOS.
7201 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
7202 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
7203 * target-descriptions.c (tdesc_gdb_type): Adjust to use
7204 SET_FIELD_BITPOS.
7205
7206 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7207
7208 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
7209 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
7210 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
7211 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
7212 * jv-lang.c (java_link_class_type): Likewise, once.
7213 * stabsread.c (read_enum_type): Likewise.
7214
7215 2012-04-16 Yao Qi <yao@codesourcery.com>
7216
7217 * common/agent.c (agent_run_command): Add one more parameter `len'.
7218 Update callers.
7219 * common/agent.h: Update declaration.
7220 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
7221 Update.
7222 (linux_child_static_tracepoint_markers_by_strid): Ditto.
7223
7224 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
7225
7226 PR mi/13393
7227 * value.c (value_actual_type): New function.
7228 * value.h (value_actual_type): New declaration.
7229 * varobj.c (update_type_if_necessary): New function.
7230 (varobj_create): Call value_actual_type instead of
7231 value_type.
7232 (install_dynamic_child): distinct changed and type changed MI variable
7233 objects.
7234 (update_dynamic_varobj_children): Updated for install_dynamic_child
7235 change. All callers updated.
7236 (varobj_update): Support for MI variable object type change if
7237 the value changed and RTTI is used to determine the type.
7238 (create_child_with_value): Call value_actual_type instead of
7239 value_type.
7240 (adjust_value_for_child_access): Extended with a new parameter which
7241 specify whether the given value should be casted to enclosing type.
7242 All callers updated.
7243
7244 2012-04-14 Yao Qi <yao@codesourcery.com>
7245
7246 Import gnulib module inttypes from git
7247 (250b80067c1e1d8faa0c42fb572f721975b929c5)
7248 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
7249 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
7250 gnulib/m4/inttypes-pri.m4
7251 * aclocal.m4, config.in, configure: Regenerated.
7252 * gnulib/Makefile.am: Update.
7253 * gnulib/Makefile.in: Update.
7254 * gnulib/m4/gnulib-cache.m4: Update.
7255 * gnulib/m4/gnulib-comp.m4: Update.
7256 * gnulib/inttypes.in.h: New.
7257 * gnulib/m4/inttypes-pri.m4: New.
7258 * gnulib/m4/inttypes.m4: New.
7259
7260 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
7261
7262 * infrun.c (resume): Update PC address to the real PC after
7263 preparing to do displaced stepping.
7264
7265 2012-04-12 Doug Evans <dje@google.com>
7266
7267 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
7268 All callers updated.
7269
7270 2012-04-12 Mark Kettenis <kettenis@gnu.org>
7271
7272 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
7273
7274 2012-04-12 Doug Evans <dje@google.com>
7275
7276 * dwarf2read.c (create_all_type_units): Renamed from
7277 create_debug_types_hash_table. All callers updated.
7278
7279 * dwarf2read.c (create_signatured_type_table_from_index): Rename
7280 local type_sig to sig_type, type_offset to type_offset_in_tu.
7281 (hash_signatured_type): Renamed from hash_type_signature,
7282 all callers updated.
7283 (eq_signatured_type): Renamed from eq_type_signature,
7284 all callers updated.
7285 (create_debug_types_hash_table): Rename local type_sig to sig_type.
7286 (process_enumeration_scope): Ditto.
7287 (lookup_signatured_type_at_offset): Ditto.
7288 (load_full_type_unit, read_signatured_type): Ditto.
7289
7290 2012-04-12 Yao Qi <yao@codesourcery.com>
7291
7292 * remote.c (async_remote_interrupt): Correct function name in
7293 debug message.
7294 (async_remote_interrupt_twice): Ditto.
7295
7296 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
7297
7298 * source.c (find_and_open_source): Consistently pass resulting
7299 full path through xfullpath.
7300
7301 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7302
7303 Provide more specific displaced-stepping memory error message.
7304 * infrun.c (displaced_step_prepare): New variable status. Call
7305 target_read_memory instead of read_memory, provide more specific
7306 error message.
7307
7308 2012-04-11 Tristan Gingold <gingold@adacore.com>
7309
7310 PR gdb/13901
7311 * darwin-nat.c (darwin_execvp): Revert previous patch.
7312
7313 2012-04-11 Tristan Gingold <gingold@adacore.com>
7314
7315 PR gdb/13901
7316 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
7317 in case of change.
7318
7319 2012-04-11 Tristan Gingold <gingold@adacore.com>
7320
7321 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7322 warning.
7323
7324 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
7325
7326 New command 'explore' which helps explore values and types in
7327 scope.
7328 * NEWS: Add an entry about the new 'explore' command.
7329 * data-directory/Makefile.in: Add gdb/command/explore.py
7330 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
7331 command using the GDB Python API.
7332
7333 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
7334
7335 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
7336 extension in jump target calculation.
7337
7338 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
7339
7340 * mips-tdep.c (mips32_next_pc): Handle JALX.
7341
7342 2012-04-10 Yao Qi <yao@codesourcery.com>
7343
7344 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
7345
7346 2012-04-10 Yao Qi <yao@codesourcery.com>
7347
7348 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
7349 and gnulib/m4/gnulib-tool.m4.
7350
7351 2012-04-10 Doug Evans <dje@google.com>
7352
7353 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
7354 (load_partial_dies): Clarify comment.
7355 (find_partial_die): Support rereading type units.
7356 Clarify CU handling, if we know offset is in CU, don't search for the
7357 containing CU. Add comment regarding memory waste.
7358
7359 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
7360
7361 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
7362 i386/x32-avx and i386/x32-avx-linux.
7363 (i386/x32-expedite): New.
7364 (i386/x32-linux-expedite): Likewise.
7365 (i386/x32-avx-expedite): Likewise.
7366 (i386/x32-avx-linux-expedite): Likewise.
7367 ($(outdir)/i386/x32.dat): Likewise.
7368 ($(outdir)/i386/x32-linux.dat): Likewise.
7369 ($(outdir)/i386/x32-avx.dat): Likewise.
7370 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
7371
7372 * features/i386/x32-avx-linux.xml: New file.
7373 * features/i386/x32-avx.xml: Likewise.
7374 * features/i386/x32-core.xml: Likewise.
7375 * features/i386/x32-linux.xml: Likewise.
7376 * features/i386/x32.xml: Likewise.
7377
7378 * features/i386/x32-avx-linux.c: New. Generated.
7379 * features/i386/x32-avx.c: Likewise.
7380 * features/i386/x32-linux.c: Likewise.
7381 * features/i386/x32.c: Likewise.
7382 * regformats/i386/x32-avx-linux.dat: Likewise.
7383 * regformats/i386/x32-avx.dat: Likewise.
7384 * regformats/i386/x32-linux.dat: Likewise.
7385 * regformats/i386/x32.dat: Likewise.
7386
7387 2012-04-10 Tristan Gingold <gingold@adacore.com>
7388
7389 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
7390 code to kill the inferior.
7391
7392 2012-04-09 Mark Kettenis <kettenis@gnu.org>
7393
7394 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7395 defines.
7396 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7397 defines.
7398 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
7399 (yyvsp): New defines.
7400 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7401 defines.
7402 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7403 defines.
7404 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7405 defines.
7406 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7407 defines.
7408 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7409 defines.
7410
7411 2012-04-09 Mark Kettenis <kettenis@gnu.org>
7412
7413 * sparc64-tdep.c (sparc64_store_arguments)
7414 (sparc64_store_arguments): Fix coding style.
7415
7416 2012-04-07 Mark Kettenis <kettenis@gnu.org>
7417
7418 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
7419 complex floats, adjust some related comments and tighten a related
7420 assertion.
7421 (sparc64_extract_return_value): Handle complex floats.
7422
7423 2012-04-07 Doug Evans <dje@google.com>
7424
7425 * dwarf2read.c (load_partial_dies): Change condition to assert.
7426
7427 2012-04-06 Doug Evans <dje@google.com>
7428
7429 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
7430 "mov %rsp,%rbp".
7431
7432 2012-04-05 Kevin Buettner <kevinb@redhat.com>
7433
7434 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
7435 fencepost error.
7436 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
7437 (v850_gdbarch_init): Set `num_regs' as appropriate for the
7438 architecture.
7439
7440 2012-04-05 Keith Seitz <keiths@redhat.com>
7441
7442 * linespec.c (decode_compound): Remove.
7443 (enum offset_relative_sign): New enum.
7444 (struct line_offset): New struct.
7445 (struct linespec): New struct.
7446 (struct linespec_state): Move file_symtabs,
7447 user_filename, and user_function into struct linespec.
7448 Make result an anonymous struct holding vectors of
7449 symbolp and minsym_and_objfile_d.
7450 Add language member.
7451 (enum ls_token_type): New enum.
7452 (linespec_keywords): New array.
7453 (struct ls_token): New struct.
7454 (struct ls_parser): New struct.
7455 (linespec_lexer_lex_number): New function.
7456 (linespec_lexer_lex_keyword): New function.
7457 (is_ada_operator): New function.
7458 (skip_quote_char): New function.
7459 (copy_token_string): New function.
7460 (is_closing_quote_enclosed): New function.
7461 (find_parameter_list_end): New function.
7462 (linespec_lexer_lex_string): New function.
7463 (linespec_lexer_lex_one): New function.
7464 (linespec_lexer_consume_token): New function.
7465 (linespec_lexer_peek_token): New function.
7466 (cplusplus_error): Remove unused function.
7467 (find_methods): Update comment.
7468 (find_toplevel_char): Return const.
7469 (is_objc_method_format): Remove unused function.
7470 (find_toplevel_string): New function.
7471 (is_linespec_boundary): Remove.
7472 (symbol_not_found_error): New function.
7473 (find_method_overload_end): Remove function.
7474 (unexpected_linespec_error): New function.
7475 (keep_name_info): Remove.
7476 (linespec_parse_line_offset): New function.
7477 (linespec_parse_basic): New function.
7478 (canonicalize_linespec): New function.
7479 (decode_line_internal): Remove.
7480 (create_sals_line_offset): New function adapted from
7481 decode_all_digits.
7482 (convert_linespec_to_sals): New function.
7483 (parse_linespec): New function.
7484 (linespec_parser_new): New function.
7485 (linespec_state_destructor): Change parameter type to
7486 struct linespec_state *.
7487 Add language parameter.
7488 Remove freeing of moved members.
7489 (linespec_parser_delete): New function.
7490 (decode_line_full): Use parse_linespec and linespec_parser_new.
7491 (decode_line_1): Likewise.
7492 (decode_indirect): Rename to ...
7493 (linespec_expression_to_pc): ... this and rewrite
7494 to simply find CORE_ADDR, storing this result for later
7495 conversion to SALs.
7496 (locate_first_half): Remove.
7497 (deocde_objc): Add parameter LS.
7498 Initialize new struct collect_info members.
7499 Handle minimal symbols, too.
7500 (decode_compound): Delete.
7501 (lookup_prefix_sym): Rewrite.
7502 (compare_msymbols): New function.
7503 (find_method): Rewrite.
7504 Do not call cplusplus_error.
7505 (symtabs_from_filename): Rewrite.
7506 (collect_function_symbols): Delete.
7507 (find_function_symbols): Rewrite without ARGPTR-style
7508 processing.
7509 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
7510 (decode_dollar): Adapted and renamed to ...
7511 (linespec_parse_variable): ... this.
7512 (find_linespec_symbols): New function.
7513 (decode_label): Adapted and renamed to ...
7514 (find_label_symbols): ... this.
7515 (decode_digits_list_mode): Add and use LS argument.
7516 (decode_digits_ordinary): Likewise.
7517 (collect_symbols): Do not collect SALs, just symbols and msymbols.
7518 If in list mode, allow any symbol class. Otherwise, only
7519 permit LOC_BLOCK symbols.
7520 (minsym_found): Update comments.
7521 (search_minsyms_for_name): Do not convert the matching symbol
7522 into a SAL. Simply push the symbol and objfile into the
7523 result vector.
7524 (decode_variable): Delete. Contents adapted into
7525 find_linespec_symbols.
7526
7527 * cp-support.c (SKIP_SPACE): Remove.
7528 (operator_tokens): Remove unused global.
7529 (cp_validate_operator): Remove.
7530 * cp-support.h (cp_validate_operator): Remove declaration.
7531
7532 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7533
7534 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
7535 for TYPE_VPTR_FIELDNO.
7536 * valprint.c (valprint_check_validity): Make it global, move the
7537 function comment ...
7538 * value.h (valprint_check_validity): ... to this new declaration.
7539
7540 2012-04-02 Tristan Gingold <gingold@adacore.com>
7541
7542 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
7543 the STATE32 api for i386 state.
7544 (i386_darwin_store_inferior_registers): Likewise.
7545
7546 2012-04-02 Tristan Gingold <gingold@adacore.com>
7547
7548 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
7549 SS offset.
7550 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7551 format_string.
7552
7553 2012-04-02 Tristan Gingold <gingold@adacore.com>
7554
7555 PR gdb/13901
7556 * darwin-nat.c (darwin_execvp): Set binary preference.
7557
7558 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7559
7560 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
7561
7562 2012-03-30 Tom Tromey <tromey@redhat.com>
7563
7564 * python/python.c (gdbpy_decode_line): Move cleanup creation out
7565 of TRY_CATCH. Fix error handling.
7566 * python/py-value.c (convert_value_from_python): Move 'old'
7567 declaration to innermost scope.
7568
7569 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7570 Andrey Smirnov <andrew.smirnov@gmail.com>
7571
7572 -Wshadow warning fix.
7573 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
7574 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
7575 Adjust code accordingly.
7576
7577 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7578
7579 * ada-lang.c (symbol_completion_add): Rename parameter
7580 "encoded" into "encoded_p". Ajust code and documentation
7581 accordingly.
7582
7583 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7584 Andrey Smirnov <andrew.smirnov@gmail.com>
7585
7586 -Wshadow warning fix.
7587 * ada-lang.c (symbol_completion_add): Rename parameter
7588 "wild_match" into wild_match_p. Update code and documentation
7589 accordingly.
7590
7591 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7592
7593 * ada-lang.c (symbol_completion_match): Rename parameter
7594 "encoded" into "encoded_p". Ajust code and documentation
7595 accordingly.
7596
7597 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7598 Andrey Smirnov <andrew.smirnov@gmail.com>
7599
7600 -Wshadow warning fix.
7601 * ada-lang.c (symbol_completion_match): Rename parameter
7602 "wild_match" into "wild_match_p". Adjust code and function
7603 documentation accordingly.
7604
7605 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7606 Andrey Smirnov <andrew.smirnov@gmail.com>
7607
7608 -Wshadow warning fix.
7609 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
7610 "symbol_info" into "info". Adjust code accordingly.
7611 (ada_lookup_symbol): Likewise.
7612
7613 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7614
7615 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
7616 of this function's documentation.
7617
7618 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7619 Andrey Smirnov <andrew.smirnov@gmail.com>
7620
7621 -Wshadow warning fix.
7622 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
7623 variable into "wild_match_p". Adjust code accordingly.
7624
7625 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7626 Andrey Smirnov <andrew.smirnov@gmail.com>
7627
7628 -Wshadow warning fix.
7629 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
7630 parameter into "wild_match_p". Adjust code accordingly.
7631 Document this parameter in the function description.
7632
7633 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7634 Andrey Smirnov <andrew.smirnov@gmail.com>
7635
7636 -Wshadow warning fix.
7637 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
7638 "wild_match" parameter to "wild_match_p" (-Wshadow).
7639
7640 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7641
7642 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
7643 in function documentation.
7644
7645 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7646 Andrey Smirnov <andrew.smirnov@gmail.com>
7647
7648 -Wshadow warning fix.
7649 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
7650 variable into wild_match_p. Adjust code accordingly.
7651
7652 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7653 Andrey Smirnov <andrew.smirnov@gmail.com>
7654
7655 * ada-valprint.c (ada_val_print_1): Move the code handling
7656 TYPE_CODE_ENUM inside its own lexical block. Declare
7657 variables len and val there, instead of in the function's
7658 top level block. Avoid declaring deref_val again in a way
7659 that shadows another variable of the same name declared
7660 in one of the up-level blocks. Just re-use the up-level
7661 variable instead.
7662
7663 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7664
7665 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
7666 Replace block_found argument by symbol_info. Adjust
7667 implementation accordingly. Add function documentation.
7668 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
7669 Fix documentation.
7670 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
7671 * ada-exp.y (write_object_renaming): Adjust to new
7672 ada_lookup_encoded_symbol API.
7673
7674 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7675
7676 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
7677 documentation.
7678
7679 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
7680
7681 * v850-tdep.c: Add the enum values for mpu and fpu registers.
7682 (v850_register_name): Add the mpu and fpu register names.
7683 (v850e_register_name): Add the mpu and fpu register names.
7684 (v850e2_register_name): New function.
7685 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
7686 bfd_mach_v850e2v3.
7687
7688 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7689
7690 * NEWS: Add entry for Ada varobj support.
7691
7692 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7693
7694 * varobj.c (default_value_is_changeable_p): New function,
7695 extracted from varobj_value_is_changeable_p. Add declaration.
7696 (ada_value_is_changeable_p): New function, extracted from
7697 varobj_value_is_changeable_p. Add declaration.
7698 (struct language_specific): New field "value_is_changeable_p".
7699 (languages): Add entries for new field.
7700 (varobj_create): Set language before calling install_new_value.
7701 (varobj_value_is_changeable_p): Reimplement to call the varobj's
7702 "value_is_changeable_p" language callback.
7703
7704 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7705
7706 * ada-varobj.h, ada-varobj.c: New files.
7707 * Makefile.in (SFILES): Add ada-varobj.c.
7708 (HFILES_NO_SRCDIR): Add ada-varobj.h.
7709 (COMMON_OBS): Add ada-varobj.o.
7710
7711 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7712
7713 * varobj.c (ada_value_has_mutated): Add declaration. New function.
7714 (struct language_specific): New field "value_has_mutated".
7715 (languages): Set field "value_has_mutated" in each entry of array.
7716 (varobj_value_has_mutated): New function.
7717 (varobj_udpdate): Add handling of type mutation.
7718 (value_of_root): Add handling of type mutation.
7719 (ada_value_has_mutated): New function.
7720
7721 2012-03-28 Pedro Alves <palves@redhat.com>
7722
7723 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
7724 Always supply $fr0 as 0.0 and $fr1 as 1.0.
7725
7726 2012-03-28 Tom Tromey <tromey@redhat.com>
7727
7728 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
7729 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
7730 before returning.
7731
7732 2012-03-28 Tom Tromey <tromey@redhat.com>
7733
7734 * .dir-locals.el: New file.
7735
7736 2012-03-28 Pedro Alves <palves@redhat.com>
7737
7738 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
7739
7740 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7741
7742 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
7743 handling for r0.
7744
7745 2012-03-27 Pedro Alves <palves@redhat.com>
7746
7747 Eliminate struct ui_stream.
7748
7749 * ui-out.h (struct ui_stream): Delete.
7750 (ui_out_field_stream): Adjust prototype.
7751 (ui_out_stream_new, ui_out_stream_delete)
7752 (make_cleanup_ui_out_stream_delete): Delete declarations.
7753 * ui-out.c (ui_out_field_stream): Change prototype to take a
7754 ui_file instead of a ui_stream. Adjust.
7755 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
7756 (make_cleanup_ui_out_stream_delete): Delete.
7757 * breakpoint.c (print_breakpoint_location)
7758 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
7759 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7760 * disasm.c (dump_insns): Ditto.
7761 (do_mixed_source_and_assembly, do_assembly_only): Adjust
7762 prototype.
7763 (gdb_disassembly): Use ui_file/mem_fileopen instead of
7764 ui_stream/ui_out_stream_new.
7765 * infcmd.c (print_return_value): Ditto.
7766 * osdata.c (info_osdata_command): Don't allocate a local
7767 ui_stream.
7768 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
7769 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7770 * tracepoint.c (print_one_static_tracepoint_marker): Don't
7771 allocate a local ui_stream.
7772 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
7773 instead of ui_stream/ui_out_stream_new.
7774 (list_args_or_locals): Don't allocate a local ui_stream.
7775 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
7776 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
7777 ui_stream/ui_out_stream_new.
7778 * cli/cli-setshow.c (do_setshow_command): Ditto.
7779
7780 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
7781
7782 * arm-linux-tdep.c (arm_linux_init_abi): Call
7783 set_gdbarch_process_record. Initialize `arm_swi_record' field.
7784 * arm-tdep.c (arm_process_record): New function.
7785 (deallocate_reg_mem): New function.
7786 (decode_insn): New function.
7787 (thumb_record_branch): New function.
7788 (thumb_record_ldm_stm_swi(): New function.
7789 (thumb_record_misc): New function.
7790 (thumb_record_ld_st_stack): New function.
7791 (thumb_record_ld_st_imm_offset): New function.
7792 (thumb_record_ld_st_reg_offset(): New function.
7793 (thumb_record_add_sub_cmp_mov): New function.
7794 (thumb_record_shift_add_sub): New function.
7795 (arm_record_coproc_data_proc): New function.
7796 (arm_record_coproc): New function.
7797 (arm_record_b_bl): New function.
7798 (arm_record_ld_st_multiple): New function.
7799 (arm_record_ld_st_reg_offset): New function.
7800 (arm_record_ld_st_imm_offset): New function.
7801 (arm_record_data_proc_imm): New function.
7802 (arm_record_data_proc_misc_ld_str): New function.
7803 (arm_record_extension_space): New function.
7804 (arm_record_strx): New function.
7805 (sbo_sbz): New function.
7806 (struct insn_decode_record): New structure for arm insn record.
7807 (REG_ALLOC): New macro for reg allocations.
7808 (MEM_ALLOC): New macro for memory allocations.
7809 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
7810
7811 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
7812
7813 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
7814 (store_register): Likewise.
7815
7816 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
7817
7818 * MAINTAINERS (Write After Approval): Add myself to the list.
7819
7820 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7821
7822 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
7823 Describe also the option "auto".
7824
7825 2012-03-22 Richard Henderson <rth@redhat.com>
7826
7827 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
7828 * sparc-nat.c (sparc_xfer_wcookie): Make static.
7829
7830 2012-03-22 Richard Henderson <rth@redhat.com>
7831
7832 * jit.c (jit_read_code_entry): Compute alignment and offset of
7833 int64_t member before computing entry_size.
7834
7835 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7836
7837 Python scripting: Add new method Value.referenced_value to
7838 gdb.Value which can dereference pointer as well as reference
7839 values.
7840 * NEWS: Add entry under 'Python scripting' about the new method
7841 Value.referenced_value on gdb.Value objects.
7842 * python/py-value.c (valpy_referenced_value): New function
7843 defining a new method on gdb.Value objects which can dereference
7844 pointer and reference values.
7845
7846 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7847
7848 * MAINTAINERS (Write After Approval): Add myself to the list.
7849
7850 2012-03-21 Kevin Buettner <kevinb@redhat.com>
7851
7852 * symtab.c (skip_prologue_sal): Change test to check for "main()"
7853 in addition to "main".
7854
7855 2012-03-21 Joel Brobecker <brobecker@adacore.com>
7856
7857 * expression.h (op_name): Add declaration.
7858 * expprint.c (op_name): Remove declaration. Make non-static.
7859 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
7860
7861 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
7862
7863 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
7864 of struct siginfo.
7865 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
7866 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
7867 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
7868 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
7869 (linux_nat_get_siginfo): Likewise.
7870 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
7871 (linux_nat_get_siginfo): Likewise.
7872 * linux-tdep.c (linux_get_siginfo_type): Likewise.
7873 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
7874 * procfs.c (gdb_siginfo_t): Likewise.
7875
7876 2012-03-21 Mike Frysinger <vapier@gentoo.org>
7877
7878 * .gitignore: Ignore more files.
7879
7880 2012-03-20 Pedro Alves <palves@redhat.com>
7881
7882 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
7883 returns.
7884
7885 2012-03-20 Yao Qi <yao@codesourcery.com>
7886
7887 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
7888 comment.
7889
7890 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7891
7892 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
7893 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
7894 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
7895 sect_offset.
7896 * dwarf2expr.h (cu_offset, sect_offset): New types.
7897 (struct dwarf_expr_context_funcs) <dwarf_call>
7898 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
7899 sect_offset.
7900 (struct dwarf_expr_context) <len>: Improve the comment.
7901 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
7902 cu_offset and sect_offset.
7903 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
7904 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
7905 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
7906 * dwarf2loc.h: Include dwarf2expr.h.
7907 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
7908 and sect_offset.
7909 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
7910 Improve the comment.
7911 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
7912 (struct signatured_type, struct line_header, struct partial_die_info)
7913 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
7914 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
7915 (get_die_type_at_offset, create_cus_from_index)
7916 (create_signatured_type_table_from_index, dw2_get_file_names)
7917 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
7918 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
7919 (create_debug_types_hash_table, process_psymtab_comp_unit)
7920 (load_partial_comp_unit, create_all_comp_units)
7921 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
7922 (load_full_comp_unit, dwarf2_physname, read_import_statement)
7923 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
7924 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
7925 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
7926 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
7927 (find_partial_die, read_attribute_value, lookup_die_type)
7928 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
7929 (is_ref_attr): New function comment.
7930 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
7931 Use cu_offset and sect_offset.
7932 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
7933 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
7934 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
7935 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
7936 (offset_and_type_hash, offset_and_type_eq, set_die_type)
7937 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
7938 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
7939 sect_offset.
7940
7941 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7942
7943 Code cleanup.
7944 * python/py-auto-load.c (source_section_scripts): New variable back_to.
7945 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
7946 with xfree.
7947 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
7948
7949 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7950
7951 * NEWS: Describe new options --init-command=FILE, -ix and
7952 --init-eval-command=COMMAND, -iex.
7953 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
7954 CMDARG_INIT_COMMAND.
7955 (captured_main): New enum items OPT_IX and OPT_IEX. Add
7956 "init-command", "init-eval-command", "ix" and "iex" to the variable
7957 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
7958 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
7959 (print_gdb_help): Describe --init-command=FILE, -ix and
7960 --init-eval-command=COMMAND, -iex.
7961
7962 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7963
7964 Code cleanup.
7965 * main.c (struct cmdarg): Move it here from main. Add more comments.
7966 (cmdarg_s, VEC (cmdarg_s)): New.
7967 (main): Move struct cmdarg from here. New variables cmdarg_vec and
7968 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
7969 Install cleanup for cmdarg_vec. Update filling for options 'x' and
7970 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
7971 of CMDARG.
7972
7973 2012-03-19 Tom Tromey <tromey@redhat.com>
7974
7975 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
7976
7977 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7978
7979 PR symtab/13777
7980 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
7981 GCC >=4.5.
7982
7983 2012-03-16 Chris January <chris.january@allinea.com>
7984
7985 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
7986 of clear.
7987
7988 2012-03-16 Chris January <chris.january@allinea.com>
7989
7990 * source.c (add_path): Use memmove instead of strcpy because the
7991 strings overlap.
7992
7993 2012-03-16 Joel Brobecker <brobecker@adacore.com>
7994
7995 * value.h (set_value_parent): Add declaration.
7996 * value.c (set_value_parent): New function.
7997 (value_address): If VALUE->PARENT is not NULL, then use it as
7998 the base address instead of VALUE->LOCATION.address.
7999 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
8000 the same as OBJ's address. Adjust V's offset accordingly.
8001 Set V's parent.
8002
8003 2012-03-16 Gary Benson <gbenson@redhat.com>
8004
8005 PR breakpoints/10738
8006 * dwarf2read.c (use_deprecated_index_sections): New global.
8007 (struct partial_die_info): New member may_be_inlined.
8008 (read_partial_die): Set may_be_inlined where appropriate.
8009 (add_partial_subprogram): Add partial symbols for partial
8010 DIEs that may be inlined.
8011 (new_symbol_full): Add inlined subroutines to the current
8012 scope.
8013 (write_psymtabs_to_index): Bump version number.
8014 (dwarf2_read_index): Read only version 6 indices unless
8015 use_deprecated_index_sections is set.
8016 * linespec.c (symbol_and_data_callback): New structure.
8017 (iterate_inline_only): New function.
8018 (iterate_over_all_matching_symtabs): New argument
8019 "include_inline". If nonzero, also call the callback for
8020 symbols representing inlined subroutines.
8021 (lookup_prefix_sym): Pass extra argument to the above.
8022 (find_function_symbols): Likewise.
8023 (add_matching_symbols_to_info): Likewise.
8024 * NEWS: Mention that GDB can now set breakpoints on inlined
8025 functions.
8026
8027 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
8028
8029 * p-typeprint.c (pascal_type_print_method_args):
8030 Fix display of parameter of methods.
8031
8032 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
8033
8034 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
8035 Add missing prototype.
8036
8037 2012-03-16 Yao Qi <yao@codesourcery.com>
8038 Jan Kratochvil <jan.kratochvil@redhat.com>
8039
8040 Fix false compilation warning.
8041 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
8042
8043 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
8044 Pedro Alves <pedro@codesourcery.com>
8045
8046 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
8047 (arm_register_g_packet_guesses): New function.
8048 (arm_gdbarch_init): Don't force a target description with
8049 registers when the executable is detected as M-profile. Instead
8050 set gdbarch->tdep->is_m. Register `g' packet guesses.
8051 (_initialize_arm_tdep): Initialize the new target description.
8052 * features/arm-with-m-fpa-layout.xml: New description.
8053 * features/arm-with-m-fpa-layout.c: New, generated.
8054
8055 2012-03-15 Joel Brobecker <brobecker@adacore.com>
8056
8057 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
8058 Update function description.
8059 (insert_bp_location): Do not wipe bl->target_info out.
8060 * mem-break.c: #include "gdb_string.h".
8061 (default_memory_insert_breakpoint): Do not call target_read_memory
8062 with a pointer to the breakpoint's shadow_contents buffer. Use
8063 a local buffer instead.
8064 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
8065
8066 2012-03-15 Tom Tromey <tromey@redhat.com>
8067
8068 * NEWS: Mention "info vtbl", not "info vtable".
8069 * cp-support.c (info_vtbl_command): Fix comment.
8070 (_initialize_cp_support): Fix text.
8071
8072 2012-03-15 Tom Tromey <tromey@redhat.com>
8073
8074 * cp-valprint.c (cp_print_value_fields): Use
8075 print_function_pointer_address for vtable slot.
8076
8077 2012-03-15 Tom Tromey <tromey@redhat.com>
8078
8079 * gnu-v3-abi.c (struct value_and_voffset): New.
8080 (hash_value_and_voffset, eq_value_and_voffset)
8081 (compare_value_and_voffset, compute_vtable_size)
8082 (print_one_vtable, gnuv3_print_vtable): New functions.
8083 (init_gnuv3_ops): Initialize 'print_vtable' field.
8084 * cp-support.c (info_vtbl_command): New function.
8085 (_initialize_cp_support): Add "info vtbl".
8086 * cp-abi.h (cplus_print_vtable): Declare.
8087 (struct cp_abi_ops) <print_vtable>: New field.
8088 * cp-abi.c (cplus_print_vtable): New function.
8089 * NEWS: Update.
8090
8091 2012-03-15 Tom Tromey <tromey@redhat.com>
8092
8093 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
8094 iterate_over_symbols.
8095
8096 2012-03-14 Doug Evans <dje@google.com>
8097
8098 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
8099 DW_OP_GNU_parameter_ref.
8100
8101 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8102
8103 Fix double prompt of 'interpreter-exec mi'.
8104 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
8105 (mi_interpreter_resume): use it.
8106 (mi_execute_command_input_handler): New function.
8107 * mi/mi-main.c (mi_execute_command): Move prompt printing to
8108 mi_execute_command_input_handler.
8109
8110 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
8111
8112 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
8113 prototype.
8114 (darwin_debug_port_info): Make static.
8115 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
8116 * machoread.c (_initialize_machoread): Add prototype.
8117 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
8118 (i386_darwin_set_control, i386_darwin_get_control)
8119 i386_darwin_dr_set_addr, i386_darwin_get_addr)
8120 i386_darwin_get_status, i386_darwin_get_control):
8121 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
8122
8123 2012-03-13 Joel Brobecker <brobecker@adacore.com>
8124
8125 * ax-gdb.c (gen_usual_unary): Remove special handling of
8126 enum and bool types.
8127
8128 2012-03-13 Joel Brobecker <brobecker@adacore.com>
8129
8130 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
8131
8132 2012-03-13 Joel Brobecker <brobecker@adacore.com>
8133
8134 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
8135
8136 2012-03-13 Chris January <chris.january@allinea.com>
8137
8138 * aix-thread.c (fill_sprs): Store the floating point registers
8139 at the correct offsets into vals.
8140
8141 2012-03-13 Doug Evans <dje@google.com>
8142
8143 * NEWS: Mention symbol-reloading has been deleted.
8144 * symfile.c (symbol_reloading): Delete.
8145 (show_symbol_reloading): Delete.
8146 (_initialize_symfile): Delete set/show symbol-reloading.
8147
8148 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
8149 read_in_chain until we have successfully read it in.
8150 (load_full_comp_unit): Ditto.
8151 (read_signatured_type): Add comment.
8152
8153 2012-03-13 Chris January <chris.january@allinea.com>
8154
8155 * stabsread.c (fix_common_block): Change type of valu argument
8156 to CORE_ADDR.
8157
8158 2012-03-13 Chris January <chris.january@allinea.com>
8159
8160 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
8161 instruction.
8162
8163 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8164
8165 * common/linux-procfs.c (linux_proc_get_int): New, from
8166 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
8167 field.
8168 (linux_proc_get_tgid): Only call linux_proc_get_int.
8169 (linux_proc_get_tracerpid): New.
8170 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
8171 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
8172 linux_proc_pid_has_state.
8173 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
8174 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
8175 (linux_ptrace_attach_warnings): New.
8176 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
8177 New declaration.
8178 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
8179 (linux_nat_attach): New variables ex, buffer, message and message_s.
8180 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
8181
8182 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8183
8184 * Makefile.in (linux-ptrace.o): New.
8185 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
8186 from linux-nat.c.
8187 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
8188 * common/linux-ptrace.c: New file.
8189 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
8190 * config/arm/linux.mh: Likewise.
8191 * config/i386/linux.mh: Likewise.
8192 * config/i386/linux64.mh: Likewise.
8193 * config/ia64/linux.mh: Likewise.
8194 * config/m32r/linux.mh: Likewise.
8195 * config/m68k/linux.mh: Likewise.
8196 * config/mips/linux.mh: Likewise.
8197 * config/pa/linux.mh: Likewise.
8198 * config/powerpc/linux.mh: Likewise.
8199 * config/powerpc/ppc64-linux.mh: Likewise.
8200 * config/powerpc/spu-linux.mh: Likewise.
8201 * config/s390/s390.mh: Likewise.
8202 * config/sparc/linux.mh: Likewise.
8203 * config/sparc/linux64.mh: Likewise.
8204 * config/xtensa/linux.mh: Likewise.
8205 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
8206 common/linux-procfs.c.
8207 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
8208
8209 2012-03-13 Hui Zhu <teawater@gmail.com>
8210 Pedro Alves <palves@redhat.com>
8211
8212 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
8213 CREATE_BREAKPOINT_FLAGS_INSERTED.
8214 (create_breakpoint_sal, create_breakpoints_sal)
8215 (base_breakpoint_create_breakpoints_sal)
8216 (tracepoint_create_breakpoints_sal)
8217 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
8218 down.
8219 (break_command_1, handle_gnu_v3_exceptions, trace_command)
8220 (ftrace_command, strace_command): Adjust.
8221 (create_tracepoint_from_upload): Pass
8222 CREATE_BREAKPOINT_FLAGS_INSERTED.
8223 * breakpoint.h (enum breakpoint_create_flags): New.
8224 (create_breakpoint): New flags parameter.
8225 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
8226 * python/py-breakpoint.c (bppy_init): Adjust.
8227 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
8228 * spu-tdep.c (spu_catch_start): Adjust.
8229
8230 2012-03-13 Pedro Alves <palves@redhat.com>
8231 Hui Zhu <teawater@gmail.com>
8232 Yao Qi <yao@codesourcery.com>
8233
8234 * remote.c (struct remote_state): New field `starting_up'.
8235 (remote_start_remote): Set and clear it.
8236 (remote_can_download_tracepoint): If starting up, return false.
8237
8238 2012-03-13 Yao Qi <yao@codesourcery.com>
8239
8240 * inferior.h (struct inferior): Remove fields any_syscall_count,
8241 syscalls_counts and total_syscalls_count. Move them to new
8242 struct catch_syscall_inferior_data in breakpoint.c.
8243 * breakpoint.c: Call DEF_VEC_I(int).
8244 (struct catch_syscall_inferior_data): New.
8245 (get_catch_syscall_inferior_data): New.
8246 (catch_syscall_inferior_data_cleanup): New.
8247 (insert_catch_syscall): Update to access data in
8248 struct catch_syscall_inferior_data.
8249 (insert_catch_syscall): Likewise.
8250 (remove_catch_syscall): Likewise.
8251 (remove_catch_syscall): Likewise.
8252 (is_syscall_catchpoint_enabled): Likewise.
8253 (add_catch_command): Likewise.
8254 (_initialize_breakpoint): Register cleanup.
8255 * breakpoint.h: Removed DEF_VEC_I(int).
8256 * dwarf2loc.c: Call DEF_VEC_I(int).
8257 * mi/mi-main.c: Likewise.
8258
8259 2012-03-12 Mark Kettenis <kettenis@gnu.org>
8260
8261 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
8262
8263 2012-03-12 Chris January <chris.january@allinea.com>
8264
8265 * aix-thread.c (_initialize_aix_thread): Add prototype.
8266 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
8267 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
8268
8269 2012-03-12 Joel Brobecker <brobecker@adacore.com>
8270
8271 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
8272 include of "amd64-nat.h".
8273
8274 2012-03-12 Tom Tromey <tromey@redhat.com>
8275
8276 * buildsym.c (record_pending_block): Now static.
8277 * buildsym.h: (record_pending_block): Remove.
8278
8279 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
8280
8281 * amd64bsd-nat.c: Include amd64bsd-nat.h.
8282
8283 2012-03-09 Tom Tromey <tromey@redhat.com>
8284
8285 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
8286 producer_is_gxx_lt_4_6>: New fields.
8287 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
8288
8289 2012-03-09 Tom Tromey <tromey@redhat.com>
8290
8291 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
8292
8293 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8294
8295 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
8296 prototype.
8297
8298 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8299
8300 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
8301
8302 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8303
8304 Fix -Wmissing-prototypes build.
8305 * arm-linux-nat.c (get_thread_id): Make it static.
8306 * xtensa-linux-nat.c (get_thread_id): Likewise.
8307
8308 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8309
8310 * server.c (process_point_options): If a conditional expression
8311 is found, only print a message if remote_debug is nonzero.
8312
8313 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
8314
8315 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
8316 of internal error for unknown/unsupported types.
8317
8318 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8319
8320 Fix CU relative vs. absolute DIE offsets.
8321 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
8322 offset to offset_in_cu.
8323 * dwarf2read.c (process_enumeration_scope): Add CU offset to
8324 TYPE_OFFSET.
8325 (dwarf2_fetch_die_location_block): Rename parameter offset to
8326 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
8327
8328 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8329
8330 * libunwind-frame.c: Rename to ...
8331 * ia64-libunwind-tdep.c: ... here.
8332 * libunwind-frame.h: Rename to ...
8333 * ia64-libunwind-tdep.h: ... here.
8334 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
8335 ia64-libunwind-tdep.h.
8336 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
8337 * README (--with-libunwind): Rename to ...
8338 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
8339 * config.in: Regenerate.
8340 * configure: Regenerate.
8341 * configure.ac: New option --with-libunwind-ia64, make the
8342 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
8343 Remove AC_DEFINE for HAVE_LIBUNWIND.
8344 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
8345 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
8346 Rename libunwind-frame in the general comment.
8347 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
8348 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
8349 Move forward declarations inside #ifndef. Rename libunwind-frame in
8350 the general comment.
8351 * ia64-tdep.c: Rename libunwind-frame.h #include to
8352 ia64-libunwind-tdep.h.
8353 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
8354 (ia64_libunwind_descr): Rename libunwind-frame to
8355 ia64-libunwind-tdep in these function comments.
8356 * ia64-tdep.h: Rename libunwind-frame.h #include to
8357 ia64-libunwind-tdep.h.
8358 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
8359 ia64-libunwind-tdep in that data comment.
8360
8361 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8362
8363 * libunwind-frame.h (struct frame_unwind): New declaration.
8364
8365 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8366
8367 * breakpoint.c (_initialize_breakpoint): Fix error in help of
8368 "set breakpoint condition-evaluation" command.
8369
8370 2012-03-08 Tristan Gingold <gingold@adacore.com>
8371
8372 * sparc-stub.c: Move to stubs/
8373 * sh-stub.c: Likewise.
8374 * m68k-stub.c: Likewise.
8375 * m32r-stub.c: Likewise.
8376 * i386-stub.c: Likewise.
8377
8378 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
8379
8380 * m68klinux-tdep.c (m68k_linux_init_abi): Register
8381 linux_get_siginfo_type.
8382
8383 * m68klinux-nat.c: Include "gdb_proc_service.h".
8384 (PTRACE_GET_THREAD_AREA): Define.
8385 (ps_get_thread_area): New function.
8386
8387 2012-03-08 Yao Qi <yao@codesourcery.com>
8388
8389 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
8390 `xsnprintf'.
8391 (remote_query_attached): Likewise.
8392 (remote_static_tracepoint_marker_at): Likewise.
8393 (remote_set_permissions): Likewise.
8394 (remote_detach_1, extended_remote_attach_1): Likewise.
8395 (send_g_packet, remote_vkill): Likewise.
8396 (extended_remote_disable_randomization): Likewise.
8397 (remote_add_target_side_condition): Likewise.
8398 (remote_insert_breakpoint): Likewise.
8399 (remote_remove_breakpoint): Likewise.
8400 (remote_insert_watchpoint): Likewise.
8401 (remote_remove_watchpoint): Likewise.
8402 (remote_insert_hw_breakpoint): Likewise.
8403 (remote_insert_hw_breakpoint): Likewise.
8404 (remote_remove_hw_breakpoint): Likewise.
8405 (remote_download_command_source): Likewise.
8406 (remote_download_tracepoint): Likewise.
8407 (remote_download_trace_state_variable): Likewise.
8408 (remote_disable_tracepoint): Likewise.
8409 (remote_trace_set_readonly_regions): Likewise.
8410 (remote_get_tracepoint_status): Likewise.
8411 (remote_trace_find): Likewise.
8412 (remote_get_trace_state_variable_value): Likewise.
8413 (remote_set_disconnected_tracing): Likewise.
8414 (remote_set_circular_trace_buffer): Likewise.
8415 (remote_get_min_fast_tracepoint_insn_len): Likewise.
8416 (remote_use_agent): Likewise.
8417 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
8418 Update callers.
8419
8420 2012-03-07 Pedro Alves <palves@redhat.com>
8421
8422 * NEWS: Mention QProgramSignals.
8423 * inferior.h (update_signals_program_target): Declare.
8424 * infrun.c: (update_signals_program_target): New.
8425 (handle_command): Update the target of the new program signals
8426 array changes.
8427 * remote.c (PACKET_QProgramSignals): New enum.
8428 (last_program_signals_packet): New global.
8429 (remote_program_signals): New.
8430 (remote_start_remote): Update the target with the program signals
8431 list.
8432 (remote_protocol_features): Add entry for QPassSignals.
8433 (remote_open_1): Free anc clear last_program_signals_packet.
8434 (init_remote_ops): Install remote_program_signals.
8435 * target.c (update_current_target): Adjust.
8436 (target_program_signals): New.
8437 * target.h (struct target_ops) <to_program_signals>: New field.
8438 (target_program_signals): Declare.
8439
8440 2012-03-07 Pedro Alves <palves@redhat.com>
8441
8442 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
8443 extensions.
8444
8445 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
8446
8447 * m68klinux-nat.c (getregs_supplies): Make static.
8448 (getfpregs_supplies): Likewise.
8449 (have_ptrace_getregs): Likewise.
8450
8451 2012-03-06 Joel Brobecker <brobecker@adacore.com>
8452
8453 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
8454 in call to get_die_type_at_offset.
8455
8456 2012-03-06 Stan Shebs <stan@codesourcery.com>
8457
8458 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
8459 * mi/mi-cmd-disas.c: Ditto.
8460 * mi/mi-cmd-env.c: Ditto.
8461 * mi/mi-cmd-file.c: Ditto.
8462 * mi/mi-cmd-stack.c: Ditto.
8463 * mi/mi-cmd-target.c: Ditto.
8464 * mi/mi-cmd-var.c: Ditto.
8465 * mi/mi-cmds.c: Ditto.
8466 * mi/mi-cmds.h: Ditto.
8467 * mi/mi-console.c: Ditto.
8468 * mi/mi-getopt.c: Ditto.
8469 * mi/mi-getopt.h: Ditto.
8470 * mi/mi-interp.c: Ditto.
8471 * mi/mi-main.c: Ditto.
8472 * mi/mi-out.c: Ditto.
8473 * mi/mi-parse.c: Ditto.
8474 * mi/mi-parse.h: Ditto.
8475 * mi/mi-symbol-cmds.c: Ditto.
8476
8477 * mi/mi-getopt.h: Move mi_opt struct up.
8478 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
8479 return.
8480 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
8481
8482 2012-03-06 Tom Tromey <tromey@redhat.com>
8483
8484 * proc-service.c (ps_pglobal_lookup): Set the current program
8485 space.
8486
8487 2012-03-06 Pedro Alves <palves@redhat.com>
8488
8489 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
8490
8491 2012-03-05 Joel Brobecker <brobecker@adacore.com>
8492
8493 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
8494
8495 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8496
8497 Code cleanup.
8498 * common/linux-osdata.c (linux_common_core_of_thread): New function
8499 comment.
8500 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
8501 call by linux_common_core_of_thread.
8502 (linux_nat_core_of_thread_1): Remove.
8503 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
8504 * linux-thread-db.c: Include linux-osdata.h.
8505 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
8506 linux_common_core_of_thread.
8507
8508 2012-03-05 Tom Tromey <tromey@redhat.com>
8509
8510 * value.c (value_primitive_field): Don't fetch contents for
8511 non-virtual bases.
8512
8513 2012-03-05 Tom Tromey <tromey@redhat.com>
8514
8515 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
8516
8517 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
8518
8519 * s390-nat.c: Include "gregset.h".
8520
8521 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8522
8523 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
8524 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
8525 (libunwind_load): New variable so_error, use it for dlerror. Try to
8526 load also LIBUNWIND_SO_7.
8527
8528 2012-03-05 Pedro Alves <palves@redhat.com>
8529
8530 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
8531 is not NULL, and remove resulting dead code.
8532
8533 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
8534
8535 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
8536 prologue to sh_analyze_prologue.
8537 (sh_analyze_prologue): Make better use of such an upper limit, and
8538 generally be more cautious about accessing memory.
8539
8540 2012-03-05 Tom Tromey <tromey@redhat.com>
8541
8542 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
8543 _initialize_ia64_hpux_tdep.
8544
8545 2012-03-05 Pedro Alves <palves@redhat.com>
8546
8547 PR gdb/13766
8548
8549 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
8550 the register state is clear, supply explicit zero, instead of
8551 marking the register unavailable.
8552
8553 2012-03-05 Tristan Gingold <gingold@adacore.com>
8554
8555 * NEWS: Mention OpenVMS ia64 new target.
8556
8557 2012-03-05 Tristan Gingold <gingold@adacore.com>
8558
8559 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
8560 (ia64_unw_accessors, ia64_unw_rse_accessors)
8561 (ia64_libunwind_descr): Declare.
8562 * ia64-vms-tdep.c: New file.
8563 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
8564 (ia64_libunwind_descr): Make them public.
8565 * configure.tgt: Add ia64-*-*vms*.
8566 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
8567 (ALLDEPFILES): Add ia64-vms-tdep.c
8568
8569 2012-03-05 Tristan Gingold <gingold@adacore.com>
8570
8571 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
8572 * remote.c (PACKET_qXfer_uib): New enum value.
8573 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
8574 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
8575 (_initialize_remote): Call add_packet_config_cmd for
8576 xfer:uib packet.
8577
8578 2012-03-05 Tristan Gingold <gingold@adacore.com>
8579
8580 * osabi.c (gdb_osabi_names): Add OpenVMS.
8581 (generic_elf_osabi_sniffer): Likewise.
8582 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
8583
8584 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8585
8586 Removed unused code.
8587 * libunwind-frame.c (libunwind_frame_unwind)
8588 (libunwind_frame_base_address): Remove.
8589 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
8590
8591 2012-03-04 Yao Qi <yao@codesourcery.com>
8592
8593 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
8594 remove trailing new line.
8595 (agent_run_command, agent_run_command): Add _ markup.
8596 (agent_capability_check): Likewise.
8597
8598 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8599
8600 * breakpoint.c (set_condition_evaluation_mode): Set
8601 CONDITION_EVALUATION_MODE unconditionally.
8602
8603 2012-03-03 Yao Qi <yao@codesourcery.com>
8604
8605 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
8606 * common/agent.h: Update declaration.
8607 * inf-child.c (inf_child_use_agent): New.
8608 (inf_child_can_use_agent): New.
8609 (inf_child_target): Initialize fields `to_use_agent'
8610 and `to_can_use_agent'.
8611 * agent.c (agent_new_objfile): New.
8612 (_initialize_agent): Add agent_new_objfile to new_objfile
8613 observer.
8614
8615 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8616 New.
8617 (linux_target_install_ops): Initialize field
8618 `to_static_tracepoint_markers_by_strid'.
8619 * remote.c (free_current_marker): Move it to ...
8620 * tracepoint.c (free_current_marker): ... here. New.
8621 (cleanup_target_stop): New.
8622 * tracepoint.h: Declare free_current_marker.
8623 * NEWS: Add one entry about `info static-tracepoint-marker'.
8624
8625 2012-03-03 Yao Qi <yao@codesourcery.com>
8626
8627 * common/agent.c (agent_loaded_p): New.
8628 (agent_look_up_symbols): New global.
8629 * common/agent.h: Declare agent_loaded_p.
8630
8631 2012-03-03 Yao Qi <yao@codesourcery.com>
8632
8633 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
8634 (agent_capability_check, agent_capability_invalidate): New.
8635 (symbol_list): New array element.
8636 * common/agent.h (enum agent_capa): New.
8637 * target.c (target_pre_inferior): Call agent_capability_invalidate.
8638
8639 2012-03-03 Yao Qi <yao@codesourcery.com>
8640
8641 * target.h (struct target_ops) <to_use_agent>: New field.
8642 (struct target_ops) <to_can_use_agent>: New field.
8643 (target_use_agent, target_can_use_agent): New macro.
8644 * target.c (update_current_target): Update.
8645 * remote.c: New enum `PACKET_QAgent'.
8646 (remote_protocol_features): Add a new element.
8647 (remote_use_agent, remote_can_use_agent): New.
8648 (init_remote_ops): Initialize field `can_use_agent' with
8649 remote_can_use_agent. Intiailize field `use_agent' with
8650 remote_use_agent.
8651 * common/agent.c (use_agent): New global.
8652 * common/agent.h: Declare it.
8653 * tracepoint.c (info_static_tracepoint_markers_command): Add
8654 comment.
8655 * Makefile.in (SFILES): Add common/agent.c and agent.c.
8656 (COMMON_OBS): Add common/agent.o and agent.o
8657 (common-agent.o): New rule.
8658 * agent.c: New.
8659
8660 2012-03-03 Yao Qi <yao@codesourcery.com>
8661
8662 * common/agent.c: New.
8663 * common/agent.h: New.
8664 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
8665 AC_CHECK_HEADERS.
8666 * configure, configh.in: Regenerated.
8667
8668 2012-03-02 Kevin Buettner <kevinb@redhat.com>
8669
8670 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
8671 unless it exists for this architecture.
8672
8673 2012-03-02 Joel Brobecker <brobecker@adacore.com>
8674
8675 * language.h (struct language_defn): New "method" la_read_var_value.
8676 * findvar.c: #include "language.h".
8677 (default_read_var_value): Renames read_var_value. Rewrite
8678 function description.
8679 (read_var_value): New function.
8680 * value.h (default_read_var_value): Add prototype.
8681 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
8682 New functions.
8683 (ada_language_defn): Add entry for la_read_var_value.
8684 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
8685 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
8686 language_defn structures to add entry for new la_read_var_value
8687 field.
8688
8689 2012-03-02 Tom Tromey <tromey@redhat.com>
8690 Pedro Alves <palves@redhat.com>
8691
8692 PR breakpoints/13776:
8693 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
8694 breakpoints.
8695 (delete_longjmp_breakpoint_at_next_stop): New.
8696 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
8697 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
8698 before deleting the inferior. Add comments.
8699 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
8700 breakpoints immediately, but only on next stop. Move that code
8701 next to where we mark other breakpoints for deletion.
8702
8703 2012-03-02 Joel Brobecker <brobecker@adacore.com>
8704
8705 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
8706 marker.
8707 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
8708 violation.
8709
8710 2012-03-02 Pedro Alves <palves@redhat.com>
8711
8712 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
8713
8714 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
8715
8716 Fix -Wmissing-prototypes build.
8717 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
8718 * remote-sim.c (gdbsim_has_all_memory): Likewise.
8719 (gdbsim_has_memory): Likewise.
8720
8721 2012-03-02 Yao Qi <yao@codesourcery.com>
8722
8723 Fix -Wmissing-prototypes build.
8724 * charset.c (phony_iconv_open): Make static.
8725 (phony_iconv_close, phony_iconv): Likewise.
8726 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
8727 * i386-windows-nat.c (_initialize_i386_windows_nat): New
8728 prototype.
8729 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
8730 * ser-mingw.c (create_select_thread): Make static.
8731 * windows-termcap.c (tgetent): New prototype.
8732 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
8733
8734 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
8735
8736 Fix -Wmissing-prototypes build.
8737 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
8738 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
8739 (_initialize_loadable): New prototypes.
8740
8741 2012-03-02 Doug Evans <dje@google.com>
8742
8743 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
8744 abbrev table, read_comp_unit will do it.
8745
8746 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8747
8748 Fix -Wmissing-prototypes build.
8749 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
8750 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
8751 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
8752 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
8753 (_initialize_arm_symbian_tdep): New prototype.
8754 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
8755 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
8756 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
8757 static.
8758 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
8759 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
8760 prototype.
8761 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
8762 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
8763 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
8764 static.
8765 * moxie-tdep.c (moxie_process_record): Likewise.
8766 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
8767 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
8768 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
8769 (_initialize_rl78_tdep): New prototype.
8770 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
8771 (_initialize_rx_tdep): New prototype.
8772 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
8773 (_initialize_darwin_solib): New prototype.
8774 * solib-spu.c: Include solib-spu.h.
8775 (_initialize_spu_solib): New prototype.
8776 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
8777 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
8778 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
8779 (tic6x_software_single_step): Make it static.
8780 (_initialize_tic6x_tdep): New prototype.
8781
8782 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8783
8784 Fix -Wmissing-prototypes build.
8785 * cris-tdep.c (cris_can_use_hardware_watchpoint)
8786 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
8787
8788 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8789
8790 Fix -Wmissing-prototypes build.
8791 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
8792 (frv_have_stopped_data_address): Remove.
8793
8794 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8795
8796 Fix -Wmissing-prototypes build.
8797 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
8798 * sh-tdep.c: Include sh64-tdep.h.
8799 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
8800 * sh64-tdep.c: Include sh64-tdep.h.
8801 * sh64-tdep.h: New file.
8802
8803 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8804
8805 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
8806
8807 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8808
8809 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
8810 sp_regnum once the gdbarch_init_osabi hook has been called.
8811
8812 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8813
8814 * mips-tdep.c (mips32_bc1_pc): New function.
8815 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
8816 BPOSGE32 and BPOSGE64 instructions.
8817 (deal_with_atomic_sequence): Likewise.
8818 (mips32_instruction_has_delay_slot): Likewise.
8819
8820 2012-03-01 Maciej W. Rozycki <macro@mips.com>
8821 Chris Dearman <chris@mips.com>
8822 Maciej W. Rozycki <macro@codesourcery.com>
8823 Joseph Myers <joseph@codesourcery.com>
8824
8825 * features/mips-dsp.xml: New file.
8826 * features/mips64-dsp.xml: New file.
8827 * features/mips-dsp-linux.xml: New file.
8828 * features/mips64-dsp-linux.xml: New file.
8829 * features/Makefile (WHICH): Add mips-dsp-linux and
8830 mips64-dsp-linux.
8831 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
8832 * features/mips-dsp-linux.c: New file.
8833 * features/mips64-dsp-linux.c: New file.
8834 * regformats/mips-dsp-linux.dat: New file.
8835 * regformats/mips64-dsp-linux.dat: New file.
8836 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
8837 registers.
8838 (mips64_linux_register_addr): Likewise.
8839 (mips64_linux_regsets_fetch_registers): Likewise.
8840 (mips64_linux_regsets_store_registers): Likewise.
8841 (mips64_linux_fetch_registers): Update call to
8842 mips64_linux_regsets_fetch_registers.
8843 (mips64_linux_store_registers): Update call to
8844 mips64_linux_regsets_store_registers.
8845 (mips_linux_read_description): Probe for DSP registers.
8846 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
8847 and initialize_tdesc_mips64_dsp_linux.
8848 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
8849 Remove padding of no longer used embedded register slots.
8850 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
8851 (MIPS_RESTART_REGNUM): Redefine enum value.
8852 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
8853 strings.
8854 (mips_tx39_reg_names): Likewise.
8855 (mips_linux_reg_names): New array of register names for Linux
8856 targets.
8857 (mips_register_name): Check for a null pointer in
8858 mips_processor_reg_names and return an empty string.
8859 (mips_register_type): Exclude embedded registers for the IRIX
8860 and Linux ABIs.
8861 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
8862 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
8863 DSP registers.
8864 (mips_stab_reg_to_regnum): Handle DSP accumulators.
8865 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
8866 (mips_gdbarch_init): Likewise. Initialize internal register
8867 indices for the Linux ABI. Use dynamic numbers to refer to
8868 registers, as applicable, while parsing the target description.
8869 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
8870
8871 2012-03-01 Joel Brobecker <brobecker@adacore.com>
8872
8873 * frame.h (read_frame_register_unsigned): Fix typo in function
8874 description.
8875
8876 2012-03-01 Pedro Alves <palves@redhat.com>
8877
8878 * jit-reader.in [!__cplusplus]
8879 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
8880
8881 2012-03-01 Pedro Alves <palves@redhat.com>
8882
8883 * configure.ac (build_warnings): Add -Wmissing-prototypes.
8884 * configure: Regenerate.
8885
8886 2012-03-01 Pedro Alves <palves@redhat.com>
8887
8888 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
8889 * breakpoint.c (create_exception_master_breakpoint, trace_command)
8890 (ftrace_command, strace_command): Make static.
8891 * d-lang.c (_initialize_d_language): Declare.
8892 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
8893 * dwarf2loc.c (_initialize_dwarf2loc):
8894 * dwarf2read.c (process_psymtab_comp_unit): Make static.
8895 * exec.c (exec_get_section_table): Make static.
8896 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
8897 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
8898 * inferior.c (remove_inferior_command, add_inferior_command)
8899 (clone_inferior_command): Make static.
8900 * linux-nat.c (linux_nat_thread_address_space)
8901 (linux_nat_core_of_thread): Make static.
8902 * linux-tdep.c (_initialize_linux_tdep): Declare.
8903 * objc-lang.c (_initialize_objc_lang): Declare.
8904 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
8905 Make static.
8906 (_initialize_opencl_language): Declare.
8907 * record.c (_initialize_record): Declare.
8908 * remote.c (demand_private_info, remote_get_tib_address)
8909 (remote_supports_cond_tracepoints)
8910 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
8911 Make static.
8912 * skip.c (_initialize_step_skip): Declare.
8913 * symtab.c (skip_prologue_using_lineinfo): Make static.
8914 * tracepoint.c (delete_trace_state_variable)
8915 (trace_variable_command, delete_trace_variable_command)
8916 (get_uploaded_tsv, find_matching_tracepoint_location)
8917 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
8918 Make static.
8919 * value.c (pack_unsigned_long): Make static.
8920 * varobj.c (varobj_ensure_python_env): Make static.
8921 * windows-tdep.c (_initialize_windows_tdep): Declare.
8922 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
8923
8924 2012-03-01 Pedro Alves <palves@redhat.com>
8925
8926 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
8927 gdbarch parameter.
8928 (linux_init_abi): Install it as has_shared_address_space gdbarch
8929 callback.
8930
8931 2012-03-01 Pedro Alves <palves@redhat.com>
8932
8933 * observer.c (observer_test_first_notification_function)
8934 (observer_test_second_notification_function)
8935 (observer_test_third_notification_function): Add declarations.
8936
8937 2012-03-01 Pedro Alves <palves@redhat.com>
8938
8939 * common/signals.c (default_target_signal_to_host)
8940 (default_target_signal_from_host): Move ...
8941 * arch-utils.c: ... here.
8942 * arch-utils.h (default_target_signal_to_host)
8943 (default_target_signal_from_host): Declare.
8944
8945 * common/signals.c (target_signal_from_command): Move ...
8946 * infrun.c: ... here.
8947 * inferior.h (target_signal_from_command): Declare.
8948 * target.h (target_signal_from_command)
8949 (default_target_signal_from_host, default_target_signal_to_host):
8950 Delete declarations.
8951
8952 * common/signals.c (_initialize_signals): Delete.
8953
8954 2012-03-01 Pedro Alves <palves@redhat.com>
8955
8956 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
8957 both __cplusplus and !__cplusplus.
8958
8959 2012-03-01 Pedro Alves <palves@redhat.com>
8960
8961 * psymtab.c (find_and_open_source): Delete declaration.
8962 * source.c (find_and_open_source): Move comment ...
8963 * source.h (find_and_open_source): ... to this new declaration.
8964
8965 2012-03-01 Pedro Alves <palves@redhat.com>
8966
8967 * inline-frame.c: Include inline-frame.h.
8968
8969 2012-03-01 Pedro Alves <palves@redhat.com>
8970
8971 * tui/tui-data.c (set_gen_win_origin): Delete.
8972 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
8973 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
8974
8975 2012-03-01 Pedro Alves <palves@redhat.com>
8976
8977 * remote.c (encode_actions): Delete declaration.
8978 * tracepoint.c (encode_actions): Make extern.
8979 * tracepoint.h (encode_actions): Declare.
8980
8981 2012-03-01 Pedro Alves <palves@redhat.com>
8982
8983 * python/py-breakpoint.c: Include python.h.
8984 * python/py-continueevent.c (create_continue_event_object): Make
8985 static.
8986 * python/py-lazy-string.c (stpy_get_type): Make static.
8987 * python/py-newobjfileevent.c (create_new_objfile_event_object):
8988 Make static.
8989 * python/py-utils.c (unicode_to_target_python_string): Make
8990 static.
8991 * python/py-value.c: Include python.h.
8992
8993 2012-03-01 Pedro Alves <palves@redhat.com>
8994
8995 * inferior.c (delete_threads_of_inferior): Delete.
8996
8997 2012-03-01 Pedro Alves <palves@redhat.com>
8998
8999 Import fallback definitions from glibc.
9000
9001 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
9002 ps_prochandle): Forward declare.
9003 (ps_err_e): Use glibc's comments.
9004 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
9005 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
9006 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
9007 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
9008 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
9009 (struct ps_prochandle): Adjust comment.
9010
9011 2012-03-01 Pedro Alves <palves@redhat.com>
9012
9013 * ada-lang.c (ada_modulus_from_name): Delete.
9014 * ada-lex.l (lexer_init): Make static.
9015
9016 2012-03-01 Pedro Alves <palves@redhat.com>
9017
9018 PR gdb/13767
9019
9020 * frame.c (read_frame_register_unsigned): New.
9021 * frame.h (read_frame_register_unsigned): Declare.
9022 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
9023 Handle it.
9024 (print_i387_control_word): New parameter `control_p'. Handle it.
9025 (i387_print_float_info): Handle unavailable float registers.
9026
9027 2012-03-01 Keith Seitz <keiths@redhat.com>
9028
9029 * linespec.c (decode_line_2): Sort the list of methods
9030 alphabetically before presenting the user with a selection
9031 menu.
9032
9033 2012-03-01 Doug Evans <dje@google.com>
9034
9035 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
9036 has_namespace_info.
9037 (dwarf2_read_abbrevs): Remove corresponding initialization.
9038
9039 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
9040
9041 * NEWS: Mention new python command class gdb.COMMAND_USER.
9042 * cli/cli-cmds.c (show_user): Print error when used on a python
9043 command.
9044 (init_cli_cmds): Update documentation strings for "show user" and
9045 "set/show max-user-call-depth" to clarify that it does not apply to
9046 python commands.
9047 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
9048 error check.
9049 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
9050 gdb python api.
9051 * top.c (execute_command): Only execute a user-defined command as a
9052 legacy macro if c->user_commands is set.
9053
9054 2012-03-01 Tom Tromey <tromey@redhat.com>
9055
9056 * valprint.h (struct generic_val_print_decorations): New.
9057 (generic_val_print): Declare.
9058 * valprint.c (generic_val_print): New function.
9059 * p-valprint.c (p_decorations): New global.
9060 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
9061 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
9062 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
9063 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
9064 * m2-valprint.c (m2_decorations): New global.
9065 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
9066 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
9067 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
9068 TYPE_CODE_ERROR>: Call generic_val_print.
9069 * f-valprint.c (f_decorations): New global.
9070 (f_val_print): Use print_function_pointer_address.
9071 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
9072 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
9073 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
9074 generic_val_print.
9075 * c-valprint.c (c_decorations): New global.
9076 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
9077 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
9078 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
9079 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
9080 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
9081 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
9082 case.
9083
9084 2012-03-01 Tom Tromey <tromey@redhat.com>
9085
9086 * valprint.c (val_print): Update.
9087 * p-valprint (pascal_val_print): Return void.
9088 * p-lang.h (pascal_val_print): Return void.
9089 * m2-valprint.c (m2_val_print): Return void.
9090 * m2-lang.h (m2_val_print): Return void.
9091 * language.h (struct language_defn) <la_val_print>: Return void.
9092 * language.c (unk_lang_val_print): Return void.
9093 * jv-valprint.c (java_val_print): Return void.
9094 * jv-lang.h (java_val_print): Return void.
9095 * f-valprint.c (f_val_print): Return void.
9096 * f-lang.h (f_val_print): Return void.
9097 * d-valprint.c (d_val_print): Return void.
9098 (dynamic_array_type): Update.
9099 * d-lang.h (d_val_print): Return void.
9100 * c-valprint.c (c_val_print): Return void.
9101 * c-lang.h (c_val_print): Return void.
9102 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
9103 void.
9104 * ada-lang.h (ada_val_print): Return void.
9105
9106 2012-03-01 Tom Tromey <tromey@redhat.com>
9107
9108 * value.h (val_print): Return void.
9109 * valprint.c (val_print): Return void.
9110
9111 2012-03-01 Tom Tromey <tromey@redhat.com>
9112
9113 * value.h (common_val_print): Return void.
9114 * valprint.c (common_val_print): Return void.
9115
9116 2012-03-01 Tom Tromey <tromey@redhat.com>
9117
9118 * value.h (value_print): Return void.
9119 * valprint.c (value_print): Return void.
9120 * p-valprint.c (pascal_value_print): Return void.
9121 * p-lang.h (pascal_value_print): Return void.
9122 * language.h (struct language_defn) <la_value_print>: Return
9123 void.
9124 * language.c (unk_lang_value_print): Return void.
9125 * jv-valprint.c (java_value_print): Return void.
9126 * jv-lang.h (java_value_print): Return void.
9127 * f-valprint.c (c_value_print): Don't declare.
9128 Include c-lang.h.
9129 * c-valprint.c (c_value_print): Return void.
9130 * c-lang.h (c_value_print): Return void.
9131 * ada-valprint.c (ada_value_print): Return void.
9132 * ada-lang.h (ada_value_print): Return void.
9133
9134 2012-03-01 Tom Tromey <tromey@redhat.com>
9135
9136 * value.c (value_primitive_field): Handle virtual base classes.
9137
9138 2012-03-01 Tom Tromey <tromey@redhat.com>
9139
9140 * gdbtypes.h (struct vbase): Remove.
9141
9142 2012-03-01 Tom Tromey <tromey@redhat.com>
9143
9144 * c-valprint.c (print_function_pointer_address): Move...
9145 * valprint.c: ... here. Make non-static.
9146 * m2-valprint.c (print_function_pointer_address): Remove.
9147 * valprint.h (print_function_pointer_address): Declare.
9148
9149 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9150
9151 * NEWS: Document the fact that one can provide a condition when
9152 creating an Ada exception catchpoint.
9153
9154 2012-03-01 Tom Tromey <tromey@redhat.com>
9155
9156 * valprint.c (val_print_type_code_flags): Fix placement of
9157 trailing brace.
9158
9159 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9160
9161 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
9162 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
9163 environment variable before calling update-copyright.
9164
9165 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9166
9167 * gnulib/extra/update-copyright: Update to the latest from
9168 gnulib's git repository.
9169 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
9170 variable to 2 instead of 1.
9171
9172 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9173
9174 * varobj.c (c_value_of_variable): Remove dead code.
9175
9176 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9177
9178 * ada-lex.p (processId): Do not modify already encoded IDs.
9179 Update function documentation.
9180
9181 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9182
9183 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
9184 "name" with "struct symbol *name_sym".
9185 * ada-exp.y (write_var_or_type): Update call to
9186 ada_find_renaming_symbol.
9187 "name" with "struct symbol *name_sym". Adjust Implementation
9188 accordingly. Adjust the function documentation.
9189
9190 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9191
9192 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
9193 * ada-lang.c (ada_find_any_type): Add advance declaration.
9194 Make static. Replace ada_find_any_symbol by
9195 ada_find_any_type_symbol.
9196 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
9197 Improve function description. Make static.
9198 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
9199 Replace ada_find_any_symbol by ada_find_any_type_symbol.
9200
9201 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9202
9203 * ada-lang.c (struct tag_args): Delete.
9204 (ada_get_tsd_type): Function body moved up in source file.
9205 (ada_tag_name_1, ada_tag_name_2): Delete.
9206 (ada_get_tsd_from_tag): New function.
9207 (ada_tag_name_from_tsd): New function.
9208 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
9209 to determine the tag name.
9210
9211 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9212
9213 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
9214 declaration.
9215 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
9216 function.
9217
9218 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9219
9220 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
9221
9222 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9223
9224 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
9225 full searches.
9226
9227 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9228
9229 * ada-lang.c (constrained_packed_array_type): If there is a
9230 parallel XA type, use it to determine the array index type.
9231
9232 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9233
9234 * ada-valprint.c (ada_val_print_1): If our value is a reference
9235 to an array descriptor, dereference it before converting it
9236 to a simple array.
9237
9238 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9239
9240 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
9241 creating fixed value.
9242 (ada_value_ind, ada_coerce_ref, assign_component)
9243 (ada_evaluate_subexp): Remove call to unwrap_value before
9244 call to ada_to_fixed_value.
9245
9246 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9247
9248 * ada-lang.c (to_fixed_array_type): Set result's type name.
9249
9250 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9251
9252 * ada-lang.c (catch_ada_exception_command_split): Add new
9253 argument cond_string. Add support for condition at end of
9254 "catch exception" commands.
9255 (ada_decode_exception_location): Add new argument cond_string.
9256 Update call to catch_ada_exception_command_split.
9257 (create_ada_exception_catchpoint): Add new argument cond_string.
9258 Set the breakpoint condition if needed.
9259 (catch_ada_exception_command): Update call to
9260 ada_decode_exception_location.
9261 (ada_decode_assert_location): Add function documentation.
9262 Add support for condition at end of "catch assert" command.
9263 (catch_assert_command): Update calls to ada_decode_assert_location
9264 and create_ada_exception_catchpoint.
9265
9266 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9267
9268 Fix disp-step-syscall.exp: fork: single step over fork.
9269 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
9270 (i386_linux_get_syscall_number_from_regcache): ... here, new function
9271 comment, change parameters gdbarch and ptid to regcache. Remove
9272 parameter regcache, initialize gdbarch from regcache here.
9273 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
9274 New functions.
9275 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
9276 instead.
9277 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
9278 'syscall'. Make the 'int' check more strict.
9279
9280 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9281
9282 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
9283 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
9284 (i386_linux_intx80_sysenter_syscall_record): ... here.
9285 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
9286 Use the renamed function name.
9287
9288 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9289
9290 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
9291 * breakpoint.c (until_break_command): Likewise.
9292 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
9293 * infcall.c (call_function_by_hand): Likewise.
9294 * infcmd.c (finish_forward): Likewise.
9295 * infrun.c (insert_exception_resume_breakpoint): Likewise.
9296
9297 2012-02-28 Tristan Gingold <gingold@adacore.com>
9298
9299 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
9300 avoid variable assignments inside condition.
9301
9302 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9303
9304 Fix static analysis issue found by cppcheck.
9305 * microblaze-tdep.c (microblaze_extract_return_value): Fix
9306 uninitialized BUF for size 2.
9307
9308 2012-02-27 Chris Dearman <chris@mips.com>
9309 Nathan Froyd <froydnj@codesourcery.com>
9310 Maciej W. Rozycki <macro@codesourcery.com>
9311
9312 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
9313 (mips16_instruction_has_delay_slot): Likewise.
9314 (mips_segment_boundary): Likewise.
9315 (mips_adjust_breakpoint_address): Likewise.
9316 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
9317
9318 2012-02-27 Maciej W. Rozycki <macro@mips.com>
9319 Maciej W. Rozycki <macro@codesourcery.com>
9320
9321 * infrun.c (handle_inferior_event): Don't proceed through
9322 shared library trampolines if stepping at the machine
9323 instruction level.
9324
9325 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
9326
9327 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
9328 too.
9329
9330 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
9331
9332 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
9333 (sh_stub_unwind_sniffer): New functions.
9334 (sh_stub_unwind): New variable.
9335 (sh_gdbarch_init): Wire everything.
9336
9337 2012-02-27 Pedro Alves <palves@redhat.com>
9338
9339 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
9340 (linux_nat_post_attach_wait): Adjust to use
9341 linux_proc_pid_is_stopped.
9342 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
9343 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
9344 based on pid_is_stopped from both linux-nat.c and
9345 gdbserver/linux-low.c, and renamed.
9346
9347 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9348
9349 * remote.c (remote_watchpoint_addr_within_range): New function.
9350 (init_remote_ops): Use it.
9351
9352 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9353
9354 * target.h (target_watchpoint_addr_within_range): Document macro.
9355
9356 2012-02-24 Pedro Alves <palves@redhat.com>
9357
9358 * stack.c (set_last_displayed_sal): Issue internal_error instead
9359 of warning, and issue it after clearing the last displayed sal.
9360
9361 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9362 Pedro Alves <palves@redhat.com>
9363
9364 * breakpoint.c (until_break_command): Install breakpoints after
9365 all frame manipulations.
9366
9367 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9368
9369 * remote.c (remote_supports_cond_breakpoints): New forward
9370 declaration.
9371 (remote_add_target_side_condition): New function.
9372 (remote_insert_breakpoint): Add target-side breakpoint
9373 conditional if supported.
9374 (remote_insert_hw_breakpoint): Likewise.
9375 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
9376 hook.
9377
9378 * target.c (update_current_target): Inherit
9379 to_supports_evaluation_of_breakpoint_conditions.
9380 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
9381
9382 * target.h (struct target_ops)
9383 <to_supports_evaluation_of_breakpoint_conditions>: New field.
9384 (target_supports_evaluation_of_breakpoint_conditions): New #define.
9385
9386 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
9387 (condition_evaluation_both, condition_evaluation_auto,
9388 condition_evaluation_host, condition_evaluation_target,
9389 condition_evaluation_enums, condition_evaluation_mode_1,
9390 condition_evaluation_mode): New static globals.
9391 (translate_condition_evaluation_mode): New function.
9392 (breakpoint_condition_evaluation_mode): New function.
9393 (gdb_evaluates_breakpoint_condition_p): New function.
9394 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
9395 (mark_breakpoint_modified): New function.
9396 (mark_breakpoint_location_modified): New function.
9397 (set_condition_evaluation_mode): New function.
9398 (show_condition_evaluation_mode): New function.
9399 (bp_location_compare_addrs): New function.
9400 (get_first_location_gte_addr): New helper function.
9401 (set_breakpoint_condition): Free condition bytecode if locations
9402 has become unconditional. Call mark_breakpoint_modified (...).
9403 (condition_command): Call update_global_location_list (1) for
9404 breakpoints.
9405 (breakpoint_xfer_memory): Use is_breakpoint (...).
9406 (is_breakpoint): New function.
9407 (parse_cond_to_aexpr): New function.
9408 (build_target_condition_list): New function.
9409 (insert_bp_location): Handle target-side conditional
9410 breakpoints and call build_target_condition_list (...).
9411 (update_inserted_breakpoint_locations): New function.
9412 (insert_breakpoint_locations): Handle target-side conditional
9413 breakpoints.
9414 (bpstat_check_breakpoint_conditions): Add comment.
9415 (bp_condition_evaluator): New function.
9416 (bp_location_condition_evaluator): New function.
9417 (print_breakpoint_location): Print information on where the condition
9418 will be evaluated.
9419 (print_one_breakpoint_location): Likewise.
9420 (init_bp_location): Call mark_breakpoint_location_modified (...) for
9421 breakpoint location.
9422 (force_breakpoint_reinsertion): New functions.
9423 (update_global_location_list): Handle target-side breakpoint
9424 conditions.
9425 Reinsert locations that are already inserted if conditions have
9426 changed.
9427 (bp_location_dtor): Free agent expression bytecode.
9428 (disable_breakpoint): Call mark_breakpoint_modified (...).
9429 Call update_global_location_list (...) with parameter 1 for breakpoints.
9430 (disable_command): Call mark_breakpoint_location_modified (...).
9431 Call update_global_location_list (...) with parameter 1 for breakpoints.
9432 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
9433 (enable_command): mark_breakpoint_location_modified (...).
9434 (_initialize_breakpoint): Update documentation and add
9435 condition-evaluation breakpoint subcommand.
9436
9437 * breakpoint.h: Include ax.h.
9438 (condition_list): New data structure.
9439 (condition_status): New enum.
9440 (bp_target_info) <cond_list>: New field.
9441 (bp_location) <condition_changed, cond_bytecode>: New fields.
9442 (is_breakpoint): New prototype.
9443
9444 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9445
9446 * remote.c (remote_state) <cond_breakpoints>: New field.
9447 (PACKET_ConditionalBreakpoints): New enum.
9448 (remote_cond_breakpoint_feature): New function.
9449 (remote_protocol_features): Add new ConditionalBreakpoints entry.
9450 (remote_supports_cond_breakpoints): New function.
9451 (_initialize_remote): Add new packet configuration for
9452 target-side conditional breakpoints.
9453
9454 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9455
9456 * NEWS: Mention target-side conditional breakpoint support,
9457 new condition-evaluation breakpoint subcommand and remote
9458 packet extensions.
9459
9460 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9461
9462 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
9463 number.
9464
9465 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
9466
9467 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
9468 (after_prologue): Remove.
9469
9470 2012-02-23 Tom Tromey <tromey@redhat.com>
9471
9472 * jv-valprint.c (java_val_print): Remove dead code.
9473
9474 2012-02-23 Tristan Gingold <gingold@adacore.com>
9475
9476 * ada-tasks.c (struct ada_tasks_inferior_data): Add
9477 known_tasks_element and known_tasks_length fields.
9478 (read_known_tasks_array): Change argument type. Use pointer type
9479 and number of elements from DATA. Adjust.
9480 (read_known_tasks_list): Likewise.
9481 (get_known_tasks_addr): Remove.
9482 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
9483 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
9484 type and array length. Merge former get_known_tasks_addr code.
9485
9486 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9487
9488 PR backtrace/13716
9489 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
9490 it after set_momentary_breakpoint.
9491
9492 2012-02-22 Sterling Augustine <saugustine@google.com>
9493
9494 PR 13689:
9495 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
9496
9497 2012-02-22 Gary Benson <gbenson@redhat.com>
9498
9499 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
9500 (find_slot_in_mapped_hash): Likewise.
9501
9502 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9503
9504 PR build/13638
9505 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
9506 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
9507 * configure: Regenerate.
9508
9509 2012-02-21 Tristan Gingold <gingold@adacore.com>
9510 Pedro Alves <palves@redhat.com>
9511
9512 * ia64-tdep.c: Do not include libunwind-ia64.h.
9513 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
9514 Include libunwind-ia64.h instead of libunwind.h.
9515 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
9516 for libunwind.h existence.
9517 * configure, config.in: Regenerate.
9518
9519 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9520
9521 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
9522 instead of value_rtti_target_type.
9523 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
9524 instead of value_rtti_target_type.
9525 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
9526 value_rtti_target_type.
9527 * valops.c (value_ind): Extract function readjust_indirect_value_type.
9528 (value_rtti_target_type): Rename to ...
9529 (value_rtti_indirect_type): ... here and make it indirect. Update
9530 function comment.
9531 * value.c (readjust_indirect_value_type): New function.
9532 (coerce_ref): Support for enclosing type setting for references
9533 with readjust_indirect_value_type.
9534 * value.h (readjust_value_type): New declaration.
9535 (value_rtti_target_type): Rename to ...
9536 (value_rtti_indirect_type): ... here.
9537
9538 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9539
9540 * MAINTAINERS (Write After Approval): Add myself to the list.
9541
9542 2012-02-20 Doug Evans <dje@google.com>
9543
9544 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
9545 Rename objfile_p_char parameter to objfilep.
9546 (build_objfile_section_table): Result is now void. All callers
9547 updated.
9548 * objfiles.h (struct objfile): Tweak comments, whitespace.
9549 (build_objfile_section_table): Update.
9550
9551 * elfread.c (elf_symfile_segments): Fix warning text.
9552
9553 2012-02-20 Tom Tromey <tromey@redhat.com>
9554
9555 PR gdb/13498:
9556 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
9557 particular set of file names once.
9558 (dw2_map_symbol_filenames): Likewise.
9559
9560 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9561
9562 Code cleanup.
9563 * main.c (write_files): Remove the declaration.
9564 (external_editor_command): Move the declaration ...
9565 [GDBTK] (external_editor_command): ... here. Fix the comment.
9566
9567 2012-02-20 Tom Tromey <tromey@redhat.com>
9568
9569 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
9570 extraneous block.
9571
9572 2012-02-20 Tristan Gingold <gingold@adacore.com>
9573
9574 * darwin-nat.h (enum darwin_msg_state): Add comments.
9575
9576 2012-02-20 Tristan Gingold <gingold@adacore.com>
9577
9578 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
9579 value.
9580
9581 2012-20-18 Joel Brobecker <brobecker@adacore.com>
9582
9583 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
9584 between function description and implementation.
9585
9586 2012-02-17 Tom Tromey <tromey@redhat.com>
9587
9588 PR python/12070:
9589 * python/py-event.c (event_object_getset): New global.
9590 (event_object_type): Reference it.
9591 * python/py-type.c (field_object_getset): New global.
9592 (field_object_type): Reference it.
9593 * python/python-internal.h (gdb_py_generic_dict): Declare.
9594 * python/py-utils.c (gdb_py_generic_dict): New function.
9595
9596 2012-02-17 Tristan Gingold <gingold@adacore.com>
9597
9598 * solib-darwin.c (darwin_current_sos): Check magic and filetype
9599
9600 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
9601
9602 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
9603 TYPE_CALLING_CONVENTION annotation.
9604
9605 2012-02-16 Kevin Buettner <kevinb@redhat.com>
9606
9607 * MAINTAINERS: Add rx to target ISA section.
9608 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
9609 (ALLDEPFILES): Add rx-tdep.c.
9610
9611 2012-02-16 Tom Tromey <tromey@redhat.com>
9612
9613 * symfile.c (symbol_file_add_main_1): Use inferior's
9614 symfile_flags.
9615 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
9616 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
9617 inferior.
9618 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
9619 inferior.
9620 (follow_exec): Use inferior's symfile_flags.
9621 * inferior.h (struct inferior) <symfile_flags>: New field.
9622
9623 2012-02-16 Mike Frysinger <vapier@gentoo.org>
9624
9625 PR gdb/9734:
9626 * remote-sim.c (gdbsim_create_inferior): Call error() when
9627 sim_create_inferior() fails.
9628
9629 2012-02-16 Josh Matthews <josh@joshmatthews.net>
9630
9631 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
9632
9633 2012-02-16 Tom Tromey <tromey@redhat.com>
9634
9635 PR c++/13653:
9636 * thread.c (struct current_thread_cleanup) <was_removable>: New
9637 field.
9638 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
9639 (make_cleanup_restore_current_thread): Initialize new field.
9640
9641 2012-02-15 Kevin Buettner <kevinb@redhat.com>
9642
9643 * MAINTAINERS: Add rl78 to target ISA section.
9644 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
9645 (ALLDEPFILES): Add rl78-tdep.c.
9646 * NEWS: Mention rl78 as a new target.
9647
9648 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
9649
9650 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
9651 data.
9652 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
9653
9654 2012-02-15 Tom Tromey <tromey@redhat.com>
9655
9656 PR gdb/12659:
9657 * infcmd.c (registers_info): Print just the current register's
9658 name.
9659
9660 2012-02-15 Tom Tromey <tromey@redhat.com>
9661
9662 * python/py-symbol.c (sympy_value): Use _().
9663
9664 2012-02-15 Pedro Alves <palves@redhat.com>
9665
9666 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
9667 output to be like native targets'.
9668 (remote_pid_to_str): Special case the null ptid.
9669
9670 2012-02-14 Stan Shebs <stan@codesourcery.com>
9671
9672 * NEWS: Mention enable count command.
9673 * breakpoint.h (struct breakpoint): New field enable_count.
9674 * breakpoint.c (enable_breakpoint_disp): Add count argument.
9675 (enable_breakpoint): Add arg to call.
9676 (struct disp_data): New struct.
9677 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
9678 (do_map_enable_once_breakpoint): Create a struct and pass it.
9679 (do_map_enable_delete_breakpoint): Ditto.
9680 (do_map_enable_count_breakpoint): New function.
9681 (enable_count_command): New function.
9682 (bpstat_stop_status): Decrement enable_count.
9683 (print_one_breakpoint_location): Report enable count.
9684 (_initialize_breakpoint): Add enable count command.
9685
9686 2012-02-14 Kevin Buettner <kevinb@redhat.com>
9687
9688 * rl78-tdep.c (reggroups.h): Include.
9689 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
9690 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
9691 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
9692 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
9693 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
9694 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
9695 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
9696 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
9697 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
9698 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
9699 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
9700 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
9701 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
9702 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
9703 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
9704 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
9705 beginning of register list.
9706 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
9707 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
9708 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
9709 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
9710 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
9711 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
9712 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
9713 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
9714 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
9715 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
9716 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
9717 the pseudo registers. Rearrange other pseudo registers too so
9718 that the bank registers appear at the end.
9719 (rl78_register_type): Account for the fact that the byte sized
9720 bank registers are now pseudo-registers.
9721 (rl78_register_name): Rearrange the register name array. Make
9722 initial set of raw banked registers inaccessible.
9723 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
9724 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
9725 case for copying bytes back and forth between raw and pseudo
9726 versions of the banked registers. Update other cases to reflect
9727 the changed names.
9728 (rl78_return_value): Update to account for changed names of
9729 raw registers.
9730 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
9731 rl78_register_sim_regno().
9732
9733 2012-02-14 Kevin Buettner <kevinb@redhat.com>
9734
9735 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
9736 the name parameter being passed to find_pc_partial_function().
9737
9738 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9739
9740 * MAINTAINERS: Step down from being ia64 target maintainer.
9741
9742 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9743
9744 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
9745 compilation warning.
9746
9747 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9748
9749 Fix crash on loaded shlibs without loaded exec_bfd.
9750 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
9751 (set_section_command): Replace exec_bfd by p->bfd.
9752
9753 2012-02-10 Tom Tromey <tromey@redhat.com>
9754
9755 * linespec.c (decode_line_internal): Skip symtabs_from_filename
9756 when we have a C++ qualified name.
9757
9758 2012-02-10 Pedro Alves <palves@redhat.com>
9759
9760 * inferior.c (inferior_pid_to_str): New.
9761 (print_inferior, inferior_command): Use it.
9762
9763 2012-02-10 Pedro Alves <palves@redhat.com>
9764
9765 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
9766 the test CFLAGS.
9767 * configure: Regenerate.
9768
9769 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9770
9771 * linespec.c (decode_line_internal): Fix comment correctness.
9772
9773 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
9774
9775 PR gdb/12953
9776 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
9777 * amd64bsd-nat.c: Add support for debug registers (adapted from
9778 i386bsd-nat.c).
9779 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
9780 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
9781 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
9782 (amd64bsd_dr_get_control): New functions.
9783 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
9784 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
9785 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
9786 watchpoints initialization.
9787 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
9788
9789 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9790
9791 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
9792 flds_bnds.fields.
9793 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
9794
9795 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9796
9797 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
9798
9799 2012-02-08 Joel Brobecker <brobecker@adacore.com>
9800
9801 * language.h (symbol_name_cmp_ftype): Renames
9802 symbol_name_match_p_ftype.
9803 (struct language_defn)[la_get_symbol_name_cmp]: Renames
9804 la_get_symbol_name_match_p.
9805 * ada-lang.c (ada_get_symbol_name_cmp): Renames
9806 ada_get_symbol_name_match_p. Update comment.
9807 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
9808 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
9809 Renames symbol_name_match_p. Update field type.
9810 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
9811 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
9812 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
9813 "la_get_symbol_name_cmp" in comments.
9814 * language.c: Likewise.
9815
9816 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9817
9818 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
9819 %eflags offset.
9820 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
9821 (amd64_sol2_gregset32_reg_offs): Likewise.
9822
9823 2012-02-08 Joel Brobecker <brobecker@adacore.com>
9824
9825 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
9826 of the returned BFD is allocated by GDB.
9827
9828 2012-02-07 Tom Tromey <tromey@redhat.com>
9829
9830 PR python/12027:
9831 * python/python-internal.h (frame_object_type): Declare.
9832 * python/py-symbol.c (sympy_needs_frame): New function.
9833 (sympy_value): New function.
9834 (symbol_object_getset): Add "needs_frame".
9835 (symbol_object_methods): Add "value".
9836 * python/py-frame.c (frame_object_type): No longer static.
9837
9838 2012-02-07 Tom Tromey <tromey@redhat.com>
9839
9840 PR python/13599:
9841 * python/py-symbol.c (sympy_line): New function.
9842 (symbol_object_getset): Add "line".
9843
9844 2012-02-07 Tom Tromey <tromey@redhat.com>
9845
9846 * charset.c (find_charset_names): Check 'in' against NULL.
9847
9848 2012-02-06 Doug Evans <dje@google.com>
9849
9850 * gdbtypes.h (struct main_type): Change type of name,tag_name,
9851 and fields.name members from char * to const char *. All uses updated.
9852 (struct cplus_struct_type): Change type of fn_fieldlists.name member
9853 from char * to const char *. All uses updated.
9854 (type_name_no_tag): Update.
9855 (lookup_unsigned_typename, lookup_signed_typename): Update.
9856 * gdbtypes.c (type_name_no_tag): Change result type
9857 from char * to const char *. All callers updated.
9858 (lookup_unsigned_typename, lookup_signed_typename): Change type of
9859 name parameter from char * to const char *.
9860 * symtab.h (struct cplus_specific): Change type of demangled_name
9861 member from char * to const char *. All uses updated.
9862 (struct general_symbol_info): Change type of name and
9863 mangled_lang.demangled_name members from char * to const char *.
9864 All uses updated.
9865 (symbol_get_demangled_name, symbol_natural_name): Update.
9866 (symbol_demangled_name, symbol_search_name): Update.
9867 * symtab.c (symbol_get_demangled_name): Change result type
9868 from char * to const char *. All callers updated.
9869 (symbol_natural_name, symbol_demangled_name): Ditto.
9870 (symbol_search_name): Ditto.
9871 (completion_list_add_name): Change type of symname,sym_text,
9872 text,word parameters from char * to const char *.
9873 (completion_list_objc_symbol): Change type of sym_text,
9874 text,word parameters from char * to const char *.
9875 * ada-lang.c (find_struct_field): Change type of name parameter
9876 from char * to const char *.
9877 (encoded_ordered_before): Similarly for N0,N1 parameters.
9878 (old_renaming_is_invisible): Similarly for function_name parameter.
9879 (ada_type_name): Change result type from char * to const char *.
9880 All callers updated.
9881 * ada-lang.h (ada_type_name): Update.
9882 * buildsym.c (hashname): Change type of name parameter
9883 from char * to const char *.
9884 * buildsym.h (hashname): Update.
9885 * dbxread.c (end_psymtab): Change type of include_list parameter
9886 from char ** to const char **.
9887 * dwarf2read.c (determine_prefix): Change result type
9888 from char * to const char *. All callers updated.
9889 * f-lang.c (find_common_for_function): Change type of name, funcname
9890 parameters from char * to const char *.
9891 * f-lang.c (find_common_for_function): Update.
9892 * f-valprint.c (list_all_visible_commons): Change type of funcname
9893 parameters from char * to const char *.
9894 * gdbarch.sh (static_transform_name): Change type of name parameter
9895 and result from char * to const char *.
9896 * gdbarch.c: Regenerate.
9897 * gdbarch.h: Regenerate.
9898 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
9899 of name parameter from char * to const char *.
9900 * jv-lang.c (java_primitive_type_from_name): Ditto.
9901 (java_demangled_signature_length): Similarly for signature parameter.
9902 (java_demangled_signature_copy): Ditto.
9903 (java_demangle_type_signature): Ditto.
9904 * jv-lang.h (java_primitive_type_from_name): Update.
9905 (java_demangle_type_signature): Update.
9906 * objc-lang.c (specialcmp): Change type of a,b parameters
9907 from char * to const char *.
9908 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
9909 from char * to const char *. All callers updated.
9910 * p-lang.h (is_pascal_string_type): Update.
9911 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
9912 of name parameter from char * to const char *.
9913 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
9914 * utils.c (fprintf_symbol_filtered): Ditto.
9915 * defs.h (fprintf_symbol_filtered): Update.
9916 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
9917 * stabsread.h (end_psymtab): Update.
9918 * stack.c (find_frame_funname): Change type of funname parameter
9919 from char ** to const char **.
9920 * stack.h (find_frame_funname): Update.
9921 * typeprint.c (type_print): Change type of varstring parameter
9922 from char * to const char *.
9923 * value.h (type_print): Update.
9924 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
9925 from char * to const char *. All callers updated.
9926 (xcoff_end_psymtab): Change type of include_list parameter
9927 from char ** to const char **. All callers updated.
9928 (swap_sym): Similarly for name parameter. All callers updated.
9929 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
9930 Use xstrdup.
9931 (process_coff_symbol): Use xstrdup.
9932 * stabsread.c (stabs_method_name_from_physname): Renamed from
9933 update_method_name_from_physname. Change result type from void
9934 to char *. All callers updated.
9935 (read_member_functions): In has_destructor case, store name in objfile
9936 obstack instead of malloc space. In !has_stub case, fix mem leak.
9937
9938 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
9939
9940 * configure: Rebuild.
9941 * configure.ac: Put -L../bfd and -L../libiberty at the front of
9942 LDFLAGS.
9943
9944 2012-02-03 Kevin Buettner <kevinb@redhat.com>
9945
9946 * configure.tgt (rl78-*-elf): New target.
9947 * rl78-tdep.c: New file.
9948
9949 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9950
9951 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
9952 and continue the loop. Add QUIT statement.
9953
9954 2012-02-03 Tom Tromey <tromey@redhat.com>
9955
9956 PR gdb/13596:
9957 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
9958 bfd_lookup_symbol_from_symtab.
9959 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
9960 gdb_bfd_lookup_symbol_from_symtab.
9961
9962 2012-02-03 Joel Brobecker <brobecker@adacore.com>
9963
9964 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
9965 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
9966 symbol. Add assertion that sym2 is never NULL.
9967
9968 2012-02-02 Doug Evans <dje@google.com>
9969
9970 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
9971 "name" parameter to const char ** from char **. All callers updated.
9972 (find_pc_partial_function): Ditto.
9973 (cache_pc_function_name): Change type to const char * from char *.
9974 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
9975 (find_pc_partial_function): Update.
9976 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
9977 type of "name" parameter to const char * from char *.
9978 All uses updated.
9979 * arch-utils.c (generic_in_solib_return_trampoline): Change
9980 type of "name" parameter to const char * from char *.
9981 * arch-utils.h (generic_in_solib_return_trampoline): Update.
9982 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
9983 type of "name" parameter to const char * from char *.
9984 * gdbarch.sh (in_solib_return_trampoline): Ditto.
9985 * gdbarch.c: Regenerate.
9986 * gdbarch.h: Regenerate.
9987 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
9988 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
9989 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
9990 type of "name" parameter to const char * from char *.
9991 * skip.c (skip_function_pc): Ditto.
9992 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
9993 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
9994 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
9995 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
9996 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
9997 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
9998 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
9999 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
10000 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
10001
10002 2012-02-02 Pedro Alves <palves@redhat.com>
10003
10004 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
10005 the current inferior has no execution. Make sure the current
10006 remote process matches gdb's current inferior.
10007
10008 2012-02-02 Tom Tromey <tromey@redhat.com>
10009
10010 PR gdb/13405:
10011 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
10012 read-only memory.
10013
10014 2012-02-02 Tom Tromey <tromey@redhat.com>
10015
10016 PR gdb/9307:
10017 * symtab.c (lookup_language_this): Set block_found.
10018
10019 2012-02-01 Tom Tromey <tromey@redhat.com>
10020
10021 PR gdb/13431:
10022 * jit.c (struct jit_inferior_data): Rewrite.
10023 (struct jit_objfile_data): New.
10024 (get_jit_objfile_data): New function.
10025 (add_objfile_entry): Update.
10026 (jit_read_descriptor): Return int. Replace descriptor_addr
10027 argument with inf_data. Update. Don't call error.
10028 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
10029 descriptor here.
10030 (jit_inferior_init): Don't look up descriptor. Don't call error.
10031 (jit_reset_inferior_data_and_breakpoints)
10032 (jit_inferior_created_observer): Remove.
10033 (jit_inferior_exit_hook): Update.
10034 (jit_executable_changed_observer): Remove.
10035 (jit_event_handler): Update.
10036 (free_objfile_data): Reset inferior data if needed.
10037 (_initialize_jit): Update.
10038
10039 2012-02-01 Tom Tromey <tromey@redhat.com>
10040
10041 * jit.c (bfd_open_from_target_memory): Move higher in file.
10042
10043 2012-02-01 Tristan Gingold <gingold@adacore.com>
10044
10045 * libunwind-frame.c (libunwind_load): Display message if dlopen
10046 failed.
10047
10048 2012-02-01 Gary Benson <gbenson@redhat.com>
10049
10050 * symtab.h (symbol_found_callback_ftype): New typedef.
10051 (iterate_over_symbols): Use the above.
10052 * symtab.c (iterate_over_symbols): Likewise.
10053 * language.h (language_defn->la_iterate_over_symbols): Likewise.
10054 * ada-lang.c (ada_iterate_over_symbols): Likewise.
10055 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
10056 (iterate_name_matcher): Document return values.
10057 (collect_one_symbol): Likewise.
10058 (collect_function_symbols): Likewise.
10059 (collect_symbols): Likewise.
10060
10061 2012-02-01 Tom Tromey <tromey@redhat.com>
10062
10063 * ada-lang.c (resolve_subexp): Update.
10064 (ada_lookup_symbol_list): Add 'full_search' argument.
10065 (ada_iterate_over_symbols): Pass 0 as full_search argument to
10066 ada_lookup_symbol_list.
10067 (ada_lookup_encoded_symbol): Update.
10068 (get_var_value): Update.
10069 * ada-exp.y (block_lookup): Update.
10070 (write_var_or_type): Update.
10071 (write_name_assoc): Update.
10072 * ada-lang.h (ada_lookup_symbol_list): Update.
10073
10074 2012-01-31 Tom Tromey <tromey@redhat.com>
10075
10076 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
10077 comment.
10078
10079 2012-01-31 Doug Evans <dje@google.com>
10080
10081 * symtab.h: Remove outdated comment.
10082 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
10083
10084 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
10085
10086 Fix build error in Darwin port.
10087 * i386-darwin-nat.c: Include i386-nat.h.
10088
10089 2012-01-30 Tom Tromey <tromey@redhat.com>
10090
10091 PR breakpoints/13568:
10092 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
10093 argument. Check for recursive includes.
10094 (dwarf_decode_macros): Create an include hash.
10095
10096 2012-01-30 Michael Eager <eager@eagercon.com>
10097
10098 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
10099 * ppc-linux-tdep.c: Include glibc-tdep.h.
10100 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
10101 (powerpc_linux_in_plt_stub): New function.
10102 (powerpc_linux_in_dynsym_resolve_code): New function.
10103 (ppc_skip_trampoline_code): New function.
10104 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
10105 Use glibc_skip_solib_resolver.
10106
10107 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10108
10109 Code cleanup: Make 1440 bytes of data segment read-only.
10110 * arch-utils.c (endian_enum): Make it const char *const [].
10111 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
10112 Likewise.
10113 * breakpoint.c (always_inserted_enums): Likewise.
10114 * cli/cli-cmds.c (script_ext_enums): Likewise.
10115 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
10116 enumlist parameter const char *const *.
10117 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
10118 const char *const *.
10119 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
10120 parameter const char *const *.
10121 * cris-tdep.c (cris_modes): Make it const char *const [].
10122 * filesystem.c (target_file_system_kinds): Likewise.
10123 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
10124 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
10125 (can_use_displaced_stepping_enum, scheduler_enums)
10126 (exec_direction_names): Likewise.
10127 * language.c (_initialize_language): Make the type_or_range_names and
10128 case_sensitive_names variables const char *const [].
10129 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
10130 * python/python.c (python_excp_enums): Likewise.
10131 * remote.c (interrupt_sequence_modes): Likewise.
10132 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
10133 * serial.c (logbase_enums): Likewise.
10134 * sh-tdep.c (sh_cc_enum): Likewise.
10135 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
10136 Likewise.
10137 * symtab.c (multiple_symbols_modes): Likewise.
10138 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
10139 Likewise.
10140 * utils.c (internal_problem_modes): Likewise.
10141
10142 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10143
10144 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
10145 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
10146 result.
10147
10148 2012-01-27 Doug Evans <dje@google.com>
10149
10150 * configure.ac (with_python): Fix absolute path handling for win32.
10151 * configure: Regenerate.
10152
10153 2012-01-26 Doug Evans <dje@google.com>
10154
10155 * symtab.c: Whitespace cleanup, no code changes.
10156
10157 * symtab.c (lookup_symbol_in_language): Improve comment.
10158 (lookup_symbol_aux): Fix comment.
10159
10160 * psymtab.c (add_psymbol_to_list): Result is now "void".
10161 * psympriv.h (add_psymbol_to_list): Update.
10162
10163 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
10164
10165 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10166
10167 Do not open script filenames twice.
10168 * cli/cli-cmds.c (source_script_from_stream): Pass to
10169 source_python_script also STREAM.
10170 * python/py-auto-load.c (source_section_scripts): Pass to
10171 source_python_script_for_objfile also STREAM.
10172 (auto_load_objfile_script): Pass to source_python_script_for_objfile
10173 also INPUT.
10174 * python/python-internal.h (source_python_script_for_objfile): New
10175 parameter file, rename parameter file to filename.
10176 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
10177 instead if !_WIN32. Update the function comment.
10178 (source_python_script, source_python_script_for_objfile)
10179 (source_python_script): New parameter file, rename parameter file to
10180 filename. Pass FILENAME to python_run_simple_file.
10181 * python/python.h (source_python_script): New parameter file, rename
10182 parameter file to filename.
10183
10184 2012-01-26 Pedro Alves <palves@redhat.com>
10185
10186 * corelow.c (core_has_fake_pid): Delete.
10187 (core_close): Delete references to `core_has_fake_pid'.
10188 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
10189 (core_open): Delete references to `core_has_fake_pid'.
10190 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
10191 the removed global.
10192
10193 2012-01-26 Joel Brobecker <brobecker@adacore.com>
10194
10195 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
10196 Remove language parameter from name_matcher. Adjust the comment.
10197 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
10198 Remove language parameter.
10199 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
10200 * linespec.c (iterate_name_matcher): Likewise.
10201 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
10202 name_matcher. Adjust call accordingly.
10203 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
10204 (maintenance_check_symtabs): Adjust type of parameter "fun".
10205 * psymtab.h (maintenance_check_symtabs): Likewise.
10206
10207 2012-01-26 Joel Brobecker <brobecker@adacore.com>
10208
10209 * language.h (symbol_name_match_p_ftype): New typedef.
10210 (struct language_defn): Replace field la_symbol_name_compare
10211 by la_get_symbol_name_match_p.
10212 * ada-lang.c (ada_get_symbol_name_match_p): New function.
10213 (ada_language_defn): Use it.
10214 * linespec.c (struct symbol_matcher_data): New type.
10215 (iterate_name_matcher): Rewrite.
10216 (iterate_over_all_matching_symtabs): Pass a pointer to
10217 a symbol_matcher_data struct to expand_symtabs_matching
10218 instead of just the lookup name.
10219 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10220 opencl-lang.c, p-lang.c, language.c: Delete field
10221 la_symbol_name_compare, and replace by NULL for new field
10222 la_get_symbol_name_match_p.
10223 * symfile.h (struct quick_symbol_functions): Update comment.
10224
10225 2012-01-25 Tom Tromey <tromey@redhat.com>
10226
10227 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
10228 dereferencing.
10229
10230 2012-01-24 Tom Tromey <tromey@redhat.com>
10231
10232 PR symtab/12406:
10233 * solib.c (update_solib_list): Update the program space's
10234 added_solibs and deleted_solibs fields.
10235 * progspace.h (struct program_space) <added_solibs,
10236 deleted_solibs>: New fields.
10237 (clear_program_space_solib_cache): Declare.
10238 * progspace.c (release_program_space): Call
10239 clear_program_space_solib_cache.
10240 (clear_program_space_solib_cache): New function.
10241 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
10242 bpstat_stop_status. Use handle_solib_event.
10243 * breakpoint.c: Include gdb_regex.h.
10244 (print_solib_event): New function.
10245 (bpstat_print): Use print_solib_event.
10246 (bpstat_stop_status): Add special case for bp_shlib_event.
10247 (handle_solib_event): New function.
10248 (bpstat_what): Use handle_solib_event.
10249 (struct solib_catchpoint): New.
10250 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
10251 (breakpoint_hit_catch_solib, check_status_catch_solib)
10252 (print_it_catch_solib, print_one_catch_solib)
10253 (print_mention_catch_solib, print_recreate_catch_solib): New
10254 functions.
10255 (catch_solib_breakpoint_ops): New global.
10256 (catch_load_or_unload, catch_load_command_1)
10257 (catch_unload_command_1): New functions.
10258 (internal_bkpt_check_status): Add special case for
10259 bp_shlib_event.
10260 (internal_bkpt_print_it): Use print_solib_event.
10261 (initialize_breakpoint_ops): Initialize
10262 catch_solib_breakpoint_ops.
10263 (_initialize_breakpoint): Register "catch load" and "catch
10264 unload".
10265 * breakpoint.h (handle_solib_event): Declare.
10266 * NEWS: Add entry for "catch load" and "catch unload".
10267
10268 2012-01-24 Tom Tromey <tromey@redhat.com>
10269
10270 * ada-lang.c: Include gdb_vecs.h.
10271 * charset.c: Include gdb_vecs.h.
10272 * tracepoint.h: Include gdb_vecs.h.
10273 * gdb_vecs.h: New file.
10274
10275 2012-01-24 Pedro Alves <pedro@codesourcery.com>
10276
10277 * breakpoint.c (breakpoint_hit_catch_fork)
10278 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
10279 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
10280 * infrun.c (inferior_has_forked, inferior_has_vforked)
10281 (inferior_has_execd, inferior_has_called_syscall): Delete.
10282 (handle_syscall_event): Get syscall_number from the execution
10283 control state's wait status.
10284 (wait_for_inferior): Don't clear syscall_number.
10285
10286 2012-01-24 Pedro Alves <palves@redhat.com>
10287
10288 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
10289 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
10290 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
10291 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
10292 `ws' parameter.
10293 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
10294 false for events other than TARGET_SIGNAL_TRAP.
10295 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
10296 Add `ws' parameter.
10297 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
10298 events other than TARGET_SIGNAL_TRAP.
10299 (tracepoint_breakpoint_hit): Add `ws' parameter.
10300 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
10301 parameter.
10302 (bpstat_stop_status): Same.
10303 (pc_at_non_inline_function): Same.
10304 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
10305 to pass the current event's waitstatus to bpstat_stop_status
10306 and pc_at_non_inline_function.
10307
10308 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10309
10310 Code cleanup.
10311 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
10312 Update the function comment for it.
10313 (source_script_with_search): Call make_cleanup_fclose for STREAM.
10314 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
10315 for STREAM.
10316
10317 2012-01-24 Pedro Alves <palves@redhat.com>
10318
10319 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
10320 outside `bs->stop' block.
10321 (bpstat_what): Rework bp_shlib_event handling.
10322 (internal_bkpt_check_status): If the breakpoint is a
10323 bp_shlib_event, then set bs->stop and bs->print if
10324 stop_on_solib_events is set.
10325
10326 2012-01-24 Gary Benson <gbenson@redhat.com>
10327
10328 Delete #if 0'd out code.
10329 * stack.c (print_frame_label_vars): Remove.
10330 (catch_info): Likewise.
10331 (_initialize_stack): Remove "info catch" command.
10332 * NEWS: Mention the above.
10333
10334 2012-01-24 Pedro Alves <palves@redhat.com>
10335
10336 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
10337 it.
10338 (remote_notice_new_inferior): If the remote end doesn't support
10339 the multiprocess extensions, then the PID is fake.
10340 (add_current_inferior_and_thread): New.
10341 (remote_start_remote): Use it.
10342 (extended_remote_attach_1): Adjust.
10343 (extended_remote_create_inferior_1): Use
10344 add_current_inferior_and_thread.
10345
10346 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10347
10348 Fix watchpoints to be specific for each inferior.
10349 * breakpoint.c (watchpoint_in_thread_scope): Verify also
10350 current_program_space.
10351 * i386-nat.c (i386_inferior_data_cleanup): New.
10352 (i386_inferior_data_get): Replace variable inf_data_local by an
10353 inferior_data call.
10354 (i386_use_watchpoints): Initialize i386_inferior_data.
10355 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
10356 specific iterate_over_lwps.
10357
10358 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10359
10360 Fix watchpoints across inferior fork.
10361 * amd64-linux-nat.c (update_debug_registers_callback): Update the
10362 comment for linux_nat_iterate_watchpoint_lwps.
10363 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10364 linux_nat_iterate_watchpoint_lwps.
10365 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
10366 * i386-linux-nat.c (update_debug_registers_callback): Update the
10367 comment for linux_nat_iterate_watchpoint_lwps.
10368 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10369 linux_nat_iterate_watchpoint_lwps.
10370 (i386_linux_prepare_to_resume): New comment on Linux kernel.
10371 * i386-nat.c: Include inferior.h.
10372 (dr_mirror): Remove.
10373 (i386_inferior_data, struct i386_inferior_data)
10374 (i386_inferior_data_get): New.
10375 (i386_debug_reg_state): Use i386_inferior_data_get.
10376 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
10377 (i386_insert_watchpoint, i386_remove_watchpoint)
10378 (i386_stopped_data_address, i386_insert_hw_breakpoint)
10379 (i386_remove_hw_breakpoint): New variable state, use
10380 i386_debug_reg_state instead of DR_MIRROR.
10381 * linux-nat.c (delete_lwp): New declaration.
10382 (num_lwps): Move here from downwards.
10383 (delete_lwp_cleanup): New.
10384 (linux_child_follow_fork): Create new child_lp, call
10385 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
10386 PTRACE_DETACH.
10387 (num_lwps): Move upwards.
10388 (linux_nat_iterate_watchpoint_lwps): New.
10389 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
10390 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
10391
10392 2012-01-24 Joel Brobecker <brobecker@adacore.com>
10393
10394 GDB 7.4 released.
10395
10396 2012-01-23 Pedro Alves <palves@redhat.com>
10397
10398 * top.c (caution): Rename to ...
10399 (confirm): ... this.
10400 (show_caution): Rename to ...
10401 (show_confirm): ... this.
10402 (quit_cover): Adjust.
10403 (init_main): Adjust.
10404 * top.h (caution): Rename to ...
10405 (confirm): ... this.
10406 * utils.c (internal_vproblem, defaulted_query): Adjust.
10407
10408 2012-01-23 Pedro Alves <palves@redhat.com>
10409
10410 * top.c (caution): Update comment.
10411 (execute_command): Don't consider the current value of `caution'.
10412
10413 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10414
10415 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
10416
10417 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
10418
10419 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
10420 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
10421 * target.c (target_fileio_pwrite): Remove buffer address from
10422 debug output.
10423 (target_fileio_pread): Likewise.
10424
10425 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10426
10427 * NEWS: Document remote "info proc" and "generate-core-file".
10428
10429 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10430
10431 * gdbarch.sh (find_memory_regions): New callback.
10432 * gdbarch.c, gdbarch.h: Regenerate.
10433
10434 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
10435 callback before falling back to target method.
10436
10437 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
10438 (linux_target_install_ops): No longer install it.
10439
10440 * linux-tdep.c (linux_find_memory_regions): New function.
10441 (linux_init_abi): Install it.
10442
10443 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10444
10445 * gdbarch.sh (make_corefile_notes): New architecture callback.
10446 * gdbarch.c: Regenerate.
10447 * gdbarch.h: Likewise.
10448
10449 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
10450 before target_make_corefile_notes. If NULL is returned, the
10451 target does not support core file generation.
10452
10453 * linux-nat.c: Include "linux-tdep.h".
10454 (find_signalled_thread, find_stop_signal): Remove.
10455 (linux_nat_do_thread_registers): Likewise.
10456 (struct linux_nat_corefile_thread_data): Likewise.
10457 (linux_nat_corefile_thread_callback): Likewise.
10458 (iterate_over_spus): Likewise.
10459 (struct linux_spu_corefile_data): Likewise.
10460 (linux_spu_corefile_callback): Likewise.
10461 (linux_spu_make_corefile_notes): Likewise.
10462 (linux_nat_collect_thread_registers): New function.
10463 (linux_nat_make_corefile_notes): Replace contents by call to
10464 linux_make_corefile_notes passing linux_nat_collect_thread_registers
10465 as native-only callback.
10466
10467 * linux-tdep.h: Include "bfd.h".
10468 (struct regcache): Add forward declaration.
10469 (linux_collect_thread_registers_ftype): New typedef.
10470 (linux_make_corefile_notes): Add prototype.
10471 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
10472 "regset.h", and "elf-bfd.h".
10473 (find_signalled_thread, find_stop_signal): New functions.
10474 (linux_spu_make_corefile_notes): Likewise.
10475 (linux_collect_thread_registers): Likewise.
10476 (struct linux_corefile_thread_data): New data structure.
10477 (linux_corefile_thread_callback): New funcion.
10478 (linux_make_corefile_notes): Likewise.
10479 (linux_make_corefile_notes_1): Likewise.
10480 (linux_init_abi): Install it.
10481
10482 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10483
10484 * gdbarch.sh (info_proc): New callback.
10485 * gdbarch.c, gdbarch.h: Regenerate.
10486
10487 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
10488 before falling back to the target info_proc callback.
10489
10490 * linux-nat.c: Do not include "cli/cli-utils.h".
10491 (linux_nat_info_proc): Remove.
10492 (linux_target_install_ops): No longer install it.
10493
10494 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
10495 (read_mapping): New function.
10496 (linux_info_proc): Likewise.
10497 (linux_init_abi): Install it.
10498
10499 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10500
10501 * defs.h (enum info_proc_what): Moved here from linux-nat.c
10502 * infcmd.c: (info_proc_cmd_1): New function.
10503 (info_proc_cmd): New function, moved here from equivalent routine
10504 orignally in linux-nat.c.
10505 (info_proc_cmd_mappings): Likewise.
10506 (info_proc_cmd_stat): Likewise.
10507 (info_proc_cmd_status): Likewise.
10508 (info_proc_cmd_cwd): Likewise.
10509 (info_proc_cmd_cmdline): Likewise.
10510 (info_proc_cmd_exe): Likewise.
10511 (info_proc_cmd_all): Likewise.
10512 (_initialize_infcmd): Install "info proc" command and subcommands.
10513
10514 * target.h (struct target_ops): Add to_info_proc.
10515 (target_info_proc): Add prototype.
10516 * target.c (target_info_proc): New function.
10517
10518 * procfs.c (procfs_info_proc): Add prototype.
10519 (info_proc_cmd): Rename into ...
10520 (procfs_info_proc): ... this. Update argument types as appropriate
10521 for a to_info_proc implementation. Handle "what" argument.
10522 (procfs_target): Install procfs_info_proc.
10523 (_initialize_procfs): No longer install "info proc" command.
10524
10525 * linux-nat.c: (enum info_proc_what): Remove.
10526 (linux_nat_info_proc_cmd_1): Rename into ...
10527 (linux_nat_info_proc): ... this. Update argument types as appropriate
10528 for a to_info_proc implementation.
10529 (linux_nat_info_proc_cmd): Remove.
10530 (linux_nat_info_proc_cmd_mappings): Likewise.
10531 (linux_nat_info_proc_cmd_stat): Likewise.
10532 (linux_nat_info_proc_cmd_status): Likewise.
10533 (linux_nat_info_proc_cmd_cwd): Likewise.
10534 (linux_nat_info_proc_cmd_cmdline): Likewise.
10535 (linux_nat_info_proc_cmd_exe): Likewise.
10536 (linux_nat_info_proc_cmd_all): Likewise.
10537 (linux_target_install_ops): Install linux_nat_info_proc.
10538 (_initialize_linux_nat): No longer install "info proc" command
10539 and subcommands.
10540
10541 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10542
10543 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
10544 * config.in, configure: Regenerate.
10545
10546 * target.h (struct target_ops): Add to_fileio_readlink.
10547 (target_fileio_readlink): Add prototype.
10548 * target.c (target_fileio_readlink): New function.
10549
10550 * inf-child.c: Conditionally include <sys/param.h>.
10551 (inf_child_fileio_readlink): New function.
10552 (inf_child_target): Install it.
10553
10554 * remote.c (PACKET_vFile_readlink): New enum value.
10555 (remote_hostio_readlink): New function.
10556 (init_remote_ops): Install it.
10557 (_initialize_remote): Handle vFile:readlink packet type.
10558
10559 2012-01-20 Pedro Alves <palves@redhat.com>
10560 Ulrich Weigand <ulrich.weigand@linaro.org>
10561
10562 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
10563 * config.in, configure: Regenerate.
10564
10565 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
10566 to_fileio_pread, to_fileio_close, to_fileio_unlink.
10567 (target_fileio_open): Add prototype.
10568 (target_fileio_pwrite): Likewise.
10569 (target_fileio_pread): Likewise.
10570 (target_fileio_close): Likewise.
10571 (target_fileio_unlink): Likewise.
10572 (target_fileio_read_alloc): Likewise.
10573 (target_fileio_read_stralloc): Likewise.
10574
10575 * target.c: Include "gdb/fileio.h".
10576 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
10577 (default_fileio_target): New function.
10578 (target_fileio_open): Likewise.
10579 (target_fileio_pwrite): Likewise.
10580 (target_fileio_pread): Likewise.
10581 (target_fileio_close): Likewise.
10582 (target_fileio_unlink): Likewise.
10583 (target_fileio_close_cleanup): Likewise.
10584 (target_fileio_read_alloc_1): Likewise.
10585 (target_fileio_read_alloc): Likewise.
10586 (target_fileio_read_stralloc): Likewise.
10587
10588 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
10589 <fcntl.h>, and <unistd.h>.
10590 (inf_child_fileio_open_flags_to_host): New function.
10591 (inf_child_errno_to_fileio_error): Likewise.
10592 (inf_child_fileio_open): Likewise.
10593 (inf_child_fileio_pwrite): Likewise.
10594 (inf_child_fileio_pread): Likewise.
10595 (inf_child_fileio_close): Likewise.
10596 (inf_child_fileio_unlink): Likewise.
10597 (inf_child_target): Install to_fileio routines.
10598
10599 * remote.c (init_remote_ops): Install to_fileio routines.
10600
10601 2012-01-20 Pedro Alves <palves@redhat.com>
10602 Ulrich Weigand <ulrich.weigand@linaro.org>
10603
10604 * remote.c (remote_multi_process_p): Only check for multi-process
10605 protocol feature, do not check for extended protocol.
10606 (remote_supports_multi_process): Check for extended protocol here.
10607 (set_general_process): Likewise.
10608 (extended_remote_kill): Likewise.
10609 (remote_pid_to_str): Likewise.
10610 (remote_query_supported): Always query multiprocess mode.
10611
10612 2012-01-20 Pedro Alves <palves@redhat.com>
10613 Ulrich Weigand <ulrich.weigand@linaro.org>
10614
10615 * inferior.h (struct inferior): Add fake_pid_p.
10616 * inferior.c (exit_inferior_1): Clear fake_pid_p.
10617 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
10618 magic_null_ptid since the remote side doesn't provide a real PID.
10619
10620 2012-01-19 Tom Tromey <tromey@redhat.com>
10621
10622 * NEWS: Combine the two Python sections.
10623
10624 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10625
10626 * target.h (target_close): Update comment on the target's unpush state.
10627
10628 2012-01-19 Pedro Alves <palves@redhat.com>
10629
10630 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
10631 linux_nat_async directly instead of going through the target
10632 vector.
10633 * target.c (unpush_target): Close target after unpushing it, not
10634 before.
10635
10636 2012-01-19 Gary Benson <gbenson@redhat.com>
10637
10638 * mdebugread.c (sort_blocks): Replace integer constants with ones
10639 derived from FIRST_LOCAL_BLOCK.
10640
10641 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
10642 Jan Kratochvil <jan.kratochvil@redhat.com>
10643
10644 PR gdb/9538
10645 * symfile.c (find_separate_debug_file): New function.
10646 (terminate_after_last_dir_separator): Likewise.
10647 (find_separate_debug_file_by_debuglink): Also try realpath.
10648 * configure.ac (AC_CHECK_FUNCS): Add lstat.
10649 * configure: Regenerate.
10650 * config.in: Regenerate.
10651
10652 2012-01-18 Doug Evans <dje@google.com>
10653
10654 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
10655 (main.o): Remove rule.
10656 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
10657 (--with-sysroot): Rewrite.
10658 * configure: Regenerate.
10659 * config.in: Regenerate.
10660
10661 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
10662
10663 * parse.c (initialize_expout): New function.
10664 (reallocate_expout): Likewise.
10665 (parse_exp_in_context): Use `initialize_expout' and
10666 `reallocate_expout' when appropriate.
10667
10668 2012-01-18 Pedro Alves <palves@redhat.com>
10669
10670 * record.c (struct record_breakpoint, record_breakpoint_p)
10671 (record_breakpoints): New.
10672 (record_insert_breakpoint, record_remove_breakpoint): Manage
10673 record breakpoints list. Only remove breakpoints from the
10674 inferior if they had been inserted there in the first place.
10675
10676 2012-01-17 Doug Evans <dje@google.com>
10677
10678 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
10679 if we know we don't have a file name to look for.
10680
10681 2012-01-17 Pedro Alves <palves@redhat.com>
10682
10683 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
10684 the frame's stop reason is UNWIND_UNAVAILABLE.
10685
10686 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10687
10688 Fix compilation error.
10689 * m2-exp.y (yyerror): Use ANSI C prototype.
10690
10691 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
10692
10693 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
10694 (growbuf_by_size): Likewise.
10695 (yyerror): Likewise.
10696 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
10697 (modblock): Remove variable (was #if 0'ed).
10698 (parse_number): Convert prototype from K&R to ANSI C.
10699 (yyerror): Likewise.
10700 * objc-exp.y (parse_number): Likewise.
10701 (yyerror): Likewise.
10702 (yylex): Remove #if 0'ed code.
10703 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
10704 (yyerror): Likewise.
10705
10706 2012-01-16 Tom Tromey <tromey@redhat.com>
10707
10708 * NEWS: Add item.
10709 * symtab.h (compare_filenames_for_search): Declare.
10710 * symtab.c (compare_filenames_for_search): New function.
10711 (iterate_over_some_symtabs): Use it.
10712 * symfile.h (struct quick_symbol_functions)
10713 <map_symtabs_matching_filename>: Change spec.
10714 * psymtab.c (partial_map_symtabs_matching_filename): Use
10715 compare_filenames_for_search. Update for new spec.
10716 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
10717 compare_filenames_for_search. Update for new spec.
10718 * breakpoint.c (clear_command): Use compare_filenames_for_search.
10719
10720 2012-01-16 Tom Tromey <tromey@redhat.com>
10721
10722 PR python/13281:
10723 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
10724 (struct main_type) <flag_flag_enum>: New field.
10725 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
10726 * NEWS: Add entries.
10727 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
10728 enums.
10729 * python/lib/gdb/printing.py (_EnumInstance): New class.
10730 (FlagEnumerationPrinter): Likewise.
10731
10732 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
10733
10734 * breakpoint.c (create_sals_from_address_default): New function.
10735 (create_breakpoints_sal_default): Likewise.
10736 (decode_linespec_default): Likewise.
10737 (is_marker_spec): Removed.
10738 (strace_marker_p): New function.
10739 (init_breakpoint_sal): Using `strace_marker_p' instead of
10740 `is_marker_spec'.
10741 (create_breakpoint): Call method `create_sals_from_address' from
10742 breakpoint_ops, replacing code that created SALs conditionally
10743 on the type of the breakpoint. Call method `create_breakpoints_sal',
10744 replacing code that created breakpoints conditionally on the type
10745 wanted.
10746 (base_breakpoint_create_sals_from_address): New function.
10747 (base_breakpoint_create_breakpoints_sal): Likewise.
10748 (base_breakpoint_decode_linespec): Likewise.
10749 (base_breakpoint_ops): Add methods
10750 `base_breakpoint_create_sals_from_address',
10751 `base_breakpoint_create_breakpoints_sal' and
10752 `base_breakpoint_decode_linespec'.
10753 (bkpt_create_sals_from_address): New function.
10754 (bkpt_create_breakpoints_sal): Likewise.
10755 (bkpt_decode_linespec): Likewise.
10756 (tracepoint_create_sals_from_address): Likewise.
10757 (tracepoint_create_breakpoints_sal): Likewise.
10758 (tracepoint_decode_linespec): Likewise.
10759 (strace_marker_create_sals_from_address): Likewise.
10760 (strace_marker_create_breakpoints_sal): Likewise.
10761 (strace_marker_decode_linespec): Likewise.
10762 (strace_marker_breakpoint_ops): New variable.
10763 (addr_string_to_sals): Remove `marker_spec'. Call method
10764 `decode_linespec' from breakpoint_ops, replacing code that decoded
10765 an address string into a SAL. Use `strace_marker_p' instead of
10766 `marker_spec'.
10767 (strace_command): Decide whether we are dealing with a static
10768 tracepoint with marker or not. Use the appropriate breakpoint_ops.
10769 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
10770 * breakpoint.h (linespec_result, linespec_sals): New forward
10771 declarations.
10772 (breakpoint_ops) <create_sals_from_address>,
10773 <create_breakpoints_sal>, <decode_linespec>: New methods.
10774
10775 2012-01-14 Doug Evans <dje@google.com>
10776
10777 * NEWS: Update text for "maint set python print-stack".
10778 It is deprecated in gdb 7.4 and deleted in 7.5.
10779
10780 2012-01-13 Eli Zaretskii <eliz@gnu.org>
10781
10782 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
10783 including curses.h.
10784
10785 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10786
10787 * configure: Regenerate.
10788 * config.in: Regenerate.
10789
10790 2012-01-12 Keith Seitz <keiths@redhat.com>
10791
10792 PR mi/10586
10793 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
10794 (ANONYMOUS_UNION_NAME): Define.
10795 (is_path_expr_parent): New function.
10796 (get_path_expr_parent): New function.
10797 (is_anonymous_child): New function.
10798 (create_child_with_value): If the child is anonymous and without
10799 a name, assign an object name to it.
10800 (c_describe_child): Use get_path_expr_parent to determine
10801 the parent expression.
10802 If there field represents an anonymous struct or union and
10803 has no name, set an appropriate display name and expression.
10804 (cplus_describe_child): Likewise.
10805
10806 2012-01-12 Pedro Alves <palves@redhat.com>
10807
10808 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
10809 available when %ebp is found to be zero (outermost).
10810
10811 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
10812
10813 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
10814 an internal gdb_static_assert.
10815 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
10816
10817 2012-01-11 Tom Tromey <tromey@redhat.com>
10818
10819 PR gdb/9598:
10820 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
10821 catch" and "catch throw".
10822
10823 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
10824
10825 * blockframe.c (block_innermost_frame): Start search from selected
10826 frame, if present, or otherwise the current frame.
10827
10828 * c-exp.y (variable): Update innermost_block for
10829 'block COLONCOLON NAME' clause.
10830 * m2-exp.y (variable): Ditto.
10831 * objc-exp.y (variable): Ditto.
10832
10833 2012-01-10 Tom Tromey <tromey@redhat.com>
10834
10835 PR python/13199:
10836 * python/python.c (finish_python_initialization): Set sys.argv.
10837
10838 2012-01-10 Doug Evans <dje@google.com>
10839
10840 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
10841 "want_line_info". All callers updated.
10842 (dwarf_decode_lines_1): New function.
10843 (handle_DW_AT_stmt_list): Add function comment.
10844 New arg "want_line_info". All callers updated.
10845 (read_file_scope,read_type_unit_scope): Move comment from
10846 handle_DW_AT_stmt_list to here.
10847
10848 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10849
10850 Fix regression after libiberty/ update for GCC PR 6057 and others.
10851 * c-exp.y (operator) <OPERATOR DELETE>
10852 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10853 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
10854 (make_builtin_type, make_name): New variable i, add gdb_assert.
10855 (operator) <OPERATOR NEW>: Update ARGS to 3.
10856 (operator) <OPERATOR DELETE>: Add trailing space.
10857 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
10858 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10859 * cp-support.c (cp_canonicalize_string): Check NULL from
10860 cp_comp_to_string, call warning and return.
10861
10862 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10863
10864 Fix duplicate .o files after omitting libbfd.a.
10865 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
10866 (SFILES): Add corelow.c.
10867 (COMMON_OBS): Add corelow.o.
10868 (ALLDEPFILES): Remove corelow.c.
10869 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
10870 * config/alpha/alpha-osf3.mh: Likewise.
10871 * config/alpha/fbsd.mh: Likewise.
10872 * config/arm/nbsdaout.mh: Likewise.
10873 * config/arm/nbsdelf.mh: Likewise.
10874 * config/i386/i386gnu.mh: Likewise.
10875 * config/ia64/hpux.mh: Likewise.
10876 * config/ia64/linux.mh: Likewise.
10877 * config/m32r/linux.mh: Likewise.
10878 * config/m68k/linux.mh: Likewise.
10879 * config/mips/irix5.mh: Likewise.
10880 * config/mips/irix6.mh: Likewise.
10881 * config/pa/hpux.mh: Likewise.
10882 * config/pa/linux.mh: Likewise.
10883 * config/powerpc/aix.mh: Likewise.
10884 * config/sparc/linux.mh: Likewise.
10885 * config/sparc/linux64.mh: Likewise.
10886 * config/sparc/sol2.mh: Likewise.
10887 * config/vax/vax.mh: Likewise.
10888 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
10889 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
10890 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
10891 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
10892 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
10893 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
10894 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
10895 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
10896 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
10897 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
10898 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
10899 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
10900 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
10901 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
10902 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
10903 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
10904 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
10905 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
10906 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
10907 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
10908 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
10909 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
10910 corelow.o from gdb_target_obs.
10911 * corefile.c (core_target): Update the comment on NULL value.
10912 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
10913 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
10914 MATCHES. Drop YUMMY set on NULL.
10915 (core_close): Do not call exit_inferior_silent on zero PID. Do not
10916 reclaim CORE_DATA if it is already NULL.
10917
10918 2012-01-09 Doug Evans <dje@google.com>
10919
10920 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
10921 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
10922
10923 2012-01-09 Keith Seitz <keiths@redhat.com>
10924
10925 * breakpoint.c (wrapper.h): Don't include.
10926
10927 2012-01-09 Keith Seitz <keiths@redhat.com>
10928
10929 * Makefile.in (SFILES): Remove wrapper.c.
10930 (HFILES_NO_SRCDIR): Remove wrapper.h.
10931 (COMMON_OBS): Remove wrapper.o.
10932 * cli/cli-interp.c: Don't inlude wrapper.h.
10933 * corelow.c: Likewise.
10934 (core_open): Replace gdb_target_find_new_threads with
10935 TRY_CATCH around target_find_new_threads.
10936 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
10937 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
10938 * varobj.c (varobj_create): Likewise for parse_exp_1 and
10939 evaluate_expression.
10940 (varobj_set_value): Likewise for evaluate_expression and
10941 value_assign.
10942 (install_new_variable): Likewise for value_fetch_lazy.
10943 (adjust_value_for_child_access): Likewise for value_ind.
10944 (c_describe_child): Likewise for value_subscript and
10945 value_ind.
10946 (c_value_of_root): Likewise for evaluate_expression.
10947 * wrapper.c: Remove.
10948 * wrapper.h: Remove.
10949
10950 2012-01-09 Doug Evans <dje@google.com>
10951
10952 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
10953 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
10954 "abfd" args with "section". All callers updated.
10955 Error checking code moved ...
10956 (error_check_comp_unit_head): ... here. New function.
10957 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
10958 Delete arg "abfd". New arg "type_offset". All callers updated.
10959 (create_debug_types_hash_table): Simplify by using
10960 read_and_check_type_unit_head.
10961
10962 * parser-defs.h (namecopy): Delete.
10963 * parse.c (namecopy, namecopy_size): Move into copy_name.
10964
10965 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10966
10967 Partially fix duplicate .o files after omitting libbfd.a.
10968 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
10969 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10970 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
10971 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10972 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
10973 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
10974 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10975
10976 2012-01-09 Pedro Alves <palves@redhat.com>
10977
10978 * MAINTAINERS: Update my email address.
10979
10980 2012-01-08 Doug Evans <dje@google.com>
10981
10982 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
10983 n_type_units. Rename type_comp_units to all_type_units.
10984 All uses updated.
10985 (add_signatured_type_cu_to_table): Renamed from
10986 add_signatured_type_cu_to_list. All callers updated.
10987
10988 * gdbtypes.h (struct cplus_struct_type): Delete member
10989 nfn_fields_total. All uses removed.
10990
10991 2012-01-06 Doug Evans <dje@google.com>
10992
10993 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
10994 to top of file.
10995 (dwarf2_find_comp_unit): Delete.
10996 (process_psymtab_comp_unit): Make result "void".
10997 Delete args buffer, info_ptr, buffer_size, and replace with
10998 "section". All callers updated.
10999 (dwarf2_build_psymtabs_hard): Simplify.
11000
11001 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
11002 Thiago Jung Bauermann <bauerman@br.ibm.com>
11003
11004 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
11005 before `struct gdb_exception'.
11006 * breakpoint.c (update_global_location_list_nothrow)
11007 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
11008 * cp-abi.c (value_rtti_type): Likewise.
11009 * cp-support.c (cp_validate_operator): Likewise.
11010 * infrun.c (insert_exception_resume_breakpoint)
11011 (check_exception_resume, keep_going): Likewise.
11012 * mi-interp.c (mi_breakpoint_created)
11013 (mi_breakpoint_modified): Likewise.
11014 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
11015 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
11016 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
11017
11018 2012-01-05 Doug Evans <dje@google.com>
11019
11020 * dwarf2read.c (statement_prologue): Delete, unused.
11021
11022 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
11023 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
11024
11025 * dwarf2read.c (comp_unit_header): Delete, unused.
11026
11027 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
11028
11029 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
11030 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
11031
11032 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
11033
11034 * infrun.c (normal_stop): Don't skip calling the normal_stop
11035 observers if the thread was doing a multi-step, but stopped for
11036 some reason other than stepping.
11037
11038 2012-01-05 Pedro Alves <alves.ped@gmail.com>
11039
11040 * cli/cli-decode.h: Add comments.
11041 (CMD_LIST_AMBIGUOUS): Moved to command.h
11042 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
11043 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
11044 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
11045 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
11046 (add_com, add_com_alias, add_info, add_info_alias)
11047 (complete_on_cmdlist, complete_on_enum, help_list): Remove
11048 declarations.
11049 * command.h: Add and adjust comments.
11050 (CMD_LIST_AMBIGUOUS): Moved here.
11051 (help_cmd, help_cmd_list): Delete declarations.
11052
11053 2012-01-04 Doug Evans <dje@google.com>
11054
11055 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
11056 All callers updated.
11057 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
11058 Replace all arguments with "per_cu". All callers updated.
11059
11060 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
11061
11062 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
11063 New arg "per_cu". All callers updated.
11064
11065 Delete #if 0'd out code.
11066 * language.c (binop_result_type): Delete.
11067 (simple_type, ordered_type, same_type, integral_type): Delete.
11068 (numeric_type, character_type, string_type, boolean_type): Delete.
11069 (float_type, structured_type): Delete.
11070 * language.h: Update.
11071
11072 2012-01-04 Tom Tromey <tromey@redhat.com>
11073
11074 * python/py-value.c (valpy_binop): Initialize 'res_val'.
11075
11076 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11077
11078 * corefile.c (close_exec_file): Delete.
11079 (reopen_exec_file): Remove commented out code that seems related
11080 to close_exec_file, which is being deleted here.
11081 * inferior.h (close_exec_file): Delete.
11082 * fork-child.c (fork_inferior): Remove call to fork_inferior.
11083
11084 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11085
11086 * ada-lang.c: #include "cli/cli-utils.h".
11087 (get_selections): Use skip_spaces.
11088 (ada_get_next_arg): Use skip_spaces and skip_to_space.
11089 (catch_ada_exception_command_split): Use skip_spaces.
11090 (ada_decode_assert_location): Likewise.
11091
11092 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11093
11094 * linespec.c (decode_line_internal): Check for C++ or Java
11095 compound constructs only if the current language is C, C++
11096 or Java.
11097
11098 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11099
11100 Revert:
11101 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11102 Joel Brobecker <brobecker@adacore.com>
11103 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11104 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11105 3 times.
11106 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11107 fall through into AT_ENTRY_POINT.
11108 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
11109 DUMMY_ADDR with it.
11110 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11111 PPC_INSN_SIZE skip to 3 times.
11112
11113 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11114
11115 * linespec.c (add_minsym): Preserve function descriptors.
11116
11117 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11118
11119 * breakpoint.c (all_locations_are_pending): Consider locations
11120 in program spaces executing during startup pending as well.
11121
11122 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11123
11124 Copyright year update in most files of the GDB Project.
11125
11126 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11127
11128 * copyright.sh: Delete.
11129 * copyright.py: Rewrite.
11130
11131 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11132
11133 * gnulib/extra/update-copyright: New file, imported from gnulib.
11134
11135 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11136
11137 * README (Copyright and License Notices): New section.
11138
11139 2012-01-03 Tom Tromey <tromey@redhat.com>
11140
11141 PR python/12533:
11142 * python/py-value.c (valpy_dereference, valpy_get_address
11143 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
11144 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
11145 (valpy_absolute, valpy_richcompare): Free intermediate values.
11146
11147 2011-01-03 Joel Brobecker <brobecker@adacore.com>
11148
11149 * ada-lang.c: Reformat the copyright notice.
11150
11151 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11152
11153 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
11154 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
11155 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
11156 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
11157 Revert this part of:
11158 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11159 Build gdb directly from *.o files not using libgdb.a.
11160 * Makefile.in (COMMON_OBS): Remove solib-target.o.
11161
11162 2012-01-02 Joel Brobecker <brobecker@adacore.com>
11163
11164 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
11165 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
11166 Reformat the copyright header.
11167
11168 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11169
11170 Revert this part of:
11171 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11172 Remove the gdbtui binary.
11173 * gdb.c (main): Remove args.interpreter_p initialization.
11174 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11175 * main.h (struct captured_main_args): Remove interpreter_p.
11176
11177 2012-01-02 Joel Brobecker <brobecker@adacore.com>
11178
11179 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
11180
11181 2012-01-02 Joel Brobecker <brobecker@adacore.com>
11182
11183 * top.c (print_gdb_version): Update copyright year.
11184
11185 2012-01-02 Yao Qi <yao@codesourcery.com>
11186
11187 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
11188
11189 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11190 Joel Brobecker <brobecker@adacore.com>
11191
11192 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11193 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11194 3 times.
11195 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11196 fall through into AT_ENTRY_POINT.
11197 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
11198 DUMMY_ADDR with it.
11199 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11200 PPC_INSN_SIZE skip to 3 times.
11201
11202 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11203
11204 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
11205 the return value.
11206 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
11207
11208 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11209
11210 Build gdb directly from *.o files not using libgdb.a.
11211 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
11212 (COMMON_OBS): Remove solib-target.o.
11213 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
11214 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
11215 (LIBGDB_OBS, libgdb.a): Move it above.
11216 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
11217 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
11218 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
11219 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
11220 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
11221 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
11222 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
11223 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
11224 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
11225 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
11226 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
11227 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
11228 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
11229 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
11230 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11231 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
11232 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
11233 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11234 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
11235 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
11236 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
11237 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
11238 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
11239 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
11240 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
11241 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
11242 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
11243
11244 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11245
11246 Remove the gdbtui binary.
11247 * .gitignore (/gdbtui): Remove.
11248 * Makefile.in (TUI): Remove.
11249 (SUBDIR_TUI_OBS): Remove tui-main.o.
11250 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
11251 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
11252 (tui-main.o): Remove.
11253 (all_object_files): Remove tui-main.o.
11254 * NEWS: New note for the gdbtui removal.
11255 * configure: Rebuilt.
11256 * configure.ac: No longer add all-tui, clean-tui, install-tui and
11257 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
11258 CONFIG_UNINSTALL respectively.
11259 * gdb.c (main): Remove args.interpreter_p initialization.
11260 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11261 * main.h (struct captured_main_args): Remove interpreter_p.
11262 * tui/tui-main.c: Remove.
11263
11264 2012-01-01 Doug Evans <dje@google.com>
11265
11266 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
11267 (dwarf2_physname, read_import_statement): Ditto.
11268 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
11269 (process_structure_scope read_subroutine_type): Ditto.
11270 (read_typedef, load_partial_dies, read_partial_die): Ditto.
11271 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
11272 (dwarf2_fetch_die_location_block): Ditto.
11273 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
11274
11275 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
11276 All callers updated.
11277 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
11278 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
11279 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
11280
11281 * dwarf2read.c (load_cu): Move assert to more useful location.
11282
11283 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
11284 All callers updated.
11285
11286 * dwarf2read.c (dwarf2_per_objfile): Add comment.
11287 (dwarf2_elf_names): Minor reformat.
11288 (dwarf2_per_cu_data): Tweak comment.
11289 (dwarf2_read_section): Fix comment.
11290 (create_all_comp_units): Fix comment.
11291 (load_full_comp_unit): Fix comment.
11292 (process_full_comp_unit): Fix comment.
11293 (read_signatured_type): Fix comment.
11294
11295 For older changes see ChangeLog-2011.
11296 \f
11297 Local Variables:
11298 mode: change-log
11299 left-margin: 8
11300 fill-column: 74
11301 version-control: never
11302 coding: utf-8
11303 End:
This page took 0.245241 seconds and 5 git commands to generate.