* contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
84f13595
PM
12012-11-08 Pierre Muller <muller@sourceware.org>
2
3 * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
4 as default language.
5 (AWK): Use = instead of == for sh test to avoid warning.
6 (Linux rule): Correct [:digit] into [[:digit:]].
7 (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
8 (vasprintf rule): Adapt to common subdirectory moves.
9 (xasprintf rule): Idem.
10 (xvasprintf rule): Idem.
11 (var_boolean rule): Accept occurence in == or != test.
12
13 * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
14
d69e6a33
SC
152012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
16
17 * tui/tui-hooks.c (tui_inferior_exit): New function.
18 (tui_detach_hook): Remove.
19 (tui_install_hooks): Install the inferior exit observer.
20 (tui_remove_hooks): Remove it.
21
1e96de83
YQ
222012-11-08 Yao Qi <yao@codesourcery.com>
23
24 PR gdb/14777.
25 * source.c (_initialize_source): Call add_com_alias to abbreviate
26 'forward-search' as 'fo'.
27
0baeab03
PA
282012-11-07 Pedro Alves <palves@redhat.com>
29
30 * arm-tdep.c: Make defs.h be the first include.
31 * coff-pe-read.c: Ditto.
32 * gnu-nat.c: Ditto.
33 * go32-nat.c: Ditto.
34 * i386-nat.c: Ditto.
35 * ppcnbsd-nat.c: Ditto.
36 * ada-varobj.h: Don't include defs.h.
37 * i386-darwin-tdep.h: Ditto.
38 * i386-nat.h: Ditto.
39
892a8570
PA
402012-11-07 Pedro Alves <palves@redhat.com>
41
42 * MAINTAINERS: New FSF-appointed maintainers replace the Steering
43 Committee.
44
719502e9
PM
452012-11-07 Pierre Muller <muller@sourceware.org>
46
47 * common/linux-osdata.c (dirent.h): ARI fix: Remove.
48 File already uses "gdb_dirent.h" header.
49
ed86b350
YQ
502012-11-07 Yao Qi <yao@codesourcery.com>
51
52 * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
53 tracepoint_count'.
54
9a4f1e4f
TT
552012-11-06 Tom Tromey <tromey@redhat.com>
56
57 * target.h (inferior_has_forked, inferior_has_vforked)
58 (inferior_has_execd, inferior_has_called_syscall): Remove
59 declarations.
60
0316657e
PM
612012-11-06 Pierre Muller <muller@sourceware.org>
62
63 * remote.c (remote_insert_hw_breakpoint): ARI fix,
64 add missing internalization markup.
65
f6592439
PA
662012-11-06 Pedro Alves <palves@redhat.com>
67
68 PR gdb/14810
69
70 * breakpoint.c (bpstat_stop_status): Skip disabled locations.
71
01f2564a
PM
722012-11-06 Pierre Muller <muller@sourceware.org>
73
74 * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
75 is not executable.
76
f37c4431
JB
772012-11-05 Joel Brobecker <brobecker@adacore.com>
78
79 * gnulib/update-gnulib.sh: New script.
80
550889c3
JB
812012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
82
83 * MAINTAINERS: Update my email address.
84
954b50b3
TT
852012-11-05 Tom Tromey <tromey@redhat.com>
86
87 * frame.c (put_frame_register): Don't use temporary buffer.
88
68c9da30
PA
892012-11-05 Pedro Alves <palves@redhat.com>
90
91 * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
92 child. Clear 'pending_detach'.
93 * infrun.c (handle_vfork_child_exec_or_exit): Clear
94 'pending_detach' in the vfork parent.
95
80626a55
DE
962012-11-05 Doug Evans <dje@google.com>
97
98 Add support for DWP files. http://gcc.gnu.org/wiki/DebugFissionDWP
99 * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
100 * dwarf2read.c: #include "elf-bfd.h".
101 (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
102 (dwop_section_names): Renamed from dwo_section names. All uses
103 updated. Add entries for .debug_cu_index, .debug_tu_index.
104 (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
105 All uses updated.
106 (struct dwp_sections): New type.
107 (struct virtual_dwo_sections): New type.
108 (struct dwp_hash_table): New type.
109 (struct dwp_file): New type.
110 (init_cutu_and_read_dies): Ensure DWO info/types section has been
111 read in. Handle DWOs coming from DWP files.
112 (lookup_dwo_file_slot): New function.
113 (dwarf2_locate_dwo_sections): Move definition closer to use.
114 (create_dwo_debug_info_hash_table_reader): Renamed from
115 create_debug_info_hash_table_reader. All callers updated.
116 (create_dwo_debug_info_hash_table): Renamed from
117 create_debug_info_hash_table. All callers updated.
118 (create_dwp_hash_table): New function.
119 (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
120 (lookup_dwo_in_dwp): New function.
121 (try_open_dwop_file): Renamed from try_open_dwo_file. New parameter
122 is_dwp. All callers updated.
123 (open_dwop_file): Renamed from open_dwo_file. All callers updated.
124 (open_and_init_dwo_file): Renamed from init_dwo_file.
125 All callers updated.
126 (lookup_dwo_file): Delete.
127 (dwarf2_locate_dwp_sections): New function.
128 (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
129 (allocate_dwp_loaded_cutus_table): New function.
130 (open_and_init_dwp_file): New function.
131 (lookup_dwo_cutu): New function.
132 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
133
6f6484cd
YQ
1342012-11-03 Yao Qi <yao@codesourcery.com>
135
136 Fix PR gdb/14617.
137 * breakpoint.c (trace_pass_set_count): Call
138 observer_notify_breakpoint_modified instead of
139 observer_notify_tracepoint_modified.
140 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
141
b45627a0
TT
1422012-11-02 Tom Tromey <tromey@redhat.com>
143
144 * breakpoint.c (catch_syscall_completer): Pass 'word' as second
145 argument to complete_on_enum.
146
d4fb63e1
TT
1472012-11-02 Tom Tromey <tromey@redhat.com>
148
149 * configure: Rebuild.
150 * configure.ac (build_warnings): Add -Wempty-body.
151 * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
152 * remote.c (handle_notification): Use braces for empty 'else' body.
153 * s390-tdep.c (s390_analyze_prologue): Use braces for empty
154 'else' body.
155 * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
156 'else' body.
157 * solib-som.c (som_relocate_section_addresses): Use braces
158 for empty 'else' body.
159 * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
160 (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
161
f50f4e56
PA
1622012-11-02 Pedro Alves <palves@redhat.com>
163
164 PR gdb/14766
165
166 * infrun.c (handle_inferior_event)
167 <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
168 null_ptid before handling a vfork child exec or exit. Switch to
169 the event ptid afterwards.
170
f0559fff
YQ
1712012-11-02 Yao Qi <yao@codesourcery.com>
172
173 * std-operator.def: Remove OP_LABELED.
174 * eval.c: Remove the declaration of 'get_label'.
175 (get_label): Remove.
176 (evaluate_struct_tuple): Remove code handling OP_LABELED.
177 Update comment.
178 Remove local variable 'variantno' and related code.
179 Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
180 with 'fieldno'.
181 * expprint.c (print_subexp_standard): Likewise.
182 (dump_subexp_body_standard): Likewise.
183 * parse.c (operator_length_standard): Likewise.
184
e5496e3e
PM
1852012-11-01 Pierre Muller <muller@ics.u-strasbg.fr>
186
187 Incorporate ARI web page generator into GDB sources.
188 * contrib/ari/create-web-ari-in-src.sh: New file.
189 * contrib/ari/gdb_ari.sh: New file.
190 * contrib/ari/gdb_find.sh: New file.
191 * contrib/ari/update-web-ari.sh: New file.
192
c66fb220
TT
1932012-10-31 Tom Tromey <tromey@redhat.com>
194
195 * gdbarch.c: Rebuild.
196 * gdbarch.sh: Remove references to gdbarch_swap.
197 * corelow.c (core_open): Remove obsolete comment.
198
2f27adfe
AB
1992012-10-31 Andrew Burgess <aburgess@broadcom.com>
200
201 PR cli/14772
202 * c-typeprint.c (c_print_type): Don't print a space for vector
203 types, this is handled within the suffix.
204 (c_type_print_varspec_suffix): Add a space to vector suffix.
205
144db827
PA
2062012-10-26 Pedro Alves <palves@redhat.com>
207
208 * amd64-tdep.c (amd64_relocate_instruction): Use
209 store_unsigned_integer instead of memcpy.
210 * i386-tdep.c (i386_relocate_instruction): Ditto.
211
940c3c06
PA
2122012-10-26 Pedro Alves <palves@redhat.com>
213
214 * infrun.c (handle_inferior_event): Merge handling of
215 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
216 switch case.
217
47b19065
PA
2182012-10-26 Pedro Alves <palves@redhat.com>
219
220 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
221 Remove comment.
222
87d2d2a4
PA
2232012-10-26 Pedro Alves <palves@redhat.com>
224
225 * target.c (target_waitstatus_to_string): Handle
226 TARGET_WAITKIND_VFORK_DONE.
227
fed708ed
PA
2282012-10-26 Pedro Alves <palves@redhat.com>
229
230 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
231 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
232
2590b645
JB
2332012-10-24 Tristan Gingold <gingold@adacore.com>
234
235 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
236 Add comments.
237
bed0c243
JB
2382012-10-24 Joel Brobecker <brobecker@adacore.com>
239
240 * ravenscar-thread.c (ravenscar_wait): Only update the list
241 of threads and inferior_ptid if the inferior is still alive.
242
f69c91ad
JB
2432012-10-24 Joel Brobecker <brobecker@adacore.com>
244
245 * ada-lang.c (is_known_support_routine): Use lbasename when
246 matching the symtab's filename against
247 known_runtime_file_name_patterns.
248
d99dcf51
JB
2492012-10-24 Joel Brobecker <brobecker@adacore.com>
250
251 * ada-lang.c (ada_same_array_size_p): New function.
252 (ada_promote_array_of_integrals): New function.
253 (coerce_for_assign): Add handling of arrays where the elements
254 are integrals of a smaller size than the size of the target
255 array element type.
256
32560274
JB
2572012-10-24 Joel Brobecker <brobecker@adacore.com>
258
259 * doublest.c (convert_doublest_to_floatformat): Fix comparison
260 against maximum exponent value.
261
5a04cc98
JB
2622012-10-24 Joel Brobecker <brobecker@adacore.com>
263
264 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
265 "unwind-seh.c".
266
5ded5331
JB
2672012-10-24 Joel Brobecker <brobecker@adacore.com>
268
269 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
270 strip typedef layer when computing the fixed type's field type,
271 only when computing its size.
272
2445fd7b
MK
2732012-10-24 Mark Kettenis <kettenis@gnu.org>
274
275 PR gdb/12783
276 * i386-tdep.c (i386_return_value): Handle complex double and long
277 double.
278
8f205f9c
JB
2792012-10-24 Joel Brobecker <brobecker@adacore.com>
280
281 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
282 New local variable args_len.
283 Quote the name of the executable when computing the command line.
284
7f7930dd
MK
2852012-10-23 Mark Kettenis <kettenis@gnu.org>
286
287 PR gdb/12796
288 PR gdb/12798
289 PR gdb/12800
290 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
291 AMD64_FTAG_REGNUM.
292 * amd64-tdep.c (amd64_classify): Classify complex types.
293 (amd64_return_value): Handle the COMPLEX_X87 class.
294
38a69d0a
JB
2952012-10-23 Joel Brobecker <brobecker@adacore.com>
296
297 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
298 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
299
83ab93c6
JB
3002012-10-23 Joel Brobecker <brobecker@adacore.com>
301
302 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
303 function.
304 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
305 to amd64_windows_auto_wide_charset.
306
f6fbab7d
YQ
3072012-10-23 Yao Qi <yao@codesourcery.com>
308
309 * event-top.c (mark_async_signal_handler_wrapper): Remove.
310 * event-top.h: Remove its declaration.
311 (async_request_quit): Call mark_async_signal_handler instead of
312 mark_async_signal_handler_wrapper.
313 (async_do_nothing, async_disconnect): Likewise.
314 (async_stop_sig): Likewise.
315 * remote.c (handle_remote_sigint): Likewise.
316 (handle_remote_sigint_twice): Likewise.
317
05fa9251
YQ
3182012-10-23 Yao Qi <yao@codesourcery.com>
319
320 * event-top.c (sigint_token, sighup_token): Replace 'void *'
321 with 'static struct async_signal_handler *'.
322 (sighup_token, sigquit_token, sigstp_token): Likewise.
323
08af7a40
AA
3242012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
325
326 * gdbarch.sh (function_list): Use 'pstring' when printing
327 a variable which could return NULL.
328 * gdbarch.c: Regenerate.
329
beb4b03c
JB
3302012-10-10 Joel Brobecker <brobecker@adacore.com>
331 Tom Tromey <tromey@redhat.com>
332
333 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
334 inneffective if condition by gdb assertion. Add function
335 description comment.
336
a5b12627
JB
3372012-10-19 Joel Brobecker <brobecker@adacore.com>
338
339 * parser-defs.h (struct exp_descriptor): Document constraint
340 on return value for "op_name" callbacks.
341
0b0865da
TT
3422012-10-18 Tom Tromey <tromey@redhat.com>
343
344 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
345 * symtab.c (iterate_over_some_symtabs): Constify.
346 * source.h (symtab_to_fullname): Return 'const char *'.
347 * source.c (symtab_to_fullname): Return 'const char *'.
348 * python/py-symtab.c (stpy_fullname): Constify.
349 * cli/cli-cmds.c (edit_command): Constify.
350 * breakpoint.c (print_breakpoint_location)
351 (update_static_tracepoint): Constify.
352
94b0e70d
TT
3532012-10-18 Tom Tromey <tromey@redhat.com>
354
355 * breakpoint.c (compare_breakpoints): Fix comparison.
356
fff10684
TT
3572012-10-18 Tom Tromey <tromey@redhat.com>
358
359 * valprint.c (generic_emit_char, generic_printstr): Pass size of
360 gdb_wchar_t to convert_between_encodings.
361
8de0566d
YQ
3622012-10-17 Yao Qi <yao@codesourcery.com>
363
364 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
365 more parameter 'inferior'.
366 * corefile.c (write_memory_with_notification): Caller update.
367
368 * mi/mi-cmd-var.c: Include "mi-main.h".
369 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
370 to 1 and restore it later.
371 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
372 and "data-write-memory-bytes.
373 * mi/mi-interp.c: Include objfiles.h.
374 (mi_interpreter_init): Call observer_attach_memory_changed.
375 (mi_memory_changed): New.
376 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
377 New field.
378
379 * NEWS: Mention new MI notification "memory-changed".
380
6235cdd1
JK
3812012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
382
383 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
384
07540c15
DE
3852012-10-15 Doug Evans <dje@google.com>
386
387 New option -nh: inhibit loading of ~/.gdbinit.
388 * NEWS: Mention -nh.
389 * main.c (captured_main): Recognize and process -nh.
390 (print_gdb_help): Mention -nh.
391 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
392
eab09350
L
3932012-10-15 H.J. Lu <hongjiu.lu@intel.com>
394
395 PR backtrace/14646
396 PR gdb/14647
397 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
398 pc_regnum_from_eax.
399 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
400 nor pc_regnum_from_eax.
401 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
402 nor pc_regnum_from_eax.
403
9e3a7d65
JK
4042012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
405
406 Fix entry values resolving in inlined frames.
407 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
408 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
409 entries of FRAME.
410
c83393b9
JB
4112012-10-15 Joel Brobecker <brobecker@adacore.com>
412
413 * configure.ac: Build with -DMS_WIN64 if building with Python
414 enabled using GCC on amd64-windows.
415 * configure: Regenerate.
416
801e4185
TT
4172012-10-15 Tom Tromey <tromey@redhat.com>
418
419 PR python/14635:
420 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
421 to Py_None.
422
74f910c8
TT
4232012-10-15 Tom Tromey <tromey@redhat.com>
424
425 PR python/14634:
426 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
427
2a7c8fd5
AB
4282012-10-11 Andrew Burgess <aburgess@broadcom.com>
429
430 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
431 reset thread numbering back to 1.
432
7c09e5a0
DE
4332012-10-11 Doug Evans <dje@google.com>
434
435 PR breakpoints/14643.
436 * linespec.c (struct ls_parser): New member keyword_ok.
437 (linespec_lexer_lex_string): Add comment.
438 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
439 for one.
440 (parse_linespec): Set keyword_ok.
441
a1855c1d
DE
4422012-10-10 Doug Evans <dje@google.com>
443
844226d6
DE
444 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
445 "0x" prefix on address in log message.
446
a1855c1d
DE
447 * dwarf2read.c (read_1_byte): Add const to buf parameter.
448 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
449 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
450 (lookup_dwo_file): Add const to dwo_name parameter.
451 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
452
2e24f4aa
JK
4532012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
454
455 Fix crash during stepping on ppc32.
456 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
457 SYM.
458
aa14df25
DE
4592012-10-03 Doug Evans <dje@google.com>
460
461 PR symtab/14601
462 * buildsym.c (buildsym_init): Reset using_directives to NULL.
463
3d468296
AB
4642012-10-02 Andrew Burgess <aburgess@broadcom.com>
465
466 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
467 output and use uint32_t not long to ensure 4 byte size.
468
8f0ee2eb
JB
4692012-10-02 Joel Brobecker <brobecker@adacore.com>
470
471 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
472 unref'ed it.
473
b3dc46ff
AB
4742012-10-01 Andrew Burgess <aburgess@broadcom.com>
475
476 * target.c (simple_search_memory): Include access length in
477 warning message.
478
f712f01f
EBM
4792012-09-28 Nathan Miller <nathanm2@us.ibm.com>
480 Edjunior Machado <emachado@linux.vnet.ibm.com>
481
482 PR gdb/13989
483 * solib.c (solib_find): Prevent GDB from loading native libraries when
484 debugging a cross-target corefile.
485
39181896
PA
4862012-09-28 selven <pcthegreat@gmail.com>
487
488 Make definition match declaration.
489
490 * regcache.c (regcache_register_status): Change return type to
491 enum register_status.
492
4c2786ba
YQ
4932012-09-28 Yao Qi <yao@codesourcery.com>
494
495 * mi/mi-main.c (mi_cmd_data_write_memory): Call
496 write_memory_with_notification instead of write_memory.
497 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
498 instead of target_write_memory.
499
1ae0c35e
YQ
5002012-09-28 Yao Qi <yao@codesourcery.com>
501
502 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
503 when the length of content is not an even number.
504
7977e5d2
TT
5052012-09-27 Tom Tromey <tromey@redhat.com>
506
507 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
508 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
509
807160da
JB
5102012-09-27 Joel Brobecker <brobecker@adacore.com>
511
512 * sol-thread.c (sol_thread_fetch_registers)
513 (sol_thread_store_registers): Delete commented out code.
514
43c75337
JB
5152012-09-27 Joel Brobecker <brobecker@adacore.com>
516
517 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
518 Move these functions to sparc-sol-thread.c.
519 * sparc-sol-thread.c: New file.
520 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
521 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
522 configurations.
523 * configure: Regenerate.
524
d292a972
JB
5252012-09-27 Joel Brobecker <brobecker@adacore.com>
526
527 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
528 Remove commented-out code.
529
8c3da003
JB
5302012-09-27 Joel Brobecker <brobecker@adacore.com>
531
532 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
533 Enable this code for sparc hosts only.
534
f00482b6
JB
5352012-09-27 Joel Brobecker <brobecker@adacore.com>
536
537 * procfs.h (procfs_find_LDT_entry): Add declaration.
538 * sol-thread.c (ps_lgetLDT): Delete local declaration of
539 function procfs_find_LDT_entry.
540
337c776f
JB
5412012-09-27 Joel Brobecker <brobecker@adacore.com>
542
543 * procfs.c (proc_get_LDT_entry): Make static.
544
1a04d88f
JB
5452012-09-27 Joel Brobecker <brobecker@adacore.com>
546
547 * procfs.c (proc_find_memory_regions): Fix declaration.
548
bad43aa5
SP
5492012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
550
551 * amd64-tdep.c (amd64_return_value): Revert previous change
552 that used TYPE_LENGTH directly.
553 * bfin-tdep.c (bfin_extract_return_value): Likewise.
554 (bfin_store_return_value): Likewise.
555 * cris-tdep.c (cris_store_return_value): Likewise.
556 (cris_extract_return_value): Likewise.
557 * h8300-tdep.c (h8300_extract_return_value): Likewise.
558 * hppa-tdep.c (hppa64_return_value): Likewise.
559 * lm32-tdep.c (lm32_store_return_value): Likewise.
560 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
561 * spu-tdep.c (spu_value_from_register): Likewise.
562 * vax-tdep.c (vax_return_value): Likewise.
563
63375b74
SP
5642012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
565
566 * gdbtypes.c (lookup_array_range_type): Expand parameters
567 LOW_BOUND and HIGH_BOUND to LONGEST.
568 (lookup_string_range_type): Likewise.
569 * gdbtypes.h (lookup_array_range_type): Likewise.
570 (lookup_string_range_type): Likewise.
571 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
572 Expand HIGHBOUND to ssize_t.
573 (value_string): Likewise.
574 * value.h (value_cstring): Expand parameter LEN to ssize_t.
575 (value_string): Likewise.
576
19ca11c5
YQ
5772012-09-27 Yao Qi <yao@codesourcery.com>
578
579 PR breakpoints/13898
580 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
581 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
582 per breakpoint type.
583
92107356
PM
5842012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
585
586 * procfs.c: Add gdb_bfd header.
587 * rs6000-nat.c: Likewise.
588 * solib-pa64.c: Likewise.
589 * spu-linux-nat.c: Likewise.
590 * windows-nat.c: Likewise.
591
9742094a
TT
5922012-09-26 Tom Tromey <tromey@redhat.com>
593
594 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
595
0971de02
TT
5962012-09-26 Tom Tromey <tromey@redhat.com>
597
598 * dwarf2read.c (mark_common_block_symbol_computed): New function.
599 (read_common_block): Handle child DIEs with
600 DW_AT_data_member_location.
601 (new_symbol_full): Add special case for common blocks.
602
4357ac6c
TT
6032012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
604 Tom Tromey <tromey@redhat.com>
605
606 * dwarf2read.c (read_common_block): Rewrite.
607 (new_symbol_full): Handle DW_TAG_common_block.
608 * f-lang.c (head_common_list, find_common_for_function):
609 Remove.
610 * f-lang.h (struct common_entry, struct saved_f77_common,
611 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
612 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
613 BLANK_COMMON_NAME_LOCAL): Remove.
614 (struct common_block): New.
615 * f-valprint.c (list_all_visible_commons): Remove.
616 (info_common_command_for_block): New function.
617 (info_common_command): Use it.
618 * stack.c (iterate_over_block_locals): Special case for
619 COMMON_BLOCK_DOMAIN.
620 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
621 constant.
622 (struct general_symbol_info) <value.common_block>: New field.
623 (SYMBOL_VALUE_COMMON_BLOCK): New define.
624
965f07a8
TT
6252012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
626 Tom Tromey <tromey@redhat.com>
627
628 * f-lang.c (allocate_saved_bf_node,
629 allocate_saved_function_node, allocate_saved_f77_common_node,
630 allocate_common_entry_node, tail_common_list, current_common,
631 saved_bf_list, saved_bf_list_end, current_head_bf_list,
632 tmp_bf_ptr, add_common_block, add_common_entry,
633 find_first_common_named, patch_common_entries,
634 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
635 global_remote_debug, get_bf_for_fcn, saved_function_list,
636 saved_function_list_end, clear_function_list, struct saved_fcn,
637 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
638 SAVED_BF, SAVED_BF_PTR): Remove.
639 * f-lang.h (tail_common_list, current_common,
640 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
641 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
642 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
643 real_main_c_value): Remove.
644 * f-valprint.c (there_is_a_visible_common_named): Remove.
645
6f380991
AB
6462012-09-26 Andrew Burgess <aburgess@broadcom.com>
647
648 * breakpoint.c (update_global_location_list): Ignore previous
649 duplicate status of a breakpoint when starting a new scan for
650 duplicate breakpoints.
651
9ead7ae4 6522012-09-26 Karthik Bhat <kv.bhat@samsung.com>
8b3d5494 653 PR breakpoints/14419
2536b51c
YQ
654 * arm-tdep.c (arm_skip_prologue): Extending producer check to
655 support LLVM compiler.
9ead7ae4 656
8f8a23a2
SP
6572012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
658
659 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
660 * bfin-tdep.c (bfin_extract_return_value): Likewise.
661 (bfin_store_return_value): Likewise.
662 * cris-tdep.c (cris_store_return_value): Likewise.
663 (cris_extract_return_value): Likewise.
664 * h8300-tdep.c (h8300_extract_return_value): Likewise.
665 * hppa-tdep.c (hppa64_return_value): Likewise.
666 * lm32-tdep.c (lm32_store_return_value): Likewise.
667 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
668 * spu-tdep.c (spu_value_from_register): Likewise.
669 * vax-tdep.c (vax_return_value): Likewise.
670
d7019589
SP
6712012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
672
673 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
674 parameter LEN to ssize_t.
675
744a8059
SP
6762012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
677
678 * ada-valprint.c (ada_val_print_1): Eliminate single-use
679 variable LEN.
680 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
681 directly.
682 (alpha_store_return_value): Likewise.
683 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
684 (amd64_push_arguments): Likewise.
685 * ax-gdb.c (gen_trace_static_fields): Likewise.
686 (gen_traced_pop): Likewise.
687 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
688 * breakpoint.c (update_watchpoint): Likewise.
689 * findcmd.c (parse_find_args): Use local variable for type
690 instead of length.
691 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
692 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
693 (h8300_store_return_value): Likewise.
694 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
695 Use i386_darwin_arg_type_alignment directly.
696 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
697 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
698 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
699 (m68hc11_extract_return_value): Likewise.
700 * mep-tdep.c (mep_push_dummy_call): Likewise.
701 * printcmd.c (float_type_from_length): Likewise.
702 * s390-tdep.c (s390_value_from_register): Likewise.
703 * stack.c (read_frame_arg): Likewise.
704 * tracepoint.c (encode_actions_1): Likewise.
705 * valops.c (value_fetch_lazy): Use local variable for type
706 instead of length. Use TYPE_LENGTH directly.
707 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
708
a4b411d6
JB
7092012-09-25 Joel Brobecker <brobecker@adacore.com>
710
711 * symtab.c (skip_prologue_sal): Fix typo in comment.
712
11dba07a
JB
7132012-09-25 Joel Brobecker <brobecker@adacore.com>
714
715 * linespec.c (create_sals_line_offset): Fix typo in comment.
716
318102b9
SP
7172012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
718
719 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
720 use plongest to print the array size.
721
b4aa388a
SP
7222012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
723
724 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
725 * p-valprint.c (pascal_type_print_base): Likewise.
726
84cebc4a
YQ
7272012-09-22 Yao Qi <yao@codesourcery.com>
728
729 * remote.c (remote_get_trace_status): Remove setting default
730 values of fields of 'ts'.
731
04e7407c
JK
7322012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
733
734 Fix internal error on canonicalization of clang types.
735 * cp-name-parser.y (operator): New comment at make_operator call for
736 new, delete, new[] and delete[].
737 (exp): Use "sizeof ". Add new comment at make_operator call.
738
9bf4bce9
JK
7392012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
740
741 Fix disassemble without parameters in tailcall frame.
742 * cli/cli-cmds.c (disassemble_current_function): Use
743 get_frame_address_in_block.
744
1c5b7826
TT
7452012-09-21 Tom Tromey <tromey@redhat.com>
746
747 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
748 TYPE_CODE_UNION>: Unify, removing a goto.
749
62a49610
TT
7502012-09-21 Tom Tromey <tromey@redhat.com>
751
752 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
753
2603f7ee
AB
7542012-09-21 Andrew Burgess <aburgess@broadcom.com>
755
756 * findvar.c (read_frame_register_value): Mark the result value as
757 optimized out if any of the input registers have been optimized out.
758
810849a3
AS
7592012-09-21 Andreas Schwab <schwab@linux-m68k.org>
760
761 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
762
0953dec1
SP
7632012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
764
765 * eval.c (evaluate_subexp_standard): Eliminate single-use
766 variable LOWER.
767
82a90ccf
YQ
7682012-09-21 Yao Qi <yao@codesourcery.com>
769
770 * mi/mi-interp.c: Declare mi_record_changed.
771 (mi_interpreter_init): Call observer_attach_record_changed.
772 (mi_record_changed): New.
773 * record.c (record_open): Call observer_notify_record_changed.
774 (cmd_record_stop): Call observer_notify_record_changed.
775 * NEWS: Mention it.
776
d7de8e3c
TT
7772012-09-20 Tom Tromey <tromey@redhat.com>
778
779 * NEWS: Update.
780 * python/python.c (finalize_python): New function.
781 (_initialize_python): Make a final cleanup.
782
43c7c83d
DE
7832012-09-19 Doug Evans <dje@google.com>
784
785 * buildsym.h (param_symbols): Delete, unused.
786 (context_stack): Delete member "params", unused.
787 * buildsym.c (push_context): Update.
788 * dwarf2read.c (read_func_scope): Update.
789
aa9259cc
TS
7902012-09-19 Thomas Schwinge <thomas@codesourcery.com>
791
a6521d9a
TS
792 * sh-tdep.c (sh_register_convert_to_virtual)
793 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
794 all callers. Just do a memcpy if not the little-endian case.
795
f92589cb
TS
796 * h8300-tdep.c (h8300_gdbarch_init): Invoke
797 set_gdbarch_double_format and set_gdbarch_long_double_format.
798 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
799 set_gdbarch_double_format.
800 * sh-tdep.c (sh_gdbarch_init): Likewise.
801
aa9259cc
TS
802 * NEWS: Document the removal of SH's 'regs' command.
803 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
804 command.
805
c1d780c2
SDJ
8062012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
807
808 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
809 `jump'.
810
4ae24af0
JB
8112012-09-18 Joel Brobecker <brobecker@adacore.com>
812
813 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
814 language when iterating over symbols.
815
bb25a15c
YQ
8162012-09-18 Yao Qi <yao@codesourcery.com>
817
818 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
819 (mi_interpreter_init): Call observer_attach_tsv_created and
820 observer_attach_tsv_deleted.
821 (mi_tsv_created, mi_tsv_deleted): New.
822 * tracepoint.c (delete_trace_state_variable): Call
823 observer_notify_tsv_deleted.
824 (trace_variable_command): Call observer_notify_tsv_created.
825 (delete_trace_variable_command): Call
826 observer_notify_tsv_deleted.
827 (create_tsv_from_upload): Call observer_notify_tsv_created.
828 * NEWS: Mention it.
829
201b4506
YQ
8302012-09-18 Yao Qi <yao@codesourcery.com>
831
832 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
833 if traceframe changed.
834 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
835 "trace-find".
836 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
837 (mi_interpreter_init): Hook mi_traceframe_changed to observer
838 'traceframe_changed'.
839 (mi_traceframe_changed): New.
840 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
841 New field.
842 * NEWS: Mention the new MI notification.
843
eaeb12db
MW
8442012-09-17 Mike Wrighton <wrighton@codesourcery.com>
845
846 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
847
6e3c039e
JK
8482012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
849
850 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
851 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
852 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
853 Extend code also for PaX support. Convert all gdb_assert to warning
854 calls.
855
9a950c7c
JK
8562012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
857
858 Implement auto-load user conveniences suggested by Doug Evans.
859 * auto-load.c: Include top.h.
860 (file_is_auto_load_safe): New variable advice_printed. Print advice.
861 (_initialize_auto_load): New variable scripts_directory_help. Mention
862 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
863 scripts-directory. Document in online help one can use also files for
864 set auto-load safe-path.
865 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
866 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
867
deec9a9d
SP
8682012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
869
870 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
871 of LEN.
872
354ecfd5
SP
8732012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
874
875 * m2-valprint.c (m2_print_array_contents): Eliminate variable
876 ELTLEN and use TYPE_LENGTH directly.
877 (m2_val_print): Likewise.
878 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
879 variable LEN and use TYPE_LENGTH directly.
880 (m68k_svr4_store_return_value): Likewise.
881 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
882 ARGLEN and use TYPE_LENGTH directly.
883 (mips_o64_push_dummy_call): Likewise.
884 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
885 variable LENGTH and use TYPE_LENGTH directly.
886 (s390_function_arg_float): Likewise.
887 (s390_function_arg_integer): Likewise.
888 (s390_push_dummy_call): Likewise.
889 (s390_return_value_convention): Likewise.
890 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
891 TYPE_LENGTH directly.
892
6fc1c773
YQ
8932012-09-17 Yao Qi <yao@codesourcery.com>
894
895 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
896 Update comment to add_setshow_integer_cmd.
897 * cli/cli-setshow.c (do_set_command): Handle case
898 'var_zuinteger_unlimited'.
899 (do_show_command): Likewise.
900 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
901 for command 'remotetimeout'.
902 * command.h (enum var_types): New zuinteger_unlimited. Update comment
903 to var_integer.
904 * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
905 for command 'set listsize'.
906
6acef6cd
SP
9072012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
908
909 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
910 variable LEN.
911
1ab3b62c
JK
9122012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
913
914 PR 14119
915 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
916 (frame_pop): Drop also TAILCALL_FRAME frames.
917 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
918
acf9414f
JK
9192012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
920 Pedro Alves <palves@redhat.com>
921
922 PR 14548
923 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
924 function start if we are already at function start. Both for
925 reverse-next and for reverse-step into function without line number
926 info.
927
193facb3
JK
9282012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
929
930 Code cleanup - rename 'inline' depth to 'artificial' depth.
931 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
932 frame_id_artificial_p, extend the comment.
933 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
934 * frame.c (fprint_frame_id): Rename at a user, change debug output
935 text to "artificial=".
936 (skip_inlined_frames): Rename to ...
937 (skip_artificial_frames): ... here. Extend the comment.
938 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
939 (frame_id_inlined_p): Rename to ...
940 (frame_id_artificial_p): ... here. Rename at a user.
941 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
942 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
943 at a user.
944 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
945 Extend the comment.
946 (frame_id_inlined_p): Rename to ...
947 (frame_id_artificial_p): ... here.
948 * inline-frame.c (inline_frame_this_id): Rename at a user.
949
42056501
AB
9502012-09-14 Andrew Burgess <aburgess@broadcom.com>
951
952 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
953 vector variables using vector_size syntax rather than array
954 syntax.
955
84c47588
SP
9562012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
957
958 * valarith.c (value_concat): Replace unsafe ALLOCA with
959 XMALLOC/XFREE.
960
f4045bcb
PA
9612012-09-14 Pedro Alves <palves@redhat.com>
962
963 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
964
63b46266
YPK
9652012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
966
967 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
968 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
969 data-directory as appropriate.
970
ddd7a8e7
SP
9712012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
972
973 * printcmd.c (ui_printf): Eliminate single-use variable
974 PARAM_LEN.
975
d649a38e
YQ
9762012-09-14 Yao Qi <yao@codesourcery.com>
977 Pedro Alves <palves@redhat.com>
978
979 * valops.c (value_assign): Move observer_notify_target_changed
980 below to replace reinit_frame_cache.
981
b9516fa1
YPK
9822012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
983
984 Refactor Python "gdb" module into a proper Python package, by
985 introducing a new "_gdb" module for code implemented in C, and
986 using reload/__import__ instead of exec.
987 * python/lib/gdb/__init__.py: Import * from _gdb.
988 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
989 prompt_hook, sys.argv): Moved from finish_python_initialization.
990 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
991 (packages, auto_load_packages): New list and function replacing
992 module_dict and auto-loading code, using __file__ instead of
993 gdb.PYTHONDIR and reload/__import__ instead of exec.
994 (GdbSetPythonDirectory): Replacing function of the same name
995 from finish_python_initialization, using reload/__import__ instead
996 of exec, as well as call auto_load_packages.
997 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
998 gdb_python_module and not gdb_module.
999 * python/python-internal.h (gdb_python_module): Declare.
1000 * python/python.c (gdb_python_module): New global.
1001 (before_prompt_hook): Check gdb_python_module and not gdb_module.
1002 (_initialize_python): Rename gdb module to _gdb.
1003 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
1004 (finish_python_initialization): Move Python code to
1005 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
1006 __main__.
1007
aa0fbdd8
PA
10082012-09-13 Pedro Alves <palves@redhat.com>
1009
1010 * Makefile.in (COMMON_OBS): Add registry.o.
1011 * registry.c: New file.
1012 * registry.h (struct registry_container): Declare.
1013 (registry_data_callback): New typedef.
1014 (struct registry_data, struct registry_data_registration, struct
1015 registry_data_registry): New type.
1016 (register_data_with_cleanup, registry_alloc_data)
1017 (registry_callback_adaptor, registry_clear_data)
1018 (registry_container_free_data, registry_set_data, registry_data):
1019 Declare.
1020 (DEFINE_REGISTRY): Refactor structures and functions as shims over
1021 the new common structures and functions.
1022 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
1023 callback typedefs.
1024
42b5c53d
MW
10252012-09-12 Mike Wrighton <wrighton@codesourcery.com>
1026
1027 * remote.c (remote_insert_hw_breakpoint): Throw exception if
1028 there is an error inserting hardware breakpoints and use the
1029 error message from the target.
1030
1031 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
1032 Catch this exception and print the error message contained within. Do not
1033 print the default hardware error breakpoint message in this case.
1034
a1b64ce1
DE
10352012-09-12 Doug Evans <dje@google.com>
1036
1037 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
1038 cu == NULL.
1039
83a788b8
DE
10402012-09-11 Doug Evans <dje@google.com>
1041
1042 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
1043 .gdb_index symbol attributes if there are none.
1044
d9eaeb59
JB
10452012-09-11 Joel Brobecker <brobecker@adacore.com>
1046
1047 * symtab.h (struct minimal_symbol) [has_size]: New field.
1048 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
1049 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
1050 * printcmd.c (build_address_symbolic): Only filter out zero-sized
1051 minimal symbols if the symbol's size is actually known.
1052 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
1053 of msymbol's size field. Add comment.
1054 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
1055 SET_MSYMBOL_SIZE to set the minimal symbol size.
1056
a83e9154
JB
10572012-09-11 Joel Brobecker <brobecker@adacore.com>
1058
1059 * minsyms.c (install_minimal_symbols): Use memset to fill entire
1060 minimal_symbol struct object, rather than setting some of its
1061 fields one by one.
1062
350b1b26
AB
10632012-09-11 Andrew Burgess <aburgess@broadcom.com>
1064
1065 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
1066 passed_a_ptr flag when displaying typedef types.
1067
2fa15f23
JB
10682012-09-10 Joel Brobecker <brobecker@adacore.com>
1069
1070 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
1071 the optimized_out flag is preserved.
1072
5152ff90
AG
10732012-09-10 Anthony Green <green@moxielogic.com>
1074
1075 * moxie-tdep.c (moxie_analyze_prologue): Update for function
1076 prologue changes in GCC.
1077
5b4f6e25
KS
10782012-09-10 Keith Seitz <keiths@redhat.com>
1079
1080 PR gdb/13483
1081 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
1082 (BOOL_CONVERSION_BADNESS): ... this.
1083 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
1084 (rank_one_type): Allow all boolean conversions
1085 permitted by the standard.
1086
f1070426
TT
10872012-09-06 Tom Tromey <tromey@redhat.com>
1088
1089 * python/py-newobjfileevent.c (create_new_objfile_event_object):
1090 Don't decref py_objfile.
1091
a8db4212
YPK
10922012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
1093
1094 Do not enable -lmcheck by default when Python is enabled with
1095 threading support.
1096 * configure.ac: (python_has_threads) New variable, by testing
1097 if WITH_THREAD is defined in Python.h.
1098 Move --enable-lmcheck after --with-python.
1099 Do not enable -lmcheck by default if python_has_threads=yes.
1100 Warn if --enable-lmcheck and python_has_threads=yes.
1101 * configure: Regenerate.
1102
648beb2b
YQ
11032012-08-31 Yao Qi <yao@codesourcery.com>
1104
1105 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
1106 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
1107 Update some commands.
1108 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
1109 * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
1110 to 1.
1111
ef07a9f7
YQ
11122012-08-31 Yao Qi <yao@codesourcery.com>
1113
1114 * mi/mi-cmds.c (mi_cmds): Add 'static'.
1115
fda395cf
YPK
11162012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
1117
1118 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
1119
8efd8e78
DE
11202012-08-29 Doug Evans <dje@google.com>
1121
1122 * main.c (print_gdb_help): Remove reference to
1123 --use-deprecated-index-sections.
1124
883b9c6c
YQ
11252012-08-28 Yao Qi <yao@codesourcery.com>
1126
1127 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
1128 (init_cmds): Call add_setshow_uinteger_cmd for command
1129 'max-user-call-depth'.
1130 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
1131 declaration of 'max_user_call_depth'.
1132 * frame.c (backtrace_limit): Add 'unsigned'.
1133 (_initialize_frame): Call add_setshow_uinteger_cmd for command
1134 'limit'.
1135 * remote.c (remoteaddresssize): Add 'unsigned'.
1136 (remote_address_masked): Change local var 'address_size' to
1137 'unsigned'.
1138 (_initialize_remote): Call add_setshow_uinteger_cmd for
1139 'remoteaddresssize'.
1140 * top.c (history_size): Add 'unsigned'.
1141 (show_commands): Change local variables to 'unsigned'.
1142 (set_history_size_command): Don't check history_size is negative.
1143 Adjust the condition to call unstifle_history and set history_size
1144 to UNIT_MAX.
1145
1292279a
PA
11462012-08-28 Pedro Alves <palves@redhat.com>
1147
1148 PR gdb/14428
1149
1150 * infcmd.c (default_print_one_register_info): New, factored out
1151 from default_print_registers_info.
1152 (default_print_registers_info): Use it. Mark value unavailable if
1153 necessary.
1154 (registers_info): Print user registers with
1155 default_print_one_register_info.
1156
f629cd75
L
11572010-08-27 H.J. Lu <hongjiu.lu@intel.com>
1158
1159 PR tui/14486
1160 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
1161 is not NULL before referencing it.
1162
1c8cdcb1
JK
11632012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1164
1165 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
1166 variable pc. Call find_pc_line instead of find_pc_overlay, restore
1167 original PC for it.
1168
e9687799
JK
11692012-08-27 Eli Zaretskii <eliz@gnu.org>
1170 Jan Kratochvil <jan.kratochvil@redhat.com>
1171
1172 * auto-load.c (auto_load_objfile_script): Rename to ...
1173 (auto_load_objfile_script_1): ... here, change variable realname to
1174 parameter realname, document it, add return value, add variable retval.
1175 (auto_load_objfile_script): New function.
1176
7afa1642
JK
11772012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1178
1179 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
1180 followed by a whitespace.
1181
dc7650b8
JK
11822012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1183
28e66c70 1184 PR gdb/14494.
dc7650b8
JK
1185 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
1186 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
1187 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
1188 here.
1189
1591a1e8
PA
11902012-08-27 Wei-cheng Wang <cole945@gmail.com>
1191
1192 * memattr.c (create_mem_region): Fix memory region overlapping
1193 checking.
1194
ecfb0d68
SP
11952012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1196
1197 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
1198 with xmalloc/cleanup.
1199 * mt-tdep.c (mt_push_dummy_call): Likewise.
1200 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1201 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1202
8c56c1b9
YQ
12032012-08-24 Yao Qi <yao@codesourcery.com>
1204
1205 * jv-exp.y (push_expression_name): Add "." at the end of error
1206 message.
1207
e3480f4a
YPK
12082012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
1209
1210 Document how to return from "python-interactive" to GDB.
e3480f4a
YPK
1211 * python/python.c (_initialize_python): Update documentation.
1212
dfbd5e7b
PA
12132012-08-23 Pedro Alves <palves@redhat.com>
1214
1215 * infrun.c (_initialize_infrun) <handle command help text>:
1216 Mention that multiple signals are supported.
1217
2edda2ff
PA
12182012-08-23 Pedro Alves <palves@redhat.com>
1219
1220 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
1221 string.
1222
8d735b87
YQ
12232012-08-23 Yao Qi <yao@codesourcery.com>
1224
1225 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
1226 (tfind_1): Don't call registers_changed, set_traceframe_num,
1227 and clear_traceframe_info.
1228 Call set_current_traceframe.
1229 (set_current_traceframe): call set_traceframe_num.
1230
c5d9b215
SDJ
12312012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
1232
1233 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
1234 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
1235
037bbc8e
YPK
12362012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1237
1238 Enable readline in Python in a GDB-specific way and block the
1239 standard Python readline module to prevent conflicts with GDB.
1240 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
1241 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
1242 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
1243 * python/py-gdb-readline.c: New file.
1244 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
1245 prototype.
1246 * python/python.c (_initialize_python): Call
1247 gdbpy_initialize_gdb_readline.
1248
406b1477
KS
12492012-08-22 Keith Seitz <keiths@redhat.com>
1250
1251 * defs.h: Include build-gnulib/config.h
1252
6ca1b147
JM
12532012-08-22 Joseph Myers <joseph@codesourcery.com>
1254
1255 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
1256 and blx pc.
1257
8315665e
YPK
12582012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1259
1260 Add a new "python-interactive" command that starts a standard
1261 Python interactive prompt with "pi" as alias, and add "py" as
1262 an alias to "python".
1263 * NEWS: Mention the new commands.
8315665e
YPK
1264 * python/python.c (eval_python_command): New function.
1265 (python_interactive_command): For "python-interactive" with
1266 arguments, call eval_python_command. For "python-interactive"
1267 without arguments, call PyRun_InteractiveLoop.
1268 (_initialize_python): Add "python-interactive" command with
1269 "pi" as alias, and add "py" as an alias to "python".
1270
522002f9
TT
12712012-08-22 Tom Tromey <tromey@redhat.com>
1272
1273 * defs.h (quit_flag): Don't declare.
1274 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
1275 (QUIT): Use new functions.
1276 * event-top.c (command_handler): Use clear_quit_flag.
1277 (handle_sigint): Use set_quit_flag.
1278 (async_request_quit): Use check_quit_flag. Don't check
1279 immediate_quit.
1280 * exceptions.c (throw_exception): Use clear_quit_flag.
1281 * main.c (captured_main): Use clear_quit_flag.
1282 * python/python.c (clear_quit_flag, set_quit_flag)
1283 (check_quit_flag): New functions.
1284 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
1285 clear_quit_flag.
1286 * remote.c (remote_wait_as): Use check_quit_flag,
1287 clear_quit_flag.
1288 (remote_start_remote): Call QUIT.
1289 * symfile.c (load_progress): Use check_quit_flag.
1290 * top.c (command_loop): Use clear_quit_flag.
1291 (command_line_input): Call QUIT.
1292 * utils.c (quit_flag): Conditionally define.
1293 (clear_quit_flag, check_quit_flag, set_quit_flag): New
1294 functions.
1295 (prompt_for_continue): Call QUIT. Use quit, not
1296 async_request_quit.
1297 * remote-mips.c (mips_expect_timeout): Call QUIT.
1298 * monitor.c (monitor_expect): Call QUIT.
1299
b583003e
TT
13002012-08-22 Tom Tromey <tromey@redhat.com>
1301
1302 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
1303 (async_init_signals): Update.
1304 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
1305 (SIGWINCH_HANDLER_BODY): Remove.
1306
e1507e95
TT
13072012-08-22 Tom Tromey <tromey@redhat.com>
1308
1309 * jit.c (jit_object_close_impl): Don't malloc the objfile
1310 name.
1311 * objfiles.c (allocate_objfile): Don't malloc the objfile
1312 name.
1313 (free_objfile): Don't free the objfile name.
1314 * objfiles.h (struct objfile) <name>: Update comment.
1315 * symfile.c (reread_symbols): Fix reference counting. Don't
1316 malloc objfile name.
1317
1c00ec6b
TT
13182012-08-22 Tom Tromey <tromey@redhat.com>
1319
1320 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
1321 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
1322 (symfile_bfd_open): Likewise.
1323 (generic_load): Likewise.
1324 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
1325 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1326 gdb_bfd_open.
1327 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1328 Use gdb_bfd_open.
1329 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
1330 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
1331 (pmon_load_fast): Likewise.
1332 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
1333 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
1334 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
1335 (macho_check_dsym): Likewise.
1336 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
1337 (m32r_upload_command): Likewise.
1338 * gdb_bfd.h (gdb_bfd_cache): Declare.
1339 * gdb_bfd.c (struct gdb_bfd_data): New.
1340 (gdb_bfd_cache): New global.
1341 (struct gdb_bfd_cache_search): New.
1342 (hash_bfd): New function.
1343 (eq_bfd): Likewise.
1344 (gdb_bfd_open): Likewise.
1345 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
1346 (gdb_bfd_unref): Remove closed BFD from cache. Update for
1347 gdb_bfd_data.
1348 * exec.c (exec_file_attach): Use gdb_bfd_open.
1349 * dsrec.c (load_srec): Use gdb_bfd_open.
1350
6532ff36
TT
13512012-08-22 Tom Tromey <tromey@redhat.com>
1352
1353 * dwarf2read.c (macro_start_file): Update.
1354 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
1355 (free_objfile_per_bfd_storage): Destroy macro_cache.
1356 (allocate_objfile, free_objfile): Update.
1357 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
1358 New field.
1359 (struct objfile) <macro_cache>: Remove.
1360 * symfile.c (reread_symbols): Update.
1361 * symmisc.c (print_symbol_bcache_statistics): Update.
1362 (print_objfile_statistics): Update.
1363
706e3705
TT
13642012-08-22 Tom Tromey <tromey@redhat.com>
1365
1366 * elfread.c (elf_symtab_read): Update.
1367 * objfiles.c (objfiles_bfd_data): New global.
1368 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
1369 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
1370 (allocate_objfile, free_objfile): Update.
1371 (_initialize_objfiles): Initialize objfiles_bfd_data.
1372 * objfiles.h (struct objfile_per_bfd_storage): New.
1373 (struct objfile) <per_bfd>: New field.
1374 <filename_cache>: Remove.
1375 (set_objfile_per_bfd): Declare.
1376 * symfile.c (reread_symbols): Update. Call
1377 set_objfile_per_bfd.
1378 (allocate_symtab): Update.
1379 * symmisc.c (print_symbol_bcache_statistics): Update.
1380 (print_objfile_statistics): Print the size of the BFD obstack.
1381
e992eda4
TT
13822012-08-22 Tom Tromey <tromey@redhat.com>
1383
1384 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
1385 * gdb_bfd.c: Use DEFINE_REGISTRY.
1386 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
1387 (gdb_bfd_ref): Call bfd_alloc_data.
1388 (gdb_bfd_unref): Call bfd_free_data.
1389
6b81941e
TT
13902012-08-22 Tom Tromey <tromey@redhat.com>
1391
1392 * registry.h (struct registry_fields): New.
1393 (REGISTRY_FIELDS): Redefine.
1394 (REGISTRY_ACCESS_FIELD): New macro.
1395 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
1396 functions.
1397
8e260fc0
TT
13982012-08-22 Tom Tromey <tromey@redhat.com>
1399
1400 * auto-load.c (_initialize_auto_load): Update.
1401 * solib-svr4.c (_initialize_svr4_solib): Update
1402 * solib-dsbt.c (_initialize_dsbt_solib): Update.
1403 * solib-darwin.c (_initialize_darwin_solib): Update.
1404 * registry.h: New file.
1405 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
1406 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
1407 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
1408 (register_program_space_data_with_cleanup)
1409 (register_program_space_data, program_space_alloc_data)
1410 (clear_program_space_data, set_program_space_data)
1411 (program_space_data): Don't declare.
1412 * progspace.c: Use DEFINE_REGISTRY.
1413 (struct program_space_data, struct
1414 program_space_data_registration, struct
1415 program_space_data_registry, program_space_data_registry)
1416 (register_program_space_data_with_cleanup)
1417 (register_program_space_data, program_space_alloc_data)
1418 (program_space_free_data, clear_program_space_data)
1419 (set_program_space_data, program_space_data): Remove.
1420 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
1421 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
1422 (register_objfile_data_with_cleanup, register_objfile_data)
1423 (clear_objfile_data, set_objfile_data, objfile_data): Don't
1424 declare.
1425 * objfiles.c: Use DEFINE_REGISTRY.
1426 (struct objfile_data, struct objfile_data_registration, struct
1427 objfile_data_registry, objfile_data_registry)
1428 (register_objfile_data_with_cleanup, register_objfile_data)
1429 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
1430 (set_objfile_data, objfile_data): Remove.
1431 (_initialize_objfiles): Update.
1432 * jit.c (_initialize_jit): Update.
1433 * inflow.c (_initialize_inflow): Update.
1434 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
1435 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
1436 (register_inferior_data_with_cleanup, register_inferior_data)
1437 (clear_inferior_data, set_inferior_data, inferior_data): Don't
1438 declare.
1439 * inferior.c: Use DEFINE_REGISTRY.
1440 (struct inferior_data, struct inferior_data_registration, struct
1441 inferior_data_registry, inferior_data_registry)
1442 (register_inferior_data_with_cleanup, register_inferior_data)
1443 (inferior_alloc_data, inferior_free_data clear_inferior_data)
1444 (set_inferior_data, inferior_data): Remove.
1445 * auxv.c (_initialize_auxv): Update.
1446 * ada-lang.c (_initialize_ada_language): Update.
1447 * breakpoint.c (_initialize_breakpoint): Update.
1448 * i386-nat.c (i386_use_watchpoints): Update.
1449
ed9eebaf
TT
14502012-08-22 Tom Tromey <tromey@redhat.com>
1451
1452 * exec.c (exec_close, exec_file_attach): Update.
1453 (add_to_section_table): Initialize 'key' field.
1454 (add_target_sections, remove_target_sections): Add 'key' argument.
1455 * exec.h (add_target_sections, remove_target_sections): Add
1456 'key' argument.
1457 * solib.c (solib_map_sections, update_solib_list, clear_solib)
1458 (reload_shared_libraries_1): Update.
1459 * target.h (struct target_section) <key>: New field.
1460
2f2e97fa
TT
14612012-08-22 Tom Tromey <tromey@redhat.com>
1462
1463 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
1464
b3dbbd6f
PM
14652012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
1466
1467 * symfile.c (allocate_symtab): Use host_address_to_string
1468 function instead of cast of pointer to long which is not
1469 compatible with x86_64-w64-mingw32 build.
1470
f94363d7
AP
14712012-08-19 Andrew Pinski <apinski@cavium.com>
1472
1473 * mips-tdep.c (is_octeon): New function.
1474 (is_octeon_bbit_op): New function.
1475 (mips32_next_pc): Handle Octeon's bbit instructions.
1476 (mips32_instruction_has_delay_slot): Likewise.
1477
78a59c2f
AP
14782012-08-19 Andrew Pinski <apinski@cavium.com>
1479
1480 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
1481 before the function.
1482
4f5bcb50
AP
14832012-08-19 Andrew Pinski <apinski@cavium.com>
1484
1485 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
1486
e5afdbd7
KS
14872012-08-19 Keith Seitz <keiths@redhat.com>
1488
1489 PR c++/14365
1490 * c-typeprint.c (c_type_print_varspec_prefix): Pass
1491 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
1492
13c9750e
EZ
14932012-08-18 Eli Zaretskii <eliz@gnu.org>
1494
1495 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
1496 The typo broke "make TAGS".
1497
db761810 14982012-08-17 Joel Brobecker <brobecker@adacore.com>
1499
1500 GDB 7.5 released.
1501
a451cb65
KS
15022012-08-17 Keith Seitz <keiths@redhat.com>
1503
1504 PR c++/13356
1505 * gdbtypes.c (strict_type_checking): New variable.
1506 (show_strict_type_checking): New function.
1507 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
1508 if strict type checking is disabled.
1509 (_initialize_gdbtypes): Add "check type" subcommand.
1510 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
1511
15122012-08-17 Keith Seitz <keiths@redhat.com>
1513
1514 * language.h (type_mode): Remove.
1515 (type_check): Remove.
1516 (struct language_defn): Remove la_type_check.
1517 (STRICT_TYPE): Remove unused macro.
1518 (type_error): Remove.
1519 * language.c (set_type_range_case): Renamed to ...
1520 (set_range_case): ... this. Update all callers.
1521 Remove type_mode/type_check.
1522 (type_mode): Remove.
1523 (type_check): Remove.
1524 (show_type_command): Remove.
1525 (set_type_command): Remove.
1526 (language_info): Remove type checking output.
1527 (type_error): Remove unused function.
1528 (range_error): Update comment.
1529 (unknown_language_defn): Remove la_type_check.
1530 (auto_language_defn): Likewise.
1531 (local_language_defn): Likewise.
1532 (_initialize_language): Remove "check type" subcommand.
1533 * ada-lang.c (ada_language_defn): Remove la_type_check.
1534 * c-lang.c (c_language_defn): Likewise.
1535 (cplus_language_defn): Likewise.
1536 (asm_language_defn): Likewise.
1537 (minimal_language_defn): Likewise.
1538 * d-lang.c (d_language_defn): Likewise.
1539 * f-lang.c (f_language_defn): Likewise.
1540 * go-lang.c (go_language_defn): Likewise.
1541 * jv-lang.c (java_language_defn): Likewise.
1542 * m2-lang.c (m2_language_defn): Likewise.
1543 * objc-lang.c (objc_language_defn): Likewise.
1544 * opencl-lang.c (opencl_language_defn): Likewise.
1545 * p-lang.c (pascal_language_defn): Likewise.
1546
dbf6a605
MF
15472012-08-16 Mike Frysinger <vapier@gentoo.org>
1548
1549 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
1550
973e3cf7
JB
15512012-08-16 Joel Brobecker <brobecker@adacore.com>
1552
1553 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
1554 New function.
1555 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
1556 using the regache. Use ia64_hpux_get_register_from_save_state_t
1557 to access the bsp and bspstore registers if not.
1558
d80ee84f
JB
15592012-08-16 Joel Brobecker <brobecker@adacore.com>
1560
1561 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
1562 * breakpoint.c (detach_breakpoints): Change pid parameter into
1563 a ptid. Adjust code accordingly.
1564 * infrun.c (handle_inferior_event): Delete variable child_pid.
1565 Update call to detach_breakpoints to pass the child ptid for
1566 fork events.
1567 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
1568 assert that inferior_ptid's lwp is zero.
1569 (linux_handle_extended_wait): Update call to detach_breakpoints.
1570 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
1571 detach_breakpoints.
1572
2dcc6086
JB
15732012-08-16 Joel Brobecker <brobecker@adacore.com>
1574
1575 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
1576 parent, only call detach_breakpoints if tts.tts_event ==
1577 TTEVT_VFORK.
1578
0c92d8c1
JB
15792012-08-16 Joel Brobecker <brobecker@adacore.com>
1580
1581 * dwarf2-frame.c (dwarf2_frame_cache): Use
1582 get_frame_address_in_block instead of get_frame_pc as
1583 the bound for executing the frame's FDE.
1584
6b1755ce
YQ
15852012-08-16 Yao Qi <yao@codesourcery.com>
1586
1587 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
1588 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
1589 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
1590 (c_type_print_varspec_suffix): Likewise.
1591 * eval.c (evaluate_subexp_standard): Likewise.
1592 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
1593 (f_type_print_varspec_suffix): Likewise.
1594 * gdbtypes.c (is_scalar_type): Likewise.
1595 (recursive_dump_type): Likewise.
1596 * infcall.c (value_arg_coerce): Likewise.
1597 * m2-valprint.c (m2_val_print): Likewise.
1598 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
1599 (pascal_type_print_varspec_suffix): Likewise.
1600 (pascal_type_print_base): Likewise.
1601 * p-valprint.c (pascal_val_print): Likewise.
1602 (pascal_val_print): Likewise.
1603 * valops.c (value_slice): Likewise.
1604 * valprint.c (scalar_type_p): Likewise.
1605 * valarith.c (value_bitstring_subscript): Remove.
1606 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
1607 Remove comment on TYPE_CODE_BITSTRING.
1608
1609 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
1610 TYPE_CODE_BITSTRING.
1611
1612 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
1613 slot 0.
1614
8acc4065
YQ
16152012-08-16 Yao Qi <yao@codesourcery.com>
1616
1617 * tracepoint.c (trace_find_none_command): Remove.
1618 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
1619
8128fd8e
YQ
16202012-08-16 Yao Qi <yao@codesourcery.com>
1621
1622 * remote.c (handle_notification): Remove parameter 'length'.
1623 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
1624
2873700e
KS
16252012-08-15 Keith Seitz <keiths@redhat.com>
1626
1627 * gdbtypes.c (opaque_type_resolution): Make static.
1628 Add missing comment.
1629 (overload_debug): Add missing comment.
1630 (show_opaque_type_resolution): Likewise.
1631 (show_overload_debug): Likewise.
1632 (print_bit_vector): Remove unnecessary forward declaration.
1633 (print_arg_types): Likewise.
1634 (dump_fn_fieldlists): Likewise.
1635 (print_cplus_stuff): Likewise.
1636
b82d08cd
TT
16372012-08-15 Tom Tromey <tromey@redhat.com>
1638
1639 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
1640 (gdb_bfd_ref): Initialize new field.
1641 (gdb_bfd_unref): Unref the archive BFD.
1642 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
1643 parent archive.
1644
db6573d6
TT
16452012-08-15 Tom Tromey <tromey@redhat.com>
1646
1647 PR python/14387:
1648 * python/py-bpevent.c (create_breakpoint_event_object): Update
1649 comment.
1650 * python/py-event.c (evpy_add_attribute): Update comment.
1651 * python/py-exitedevent.c (create_exited_event_object): Fix
1652 reference counting and error handling.
1653 * python/py-newobjfileevent.c (create_new_objfile_event_object):
1654 Fix reference counting.
1655 * python/py-signalevent.c (create_signal_event_object): Fix
1656 reference counting and error handling.
1657 * python/py-stopevent.c (emit_stop_event): Fix reference
1658 counting.
1659 * python/py-threadevent.c (get_event_thread): Return a
1660 borrowed reference.
1661 * python/py-type.c (convert_field): Fix reference counting.
1662
a036ba48
TT
16632012-08-15 Tom Tromey <tromey@redhat.com>
1664
1665 * dwarf2read.c (dwarf_decode_macro_bytes)
1666 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
1667 as hash key.
1668
486c7739
MF
16692012-08-14 Mike Frysinger <vapier@gentoo.org>
1670
1671 * infcmd.c (_initialize_infcmd): Update help text for the signal,
1672 stepi, nexti, finish, next, step, jump, and continue commands.
1673 * infrun.c (_initialize_infrun): Update help text for the handle
1674 command.
1675
4cf93a03
DE
16762012-08-14 Doug Evans <dje@google.com>
1677
70b099cf
DE
1678 * gdbtypes.c (struct extra): Delete, unused.
1679
5212577a
DE
1680 * gdbtypes.c: Whitespace cleanup.
1681 (address_space_name_to_int): Remove "extern" from definition.
1682 (_initialize_gdbtypes): Declare with initialize_file_ftype.
1683
4cf93a03
DE
1684 * gdbtypes.c (make_pointer_type): Remove redundant setting of
1685 TYPE_POINTER_TYPE (type).
1686
3756ef7e
GB
16872012-08-14 Gary Benson <gbenson@redhat.com>
1688
1689 * solib-svr4.c (svr4_free_library_list): Use free_so.
1690
40d72643
MF
16912012-08-13 Mike Frysinger <vapier@gentoo.org>
1692
1693 * .gitignore: Add go-exp.c.
1694
f47f77df
DE
16952012-08-13 Doug Evans <dje@google.com>
1696
1697 * value.c (show_convenience): Tweak comment.
1698 (_initialize_values): Mention convenience functions in the help text
1699 for "show convenience".
1700
7507c54a
YQ
17012012-08-13 Yao Qi <yao@codesourcery.com>
1702
1703 * std-operator.def: Remove TERNOP_SLICE_COUNT.
1704 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
1705 TERNOP_SLICE_COUNT.
1706 * eval.c (evaluate_subexp_standard): Likewise.
1707 * expprint.c (print_subexp_standard): Likewise.
1708 (dump_subexp_body_standard): Likewise.
1709 * parse.c (operator_length_standard): Likewise.
1710
5cad9736
YQ
17112012-08-13 Yao Qi <yao@codesourcery.com>
1712
1713 * std-operator.def: Remove OP_BITSTRING.
1714 * breakpoint.c (watchpoint_exp_is_const): Update.
1715 * eval.c (evaluate_subexp_standard): Remove handling to
1716 OP_BITSTRING.
1717 * expprint.c (print_subexp_standard): Likewise.
1718 (dump_subexp_body_standard): Likewise.
1719 * parse.c (operator_length_standard): Likewise.
1720 * valops.c (value_bitstring): Remove.
1721 * value.h: Remove the declaration of 'value_bitstring'.
1722
bad7670a
SDJ
17232012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
1724
1725 * linespec.c (find_methods): Remove unused variables `i1' and
1726 `name_len'.
1727 (decode_line_full): Likewise for `arg_start'.
1728
d9dce7fa
SDJ
17292012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
1730
1731 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
1732 (zlib_decompress_section): Likewise for `section_data'.
1733 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
1734
a72c3253
DE
17352012-08-10 Doug Evans <dje@google.com>
1736
1737 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
1738 * NEWS: Document them.
1739 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
1740 function/strfns.py.
1741 * python/py-type.c (typy_array_1): New function.
1742 (typy_array): Call it.
1743 (typy_vector): New function.
1744 (type_object_methods): Add "vector".
1745 * python/lib/gdb/function/__init__.py: New file.
1746 * python/lib/gdb/function/strfns.py: New file.
1747
200bc880
SP
17482012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
1749
1750 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
1751 for TYPE_FIELD_BITPOS.
1752 (typy_get_sizeof): Likewise for TYPE_LENGTH.
1753
de0bea00
MF
17542012-08-10 Mike Frysinger <vapier@gentoo.org>
1755
1756 PR cli/10436:
1757 * common/vec.h (VEC_merge): Define.
1758 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
1759 (DEF_VEC_ALLOC_FUNC_P): Likewise.
1760 (DEF_VEC_ALLOC_FUNC_O): Likewise.
1761 * completer.c: Include gdb_signals.h.
1762 (signal_completer): Define.
1763 * completer.h (signal_completer): Add prototype.
1764 * infcmd.c (_initialize_infcmd): Assign the command
1765 completer for "signal" to handle_completer.
1766 * infrun.c: Include completer.h.
1767 (handle_completer): Define.
1768 (_initialize_infrun): Declare a new local variable c. Store the
1769 result of add_com("handle") to it. Assign the command
1770 completer for "handle" to handle_completer.
1771
5b9afe8a
YQ
17722012-08-09 Yao Qi <yao@codesourcery.com>
1773
1774 * cli/cli-decode.c (set_cmd_prefix): New.
1775 (lookup_cmd_for_prefixlist): New.
1776 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
1777 of each cmd_list_element in *prefixlist.
1778 (add_setshow_cmd_full): set_cmd_prefix.
1779 (add_alias_cmd): Likewise.
1780 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
1781 Declare 'auto_boolean_enums'.
1782 * cli/cli-setshow.c: Include "observer.h".
1783 (notify_command_param_changed_p): New.
1784 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
1785 Remove 'static'.
1786 (do_setshow_command): Split it to ...
1787 (do_set_command, do_show_command): ... them. New.
1788 (do_set_command): Call observer_notify_command_param_changed if
1789 notify_command_param_changed_p returns true.
1790 (cmd_show_list): Caller update.
1791 * auto-load.c (set_auto_load_cmd): Likewise.
1792 * remote.c (show_remote_cmd): Likewise.
1793 * cli/cli-setshow.h: Update declarations.
1794 * top.c (execute_command): Call do_set_command and do_show_command.
1795
1796 * NEWS: Mention new MI notification.
1797 * mi/mi-interp.c: Declare mi_command_param_changed.
1798 (mi_interpreter_init): Attach mi_command_param_changed to
1799 observer command_param_changed.
1800 (mi_command_param_changed): New.
1801 Remove mi_suppress_breakpoint_notifications.
1802 Define global variable mi_suppress_notification.
1803 (mi_breakpoint_created): Update.
1804 (mi_breakpoint_deleted): Likewise.
1805 (mi_breakpoint_modified): Likewise.
1806 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
1807 'gdb-set' and set mi_suppress_notification.
1808 * mi/mi-main.h: (mi_suppress_notification): New struct.
1809
1969df89
JK
18102012-08-09 Andreas Tobler <andreast@fgznet.ch>
1811 Jan Kratochvil <jan.kratochvil@redhat.com>
1812
1813 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
1814
8bfd80db
YQ
18152012-08-09 Yao Qi <yao@codesourcery.com>
1816
1817 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
1818 (skiplist): Move it to skip.c.
1819 (init_cmd_lists): Remove code setting enablebreaklist and
1820 skiplist to NULL.
1821 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
1822 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
1823 skiplist.
1824 * gdbcmd.h: Likewise.
1825 * skip.c (_initialize_step_skip): Move 'skiplist' from
1826 cli/cli-cmds.c.
1827
28578e6b
YQ
18282012-08-09 Yao Qi <yao@codesourcery.com>
1829
1830 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
1831 * gnu-nat.c, symfile.c: Likewise.
1832
260c0b2a
DE
18332012-08-08 Aaron Gamble <agamble@google.com>
1834
1835 * utils.c (prompt_for_continue_wait_time): New static global.
1836 (make_command_stats_cleanup): Initialize it.
1837 (report_command_stats): Subtract time waiting for user.
1838 (prompt_for_continue): Track time waiting for user.
1839 (defaulted_query): Track time waiting for user.
1840
4f485ebc
DE
18412012-08-08 Doug Evans <dje@google.com>
1842
1843 * eval.c (evaluate_subexp_standard): Fix thinko in handling
1844 UNOP_MEMVAL_TYPE.
1845 * expprint.c (print_subexp_standard, case OP_TYPE): New.
1846 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
1847 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
1848 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
1849 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
1850 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
1851 elt.
1852 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
1853 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
1854 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
1855 (dump_prefix_expression): Handle OP_TYPE.
1856
2acf2b39
KS
18572012-08-08 Keith Seitz <keiths@redhat.com>
1858
1859 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
1860 addr_start.
1861
e6712ff1
DE
18622012-08-08 Doug Evans <dje@google.com>
1863
1864 * linux-thread-db.c: #include "gdb_vecs.h".
1865 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
1866 updated.
1867 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
1868 (thread_db_load_search): Use a vector to iterate over path elements.
1869 Handle text appearing after "$pdir".
1870
1871 * gdb_string.h: Moved to ...
1872 * common/gdb_string.h: ... here.
1873 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
1874 gdb_string.h and gdb_assert.h.
1875
ab854e54
YQ
18762012-08-08 Yao Qi <yao@codesourcery.com>
1877
1878 * tic6x-tdep.c (tic6x_register_to_value): Remove.
1879 (tic6x_value_to_register): Likewise.
1880 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
1881 and set_gdbarch_value_to_register.
1882
4f69f4c2
JK
18832012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1884 Jean-Marc Saffroy <saffroy@gmail.com>
1885
1886 PR 11804
1887 * defs.h (find_memory_region_ftype): New comment. New arg modified.
1888 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
1889 * gcore.c (gcore_create_callback): New function comment. Add modified
1890 parameter. Only write modified regions. Set SEC_READONLY exactly
1891 according to MODIFIED.
1892 (objfile_find_memory_regions): Ignore separate debug info files. Ass
1893 the passed modified value to FUNC.
1894 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
1895 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
1896 first. New variables modified and has_anonymous. Parse the lines of
1897 smaps file. Add the passed MODIFIED value to FUNC.
1898 * procfs.c (find_memory_regions_callback): Add the passed modified
1899 value.
1900
78ac5f83
TT
19012012-08-06 Tom Tromey <tromey@redhat.com>
1902
1903 * dwarf2-frame.c (clear_pointer_cleanup): New function.
1904 (dwarf2_frame_cache): Use it.
1905 * frame-unwind.h (frame_sniffer_ftype): Document prologue
1906 cache initialization constraint.
1907
2c12abee
TT
19082012-08-06 Tom Tromey <tromey@redhat.com>
1909
1910 PR python/14386:
1911 * varobj.c (update_dynamic_varobj_children): Don't call
1912 PyIter_Check.
1913
4979d7f0
TT
19142012-08-06 Tom Tromey <tromey@redhat.com>
1915
1916 PR cli/14392:
1917 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
1918
f3c8a52a
JK
19192012-08-06 Nathaniel Flath <flat0103@gmail.com>
1920
1921 * NEWS: New entry for 'cd' default parameters.
1922 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
1923
5a1cf4d6
TT
19242012-08-03 Tom Tromey <tromey@redhat.com>
1925
1926 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
1927 return.
1928
7c3270ae
UW
19292012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
1930
1931 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
1932 to attempting lseek/write.
1933 (inf_child_fileio_pread): Likewise for pread.
1934
ccce17b0
YQ
19352012-08-02 Yao Qi <yao@codesourcery.com>
1936
1937 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
1938 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
1939 add_setshow_zinteger_cmd.
1940 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
1941 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
1942 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
1943 instead of add_setshow_zinteger_cmd.
1944 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
1945 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
1946 instead of add_setshow_zinteger_cmd.
1947 * frame.c (frame_debug): Add 'unsigned'.
1948 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
1949 add_setshow_zinteger_cmd.
1950 * frame.h: Update the declaration of 'frame_debug'.
1951 * gdbtypes.c (overload_debug): Add 'unsigned'.
1952 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
1953 add_setshow_zinteger_cmd.
1954 * inferior.h: Update declaration of 'debug_infrun'.
1955 * infrun.c (debug_infrun): Add 'unsigned'.
1956 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
1957 add_setshow_zinteger_cmd.
1958 * jit.c (jit_debug): Add 'unsigned'.
1959 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
1960 add_setshow_zinteger_cmd.
1961 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
1962 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
1963 instead of add_setshow_zinteger_cmd.
1964 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
1965 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
1966 add_setshow_zinteger_cmd.
1967 * machoread.c (mach_o_debug_level): Add 'unsigned'.
1968 (_initialize_machoread): Call add_setshow_zuinteger_cmd
1969 instead of add_setshow_zinteger_cmd.
1970 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
1971 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
1972 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
1973 intead of add_setshow_zinteger_cmd.
1974 * mips-tdep.c (mips_debug): Add 'unsigned'.
1975 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
1976 instead of add_setshow_zinteger_cmd.
1977 * monitor.c (monitor_debug): Add 'unsigned'.
1978 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
1979 add_setshow_zinteger_cmd.
1980 * observer.c (observer_debug): Add 'unsigned'.
1981 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
1982 add_setshow_zinteger_cmd.
1983 * parse.c (expressiondebug): Add 'unsigned'.
1984 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
1985 add_setshow_zinteger_cmd.
1986 * record.c (record_debug): Add 'unsigned'.
1987 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
1988 add_setshow_zinteger_cmd.
1989 * record.h: Update the declaration of 'record_debug'.
1990 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
1991 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
1992 add_setshow_zinteger_cmd.
1993 * serial.c (global_serial_debug_p): Add 'unsigned'.
1994 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
1995 add_setshow_zinteger_cmd.
1996 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
1997 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
1998 add_setshow_zinteger_cmd.
1999 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
2000 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
2001 add_setshow_zinteger_cmd.
2002 * target.c (targetdebug): Add 'unsigned'.
2003 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
2004 add_setshow_zinteger_cmd.
2005 * valops.c (overload_debug): Add 'unsigned'.
2006 * varobj.c (varobjdebug): Add 'unsigned'.
2007 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
2008 add_setshow_zinteger_cmd.
2009 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
2010 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
2011 instead of add_setshow_zinteger_cmd.
2012
2013 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
2014 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
2015 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
2016 instead of add_setshow_zinteger_cmd.
2017 * gdbarch.c, gdbarch.h: Re-generated.
2018
95b07c96
YQ
20192012-08-02 Yao Qi <yao@codesourcery.com>
2020
2021 * nto-tdep.c: Don't include cli/cli-decode.h and
2022 cli/cli-cmds.h.
2023 (_initialize_nto_tdep): Remove.
2024 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
2025 Remove field.
2026 Remove macro nto_internal_debugging.
2027
57295b0b
RH
20282012-08-01 Richard Henderson <rth@redhat.com>
2029
2030 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
2031 (mep-*-*) [gdb_target_obs]: Likewise.
2032
f782ad9b
AS
20332012-07-31 Andreas Schwab <schwab@linux-m68k.org>
2034
2035 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
2036 linux_get_siginfo_type.
2037
a14dd77e
JK
20382012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2039
2040 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
2041 AT_ENTRY_POINT.
2042 (call_function_by_hand) <ON_STACK>: Call write_memory with
2043 gdbarch_breakpoint_from_pc, if possible.
2044 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
2045 here.
2046
1467929f
YQ
20472012-07-31 Yao Qi <yao@codesourcery.com>
2048
2049 * tracepoint.c: Add 'static' for some variables.
2050
70976b65
YQ
20512012-07-31 Yao Qi <yao@codesourcery.com>
2052
2053 * go32-nat.c: Declare _initialize_go32_nat.
2054 * ser-go32.c: Declare _initialize_ser_dos.
2055 * top.c (do_chdir_cleanup): Add 'static'.
2056
eff9c3e6
KS
20572012-07-30 Keith Seitz <keiths@redhat.com>
2058
2059 * linespec.c (linespec_lex_number): A number followed
2060 by quotes is a valid number, too.
2061
728400d7
TT
20622012-07-30 Tom Tromey <tromey@redhat.com>
2063
2064 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
2065
fcf303ab
UW
20662012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
2067
2068 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
2069 attempt to 4-byte-align HW breakpoint addresses for Thumb.
2070
4e969b4f
AB
20712012-07-30 Andrew Burgess <aburgess@broadcom.com>
2072
2073 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
2074 invalid or reevaluated to prevent prevent references to possibly
2075 delete'd type objects being left in the varobj.
2076
c4bfde41
JK
20772012-07-27 Tom Tromey <tromey@redhat.com>
2078 Jan Kratochvil <jan.kratochvil@redhat.com>
2079
2080 * copying.awk: Print buffer-read-only and vi ro markers.
2081 * copying.c: Rebuild.
2082 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
2083 * gdbarch.c, gdbarch.h: Rebuild.
2084 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
2085 buffer-read-only and vi ro markers.
2086 * features/arm-with-iwmmxt.c: Rebuild.
2087 * features/arm-with-m-fpa-layout.c: Rebuild.
2088 * features/arm-with-m-vfp-d16.c: Rebuild.
2089 * features/arm-with-m.c: Rebuild.
2090 * features/arm-with-neon.c: Rebuild.
2091 * features/arm-with-vfpv2.c: Rebuild.
2092 * features/arm-with-vfpv3.c: Rebuild.
2093 * features/i386/amd64-avx-linux.c: Rebuild.
2094 * features/i386/amd64-avx.c: Rebuild.
2095 * features/i386/amd64-linux.c: Rebuild.
2096 * features/i386/amd64.c: Rebuild.
2097 * features/i386/i386-avx-linux.c: Rebuild.
2098 * features/i386/i386-avx.c: Rebuild.
2099 * features/i386/i386-linux.c: Rebuild.
2100 * features/i386/i386-mmx-linux.c: Rebuild.
2101 * features/i386/i386-mmx.c: Rebuild.
2102 * features/i386/i386.c: Rebuild.
2103 * features/i386/x32-avx-linux.c: Rebuild.
2104 * features/i386/x32-avx.c: Rebuild.
2105 * features/i386/x32-linux.c: Rebuild.
2106 * features/i386/x32.c: Rebuild.
2107 * features/mips-dsp-linux.c: Rebuild.
2108 * features/mips-linux.c: Rebuild.
2109 * features/mips64-dsp-linux.c: Rebuild.
2110 * features/mips64-linux.c: Rebuild.
2111 * features/rs6000/powerpc-32.c: Rebuild.
2112 * features/rs6000/powerpc-32l.c: Rebuild.
2113 * features/rs6000/powerpc-403.c: Rebuild.
2114 * features/rs6000/powerpc-403gc.c: Rebuild.
2115 * features/rs6000/powerpc-405.c: Rebuild.
2116 * features/rs6000/powerpc-505.c: Rebuild.
2117 * features/rs6000/powerpc-601.c: Rebuild.
2118 * features/rs6000/powerpc-602.c: Rebuild.
2119 * features/rs6000/powerpc-603.c: Rebuild.
2120 * features/rs6000/powerpc-604.c: Rebuild.
2121 * features/rs6000/powerpc-64.c: Rebuild.
2122 * features/rs6000/powerpc-64l.c: Rebuild.
2123 * features/rs6000/powerpc-7400.c: Rebuild.
2124 * features/rs6000/powerpc-750.c: Rebuild.
2125 * features/rs6000/powerpc-860.c: Rebuild.
2126 * features/rs6000/powerpc-altivec32.c: Rebuild.
2127 * features/rs6000/powerpc-altivec32l.c: Rebuild.
2128 * features/rs6000/powerpc-altivec64.c: Rebuild.
2129 * features/rs6000/powerpc-altivec64l.c: Rebuild.
2130 * features/rs6000/powerpc-cell32l.c: Rebuild.
2131 * features/rs6000/powerpc-cell64l.c: Rebuild.
2132 * features/rs6000/powerpc-e500.c: Rebuild.
2133 * features/rs6000/powerpc-e500l.c: Rebuild.
2134 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
2135 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
2136 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
2137 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
2138 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
2139 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
2140 * features/rs6000/powerpc-vsx32.c: Rebuild.
2141 * features/rs6000/powerpc-vsx32l.c: Rebuild.
2142 * features/rs6000/powerpc-vsx64.c: Rebuild.
2143 * features/rs6000/powerpc-vsx64l.c: Rebuild.
2144 * features/rs6000/rs6000.c: Rebuild.
2145 * features/s390-linux32.c: Rebuild.
2146 * features/s390-linux32v1.c: Rebuild.
2147 * features/s390-linux32v2.c: Rebuild.
2148 * features/s390-linux64.c: Rebuild.
2149 * features/s390-linux64v1.c: Rebuild.
2150 * features/s390-linux64v2.c: Rebuild.
2151 * features/s390x-linux64.c: Rebuild.
2152 * features/s390x-linux64v1.c: Rebuild.
2153 * features/s390x-linux64v2.c: Rebuild.
2154 * features/tic6x-c62x-linux.c: Rebuild.
2155 * features/tic6x-c62x.c: Rebuild.
2156 * features/tic6x-c64x-linux.c: Rebuild.
2157 * features/tic6x-c64x.c: Rebuild.
2158 * features/tic6x-c64xp-linux.c: Rebuild.
2159 * features/tic6x-c64xp.c: Rebuild.
2160
826f0041
TT
21612012-07-27 Tom Tromey <tromey@redhat.com>
2162
2163 * c-exp.y (classify_name): Avoid assignment in condition.
2164
84552b16
PA
21652012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
2166
2167 * amd64-windows-tdep.c: Include "frame.h".
2168 (amd64_windows_skip_trampoline_code): New function.
2169 (amd64_windows_init_abi): Add trampoline registration.
2170
a8a64aa8
YQ
21712012-07-27 Yao Qi <yao@codesourcery.com>
2172
2173 * tracepoint.c (cur_traceframe_number): Remove.
2174 (set_tfile_traceframe): Remove.
2175 (tfile_trace_find, tfile_fetch_registers): Update callers.
2176 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
2177 (tfile_open, tfile_trace_find): Likewise.
2178
d99067cb
YQ
21792012-07-27 Yao Qi <yao@codesourcery.com>
2180
2181 * thread.c (switch_to_thread): Don't call registers_changed.
2182
f2e8016f
TT
21832012-07-26 Tom Tromey <tromey@redhat.com>
2184
f782ad9b
AS
2185 * Makefile.in (SFILES): Remove objc-exp.y.
2186 (YYFILES): Remove objc-exp.c.
2187 (YYOBJ): Remove objc-exp.o.
2188 (local-maintainer-clean): Don't mention objc-exp.c.
2189 * c-exp.y: Include objc-lang.h.
2190 (%union) <class>: New field.
2191 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
2192 (exp): Clone subscript production for OBJC_LBRAC. Add various
2193 Objective C productions.
2194 (msglist, msgarglist, msgarg): New productions.
2195 (array_mod, func_mod, operator): Clone productions for
2196 OBJC_LBRAC.
2197 (parse_string_or_char): Handle '@' strings.
2198 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
2199 (classify_name): Check la_name_of_this. Recognize ObjC class
2200 names.
2201 * objc-exp.y: Remove.
2202 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
2203 * objc-lang.h (objc_parse, objc_error): Don't declare.
f2e8016f 2204
f66713d2
JK
22052012-07-26 Markus Metzger <markus.t.metzger@intel.com>
2206
2207 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
2208
7cfe01b4
JK
22092012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2210
2211 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
2212 and decrement.
2213
5ba19b4c
TT
22142012-07-26 Tom Tromey <tromey@redhat.com>
2215
2216 * copying.c: Rebuild.
2217 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
2218 'no_class'.
2219
27618ce4
TT
22202012-07-26 Tom Tromey <tromey@redhat.com>
2221
2222 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
2223 immediate_quit.
2224 (print_objfile_statistics): Likewise.
2225 (maintenance_print_symbols): Likewise.
2226 (maintenance_print_msymbols): Likewise.
2227 (maintenance_print_objfiles): Likewise.
2228 * psymtab.c (print_partial_symbols): Call QUIT.
2229 (maintenance_print_psymbols): Likewise. Don't modify
2230 immediate_quit.
2231 * copying.c (show_copying_command): Don't modify immediate_quit.
2232 (show_warranty_command): Likewise.
2233 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
2234
dd3818c8
KS
22352012-07-26 Keith Seitz <keiths@redhat.com>
2236
2237 * linespec.c (linespec_lexer_lex_number): The input
2238 is also a valid number if the next character is a comma
2239 or colon.
2240
23a80689
JB
22412012-07-26 Joel Brobecker <brobecker@adacore.com>
2242
2243 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
2244 configure options.
2245
29f77997
TG
22462012-07-26 Tristan Gingold <gingold@adacore.com>
2247
2248 * machoread.c: Include gdb_bfd.h.
2249
a55c1f32
TG
22502012-07-26 Tristan Gingold <gingold@adacore.com>
2251
2252 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
2253 offset.
2254
56eb65bd
SP
22552012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2256
2257 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
2258 SIZE to size_t.
2259 (dwarf2_evaluate_loc_desc): Likewise.
2260 (dwarf2_loc_desc_needs_frame): Likewise.
2261 (locexpr_describe_location_1): Likewise.
2262 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
2263 size_t.
2264 (struct dwarf2_loclist_baton): Likewise.
2265 * dwarf2read.c (struct dwarf_block): Likewise.
2266 (dump_die_shallow): Use pulongest to print dwarf_block.size.
2267 (decode_locdesc): Expand SIZE and I to size_t.
2268
aec8845c
JK
22692012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2270
2271 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
2272
33d7655b
JB
22732012-07-25 Joel Brobecker <brobecker@adacore.com>
2274
2275 * doublest.c (convert_doublest_to_floatformat): If the exponent
2276 is too small, treat the value as zero. If the exponent is too
2277 large, treat the value as infinity.
2278
a22d44ff
JB
22792012-07-25 Joel Brobecker <brobecker@adacore.com>
2280
2281 * configure.ac: Add --enable-lmcheck configure option.
2282 * configure: Regenerate.
2283
d6b28940
TT
22842012-07-25 Tom Tromey <tromey@redhat.com>
2285
f782ad9b
AS
2286 * NEWS: Mention maint info bfds.
2287 * gdb_bfd.c (all_bfds): New global.
2288 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
2289 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
2290 New functions.
d6b28940 2291
6e73ba20
RC
22922012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
2293
2294 * configure.tgt: Add v850*-*-rtems*.
2295
d560eebd
TT
22962012-07-25 Tom Tromey <tromey@redhat.com>
2297
2298 * macrotab.c (macro_bcache_str): Remove cast.
2299
d7cbec71
HZ
23002012-07-25 Hui Zhu <hui_zhu@mentor.com>
2301
2302 * linespec.c (linespec_lexer_lex_number): Update comments,
2303 change the return and add check to make sure the input is
2304 the decimal numbers.
2305 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
2306 false, call linespec_lexer_lex_string.
2307
882f447f
TT
23082012-07-24 Tom Tromey <tromey@redhat.com>
2309
2310 * symfile.c (symbol_file_add): Don't open BFD twice.
2311
53ab4066 23122012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
e12c7713
MK
2313
2314 * breakpoint.c (create_breakpoint): Store condition for pending
2315 breakpoints.
2316
108fb0f7
AS
23172012-07-24 Andreas Schwab <schwab@linux-m68k.org>
2318
2319 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
2320 (m68k_return_value): Handle complex types like structures.
2321 (m68k_svr4_return_value): Likewise.
2322
1634dcbe
JK
23232012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
2324
2325 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
2326 parameters to bfd_get_section_name.
2327
e2d12c21
YQ
23282012-07-24 Yao Qi <yao@codesourcery.com>
2329
2330 * cli/cli-setshow.c: Handle case 'var_uinteger'
2331 and 'var_zuninteger' together. Handle case 'var_integer' and
2332 'var_zinteger' together.
2333
64b92e45
KS
23342012-07-23 Keith Seitz <keiths@redhat.com>
2335
2336 * linespec.c (convert_linespec_to_sal): Don't add
2337 any symbols to the result vector if symbol_to_sal
2338 returns zero.
2339
0f5f4ffe
KS
23402012-07-23 Keith Seitz <keiths@redhat.com>
2341
2342 * linespec.c (decode_objc): Record the function name
2343 in the linespec.
2344
da1cc82f
TT
23452012-07-23 Tom Tromey <tromey@redhat.com>
2346
2347 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
2348 counting.
2349 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
2350 (map_vmap): Acquire a reference to the BFD.
2351
6c18f3e0
SP
23522012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
2353
2354 * p-valprint.c (pascal_object_print_value): Replace potentially
2355 unsafe alloca with xmalloc/xfree.
2356 * valops.c (search_struct_method): Likewise.
2357
695c3173
TT
23582012-07-23 Tom Tromey <tromey@redhat.com>
2359
2360 * solib-svr4.c (enable_break): Update.
2361 * bfd-target.h (target_bfd_reopen): Update documentation.
2362
08d2cd74
TT
23632012-07-23 Tom Tromey <tromey@redhat.com>
2364
2365 * symfile.c (separate_debug_file_exists): Update.
2366 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
2367 (reread_symbols): Update.
2368 * elfread.c (build_id_verify): Update.
2369 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
2370 bfd_open_maybe_remote.
2371
596f7d67
TT
23722012-07-23 Tom Tromey <tromey@redhat.com>
2373
2374 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
2375
8ac244b4
TT
23762012-07-23 Tom Tromey <tromey@redhat.com>
2377
2378 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
2379 and 'abfd'.
2380 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
2381 and 'abfd'.
2382 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
2383 * machoread.c (macho_add_oso_symfile): Make a cleanup for
2384 'abfd'.
2385 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
2386 * objfiles.c (allocate_objfile): Acquire a new reference.
2387 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
2388 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
2389 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
2390 a cleanup for 'nbfd'.
2391 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
2392 for 'nbfd'.
2393 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
2394 make a cleanup for 'abfd'.
2395 (symbol_file_add): Make a BFD cleanup.
2396
64c31149
TT
23972012-07-23 Tom Tromey <tromey@redhat.com>
2398
2399 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
2400 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
2401 * corelow.c (core_open): Use gdb_bfd_fopen.
2402 * dsrec.c (load_srec): Use gdb_bfd_openr.
2403 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
2404 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
2405 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2406 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2407 (gdb_bfd_fdopenr): New functions.
2408 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2409 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2410 (gdb_bfd_fdopenr): Declare.
2411 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
2412 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
2413 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
2414 gdb_bfd_openr_next_archived_file.
2415 (macho_check_dsym): Use gdb_bfd_openr.
2416 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
2417 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
2418 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
2419 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
2420 gdb_bfd_openr.
2421 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
2422 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
2423 gdb_bfd_openr_next_archived_file.
2424 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2425 Use gdb_bfd_openr.
2426 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2427 gdb_bfd_openr.
2428 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
2429 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
2430 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
2431 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
2432 (symfile_bfd_open): Use gdb_bfd_fopen.
2433 (generic_load): Use gdb_bfd_openr.
2434 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
2435
520b0001
TT
24362012-07-23 Tom Tromey <tromey@redhat.com>
2437
2438 * bfd-target.c (target_bfd_reopen): Update.
2439 * cli/cli-dump.c (bfd_openr_with_cleanup)
2440 (bfd_openw_with_cleanup): Update.
2441 * corelow.c (core_open): Update.
2442 * dsrec.c (load_srec): Update.
2443 * exec.c (exec_file_attach): Update.
2444 * gcore.c (create_gcore_bfd): Update.
2445 * gdb_bfd.c (gdb_bfd_ref): Return void.
2446 (gdb_bfd_open): Update.
2447 * gdb_bfd.h (gdb_bfd_ref): Return void.
2448 Update comments.
2449 * jit.c (jit_bfd_try_read_symtab): Update.
2450 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2451 * machoread.c (macho_symfile_read_all_oso): Update.
2452 (macho_check_dsym): Update.
2453 * procfs.c (insert_dbx_link_bpt_in_file): Update.
2454 * remote-m32r-sdi.c (m32r_load): Update.
2455 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
2456 * rs6000-nat.c (add_vmap): Update.
2457 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2458 Update.
2459 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
2460 * solib-spu.c (spu_bfd_open): Update.
2461 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
2462 * spu-linux-nat.c (spu_bfd_open): Update.
2463 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
2464 (generic_load): Update.
2465 * windows-nat.c (windows_make_so): Update.
2466
2322ff16
SP
24672012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
2468
2469 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
2470
3def0b36
PA
24712012-07-20 Jeff Kenton <jkenton@tilera.com>
2472
2473 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
2474 SIGTRAMP_FRAME unwinding.
2475
e615022a
DE
24762012-07-20 Doug Evans <dje@google.com>
2477
2478 * NEWS: Document new options "set/show use-deprecated-index-sections",
2479 and delete reference to --use-deprecated-index-sections.
2480 * symfile.h (use_deprecated_index_sections): Delete.
2481 * dwarf2read.c (use_deprecated_index_sections): Make static.
2482 (read_index_from_section): Update wording of how to load
2483 deprecated index sections.
2484 (_initialize_dwarf2_read): New options
2485 "set/show use-deprecated-index-sections".
2486 * main.c (captured_main): Delete --use-deprecated-index-sections.
2487
64776a0b
PA
24882012-07-20 Pedro Alves <palves@redhat.com>
2489
2490 PR threads/11692
2491 PR gdb/12203
2492
2493 * infrun.c (handle_inferior_event) <new thread>: Don't special
2494 case minus_one_ptid.
2495 <TARGET_WAITKIND_SPURIOUS>: Ditto.
2496 * linux-thread-db.c (thread_get_info_callback): Don't return early
2497 if the thread is zombie.
2498 (thread_from_lwp): Change return type to void. Rewrite stale
2499 comment.
2500 (attach_thread): Don't return early if the thread is zombie,
2501 instead set its "dying" flag.
2502 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
2503 (find_new_threads_callback): Don't return early if the thread is
2504 zombie.
2505
09826ec5
PA
25062012-07-20 Pedro Alves <palves@redhat.com>
2507
2508 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
2509 * target.c (target_wait): Likewise.
2510 (str_comma_list_concat_elem, do_option, target_options_to_string):
2511 New functions.
2512 * target.h (target_options_to_string): Declare.
2513
f7a35f02
TT
25142012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2515 Tom Tromey <tromey@redhat.com>
2516
2517 * dwarf2read.c (dwarf_decode_macros)
2518 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
2519 DW_MACRO_GNU_transparent_include_alt>: New cases.
2520 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
2521 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
2522
b81e1ee0
TT
25232012-07-20 Tom Tromey <tromey@redhat.com>
2524
2525 * dwarf2read.c (try_open_dwo_file): Don't call
2526 gdb_bfd_stash_filename.
2527
99c1624c
PA
25282012-07-20 Pedro Alves <palves@redhat.com>
2529
2530 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2531 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
2532 (i386_process_record): Tweak description comments.
2533
4ffa4fc7
PA
25342012-07-20 Pedro Alves <palves@redhat.com>
2535
2536 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2537 (i386_process_record): Use record_read_memory.
2538 * record.c (record_read_memory): New function.
2539 (record_arch_list_add_mem, record_exec_insn): Use
2540 record_read_memory.
2541 * record.h (record_read_memory): Declare.
2542
c24343e2
YQ
25432012-07-20 Yao Qi <yao@codesourcery.com>
2544
2545 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
2546 NULL for xfree.
2547
90f47860
PA
25482012-07-19 Pedro Alves <palves@redhat.com>
2549
2550 * record.c (record_resume): Ask the target beneath to report all
2551 signals.
2552
01093045
DE
25532012-07-19 Doug Evans <dje@google.com>
2554
2555 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
2556 there's no section at address zero.
2557 (dwarf2_record_block_ranges): Ditto.
2558
a7c3d162
YQ
25592012-07-19 Yao Qi <yao@codesourcery.com>
2560
2561 * command.h, remote.c: Fix a typo in comment.
2562
608b4967
TT
25632012-07-19 Tom Tromey <tromey@redhat.com>
2564
2565 PR exp/13206:
2566 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
2567 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
2568 OP_DECLTYPE>: New cases.
2569 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
2570 (type_exp): Add new productions.
2571 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
2572 and decltype.
2573 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
2574 New case.
2575 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
2576 OP_DECLTYPE>: New case.
2577 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
2578 New case.
2579 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
2580 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
2581
274b54d7
TT
25822012-07-19 Tom Tromey <tromey@redhat.com>
2583
2584 * c-exp.y (enum token_flags): New.
2585 (struct token) <cxx_only>: Remove.
2586 <flags>: New field.
2587 (tokentab3, tokentab2, ident_tokens): Update.
2588 (lex_one_token): Update. Handle FLAG_SHADOW.
2589
9eaf6705
TT
25902012-07-19 Tom Tromey <tromey@redhat.com>
2591
2592 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
2593 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
2594 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
2595 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
2596 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
2597 type_exp production where appropriate.
2598 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
2599 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
2600 <UNOP_MEMVAL_TYPE>: New case.
2601 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
2602 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
2603 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
2604 <UNOP_MEMVAL_TYPE>: New case.
2605 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
2606 UNOP_REINTERPRET_CAST>: Update.
2607 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2608 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
2609 UNOP_REINTERPRET_CAST>: Update.
2610 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2611 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
2612 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
2613 constants.
2614
6ace3df1
YQ
26152012-07-19 Yao Qi <yao@codesourcery.com>
2616 Jan Kratochvil <jan.kratochvil@redhat.com>
2617
2618 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
2619 and case 'var_optional_filename' together.
2620 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
2621 instead of add_setshow_optional_filename_cmd for setshow command
2622 'args'. Set completer for 'set args'.
2623
48faced0
DE
26242012-07-18 Doug Evans <dje@google.com>
2625
2626 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
2627 * common/gdb_vecs.c: New file, contents from utils.c.
2628 * common/host-defs.h: New file, contents from defs.h.
2629 * utils.h: New file, contents from defs.h.
2630 * defs.h: Move all declarations of objects defined in utils.c
2631 to utils.h (except QUIT() and related).
2632 #include "utils.h", "host-defs.h".
2633 * probe.h (probe_p): Move here from gdb_vecs.h.
2634 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
2635 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
2636 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
2637 * Makefile.in (SFILES): Add common/gdb_vecs.c.
2638 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
2639 (COMMON_OBS): Add gdb_vecs.o.
2640 (gdb_vecs.o): New rule.
2641
66f1999b
KS
26422012-07-18 Keith Seitz <keiths@redhat.com>
2643
2644 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
2645 parameter. If non-zero, use SYMNAME as the canonical name
2646 for the SaL.
2647 Update all callers.
2648 (convert_linespec_to_sals): Use add_sal_to_sals for
2649 expressions, too.
2650 (decode_line_full): No need to "fill in missing canonical names"
2651 anymore. Simply make cleanups for the allocated names.
2652
5d94e27b
KS
26532012-07-18 Keith Seitz <keiths@redhat.com>
2654
2655 * linespec.c (struct linespec): Constify expression,
2656 source_filename, function_name, and label_name.
2657 (symbol_not_found_error): Make all parameters const.
2658 (linespec_parser_delete): No need to check for NULL
2659 when using xfree. Cast const char * to char * for xfree.
2660
af4908ba
KS
26612012-07-18 Keith Seitz <keiths@redhat.com>
2662
2663 * breakpoint.c (invalid_thread_id_error): New function.
2664 (find_condition_and_thread): Use invalid_thread_id_error.
2665 (watch_command_1): Likewise.
2666
853254db
TT
26672012-07-18 Tom Tromey <tromey@redhat.com>
2668
2669 * cc-with-index.sh, cc-with-dwz.sh: Remove.
2670 * contrib/cc-with-tweaks.sh: New file.
2671
2ec9a5e0
TT
26722012-07-18 Tom Tromey <tromey@redhat.com>
2673
2674 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
2675 (locate_dwz_sections): Recognize .gdb_index.
2676 (create_cus_from_index_list): New function.
2677 (create_cus_from_index): Use it. Handle .dwz data.
2678 (read_index_from_section): New function, extracted from
2679 dwarf2_read_index.
2680 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
2681 if needed.
2682
36586728
TT
26832012-07-18 Tom Tromey <tromey@redhat.com>
2684
2685 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
2686 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
2687 <is_dwz>: New field.
2688 (struct dwz_file): New.
2689 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
2690 (locate_dwz_sections, dwarf2_get_dwz_file)
2691 (get_abbrev_section_for_cu): New functions.
2692 (error_check_comp_unit_head, read_and_check_comp_unit_head)
2693 (read_and_check_type_unit_head): Add abbrev_section argument.
2694 (create_debug_types_hash_table): Update.
2695 (init_cutu_and_read_dies): Use proper abbrev section.
2696 (init_cutu_and_read_dies_no_follow): Likewise.
2697 (set_partial_user): Do nothing if PST==NULL.
2698 (read_comp_units_from_section): New function.
2699 (create_all_comp_units): Use it.
2700 (scan_partial_symbols, partial_die_parent_scope): Update.
2701 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2702 (process_imported_unit_die, read_partial_die): Handle .dwz files.
2703 (find_partial_die): Add offset_in_dwz argument. Update.
2704 (guess_partial_die_structure_name, fixup_partial_die): Update.
2705 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
2706 DW_FORM_GNU_strp_alt.
2707 (read_indirect_string_from_dwz): New function.
2708 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
2709 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2710 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
2711 (follow_die_offset): Add offset_in_dwz argument.
2712 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
2713 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
2714 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
2715 Handle new macro forms.
2716 (dwarf_decode_macros): Update.
2717 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
2718 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
2719 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
2720 (create_debug_types_hash_table): Use correct abbrev section.
2721 (get_debug_line_section): New function.
2722 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
2723 (process_full_comp_unit): Pass 'required' argument to
2724 end_symtab_get_static_block.
2725 * buildsym.h (end_symtab_get_static_block): Update.
2726 * buildsym.c (end_symtab_get_static_block): Add 'required'
2727 argument.
2728 (end_symtab, end_expandable_symtab): Update.
2729
4bf44c1c
TT
27302012-07-18 Tom Tromey <tromey@redhat.com>
2731
2732 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
2733 (pagesize): Remove.
2734 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
2735 (zlib_decompress_section): Remove.
2736 (dwarf2_read_section): Use gdb_bfd_map_section.
2737 (munmap_section_buffer): Remove.
2738 (free_dwo_file, dwarf2_per_objfile_free): Don't use
2739 munmap_section_buffer.
2740 * gdb_bfd.c: Include zlib.h, sys/mman.h.
2741 (struct gdb_bfd_section_data): New.
2742 (free_one_bfd_section): New function.
2743 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
2744 (get_section_descriptor, zlib_decompress_section)
2745 (gdb_bfd_map_section): New functions.
2746 * gdb_bfd.h (gdb_bfd_map_section): Declare.
2747
bb397797
TT
27482012-07-18 Tom Tromey <tromey@redhat.com>
2749
2750 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
2751
6ec53d05
TT
27522012-07-18 Tom Tromey <tromey@redhat.com>
2753
2754 * gdb_bfd.c (struct gdb_bfd_data): New.
2755 (gdb_bfd_cache): New global.
2756 (struct gdb_bfd_cache_search): New.
2757 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
2758 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
2759 * gdb_bfd.h (gdb_bfd_open): Declare.
2760
f9a062ff
TT
27612012-07-18 Tom Tromey <tromey@redhat.com>
2762
2763 * utils.c (make_cleanup_bfd_unref): Rename from
2764 make_cleanup_bfd_close.
2765 * defs.h (make_cleanup_bfd_unref): Rename from
2766 make_cleanup_bfd_close.
2767 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
2768 (bfd_openw_with_cleanup): Update.
2769 * corelow.c (core_open): Update.
2770 * dsrec.c (load_srec): Update.
2771 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2772 * remote-m32r-sdi.c (m32r_load): Update.
2773 * remote-mips.c (mips_load_srec): Update.
2774 (pmon_load_fast): Update.
2775 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2776 Update.
2777 (darwin_bfd_open): Update.
2778 * solib.c (solib_bfd_fopen): Update.
2779 * symfile-mem.c (symbol_file_add_from_memory): Update.
2780 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
2781 (symfile_bfd_open): Update.
2782 (generic_load): Update.
2783
d6ad71ba
TT
27842012-07-18 Tom Tromey <tromey@redhat.com>
2785
2786 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
2787 (pmon_load_fast): Likewise.
2788 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
2789 (m32r_upload_command): Likewise.
2790 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
2791 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2792 Use make_cleanup_bfd_close.
2793
a4453b7e
TT
27942012-07-18 Tom Tromey <tromey@redhat.com>
2795
2796 * symfile.c (symfile_bfd_open): Don't copy name. Call
2797 gdb_bfd_stash_filename.
2798 (load_command): Open the new BFD before freeing the old.
2799 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
2800 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
2801 Call gdb_bfd_stash_filename.
2802 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
2803 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
2804 gdb_bfd_stash_filename.
2805 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2806 Free found_pathname.
2807 * rs6000-nat.c (add_vmap): Don't copy filename. Call
2808 gdb_bfd_stash_filename.
2809 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
2810 * machoread.c (macho_add_oso_symfile): Call
2811 gdb_bfd_stash_filename.
2812 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
2813 gdb_bfd_stash_filename.
2814 (macho_check_dsym): Don't copy filename. Call
2815 gdb_bfd_stash_filename.
2816 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
2817 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
2818 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
2819 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
2820 * exec.c (exec_close): Don't free the BFD's filename.
2821 (exec_file_attach): Don't copy the filename. Call
2822 gdb_bfd_stash_filename.
2823 * corelow.c (core_close): Don't free the BFD's filename.
2824 (core_open): Call gdb_bfd_stash_filename.
2825 * corefile.c (reopen_exec_file): Remove #if 0 code.
2826 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
2827 pathname.
2828 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
2829
cbb099e8
TT
28302012-07-18 Tom Tromey <tromey@redhat.com>
2831
2832 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
2833 gdb_bfd_unref.
2834 (free_dwo_file): Use gdb_bfd_unref.
2835 * cli/cli-dump.c: Include gdb_bfd.h.
2836 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
2837 (bfd_openr_with_cleanup): Likewise.
2838 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
2839 gdb_bfd_unref.
2840 * utils.c: Include gdb_bfd.h.
2841 (do_bfd_close_cleanup): Use gdb_bfd_unref.
2842 * symfile.c: Include gdb_bfd.h.
2843 (separate_debug_file_exists): Use gdb_bfd_unref.
2844 (bfd_open_maybe_remote): Use gdb_bfd_ref.
2845 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2846 (generic_load): Use gdb_bfd_ref.
2847 (reread_symbols): Use gdb_bfd_unref.
2848 * symfile-mem.c: Include gdb_bfd.h.
2849 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
2850 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2851 * solib.c: Include gdb_bfd.h.
2852 (solib_bfd_fopen): Use gdb_bfd_ref.
2853 (solib_bfd_open): Use gdb_bfd_unref.
2854 (free_so_symbols): Use gdb_bfd_unref.
2855 (reload_shared_libraries_1): Use gdb_bfd_unref.
2856 * solib-spu.c: Include gdb_bfd.h.
2857 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
2858 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
2859 gdb_bfd_unref.
2860 * solib-frv.c: Include gdb_bfd.h.
2861 (enable_break2): Use gdb_bfd_unref.
2862 * solib-dsbt.c: Include gdb_bfd.h.
2863 (enable_break2): Use gdb_bfd_unref.
2864 * solib-darwin.c: Include gdb_bfd.h.
2865 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
2866 gdb_bfd_unref.
2867 (darwin_bfd_open): Use gdb_bfd_unref.
2868 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
2869 * remote-mips.c: Include gdb_bfd.h.
2870 (mips_load_srec): Use gdb_bfd_ref.
2871 (pmon_load_fast): Use gdb_bfd_ref.
2872 * remote-m32r-sdi.c: Include gdb_bfd.h.
2873 (m32r_load): Use gdb_bfd_ref.
2874 * record.c: Include gdb_bfd.h.
2875 (record_save_cleanups): Use gdb_bfd_unref.
2876 (cmd_record_save): Use gdb_bfd_unref.
2877 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
2878 gdb_bfd_unref.
2879 * objfiles.h (gdb_bfd_close_or_warn): Remove.
2880 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
2881 * objfiles.c: Include gdb_bfd.h.
2882 (free_objfile): Use gdb_bfd_unref.
2883 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
2884 gdb_bfd.c.
2885 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
2886 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
2887 (macho_check_dsym): Likewise.
2888 * m32r-rom.c: Include gdb_bfd.h.
2889 (m32r_load): Use gdb_bfd_ref.
2890 (m32r_upload_command): Use gdb_bfd_ref.
2891 * jit.c: Include gdb_bfd.h.
2892 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
2893 * gdb_bfd.h: New file.
2894 * gdb_bfd.c: New file.
2895 * gcore.c: Include gdb_bfd.h.
2896 (create_gcore_bfd): Use gdb_bfd_ref.
2897 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
2898 (gcore_command): Use gdb_bfd_unref.
2899 * exec.c: Include gdb_bfd.h.
2900 (exec_close): Use gdb_bfd_unref.
2901 (exec_close_1): Use gdb_bfd_unref.
2902 (exec_file_attach): Use gdb_bfd_ref.
2903 * elfread.c: Include gdb_bfd.h.
2904 (build_id_verify): Use gdb_bfd_unref.
2905 * dsrec.c: Include gdb_bfd.h.
2906 (load_srec): Use gdb_bfd_ref.
2907 * corelow.c: Include gdb_bfd.h.
2908 (core_close): Use gdb_bfd_unref.
2909 (core_open): Use gdb_bfd_ref.
2910 * bfd-target.c: Include gdb_bfd.h.
2911 (target_bfd_xclose): Use gdb_bfd_unref.
2912 (target_bfd_reopen): Use gdb_bfd_ref.
2913 * Makefile.in (SFILES): Add gdb_bfd.c.
2914 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
2915 (COMMON_OBS): Add gdb_bfd.o.
2916
ed1d1739
KS
29172012-07-18 Keith Seitz <keiths@redhat.com>
2918
2919 * breakpoint.c (find_condition_and_thread): Initialize
2920 TASK and REST.
2921 (create_breakpiont): find_condition_and_thread will now
2922 initialize COND_STRING, THREAD, and REST (and TASK).
2923 (addr_string_to_sals): Likewise.
2924
eab402df
PA
29252012-07-18 Pedro Alves <palves@redhat.com>
2926
2927 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
2928 Pull the single step breakpoints out of the target.
2929
2b963b68
SDJ
29302012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
2931
2932 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
2933 * stap-probe.c (compile_probe_arg): Likewise.
2934
6bac7473
SDJ
29352012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
2936
2937 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
2938 (elf_compile_to_ax): Likewise.
2939 * infrun.c (insert_exception_resume_from_probe): Likewise.
2940 (check_exception_resume): Remove `objfile' variable.
2941 * probe.c (find_probe_by_pc): Remove `objfile' argument.
2942 (struct probe_and_objfile, probe_and_objfile_s): Delete.
2943 (collect_probes): Adjust return value to `VEC (probe_p) *'.
2944 (compare_entries): Rename to...
2945 (compare_probes): ...this. Adjust function to work with
2946 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
2947 respectively.
2948 (gen_ui_out_table_header_info): Adjust `probes' argument to be
2949 `VEC (probe_p) *'.
2950 (print_ui_out_info): Adjust argument to be `struct probe *'.
2951 (info_probes_for_ops): Adjust internal computations to use
2952 `VEC (probe_p) *'.
2953 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
2954 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
2955 gen_info_probes_table_values>: Remove `objfile' argument.
2956 (struct probe) <objfile>: New field.
2957 (find_probe_by_pc): Remove `objfile' argument.
2958 * stap-probe.c (stap_parse_probe_arguments): Likewise.
2959 (stap_get_probe_argument_count): Likewise.
2960 (stap_get_arg): Likewise.
2961 (stap_evaluate_probe_argument): Likewise.
2962 (stap_compile_to_ax): Likewise.
2963 (compile_probe_arg): Refactor not to pass `objfile' anymore.
2964 (handle_stap_probe): Fill `objfile' field from `struct probe'.
2965 (stap_gen_info_probes_table_header): Remove `objfile' argument.
2966 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
2967 sym_compile_to_ax>: Likewise.
2968
3347eb1a 29692012-07-18 Terry Guo <terry.guo@arm.com>
2970
2971 PR 14329
2972 * defs.h (GDB_MI_MSG_WIDTH): New.
2973 * ser_base (ser_base_read_error_fd): New function.
2974 (do_ser_base_readchar): Poll error file descriptor as well as
2975 standard output.
f782ad9b 2976 (generic_readchar): Refactor error handling.
3347eb1a 2977
80c8d323
JB
29782012-07-18 Joel Brobecker <brobecker@adacore.com>
2979
2980 * NEWS: Create a new section for the next release branch.
2981 Rename the section of the current branch, now that it has
2982 been cut.
2983
b45a0664 29842012-07-18 Joel Brobecker <brobecker@adacore.com>
2985
2986 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
2987 * version.in: Bump version to 7.5.50.20120718-cvs.
2988
09cf2b22
KS
29892012-07-17 Keith Seitz <keiths@redhat.com>
2990
2991 * linespec.c (linespec_parse_line_offset): Make parameter
2992 const.
2993
8f043999
JK
29942012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2995
2996 PR 11914
2997 * f-valprint.c (info_common_command): New variable frame_id.
2998 Reinitialize FI form FRAME_ID after each print_variable_and_value.
2999 * printcmd.c (print_variable_and_value): Extend function comment.
3000 Add comment for invalidated FRAME.
3001 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
3002 FI form FRAME_ID after each print_frame_local_vars.
3003 (struct print_variable_and_value_data): Change frame to frame_id.
3004 (do_print_variable_and_value): New variable frame, initialize it from
3005 p->frame_id. Add comment for invalidated FRAME.
3006 (print_frame_local_vars, print_frame_arg_vars): New function comment.
3007 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
3008 for invalidated FRAME.
3009
ae5e0686
MK
30102012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
3011 Pedro Alves <palves@redhat.com>
3012
3013 * linux-nat.c (linux_nat_detach): Don't unregister from the event
3014 loop.
3015
5049c5be
TT
30162012-07-16 Tom Tromey <tromey@redhat.com>
3017
3018 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
3019
2908cac6
DE
30202012-07-15 Doug Evans <dje@google.com>
3021
094b34ac
DE
3022 * dwarf2read.c (stmt_list_hash): New struct.
3023 (type_unit_group): Embed "per_cu" member, remove pointer.
3024 New union member "t", move member "tus" into it, all uses updated.
3025 New member "hash", replaces member "line_offset, all uses updated.
3026 (quick_file_names): Replace member "offset" with "hash", all uses
3027 updated.
3028 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
3029 (hash_file_name_entry, eq_file_name_entry): Call them.
3030 (hash_type_unit_group, eq_type_unit_group): Ditto.
3031 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
3032 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
3033 (dw2_get_file_names): Update.
3034 (create_type_unit_group): Replace "per_cu" arg with "cu".
3035 All callers updated. Fix "quick" (.gdb_index) handling.
3036 (get_type_unit_group): Replace "per_cu" arg with "cu".
3037 All callers updated.
3038 (build_type_unit_groups): Don't reset tu_stats.
3039
2908cac6
DE
3040 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
3041 "tab_cur_size". Change member "tab" to be a htab_t.
3042 (create_filename_seen_cache): Update.
3043 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
3044 (filename_seen): Update.
3045
a2b6eff5
DE
30462012-07-13 Doug Evans <dje@google.com>
3047
3048 * symtab.c (filename_seen): Update comment.
3049
4359dff1
JK
30502012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3051 Doug Evans <dje@google.com>
3052
3053 * buildsym.c (end_symtab_1): Split it to ...
3054 (end_symtab_get_static_block): ... this ...
3055 (end_symtab_from_static_block): ... and this function.
3056 (end_symtab, end_expandable_symtab): Call them.
3057 * buildsym.h (end_symtab_get_static_block)
3058 (end_symtab_from_static_block): New declarations.
3059 * dwarf2read.c (process_full_comp_unit): New variable static_block.
3060 Set its valid CU ranges.
3061
a24f71ab
JK
30622012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3063
3064 * dwarf2loc.c (disassemble_dwarf_expression): Handle
3065 DW_OP_GNU_parameter_ref.
3066
d76b7dbc
JK
30672012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3068
3069 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
3070 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
3071
9fdc877b
DE
30722012-07-13 Doug Evans <dje@google.com>
3073
3074 * symtab.c (output_source_filename): Delete unnecessary forward decl.
3075 (filename_seen_cache): New struct.
3076 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
3077 (create_filename_seen_cache): New function.
3078 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
3079 (filename_seen): Delete arg "first". New arg "cache". All callers
3080 updated.
3081 (output_source_filename_data): New struct.
3082 (output_source_filename): Delete arg "first". New arg "data".
3083 All callers updated.
3084 (sources_info): Delete local "first". New locals "data", "cleanups".
3085 Rewrite to use filename_seen_cache.
3086 (add_partial_filename_data): Delete member "first". New member
3087 "filename_seen_cache". All uses updated.
3088 (make_source_files_completion_list): Rewrite to use
3089 filename_seen_cache.
3090
f80c6f3f
DE
30912012-07-12 Doug Evans <dje@google.com>
3092
3093 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
3094
0bfa869d
DE
30952012-07-10 Doug Evans <dje@google.com>
3096
f4dc4d17
DE
3097 PR gdb/13498
3098 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
3099 all_type_unit_groups, type_unit_groups, tu_stats.
3100 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
3101 All uses updated. Add type_unit_group to union "s".
3102 (type_unit_group): New struct.
3103 (IS_TYPE_UNIT_GROUP): New macro.
3104 (abbrev_table): Delete unused member "section".
3105 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
3106 (dw2_get_cu): Assert not used with type_unit_group.
3107 (dw2_get_primary_cu): New function.
3108 (dw2_build_type_unit_groups_reader): New function.
3109 (dw2_build_type_unit_groups): New function.
3110 (dw2_get_file_names): Assert not called on type units.
3111 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
3112 Redo loop to iterate over type unit groups instead of type units.
3113 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
3114 (read_abbrev_offset): New function.
3115 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
3116 updated.
3117 (create_partial_symtab): New function.
3118 (process_psymtab_comp_unit_reader): Assert not used with type units.
3119 Call create_partial_symtab.
3120 (process_psymtab_type_unit): Delete.
3121 (hash_type_unit_group, eq_type_unit_group): New functions.
3122 (allocate_type_unit_groups_table): New function.
3123 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
3124 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
3125 (create_type_unit_group, get_type_unit_group): New functions.
3126 (tu_abbrev_offset): New struct.
3127 (sort_tu_by_abbrev_offset): New function.
3128 (add_type_unit_group_to_table): New function.
3129 (build_type_unit_groups): New function.
3130 (build_type_psymtabs_reader): New function.
3131 (build_type_psymtab_dependencies): New function.
3132 (build_type_psymtabs): Rewrite.
3133 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
3134 is seen in a type unit.
3135 (process_queue): Move symtab expansion debugging printfs here.
3136 Call process_full_type_unit for type units.
3137 (compute_symtab_includes): Assert not called for type units.
3138 (process_cu_includes): Don't call compute_symtab_includes for
3139 type units.
3140 (process_full_type_unit): New function.
3141 (process_imported_unit_die): Flag an error if called for type units.
3142 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
3143 updated. Assert not called for type units.
3144 (read_file_scope): Call dwarf2_start_symtab.
3145 (setup_type_unit_groups): New function.
3146 (read_type_unit_scope): Rewrite.
3147 (abbrev_table_read_table): Initialize abbrev_table->offset.
3148 (abbrev_table_free_cleanup): New function.
3149 (dwarf2_start_symtab): New function.
3150 (load_full_type_unit): Assert not called for type unit groups.
6d30eef8
DE
3151 * buildsym.c (finish_block_internal): New arg "expandable".
3152 All callers updated.
3153 (start_symtab): Move most contents to ...
3154 (restart_symtab): ... here. New function.
3155 (reset_symtab_globals): New function.
3156 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
3157 Call reset_symtab_globals.
3158 (end_symtab, end_expandable_symtab): New functions.
3159 (set_missing_symtab, augment_type_symtab): New functions.
3160 * buildsym.h (end_expandable_symtab): Declare.
3161 (augment_type_symtab, restart_symtab): Declare.
b4c41fc7
DE
3162 * psympriv.h (struct partial_symtab): New member "anonymous".
3163 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
3164 anonymous psymtabs.
3165 (read_psymtabs_with_filename): Ditto.
3166 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
3167 (expand_symtabs_matching_via_partial): Ditto.
3168 (dump_psymtab): Update.
0bfa869d
DE
3169 * dictionary.c (dict_add_pending): New function.
3170 * dictionary.h (dict_add_pending): Declare.
3171
45e58e77
DE
31722012-07-09 Doug Evans <dje@google.com>
3173
b74db436
DE
3174 * buildsym.c (start_subfile): Remove unnecessary check for
3175 name == NULL.
3176
fd55216c
DE
3177 * psymtab.c (allocate_psymtab): Use host_address_to_string.
3178
6721b2ec
DE
3179 * dwarf2read.c (load_full_type_unit): Simplify.
3180
b4dd5633
DE
3181 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
3182 to struct signatured_type **. All uses updated.
3183
45e58e77
DE
3184 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
3185 All callers updated.
3186
e314d629
TT
31872012-07-09 Tom Tromey <tromey@redhat.com>
3188
3189 * c-exp.y (check_parameter_typelist): New function.
3190 (parameter_typelist): Call it.
3191 * eval.c (make_params): Handle '(void)' case.
3192 * gdbtypes.c (lookup_function_type_with_arguments): Handle
3193 '(void)' case.
3194
aa7c7447
JK
31952012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3196
3197 * common/linux-ptrace.c: Include gdb_assert.h.
3198 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
3199 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
3200 stdint.h.
3201 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
3202 functions.
3203 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
3204 * linux-nat.c (linux_child_post_attach)
3205 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
3206
889003ed
JK
32072012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3208
3209 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
3210 nptl <2.7 bug workaround for core files.
3211
da559b09
JK
32122012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3213
3214 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
3215 clearing.
3216 (save_siginfo): Remove.
3217 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
3218 call.
3219 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
3220 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
3221 * linux-nat.h (struct lwp_info): Remove field siginfo.
3222
f865ee35
JK
32232012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3224
3225 Code cleanup for the next patch.
3226 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
3227 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3228 call for it.
3229 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
3230 (ia64_linux_stopped_data_address):
3231 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
3232 the return value.
3233 * linux-nat.h (linux_nat_get_siginfo): Likewise.
3234 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
3235 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3236 call for it.
3237
76b83c51
JK
32382012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3239
3240 PR 14321
3241 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
3242 Increase buffer sizes to 2x we need, not just 2x of the previous size.
3243
a6fb9c08
TT
32442012-07-06 Tom Tromey <tromey@redhat.com>
3245
3246 * c-exp.y (DOTDOTDOT): New token.
3247 (func_mod, exp): Use parameter_typelist.
3248 (parameter_typelist): New production.
3249 (tokentab3): Add "..." token.
3250 * eval.c (make_params): Handle varargs.
3251 * gdbtypes.c (lookup_function_type_with_arguments): Handle
3252 varargs.
3253
71918a86
TT
32542012-07-06 Tom Tromey <tromey@redhat.com>
3255
3256 PR exp/9608:
3257 * c-exp.y (%union) <tvec>: Change type.
3258 (func_mod): Now uses <tvec> type.
3259 (exp): Update for tvec change.
3260 (direct_abs_decl): Push the typelist.
3261 (func_mod): Return a typelist.
3262 (nonempty_typelist): Update for tvec change.
3263 * gdbtypes.c (lookup_function_type_with_arguments): New function.
3264 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
3265 * parse.c (pop_type_list): New function.
3266 (push_typelist): New function.
3267 (follow_types): Handle tp_function_with_arguments.
3268 * parser-defs.h (type_ptr): New typedef. Define a VEC.
3269 (enum type_pieces) <tp_function_with_arguments>: New constant.
3270 (union type_stack_elt) <typelist_val>: New field.
3271 (push_typelist): Declare.
3272
fcde5961
TT
32732012-07-06 Tom Tromey <tromey@redhat.com>
3274
3275 * c-exp.y (%union) <type_stack>: New field.
3276 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
3277 (ptr_operator_ts): New production.
3278 (ptype): Update.
3279 * parse.c (type_stack_reserve): New function.
3280 (check_type_stack_depth): Use it.
3281 (pop_type_stack, append_type_stack, push_type_stack)
3282 (get_type_stack, type_stack_cleanup): New functions.
3283 (follow_types): Handle tp_type_stack.
3284 (_initialize_parse): Simplify initialization.
3285 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
3286 constant.
3287 (union type_stack_elt) <stack_val>: New field.
3288 (get_type_stack, append_type_stack, push_type_stack)
3289 (type_stack_cleanup): Declare.
3290
1a7d0ce4
TT
32912012-07-06 Tom Tromey <tromey@redhat.com>
3292
3293 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
3294 Remove.
3295 (struct type_stack): New.
3296 * parse.c (type_stack, type_stack_size, type_stack_depth):
3297 Remove.
3298 (type_stack): New global.
3299 (parse_exp_in_context, check_type_stack_depth)
3300 (insert_into_type_stack, insert_type, push_type, push_type_int)
3301 (insert_type_address_space, pop_type, pop_type_int)
3302 (_initialize_parse): Update.
3303
16d01384
TT
33042012-07-06 Tom Tromey <tromey@redhat.com>
3305
3306 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
3307 Remove %type.
3308
9bfc60bf
SP
33092012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3310
3311 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
3312
d5161074
SP
33132012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3314 Jan Kratochvil <jan.kratochvil@redhat.com>
3315
3316 * cp-valprint.c (cp_print_value): Replace potentially unsafe
3317 alloca with xmalloc/xfree.
3318
a74bc576
SP
33192012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3320
3321 * MAINTAINERS (Write After Approval): Add myself to the list.
3322
667e0a4b
DE
33232012-07-05 Doug Evans <dje@google.com>
3324
3325 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
3326
34b536a8
HZ
33272012-07-05 Hui Zhu <hui_zhu@mentor.com>
3328
3329 * ax-gdb.c (cli/cli-utils.h): New include.
3330 (linespec.h): Ditto.
3331 (agent_eval_command_one): New function.
3332 (agent_command_1): Ditto.
3333 (agent_command): Call function agent_command_1.
3334 (agent_eval_command): Ditto.
3335 (_initialize_ax_gdb): Change help for "maint agent"
3336 and "maint agent-eval".
3337
e6f0bce7
HZ
33382012-07-05 Hui Zhu <hui_zhu@mentor.com>
3339
3340 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
3341 * cli/cli-utils.c (check_for_argument): New function.
3342 * cli/cli-utils.h (check_for_argument): Ditto.
3343
1b3371b1
L
33442012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3345
3346 * NEWS: Mention x32 ABI support.
3347
23e2d720
L
33482012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3349
3350 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
3351 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
3352
3353 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
3354 and pc_regnum_from_eax to -1. Update SP regnum from
3355 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
3356 needed.
3357
3358 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
3359 pc_regnum_from_eax.
3360
836bf454
JK
33612012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3362
3363 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
3364 * dwarf2expr.h: Include gdbtypes.h.
3365 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
3366 these forward declarations.
3367 (cu_offset, sect_offset): Move these ...
3368 * gdbtypes.h: Remove include dwarf2expr.h.
3369 (cu_offset, sect_offset): ... here.
3370
1e55e04f
L
33712012-07-03 H.J. Lu <hongjiu.lu@intel.com>
3372
3373 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
3374 (amd64_linux_sigtramp_code): This.
3375 (amd64_x32_linux_sigtramp_code): New.
3376 (LINUX_SIGTRAMP_LEN): Updated.
3377 (amd64_linux_sigtramp_start): Check x32 sigtramp.
3378
7d0e21ad
JK
33792012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3380
3381 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
3382
8775fd2d
JK
33832012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3384
3385 * config.in: Regenerate.
3386 * configure: Regenerate.
3387 * configure.ac: Remove check for gnu/libc-version.h.
3388 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
3389 gnu/libc-version.h.
3390 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
3391 variables libc_version, libc_major and libc_minor. Replace sscanf by
3392 inferior_has_bug. Extend the comment.
3393
fcb44371
JK
33942012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3395
3396 * linux-thread-db.c (inferior_has_bug): New function.
3397 (thread_db_find_new_threads_silently): Return boolean as checked by
3398 inferior_has_bug, describe it in the comments.
3399 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
3400 earlier. Abort the initialization if it returned non-zero.
7d0e21ad 3401 (thread_db_new_objfile): Exclude debug files.
fcb44371
JK
3402 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
3403 if UNTIL_NO_NEW,
3404
09406207
DE
34052012-07-02 Doug Evans <dje@google.com>
3406
0907af0c
DE
3407 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
3408 related to queue management.
3409
09406207
DE
3410 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
3411 instead of "debug dwarf2-die" in debugging printfs.
3412 (create_debug_info_hash_table_reader): Ditto.
3413 (create_debug_info_hash_table): Ditto.
3414 (init_dwo_file): Ditto.
3415 (init_cutu_and_read_dies): Add debugging printf.
3416 (init_cutu_and_read_dies_no_follow): Ditto.
3417 (process_psymtab_comp_unit_reader): Ditto.
3418
d3ce09f5
SS
34192012-07-02 Stan Shebs <stan@codesourcery.com>
3420
3421 Add target-side support for dynamic printf.
3422 * NEWS: Mention the additional style.
3423 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
3424 (struct bp_location): New field cmd_bytecode.
3425 * breakpoint.c: Include format.h.
3426 (disconnected_dprintf): New global.
3427 (parse_cmd_to_aexpr): New function.
3428 (build_target_command_list): New function.
3429 (insert_bp_location): Call it.
3430 (remove_breakpoints_pid): Skip dprintf breakpoints.
3431 (print_one_breakpoint_location): Ditto.
3432 (dprintf_style_agent): New global.
3433 (dprintf_style_enums): Add dprintf_style_agent.
3434 (update_dprintf_command_list): Add agent case.
3435 (agent_printf_command): New function.
3436 (_initialize_breakpoint): Add new commands.
3437 * common/ax.def (printf): New bytecode.
3438 * ax.h (ax_string): Declare.
3439 * ax-gdb.h (gen_printf): Declare.
3440 * ax-gdb.c: Include cli-utils.h, format.h.
3441 (gen_printf): New function.
3442 (maint_agent_print_command): New function.
3443 (_initialize_ax_gdb): Add maint agent-printf command.
3444 * ax-general.c (ax_string): New function.
3445 (ax_print): Add printf disassembly.
3446 * Makefile.in (SFILES): Add format.c
3447 (COMMON_OBS): Add format.o.
3448 * common/format.h: New file.
3449 * common/format.c: New file.
3450 * printcmd.c: Include format.h.
3451 (ui_printf): Call parse_format_string.
3452 * remote.c (remote_state): New field breakpoint_commands.
3453 (PACKET_BreakpointCommands): New enum.
3454 (remote_breakpoint_commands_feature): New function.
3455 (remote_protocol_features): Add new BreakpointCommands entry.
3456 (remote_can_run_breakpoint_commands): New function.
3457 (remote_add_target_side_commands): New function.
3458 (remote_insert_breakpoint): Call it.
3459 (remote_insert_hw_breakpoint): Ditto.
3460 (_initialize_remote): Add new packet configuration for
3461 target-side breakpoint commands.
3462 * target.h (struct target_ops): New field
3463 to_can_run_breakpoint_commands.
3464 (target_can_run_breakpoint_commands): New macro.
3465 * target.c (update_current_target): Handle
3466 to_can_run_breakpoint_commands.
3467
2d7b58e8
JK
34682012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3469
3470 Execute -ix and -iex only after system and user gdbinit files.
3471 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
3472 processing down after gdbinit files.
3473
8690e634
JK
34742012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3475
3476 Add fnmatch-gnu module.
3477 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
3478 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
3479 * gnulib/aclocal.m4: Regenerate.
3480 * gnulib/config.in: Regenerate.
3481 * gnulib/configure: Regenerate.
3482 * gnulib/import/dummy.c: Remove.
3483 * gnulib/import/Makefile.am: Regenerate.
3484 * gnulib/import/Makefile.in: Likewise.
3485 * gnulib/import/m4/gnulib-cache.m4: Likewise.
3486 * gnulib/import/m4/gnulib-comp.m4: Likewise.
3487 * gnulib/import/alloca.c: New file.
3488 * gnulib/import/alloca.in.h: Likewise.
3489 * gnulib/import/config.charset: Likewise.
3490 * gnulib/import/fnmatch.c: Likewise.
3491 * gnulib/import/fnmatch.in.h: Likewise.
3492 * gnulib/import/fnmatch_loop.c: Likewise.
3493 * gnulib/import/localcharset.c: Likewise.
3494 * gnulib/import/localcharset.h: Likewise.
3495 * gnulib/import/m4/alloca.m4: Likewise.
3496 * gnulib/import/m4/codeset.m4: Likewise.
3497 * gnulib/import/m4/configmake.m4: Likewise.
3498 * gnulib/import/m4/fcntl-o.m4: Likewise.
3499 * gnulib/import/m4/fnmatch.m4: Likewise.
3500 * gnulib/import/m4/glibc21.m4: Likewise.
3501 * gnulib/import/m4/localcharset.m4: Likewise.
3502 * gnulib/import/m4/locale-fr.m4: Likewise.
3503 * gnulib/import/m4/locale-ja.m4: Likewise.
3504 * gnulib/import/m4/locale-zh.m4: Likewise.
3505 * gnulib/import/m4/mbrtowc.m4: Likewise.
3506 * gnulib/import/m4/mbsinit.m4: Likewise.
3507 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
3508 * gnulib/import/m4/mbstate_t.m4: Likewise.
3509 * gnulib/import/m4/stdbool.m4: Likewise.
3510 * gnulib/import/m4/wchar_h.m4: Likewise.
3511 * gnulib/import/m4/wctype_h.m4: Likewise.
3512 * gnulib/import/m4/wint_t.m4: Likewise.
3513 * gnulib/import/mbrtowc.c: Likewise.
3514 * gnulib/import/mbsinit.c: Likewise.
3515 * gnulib/import/mbsrtowcs-impl.h: Likewise.
3516 * gnulib/import/mbsrtowcs-state.c: Likewise.
3517 * gnulib/import/mbsrtowcs.c: Likewise.
3518 * gnulib/import/ref-add.sin: Likewise.
3519 * gnulib/import/ref-del.sin: Likewise.
3520 * gnulib/import/stdbool.in.h: Likewise.
3521 * gnulib/import/streq.h: Likewise.
3522 * gnulib/import/strnlen1.c: Likewise.
3523 * gnulib/import/strnlen1.h: Likewise.
3524 * gnulib/import/verify.h: Likewise.
3525 * gnulib/import/wchar.in.h: Likewise.
3526 * gnulib/import/wctype.in.h: Likewise.
3527
202cbf1c
JK
35282012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3529
3530 Support shell wildcards for 'set auto-load safe-path'.
3531 * auto-load.c: Include fnmatch.h.
3532 (filename_is_in_dir): Rename to ...
3533 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
3534 it. Update function comment. Rename dir_len to pattern_len. New
3535 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
3536 messages. Use gdb_filename_fnmatch.
3537 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
3538 pattern.
3539 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
3540 * defs.h (gdb_filename_fnmatch): New declaration.
3541 * utils.c: Include fnmatch.h.
3542 (gdb_filename_fnmatch): New function.
3543
fb7b5af4
SDJ
35442012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
3545
3546 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
3547 `-probe' and `-probe-stap' options.
3548
72d0e2c5
YQ
35492012-07-01 Yao Qi <yao@codesourcery.com>
3550
3551 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
3552 always_inserted_off, and always_inserted_enums.
3553 Change always_inserted_mode's type to 'enum auto_boolean'.
3554 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
3555 callers.
3556 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
3557 of add_setshow_enum_cmd.
3558 * infrun.c: Remove can_use_displaced_stepping_auto,
3559 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
3560 can_use_displaced_stepping_enum.
3561 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
3562 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
3563 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
3564 add_setshow_enum_cmd.
3565
42e7ad6c
DE
35662012-06-30 Doug Evans <dje@google.com>
3567
3568 * dwarf2read.c (signatured_type): Make "per_cu" member first.
3569 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
3570 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
3571
39cf75f7
DE
35722012-06-29 Doug Evans <dje@google.com>
3573
3574 * linespec.c: #include "stack.h".
3575 (decode_line_with_current_source): Moved here from symtab.c and
3576 renamed from decode_line_spec. All callers updated.
3577 (decode_line_with_last_displayed): Moved here from breakpoint.c and
3578 renamed from decode_line_spec_1. All callers updated.
3579 * linespec.h (decode_line_with_current_source): Move declaration here
3580 from symtab.h and renamed from decode_line_spec.
3581 (decode_line_with_last_displayed): Move declaration here from symtab.h
3582 and renamed from decode_line_spec_1.
3583 * macrocmd.c: #include "linespec.h".
3584 * symtab.c: Remove #include "linespec.h".
3585
433df2d4
DE
35862012-06-28 Doug Evans <dje@google.com>
3587
1ce1cefd
DE
3588 * dwarf2read.c (get_cu_length): New function.
3589 (offset_in_cu_p, error_check_comp_unit_head): Call it.
3590 (create_debug_types_hash_table): Ditto.
3591 (init_cutu_and_read_dies): Ditto.
3592 (init_cutu_and_read_dies_no_follow): Ditto.
3593
3b80fe9b
DE
3594 * dwarf2read.c (dwarf2_find_base_address): Move definition.
3595
433df2d4
DE
3596 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
3597 (struct abbrev_table): Define.
3598 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
3599 abbrev_table.
3600 (init_cutu_and_read_dies): Update.
3601 (abbrev_table_alloc_abbrev): New function. Replaces
3602 dwarf_alloc_abbrev. All callers updated.
3603 (abbrev_table_add_abbrev): New function.
3604 (abbrev_table_lookup_abbrev): New function. Replaces
3605 dwarf2_lookup_abbrev. All callers updated.
3606 (abbrev_table_read_table): New function. Contents moved here from
3607 dwarf2_read_abbrevs.
3608 (dwarf2_read_abbrevs): Call it.
3609 (abbrev_table_free): New function.
3610 (dwarf2_free_abbrev_table): Call it.
3611
71caed83
SS
36122012-06-28 Stan Shebs <stan@codesourcery.com>
3613
3614 * osdata.c (info_osdata_command): Filter out "Title" columns
3615 from non-MI uses.
3616 * common/linux-osdata.c (struct osdata_type): Add title field.
3617 (osdata_table): Add titles to each entry.
3618 (linux_command_xfer_osdata): Add a column for title data.
3619
37ce89eb
SS
36202012-06-28 Stan Shebs <stan@codesourcery.com>
3621
3622 Make logging work for MI.
3623 * NEWS: Mention it.
3624 * interps.h (interp_set_logging_ftype): New typedef.
3625 (struct interp_procs): New field set_logging_proc.
3626 (current_interp_set_logging): Declare.
3627 * interps.c (current_interp_set_logging): New function.
3628 * cli/cli-logging.c: Include interps.h.
3629 (set_logging_redirect): Call current_interp_set_logging.
3630 (pop_output_files): Ditto.
3631 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
3632 * mi/mi-console.h (mi_console_set_raw): Declare.
3633 * mi/mi-console.c (mi_console_set_raw): New function.
3634 * mi/mi-interp.c (saved_raw_stdout): New global.
3635 (mi_set_logging): New function.
3636 (_initialize_mi_interp): Add it to interp procs.
3637
659c9f3a
DE
36382012-06-28 Doug Evans <dje@google.com>
3639
a743abeb
DE
3640 * symtab.c (lookup_symbol_aux_objfile): Use
3641 ALL_OBJFILE_PRIMARY_SYMTABS.
3642
659c9f3a
DE
3643 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
3644
da2d6d3d
JK
36452012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3646
3647 * common/buffer.c: Include inttypes.h and stdint.h.
3648 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
3649
e5ef252a
PA
36502012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3651 Pedro Alves <palves@redhat.com>
3652
3653 * gdbthread.h (ALL_THREADS): New macro.
3654 (thread_list): Declare.
3655 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
3656 going, but instead fall through to the stepping handling.
3657 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
3658 the passed in signal. Adjust debug output.
3659 (resume_callback): Rename to ...
3660 (linux_nat_resume_callback): ... this. Pass the thread's last
3661 stop signal, if in "pass" state.
3662 (linux_nat_resume): Adjust to rename.
3663 (stop_wait_callback): New assertion. Don't respawn signals;
3664 instead let the LWP remain with SIGNALLED set.
3665 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
3666 * remote.c (append_pending_thread_resumptions): New.
3667 (remote_vcont_resume): Call it.
3668 * target.h (target_resume): Extend comment.
3669
1d7975eb
IS
36702012-06-28 Iain Sandoe <iain@codesourcery.com>
3671
3672 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
3673
2e3cf129
DE
36742012-06-27 Doug Evans <dje@google.com>
3675
3676 * dwarf2read.c (dwarf2_cu): Add ranges_base.
3677 Delete have_addr_base, unused. All uses updated.
3678 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
3679 (dwarf2_get_pc_bounds): Add ranges_base.
3680 (dwarf2_record_block_ranges): Ditto.
3681
1bb9788d
TT
36822012-06-27 Tom Tromey <tromey@redhat.com>
3683
3684 PR macros/7961:
3685 * varobj.c (varobj_create): Update.
3686 (varobj_set_value): Update.
3687 * tracepoint.c (validate_actionline): Update.
3688 (encode_actions_1): Update.
3689 * parse.c (parse_exp_1): Add 'pc' argument.
3690 (parse_exp_in_context): Add 'pc' argument. Change how
3691 expression_context_pc is set.
3692 (parse_expression): Update.
3693 (parse_field_expression): Update.
3694 * expression.h (parse_exp_1): Update.
3695 * eval.c (parse_to_comma_and_eval): Update.
3696 * breakpoint.c (set_breakpoint_condition): Update.
3697 (update_watchpoint): Update.
3698 (init_breakpoint_sal): Update
3699 (find_condition_and_thread): Update.
3700 (watch_command_1): Update.
3701 (update_breakpoint_locations): Update.
3702 * ada-lang.c (ada_read_renaming_var_value): Update.
3703 (create_excep_cond_exprs): Update.
3704
0bc3a05c
DE
37052012-06-27 Doug Evans <dje@google.com>
3706
3707 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
3708 type units.
3709
4bdcc0c1
DE
37102012-06-26 Doug Evans <dje@google.com>
3711
3712 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
3713 prototype.
3714 (error_check_comp_unit_head): New arg abbrev_section. All callers
3715 updated.
3716 (read_and_check_comp_unit_head): Ditto.
3717 (read_and_check_type_unit_head): Ditto.
3718
ee0bf529
SCR
37192012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3720
3721 New attribute 'last' for gdb.Symtab_and_line.
3722 * NEWS (Python Scripting): Add entry about the new attribute.
3723 * python/py-symtab.c (salpy_get_last): New function which
3724 implements the get method for the 'last' attribute of
3725 gdb.Symtab_and_line.
3726 (sal_object_getset): Add entry for the 'last' attribute.
3727
1c658ad5
DE
37282012-06-26 Doug Evans <dje@google.com>
3729
09262596
DE
3730 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
3731 (dwo_sections): Add macinfo, macro.
3732 (dwarf2_locate_dwo_sections): Watch for macro sections.
3733 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
3734 All callers updated. Handle DWO files.
3735
45cfd468
DE
3736 * NEWS: Mention new options "set debug dwarf2-read" and
3737 "set debug symtab-create".
3738 * dwarf2read.c (dwarf2_read_debug): New static global.
3739 (dwarf2_build_psymtabs_hard): Add debugging printfs.
3740 (process_queue): Ditto.
3741 (process_full_comp_unit): Ditto.
3742 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
3743 * elfread.c (elf_symfile_read): Add debugging printf.
3744 * minsyms.c (install_minimal_symbols): Ditto.
3745 * psymtab.c (allocate_psymtab): Ditto.
3746 * symfile.c (allocate_symtab): Ditto.
3747 * symtab.c (symtab_create_debug): New global.
3748 (_initialize_symtab): Add new option "set debug symtab-create".
3749 * symtab.h (symtab_create_debug): Declare.
3750
1c658ad5
DE
3751 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
3752 (lookup_dwo_type_unit): Ditto.
3753
6fea9e18
L
37542012-06-26 Roland McGrath <roland@hack.frob.com>
3755 H.J. Lu <hongjiu.lu@intel.com>
3756
3757 * amd64-linux-nat.c: Include <sys/user.h>.
3758 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
3759 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
3760 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
3761
3762 * configure.ac: Check if the fs_base and gs_base members of
3763 `struct user_regs_struct' exist.
3764 * config.in: Regenerated.
3765 * configure: Likewise.
3766
adb4fe3b
ME
37672012-06-25 Michael Eager <eager@eagercon.com>
3768
3769 PR python/14291
f782ad9b 3770 * python/python.c (gdbpy_write): Check for interrupted output.
adb4fe3b 3771
fc51cce1
MGD
37722012-06-25 Greta Yorsh <greta.yorsh@arm.com>
3773
3774 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
3775 register as a stack alignment in ARM mode.
3776
40a73391
JK
37772012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3778
3779 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
3780 * gnulib/config.in: Regenerate.
3781 * gnulib/configure: Likewise.
3782 * gnulib/import/m4/extensions.m4: Update it.
3783 * gnulib/import/m4/gnulib-common.m4: Likewise.
3784 * gnulib/import/m4/memmem.m4: Likewise.
3785 * gnulib/import/m4/mmap-anon.m4: Likewise.
3786 * gnulib/import/m4/multiarch.m4: Likewise.
3787 * gnulib/import/stdint.in.h: Likewise.
3788
972daa01
YQ
37892012-06-24 Yao Qi <yao@codesourcery.com>
3790
3791 * corefile.c (write_memory_with_notification): New.
3792 * gdbcore.h: Declare write_memory_with_notification.
3793 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
3794 'observer_notify_memory_changed' with 'write_memory_with_notification'.
3795 * valops.c (value_assign): Likewise.
3796 * python/py-inferior.c (infpy_write_memory): Call
3797 'write_memory_with_notification'.
3798
8d6e0714
JK
37992012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3800
3801 * cc-with-index.sh: Use also -ex "set auto-load no".
3802
156942c7
DE
38032012-06-23 Doug Evans <dje@google.com>
3804
3805 PR 14125
3806 * NEWS: Document additions to .gdb_index.
3807 * dwarf2read.c: #include "gdb/gdb-index.h".
3808 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
3809 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
3810 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
3811 (dwarf2_read_index): Recognize version 7.
3812 (dw2_do_expand_symtabs_matching): New args want_specific_block,
3813 block_kind, domain): All callers updated.
3814 (dw2_find_symbol_file): Handle new index CU values.
3815 (dw2_expand_symtabs_matching): Match symbol kind if requested.
3816 (add_index_entry): New args is_static, kind. All callers updated.
3817 (offset_type_compare, uniquify_cu_indices): New functions
3818 (symbol_kind): New function.
3819 (write_psymtabs_to_index): Remove duplicate CU values.
3820 (write_psymtabs_to_index): Write .gdb_index version 7.
3821
352b3eda
JB
38222012-06-22 Joel Brobecker <brobecker@adacore.com>
3823
3824 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
3825 * configure: Regenerate.
3826
2678e2af
YQ
38272012-06-20 Yao Qi <yao@codesourcery.com>
3828
3829 * python/py-inferior.c: Update comments of infpy_read_memory
3830 and infpy_write_memory.
3831
95c391b6
TT
38322012-06-19 Tom Tromey <tromey@redhat.com>
3833
3834 PR exp/9514:
3835 * parser-defs.h (insert_type, insert_type_address_space): Declare.
3836 (push_type_address_space): Remove.
3837 * parse.c (insert_into_type_stack): New function.
3838 (insert_type): Likewise.
3839 (insert_type_address_space): Rename from push_type_address_space.
3840 Insert tp_space_identifier.
3841 * c-exp.y (ptr_operator): New production.
3842 (abs_decl): Use ptr_operator.
3843 (space_identifier): Call insert_type_address_space.
3844 (ptype): Don't use const_or_volatile_or_space_identifier.
3845 (const_or_volatile_noopt): Call insert_type.
3846 (conversion_type_id, conversion_declarator): New productions.
3847 (operator): Use conversion_type_id.
3848
6ac9ef80
DE
38492012-06-18 Doug Evans <dje@google.com>
3850
422d65e7
DE
3851 * symtab.h (minimal_symbol): New member created_by_gdb.
3852 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
3853 created by gdb.
3854 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
3855 (search_symbols): Call it instead of lookup_symbol.
3856 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
3857
49f6c839
DE
3858 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
3859 Adjust address for DW_OP_GNU_addr_index.
3860 * dwarf2expr.h (dwarf_expr_context): Update comment.
3861 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
3862 all callers updated. Handle TLS vars described with
3863 DW_OP_GNU_const_index.
3864 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
3865 and DW_OP_GNU_const_index.
3866 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
3867
6ac9ef80
DE
3868 * block.c (find_block_in_blockvector): Make explicit the fact that we
3869 ignore GLOBAL_BLOCK.
3870
4cd18215
TT
38712012-06-18 Tom Tromey <tromey@redhat.com>
3872
3873 * c-exp.y (operator): Remove trailing space after "delete" and
3874 "delete[]".
3875
a9b8d892
JK
38762012-06-18 Mark Kettenis <kettenis@gnu.org>
3877 Jan Kratochvil <jan.kratochvil@redhat.com>
3878
3879 Switch i386 and derived targets to ON_STACK.
3880 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
3881 (amd64_dicos_init_abi): Remove its installment.
3882 * dicos-tdep.c (dicos_init_abi): Remove the
3883 set_gdbarch_call_dummy_location call. Update the comment here.
3884 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
3885 (i386_dicos_init_abi): Remove its installment.
3886 * i386-tdep.c (i386_push_dummy_code): New function.
3887 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
3888 i386_push_dummy_code.
3889
e2e4d78b
JK
38902012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3891
3892 Remove stale dummy frames.
3893 * breakpoint.c: Include dummy-frame.h.
3894 (longjmp_breakpoint_ops): New variable.
3895 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
3896 bp_longjmp_call_dummy.
3897 (bpstat_what, bptype_string, print_one_breakpoint_location)
3898 (init_bp_location): Support bp_longjmp_call_dummy.
3899 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
3900 (set_longjmp_breakpoint_for_call_dummy)
3901 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
3902 functions.
3903 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
3904 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
3905 FIXME comment and extend the other comment for bp_call_dummy.
3906 (set_longjmp_breakpoint_for_call_dummy)
3907 (check_longjmp_breakpoint_for_call_dummy): New declarations.
3908 * dummy-frame.c: Include gdbthread.h.
3909 (pop_dummy_frame_bpt): New function.
3910 (pop_dummy_frame): Call pop_dummy_frame_bpt.
3911 (dummy_frame_discard): New function.
3912 (cleanup_dummy_frames): Update the comment about longjmps.
3913 * dummy-frame.h (dummy_frame_discard): New declaration.
3914 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
3915 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
3916 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
3917 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
3918 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
3919 keep_going if IS_LONGJMP and there is no other reason to stop.
3920
09d5912c
TT
39212012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
3922
3923 * remote-sim.c (sim_command_completer): Initialize
3924 variable 'result'.
3925
1788b2d3
JK
39262012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3927
3928 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
3929 * dwarf2loc.c (call_site_parameter_matches): Support
3930 CALL_SITE_PARAMETER_PARAM_OFFSET.
3931 (needs_dwarf_reg_entry_value): Push stub value.
3932 * dwarf2read.c (read_call_site_scope): New variable origin. Support
3933 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
3934 * gdbtypes.h (enum call_site_parameter_kind): New item
3935 CALL_SITE_PARAMETER_PARAM_OFFSET.
3936 (struct call_site.parameter.u): New field param_offset.
3937
24c5c679
JK
39382012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3939
3940 Code cleanup: Generalize call_site.parameter key.
3941 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
3942 variable dwarf_reg. New variable kind_u. Update parameters to
3943 push_dwarf_reg_entry_value.
3944 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3945 * dwarf2expr.h (enum call_site_parameter_kind)
3946 (union call_site_parameter_u): Forward declarations.
3947 (struct dwarf_expr_context_funcs): Update parameters and their
3948 description for push_dwarf_reg_entry_value.
3949 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3950 * dwarf2loc.c (call_site_parameter_matches): New function.
3951 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
3952 description. Use call_site_parameter_matches.
3953 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
3954 Update parameters and their description.
3955 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
3956 New variable kind_u. Adjust the caller for updated parameters.
3957 (needs_dwarf_reg_entry_value): Update parameters.
3958 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
3959 instead of attr. Update for the changed fields of struct
3960 call_site_parameter.
3961 * gdbtypes.h: Include dwarf2expr.h.
3962 (enum call_site_parameter_kind): New.
3963 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
3964 fb_offset into new union u.
3965
ac142d96
L
39662012-06-16 H.J. Lu <hongjiu.lu@intel.com>
3967
3968 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
3969 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
3970 for x32.
3971
ba224c70
L
39722012-06-16 H.J. Lu <hongjiu.lu@intel.com>
3973
3974 * amd64-linux-nat.c (compat_x32_clock_t): New.
3975 (compat_x32_siginfo_t): Likewise.
3976 (compat_x32_siginfo_from_siginfo): Likewise.
3977 (siginfo_from_compat_x32_siginfo): Likewise.
3978 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
3979 and siginfo_from_compat_x32_siginfo for x32.
3980
7ecbc825
HZ
39812012-06-15 Hui Zhu <hui_zhu@mentor.com>
3982
3983 * tracepoint.c (tfile_xfer_partial): Add a lseek.
3984
233dfcf0
L
39852012-06-15 H.J. Lu <hongjiu.lu@intel.com>
3986
3987 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
3988 instead of gdbarch_ptr_bit.
3989 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
3990 (amd64_supply_native_gregset): Likewise.
3991 (amd64_collect_native_gregset): Likewise.
3992 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
3993 (amd64_supply_xsave): Likewise.
3994 (amd64_collect_fxsave): Likewise.
3995 (amd64_collect_xsave): Likewise.
3996
6da38f42
L
39972012-06-15 H.J. Lu <hongjiu.lu@intel.com>
3998
3999 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
4000 (amd64_linux_read_description): Check DS segment register for
4001 x32 process.
4002
663b969e
TT
40032012-06-15 Tom Tromey <tromey@redhat.com>
4004
4005 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
4006 init_cutu_and_read_dies.
4007
d6f05027
IS
40082012-06-15 Iain Sandoe <iain@codesourcery.com>
4009
4010 * MAINTAINERS (Write After Approval): Add myself to the list.
4011
6598ed07
TT
40122012-06-15 Tom Tromey <tromey@redhat.com>
4013
4014 * valops.c (value_find_oload_method_list): Now static.
4015 * value.h (value_find_oload_method_list): Don't declare.
4016
2b214ea6
TT
40172012-06-15 Tom Tromey <tromey@redhat.com>
4018
4019 * valops.c (find_overload_match): Use value_ind.
4020
a210c238
MR
40212012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
4022
4023 * infrun.c (handle_inferior_event): Correct indentation.
4024
3771a44c
DE
40252012-06-14 Doug Evans <dje@google.com>
4026
4027 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
4028 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
4029 All uses updated.
4030 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
4031 updated. Handle DEBUG_LOC_START_LENGTH.
4032 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
4033 (loclist_describe_location): Ditto.
4034
1c5a993e
MR
40352012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
4036
4037 PR backtrace/13866
4038 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
4039 after hiding inline functions.
4040
0b155465
JB
40412012-06-13 Joel Brobecker <brobecker@adacore.com>
4042
4043 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
4044 _initialize_inf_ttrace.
4045
45717bac
JB
40462012-06-13 Joel Brobecker <brobecker@adacore.com>
4047
4048 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
4049 _initialize_hppa_hpux_nat.
4050
34370865
JB
40512012-06-13 Joel Brobecker <brobecker@adacore.com>
4052
4053 * remote-sim.c (sim_command_completer): Change type of return
4054 value to "VEC (char_ptr) *". Adjust implementation accordingly.
4055
284c5a60
MK
40562012-06-13 Mark Kettenis <kettenis@gnu.org>
4057 Jan Kratochvil <jan.kratochvil@redhat.com>
4058
4059 PR tdep/14222
4060 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
4061 stack on a 16-byte boundary.
4062
2535757a
TT
40632012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
4064
4065 * jit.c (finalize_symtab): Set function's return type to 'void' by
4066 default.
4067
fff4548b
MK
40682012-06-13 Mark Kettenis <kettenis@gnu.org>
4069 H.J. Lu <hongjiu.lu@intel.com>
4070
5a83521a
MK
4071 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
4072 Move bits common to both the classic LP64 and the new x32 ILP32
4073 ABI here.
4074 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
4075 (amd64_x32_linux_init_abi): New function.
4076 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
4077 subtype.
4078
fff4548b
MK
4079 * i386-tdep.h (i386_pseudo_register_name): New prototype.
4080 * i386-tdep.c (i386_pseudo_register_name): Make public.
4081 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
4082 * amd64-tdep.c (amd64_dword_names): Add "eip".
4083 (amd64_x32_pseudo_register_type): New function
4084 (amd64_x32_init_abi): New function.
4085
dd80ea3c
JK
40862012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4087
4088 PR build/14003
4089 * inferior.h (struct inferior_suspend_state): Comment out.
4090 (struct inferior): Comment out the field suspend.
4091 * infrun.c (struct infcall_suspend_state): Comment out the field
4092 inferior_suspend.
4093 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
4094 out its assignment.
4095
50af5481
JK
40962012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4097
4098 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4099 * c-exp.y (classify_inner_name): Remove caller assumptions in the
4100 function comment. Return ERROR for unresolved cases. Implement
4101 returning proper NAME.
4102 (yylex): Accept also NAME from classify_inner_name.
4103 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
4104 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
4105 LOC_TYPEDEF type.
4106 * cp-support.h (cp_lookup_nested_type): Update its declaration.
4107
d55637df
TT
41082012-06-13 Tom Tromey <tromey@redhat.com>
4109
4110 * breakpoint.c (condition_completer): New function.
4111 (_initialize_breakpoint): Use it.
4112 * value.c (complete_internalvar): New function.
4113 * value.h (complete_internalvar): Declare.
4114
49c4e619
TT
41152012-06-13 Tom Tromey <tromey@redhat.com>
4116
4117 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
4118 * breakpoint.c (catch_syscall_completer): Return a VEC.
4119 * cli/cli-cmds.c (complete_command): Update.
4120 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
4121 (complete_on_enum): Likewise.
4122 * command.h: Include gdb_vecs.h.
4123 (completer_ftype): Change return type.
4124 (complete_on_cmdlist, complete_on_enum): Likewise.
4125 * completer.c (noop_completer, filename_completer)
4126 (location_completer): Return a VEC.
4127 (add_struct_fields): Remove 'nextp' argument. Change 'output'
4128 to a VEC.
4129 (expression_completer, complete_line_internal, complete_line)
4130 (command_completer): Return a VEC.
4131 (gdb_completion_word_break_characters, line_completion_function):
4132 Update.
4133 * completer.h: Include gdb_vecs.h.
4134 (complete_line, noop_completer, filename_completer)
4135 (expression_completer, location_completer, command_completer):
4136 Update.
4137 * f-lang.c (f_word_break_characters): Return a VEC.
4138 * interps.c (interpreter_completer): Return a VEC.
4139 * language.h (struct language_defn)
4140 <la_make_symbol_completion_list>: Return a VEC.
4141 * python/py-cmd.c (cmdpy_completer): Return a VEC.
4142 * symtab.c (free_completion_list): Take a VEC.
4143 (return_val_size, return_val_index): Remove.
4144 (return_val): Now a VEC.
4145 (completion_list_add_name): Update.
4146 (default_make_symbol_completion_list_break_on)
4147 (default_make_symbol_completion_list, make_symbol_completion_list)
4148 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
4149 Return a VEC.
4150 (add_filename_to_list): Update.
4151 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
4152 <list>: Now a VEC.
4153 (maybe_add_partial_symtab_filename): Update.
4154 (make_source_files_completion_list): Return a VEC.
4155 * symtab.h (default_make_symbol_completion_list_break_on)
4156 (default_make_symbol_completion_list, make_symbol_completion_list)
4157 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
4158 (make_source_files_completion_list): Update.
4159
625e8578
TT
41602012-06-13 Tom Tromey <tromey@redhat.com>
4161
4162 * breakpoint.c (add_catch_command): Use completer_ftype.
4163 * breakpoint.h: Include command.h.
4164 (add_catch_command): Use completer_ftype.
4165 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
4166 * cli/cli-decode.h (struct cmd_list_element) <completer>:
4167 Use completer_ftype.
4168 * command.h (completer_ftype): New typedef.
4169 (set_cmd_completer): Use it.
4170 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
4171 completer_ftype.
4172
5eb3b062
PA
41732012-06-13 Pedro Alves <palves@redhat.com>
4174
4175 Partial revert of previous change.
4176
4177 * serial.c (scb_base): New global.
4178 (serial_for_fd): New.
4179 (serial_open, serial_fdopen_ops): Link new serial in open serials
4180 chain.
4181 (do_serial_close): Unlink serial from the open serials chain.
4182
8b3ee56d
PA
41832012-06-12 Pedro Alves <palves@redhat.com>
4184
4185 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
4186 threads here.
4187 (prepare_for_detach): No longer context switch here in non-stop
4188 mode.
4189 (fetch_inferior_event): Ditto.
4190 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
4191 to the event thread before removing breakpoints. Switch to the
4192 event thread before inserting breakpoints and resuming.
4193 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
4194 event thread before resuming.
4195 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
4196 Switch to the event thread before removing breakpoints.
4197
5d60742e
EZ
41982012-06-12 Eli Zaretskii <eliz@gnu.org>
4199
4200 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
4201 special characters correctly for the Windows shells. See
4202 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
4203 report.
4204 [!__MINGW32__]: Remove extra double quote character from special
4205 characters.
4206
a6feecf7
SS
42072012-06-11 Stan Shebs <stan@codesourcery.com>
4208
4209 * ui-out.h: Remove #if 0 declarations.
4210 * ui-out.c: Remove #if 0 functions.
4211
ddefb60f
PA
42122012-06-11 Pedro Alves <palves@redhat.com>
4213
4214 * ser-base.c (run_async_handler_and_reschedule): New.
4215 (fd_event, push_event): Use it.
4216 * serial.c (serial_open, serial_fdopen_ops): Set the initial
4217 reference count to 1.
4218 (do_serial_close): Set the bufp field to NULL. Use serial_unref
4219 instead of xfree.
4220 (serial_is_open, serial_ref, serial_unref): New.
4221 * serial.h (serial_open): Adjust comment.
4222 (serial_is_open): Declare.
4223 (serial_close): Adjust comment.
4224 (serial_ref, serial_unref) Declare.
4225 (struct serial): New field 'refcnt'.
4226
d5ad6aa5
PA
42272012-06-11 Pedro Alves <palves@redhat.com>
4228
4229 Remove #if 0'd "connect" command, and unnecessary associated
4230 refcounting and serial reuse bits.
4231
4232 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
4233 * serial.c (last_serial_opened): Delete.
4234 (scb_base): Delete.
4235 (serial_open): Adjust.
4236 (serial_for_fd): Delete.
4237 (serial_fdopen_ops, do_serial_close): Adjust.
4238 (serial_fdopen_ops): Adjust.
4239
318aa544
PA
42402012-06-11 Pedro Alves <palves@redhat.com>
4241
4242 * serial.c (do_serial_close): Remove early return when SCB is
4243 null.
4244
07261596
TT
42452012-06-11 Tom Tromey <tromey@redhat.com>
4246
4247 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
4248
cc80f267
JK
42492012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4250
4251 Fix regression by the "ambiguous linespec" series.
4252 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
4253 get_last_displayed_symtab and get_last_displayed_line and depending
4254 on CURSAL.
4255
356d9f9d
TT
42562012-06-11 Tom Tromey <tromey@redhat.com>
4257
4258 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
4259 (dw2_find_symbol_file): Use it.
4260
232b8704
ME
42612012-06-11 Michael Eager <eager@eagercon.com>
4262
4263 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
4264 * mips-linux-tdep.h (mips_signals): New
4265
e81a37f7
TT
42662012-06-11 Tom Tromey <tromey@redhat.com>
4267
4268 * infrun.c (handle_inferior_event)
4269 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
4270 breakpoint.
4271 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
4272 exception logic in all cases. Update comments.
4273 (insert_longjmp_resume_breakpoint): Set the exception resume
4274 breakpoint.
4275
2e81047f
MR
42762012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
4277
4278 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
4279
4e32eda7
SCR
42802012-06-09 Siva Chandra Reddy <sivachandra@google.com>
4281
4282 * valarith.c (binop_types_user_defined_p): Fix a typo.
4283
18648a37 42842012-06-08 Yao Qi <yao@codesourcery.com>
f782ad9b 4285 Chung-Lin Tang <cltang@codesourcery.com>
18648a37
YQ
4286
4287 * arch-utils.c (default_return_in_first_hidden_param_p): New.
4288 * arch-utils.h: Declare.
4289 * gdbarch.sh: Add return_in_first_hidden_param_p.
4290 * gdbarch.c, gdbarch.h: Regenerated.
4291 * infcall.c (call_function_by_hand): Call
4292 gdbarch_return_in_first_hidden_param_p instead of
4293 language_pass_by_reference.
4294
4295 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
4296 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
4297 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
4298 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
4299 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
4300 `cplus_return_struct_by_reference'.
4301 (tic6x_return_value): Handle language cplusplus.
4302 (tic6x_return_in_first_hidden_param_p): New.
4303 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
4304
034e5797
DE
43052012-06-07 Doug Evans <dje@google.com>
4306
4307 * dwarf2read.c (dwarf2_cu): Add comment.
4308
6a00aa1e
MR
43092012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4310
4311 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
4312 variable.
4313 (mips_eabi_push_dummy_call): Likewise.
4314 (mips_n32n64_push_dummy_call): Likewise.
4315 (mips_o32_push_dummy_call): Likewise.
4316 (mips_o64_push_dummy_call): Likewise.
4317
eaa05d59
MR
43182012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4319
4320 * mips-tdep.c (mips_convert_register_p): Correct coding style.
4321
de13fcf2
MR
43222012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4323
4324 * mips-tdep.c (mips_pseudo_register_type): Use
4325 mips_float_register_p.
4326
c3a01a22
PA
43272012-06-06 Pedro Alves <palves@redhat.com>
4328
4329 * infrun.c (handle_inferior_event): Remove calls to
4330 reinit_frame_cache that follow a context_switch call.
4331
d25f45d9
PA
43322012-06-06 Pedro Alves <palves@redhat.com>
4333
4334 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
4335 context_switch and remove stale comment.
4336
359f5fe6
PA
43372012-06-06 Pedro Alves <palves@redhat.com>
4338
4339 * infrun.c (struct execution_control_state): Remove
4340 `new_thread_event' field.
4341 (handle_inferior_event): Simplify new threads handling; don't
4342 resume the inferior if we find a new thread.
4343
2d4c29c5
TS
43442012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4345
4346 * NEWS: Document the deprecation of SH's 'regs' command.
4347 * inferior.h (all_registers_info): Add function declaration.
4348 * sh-tdep.c (sh_show_regs): Remove variable.
4349 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
4350 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
4351 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
4352 (sh_show_regs_command): Remove functions.
4353 (sh_gdbarch_init): Don't set sh_show_regs.
4354 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
4355 'info all-registers'.
4356 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
4357 (sh64_show_regs): Remove functions.
4358 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
4359
f5f1cdb6
JK
43602012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4361
4362 * configure.ac: Move development=true below AC_INIT.
4363 * configure: Regenerate.
4364
bf6309af
SS
43652012-06-05 Stan Shebs <stan@codesourcery.com>
4366
4367 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
4368 gdb_stdout.
4369
45aa4659
JK
43702012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
4371
4372 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
4373 argument as ssize_t.
4374 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
4375 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
4376 * target.c (target_read_stack, target_write_memory)
4377 (target_write_raw_memory): Likewise.
4378 * target.h (target_read_stack, target_write_memory)
4379 (target_write_raw_memory): Likewise.
4380
1b162304
JK
43812012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4382
4383 * symfile-mem.c: Change gdb_static_assert to ssize_t.
4384 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
4385 * target.c (target_read_memory): Change LEN to ssize_t.
4386 * target.h (target_read_memory): Change LEN to ssize_t.
4387
8556afb4
PA
43882012-06-05 Pedro Alves <palves@redhat.com>
4389
4390 PR backtrace/13866
4391
4392 * breakpoint.c (until_break_command): Only fetch the selected
4393 frame after decode_line_1.
4394
fb139f32
PA
43952012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4396
4397 * solib-svr4.c (enable_break): Don't fallback to setting the solib
4398 event breakpoint at _start, __start or main if a program
4399 interpreter is not found.
4400
a8e1bb34
JB
44012012-06-05 Joel Brobecker <brobecker@adacore.com>
4402
4403 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
4404 Add declaration.
4405 * windows-tdep.c: #include "objfiles.h".
4406 (windows_iterate_over_objfiles_in_search_order): New function.
4407 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
4408 iterate_over_objfiles_in_search_order gdbarch method to
4409 windows_iterate_over_objfiles_in_search_order.
4410 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
4411
19630284
JB
44122012-06-05 Joel Brobecker <brobecker@adacore.com>
4413
4414 * gdbarch.sh: Add generation of
4415 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
4416 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
4417 (iterate_over_objfiles_in_search_order): New gdbarch method.
4418 * gdbarch.h, gdbarch.c: Regenerate.
4419 * objfiles.h (default_iterate_over_objfiles_in_search_order):
4420 Add declaration.
4421 * objfiles.c (default_iterate_over_objfiles_in_search_order):
4422 New function.
4423 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4424 out of lookup_symbol_aux_symtabs.
4425 (lookup_symbol_aux_symtabs): Replace extracted-out code by
4426 call to lookup_symbol_aux_objfile.
4427 (struct global_sym_lookup_data): New type.
4428 (lookup_symbol_global_iterator_cb): New function.
4429 (lookup_symbol_global): Search for symbol using
4430 gdbarch_iterate_over_objfiles_in_search_order and
4431 lookup_symbol_global_iterator_cb.
4432 * findvar.c (struct minsym_lookup_data): New type.
4433 (minsym_lookup_iterator_cb): New function.
4434 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
4435 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
4436 and minsym_lookup_iterator_cb.
4437
67ff19f7
JB
44382012-06-05 Joel Brobecker <brobecker@adacore.com>
4439
4440 Revert the following patch:
4441 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4442 try locating the symbol in the symbol's own objfile first, before
4443 extending the search to all objfiles.
4444 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4445 out of lookup_symbol_aux_symtabs.
4446 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4447 Replace extracted-out code by call to lookup_symbol_aux_objfile.
4448 Do not search EXCLUDE_OBJFILE.
4449 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
4450 (lookup_symbol_global): Search for matches in the block's objfile
4451 first, before searching all other objfiles.
4452
ccab2054
JB
44532012-06-05 Joel Brobecker <brobecker@adacore.com>
4454
4455 * breakpoint.c (find_condition_and_thread): Stop parsing
4456 as soon as the first invalid keyword is found.
4457
e23d4a9c
JB
44582012-06-05 Joel Brobecker <brobecker@adacore.com>
4459
4460 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
4461
70160166
JB
44622012-06-05 Joel Brobecker <brobecker@adacore.com>
4463
4464 * config/djgpp/djcheck.sh: Add copyright header.
4465
399501a5
JB
44662012-06-05 Joel Brobecker <brobecker@adacore.com>
4467
4468 * copyright.py (update_files, main): Fix path to update-copyright
4469 script.
4470
3770a159
JB
44712012-06-05 Joel Brobecker <brobecker@adacore.com>
4472
4473 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
4474 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
4475 for which a reminder to update by hand is printed.
4476
4aad0dfc
DE
44772012-06-04 Doug Evans <dje@google.com>
4478
4479 * buildsym.c (make_blockvector): Add comment.
4480
1f8cf220
PA
44812012-06-04 Pedro Alves <palves@redhat.com>
4482
4483 * arch-utils.c (default_gdb_signal_from_target): Delete.
4484 * arch-utils.h (default_gdb_signal_from_target): Delete.
4485 * corelow.c (core_open) <signal mapping>: Extended comment. Check
4486 gdbarch_gdb_signal_from_target_p.
4487 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
4488 predicate).
4489 * gdbarch.h: Regenerate.
4490 * gdbarch.c: Regenerate.
4491
86b49880
PA
44922012-06-04 Pedro Alves <palves@redhat.com>
4493
4494 * gdbarch.sh (gdb_signal_from_target): Mention that the
4495 implementation of the method must be host independent.
4496 * gdbarch.h: Regenerate.
4497
fe78531d
JK
44982012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4499
4500 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
4501 parameters.
4502 (target_read_memory_bfd): New function.
4503 (symbol_file_add_from_memory): Use it.
4504
d790cf0a
DE
45052012-06-03 Doug Evans <dje@google.com>
4506
78e5175a
DE
4507 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
4508 of primary symtab.
4509 (basic_lookup_transparent_type): Ditto.
4510
d790cf0a
DE
4511 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
4512 (ALL_PRIMARY_SYMTABS): Use it.
4513 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
4514 * dwarf2read.c (dw2_find_symbol_file): Ditto.
4515 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
4516 * symtab.c (lookup_symbol_aux_objfile): Ditto.
4517 (basic_lookup_transparent_type): Ditto.
4518
c6e5ee5e
SDJ
45192012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
4520
4521 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
4522 it to optimize resolution of demangled name.
4523
a68ffae9
JK
45242012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4525
4526 * configure.ac (development): Define new variable.
4527 Call AC_CHECK_LIB for mcheck if $development.
4528 (ERROR_ON_WARNING): Enable it by default only if $development.
4529 * config.in: Regenerate.
4530 * configure: Regenerate.
4531
5299c1c4
JK
45322012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
4533
4534 * target.c (target_read_memory): Make LEN argument as size_t.
4535 * target.h (target_read_memory): Likewise.
4536
45372012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7c71816c
JK
4538
4539 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
4540
0c56f59b
EBM
45412012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
4542
4543 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
4544 BookE interface for PowerPC server processors if not available
4545 in the Linux Kernel.
4546
71bdabee
KS
45472012-05-31 Keith Seitz <keiths@redhat.com>
4548
4549 * linespec.c (decode_objc): Add cleanup to free
4550 INFO.FILE_SYMTABS.
4551 (find_linespec_symbols): Add cleanup to free CLASSES.
4552 * symfile.c (find_separate_debug_file_by_debuglink): Add
4553 cleanup to free DEBUGLINK.
4554 * ui-out.c (clear_header_list): No need to check if
4555 HEADER_NEXT.COLHDR is NULL.
4556 Free HEADER_NEXT.COL_NAME.
4557
acbd605d
MGD
45582012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4559
4560 * ada-lang.c (standard_lookup): Prevent uninitialized variable
4561 warning.
4562
65662cde
PA
45632012-05-30 Jeff Kenton <jkenton@tilera.com>
4564
4565 * configure.host (gdb_host_cpu): Handle tilegx*.
4566 (gdb_host): Handle tilegx-*-linux*.
4567 * tilegx-linux-nat.c: New file.
4568 * config/tilegx/linux.mh: New file.
4569
ade64f0e
PA
45702012-05-30 Jeff Kenton <jkenton@tilera.com>
4571
4572 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
4573 tilegx-linux-tdep.o.
4574 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
4575 tilegx-linux-tdep.c.
4576 * configure.tgt: Handle tilegx-*-linux*.
4577 * tilegx-tdep.h: New file.
4578 * tilegx-tdep.c: New file.
4579 * tilegx-linux-tdep.c: New file.
4580 * regformats/reg-tilegx.dat: New file.
4581
bb08bdbd
EBM
45822012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
4583
4584 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
4585 accounting of hw watchpoints on ppc.
4586
ebd86fb5
TJB
45872012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4588
4589 * source.c (openp): Expand tilde in path entries.
4590
0a0edcd5
DE
45912012-05-29 Doug Evans <dje@google.com>
4592
98cc87bd
DE
4593 * buildsym.c (block_compar): Fix comment.
4594 (end_symtab): Fix and clarify some comments.
4595
0a0edcd5
DE
4596 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
4597 cleanup_undefined_types.
4598 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
4599 All callers updated.
4600
6f0c7050
TT
46012012-05-29 Tom Tromey <tromey@redhat.com>
4602
4603 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
4604 fails.
4605 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
4606 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
4607 fails.
4608 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
4609 fails.
4610
ec95993c
TG
46112012-05-29 Tristan Gingold <gingold@adacore.com>
4612
4613 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
4614 (struct darwin_info): ... New struct.
4615 (solib_darwin_pspace_data): New variable.
4616 (darwin_pspace_data_cleanup): New function.
4617 (get_darwin_info): Likewise.
4618 (darwin_dyld_version_ok, darwin_load_image_infos)
4619 (darwin_solib_get_all_image_info_addr_at_init)
4620 (darwin_solib_read_all_image_info_addr): Add info argument.
4621 Adjust code.
4622 (darwin_current_sos): Use per pspace structure.
4623 (darwin_solib_create_inferior_hook): Likewise.
4624 (darwin_clear_solib): Likewise.
4625 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
4626
ae25568b
PA
46272012-05-28 Pedro Alves <palves@redhat.com>
4628
4629 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
4630 block that uses them. Clear ecss before handling each event.
4631
0c5bf5a9
JK
46322012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4633
4634 * solib-svr4.c (svr4_current_sos): New comment on
4635 svr4_current_sos_via_xfer_libraries fall back.
4636
bfb05775
JK
46372012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4638
4639 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
4640 it as a fallback for TYPE_IS_OPAQUE.
4641 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
4642 symbols for lookup_symbol.
4643
685b1105
JK
46442012-05-24 John Steele Scott <toojays@toojays.net>
4645
4646 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
4647 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
4648 (producer_is_gxx_lt_4_6): Move the checking and caching to...
4649 (check_producer): ... this new function, which also checks for ICC
4650 and caches the result.
4651 (producer_is_icc): New function.
4652 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
4653 producer was ICC.
4654
22203bbf
PA
46552012-05-24 Pedro Alves <palves@redhat.com>
4656
4657 PR gdb/7205
4658
4659 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
4660 (default_gdb_signal_to_target): ... this. Add comment.
4661 (default_gdb_signal_from_host): Rename to ...
4662 (default_gdb_signal_from_target): ... this. Add comment.
4663 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
4664 (default_gdb_signal_to_target): ... this.
4665 (default_gdb_signal_from_host): Rename to ...
4666 (default_gdb_signal_from_target): ... this.
4667 * corelow.c (core_open): Adjust to naming change. Replace comment.
4668 * gdbarch.sh (gdb_signal_from_host): Rename to ...
4669 (gdb_signal_from_target): ... this. Adjust to
4670 default_gdb_signal_from_host naming change. Extend comment.
4671 (gdb_signal_to_host): Rename to ...
4672 (gdb_signal_to_target): ... this. Adjust to
4673 default_gdb_signal_to_host naming change.
4674 * gdbarch.h, gdbarch.c: Renegerate.
4675
a493e3e2
PA
46762012-05-24 Pedro Alves <palves@redhat.com>
4677
4678 PR gdb/7205
4679
f782ad9b 4680 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
a493e3e2 4681
2ea28649
PA
46822012-05-24 Pedro Alves <palves@redhat.com>
4683
4684 PR gdb/7205
4685
4686 Replace target_signal with gdb_signal throughout.
4687
b09846a9
PA
46882012-05-24 Pedro Alves <palves@redhat.com>
4689
4690 PR tui/14159
4691
4692 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
4693 string, instead of reusing the va_list argument.
4694
e77c107e
TT
46952012-05-24 Tom Tromey <tromey@redhat.com>
4696
4697 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
4698 Remove.
4699
9fccedf7
DE
47002012-05-23 Doug Evans <dje@google.com>
4701
d50bd42b
DE
4702 * symtab.c (search_symbols): Formatting fixes.
4703 (print_symbol_info): Formatting fixes.
4704
9fccedf7
DE
4705 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
4706 int64_t change to leb128 API.
4707 (read_encoded_value, decode_frame_entry_1): Ditto.
4708 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
4709 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
4710 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4711 (execute_stack_op): Ditto.
4712 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
4713 (safe_read_uleb128, safe_read_sleb128): Ditto.
4714 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
4715 (dwarf2_compile_expr_to_ax): Ditto.
4716 (locexpr_describe_location_piece): Ditto.
4717 (disassemble_dwarf_expression): Ditto.
4718 (locexpr_describe_location_1): Ditto.
4719
f3e0e960
SS
47202012-05-23 Stan Shebs <stan@codesourcery.com>
4721 Kwok Cheung Yeung <kcy@codesourcery.com>
4722
4723 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
4724 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
4725 (mi-cmd-info.o): New rule.
4726 * osdata.h (info_osdata_command): New declaration.
4727 * osdata.c (info_osdata_command): Change to non-static.
4728 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
4729 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
4730 * mi/mi-cmd-info.c: New file.
4731
c51fe631
DE
47322012-05-23 Doug Evans <dje@google.com>
4733
71cddcc1
DE
4734 * symtab.c (search_symbols): Pass NULL for file_matcher to
4735 expand_symtabs_matching if there are no files to match.
4736
c51fe631
DE
4737 * gdbtypes.c (lookup_typename): Simplify.
4738
a79378d4
PA
47392012-05-23 Pedro Alves <palves@redhat.com>
4740
4741 * arch-utils.h (default_target_signal_to_host): Delete.
4742 * arch-utils.c (default_target_signal_to_host): Delete.
4743 * gdbarch.sh (target_signal_to_host): Remove.
4744 * gdbarch.h, gdbarch.c: Regenerate.
4745
f664829e
DE
47462012-05-22 Doug Evans <dje@google.com>
4747
4748 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
4749 "const gdb_byte *".
4750 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
4751 (execute_cfa_program): Update to match API of leb128 functions.
4752 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
4753 "const gdb_byte *".
4754 (read_unsigned_leb128, read_signed_leb128): Delete.
4755 (read_initial_length): Change type of buf argument to
4756 "const gdb_byte *".
4757 (read_encoded_value): Update to match API of leb128 functions.
4758 (decode_frame_entry): Change result to "const gdb_byte *", and
4759 similarly for "start" parameter.
4760 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
4761 (dwarf2_build_frame_info): Change local frame_ptr to
4762 "const gdb_byte *".
4763 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
4764 read_uleb128, read_sleb128. All callers updated.
4765 (safe_skip_leb128): New function.
4766 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
4767 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
4768 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
4769 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
4770 read_uleb128, read_sleb128.
4771 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4772 (execute_stack_op): Update to match API of leb128 functions.
4773 * dwarf2expr.h: #include "leb128.h".
4774 (read_uleb128, read_sleb128): Delete.
4775 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
4776 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
4777 * dwarf2loc.c (debug_loc_kind): New enum.
4778 (decode_debug_loc_addresses): New function.
4779 (decode_debug_loc_dwo_addresses): New function.
4780 (dwarf2_find_location_expression): Rewrite.
4781 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
4782 (locexpr_describe_location_piece): Ditto.
4783 (disassemble_dwarf_expression): Ditto.
4784 (locexpr_describe_location_1): Ditto.
4785 (loclist_describe_location): Rewrite.
4786 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
4787 * dwarf2read.c (die_reader_specs): New member "buffer_end".
4788 (dwarf2_section_buffer_overflow_complaint): Renamed from
4789 dwarf2_macros_too_long_complaint. All callers updated.
4790 (skip_leb128): Delete.
4791 (init_cu_die_reader): Initialize reader->buffer_end.
4792 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
4793 (skip_form_bytes): New arg buffer_end. All callers updated.
4794 Replace call to skip_leb128 with gdb_skip_leb128.
4795 (skip_unknown_opcode): New arg mac_end. All callers updated.
4796 (fill_in_loclist_baton): Initialize baton->from_dwo.
4797
837a1b32
MR
47982012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4799
4800 * mips-linux-nat.c (mips_linux_read_description): Use a more
4801 verbose error message.
4802
d0e64392
MR
48032012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4804
4805 * NEWS: Add MIPS/Linux DSP support.
4806 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
4807 (SIGCONTEXT_DSPCTL): New macro.
4808 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
4809 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
4810 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
4811 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
4812 (N64_SIGCONTEXT_HI3): Likewise.
4813 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
4814 (N64_SIGCONTEXT_LO3): Likewise.
4815 (N64_SIGCONTEXT_DSPCTL): Likewise.
4816 (N64_SIGCONTEXT_FPCSR): Clarify definition.
4817 (mips_linux_o32_sigframe_init): Handle DSP registers.
4818 (mips_linux_n32n64_sigframe_init): Likewise.
4819
8bea7ed1
PM
48202012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
4821
4822 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
4823 call to abort.
4824
dab06dbe
PA
48252012-05-22 Pedro Alves <palves@redhat.com>
4826
4827 * target.h (store_waitstatus): Move declaration ...
4828 * inf-child.h (store_waitstatus): ... here.
4829 * target.c: Move inclusion of gdb_wait.h, and ...
4830 (store_waitstatus): ... this ...
4831 * inf-child.c: ... here.
4832 * linux-nat.c: Include inf-child.h.
4833 * rs6000-nat.c: Include inf-child.h.
4834 * spu-linux-nat.c: Include inf-child.h.
4835
43011e52
PM
48362012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
4837
4838 * tracepoint.c (start_tracing): Add missing i18n markup.
4839 (stop_tracing, set_trace_user): Ditto.
4840 (set_trace_notes, set_trace_stop_notes): Ditto.
4841
b1af9e97
TT
48422012-05-21 Tom Tromey <tromey@redhat.com>
4843
4844 PR c++/7173:
4845 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
4846 types.
4847 * value.h (value_cast_pointers): Update.
4848 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
4849 (value_cast): Update.
4850 (update_search_result): New function.
4851 (do_search_struct_field): New, from search_struct_field. Check
4852 for ambiguous results.
4853 (search_struct_field): Rewrite.
4854 * infcall.c (value_arg_coerce): Update.
4855 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
4856 value_cast_pointers.
4857 * ada-lang.c (ada_convert_actual): Update.
4858
e9e5e6b3
TT
48592012-05-21 Tom Tromey <tromey@redhat.com>
4860
4861 * macroexp.c (macro_stringify): Terminate the string.
4862
1564a261
JK
48632012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4864
4865 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
4866 Describe it.
4867 * auto-load.c (auto_load_expand_dir_vars): New function.
4868 (auto_load_safe_path_vec_update): Use it, remove the
4869 substitute_path_component call thanks to it.
4870 (auto_load_objfile_script): Remove the debug_file_directory processing.
4871 Use auto_load_expand_dir_vars, remove the substitute_path_component
4872 call thanks to it.
4873 * configure: Regenerate.
4874 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
4875 path. Escape $ also for $debugdir.
4876 (--with_auto_load_safe_path): Escape $ also for $debugdir.
4877 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
4878
a3ec0bb1
DE
48792012-05-20 Doug Evans <dje@google.com>
4880
4881 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
4882 before use. Check for symtab->includes == NULL before scanning it.
4883
d467df4e
MR
48842012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4885
4886 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
4887
4cc0665f
MR
48882012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4889
4890 * NEWS: Add microMIPS support and "set mips compression",
4891 "show mips compression" commands.
4892 * mips-tdep.h (mips_isa): New enum.
4893 (gdbarch_tdep): Add mips_isa.
4894 (mips_pc_is_mips16): Update prototype.
4895 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
4896 * mips-tdep.c (mips_compression_mips16): New variable.
4897 (mips_compression_micromips): Likewise.
4898 (mips_compression_strings): Likewise.
4899 (mips_compression_string): Likewise.
4900 (is_mips16_isa, is_micromips_isa): New functions.
4901 (is_mips16_addr): Rename to...
4902 (is_compact_addr): ... this.
4903 (unmake_mips16_addr): Likewise to...
4904 (unmake_compact_addr): ... this.
4905 (make_mips16_addr): Likewise to...
4906 (make_compact_addr): ... this.
4907 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
4908 functions.
4909 (mips_elf_make_msymbol_special): Handle microMIPS code.
4910 (msymbol_is_special): Rename to...
4911 (msymbol_is_mips16): ... this.
4912 (mips_make_symbol_special, mips_pc_is_mips16): Update
4913 accordingly.
4914 (msymbol_is_mips, msymbol_is_micromips): New functions.
4915 (mips16_to_32_reg): Rename to...
4916 (mips_reg3_to_reg): ... this.
4917 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
4918 (mips_pc_isa): Likewise.
4919 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
4920 code.
4921 (mips_fetch_instruction): Pass return status instead of printing
4922 an error message if requested. Handle microMIPS code. Bail out
4923 on an invalid ISA.
4924 (micromips_op): New macro.
4925 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
4926 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
4927 (b6s4_op, b7s3_reg): Likewise.
4928 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
4929 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
4930 (mips_insn_size): New function.
4931 (mips32_next_pc): Update mips_fetch_instruction call.
4932 (micromips_relative_offset7): New function.
4933 (micromips_relative_offset10): Likewise.
4934 (micromips_relative_offset16): Likewise.
4935 (micromips_pc_insn_size): Likewise.
4936 (micromips_bc1_pc): Likewise.
4937 (micromips_next_pc): Likewise.
4938 (unpack_mips16): Update mips_fetch_instruction call.
4939 (extended_mips16_next_pc): Update according to change to
4940 mips16_to_32_reg.
4941 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
4942 code.
4943 (mips16_scan_prologue): Update mips_fetch_instruction call.
4944 Update according to change to mips16_to_32_reg.
4945 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
4946 (mips_insn16_frame_base_sniffer): Likewise.
4947 (micromips_decode_imm9): New function.
4948 (micromips_scan_prologue): Likewise.
4949 (mips_micro_frame_cache): Likewise.
4950 (mips_micro_frame_this_id): Likewise.
4951 (mips_micro_frame_prev_register): Likewise.
4952 (mips_micro_frame_sniffer): Likewise.
4953 (mips_micro_frame_unwind): New variable.
4954 (mips_micro_frame_base_address): New function.
4955 (mips_micro_frame_base): New variable.
4956 (mips_micro_frame_base_sniffer): New function.
4957 (mips32_scan_prologue): Update mips_fetch_instruction call.
4958 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
4959 rather than for MIPS16.
4960 (mips_insn32_frame_base_sniffer): Likewise.
4961 (mips_addr_bits_remove): Handle microMIPS code.
4962 (deal_with_atomic_sequence): Rename to...
4963 (mips_deal_with_atomic_sequence): ... this. Update the type
4964 of the variable used to hold an instruction. Remove the ISA bit
4965 check. Update mips_fetch_instruction call.
4966 (micromips_deal_with_atomic_sequence): New function.
4967 (deal_with_atomic_sequence): Likewise.
4968 (mips_about_to_return): Handle microMIPS code. Update
4969 mips_fetch_instruction call.
4970 (heuristic_proc_start): Check for the standard MIPS ISA rather
4971 than for MIPS16. Update mips_pc_is_mips16 and
4972 mips_fetch_instruction calls. Handle microMIPS code.
4973 (mips_push_dummy_code): Handle microMIPS code.
4974 (mips_eabi_push_dummy_call): Likewise.
4975 (mips_o32_return_value): Update mips_pc_is_mips16 call.
4976 (mips_o64_push_dummy_call): Handle microMIPS code.
4977 (mips_o64_return_value): Update mips_pc_is_mips16 call.
4978 (is_delayed): Remove function.
4979 (mips_single_step_through_delay): Replace the call to is_delayed
4980 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
4981 Handle microMIPS code.
4982 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
4983 microMIPS code.
4984 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
4985 call.
4986 (micromips_in_function_epilogue_p): New function.
4987 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
4988 call.
4989 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
4990 Handle microMIPS.
4991 (gdb_print_insn_mips): Likewise.
4992 (mips_breakpoint_from_pc): Likewise.
4993 (mips_remote_breakpoint_from_pc): New function.
4994 (mips32_instruction_has_delay_slot): Simplify making use of the
4995 updated mips_fetch_instruction interface.
4996 (micromips_instruction_has_delay_slot): New function.
4997 (mips16_instruction_has_delay_slot): Simplify making use of the
4998 updated mips_fetch_instruction interface.
4999 (mips_adjust_breakpoint_address): Check for the standard MIPS
f782ad9b 5000 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
4cc0665f
MR
5001 calls. Handle microMIPS code.
5002 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
5003 (mips_skip_trampoline_code): Handle microMIPS code.
5004 (global_mips_compression): New function.
5005 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
5006 file flags. Register the microMIPS remote breakpoint handler
5007 and heuristic frame unwinder.
5008 (show_mips_compression): New function.
5009 (_initialize_mips_tdep): Add the "set mips compression" and
5010 "show mips compression" commands.
5011
22e048c9
SDJ
50122012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
5013
5014 * ada-lang.c:
5015 * ada-tasks.c:
5016 * ada-varobj.c:
5017 * amd64-darwin-tdep.c:
5018 * arm-symbian-tdep.c:
5019 * arm-tdep.c:
5020 * avr-tdep.c:
5021 * ax-gdb.c:
5022 * bfin-linux-tdep.c:
5023 * breakpoint.c:
5024 * c-valprint.c:
5025 * cli/cli-cmds.c:
5026 * coffread.c:
5027 * cp-support.c:
5028 * cris-tdep.c:
5029 * dwarf2-frame-tailcall.c:
5030 * dwarf2-frame.c:
5031 * dwarf2expr.c:
5032 * dwarf2loc.c:
5033 * dwarf2read.c:
5034 * elfread.c:
5035 * eval.c:
5036 * expprint.c:
5037 * f-valprint.c:
5038 * frv-tdep.c:
5039 * h8300-tdep.c:
5040 * hppa-hpux-tdep.c:
5041 * hppa-tdep.c:
5042 * hppanbsd-tdep.c:
5043 * i386-nto-tdep.c:
5044 * i386-tdep.c:
5045 * i387-tdep.c:
5046 * ia64-tdep.c:
5047 * jit.c:
5048 * linespec.c:
5049 * linux-tdep.c:
5050 * lm32-tdep.c:
5051 * m2-valprint.c:
5052 * m32c-tdep.c:
5053 * m32r-rom.c:
5054 * m32r-tdep.c:
5055 * m68k-tdep.c:
5056 * m68klinux-tdep.c:
5057 * mi/mi-main.c:
5058 * microblaze-tdep.c:
5059 * mips-linux-tdep.c:
5060 * mips-tdep.c:
5061 * mn10300-tdep.c:
5062 * p-valprint.c:
5063 * parse.c:
5064 * ppc-linux-tdep.c:
5065 * ppc-sysv-tdep.c:
5066 * printcmd.c:
5067 * python/py-finishbreakpoint.c:
5068 * python/py-inferior.c:
5069 * python/py-infthread.c:
5070 * python/py-type.c:
5071 * python/python.c:
5072 * remote-fileio.c:
5073 * remote-m32r-sdi.c:
5074 * remote-mips.c:
5075 * reverse.c:
5076 * rl78-tdep.c:
5077 * rs6000-aix-tdep.c:
5078 * rs6000-tdep.c:
5079 * s390-tdep.c:
5080 * score-tdep.c:
5081 * sh64-tdep.c:
5082 * skip.c:
5083 * solib-darwin.c:
5084 * solib-dsbt.c:
5085 * solib-frv.c:
5086 * sparc-tdep.c:
5087 * spu-multiarch.c:
5088 * spu-tdep.c:
5089 * stack.c:
5090 * symfile.c:
5091 * symtab.c:
5092 * tic6x-tdep.c:
5093 * tracepoint.c:
5094 * v850-tdep.c:
5095 * valarith.c:
5096 * valprint.c:
5097 * value.c:
5098 * xcoffread.c:
5099 * xtensa-tdep.c:
5100 * ada-lang.c:
5101 * ada-tasks.c:
5102 * ada-varobj.c:
5103 * amd64-darwin-tdep.c:
5104 * arm-symbian-tdep.c:
5105 * arm-tdep.c: Delete unused variables.
5106
aff139ff
JK
51072012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5108
5109 Rename $ddir to $datadir.
5110 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
5111 * auto-load.c (auto_load_safe_path_vec_update)
5112 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
5113 * configure: Regenerate.
5114 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
5115 Likewise. Remove the 'use $ddir' help string.
5116
f7bfa992
JK
51172012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5118
5119 * auto-load.c (show_auto_load_safe_path): Accept any combination of
5120 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
5121
9cb709b6
TT
51222012-05-18 Tom Tromey <tromey@redhat.com>
5123
5124 PR exp/13907:
5125 * valprint.h (struct value_print_options) <symbol_print>: New
5126 field.
5127 * valprint.c (user_print_options): Add default for symbol_print.
5128 (show_symbol_print): New function.
5129 (generic_val_print): Respect symbol_print.
5130 (_initialize_valprint): Add "print symbol" setting.
5131 * f-valprint.c (f_val_print): Respect symbol_print.
5132 * c-valprint.c (c_val_print): Respect symbol_print.
5133 * NEWS: Update.
5134 * printcmd.c (print_address_symbolic): Return int. Ignore some
5135 zero-size symbols.
5136 (print_address_demangle): Return int.
5137 * defs.h: (print_address_symbolic): Return int.
5138 * value.h (print_address_demangle): Return int.
5139
b012acdd
TT
51402012-05-18 Tom Tromey <tromey@redhat.com>
5141
5142 * valprint.c (val_print_string): Don't print leading space.
5143 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
5144 print space before string or vtbl.
5145 * m2-valprint.c (print_unpacked_pointer): Optionally print space
5146 before string.
5147 * jv-valprint.c (java_value_print): Print space before string.
5148 * go-valprint.c (print_go_string): Print space before string.
5149 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
5150 space before string.
5151 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
5152 space before string or vtbl.
5153 * auxv.c (fprint_target_auxv): Print space after address.
5154
1d51a733
TT
51552012-05-18 Tom Tromey <tromey@redhat.com>
5156
5157 * printcmd.c (print_address_demangle): Remove special case for 0.
5158
edf0c1b7
TT
51592012-05-18 Tom Tromey <tromey@redhat.com>
5160
5161 * printcmd.c (print_address_demangle): Add 'opts' argument.
5162 * p-valprint.c (pascal_val_print): Update.
5163 * jv-valprint.c (java_val_print): Update.
5164 * value.h: Update.
5165 * valprint.c (generic_val_print): Update.
5166 (print_function_pointer_address): Add 'options' argument. Remove
5167 'addressprint' argument. Update.
5168 * m2-valprint.c (print_unpacked_pointer): Update.
5169 * gnu-v3-abi.c (print_one_vtable): Update.
5170 (gnuv3_print_method_ptr): Update.
5171 * f-valprint.c (f_val_print): Update.
5172 * cp-valprint.c (cp_print_value_fields): Update.
5173 * valprint.h (print_function_pointer_address): Update.
5174 * c-valprint.c (c_val_print): Update.
5175
9703b513
TT
51762012-05-18 Tom Tromey <tromey@redhat.com>
5177
5178 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
5179 directly corresponding to the found psymtab.
5180 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
5181 (dw2_find_pc_sect_symtab): Use it.
5182 * block.h (blockvector_contains_pc): Declare.
5183 * block.c (find_block_in_blockvector): New function.
5184 (blockvector_for_pc_sect): Use it.
5185 (blockvector_contains_pc): New function.
5186
5a439849
MR
51872012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5188
5189 * mips-tdep.h (mips_write_pc): New prototype.
5190 * mips-tdep.c (mips_write_pc): Make external, add description.
5191 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
5192 add description.
5193
8376de04
MR
51942012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5195
5196 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
5197 mips_regnum->pc.
5198 (mips_unwind_pc, mips_write_pc): Likewise.
5199 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
5200 gdbarch_read_pc.
5201
d3581e61
JB
52022012-05-17 Joel Brobecker <brobecker@adacore.com>
5203
5204 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
5205 proc_warn, proc_error, proc_get_status, proc_flags,
5206 proc_why, proc_what, proc_nsysarg, proc_sysargs,
5207 proc_set_run_on_last_close, proc_unset_run_on_last_close,
5208 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
5209 proc_stop_process, proc_wait_for_stop, proc_run_process,
5210 proc_set_traced_signals, proc_set_traced_faults,
5211 proc_set_traced_sysentry, proc_set_traced_sysexit,
5212 proc_set_held_signals, proc_get_held_signals,
5213 proc_get_traced_signals, proc_get_traced_faults,
5214 proc_get_traced_sysentry, proc_get_traced_sysexit,
5215 proc_clear_current_fault, proc_set_current_signal,
5216 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
5217 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
5218 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
5219 proc_get_current_thread, proc_get_current_thread,
5220 proc_get_current_thread, proc_update_threads,
5221 proc_update_threads, proc_update_threads, proc_update_threads,
5222 proc_iterate_over_threads, procfs_find_new_threads,
5223 procfs_pid_to_str): Make static. Remove advance declaration.
5224 (proc_cursig): Make static. Conditionalized defintion on
5225 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
5226 (proc_syscall, proc_set_kill_on_last_close,
5227 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
5228 proc_get_pending_signals, proc_get_signal_actions,
5229 proc_trace_signal, proc_ignore_signal): Delete.
5230
81b9b86e
SDJ
52312012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
5232
5233 * coffread.c (cs_section_address): Passing proper argument for
5234 `bfd_get_section_vma'.
5235 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
5236 `bfd_get_section_flags'.
5237 * remote.c (remote_trace_set_readonly_regions): Likewise, for
5238 `bfd_get_section_vma'.
5239
abc9d0dc
TT
52402012-05-16 Tom Tromey <tromey@redhat.com>
5241
5242 PR macros/13205:
5243 * macrotab.h: (macro_define_special): Declare.
5244 (enum macro_special_kind): New.
5245 (struct macro_definition) <argc, replacement>: Update comments.
5246 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
5247 (macro_define_object_internal): New function.
5248 (macro_define_object): Use it.
5249 (macro_define_special): New function.
5250 (fixup_definition): New function.
5251 (macro_lookup_definition, foreach_macro_in_scope)
5252 (foreach_macro): Use fixup_definition.
5253 * macroexp.h (macro_stringify): Declare.
5254 * macroexp.c (free_buffer_return_text): New function.
5255 (stringify): Constify "arg".
5256 (macro_stringify): New function.
5257 * dwarf2read.c (macro_start_file): Call macro_define_special.
5258
6a3a010b 52592012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
f782ad9b 5260 Maciej W. Rozycki <macro@mips.com>
6a3a010b
MR
5261
5262 * breakpoint.h (bp_location): Add related_address member.
5263 * inferior.h (get_return_value): Take a pointer to struct value
5264 instead of struct type for the function requested.
5265 * value.h (using_struct_return): Likewise.
5266 * gdbarch.sh (return_value): Take a pointer to struct value
5267 instead of struct type for the function requested.
5268 * breakpoint.c (set_breakpoint_location_function): Initialize
5269 related_address for bp_gnu_ifunc_resolver breakpoints.
5270 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
5271 requested function's address to gdbarch_return_value.
5272 * eval.c (evaluate_subexp_standard): Pass the requested
5273 function's address to using_struct_return.
5274 * infcall.c (call_function_by_hand): Pass the requested
5275 function's address to using_struct_return and
5276 gdbarch_return_value.
5277 * infcmd.c (get_return_value): Take a pointer to struct value
5278 instead of struct type for the function requested.
5279 (print_return_value): Update accordingly.
5280 (finish_command_continuation): Likewise.
5281 * stack.c (return_command): Pass the requested function's
5282 address to using_struct_return and gdbarch_return_value.
5283 * value.c (using_struct_return): Take a pointer to struct value
5284 instead of struct type for the function requested. Pass the
5285 requested function's address to gdbarch_return_value.
5286 * python/py-finishbreakpoint.c (finish_breakpoint_object):
5287 New function_value member, replacing function_type.
5288 (bpfinishpy_dealloc): Update accordingly.
5289 (bpfinishpy_pre_stop_hook): Likewise.
5290 (bpfinishpy_init): Likewise. Record the requested function's
5291 address.
5292 * mips-tdep.c (mips_fval_reg): New enum.
5293 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
5294 words put in GP registers.
5295 (mips_o64_push_dummy_call): Update a comment.
5296 (mips_o32_return_value): Take a pointer to struct value instead
5297 of struct type for the function requested and use it to check if
5298 using the MIPS16 calling convention. Return the designated
5299 general purpose registers for floating-point values returned in
5300 MIPS16 mode.
5301 (mips_o64_return_value): Likewise.
5302 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
5303 (ppc_sysv_abi_broken_return_value): Likewise.
5304 (ppc64_sysv_abi_return_value): Likewise.
5305 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
5306 value instead of struct type for the function requested.
5307 * amd64-tdep.c (amd64_return_value): Likewise.
5308 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
5309 * arm-tdep.c (arm_return_value): Likewise.
5310 * avr-tdep.c (avr_return_value): Likewise.
5311 * bfin-tdep.c (bfin_return_value): Likewise.
5312 * cris-tdep.c (cris_return_value): Likewise.
5313 * frv-tdep.c (frv_return_value): Likewise.
5314 * h8300-tdep.c (h8300_return_value): Likewise.
5315 (h8300h_return_value): Likewise.
5316 * hppa-tdep.c (hppa32_return_value): Likewise.
5317 (hppa64_return_value): Likewise.
5318 * i386-tdep.c (i386_return_value): Likewise.
5319 * ia64-tdep.c (ia64_return_value): Likewise.
5320 * iq2000-tdep.c (iq2000_return_value): Likewise.
5321 * lm32-tdep.c (lm32_return_value): Likewise.
5322 * m32c-tdep.c (m32c_return_value): Likewise.
5323 * m32r-tdep.c (m32r_return_value): Likewise.
5324 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
5325 * m68k-tdep.c (m68k_return_value): Likewise.
5326 (m68k_svr4_return_value): Likewise.
5327 * m88k-tdep.c (m88k_return_value): Likewise.
5328 * mep-tdep.c (mep_return_value): Likewise.
5329 * microblaze-tdep.c (microblaze_return_value): Likewise.
5330 * mn10300-tdep.c (mn10300_return_value): Likewise.
5331 * moxie-tdep.c (moxie_return_value): Likewise.
5332 * mt-tdep.c (mt_return_value): Likewise.
5333 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
5334 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
5335 (ppc_sysv_abi_broken_return_value): Likewise.
5336 (ppc64_sysv_abi_return_value): Likewise.
5337 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
5338 * rl78-tdep.c (rl78_return_value): Likewise.
5339 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
5340 * rx-tdep.c (rx_return_value): Likewise.
5341 * s390-tdep.c (s390_return_value): Likewise.
5342 * score-tdep.c (score_return_value): Likewise.
5343 * sh-tdep.c (sh_return_value_nofpu): Likewise.
5344 (sh_return_value_fpu): Likewise.
5345 * sh64-tdep.c (sh64_return_value): Likewise.
5346 * sparc-tdep.c (sparc32_return_value): Likewise.
5347 * sparc64-tdep.c (sparc64_return_value): Likewise.
5348 * spu-tdep.c (spu_return_value): Likewise.
5349 * tic6x-tdep.c (tic6x_return_value): Likewise.
5350 * v850-tdep.c (v850_return_value): Likewise.
5351 * vax-tdep.c (vax_return_value): Likewise.
5352 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
5353 * xtensa-tdep.c (xtensa_return_value): Likewise.
5354 * gdbarch.c: Regenerate.
5355 * gdbarch.h: Regenerate.
5356
29ca12b3
TT
53572012-05-15 Tom Tromey <tromey@redhat.com>
5358
5359 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
5360
588ae58c
JB
53612012-05-15 Joel Brobecker <brobecker@adacore.com>
5362
5363 * breakpoint.c (init_breakpoint_sal): Add quotes around part
5364 of command in two error message.
5365
855a6e68
JB
53662012-05-15 Joel Brobecker <brobecker@adacore.com>
5367
5368 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
5369
d634f2de
JB
53702012-05-15 Joel Brobecker <brobecker@adacore.com>
5371
5372 * breakpoint.c (find_condition_and_thread): Minor reformatting.
5373
9cc815f5
JK
53742012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5375
5376 * NEWS (show auto-load scripts-directory): Add forgotten command.
5377
6a609e58
JK
53782012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5379
5380 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
5381 parameters.
5382
ac1438b5
L
53832012-05-14 H.J. Lu <hongjiu.lu@intel.com>
5384
5385 * amd64-tdep.c: Include features/i386/x32.c and
5386 features/i386/x32-avx.c.
5387 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
5388 initialize_tdesc_x32_avx.
5389
e7e0cddf
SS
53902012-05-14 Stan Shebs <stan@codesourcery.com>
5391
5392 Add dynamic printf.
5393 * breakpoint.h (enum bptype): New type bp_dprintf.
5394 (struct breakpoint): New field extra_string.
5395 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
5396 (create_breakpoint): Add extra_string arg.
5397 * breakpoint.c (dprintf_breakpoint_ops): New.
5398 (is_breakpoint): Add bp_dprintf.
5399 (bpstat_what): Add dprintf case.
5400 (bptype_string): Ditto.
5401 (print_one_breakpoint_location): Ditto.
5402 (init_bp_location): Ditto.
5403 (bkpt_print_mention): Ditto.
5404 (dprintf_style_enums): New array.
5405 (dprintf_style): New global.
5406 (dprintf_function): New global.
5407 (dprintf_channel): New global.
5408 (update_dprintf_command_list): New function.
5409 (update_dprintf_commands): New function.
5410 (init_breakpoint_sal): Add extra_string argument, handle it.
5411 (create_breakpoint_sal): Add extra_string argument.
5412 (create_breakpoints_sal): Add extra_string argument, update callers.
5413 (find_condition_and_thread): Add extra argument.
5414 (create_breakpoint): Add extra_string argument, record it.
5415 (dprintf_command): New function.
5416 (break_command_1): Add arg to create_breakpoint call.
5417 (handle_gnu_v3_exceptions): Ditto.
5418 (trace_command): Ditto.
5419 (ftrace_command): Ditto.
5420 (strace_command): Ditto.
5421 (bkpt_print_mention): Add dprintf case.
5422 (create_breakpoint_sal_default): Add extra_string argument.
5423 (_initialize_breakpoint): Add new commands.
5424 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
5425 * python/py-breakpoint.c (bppy_init): Ditto.
5426 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
5427
8ae38c14
MR
54282012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
5429
5430 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
5431
9f676e66
SCR
54322012-05-14 Siva Chandra Reddy <sivachandra@google.com>
5433
5434 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
5435 unsigned long long.
5436
7efc75aa
SCR
54372012-05-13 Siva Chandra Reddy <sivachandra@google.com>
5438
5439 Add a new function gdb.find_pc_line to the Python API.
5440 * NEWS (Python Scripting): Add entry about the new function.
5441 * python/python.c (gdbpy_find_pc_line): New function which
5442 implements gdb.find_pc_line.
5443 (GdbMethods): Add entry for the new function.
5444
70af3797
PA
54452012-05-12 Pedro Alves <palves@redhat.com>
5446
5447 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
5448 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
5449
06da564e
EZ
54502012-05-12 Eli Zaretskii <eliz@gnu.org>
5451
5452 * inferior.c: Include completer.h
5453 (initialize_inferiors): Set completer of add-inferior to
5454 filename_completer.
5455
0288cee2
L
54562012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5457
5458 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
5459 gdbarch_ptr_bit for x32 core dump.
5460
f6537a2c
L
54612012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5462
5463 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
5464 and features/i386/x32-avx-linux.c.
5465
85d4a676
SS
54662012-05-11 Stan Shebs <stan@codesourcery.com>
5467 Kwok Cheung Yeung <kcy@codesourcery.com>
5468
5469 * NEWS: Describe new info os commands.
5470 * common/linux-osdata.c (PID_T, TIME_T): Define.
5471 (MAX_PID_T_STRLEN): New.
5472 (linux_common_core_of_thread): Add comment. Change to use PID_T and
5473 MAX_PID_T_STRLEN.
5474 (command_from_pid): Add comment. Change to use PID_T.
5475 (commandline_from_pid): Change to use PID_T.
5476 (user_from_pid): Add comment.
5477 (get_process_owner): Add comment. Change to use PID_T and
5478 MAX_PID_T_STRLEN.
5479 (get_number_of_cpu_cores): Add comment.
5480 (get_cores_used_by_process): Add comment. Change to use PID_T and
5481 MAX_PID_T_STRLEN.
5482 (linux_xfer_osdata_processes): Change to use PID_T and
5483 MAX_PID_T_STRLEN.
5484 (compare_processes): New function.
5485 (linux_xfer_osdata_processgroups): New function.
5486 (linux_xfer_osdata_threads): Change to use PID_T.
5487 (linux_xfer_osdata_fds): New function.
5488 (format_socket_state, print_sockets): New functions.
5489 (union socket_addr): New union.
5490 (linux_xfer_osdata_isockets): New function.
5491 (time_from_time_t, group_from_gid): New functions.
5492 (linux_xfer_osdata_shm): New function.
5493 (linux_xfer_osdata_sem): New function.
5494 (linux_xfer_osdata_msg): New function.
5495 (linux_xfer_osdata_modules): New function.
5496 (osdata_table): Add new entries.
5497 * common/buffer.c (buffer_xml_printf): Add support for long and
5498 long long format specifiers.
5499
f24afd6d
L
55002012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5501
5502 * amd64-linux-tdep.h (tdesc_x32_linux): New.
5503 (tdesc_x32_avx_linux): Likewise.
5504
7349ff92
JK
55052012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5506
5507 Implement multi-component --with-auto-load-dir.
5508 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
5509 entries.
5510 (--with-auto-load-safe-path): Update the default value description.
5511 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
5512 New.
5513 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
5514 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
5515 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
5516 (_initialize_auto_load): Initialize also auto_load_dir. Install new
5517 "set auto-load scripts-directory".
5518 * config.in: Regenerate.
5519 * configure: Regenerate.
5520 * configure.ac (--with-auto-load-dir): New configure option.
5521 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
5522
6dea1fbd
JK
55232012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5524
5525 Provide $ddir substitution for --with-auto-load-safe-path.
5526 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
5527 entries.
5528 * auto-load.c: Include observer.h.
5529 (auto_load_safe_path_vec_update): Call substitute_path_component for
5530 each component. New variable ddir_subst.
5531 (auto_load_gdb_datadir_changed): New function.
5532 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5533 AUTO_LOAD_SAFE_PATH. New comment.
5534 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5535 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
5536 * config.in: Regenerate.
5537 * configure: Regenerate.
5538 * configure.ac (--auto-load-safe-path): Rename
5539 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
5540 GDB_DATADIR/auto-load.
5541 * defs.h (substitute_path_component): New declaration.
5542 * top.c: Include observer.h.
5543 (set_gdb_datadir): New function.
5544 (init_main): Install it for "set data-directory".
5545 * utils.c (substitute_path_component): New function.
5546
b09aca3a
JK
55472012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5548
5549 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
5550 * auto-load.c (auto_load_objfile_script): Remove check for NULL
5551 DEBUG_FILE_DIRECTORY. Handle multiple components of
5552 DEBUG_FILE_DIRECTORY.
5553
95554aad
TT
55542012-05-10 Tom Tromey <tromey@redhat.com>
5555
5556 * dwarf2read.c (recursively_write_psymbols): New function.
5557 (write_psymtabs_to_index): Use it.
5558
5559 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
5560 field.
5561 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
5562 (load_partial_comp_unit): Update.
5563 (queue_comp_unit): Add argument 'pretend_language'.
5564 (process_queue): Update.
5565 (psymtab_to_symtab_1): Skip dependencies that have a user.
5566 (load_partial_comp_unit_reader): Give meaning to the 'data'
5567 argument.
5568 (load_full_comp_unit): Add 'pretend_language' argument.
5569 (process_full_comp_unit): Add 'pretend_language' argument. Set
5570 language on CU.
5571 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
5572 Update.
5573 (maybe_queue_comp_unit): Add 'pretend_language' argument.
5574 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
5575 Update.
5576 (prepare_one_comp_unit): Add 'pretend_language' argument.
5577
5578 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
5579 (struct dwarf2_per_objfile) <just_read_cus>: New field.
5580 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
5581 (dw2_do_instantiate_symtab): Check whether symtab was read in
5582 before queueing.
5583 (dw2_instantiate_symtab): Add assertion. Call
5584 process_cu_includes.
5585 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
5586 (partial_symtab_p): New typedef.
5587 (set_partial_user): New function.
5588 (dwarf2_build_psymtabs_hard): Use set_partial_user.
5589 (scan_partial_symbols): Add imported CU to imported_symtabs.
5590 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
5591 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
5592 (get_symtab, recursively_compute_inclusions)
5593 (compute_symtab_includes, process_cu_includes)
5594 (process_imported_unit_die): New functions.
5595 (process_die) <DW_TAG_imported_unit>: New case.
5596 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
5597
5598 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
5599 comment.
5600 (struct partial_die_info) <locdesc>: Remove.
5601 <d>: New field.
5602 (process_psymtab_comp_unit): Add 'read_partial' argument.
5603 Update.
5604 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
5605 (scan_partial_symbols): Handle DW_TAG_imported_unit.
5606 (add_partial_symbol): Update.
5607 (process_die): Handle DW_TAG_partial_unit.
5608 (read_file_scope): Update comment.
5609 (load_partial_dies): Handle DW_TAG_imported_unit.
5610 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
5611 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
5612
e871fbb9
TT
56132012-05-10 Tom Tromey <tromey@redhat.com>
5614
5615 * cc-with-dwz.sh: New file.
5616
b5b04b5b
TT
56172012-05-10 Tom Tromey <tromey@redhat.com>
5618
5619 * symtab.h (struct symtab) <includes, user>: New fields.
5620 * block.h (struct block_iterator) <d, idx, which>: New fields.
5621 * block.c (initialize_block_iterator, find_iterator_symtab)
5622 (block_iterator_step, block_iter_name_step)
5623 (block_iter_match_step): New functions.
5624 (block_iterator_first, block_iterator_next)
5625 (block_iter_name_first, block_iter_name_next)
5626 (block_iter_match_first, block_iter_match_next): Rewrite.
5627 (get_block_symtab): New function.
5628
84a146c9
TT
56292012-05-10 Tom Tromey <tromey@redhat.com>
5630
5631 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
5632 set_block_symtab.
5633 * jit.c (finalize_symtab): Use allocate_global_block,
5634 set_block_symtab.
5635 * buildsym.c (finish_block_internal): New function, from old
5636 finish_block.
5637 (finish_block): Rewrite.
5638 (end_symtab): Use finish_block_internal, set_block_symtab.
5639 * block.h (struct global_block): New.
5640 (allocate_global_block, set_block_symtab): Declare.
5641 * block.c (allocate_global_block, set_block_symtab): New
5642 functions.
5643
9439a077
TT
56442012-05-10 Tom Tromey <tromey@redhat.com>
5645
5646 * psymtab.c (partial_map_expand_apply): Add assertion.
5647 (partial_map_symtabs_matching_filename): Skip included psymtabs.
5648 (psymtab_to_symtab): Find unshared psymtab.
5649 (dump_psymtab): Print including psymtabs.
5650 (recursively_search_psymtabs): New function.
5651 (expand_symtabs_matching_via_partial): Use it.
5652 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
5653 fields.
5654 (enum psymtab_search_status): New.
5655
8157b174
TT
56562012-05-10 Tom Tromey <tromey@redhat.com>
5657
5658 * tracepoint.c (scope_info): Update.
5659 * symtab.c (lookup_block_symbol, iterate_over_symbols)
5660 (find_pc_sect_symtab, search_symbols)
5661 (default_make_symbol_completion_list_break_on)
5662 (make_file_symbol_completion_list): Update.
5663 * symmisc.c (dump_symtab_1): Update.
5664 * stack.c (print_frame_args, iterate_over_block_locals)
5665 (print_frame_labels, iterate_over_block_arg_vars): Update.
5666 * python/py-block.c (block_object) <dict>: Remove.
5667 <block>: New field.
5668 <iter>: Change type.
5669 (blpy_iter): Update.
5670 (blpy_block_syms_iternext): Update.
5671 * psymtab.c (map_block): Use block iterators.
5672 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
5673 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
5674 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
5675 * infrun.c (check_exception_resume): Update.
5676 * cp-support.c (make_symbol_overload_list_block): Update.
5677 * coffread.c (patch_opaque_types): Update.
5678 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
5679 * block.h (struct block_iterator): New.
5680 (block_iterator_first, block_iterator_next, block_iter_name_first)
5681 (block_iter_name_next, block_iter_match_first)
5682 (block_iter_match_next): Declare.
5683 (ALL_BLOCK_SYMBOLS): Redefine.
5684 * block.c (block_iterator_first, block_iterator_next)
5685 (block_iter_name_first, block_iter_name_next)
5686 (block_iter_match_first, block_iter_match_next): New functions.
5687 * ada-lang.c (ada_add_block_symbols)
5688 (ada_make_symbol_completion_list): Use block iterator.
5689
a2ca7a52
TT
56902012-05-10 Tom Tromey <tromey@redhat.com>
5691
5692 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
5693 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
5694 (lookup_partial_symbol, find_last_source_symtab_from_partial)
5695 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
5696 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
5697 Update.
5698
64ea88dc
JB
56992012-05-10 Joel Brobecker <brobecker@adacore.com>
5700
5701 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
5702 print-file-var-lib2.c, print-file-var-main.c and
5703 print-file-var.exp (located in gdb/testsuite/gdb.base).
5704
99a547d6
JB
57052012-05-10 Joel Brobecker <brobecker@adacore.com>
5706
5707 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5708 try locating the symbol in the symbol's own objfile first, before
5709 extending the search to all objfiles.
5710 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5711 out of lookup_symbol_aux_symtabs.
5712 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5713 Replace extracted-out code by call to lookup_symbol_aux_objfile.
5714 Do not search EXCLUDE_OBJFILE.
5715 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5716 (lookup_symbol_global): Search for matches in the block's objfile
5717 first, before searching all other objfiles.
5718
0ece64fd
TG
57192012-05-10 Tristan Gingold <gingold@adacore.com>
5720
5721 * printcmd.c (set_command): Add pre/post inc/dec.
5722
3d16a105
FCE
57232012-05-09 Frank Ch. Eigler <fche@redhat.com>
5724
5725 * gdb.1: Document -ex option.
5726
2efbc0f7
JB
57272012-05-09 Joel Brobecker <brobecker@adacore.com>
5728
5729 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
5730 * inferior.h (AT_SYMBOL): Delete.
5731
2c76a0c7
JB
57322012-05-09 Joel Brobecker <brobecker@adacore.com>
5733
5734 * mips-tdep.c (mips_push_dummy_code): New function.
5735 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
5736 ON_STACK and install mips_push_dummy_code as our gdbarch
5737 push_dummy_code routine.
5738
9401a810
PA
57392012-05-09 Pedro Alves <palves@redhat.com>
5740
5741 * target.c (set_maintenance_target_async_permitted): Rename to ...
5742 (set_target_async_command): ... this.
5743 (show_maintenance_target_async_permitted): Rename to ...
5744 (show_target_async_command): ... this.
5745 (initialize_targets): Adjust.
5746
3929b321
DE
57472012-05-08 Doug Evans <dje@google.com>
5748
5749 * go-exp.y (classify_name): Add missing assignment of fields of
5750 yylval.ssym.
5751
c41535fd
EZ
57522012-05-08 Eli Zaretskii <eliz@gnu.org>
5753
5754 Display the ">" prompt in interactive mode while reading canned
5755 commands, even when the current interpreter is MI.
5756
5757 * interps.c (interp_set_temp): New function.
5758
5759 * interps.h (interp_set_temp): Add prototype.
5760
5761 * cli/cli-script.c (restore_interp): New cleanup function.
5762 (read_command_lines): Temporarily override the current interpreter
5763 with CLI and arrange for restoring the original one.
5764
c0749c4d
JS
57652012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
5766
5767 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
5768
d7333987
SDJ
57692012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
5770
5771 * probe.c (parse_probes): Move conditional to check for
5772 debuginfo files from here...
5773 * stap-probe.c (stap_get_probes): ... to here.
5774
649e6d92
MK
57752012-05-07 Mark Kettenis <kettenis@gnu.org>
5776 H.J. Lu <hongjiu.lu@intel.com>
5777
5778 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
5779 `movl %esp, %ebp' for the X32 ABI.
5780
f39c6ffd
TT
57812012-05-07 Tom Tromey <tromey@redhat.com>
5782
5783 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
5784 get_DW_TAG_name.
5785 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
5786 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
5787 (dwarf_stack_op_name): Remove.
5788 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
5789 (decode_locdesc): Use get_DW_OP_name.
5790 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
5791 (dwarf2_compile_expr_to_ax): Likewise.
5792 (disassemble_dwarf_expression): Likewise.
5793 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
5794
1e1f6591
CLT
57952012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
5796
5797 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
5798 (sh_linux_sigtramp_cache): New function.
5799 (sh_linux_sigreturn_init): New function.
5800 (sh_linux_rt_sigreturn_init): New function.
5801 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
5802 patterns.
5803 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
5804 syscall codes.
5805 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
5806 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
5807 (sh_linux_init_abi): Add init calls to register new tramp_frame
5808 definitions under 32-bit SH, update comments.
5809
545c08b4
PA
58102012-05-07 Pedro Alves <palves@redhat.com>
5811
daac165e
PA
5812 PR gdb/10952
5813
545c08b4
PA
5814 * amd64-linux-tdep.c: Include glibc-tdep.h.
5815 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
5816 gdbarch_skip_solib_resolver callback.
5817
af2c1515
JK
58182012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5819
5820 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
5821 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
5822 (show_auto_load_safe_path): Check any-directory by comparison with "/".
5823 (add_auto_load_safe_path): Change the error message.
5824 (_initialize_auto_load): Change the "safe-path" help text.
5825 * configure: Regenerate
5826 * configure.ac (--without-auto-load-safe-path): Set
5827 WITH_AUTO_LOAD_SAFE_PATH to /.
5828
1067f998
SDJ
58292012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
5830
5831 * stap-probe.h: Do not include unecessary `probe.h'.
5832
45dfa85a
AM
58332012-05-05 Alan Modra <amodra@gmail.com>
5834
5835 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
5836 bfd_und_section_ptr.
5837 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
5838 and bfd_com_section_ptr.
5839
cf093994
JB
58402012-05-04 Joel Brobecker <brobecker@adacore.com>
5841
762ebb75 5842 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
cf093994 5843
d40dc7a8
JB
58442012-05-04 Joel Brobecker <brobecker@adacore.com>
5845
5846 * windows-nat.h (segment_register_p_ftype): New typedef.
5847 (windows_set_segment_register_p): Add declaration.
5848 * windows-nat.c (segment_register_p): New static global.
5849 (windows_set_segment_register_p): New function.
5850 (do_windows_fetch_inferior_registers): Add special handling
5851 for segment registers.
5852 * amd64-windows-nat.c: #include "amd64-tdep.h".
5853 (amd64_windows_segment_register_p): New function.
5854 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
5855 * i386-windows-nat.c: #include "i386-tdep.h".
5856 (i386_windows_segment_register_p): New function.
5857 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
5858
52b3699b
TG
58592012-05-04 Tristan Gingold <gingold@adacore.com>
5860
5861 * printcmd.c (set_command): Emit a warning if the expression is not
5862 an assignment.
5863
94c74239
JB
58642012-05-03 Joel Brobecker <brobecker@adacore.com>
5865
5866 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
5867 Make static.
5868
fcf57f19
SDJ
58692012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
5870
5871 * stap-probe.c (stap_is_operator): Change declaration.
5872 (stap_get_opcode): Change return value.
5873 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
5874 `stap_parse_argument_1'.
5875
27d2932e
PA
58762012-05-03 Pedro Alves <pedro@codesourcery.com>
5877
5878 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
5879 debug log.
5880
a20ee7a4
SCR
58812012-05-03 Siva Chandra Reddy <sivachandra@google.com>
5882
5883 Add two new methods global_block and static_block to gdb.Symtab
5884 objects.
5885 * NEWS (Python scripting): Add entry about the new methods.
5886 * python/py-symtab.c (stpy_global_block): New function which
5887 implements the gdb.Symtab.global_block() method.
5888 (stpy_static_block): New function which implements the
5889 gdb.Symtab.static_block() method.
5890 (symtab_object_methods): Add entries for the two new methods.
5891
943cb756
DE
58922012-05-03 Doug Evans <dje@google.com>
5893
5894 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
5895 files.
5896
f4644a3f
YQ
58972012-05-03 Yao Qi <yao@codesourcery.com>
5898
5899 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
5900 space.
5901 (i386_process_record): Ditto.
5902
ef61f180
JB
59032012-05-02 Joel Brobecker <brobecker@adacore.com>
5904
5905 * infcall.c (unwind_on_signal_p): Make static.
5906
02f1df11
JB
59072012-05-02 Joel Brobecker <brobecker@adacore.com>
5908
5909 * sol-thread.c (solaris_pid_to_str): Make static.
5910 (_initialize_sol_thread): Add prototype.
5911
39023530
JB
59122012-05-02 Joel Brobecker <brobecker@adacore.com>
5913
5914 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
5915
c6b0c501
CF
59162012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
5917
5918 * MAINTAINERS: Remove myself.
5919
1ef71717
JK
59202012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5921
5922 Fix --without-auto-load-safe-path for MS-Windows host platform.
5923 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
5924
b31b86a7
EZ
59252012-05-02 Eli Zaretskii <eliz@gnu.org>
5926
5927 * gdb_curses.h: Undefine KEY_EVENT before including curses
5928 headers. Move "#undef MOUSE_MOVED" before any curses header
5929 inclusion.
5930
777532fc
SDJ
59312012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
5932
5933 * features/i386/i386-mmx-linux.c: Regenerate.
5934 * features/rs6000/powerpc-32.c: Likewise.
5935 * features/rs6000/powerpc-32l.c: Likewise.
5936 * features/rs6000/powerpc-403.c: Likewise.
5937 * features/rs6000/powerpc-403gc.c: Likewise.
5938 * features/rs6000/powerpc-405.c: Likewise.
5939 * features/rs6000/powerpc-505.c: Likewise.
5940 * features/rs6000/powerpc-601.c: Likewise.
5941 * features/rs6000/powerpc-602.c: Likewise.
5942 * features/rs6000/powerpc-603.c: Likewise.
5943 * features/rs6000/powerpc-604.c: Likewise.
5944 * features/rs6000/powerpc-64.c: Likewise.
5945 * features/rs6000/powerpc-64l.c: Likewise.
5946 * features/rs6000/powerpc-750.c: Likewise.
5947 * features/rs6000/powerpc-860.c: Likewise.
5948 * features/rs6000/powerpc-e500.c: Likewise.
5949 * features/rs6000/powerpc-e500l.c: Likewise.
5950 * features/rs6000/powerpc-isa205-32l.c: Likewise.
5951 * features/rs6000/powerpc-isa205-64l.c: Likewise.
5952 * features/rs6000/rs6000.c: Likewise.
5953
d71871bc
SDJ
59542012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
5955
5956 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
5957 variable.
5958 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
5959 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
5960 (stap_parse_argument) <e>: Likewise.
5961 (handle_stap_probe) <byte_order>: Likewise.
5962
fd820528
DE
59632012-04-30 Doug Evans <dje@google.com>
5964
5965 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
5966 init_and_read_dies_worker. All callers updated.
5967 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
5968 replaced with init_cutu_and_read_dies.
5969 (load_partial_comp_unit): Pass 1 for use_existing_cu.
5970 (find_partial_die): Remove FIXME. Don't free current CU.
5971
ec3f619d 59722012-04-30 Sterling Augustine <saugustine@google.com>
be36f02d
SA
5973
5974 * contrib: New directory.
5975 * contrib/test_pubnames_and_indexes.py: New file.
5976
fceca515
DE
59772012-04-30 Doug Evans <dje@google.com>
5978
5979 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
5980 All callers updated.
5981 (init_cu_die_reader): Verify the section is non-empty.
5982 (dwarf_decode_line_header): Don't dereference section->asection
5983 until we know the section is present.
5984
311fe7e1
SDJ
59852012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
5986
5987 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
5988 probes.
5989
5977971a
YQ
59902012-04-29 Yao Qi <yao@codesourcery.com>
5991
5992 * gdb-code-style.el: New hook gdb-markup-hook
5993 and gdb-comment-hook.
5994
dee91e82
DE
59952012-04-28 Doug Evans <dje@google.com>
5996
3019eac3
DE
5997 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
5998 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
5999 objfile->obfd.
6000 * symfile.h (dwarf2_debug_sections): New member addr.
6001 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
6002 (ctx_no_get_addr_index): New function.
6003 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
6004 (ctx_no_get_addr_index): Declare.
6005 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
6006 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
6007 (dwarf_expr_ctx_funcs): Update.
6008 (needs_get_addr_index): New function.
6009 (needs_frame_ctx_funcs): Update.
6010 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
6011 * dwarf2read.c: #include "gdbcore.h".
6012 (dwarf2_per_objfile): New members addr, dwo_files.
6013 (dwarf2_elf_names): Add entry for addr.
6014 (struct dwo_section_names): New type.
6015 (dwo_section_names): New static global.
6016 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
6017 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
6018 old debug_types_section member updated to use this.
6019 Rename member debug_types_section to info_or_types_section,
6020 all uses updated.
6021 (signatured_type): Rename member type_offset to type_offset_in_tu,
6022 all uses updated. New member type_offset_in_section.
6023 (struct dwo_sections): New type.
6024 (struct dwo_unit): New type.
6025 (struct dwo_file): New type.
6026 (die_reader_specs): New member dwo_file.
6027 (dwarf2_locate_sections): Watch for .debug_addr.
6028 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
6029 (dwarf2_read_section): Get bfd of section from bfd's asection,
6030 instead of objfile.
6031 (create_cus_from_index): Initialize the_cu->info_or_types_section.
6032 (create_signatured_type_table_from_index): Initialize
6033 sig_type->info_or_types_section.
6034 (dw2_get_file_names): Statement lists for type units with DWO files
6035 live in the DWO file.
6036 (create_debug_types_hash_table): New function.
6037 (create_all_type_units): Rewrite.
6038 (init_cu_die_reader): New arg dwo_file, all callers updated.
6039 (init_and_read_dies_worker): Get section from
6040 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
6041 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
6042 continue reading the CU/TU from there.
6043 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
6044 updated. Get section from this_cu->info_or_types_section.
6045 (create_all_comp_units): Initialize this_cu->info_or_types_section.
6046 (skip_one_die): New cases DW_FORM_GNU_addr_index,
6047 DW_FORM_GNU_str_index.
6048 (hash_dwo_file, eq_dwo_file): New functions.
6049 (allocate_dwo_file_hash_table): New function.
6050 (hash_dwo_unit, eq_dwo_unit): New functions.
6051 (allocate_dwo_unit_table): New function.
6052 (dwarf2_locate_dwo_sections): New function.
6053 (struct create_dwo_info_table_data): New type.
6054 (create_debug_info_hash_table_reader): New function.
6055 (create_debug_info_hash_table): New function.
6056 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
6057 (lookup_dwo_file): New function.
6058 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
6059 (free_dwo_file, free_dwo_file_cleanup): New functions.
6060 (free_dwo_file_from_slot, free_dwo_files): New functions.
6061 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
6062 (dwarf2_record_block_ranges): Ditto.
6063 (read_partial_die): Ditto.
6064 (process_enumeration_scope): Update to use type_offset_in_section.
6065 (read_full_die_1): New function.
6066 (read_full_die): Rewrite.
6067 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
6068 DW_FORM_GNU_str_index.
6069 (read_addr_index_1, read_addr_index): New functions.
6070 (read_addr_index_from_leb128): New function.
6071 (struct dwarf2_read_addr_index_data): New type.
6072 (dwarf2_read_addr_index_reader): New function.
6073 (dwarf2_read_addr_index): New function.
6074 (read_str_index): New function.
6075 (leb128_size): New function.
6076 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
6077 If processing a type unit from a DWO file, get the line section
6078 from the DWO file.
6079 (var_decode_location): Watch for DW_OP_GNU_addr_index.
6080 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
6081 DW_FORM_GNU_str_index.
6082 (lookup_die_type): Check whether section offset of type's die is
6083 known before looking it up. Remove assert. Condition can
6084 legimately happen for inter-cu type references.
6085 (dwarf_attr_name): Handle Fission attributes.
6086 (dwarf_form_name): Handle Fission forms.
6087 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
6088 DW_FORM_GNU_str_index.
6089 (follow_die_sig): Update to use type_offset_in_section.
6090 (decode_locdesc): New case DW_OP_GNU_addr_index.
6091 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
6092 DW_FORM_GNU_str_index.
6093 (cu_debug_loc_section): New function.
6094 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
6095 (dwarf2_per_objfile_free): Unmap .debug_addr section.
6096 Free DWO files if present.
6097 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
6098
dee91e82
DE
6099 Refactor DIE reading.
6100 * dwarf2read.c (dwarf2_per_objfile): Replace members
6101 debug_info_type_hash and debug_types_type_hash with die_type_hash.
6102 (die_reader_specs): New member "die_section". Temporarily make
6103 member "buffer" non-const, pending constifying all info_ptr uses.
6104 (die_reader_func_ftype): New typedef.
6105 (dw2_get_file_names_reader): New function.
6106 (dw2_get_file_names): Rewrite.
6107 (read_and_check_type_unit_head): Rename arg type_offset to
6108 type_offset_in_tu.
6109 (create_all_type_units): Improve debugging message.
6110 Improve dummy type unit check.
6111 (init_cu_die_reader): New arg "section". All callers updated.
6112 (init_and_read_dies_worker): New function.
6113 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
6114 (init_cutu_and_read_dies_no_follow): New function.
6115 (init_cutu_and_read_dies_simple): New function.
6116 (process_psymtab_comp_unit_reader): New function.
6117 (process_psymtab_comp_unit): Delete args section,
6118 is_debug_types_section. Rewrite. All callers updated.
6119 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
6120 All callers updated. Rewrite.
6121 (load_partial_comp_unit_reader): New function.
6122 (load_partial_comp_unit): Rewrite.
6123 (skip_children): New arg reader. Delete args buffer, cu.
6124 All callers updated.
6125 (skip_one_die): New arg reader. Delete args buffer, cu.
6126 All callers updated.
6127 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
6128 All callers updated.
6129 (load_full_comp_unit_reader): New function.
6130 (load_full_comp_unit): Rewrite.
6131 (read_comp_unit): Delete.
6132 (read_die_and_children_1): Delete, contents moved ...
6133 (read_die_and_children): ... here.
6134 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
6135 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
6136 All callers updated.
6137 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
6138 All callers updated.
6139 (find_partial_die): Rewrite load_all_dies support.
6140 (read_attribute_value): New arg reader. Delete args abfd, cu.
6141 All callers updated.
6142 (read_attribute): New arg reader. Delete args abfd, cu.
6143 All callers updated.
6144 (load_full_type_unit): Add assert.
6145 (read_signatured_type_reader): New function.
6146 (read_signatured_type): Rewrite.
6147 (free_stack_comp_unit): Remove call to age_cached_comp_units.
6148 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
6149 All callers updated. Set per_cu->cu = NULL after freeing it.
6150 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
6151 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
6152 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
6153 (set_die_type): Update.
6154 (get_die_type_at_offset): Update.
6155 (read_file_scope): Call prepare_one_comp_unit.
6156 (read_type_unit_scope): Ditto.
6157 (prepare_one_comp_unit): Set producer if present.
6158
72d59e0d
SDJ
61592012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6160
6161 * probe.c (compile_rx_or_error): Silence ARI warning about missing
6162 gettext function on `error'.
6163
0fefef59
DE
61642012-04-27 Doug Evans <dje@google.com>
6165
6166 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
6167 is empty.
6168
28106bc2
SDJ
61692012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6170 Tom Tromey <tromey@redhat.com>
6171
6172 * breakpoint.c (struct breakpoint_objfile_data)
6173 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
6174 <exception_probes>: New fields.
6175 (free_breakpoint_probes): New function.
6176 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
6177 `_Unwind_DebugHook'.
6178 (create_exception_master_breakpoint): Likewise.
6179 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
6180 * infrun.c: Including necessary header files for handling SystemTap
6181 probes.
6182 (handle_inferior_event): Handling longjmp breakpoint and exceptions
6183 via SystemTap probes.
6184 (check_exception_resume): Remove `func' argument. Handle exception
6185 unwinding breakpoint set via a SystemTap probe.
6186 (insert_exception_resume_from_probe): New function.
6187
55aa24fb
SDJ
61882012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6189 Tom Tromey <tromey@redhat.com>
6190 Jan Kratochvil <jan.kratochvil@redhat.com>
6191
6192 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
6193 (COMMON_OBS): Likewise.
6194 (HFILES_NO_SRCDIR): Add `probe'.
6195 * NEWS: Mention support for static and SystemTap probes.
6196 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
6197 SystemTap probes' arguments parser.
6198 * arm-linux-tdep.c: Including headers needed to perform the parsing
6199 of SystemTap probes' arguments.
6200 (arm_stap_is_single_operand): New function.
6201 (arm_stap_parse_special_token): Likewise.
6202 (arm_linux_init_abi): Initializing proper fields used by SystemTap
6203 probes' arguments parser.
6204 * ax-gdb.c (require_rvalue): Removing static declaration.
6205 (gen_expr): Likewise.
6206 * ax-gdb.h (gen_expr): Declaring function.
6207 (require_rvalue): Likewise.
6208 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
6209 (bkpt_probe_breakpoint_ops): New variable.
6210 (momentary_breakpoint_from_master): Set the `probe' value.
6211 (add_location_to_breakpoint): Likewise.
6212 (break_command_1): Using proper breakpoint_ops according to the
6213 argument passed by the user in the command line.
6214 (bkpt_probe_insert_location): New function.
6215 (bkpt_probe_remove_location): Likewise.
6216 (bkpt_probe_create_sals_from_address): Likewise.
6217 (bkpt_probe_decode_linespec): Likewise.
6218 (tracepoint_probe_create_sals_from_address): Likewise.
6219 (tracepoint_probe_decode_linespec): Likewise.
6220 (tracepoint_probe_breakpoint_ops): New variable.
6221 (trace_command): Using proper breakpoint_ops according to the
6222 argument passed by the user in the command line.
6223 (initialize_breakpoint_ops): Initializing breakpoint_ops for
6224 static probes on breakpoints and tracepoints.
6225 * breakpoint.h (struct bp_location) <probe>: New field.
6226 * cli-utils.c (skip_spaces_const): New function.
6227 (extract_arg): Likewise.
6228 * cli-utils.h (skip_spaces_const): Likewise.
6229 (extract_arg): Likewise.
6230 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
6231 * configure.ac: Append `stap-probe.o' to be generated when ELF
6232 support is present.
6233 * configure: Regenerate.
6234 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
6235 * elfread.c: Include `probe.h' and `arch-utils.h'.
6236 (probe_key): New variable.
6237 (elf_get_probes): New function.
6238 (elf_get_probe_argument_count): Likewise.
6239 (elf_evaluate_probe_argument): Likewise.
6240 (elf_compile_to_ax): Likewise.
6241 (elf_symfile_relocate_probe): Likewise.
6242 (stap_probe_key_free): Likewise.
6243 (elf_probe_fns): New variable.
6244 (elf_sym_fns): Add `sym_probe_fns' value.
6245 (elf_sym_fns_lazy_psyms): Likewise.
6246 (elf_sym_fns_gdb_index): Likewise.
6247 (_initialize_elfread): Initialize objfile cache for static
6248 probes.
6249 * gdb_vecs.h (struct probe): New forward declaration.
6250 (probe_p): New VEC declaration.
6251 * gdbarch.c: Regenerate.
6252 * gdbarch.h: Regenerate.
6253 * gdbarch.sh (stap_integer_prefix): New variable.
6254 (stap_integer_suffix): Likewise.
6255 (stap_register_prefix): Likewise.
6256 (stap_register_suffix): Likewise.
6257 (stap_register_indirection_prefix): Likewise.
6258 (stap_register_indirection_suffix): Likewise.
6259 (stap_gdb_register_prefix): Likewise.
6260 (stap_gdb_register_suffix): Likewise.
6261 (stap_is_single_operand): New function.
6262 (stap_parse_special_token): Likewise.
6263 (struct stap_parse_info): Forward declaration.
6264 * i386-tdep.c: Including headers needed to perform the parsing
6265 of SystemTap probes' arguments.
6266 (i386_stap_is_single_operand): New function.
6267 (i386_stap_parse_special_token): Likewise.
6268 (i386_elf_init_abi): Initializing proper fields used by SystemTap
6269 probes' arguments parser.
6270 * i386-tdep.h (i386_stap_is_single_operand): New function.
6271 (i386_stap_parse_special_token): Likewise.
6272 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
6273 * mipsread.c (ecoff_sym_fns): Likewise.
6274 * objfiles.c (objfile_relocate1): Support relocation for static
6275 probes.
6276 * parse.c (prefixify_expression): Remove static declaration.
6277 (initialize_expout): Likewise.
6278 (reallocate_expout): Likewise.
6279 * parser-defs.h (initialize_expout): Declare function.
6280 (reallocate_expout): Likewise.
6281 (prefixify_expression): Likewise.
6282 * ppc-linux-tdep.c: Including headers needed to perform the parsing
6283 of SystemTap probes' arguments.
6284 (ppc_stap_is_single_operand): New function.
6285 (ppc_stap_parse_special_token): Likewise.
6286 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
6287 probes' arguments parser.
6288 * probe.c: New file, for generic statically defined probe support.
6289 * probe.h: Likewise.
6290 * s390-tdep.c: Including headers needed to perform the parsing of
6291 SystemTap probes' arguments.
6292 (s390_stap_is_single_operand): New function.
6293 (s390_gdbarch_init): Initializing proper fields used by SystemTap
6294 probes' arguments parser.
6295 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
6296 * stap-probe.c: New file, for SystemTap probe support.
6297 * stap-probe.h: Likewise.
6298 * symfile.h: Include `gdb_vecs.h'.
6299 (struct sym_probe_fns): New struct.
6300 (struct sym_fns) <sym_probe_fns>: New field.
6301 * symtab.c (init_sal): Initialize `probe' field.
6302 * symtab.h (struct probe): Forward declaration.
6303 (struct symtab_and_line) <probe>: New field.
6304 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
6305 locations.
6306 (stop_tracing): Likewise.
6307 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
6308
22d2b532
SDJ
63092012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6310 Tom Tromey <tromey@redhat.com>
6311
6312 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
6313 and to compile agent expressions.
6314 * infrun.c (siginfo_make_value): New argument `ignore'.
6315 (siginfo_funcs): New struct.
6316 (_initialize_infrun): New argument when calling
6317 `create_internalvar_type_lazy'.
6318 * thread.c (thread_id_make_value): New argument `ignore'.
6319 (thread_funcs): New struct.
6320 (_initialize_thread): New argument when calling
6321 `create_internalvar_type_lazy'.
6322 * tracepoint.c (sdata_make_value): New argument `ignore'.
6323 (sdata_funcs): New struct.
6324 (_initialize_tracepoint): New argument when calling
6325 `create_internalvar_type_lazy'.
6326 * value.c (make_value): New struct.
6327 (create_internalvar_type_lazy): New argument `data'.
6328 (compile_internalvar_to_ax): New function.
6329 (value_of_internalvar): Properly handling `make_value' case.
6330 (clear_internalvar): Likewise.
6331 (show_convenience): Adding `TRY_CATCH' block.
6332 * value.h (internalvar_make_value): Delete, replace by...
6333 (struct internalvar_funcs): ... this.
6334 (create_internalvar_type_lazy) <fun>: Delete argument.
6335 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
6336 (compile_internalvar_to_ax): New function.
6337 * windows-tdep.c (tlb_make_value): New argument `ignore'.
6338 (tlb_funcs): New struct.
6339 (_initialize_windows_tdep): New argument when calling
6340 `create_internalvar_type_lazy'.
6341
91da1414
MW
63422012-04-27 Mark Wielaard <mjw@redhat.com>
6343
6344 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
6345 see whether it is an address or a constant offset from DW_AT_low_pc.
6346 (dwarf2_record_block_ranges): Likewise.
6347 (read_partial_die): Likewise.
6348
4ab9d8ec
MW
63492012-04-26 Mark Wielaard <mjw@redhat.com>
6350
6351 * MAINTAINERS (Write After Approval): Add myself to the list.
6352
a0911fd0
MR
63532012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6354
6355 * proc-utils.h (proc_prettyprint_signalset): New prototype.
6356 (proc_prettyprint_signal): Likewise.
6357 (proc_prettyprint_faultset): Likewise.
6358 (proc_prettyprint_fault): Likewise.
6359 (proc_prettyprint_actionset): Likewise.
6360 (proc_prettyprint_flags): Move to new proc-flags.c section.
6361 (proc_prettyfprint_flags): New prototype.
6362 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
6363 (proc_syscall, proc_cursig): Likewise.
6364 (proc_set_kill_on_last_close): Likewise.
6365 (proc_unset_kill_on_last_close): Likewise.
6366 (proc_set_watchpoint): Make static.
6367 (proc_delete_dead_threads): Likewise.
6368 (procfs_set_watchpoint): Likewise.
6369 (_initialize_procfs): Add prototype.
6370 * proc-events.c: Include proc-utils.h.
6371 (init_syscall_table): Make static.
6372 * proc-api.c (_initialize_proc_api): Add prototype.
6373 * proc-flags.c: Include proc-utils.h.
6374
9009e1ae
MR
63752012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6376
6377 * configure.ac: Add AC_ARG_PROGRAM.
6378 * configure: Regenerate.
6379
4fae6e18
JK
63802012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6381
6382 Fix DW_AT_lower_bound defaults for DWARF-4+.
6383 * dwarf2read.c (read_subrange_type): Remove initialization of low and
6384 high. New variable low_default_is_valid. Implement DWARF-4+
6385 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
6386 no default by the DWARF standard.
6387
14132e89 63882012-04-26 Maciej W. Rozycki <macro@mips.com>
f782ad9b 6389 Maciej W. Rozycki <macro@codesourcery.com>
14132e89
MR
6390
6391 * infrun.c (handle_inferior_event): Move the check for return
6392 trampolines ahead of the check for function trampolines.
6393 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
6394 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
6395 (mips_str_mips16_ret_stub): Likewise.
6396 (mips_str_call_fp_stub): Likewise.
6397 (mips_str_call_stub): Likewise.
6398 (mips_str_fn_stub): Likewise.
6399 (mips_str_pic): Likewise.
6400 (mips_in_frame_stub): New function.
6401 (mips_unwind_pc): Return the return address rather than the PC
6402 if the PC of an intermediate frame is inside a call thunk.
6403 (mips_is_stub_suffix): New function.
6404 (mips_is_stub_mode): Likewise.
6405 (mips_get_mips16_fn_stub_pc): Likewise.
6406 (mips_skip_mips16_trampoline_code): Update to handle all the
6407 currently generated stub types. Don't recurse into __fn_stub
6408 thunks. Remove heuristics to handle stubs beyond etext/_etext.
6409 Use cooked register accesses.
6410 (mips_in_return_stub): Reintroduce function.
6411 (mips_skip_trampoline_code): Traverse trampolines recursively.
6412 (mips_gdbarch_init): Handle MIPS16 return trampolines.
6413
518f0db5 64142012-04-26 Joel Brobecker <brobecker@adacore.com>
6415
6416 GDB 7.4.1 released.
6417
3184d3f9
JL
64182012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
6419
6420 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
6421 * features/arm-with-m-vfp-d16.xml: New file. Describes
6422 Cortex-M with VFPv4-sp-d16 FPU register layout.
6423 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
6424 * features/arm-with-m-vfp-d16.c: New. Generated from above.
6425 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
6426 (arm-register_g_packet_guesses): Add vfp-d16 guess.
6427 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
6428
b6201d44
DE
64292012-04-25 Doug Evans <dje@google.com>
6430
6431 * cli/cli-decode.c (print_doc_line): Use stream instead of
6432 current_uiout.
6433
4e2f8df6
SDJ
64342012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
6435
6436 * features/arm-with-iwmmxt.c: Regenerate.
6437 * features/arm-with-m-fpa-layout.c: Likewise.
6438 * features/arm-with-m.c: Likewise.
6439 * features/arm-with-neon.c: Likewise.
6440 * features/arm-with-vfpv2.c: Likewise.
6441 * features/arm-with-vfpv3.c: Likewise.
6442 * features/mips-dsp-linux.c: Likewise.
6443 * features/mips-linux.c: Likewise.
6444 * features/mips64-dsp-linux.c: Likewise.
6445 * features/mips64-linux.c: Likewise.
6446 * features/s390-linux32.c: Likewise.
6447 * features/s390-linux32v1.c: Likewise.
6448 * features/s390-linux32v2.c: Likewise.
6449 * features/s390-linux64.c: Likewise.
6450 * features/s390-linux64v1.c: Likewise.
6451 * features/s390-linux64v2.c: Likewise.
6452 * features/s390x-linux64.c: Likewise.
6453 * features/s390x-linux64v1.c: Likewise.
6454 * features/s390x-linux64v2.c: Likewise.
6455 * features/tic6x-c62x-linux.c: Likewise.
6456 * features/tic6x-c62x.c: Likewise.
6457 * features/tic6x-c64x-linux.c: Likewise.
6458 * features/tic6x-c64x.c: Likewise.
6459 * features/tic6x-c64xp-linux.c: Likewise.
6460 * features/tic6x-c64xp.c: Likewise.
6461 * target-descriptions.c: Only generate `field_type' and `type'
6462 variables when needed.
6463
2def3e66
JB
64642012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
6465
6466 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
6467
a766d390
DE
64682012-04-25 Doug Evans <dje@google.com>
6469
6470 Initial pass at Go language support.
6471 * NEWS: Mention Go.
6472 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
6473 go-valprint.c.
6474 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
6475 (YYFILES): Add go-exp.c.
6476 (YYOBJ): Add go-exp.o.
6477 (local-maintainer-clean): Delete go-exp.c.
6478 * defs.h (enum language): Add language_go.
6479 * dwarf2read.c: #include "go-lang.h".
6480 (fixup_go_packaging): New function.
6481 (process_full_comp_unit): Call it when processing Go CUs.
6482 (dwarf2_physname): Add Go support.
6483 (read_file_scope): Handle missing language spec for GNU Go.
6484 (set_cu_language): Handle DW_LANG_Go.
6485 * go-exp.y: New file.
6486 * go-lang.h: New file.
6487 * go-lang.c: New file.
6488 * go-typeprint.c: New file.
6489 * go-valprint.c: New file.
6490 * symtab.c: #include "go-lang.h".
6491 (symbol_set_language): Handle language_go.
6492 (symbol_find_demangled_name, symbol_set_names): Ditto.
6493 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
6494
4e2af517
JM
64952012-04-24 Jim Meyering <meyering@redhat.com>
6496
6497 avoid a few strncpy-induced buffer overruns
6498 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
6499 fname and psargs before trying to concatenate.
6500 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
6501 "name" before applying strchr.
6502
b77b7f52
SCR
65032012-04-25 Siva Chandra Reddy <sivachandra@google.com>
6504
6505 * CONTRIBUTE: Use unified diff instead of context diff when
6506 generating patches.
6507
6321c22a
MR
65082012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6509
6510 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
6511 code. Handle JR.HB correctly.
6512
742c84f6
MR
65132012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6514
6515 * mips-tdep.c
6516 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
6517 with the other MIPS16 helpers.
6518
7fc7e0c3
SDJ
65192012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
6520
6521 * observer.sh: Conditionally declare `args', thus cleaning up
6522 unused instances of this variable.
6523
20388dd6
YQ
65242012-04-24 Yao Qi <yao@codesourcery.com>
6525
6526 Revert this patch to allow breakpoint always-inserted
6527 in record target.
6528 2011-12-05 Pedro Alves <pedro@codesourcery.com>
f782ad9b
AS
6529 * breakpoint.c: Include record.h.
6530 (breakpoints_always_inserted_mode): Return false when the record
6531 target is in use.
20388dd6
YQ
6532
6533 * breakpoint.c (iterate_over_bp_locations): New.
6534 * breakpoint.h: Declare.
6535 New typedef walk_bp_location_callback.
6536 * record.c (record_open): Call record_init_record_breakpoints.
6537 (record_sync_record_breakpoints): New.
6538 (record_init_record_breakpoints): New.
6539 * NEWS: Mention supporting breakpoint always-inserted mode in
6540 record target.
6541
4734f50e
MK
65422012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
6543
6544 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
6545 any thread.
6546
c326b90e
YQ
65472012-04-24 Yao Qi <yao@codesourcery.com>
6548
6549 * breakpoint.c (ep_is_catchpoint): Renamed to ...
6550 (is_catchpoint): ... it.
6551 (print_one_breakpoint_location): Caller update.
6552 * breakpoint.h: Update declaration.
6553
d8fb5a1e
DM
65542012-04-23 David S. Miller <davem@davemloft.net>
6555
6556 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
6557
34431a2a
TT
65582012-04-23 Tom Tromey <tromey@redhat.com>
6559
6560 * buildsym.c (add_free_pendings): Remove.
6561 * buildsym.h (add_free_pendings): Remove.
6562
4568ecf9
DE
65632012-04-23 Doug Evans <dje@google.com>
6564
6565 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
6566 attr.u.unsnd instead of attr.u.addr.
6567 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
6568 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
6569 DW_FORM_ref_udata.
6570 (dump_die_shallow): Update cases DW_FORM_ref_addr,
6571 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
6572 DW_FORM_ref_udata.
6573 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
6574
dca9aa3a
MR
65752012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
6576
6577 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
6578 (mips_o32_return_value): Likewise.
6579 (mips_o64_return_value): Likewise.
6580
c8ea1972
PH
65812012-04-21 Paul Hilfinger <hilfinger@adacore.com>
6582
6583 * ada-lang.c (ada_evaluate_subexp): Add cases for
f782ad9b
AS
6584 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
6585 their treatment in eval.c.
c8ea1972 6586
8d1b3521
DM
65872012-04-21 David S. Miller <davem@davemloft.net>
6588
6589 * sparc-tdep.c (X_DISP10): Define.
6590 (sparc_analyze_control_transfer): Handle compare-and-branch.
6591
03145bf4
JL
65922012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
6593
6594 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
6595 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
6596
004159a2 65972012-04-20 Nigel Stephens <nigel@mips.com>
f782ad9b 6598 Maciej W. Rozycki <macro@codesourcery.com>
004159a2
MR
6599
6600 * mips-tdep.c (mips_float_register_p): New function.
6601 (mips_convert_register_float_case_p): Use mips_float_register_p.
6602 (mips_register_type): Likewise.
6603 (mips_print_register): Likewise.
6604 (print_gp_register_row): Likewise.
6605 (mips_print_registers_info): Likewise.
6606
7f0e6aae
MR
66072012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
6608
6609 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
6610 of mips16 symbols.
6611
bc17beea
AP
66122012-04-20 Andrew Pinski <apinski@cavium.com>
6613
6614 * MAINTAINERS (Write After Approval): Add myself to the list.
6615
1730a5a5
SDJ
66162012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6617
6618 * MAINTAINERS: Update my e-mail address.
6619
38ea300a
PA
66202012-04-20 Pedro Alves <palves@redhat.com>
6621
6622 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
6623 $srcdir.
6624 * configure: Regenerate.
6625
111dfaae
SDJ
66262012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6627
6628 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
6629 declaration.
6630 * gdb_vecs.h: Declare `const_char_ptr' VEC.
6631
4fb2c64a
JK
66322012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6633
6634 Fix compilation compatibility with python-2.4
6635 * python/py-type.c (convert_field): Cast ADDRSTRING for
6636 PyObject_SetAttrString as non-const. New comment.
6637
6328eb38
TT
66382012-04-19 Tom Tromey <tromey@redhat.com>
6639
6640 * top.c (quit_target): Use all_cleanups.
6641 * main.c (captured_command_loop): Use all_cleanups.
6642 * exceptions.c (throw_exception): Use all_cleanups.
6643
c971b7fa
PA
66442012-04-19 Pedro Alves <palves@redhat.com>
6645
6646 * Makefile.in (GNULIB_BUILDDIR): New.
6647 (LIBGNU, INCGNU, GNULIB_H): Adjust.
6648 (SUBDIRS): Add $(GNULIB_BUILDDIR).
6649 (CLEANDIRS). Remove gnulib/import.
6650 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
6651 (all-lib): Ditto.
6652 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
6653 (gnulib/import/Makefile): Replace gnulib/import with
6654 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
6655 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
6656 (aclocal_m4_deps): Remove the gnulib dependencies. Add
6657 acx_configure_dir.m4.
6658 * acinclude.m4: Include acx_configure_dir.m4.
6659 * acx_configure_dir.m4: New file.
6660 * aclocal.m4: Regenerate.
a09130f9
PA
6661 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
6662 calls. Configure gnulib using ACX_CONFIGURE_DIR.
6663 (GNULIB): New variable.
6664 (GNULIB_STDINT_H): Adjust.
6665 (AC_OUTPUT): Don't output gnulib/Makefile.
6666 * gdb/defs.h: Include build-gnulib/config.h.
6667 * aclocal.m4: Regenerate.
6668 * config.in: Regenerate.
6669 * configure: Regenerate.
6670
6671 * gnulib/Makefile.in: New file.
6672 * gnulib/configure.ac: New file.
6673 * gnulib/aclocal.m4: New file.
6674 * gnulib/config.in: New file.
6675 * gnulib/configure: New file.
c971b7fa
PA
6676 * gnulib/: Re-run gnulib-tool to adjust.
6677
b10faa68
DE
66782012-04-19 Doug Evans <dje@google.com>
6679
6680 * cleanups.h (struct cleanup): Move to cleanups.c.
6681 (make_cleanup_dtor_ftype): New typedef.
6682 (make_cleanup_dtor): Use it.
6683 (ALL_CLEANUPS): Replace with ...
6684 (all_cleanups): ... this. Declare. All uses updated.
6685 * cleanups.c: #include "gdb_assert.h".
6686 (sentinel_cleanup): New static global.
6687 (SENTINEL_CLEANUP): Define.
6688 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
6689 (make_my_cleanup2): Assert result is non-NULL.
6690 (all_cleanups): New function.
6691 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
6692 of NULL.
6693
d8c267cc
PA
66942012-04-19 Pedro Alves <palves@redhat.com>
6695
6696 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
6697 Adjust paths to gnulib imported files.
6698
809277f8
PA
66992012-04-19 Pedro Alves <palves@redhat.com>
6700
6701 * gnulib/: Move whole directory ...
6702 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
6703 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
6704 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
6705 (aclocal_m4_deps): Adjust.
6706 * aclocal.m4: Regenerate.
6707 * configure: Regenerate.
6708 * configure.ac: Adjust AC_OUTPUT output.
6709
aad9eab9
YQ
67102012-04-19 Yao Qi <yao@codesourcery.com>
6711
6712 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
6713 (vec.o): New rule.
6714 * vec.c: Move it ...
6715 * common/vec.c: ... here.
6716 * vec.h: Move it ...
6717 * common/vec.h: ... here.
6718
48fe4669
YQ
67192012-04-19 Yao Qi <yao@codesourcery.com>
6720
6721 * gdb-code-style.el: New.
6722
770d76d7
PA
67232012-04-18 Pedro Alves <palves@redhat.com>
6724
6725 Update gnulib from latest git.
6726 (639ea5ae15e39fe48d43e04864b2997301e4b969)
6727
6728 * gnulib/Makefile.am: Update.
6729 * gnulib/dummy.c: Update.
6730 * gnulib/extra/arg-nonnull.h: Update.
6731 * gnulib/extra/c++defs.h: Update.
6732 * gnulib/extra/update-copyright: Update.
6733 * gnulib/extra/warn-on-use.h: Update.
6734 * gnulib/inttypes.in.h: Update.
6735 * gnulib/m4/00gnulib.m4: Update.
6736 * gnulib/m4/extensions.m4: Update.
6737 * gnulib/m4/gnulib-cache.m4: Update.
6738 * gnulib/m4/gnulib-common.m4: Update.
6739 * gnulib/m4/gnulib-comp.m4: Update.
6740 * gnulib/m4/gnulib-tool.m4: Update.
6741 * gnulib/m4/include_next.m4: Update.
6742 * gnulib/m4/inttypes-pri.m4: Update.
6743 * gnulib/m4/inttypes.m4: Update.
6744 * gnulib/m4/longlong.m4: Update.
6745 * gnulib/m4/memchr.m4: Update.
6746 * gnulib/m4/memmem.m4: Update.
6747 * gnulib/m4/mmap-anon.m4: Update.
6748 * gnulib/m4/multiarch.m4: Update.
6749 * gnulib/m4/onceonly.m4: Update.
6750 * gnulib/m4/stddef_h.m4: Update.
6751 * gnulib/m4/stdint.m4: Update.
6752 * gnulib/m4/string_h.m4: Update.
6753 * gnulib/m4/warn-on-use.m4: Update.
6754 * gnulib/m4/wchar_h.m4: Update.
6755 * gnulib/m4/wchar_t.m4: Update.
6756 * gnulib/m4/wint_t.m4: Update.
6757 * gnulib/memchr.c: Update.
6758 * gnulib/memmem.c: Update.
6759 * gnulib/stddef.in.h: Update.
6760 * gnulib/stdint.in.h: Update.
6761 * gnulib/str-two-way.h: Update.
6762 * gnulib/string.in.h: Update.
6763 * gnulib/wchar.in.h: Update.
6764
6765 * gnulib/extra/arg-nonnull.h: Delete.
6766 * gnulib/extra/c++defs.h: Delete.
6767 * gnulib/extra/warn-on-use.h: Delete.
6768 * gnulib/m4/wchar_h.m4: Delete.
6769 * gnulib/m4/wint_t.m4: Delete.
6770 * gnulib/wchar.in.h: Delete.
6771
6772 * gnulib/extra/snippets/arg-nonnull.h: New.
6773 * gnulib/extra/snippets/c++defs.h: New.
6774 * gnulib/extra/snippets/warn-on-use.h: New.
6775
6776 * aclocal.m4: Regenerate.
6777 * config.in: Regenerate.
6778 * configure: Regenerate.
6779 * gnulib/Makefile.in: Regenerate.
6780
174e088e
PA
67812012-04-18 Pedro Alves <palves@redhat.com>
6782
6783 Reimport the update-copyright module from gnulib
6784 (250b80067c1e1d8faa0c42fb572f721975b929c5).
6785
6786 * configure: Regenerate.
6787 * gnulib/Makefile.am: Update.
6788 * gnulib/Makefile.in: Regenerate.
6789 * gnulib/extra/update-copyright: Update.
6790 * gnulib/m4/gnulib-cache.m4: Update.
6791 * gnulib/m4/gnulib-comp.m4: Update.
6792
7f533142
JB
67932012-04-18 Tristan Gingold <gingold@adacore.com>
6794
6795 * configure.ac (aix): Put -lpthread into libs.
6796 * configure: Regenerate.
6797
001822aa
TT
67982012-04-18 Tom Tromey <tromey@redhat.com>
6799
6800 * linespec.c (convert_linespec_to_sals): Don't use
6801 SYMBOL_OBJ_SECTION.
6802 (compare_msymbols): Arguments are minsym_and_objfile, not
6803 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
6804
db026a31
PA
68052012-04-18 Pedro Alves <palves@redhat.com>
6806
6807 Revert gnulib/ part of:
6808 2011-01-01 Joel Brobecker <brobecker@adacore.com>
6809 Copyright year update in most files (performed by copyright.sh).
6810
12df843f
JK
68112012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6812
6813 Fix 64-bit constants on 32-bit hosts.
6814 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
6815 from unsigned long to ULONGEST.
6816 (read_signed_leb128): Change declaration return type from long to
6817 LONGEST.
6818 (dwarf2_const_value_attr): Change declaration parameter value from long
6819 to LONGEST.
6820 (dwarf2_compute_name): Change variable value from long to LONGEST.
6821 (read_unsigned_leb128): Change return type, variable result and some
6822 casts from unsigned long to ULONGEST.
6823 (read_signed_leb128): Change return type, variable result and some
6824 casts from long to LONGEST.
6825 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
6826 value from long to LONGEST.
6827 (dwarf2_const_value): Change variable value from long to LONGEST.
6828 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
6829 plongest and hex_string.
6830 * symtab.h (struct general_symbol_info): Change ivalue from long to
6831 LONGEST, remove the comment.
6832 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
6833 Change SYMBOL_VALUE format strings to use plongest and hex_string.
6834
14e75d8e
JK
68352012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
6836
6837 PR symtab/7259:
6838 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
6839 * ada-lang.c (ada_discrete_type_high_bound)
ac4ea3c2
JK
6840 (ada_discrete_type_low_bound): Fix function comment. Use
6841 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
14e75d8e
JK
6842 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
6843 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6844 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
6845 Use TYPE_FIELD_ENUMVAL.
6846 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
6847 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6848 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
6849 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
6850 TYPE_CODE_ENUM.
6851 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
6852 * dwarf2read.c (process_enumeration_scope): Likewise.
6853 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
6854 field.bitpos.
6855 (class StructMainTypePrettyPrinter): Support also
6856 FIELD_LOC_KIND_ENUMVAL.
6857 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
6858 TYPE_CODE_ENUM.
6859 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6860 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
6861 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
6862 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
6863 field enumval.
6864 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
6865 accommodate enumval.
6866 (struct call_site): Adjust loc_kind to accommodate enumval.
6867 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
6868 (TYPE_FIELD_ENUMVAL): New macros.
6869 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
6870 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
6871 TYPE_CODE_ENUM.
6872 * p-typeprint.c (pascal_type_print_base): Likewise.
6873 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
6874 enumval.
6875 * python/lib/gdb/types.py (make_enum_dict): Likewise.
6876 * python/py-type.c (convert_field): New variable addrstring. Use
6877 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6878 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
6879 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
6880 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
6881 TYPE_CODE_ENUM.
6882 * valprint.c (generic_val_print): Likewise.
6883
380bca97
DE
68842012-04-17 Doug Evans <dje@google.com>
6885
dcc07052
DE
6886 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
6887
380bca97
DE
6888 * dwarf2read.c: Whitespace fixes.
6889 (lookup_signatured_type): Tweak comment.
6890 (get_die_type_at_offset): Fix comment.
6891
ec92004f
JB
68922012-04-17 Joel Brobecker <brobecker@adacore.com>
6893
6894 * xcoffread.c (xcoff_secnum_to_sections): New function.
6895 (secnum_to_section, secnum_to_bfd_section): Reimplement
6896 using xcoff_secnum_to_sections. Rename "secnum" parameter
6897 into "n_scnum".
6898 (RECORD_MINIMAL_SYMBOL): Delete.
6899 (record_minimal_symbol): New function.
6900 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
6901 by call to record_minimal_symbol and set misc_func_recorded
6902 to 1. Set last_csect_sec to the XCOFF section index instead
6903 of GDB's section_offset index. Update calls to
6904 prim_record_minimal_symbol_and_info to pass the BFD section
6905 as well.
6906
40301fb7
JB
69072012-04-17 Joel Brobecker <brobecker@adacore.com>
6908
6909 * xcoffread.c (read_xcoff_symtab): Delete variables
6910 last_csect_val and last_csect_sec and associated code.
6911
e0088cfd
DE
69122012-04-17 Doug Evans <dje@google.com>
6913
58d5e2c3
DE
6914 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
6915 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6916 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
6917 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
6918
c27f5738
DE
6919 * cleanups.h: New file.
6920 * cleanups.c: New file.
6921 * Makefile.in (SFILES): Add cleanups.c.
6922 (HFILES_NO_SRCDIR): Add cleanups.h.
6923 (COMMON_OBS): Add cleanups.o.
6924 * defs.h (struct cleanup): Moved to cleanups.h.
6925 (do_cleanups,do_final_cleanups): Ditto.
6926 (discard_cleanups,discard_final_cleanups): Ditto
6927 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6928 (save_cleanups,save_final_cleanups): Ditto.
6929 (restore_cleanups,restore_final_cleanups): Ditto.
6930 (null_cleanup): Ditto.
6931 (make_my_cleanup,make_my_cleanup2): Ditto.
6932 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6933 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
6934 (do_cleanups,do_final_cleanups): Ditto.
6935 (discard_cleanups,discard_final_cleanups): Ditto
6936 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6937 (save_cleanups,save_final_cleanups): Ditto.
6938 (restore_cleanups,restore_final_cleanups): Ditto.
6939 (null_cleanup): Ditto.
6940 (make_my_cleanup,make_my_cleanup2): Ditto.
6941 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6942
e0088cfd
DE
6943 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
6944 make_my_cleanup.
6945 (make_cleanup_dyn_string_delete): Ditto.
6946 (make_cleanup_ui_file_delete): Ditto.
6947 (make_cleanup_ui_out_redirect_pop): Ditto.
6948 (make_cleanup_free_section_addr_info): Ditto.
6949 (make_cleanup_restore_integer): Ditto.
6950 (make_cleanup_unpush_target): Ditto.
6951 (make_cleanup_value_free_to_mark): Ditto.
6952 (make_cleanup_value_free): Ditto.
6953 (make_cleanup_free_so): Ditto.
6954
4dc84fd1
JK
69552012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6956
6957 New option "set debug auto-load".
6958 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
6959 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
6960 (auto_load_safe_path_vec_update)
6961 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
6962 if DEBUG_AUTO_LOAD.
6963 (file_is_auto_load_safe): New parameters debug_fmt and ....
6964 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
6965 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
6966 caller by explanatory string.
6967 (_initialize_auto_load): Register "set debug auto-load".
6968 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
6969 and ....
6970 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6971 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
6972 by explanatory string.
6973 * main.c (captured_main): Likewise.
6974 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
6975 (source_section_scripts): Likewise.
6976
bccbefd2
JK
69772012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6978
6979 New option "set auto-load safe-path".
6980 * NEWS: New commands "set auto-load safe-path"
6981 and "show auto-load safe-path".
6982 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
6983 (auto_load_safe_path, auto_load_safe_path_vec)
6984 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
6985 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
6986 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
6987 (source_gdb_script_for_objfile): New variable is_safe. Call
6988 file_is_auto_load_safe. Return if it is not.
6989 (struct loaded_script): New field loaded.
6990 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
6991 (print_script): Use LOADED indicator instead of FULL_PATH. Change
6992 output "Missing" to "No".
6993 (_initialize_auto_load): New variable cmd. Initialize
6994 auto_load_safe_path. Register "set auto-load safe-path",
6995 "show auto-load safe-path" and "add-auto-load-safe-path".
6996 * auto-load.h (maybe_add_script): Add parameter loaded.
6997 (file_is_auto_load_safe): New declaration.
6998 * config.in: Regenerate.
6999 * configure: Regenerate.
7000 * configure.ac: New parameters --with-auto-load-safe-path
7001 and --without-auto-load-safe-path.
7002 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7003 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
7004 * main.c (captured_main): Check file_is_auto_load_safe for
7005 LOCAL_GDBINIT.
7006 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
7007 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
7008 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
7009 not.
7010
bf88dd68
JK
70112012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7012
7013 auto-load: Implementation.
7014 * NEWS: New descriptions for "info auto-load",
7015 "info auto-load gdb-scripts", "info auto-load python-scripts",
7016 "info auto-load local-gdbinit" and "info auto-load libthread-db".
7017 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
7018 and "show auto-load-scripts". New description for "set auto-load",
7019 "show auto-load", "set auto-load gdb-scripts",
7020 "show auto-load gdb-scripts", "set auto-load python-scripts",
7021 "show auto-load python-scripts", "set auto-load local-gdbinit",
7022 "show auto-load local-gdbinit", "set auto-load libthread-db" and
7023 "show auto-load libthread-db".
7024 * auto-load.c: Remove include python/python-internal.h. Add includes
7025 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
7026 cli/cli-setshow.h.
7027 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
7028 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
7029 (gdbpy_global_auto_load): Rename to ...
7030 (global_auto_load): ... here.
7031 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7032 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
7033 (script_language_gdb, source_gdb_script_for_objfile): New.
7034 (struct loaded_script): New field language.
7035 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
7036 LANGUAGE.
7037 (maybe_add_script): Add parameter language. Drop redundant
7038 entry.full_path initialization. Initialize entry.language and
7039 (*slot)->language.
7040 (auto_load_objfile_script): Change parameter suffix to language.
7041 Remove the call of maybe_add_script.
7042 Call language->source_script_for_objfile.
7043 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
7044 New.
7045 (collect_matching_scripts): Adjust it for
7046 struct collect_matching_scripts_data.
7047 (auto_load_info_scripts_pattern_nl): New variable.
7048 (info_auto_load_scripts): Rename to ...
7049 (auto_load_info_scripts): ... here, add parameter language. Adjust it
7050 for struct collect_matching_scripts_data.
7051 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
7052 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
7053 (auto_load_show_cmdlist_get, info_auto_load_cmd)
7054 (auto_load_info_cmdlist_get): New.
7055 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
7056 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
7057 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
7058 "info auto-load local-gdbinit".
7059 * auto-load.h (struct script_language): New.
7060 (gdbpy_global_auto_load): Rename to ...
7061 (global_auto_load): ... here.
7062 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7063 (auto_load_local_gdbinit_loaded): New declarations.
7064 (maybe_add_script): New parameter language.
7065 (auto_load_objfile_script): Change parameter suffix to language.
7066 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
7067 (auto_load_info_scripts, auto_load_set_cmdlist_get)
7068 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
7069 declarations.
7070 * linux-thread-db.c: Include auto-load.h and ctype.h.
7071 (auto_load_thread_db, show_auto_load_thread_db): New.
7072 (struct thread_db_info): New field filename.
7073 (delete_thread_db_info): Call xfree for FILENAME.
7074 (try_thread_db_load): Initialize FILENAME.
7075 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
7076 if !AUTO_LOAD_THREAD_DB.
7077 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
7078 (_initialize_thread_db): Install auto_load_thread_db
7079 as "set auto-load libthread-db" and install info_auto_load_libthread_db
7080 as "info auto-load libthread-db".
7081 * main.c (captured_main): Rename gdbpy_global_auto_load to
7082 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
7083 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
7084 (print_gdb_help): Extend the help for 'local init file'.
7085 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
7086 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
7087 (auto_load_scripts): Rename to ...
7088 (auto_load_python_scripts): ... here, update the comment.
7089 (gdbpy_load_auto_script_for_objfile): New declaration.
7090 (show_auto_load_python_scripts, script_language_python)
7091 (gdbpy_load_auto_script_for_objfile): New.
7092 (source_section_scripts): Refactor the code.
7093 (load_auto_scripts_for_objfile): Rename to ...
7094 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
7095 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
7096 (info_auto_load_python_scripts): New.
7097 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
7098 Rename "set auto-load-scripts" to "set auto-load python-scripts".
7099 Register "set auto-load-scripts" as its deprecated alias. Register
7100 "info auto-load python-scripts". Register "info auto-load-scripts" as
7101 its deprecated alias.
7102 (load_auto_scripts_for_objfile): Rename to ...
7103 (gdbpy_load_auto_scripts_for_objfile): ... here.
7104 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
7105 (gdbpy_load_auto_scripts_for_objfile): ... here.
7106
e2207b9a
JK
71072012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7108
7109 auto-load: Move files.
7110 * Makefile.in (SFILES): Add auto-load.c.
7111 (HFILES_NO_SRCDIR): Add auto-load.h.
7112 (COMMON_OBS): Add auto-load.o.
7113 (distclean): Change .gdbinit for gdb-gdb.gdb.
7114 * auto-load.c: New file, with parts from python/py-auto-load.c.
7115 * auto-load.h: New file, with parts from python/python.h.
7116 * configure: Regenerate.
7117 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
7118 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
7119 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
7120 * main.c: Include auto-load.h.
7121 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
7122 command.h, observer.h and progspace.h to auto-load.c. Add include
7123 auto-load.h.
7124 (gdbpy_global_auto_load, struct auto_load_pspace_info)
7125 (struct loaded_script, auto_load_pspace_data)
7126 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
7127 (hash_loaded_script_entry, eq_loaded_script_entry)
7128 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
7129 (maybe_add_script): Move to auto-load.c.
7130 (source_section_scripts): Change maybe_add_script parameters passing,
7131 use script_not_found_warning_print.
7132 (clear_section_scripts, auto_load_objfile_script)
7133 (auto_load_new_objfile, loaded_script_ptr)
7134 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
7135 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
7136 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
7137 auto_load_new_objfile and info_auto_load_scripts initizations to
7138 auto-load.c.
7139 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
7140
e4ab2fad
JK
71412012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7142
7143 Code cleanup.
7144 * charset.c (find_charset_names): Remove variables ix and elt.
7145 Use free_char_ptr_vec.
7146 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
7147 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
7148 debugdir_end. New variable debugdir_len.
7149 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
7150 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
7151 declarations.
7152 * progspace.c (clear_program_space_solib_cache): Remove variables ix
7153 and elt. Use free_char_ptr_vec.
7154 * source.c (add_path): Remove variables argv, arg and argv_index.
7155 New variables dir_vec, back_to, ix and name.
7156 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
7157 make_cleanup_freeargv. Remove variable separator. Simplify the code
7158 no longer expecting DIRNAME_SEPARATOR.
7159 (openp): Remove variable p, p1 and len. New variables dir_vec,
7160 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
7161 no longer expecting DIRNAME_SEPARATOR.
7162 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
7163 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
7164 debugdir_end.
7165 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
7166 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
7167 (dirnames_to_char_ptr_vec): New functions.
7168
5ee4ed9f
JK
71692012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7170
7171 Code cleanup.
7172 * source.c (add_path): Remove always true conditional 'p == 0' and
7173 unindent its code block.
7174
f41f5e61
PA
71752012-04-17 Pedro Alves <palves@redhat.com>
7176
7177 * gdbtypes.h (FIELD_BITPOS): Rename to ...
7178 (FIELD_BITPOS_LVAL): ... this.
7179 (FIELD_BITPOS): New.
7180 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
7181 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
7182 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
7183 SET_FIELD_BITPOS.
7184 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
7185 SET_FIELD_BITPOS.
7186 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
7187 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
7188 * target-descriptions.c (tdesc_gdb_type): Adjust to use
7189 SET_FIELD_BITPOS.
7190
945b3a32
JK
71912012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7192
7193 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
7194 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
7195 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
7196 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
7197 * jv-lang.c (java_link_class_type): Likewise, once.
7198 * stabsread.c (read_enum_type): Likewise.
7199
42476b70
YQ
72002012-04-16 Yao Qi <yao@codesourcery.com>
7201
7202 * common/agent.c (agent_run_command): Add one more parameter `len'.
7203 Update callers.
7204 * common/agent.h: Update declaration.
7205 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
7206 Update.
7207 (linux_child_static_tracepoint_markers_by_strid): Ditto.
7208
8264ba82
AG
72092012-04-14 Anton Gorenkov <xgsa@yandex.ru>
7210
7211 PR mi/13393
7212 * value.c (value_actual_type): New function.
7213 * value.h (value_actual_type): New declaration.
7214 * varobj.c (update_type_if_necessary): New function.
7215 (varobj_create): Call value_actual_type instead of
7216 value_type.
7217 (install_dynamic_child): distinct changed and type changed MI variable
7218 objects.
7219 (update_dynamic_varobj_children): Updated for install_dynamic_child
7220 change. All callers updated.
a09130f9 7221 (varobj_update): Support for MI variable object type change if
8264ba82
AG
7222 the value changed and RTTI is used to determine the type.
7223 (create_child_with_value): Call value_actual_type instead of
7224 value_type.
a09130f9 7225 (adjust_value_for_child_access): Extended with a new parameter which
8264ba82
AG
7226 specify whether the given value should be casted to enclosing type.
7227 All callers updated.
7228
55a8c076
YQ
72292012-04-14 Yao Qi <yao@codesourcery.com>
7230
7231 Import gnulib module inttypes from git
7232 (250b80067c1e1d8faa0c42fb572f721975b929c5)
7233 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
a09130f9
PA
7234 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
7235 gnulib/m4/inttypes-pri.m4
55a8c076
YQ
7236 * aclocal.m4, config.in, configure: Regenerated.
7237 * gnulib/Makefile.am: Update.
7238 * gnulib/Makefile.in: Update.
7239 * gnulib/m4/gnulib-cache.m4: Update.
7240 * gnulib/m4/gnulib-comp.m4: Update.
7241 * gnulib/inttypes.in.h: New.
7242 * gnulib/m4/inttypes-pri.m4: New.
a09130f9 7243 * gnulib/m4/inttypes.m4: New.
55a8c076 7244
ca7781d2
LM
72452012-04-13 Luis Machado <lgustavo@codesourcery.com>
7246
7247 * infrun.c (resume): Update PC address to the real PC after
7248 preparing to do displaced stepping.
7249
e319fa28
DE
72502012-04-12 Doug Evans <dje@google.com>
7251
7252 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
7253 All callers updated.
7254
15add3f5
MK
72552012-04-12 Mark Kettenis <kettenis@gnu.org>
7256
7257 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
7258
52dc124a
DE
72592012-04-12 Doug Evans <dje@google.com>
7260
0e50663e
DE
7261 * dwarf2read.c (create_all_type_units): Renamed from
7262 create_debug_types_hash_table. All callers updated.
7263
52dc124a
DE
7264 * dwarf2read.c (create_signatured_type_table_from_index): Rename
7265 local type_sig to sig_type, type_offset to type_offset_in_tu.
7266 (hash_signatured_type): Renamed from hash_type_signature,
7267 all callers updated.
7268 (eq_signatured_type): Renamed from eq_type_signature,
7269 all callers updated.
7270 (create_debug_types_hash_table): Rename local type_sig to sig_type.
7271 (process_enumeration_scope): Ditto.
7272 (lookup_signatured_type_at_offset): Ditto.
7273 (load_full_type_unit, read_signatured_type): Ditto.
7274
248fd3bf
YQ
72752012-04-12 Yao Qi <yao@codesourcery.com>
7276
7277 * remote.c (async_remote_interrupt): Correct function name in
7278 debug message.
7279 (async_remote_interrupt_twice): Ditto.
7280
bc3aa6c3
DE
72812012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
7282
7283 * source.c (find_and_open_source): Consistently pass resulting
7284 full path through xfullpath.
7285
9e529e1d
JK
72862012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7287
7288 Provide more specific displaced-stepping memory error message.
7289 * infrun.c (displaced_step_prepare): New variable status. Call
7290 target_read_memory instead of read_memory, provide more specific
7291 error message.
7292
82e0cec1
TG
72932012-04-11 Tristan Gingold <gingold@adacore.com>
7294
7295 PR gdb/13901
7296 * darwin-nat.c (darwin_execvp): Revert previous patch.
7297
d987a266
TG
72982012-04-11 Tristan Gingold <gingold@adacore.com>
7299
7300 PR gdb/13901
7301 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
7302 in case of change.
7303
016b7430
TG
73042012-04-11 Tristan Gingold <gingold@adacore.com>
7305
7306 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7307 warning.
7308
06fc020f
SCR
73092012-04-11 Siva Chandra Reddy <sivachandra@google.com>
7310
7311 New command 'explore' which helps explore values and types in
7312 scope.
7313 * NEWS: Add an entry about the new 'explore' command.
7314 * data-directory/Makefile.in: Add gdb/command/explore.py
7315 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
a09130f9 7316 command using the GDB Python API.
06fc020f 7317
de0919f8 73182012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
34b192ce
MR
7319
7320 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
7321 extension in jump target calculation.
7322
de0919f8 73232012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
9e8da49c
MR
7324
7325 * mips-tdep.c (mips32_next_pc): Handle JALX.
7326
2f26ef89
YQ
73272012-04-10 Yao Qi <yao@codesourcery.com>
7328
7329 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
7330
2e505b66
YQ
73312012-04-10 Yao Qi <yao@codesourcery.com>
7332
7333 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
7334 and gnulib/m4/gnulib-tool.m4.
7335
0d99eb77
DE
73362012-04-10 Doug Evans <dje@google.com>
7337
7338 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
7339 (load_partial_dies): Clarify comment.
7340 (find_partial_die): Support rereading type units.
7341 Clarify CU handling, if we know offset is in CU, don't search for the
7342 containing CU. Add comment regarding memory waste.
7343
9a82b8ff
L
73442012-04-10 H.J. Lu <hongjiu.lu@intel.com>
7345
7346 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
7347 i386/x32-avx and i386/x32-avx-linux.
7348 (i386/x32-expedite): New.
7349 (i386/x32-linux-expedite): Likewise.
7350 (i386/x32-avx-expedite): Likewise.
7351 (i386/x32-avx-linux-expedite): Likewise.
7352 ($(outdir)/i386/x32.dat): Likewise.
7353 ($(outdir)/i386/x32-linux.dat): Likewise.
7354 ($(outdir)/i386/x32-avx.dat): Likewise.
7355 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
7356
7357 * features/i386/x32-avx-linux.xml: New file.
7358 * features/i386/x32-avx.xml: Likewise.
7359 * features/i386/x32-core.xml: Likewise.
7360 * features/i386/x32-linux.xml: Likewise.
7361 * features/i386/x32.xml: Likewise.
7362
7363 * features/i386/x32-avx-linux.c: New. Generated.
7364 * features/i386/x32-avx.c: Likewise.
7365 * features/i386/x32-linux.c: Likewise.
7366 * features/i386/x32.c: Likewise.
7367 * regformats/i386/x32-avx-linux.dat: Likewise.
7368 * regformats/i386/x32-avx.dat: Likewise.
7369 * regformats/i386/x32-linux.dat: Likewise.
7370 * regformats/i386/x32.dat: Likewise.
7371
ee41036f
TG
73722012-04-10 Tristan Gingold <gingold@adacore.com>
7373
7374 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
7375 code to kill the inferior.
7376
a7aa5b8a
MK
73772012-04-09 Mark Kettenis <kettenis@gnu.org>
7378
7379 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7380 defines.
7381 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7382 defines.
a09130f9 7383 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
a7aa5b8a
MK
7384 (yyvsp): New defines.
7385 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7386 defines.
7387 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7388 defines.
7389 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7390 defines.
7391 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7392 defines.
7393 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7394 defines.
7395
fb57d452
MK
73962012-04-09 Mark Kettenis <kettenis@gnu.org>
7397
a09130f9 7398 * sparc64-tdep.c (sparc64_store_arguments)
fb57d452
MK
7399 (sparc64_store_arguments): Fix coding style.
7400
cdc7b32f
MK
74012012-04-07 Mark Kettenis <kettenis@gnu.org>
7402
7403 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
7404 complex floats, adjust some related comments and tighten a related
7405 assertion.
7406 (sparc64_extract_return_value): Handle complex floats.
7407
7adf1e79
DE
74082012-04-07 Doug Evans <dje@google.com>
7409
7410 * dwarf2read.c (load_partial_dies): Change condition to assert.
7411
50f1ae7b
DE
74122012-04-06 Doug Evans <dje@google.com>
7413
7414 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
7415 "mov %rsp,%rbp".
7416
55fa75c3
KB
74172012-04-05 Kevin Buettner <kevinb@redhat.com>
7418
7419 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
7420 fencepost error.
7421 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
7422 (v850_gdbarch_init): Set `num_regs' as appropriate for the
7423 architecture.
7424
40e084e1
KS
74252012-04-05 Keith Seitz <keiths@redhat.com>
7426
7427 * linespec.c (decode_compound): Remove.
7428 (enum offset_relative_sign): New enum.
7429 (struct line_offset): New struct.
7430 (struct linespec): New struct.
7431 (struct linespec_state): Move file_symtabs,
7432 user_filename, and user_function into struct linespec.
7433 Make result an anonymous struct holding vectors of
7434 symbolp and minsym_and_objfile_d.
7435 Add language member.
7436 (enum ls_token_type): New enum.
7437 (linespec_keywords): New array.
7438 (struct ls_token): New struct.
7439 (struct ls_parser): New struct.
7440 (linespec_lexer_lex_number): New function.
7441 (linespec_lexer_lex_keyword): New function.
7442 (is_ada_operator): New function.
7443 (skip_quote_char): New function.
7444 (copy_token_string): New function.
7445 (is_closing_quote_enclosed): New function.
7446 (find_parameter_list_end): New function.
7447 (linespec_lexer_lex_string): New function.
7448 (linespec_lexer_lex_one): New function.
7449 (linespec_lexer_consume_token): New function.
7450 (linespec_lexer_peek_token): New function.
7451 (cplusplus_error): Remove unused function.
7452 (find_methods): Update comment.
7453 (find_toplevel_char): Return const.
7454 (is_objc_method_format): Remove unused function.
7455 (find_toplevel_string): New function.
7456 (is_linespec_boundary): Remove.
7457 (symbol_not_found_error): New function.
7458 (find_method_overload_end): Remove function.
7459 (unexpected_linespec_error): New function.
7460 (keep_name_info): Remove.
7461 (linespec_parse_line_offset): New function.
7462 (linespec_parse_basic): New function.
7463 (canonicalize_linespec): New function.
7464 (decode_line_internal): Remove.
7465 (create_sals_line_offset): New function adapted from
7466 decode_all_digits.
7467 (convert_linespec_to_sals): New function.
7468 (parse_linespec): New function.
7469 (linespec_parser_new): New function.
7470 (linespec_state_destructor): Change parameter type to
7471 struct linespec_state *.
7472 Add language parameter.
7473 Remove freeing of moved members.
7474 (linespec_parser_delete): New function.
7475 (decode_line_full): Use parse_linespec and linespec_parser_new.
7476 (decode_line_1): Likewise.
7477 (decode_indirect): Rename to ...
7478 (linespec_expression_to_pc): ... this and rewrite
7479 to simply find CORE_ADDR, storing this result for later
7480 conversion to SALs.
7481 (locate_first_half): Remove.
7482 (deocde_objc): Add parameter LS.
7483 Initialize new struct collect_info members.
7484 Handle minimal symbols, too.
7485 (decode_compound): Delete.
7486 (lookup_prefix_sym): Rewrite.
7487 (compare_msymbols): New function.
7488 (find_method): Rewrite.
7489 Do not call cplusplus_error.
7490 (symtabs_from_filename): Rewrite.
7491 (collect_function_symbols): Delete.
7492 (find_function_symbols): Rewrite without ARGPTR-style
7493 processing.
7494 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
7495 (decode_dollar): Adapted and renamed to ...
7496 (linespec_parse_variable): ... this.
7497 (find_linespec_symbols): New function.
7498 (decode_label): Adapted and renamed to ...
7499 (find_label_symbols): ... this.
7500 (decode_digits_list_mode): Add and use LS argument.
7501 (decode_digits_ordinary): Likewise.
7502 (collect_symbols): Do not collect SALs, just symbols and msymbols.
7503 If in list mode, allow any symbol class. Otherwise, only
7504 permit LOC_BLOCK symbols.
7505 (minsym_found): Update comments.
7506 (search_minsyms_for_name): Do not convert the matching symbol
7507 into a SAL. Simply push the symbol and objfile into the
7508 result vector.
7509 (decode_variable): Delete. Contents adapted into
7510 find_linespec_symbols.
7511
7512 * cp-support.c (SKIP_SPACE): Remove.
7513 (operator_tokens): Remove unused global.
7514 (cp_validate_operator): Remove.
7515 * cp-support.h (cp_validate_operator): Remove declaration.
7516
a72c8f6a
JK
75172012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7518
7519 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
7520 for TYPE_VPTR_FIELDNO.
7521 * valprint.c (valprint_check_validity): Make it global, move the
7522 function comment ...
7523 * value.h (valprint_check_validity): ... to this new declaration.
7524
cf9bb588
TG
75252012-04-02 Tristan Gingold <gingold@adacore.com>
7526
7527 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
7528 the STATE32 api for i386 state.
7529 (i386_darwin_store_inferior_registers): Likewise.
7530
17092398
TG
75312012-04-02 Tristan Gingold <gingold@adacore.com>
7532
7533 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
7534 SS offset.
7535 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7536 format_string.
7537
ece0061f
TG
75382012-04-02 Tristan Gingold <gingold@adacore.com>
7539
7540 PR gdb/13901
d987a266 7541 * darwin-nat.c (darwin_execvp): Set binary preference.
ece0061f 7542
cf65ecd3
JK
75432012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7544
7545 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
7546
9bc3523d
TT
75472012-03-30 Tom Tromey <tromey@redhat.com>
7548
7549 * python/python.c (gdbpy_decode_line): Move cleanup creation out
7550 of TRY_CATCH. Fix error handling.
7551 * python/py-value.c (convert_value_from_python): Move 'old'
7552 declaration to innermost scope.
7553
b1ed564a
JB
75542012-03-29 Joel Brobecker <brobecker@adacore.com>
7555 Andrey Smirnov <andrew.smirnov@gmail.com>
7556
7557 -Wshadow warning fix.
7558 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
7559 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
7560 Adjust code accordingly.
7561
cb8e9b97
JB
75622012-03-29 Joel Brobecker <brobecker@adacore.com>
7563
7564 * ada-lang.c (symbol_completion_add): Rename parameter
7565 "encoded" into "encoded_p". Ajust code and documentation
7566 accordingly.
7567
c0af1706
JB
75682012-03-29 Joel Brobecker <brobecker@adacore.com>
7569 Andrey Smirnov <andrew.smirnov@gmail.com>
7570
7571 -Wshadow warning fix.
7572 * ada-lang.c (symbol_completion_add): Rename parameter
7573 "wild_match" into wild_match_p. Update code and documentation
7574 accordingly.
7575
6ea35997
JB
75762012-03-29 Joel Brobecker <brobecker@adacore.com>
7577
7578 * ada-lang.c (symbol_completion_match): Rename parameter
7579 "encoded" into "encoded_p". Ajust code and documentation
7580 accordingly.
7581
e701b3c0
JB
75822012-03-29 Joel Brobecker <brobecker@adacore.com>
7583 Andrey Smirnov <andrew.smirnov@gmail.com>
7584
7585 -Wshadow warning fix.
7586 * ada-lang.c (symbol_completion_match): Rename parameter
7587 "wild_match" into "wild_match_p". Adjust code and function
7588 documentation accordingly.
7589
5e2336be
JB
75902012-03-29 Joel Brobecker <brobecker@adacore.com>
7591 Andrey Smirnov <andrew.smirnov@gmail.com>
7592
7593 -Wshadow warning fix.
7594 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
7595 "symbol_info" into "info". Adjust code accordingly.
7596 (ada_lookup_symbol): Likewise.
7597
9f88c959
JB
75982012-03-29 Joel Brobecker <brobecker@adacore.com>
7599
7600 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
7601 of this function's documentation.
7602
82ccd55e
JB
76032012-03-29 Joel Brobecker <brobecker@adacore.com>
7604 Andrey Smirnov <andrew.smirnov@gmail.com>
7605
7606 -Wshadow warning fix.
7607 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
7608 variable into "wild_match_p". Adjust code accordingly.
7609
d0a8ab18
JB
76102012-03-29 Joel Brobecker <brobecker@adacore.com>
7611 Andrey Smirnov <andrew.smirnov@gmail.com>
7612
7613 -Wshadow warning fix.
7614 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
7615 parameter into "wild_match_p". Adjust code accordingly.
7616 Document this parameter in the function description.
7617
48b78332
JB
76182012-03-29 Joel Brobecker <brobecker@adacore.com>
7619 Andrey Smirnov <andrew.smirnov@gmail.com>
7620
7621 -Wshadow warning fix.
7622 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
7623 "wild_match" parameter to "wild_match_p" (-Wshadow).
7624
2e6e0353
JB
76252012-03-29 Joel Brobecker <brobecker@adacore.com>
7626
7627 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
7628 in function documentation.
7629
dc4024cd
JB
76302012-03-29 Joel Brobecker <brobecker@adacore.com>
7631 Andrey Smirnov <andrew.smirnov@gmail.com>
7632
7633 -Wshadow warning fix.
7634 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
7635 variable into wild_match_p. Adjust code accordingly.
7636
6c88661c
JB
76372012-03-29 Joel Brobecker <brobecker@adacore.com>
7638 Andrey Smirnov <andrew.smirnov@gmail.com>
7639
7640 * ada-valprint.c (ada_val_print_1): Move the code handling
7641 TYPE_CODE_ENUM inside its own lexical block. Declare
7642 variables len and val there, instead of in the function's
7643 top level block. Avoid declaring deref_val again in a way
7644 that shadows another variable of the same name declared
7645 in one of the up-level blocks. Just re-use the up-level
7646 variable instead.
7647
4e5c77fe
JB
76482012-03-29 Joel Brobecker <brobecker@adacore.com>
7649
7650 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
7651 Replace block_found argument by symbol_info. Adjust
7652 implementation accordingly. Add function documentation.
7653 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
7654 Fix documentation.
7655 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
7656 * ada-exp.y (write_object_renaming): Adjust to new
7657 ada_lookup_encoded_symbol API.
7658
1c0ac8c7
JB
76592012-03-29 Joel Brobecker <brobecker@adacore.com>
7660
7661 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
7662 documentation.
7663
2aaed979
KB
76642012-03-28 Rathish C <rathish.c@kpitcummins.com>
7665
7666 * v850-tdep.c: Add the enum values for mpu and fpu registers.
7667 (v850_register_name): Add the mpu and fpu register names.
7668 (v850e_register_name): Add the mpu and fpu register names.
7669 (v850e2_register_name): New function.
a09130f9 7670 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
2aaed979
KB
7671 bfd_mach_v850e2v3.
7672
927fbba6
JB
76732012-03-28 Joel Brobecker <brobecker@adacore.com>
7674
7675 * NEWS: Add entry for Ada varobj support.
7676
d32cafc7
JB
76772012-03-28 Joel Brobecker <brobecker@adacore.com>
7678
7679 * varobj.c (default_value_is_changeable_p): New function,
7680 extracted from varobj_value_is_changeable_p. Add declaration.
7681 (ada_value_is_changeable_p): New function, extracted from
7682 varobj_value_is_changeable_p. Add declaration.
7683 (struct language_specific): New field "value_is_changeable_p".
7684 (languages): Add entries for new field.
7685 (varobj_create): Set language before calling install_new_value.
7686 (varobj_value_is_changeable_p): Reimplement to call the varobj's
7687 "value_is_changeable_p" language callback.
7688
181875a4
JB
76892012-03-28 Joel Brobecker <brobecker@adacore.com>
7690
7691 * ada-varobj.h, ada-varobj.c: New files.
7692 * Makefile.in (SFILES): Add ada-varobj.c.
7693 (HFILES_NO_SRCDIR): Add ada-varobj.h.
7694 (COMMON_OBS): Add ada-varobj.o.
7695
7a290c40
JB
76962012-03-28 Joel Brobecker <brobecker@adacore.com>
7697
7698 * varobj.c (ada_value_has_mutated): Add declaration. New function.
7699 (struct language_specific): New field "value_has_mutated".
7700 (languages): Set field "value_has_mutated" in each entry of array.
7701 (varobj_value_has_mutated): New function.
7702 (varobj_udpdate): Add handling of type mutation.
7703 (value_of_root): Add handling of type mutation.
7704 (ada_value_has_mutated): New function.
7705
ca9b8b9c
PA
77062012-03-28 Pedro Alves <palves@redhat.com>
7707
7708 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
7709 Always supply $fr0 as 0.0 and $fr1 as 1.0.
7710
cc0265cd
TT
77112012-03-28 Tom Tromey <tromey@redhat.com>
7712
7713 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
7714 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
7715 before returning.
7716
3ad2ec6f
TT
77172012-03-28 Tom Tromey <tromey@redhat.com>
7718
7719 * .dir-locals.el: New file.
7720
4a6510ba
PA
77212012-03-28 Pedro Alves <palves@redhat.com>
7722
7723 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
7724
5a75128f
JB
77252012-03-28 Joel Brobecker <brobecker@adacore.com>
7726
7727 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
7728 handling for r0.
7729
f99d8bf4
PA
77302012-03-27 Pedro Alves <palves@redhat.com>
7731
7732 Eliminate struct ui_stream.
7733
7734 * ui-out.h (struct ui_stream): Delete.
7735 (ui_out_field_stream): Adjust prototype.
7736 (ui_out_stream_new, ui_out_stream_delete)
7737 (make_cleanup_ui_out_stream_delete): Delete declarations.
7738 * ui-out.c (ui_out_field_stream): Change prototype to take a
7739 ui_file instead of a ui_stream. Adjust.
7740 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
7741 (make_cleanup_ui_out_stream_delete): Delete.
7742 * breakpoint.c (print_breakpoint_location)
7743 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
7744 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7745 * disasm.c (dump_insns): Ditto.
7746 (do_mixed_source_and_assembly, do_assembly_only): Adjust
7747 prototype.
7748 (gdb_disassembly): Use ui_file/mem_fileopen instead of
7749 ui_stream/ui_out_stream_new.
7750 * infcmd.c (print_return_value): Ditto.
7751 * osdata.c (info_osdata_command): Don't allocate a local
7752 ui_stream.
7753 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
7754 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7755 * tracepoint.c (print_one_static_tracepoint_marker): Don't
7756 allocate a local ui_stream.
7757 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
7758 instead of ui_stream/ui_out_stream_new.
7759 (list_args_or_locals): Don't allocate a local ui_stream.
7760 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
7761 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
7762 ui_stream/ui_out_stream_new.
7763 * cli/cli-setshow.c (do_setshow_command): Ditto.
7764
6350a066 77652012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
72508ac0 7766
6350a066
PA
7767 * arm-linux-tdep.c (arm_linux_init_abi): Call
7768 set_gdbarch_process_record. Initialize `arm_swi_record' field.
7769 * arm-tdep.c (arm_process_record): New function.
7770 (deallocate_reg_mem): New function.
7771 (decode_insn): New function.
7772 (thumb_record_branch): New function.
7773 (thumb_record_ldm_stm_swi(): New function.
7774 (thumb_record_misc): New function.
7775 (thumb_record_ld_st_stack): New function.
7776 (thumb_record_ld_st_imm_offset): New function.
7777 (thumb_record_ld_st_reg_offset(): New function.
7778 (thumb_record_add_sub_cmp_mov): New function.
7779 (thumb_record_shift_add_sub): New function.
7780 (arm_record_coproc_data_proc): New function.
7781 (arm_record_coproc): New function.
7782 (arm_record_b_bl): New function.
7783 (arm_record_ld_st_multiple): New function.
7784 (arm_record_ld_st_reg_offset): New function.
7785 (arm_record_ld_st_imm_offset): New function.
7786 (arm_record_data_proc_imm): New function.
7787 (arm_record_data_proc_misc_ld_str): New function.
7788 (arm_record_extension_space): New function.
7789 (arm_record_strx): New function.
7790 (sbo_sbz): New function.
7791 (struct insn_decode_record): New structure for arm insn record.
7792 (REG_ALLOC): New macro for reg allocations.
7793 (MEM_ALLOC): New macro for memory allocations.
7794 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
72508ac0 7795
89e028e2
AS
77962012-03-27 Andreas Schwab <schwab@linux-m68k.org>
7797
7798 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
7799 (store_register): Likewise.
7800
6350a066 78012012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
3d9a9eb0 7802
6350a066 7803 * MAINTAINERS (Write After Approval): Add myself to the list.
3d9a9eb0 7804
5b43fab2
JK
78052012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7806
7807 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
7808 Describe also the option "auto".
7809
b5453b95
RH
78102012-03-22 Richard Henderson <rth@redhat.com>
7811
7812 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
7813 * sparc-nat.c (sparc_xfer_wcookie): Make static.
7814
227ee7fc
RH
78152012-03-22 Richard Henderson <rth@redhat.com>
7816
7817 * jit.c (jit_read_code_entry): Compute alignment and offset of
7818 int64_t member before computing entry_size.
7819
7b282c5a
SCR
78202012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7821
7822 Python scripting: Add new method Value.referenced_value to
7823 gdb.Value which can dereference pointer as well as reference
7824 values.
7825 * NEWS: Add entry under 'Python scripting' about the new method
7826 Value.referenced_value on gdb.Value objects.
7827 * python/py-value.c (valpy_referenced_value): New function
7828 defining a new method on gdb.Value objects which can dereference
7829 pointer and reference values.
7830
0c83539f
SCR
78312012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7832
7833 * MAINTAINERS (Write After Approval): Add myself to the list.
7834
7ccffd7c
KB
78352012-03-21 Kevin Buettner <kevinb@redhat.com>
7836
7837 * symtab.c (skip_prologue_sal): Change test to check for "main()"
7838 in addition to "main".
7839
bd0b9f9e
JB
78402012-03-21 Joel Brobecker <brobecker@adacore.com>
7841
7842 * expression.h (op_name): Add declaration.
7843 * expprint.c (op_name): Remove declaration. Make non-static.
7844 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
7845
a5362b9a
TS
78462012-03-21 Thomas Schwinge <thomas@codesourcery.com>
7847
7848 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
7849 of struct siginfo.
7850 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
7851 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
7852 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
7853 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
7854 (linux_nat_get_siginfo): Likewise.
7855 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
7856 (linux_nat_get_siginfo): Likewise.
7857 * linux-tdep.c (linux_get_siginfo_type): Likewise.
7858 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
7859 * procfs.c (gdb_siginfo_t): Likewise.
7860
adcadaab
MF
78612012-03-21 Mike Frysinger <vapier@gentoo.org>
7862
7863 * .gitignore: Ignore more files.
7864
e278ad5b
PA
78652012-03-20 Pedro Alves <palves@redhat.com>
7866
7867 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
7868 returns.
7869
741e63d7
YQ
78702012-03-20 Yao Qi <yao@codesourcery.com>
7871
7872 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
7873 comment.
7874
b64f50a1
JK
78752012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7876
7877 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
7878 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
7879 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
7880 sect_offset.
7881 * dwarf2expr.h (cu_offset, sect_offset): New types.
7882 (struct dwarf_expr_context_funcs) <dwarf_call>
7883 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
7884 sect_offset.
7885 (struct dwarf_expr_context) <len>: Improve the comment.
7886 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
7887 cu_offset and sect_offset.
7888 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
7889 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
7890 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
7891 * dwarf2loc.h: Include dwarf2expr.h.
7892 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
7893 and sect_offset.
7894 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
7895 Improve the comment.
7896 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
7897 (struct signatured_type, struct line_header, struct partial_die_info)
7898 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
7899 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
7900 (get_die_type_at_offset, create_cus_from_index)
7901 (create_signatured_type_table_from_index, dw2_get_file_names)
7902 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
7903 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
7904 (create_debug_types_hash_table, process_psymtab_comp_unit)
7905 (load_partial_comp_unit, create_all_comp_units)
7906 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
7907 (load_full_comp_unit, dwarf2_physname, read_import_statement)
7908 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
7909 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
7910 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
7911 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
7912 (find_partial_die, read_attribute_value, lookup_die_type)
7913 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
7914 (is_ref_attr): New function comment.
7915 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
7916 Use cu_offset and sect_offset.
7917 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
7918 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
7919 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
7920 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
7921 (offset_and_type_hash, offset_and_type_eq, set_die_type)
7922 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
7923 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
7924 sect_offset.
7925
e97a38f7
JK
79262012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7927
7928 Code cleanup.
7929 * python/py-auto-load.c (source_section_scripts): New variable back_to.
7930 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
7931 with xfree.
7932 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
7933
8320cc4f
JK
79342012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7935
7936 * NEWS: Describe new options --init-command=FILE, -ix and
7937 --init-eval-command=COMMAND, -iex.
7938 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
7939 CMDARG_INIT_COMMAND.
7940 (captured_main): New enum items OPT_IX and OPT_IEX. Add
7941 "init-command", "init-eval-command", "ix" and "iex" to the variable
7942 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
7943 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
7944 (print_gdb_help): Describe --init-command=FILE, -ix and
7945 --init-eval-command=COMMAND, -iex.
7946
26743505
JK
79472012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7948
7949 Code cleanup.
7950 * main.c (struct cmdarg): Move it here from main. Add more comments.
7951 (cmdarg_s, VEC (cmdarg_s)): New.
7952 (main): Move struct cmdarg from here. New variables cmdarg_vec and
7953 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
7954 Install cleanup for cmdarg_vec. Update filling for options 'x' and
7955 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
7956 of CMDARG.
7957
5ff5c7b4
TT
79582012-03-19 Tom Tromey <tromey@redhat.com>
7959
7960 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
7961
ab260dad
JK
79622012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7963
7964 PR symtab/13777
7965 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
7966 GCC >=4.5.
7967
c366c1f0
TT
79682012-03-16 Chris January <chris.january@allinea.com>
7969
7970 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
7971 of clear.
7972
e16edb45
TT
79732012-03-16 Chris January <chris.january@allinea.com>
7974
7975 * source.c (add_path): Use memmove instead of strcpy because the
7976 strings overlap.
7977
53ba8333
JB
79782012-03-16 Joel Brobecker <brobecker@adacore.com>
7979
7980 * value.h (set_value_parent): Add declaration.
7981 * value.c (set_value_parent): New function.
7982 (value_address): If VALUE->PARENT is not NULL, then use it as
7983 the base address instead of VALUE->LOCATION.address.
7984 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
7985 the same as OBJ's address. Adjust V's offset accordingly.
7986 Set V's parent.
7987
481860b3
GB
79882012-03-16 Gary Benson <gbenson@redhat.com>
7989
7990 PR breakpoints/10738
7991 * dwarf2read.c (use_deprecated_index_sections): New global.
7992 (struct partial_die_info): New member may_be_inlined.
7993 (read_partial_die): Set may_be_inlined where appropriate.
7994 (add_partial_subprogram): Add partial symbols for partial
7995 DIEs that may be inlined.
7996 (new_symbol_full): Add inlined subroutines to the current
7997 scope.
7998 (write_psymtabs_to_index): Bump version number.
7999 (dwarf2_read_index): Read only version 6 indices unless
8000 use_deprecated_index_sections is set.
8001 * linespec.c (symbol_and_data_callback): New structure.
8002 (iterate_inline_only): New function.
8003 (iterate_over_all_matching_symtabs): New argument
8004 "include_inline". If nonzero, also call the callback for
8005 symbols representing inlined subroutines.
8006 (lookup_prefix_sym): Pass extra argument to the above.
8007 (find_function_symbols): Likewise.
8008 (add_matching_symbols_to_info): Likewise.
8009 * NEWS: Mention that GDB can now set breakpoints on inlined
8010 functions.
8011
d0e7e15a
PM
80122012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
8013
8014 * p-typeprint.c (pascal_type_print_method_args):
8015 Fix display of parameter of methods.
8016
3d354654
PM
80172012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
8018
8019 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
8020 Add missing prototype.
8021
cafe75b0
JK
80222012-03-16 Yao Qi <yao@codesourcery.com>
8023 Jan Kratochvil <jan.kratochvil@redhat.com>
8024
8025 Fix false compilation warning.
8026 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
8027
25f8c692
JL
80282012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
8029 Pedro Alves <pedro@codesourcery.com>
8030
8031 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
8032 (arm_register_g_packet_guesses): New function.
8033 (arm_gdbarch_init): Don't force a target description with
8034 registers when the executable is detected as M-profile. Instead
8035 set gdbarch->tdep->is_m. Register `g' packet guesses.
8036 (_initialize_arm_tdep): Initialize the new target description.
8037 * features/arm-with-m-fpa-layout.xml: New description.
8038 * features/arm-with-m-fpa-layout.c: New, generated.
8039
35c63cd8
JB
80402012-03-15 Joel Brobecker <brobecker@adacore.com>
8041
8042 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
8043 Update function description.
8044 (insert_bp_location): Do not wipe bl->target_info out.
8045 * mem-break.c: #include "gdb_string.h".
8046 (default_memory_insert_breakpoint): Do not call target_read_memory
8047 with a pointer to the breakpoint's shadow_contents buffer. Use
8048 a local buffer instead.
8049 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
8050
57651221
TT
80512012-03-15 Tom Tromey <tromey@redhat.com>
8052
8053 * NEWS: Mention "info vtbl", not "info vtable".
8054 * cp-support.c (info_vtbl_command): Fix comment.
8055 (_initialize_cp_support): Fix text.
8056
410528f0
TT
80572012-03-15 Tom Tromey <tromey@redhat.com>
8058
8059 * cp-valprint.c (cp_print_value_fields): Use
8060 print_function_pointer_address for vtable slot.
8061
c4aeac85
TT
80622012-03-15 Tom Tromey <tromey@redhat.com>
8063
8064 * gnu-v3-abi.c (struct value_and_voffset): New.
8065 (hash_value_and_voffset, eq_value_and_voffset)
8066 (compare_value_and_voffset, compute_vtable_size)
8067 (print_one_vtable, gnuv3_print_vtable): New functions.
8068 (init_gnuv3_ops): Initialize 'print_vtable' field.
8069 * cp-support.c (info_vtbl_command): New function.
8070 (_initialize_cp_support): Add "info vtbl".
8071 * cp-abi.h (cplus_print_vtable): Declare.
8072 (struct cp_abi_ops) <print_vtable>: New field.
8073 * cp-abi.c (cplus_print_vtable): New function.
8074 * NEWS: Update.
8075
95cbceff
TT
80762012-03-15 Tom Tromey <tromey@redhat.com>
8077
8078 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
8079 iterate_over_symbols.
8080
589b4a32
DE
80812012-03-14 Doug Evans <dje@google.com>
8082
8083 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
8084 DW_OP_GNU_parameter_ref.
8085
e837f12a
JK
80862012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8087
8088 Fix double prompt of 'interpreter-exec mi'.
8089 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
8090 (mi_interpreter_resume): use it.
8091 (mi_execute_command_input_handler): New function.
8092 * mi/mi-main.c (mi_execute_command): Move prompt printing to
8093 mi_execute_command_input_handler.
8094
ff1e4526 80952012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
c381a3f6
JB
8096
8097 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
8098 prototype.
8099 (darwin_debug_port_info): Make static.
8100 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
8101 * machoread.c (_initialize_machoread): Add prototype.
8102 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
8103 (i386_darwin_set_control, i386_darwin_get_control)
8104 i386_darwin_dr_set_addr, i386_darwin_get_addr)
8105 i386_darwin_get_status, i386_darwin_get_control):
8106 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
8107
d8a5d6ee
JB
81082012-03-13 Joel Brobecker <brobecker@adacore.com>
8109
8110 * ax-gdb.c (gen_usual_unary): Remove special handling of
8111 enum and bool types.
8112
af381b8c
JB
81132012-03-13 Joel Brobecker <brobecker@adacore.com>
8114
8115 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
8116
786c562f
JB
81172012-03-13 Joel Brobecker <brobecker@adacore.com>
8118
8119 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
8120
e3ebf1bb
JB
81212012-03-13 Chris January <chris.january@allinea.com>
8122
8123 * aix-thread.c (fill_sprs): Store the floating point registers
8124 at the correct offsets into vals.
8125
c5b7e1cb
DE
81262012-03-13 Doug Evans <dje@google.com>
8127
16899756
DE
8128 * NEWS: Mention symbol-reloading has been deleted.
8129 * symfile.c (symbol_reloading): Delete.
8130 (show_symbol_reloading): Delete.
8131 (_initialize_symfile): Delete set/show symbol-reloading.
8132
c5b7e1cb
DE
8133 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
8134 read_in_chain until we have successfully read it in.
8135 (load_full_comp_unit): Ditto.
8136 (read_signatured_type): Add comment.
8137
46cb6474
JB
81382012-03-13 Chris January <chris.january@allinea.com>
8139
8140 * stabsread.c (fix_common_block): Change type of valu argument
8141 to CORE_ADDR.
8142
76219d77
JB
81432012-03-13 Chris January <chris.january@allinea.com>
8144
8145 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
8146 instruction.
8147
87b0bb13
JK
81482012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8149
8150 * common/linux-procfs.c (linux_proc_get_int): New, from
8151 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
8152 field.
8153 (linux_proc_get_tgid): Only call linux_proc_get_int.
8154 (linux_proc_get_tracerpid): New.
8155 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
8156 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
8157 linux_proc_pid_has_state.
8158 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
8159 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
8160 (linux_ptrace_attach_warnings): New.
8161 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
8162 New declaration.
8163 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
8164 (linux_nat_attach): New variables ex, buffer, message and message_s.
8165 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
8166
5f572dec
JK
81672012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8168
8169 * Makefile.in (linux-ptrace.o): New.
8170 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
8171 from linux-nat.c.
8172 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
8173 * common/linux-ptrace.c: New file.
8174 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
8175 * config/arm/linux.mh: Likewise.
8176 * config/i386/linux.mh: Likewise.
8177 * config/i386/linux64.mh: Likewise.
8178 * config/ia64/linux.mh: Likewise.
8179 * config/m32r/linux.mh: Likewise.
8180 * config/m68k/linux.mh: Likewise.
8181 * config/mips/linux.mh: Likewise.
8182 * config/pa/linux.mh: Likewise.
8183 * config/powerpc/linux.mh: Likewise.
8184 * config/powerpc/ppc64-linux.mh: Likewise.
8185 * config/powerpc/spu-linux.mh: Likewise.
8186 * config/s390/s390.mh: Likewise.
8187 * config/sparc/linux.mh: Likewise.
8188 * config/sparc/linux64.mh: Likewise.
8189 * config/xtensa/linux.mh: Likewise.
8190 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
8191 common/linux-procfs.c.
8192 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
8193
44f238bb
PA
81942012-03-13 Hui Zhu <teawater@gmail.com>
8195 Pedro Alves <palves@redhat.com>
8196
8197 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
8198 CREATE_BREAKPOINT_FLAGS_INSERTED.
8199 (create_breakpoint_sal, create_breakpoints_sal)
8200 (base_breakpoint_create_breakpoints_sal)
8201 (tracepoint_create_breakpoints_sal)
8202 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
8203 down.
8204 (break_command_1, handle_gnu_v3_exceptions, trace_command)
8205 (ftrace_command, strace_command): Adjust.
8206 (create_tracepoint_from_upload): Pass
8207 CREATE_BREAKPOINT_FLAGS_INSERTED.
8208 * breakpoint.h (enum breakpoint_create_flags): New.
8209 (create_breakpoint): New flags parameter.
8210 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
8211 * python/py-breakpoint.c (bppy_init): Adjust.
8212 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
8213 * spu-tdep.c (spu_catch_start): Adjust.
8214
1e51243a
PA
82152012-03-13 Pedro Alves <palves@redhat.com>
8216 Hui Zhu <teawater@gmail.com>
8217 Yao Qi <yao@codesourcery.com>
8218
8219 * remote.c (struct remote_state): New field `starting_up'.
8220 (remote_start_remote): Set and clear it.
8221 (remote_can_download_tracepoint): If starting up, return false.
8222
fa3064dd
YQ
82232012-03-13 Yao Qi <yao@codesourcery.com>
8224
8225 * inferior.h (struct inferior): Remove fields any_syscall_count,
8226 syscalls_counts and total_syscalls_count. Move them to new
8227 struct catch_syscall_inferior_data in breakpoint.c.
8228 * breakpoint.c: Call DEF_VEC_I(int).
8229 (struct catch_syscall_inferior_data): New.
8230 (get_catch_syscall_inferior_data): New.
8231 (catch_syscall_inferior_data_cleanup): New.
8232 (insert_catch_syscall): Update to access data in
8233 struct catch_syscall_inferior_data.
8234 (insert_catch_syscall): Likewise.
8235 (remove_catch_syscall): Likewise.
8236 (remove_catch_syscall): Likewise.
8237 (is_syscall_catchpoint_enabled): Likewise.
8238 (add_catch_command): Likewise.
8239 (_initialize_breakpoint): Register cleanup.
8240 * breakpoint.h: Removed DEF_VEC_I(int).
8241 * dwarf2loc.c: Call DEF_VEC_I(int).
8242 * mi/mi-main.c: Likewise.
8243
460fac3c
MK
82442012-03-12 Mark Kettenis <kettenis@gnu.org>
8245
8246 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
8247
e1aca11e
JB
82482012-03-12 Chris January <chris.january@allinea.com>
8249
8250 * aix-thread.c (_initialize_aix_thread): Add prototype.
8251 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
8252 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
8253
649c7061
JB
82542012-03-12 Joel Brobecker <brobecker@adacore.com>
8255
8256 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
8257 include of "amd64-nat.h".
8258
0b49e518
TT
82592012-03-12 Tom Tromey <tromey@redhat.com>
8260
8261 * buildsym.c (record_pending_block): Now static.
8262 * buildsym.h: (record_pending_block): Remove.
8263
fd24fa94
AT
82642012-03-12 Andreas Tobler <andreast@fgznet.ch>
8265
8266 * amd64bsd-nat.c: Include amd64bsd-nat.h.
8267
ba919b58
TT
82682012-03-09 Tom Tromey <tromey@redhat.com>
8269
8270 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
8271 producer_is_gxx_lt_4_6>: New fields.
8272 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
8273
a48e046c
TT
82742012-03-09 Tom Tromey <tromey@redhat.com>
8275
8276 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
8277
6f5e9362
JB
82782012-03-08 Joel Brobecker <brobecker@adacore.com>
8279
8280 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
8281 prototype.
8282
8d037db9
JB
82832012-03-08 Joel Brobecker <brobecker@adacore.com>
8284
8285 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
8286
4e841acf
JK
82872012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8288
8289 Fix -Wmissing-prototypes build.
8290 * arm-linux-nat.c (get_thread_id): Make it static.
8291 * xtensa-linux-nat.c (get_thread_id): Likewise.
8292
c6030312
JB
82932012-03-08 Joel Brobecker <brobecker@adacore.com>
8294
8295 * server.c (process_point_options): If a conditional expression
8296 is found, only print a message if remote_debug is nonzero.
8297
52323be9
LM
82982012-03-08 Luis Machado <lgustavo@codesourcery.com>
8299
8300 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
8301 of internal error for unknown/unsupported types.
8302
7fe25d9b
JK
83032012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8304
8305 Fix CU relative vs. absolute DIE offsets.
8306 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
8307 offset to offset_in_cu.
8308 * dwarf2read.c (process_enumeration_scope): Add CU offset to
8309 TYPE_OFFSET.
8310 (dwarf2_fetch_die_location_block): Rename parameter offset to
8311 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
8312
05e7c244
JK
83132012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8314
8315 * libunwind-frame.c: Rename to ...
8316 * ia64-libunwind-tdep.c: ... here.
8317 * libunwind-frame.h: Rename to ...
8318 * ia64-libunwind-tdep.h: ... here.
8319 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
8320 ia64-libunwind-tdep.h.
8321 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
8322 * README (--with-libunwind): Rename to ...
8323 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
8324 * config.in: Regenerate.
8325 * configure: Regenerate.
8326 * configure.ac: New option --with-libunwind-ia64, make the
8327 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
8328 Remove AC_DEFINE for HAVE_LIBUNWIND.
8329 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
8330 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
8331 Rename libunwind-frame in the general comment.
8332 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
8333 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
8334 Move forward declarations inside #ifndef. Rename libunwind-frame in
8335 the general comment.
8336 * ia64-tdep.c: Rename libunwind-frame.h #include to
8337 ia64-libunwind-tdep.h.
8338 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
8339 (ia64_libunwind_descr): Rename libunwind-frame to
8340 ia64-libunwind-tdep in these function comments.
8341 * ia64-tdep.h: Rename libunwind-frame.h #include to
8342 ia64-libunwind-tdep.h.
8343 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
8344 ia64-libunwind-tdep in that data comment.
8345
3755cbfd
JK
83462012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8347
8348 * libunwind-frame.h (struct frame_unwind): New declaration.
8349
d1cda5d9
JB
83502012-03-08 Joel Brobecker <brobecker@adacore.com>
8351
8352 * breakpoint.c (_initialize_breakpoint): Fix error in help of
8353 "set breakpoint condition-evaluation" command.
8354
a0ba0aa2
TG
83552012-03-08 Tristan Gingold <gingold@adacore.com>
8356
8357 * sparc-stub.c: Move to stubs/
8358 * sh-stub.c: Likewise.
8359 * m68k-stub.c: Likewise.
8360 * m32r-stub.c: Likewise.
8361 * i386-stub.c: Likewise.
8362
7b8b6d6d
AS
83632012-03-08 Andreas Schwab <schwab@linux-m68k.org>
8364
007cafee
AS
8365 * m68klinux-tdep.c (m68k_linux_init_abi): Register
8366 linux_get_siginfo_type.
8367
7b8b6d6d
AS
8368 * m68klinux-nat.c: Include "gdb_proc_service.h".
8369 (PTRACE_GET_THREAD_AREA): Define.
8370 (ps_get_thread_area): New function.
8371
bba74b36
YQ
83722012-03-08 Yao Qi <yao@codesourcery.com>
8373
8374 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
8375 `xsnprintf'.
8376 (remote_query_attached): Likewise.
8377 (remote_static_tracepoint_marker_at): Likewise.
8378 (remote_set_permissions): Likewise.
8379 (remote_detach_1, extended_remote_attach_1): Likewise.
8380 (send_g_packet, remote_vkill): Likewise.
8381 (extended_remote_disable_randomization): Likewise.
8382 (remote_add_target_side_condition): Likewise.
8383 (remote_insert_breakpoint): Likewise.
8384 (remote_remove_breakpoint): Likewise.
8385 (remote_insert_watchpoint): Likewise.
8386 (remote_remove_watchpoint): Likewise.
8387 (remote_insert_hw_breakpoint): Likewise.
8388 (remote_insert_hw_breakpoint): Likewise.
8389 (remote_remove_hw_breakpoint): Likewise.
8390 (remote_download_command_source): Likewise.
8391 (remote_download_tracepoint): Likewise.
8392 (remote_download_trace_state_variable): Likewise.
8393 (remote_disable_tracepoint): Likewise.
8394 (remote_trace_set_readonly_regions): Likewise.
8395 (remote_get_tracepoint_status): Likewise.
8396 (remote_trace_find): Likewise.
8397 (remote_get_trace_state_variable_value): Likewise.
8398 (remote_set_disconnected_tracing): Likewise.
8399 (remote_set_circular_trace_buffer): Likewise.
8400 (remote_get_min_fast_tracepoint_insn_len): Likewise.
8401 (remote_use_agent): Likewise.
8402 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
8403 Update callers.
8404
9b224c5e
PA
84052012-03-07 Pedro Alves <palves@redhat.com>
8406
8407 * NEWS: Mention QProgramSignals.
8408 * inferior.h (update_signals_program_target): Declare.
8409 * infrun.c: (update_signals_program_target): New.
8410 (handle_command): Update the target of the new program signals
8411 array changes.
8412 * remote.c (PACKET_QProgramSignals): New enum.
8413 (last_program_signals_packet): New global.
8414 (remote_program_signals): New.
8415 (remote_start_remote): Update the target with the program signals
8416 list.
8417 (remote_protocol_features): Add entry for QPassSignals.
8418 (remote_open_1): Free anc clear last_program_signals_packet.
8419 (init_remote_ops): Install remote_program_signals.
8420 * target.c (update_current_target): Adjust.
8421 (target_program_signals): New.
8422 * target.h (struct target_ops) <to_program_signals>: New field.
8423 (target_program_signals): Declare.
8424
74c48cbb
PA
84252012-03-07 Pedro Alves <palves@redhat.com>
8426
8427 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
8428 extensions.
8429
0c13fc49
AS
84302012-03-07 Andreas Schwab <schwab@linux-m68k.org>
8431
8432 * m68klinux-nat.c (getregs_supplies): Make static.
8433 (getfpregs_supplies): Likewise.
8434 (have_ptrace_getregs): Likewise.
8435
1281d2a3
JB
84362012-03-06 Joel Brobecker <brobecker@adacore.com>
8437
8438 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
8439 in call to get_die_type_at_offset.
8440
2b03b41d
SS
84412012-03-06 Stan Shebs <stan@codesourcery.com>
8442
8443 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
8444 * mi/mi-cmd-disas.c: Ditto.
8445 * mi/mi-cmd-env.c: Ditto.
8446 * mi/mi-cmd-file.c: Ditto.
8447 * mi/mi-cmd-stack.c: Ditto.
8448 * mi/mi-cmd-target.c: Ditto.
8449 * mi/mi-cmd-var.c: Ditto.
8450 * mi/mi-cmds.c: Ditto.
8451 * mi/mi-cmds.h: Ditto.
8452 * mi/mi-console.c: Ditto.
8453 * mi/mi-getopt.c: Ditto.
8454 * mi/mi-getopt.h: Ditto.
8455 * mi/mi-interp.c: Ditto.
8456 * mi/mi-main.c: Ditto.
8457 * mi/mi-out.c: Ditto.
8458 * mi/mi-parse.c: Ditto.
8459 * mi/mi-parse.h: Ditto.
8460 * mi/mi-symbol-cmds.c: Ditto.
8461
8462 * mi/mi-getopt.h: Move mi_opt struct up.
8463 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
8464 return.
8465 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
8466
c988ad87
TT
84672012-03-06 Tom Tromey <tromey@redhat.com>
8468
8469 * proc-service.c (ps_pglobal_lookup): Set the current program
8470 space.
8471
1b7c1b10
PA
84722012-03-06 Pedro Alves <palves@redhat.com>
8473
8474 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
8475
3c182069
JB
84762012-03-05 Joel Brobecker <brobecker@adacore.com>
8477
8478 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
8479
2e794194
JK
84802012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8481
8482 Code cleanup.
8483 * common/linux-osdata.c (linux_common_core_of_thread): New function
8484 comment.
8485 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
8486 call by linux_common_core_of_thread.
8487 (linux_nat_core_of_thread_1): Remove.
8488 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
8489 * linux-thread-db.c: Include linux-osdata.h.
8490 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
8491 linux_common_core_of_thread.
8492
9f9f1f31
TT
84932012-03-05 Tom Tromey <tromey@redhat.com>
8494
8495 * value.c (value_primitive_field): Don't fetch contents for
8496 non-virtual bases.
8497
b7b189f3
TT
84982012-03-05 Tom Tromey <tromey@redhat.com>
8499
8500 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
8501
05b8a789 85022012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
5538f557 8503
5538f557
JB
8504 * s390-nat.c: Include "gregset.h".
8505
75528772
JK
85062012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8507
8508 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
8509 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
8510 (libunwind_load): New variable so_error, use it for dlerror. Try to
8511 load also LIBUNWIND_SO_7.
8512
275418ae
PA
85132012-03-05 Pedro Alves <palves@redhat.com>
8514
8515 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
8516 is not NULL, and remove resulting dead code.
8517
5cbb9812
TS
85182012-03-05 Thomas Schwinge <thomas@codesourcery.com>
8519
8520 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
8521 prologue to sh_analyze_prologue.
8522 (sh_analyze_prologue): Make better use of such an upper limit, and
8523 generally be more cautious about accessing memory.
8524
541515ad
TT
85252012-03-05 Tom Tromey <tromey@redhat.com>
8526
8527 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
8528 _initialize_ia64_hpux_tdep.
8529
b4d36fb8
PA
85302012-03-05 Pedro Alves <palves@redhat.com>
8531
24490249
PA
8532 PR gdb/13766
8533
b4d36fb8
PA
8534 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
8535 the register state is clear, supply explicit zero, instead of
8536 marking the register unavailable.
8537
60c9a3c0
TG
85382012-03-05 Tristan Gingold <gingold@adacore.com>
8539
8540 * NEWS: Mention OpenVMS ia64 new target.
8541
696759ad
TG
85422012-03-05 Tristan Gingold <gingold@adacore.com>
8543
8544 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
8545 (ia64_unw_accessors, ia64_unw_rse_accessors)
8546 (ia64_libunwind_descr): Declare.
8547 * ia64-vms-tdep.c: New file.
8548 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
8549 (ia64_libunwind_descr): Make them public.
8550 * configure.tgt: Add ia64-*-*vms*.
8551 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
8552 (ALLDEPFILES): Add ia64-vms-tdep.c
8553
34864976
TG
85542012-03-05 Tristan Gingold <gingold@adacore.com>
8555
169081d0
TG
8556 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
8557 * remote.c (PACKET_qXfer_uib): New enum value.
8558 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
8559 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
8560 (_initialize_remote): Call add_packet_config_cmd for
8561 xfer:uib packet.
8562
85632012-03-05 Tristan Gingold <gingold@adacore.com>
8564
8565 * osabi.c (gdb_osabi_names): Add OpenVMS.
8566 (generic_elf_osabi_sniffer): Likewise.
8567 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
34864976 8568
6597b100
JK
85692012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8570
8571 Removed unused code.
8572 * libunwind-frame.c (libunwind_frame_unwind)
8573 (libunwind_frame_base_address): Remove.
8574 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
8575
87399aa1
YQ
85762012-03-04 Yao Qi <yao@codesourcery.com>
8577
8578 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
8579 remove trailing new line.
8580 (agent_run_command, agent_run_command): Add _ markup.
8581 (agent_capability_check): Likewise.
8582
abf1152a
JK
85832012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8584
8585 * breakpoint.c (set_condition_evaluation_mode): Set
8586 CONDITION_EVALUATION_MODE unconditionally.
8587
5808517f
YQ
85882012-03-03 Yao Qi <yao@codesourcery.com>
8589
8590 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
8591 * common/agent.h: Update declaration.
8592 * inf-child.c (inf_child_use_agent): New.
8593 (inf_child_can_use_agent): New.
8594 (inf_child_target): Initialize fields `to_use_agent'
8595 and `to_can_use_agent'.
8596 * agent.c (agent_new_objfile): New.
89b7509a 8597 (_initialize_agent): Add agent_new_objfile to new_objfile
5808517f
YQ
8598 observer.
8599
8600 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8601 New.
89b7509a 8602 (linux_target_install_ops): Initialize field
5808517f
YQ
8603 `to_static_tracepoint_markers_by_strid'.
8604 * remote.c (free_current_marker): Move it to ...
8605 * tracepoint.c (free_current_marker): ... here. New.
8606 (cleanup_target_stop): New.
8607 * tracepoint.h: Declare free_current_marker.
8608 * NEWS: Add one entry about `info static-tracepoint-marker'.
8609
58b4daa5
YQ
86102012-03-03 Yao Qi <yao@codesourcery.com>
8611
8612 * common/agent.c (agent_loaded_p): New.
89b7509a 8613 (agent_look_up_symbols): New global.
58b4daa5
YQ
8614 * common/agent.h: Declare agent_loaded_p.
8615
8ffcbaaf
YQ
86162012-03-03 Yao Qi <yao@codesourcery.com>
8617
8618 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
8619 (agent_capability_check, agent_capability_invalidate): New.
8620 (symbol_list): New array element.
8621 * common/agent.h (enum agent_capa): New.
8622 * target.c (target_pre_inferior): Call agent_capability_invalidate.
8623
d1feda86
YQ
86242012-03-03 Yao Qi <yao@codesourcery.com>
8625
8626 * target.h (struct target_ops) <to_use_agent>: New field.
8627 (struct target_ops) <to_can_use_agent>: New field.
8628 (target_use_agent, target_can_use_agent): New macro.
8629 * target.c (update_current_target): Update.
8630 * remote.c: New enum `PACKET_QAgent'.
8631 (remote_protocol_features): Add a new element.
8632 (remote_use_agent, remote_can_use_agent): New.
8633 (init_remote_ops): Initialize field `can_use_agent' with
8634 remote_can_use_agent. Intiailize field `use_agent' with
8635 remote_use_agent.
8636 * common/agent.c (use_agent): New global.
8637 * common/agent.h: Declare it.
8638 * tracepoint.c (info_static_tracepoint_markers_command): Add
8639 comment.
8640 * Makefile.in (SFILES): Add common/agent.c and agent.c.
8641 (COMMON_OBS): Add common/agent.o and agent.o
8642 (common-agent.o): New rule.
8643 * agent.c: New.
8644
2fa291ac
YQ
86452012-03-03 Yao Qi <yao@codesourcery.com>
8646
8647 * common/agent.c: New.
8648 * common/agent.h: New.
8649 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
8650 AC_CHECK_HEADERS.
8651 * configure, configh.in: Regenerated.
8652
9fc05685
KB
86532012-03-02 Kevin Buettner <kevinb@redhat.com>
8654
8655 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
8656 unless it exists for this architecture.
8657
a5ee536b
JB
86582012-03-02 Joel Brobecker <brobecker@adacore.com>
8659
8660 * language.h (struct language_defn): New "method" la_read_var_value.
8661 * findvar.c: #include "language.h".
8662 (default_read_var_value): Renames read_var_value. Rewrite
8663 function description.
8664 (read_var_value): New function.
8665 * value.h (default_read_var_value): Add prototype.
8666 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
8667 New functions.
8668 (ada_language_defn): Add entry for la_read_var_value.
8669 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
8670 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
8671 language_defn structures to add entry for new la_read_var_value
8672 field.
8673
f59f708a
PA
86742012-03-02 Tom Tromey <tromey@redhat.com>
8675 Pedro Alves <palves@redhat.com>
8676
8677 PR breakpoints/13776:
8678 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
8679 breakpoints.
8680 (delete_longjmp_breakpoint_at_next_stop): New.
8681 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
8682 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
8683 before deleting the inferior. Add comments.
8684 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
8685 breakpoints immediately, but only on next stop. Move that code
8686 next to where we mark other breakpoints for deletion.
8687
44099a67
JB
86882012-03-02 Joel Brobecker <brobecker@adacore.com>
8689
8690 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
8691 marker.
8692 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
8693 violation.
8694
2a2ef594
PA
86952012-03-02 Pedro Alves <palves@redhat.com>
8696
8697 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
8698
b261e0c5
UW
86992012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
8700
8701 Fix -Wmissing-prototypes build.
8702 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
8703 * remote-sim.c (gdbsim_has_all_memory): Likewise.
8704 (gdbsim_has_memory): Likewise.
8705
a95babbf
YQ
87062012-03-02 Yao Qi <yao@codesourcery.com>
8707
8708 Fix -Wmissing-prototypes build.
8709 * charset.c (phony_iconv_open): Make static.
8710 (phony_iconv_close, phony_iconv): Likewise.
8711 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
8712 * i386-windows-nat.c (_initialize_i386_windows_nat): New
8713 prototype.
8714 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
8715 * ser-mingw.c (create_select_thread): Make static.
8716 * windows-termcap.c (tgetent): New prototype.
8717 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
8718
d603d4b3
JK
87192012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
8720
8721 Fix -Wmissing-prototypes build.
8722 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
8723 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
8724 (_initialize_loadable): New prototypes.
8725
7fb3ad1f
DE
87262012-03-02 Doug Evans <dje@google.com>
8727
8728 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
8729 abbrev table, read_comp_unit will do it.
8730
693be288
JK
87312012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8732
8733 Fix -Wmissing-prototypes build.
8734 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
8735 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
8736 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
8737 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
8738 (_initialize_arm_symbian_tdep): New prototype.
8739 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
8740 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
8741 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
8742 static.
8743 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
8744 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
8745 prototype.
8746 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
8747 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
8748 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
8749 static.
8750 * moxie-tdep.c (moxie_process_record): Likewise.
8751 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
8752 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
8753 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
8754 (_initialize_rl78_tdep): New prototype.
8755 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
8756 (_initialize_rx_tdep): New prototype.
8757 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
8758 (_initialize_darwin_solib): New prototype.
8759 * solib-spu.c: Include solib-spu.h.
8760 (_initialize_spu_solib): New prototype.
8761 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
8762 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
8763 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
8764 (tic6x_software_single_step): Make it static.
8765 (_initialize_tic6x_tdep): New prototype.
8766
638234e5
JK
87672012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8768
8769 Fix -Wmissing-prototypes build.
8770 * cris-tdep.c (cris_can_use_hardware_watchpoint)
8771 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
8772
f4a6f16d
JK
87732012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8774
8775 Fix -Wmissing-prototypes build.
8776 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
8777 (frv_have_stopped_data_address): Remove.
8778
04dcf5fa
JK
87792012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8780
8781 Fix -Wmissing-prototypes build.
8782 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
8783 * sh-tdep.c: Include sh64-tdep.h.
8784 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
8785 * sh64-tdep.c: Include sh64-tdep.h.
8786 * sh64-tdep.h: New file.
8787
19080931
MR
87882012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8789
8790 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
8791
9aac7884
MR
87922012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8793
8794 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
8795 sp_regnum once the gdbarch_init_osabi hook has been called.
8796
a385295e
MR
87972012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8798
8799 * mips-tdep.c (mips32_bc1_pc): New function.
8800 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
8801 BPOSGE32 and BPOSGE64 instructions.
8802 (deal_with_atomic_sequence): Likewise.
8803 (mips32_instruction_has_delay_slot): Likewise.
8804
1faeff08 88052012-03-01 Maciej W. Rozycki <macro@mips.com>
a09130f9
PA
8806 Chris Dearman <chris@mips.com>
8807 Maciej W. Rozycki <macro@codesourcery.com>
8808 Joseph Myers <joseph@codesourcery.com>
1faeff08
MR
8809
8810 * features/mips-dsp.xml: New file.
8811 * features/mips64-dsp.xml: New file.
8812 * features/mips-dsp-linux.xml: New file.
8813 * features/mips64-dsp-linux.xml: New file.
8814 * features/Makefile (WHICH): Add mips-dsp-linux and
8815 mips64-dsp-linux.
8816 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
8817 * features/mips-dsp-linux.c: New file.
8818 * features/mips64-dsp-linux.c: New file.
8819 * regformats/mips-dsp-linux.dat: New file.
8820 * regformats/mips64-dsp-linux.dat: New file.
8821 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
8822 registers.
8823 (mips64_linux_register_addr): Likewise.
8824 (mips64_linux_regsets_fetch_registers): Likewise.
8825 (mips64_linux_regsets_store_registers): Likewise.
8826 (mips64_linux_fetch_registers): Update call to
8827 mips64_linux_regsets_fetch_registers.
8828 (mips64_linux_store_registers): Update call to
8829 mips64_linux_regsets_store_registers.
8830 (mips_linux_read_description): Probe for DSP registers.
8831 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
8832 and initialize_tdesc_mips64_dsp_linux.
8833 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
8834 Remove padding of no longer used embedded register slots.
8835 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
8836 (MIPS_RESTART_REGNUM): Redefine enum value.
8837 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
8838 strings.
8839 (mips_tx39_reg_names): Likewise.
8840 (mips_linux_reg_names): New array of register names for Linux
8841 targets.
8842 (mips_register_name): Check for a null pointer in
8843 mips_processor_reg_names and return an empty string.
8844 (mips_register_type): Exclude embedded registers for the IRIX
8845 and Linux ABIs.
8846 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
8847 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
8848 DSP registers.
8849 (mips_stab_reg_to_regnum): Handle DSP accumulators.
8850 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
8851 (mips_gdbarch_init): Likewise. Initialize internal register
8852 indices for the Linux ABI. Use dynamic numbers to refer to
8853 registers, as applicable, while parsing the target description.
8854 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
8855
263689d8
JB
88562012-03-01 Joel Brobecker <brobecker@adacore.com>
8857
8858 * frame.h (read_frame_register_unsigned): Fix typo in function
8859 description.
8860
f3b4f45c
PA
88612012-03-01 Pedro Alves <palves@redhat.com>
8862
8863 * jit-reader.in [!__cplusplus]
8864 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
8865
b03a2011
PA
88662012-03-01 Pedro Alves <palves@redhat.com>
8867
8868 * configure.ac (build_warnings): Add -Wmissing-prototypes.
8869 * configure: Regenerate.
8870
70221824
PA
88712012-03-01 Pedro Alves <palves@redhat.com>
8872
8873 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
8874 * breakpoint.c (create_exception_master_breakpoint, trace_command)
8875 (ftrace_command, strace_command): Make static.
8876 * d-lang.c (_initialize_d_language): Declare.
8877 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
8878 * dwarf2loc.c (_initialize_dwarf2loc):
8879 * dwarf2read.c (process_psymtab_comp_unit): Make static.
8880 * exec.c (exec_get_section_table): Make static.
8881 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
8882 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
8883 * inferior.c (remove_inferior_command, add_inferior_command)
8884 (clone_inferior_command): Make static.
8885 * linux-nat.c (linux_nat_thread_address_space)
8886 (linux_nat_core_of_thread): Make static.
8887 * linux-tdep.c (_initialize_linux_tdep): Declare.
8888 * objc-lang.c (_initialize_objc_lang): Declare.
8889 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
8890 Make static.
8891 (_initialize_opencl_language): Declare.
8892 * record.c (_initialize_record): Declare.
8893 * remote.c (demand_private_info, remote_get_tib_address)
8894 (remote_supports_cond_tracepoints)
8895 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
8896 Make static.
8897 * skip.c (_initialize_step_skip): Declare.
8898 * symtab.c (skip_prologue_using_lineinfo): Make static.
8899 * tracepoint.c (delete_trace_state_variable)
8900 (trace_variable_command, delete_trace_variable_command)
8901 (get_uploaded_tsv, find_matching_tracepoint_location)
8902 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
8903 Make static.
8904 * value.c (pack_unsigned_long): Make static.
8905 * varobj.c (varobj_ensure_python_env): Make static.
8906 * windows-tdep.c (_initialize_windows_tdep): Declare.
8907 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
8908
33fbcbee
PA
89092012-03-01 Pedro Alves <palves@redhat.com>
8910
8911 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
8912 gdbarch parameter.
8913 (linux_init_abi): Install it as has_shared_address_space gdbarch
8914 callback.
8915
44d0cd3b
PA
89162012-03-01 Pedro Alves <palves@redhat.com>
8917
8918 * observer.c (observer_test_first_notification_function)
8919 (observer_test_second_notification_function)
8920 (observer_test_third_notification_function): Add declarations.
8921
ed01b82c
PA
89222012-03-01 Pedro Alves <palves@redhat.com>
8923
8924 * common/signals.c (default_target_signal_to_host)
8925 (default_target_signal_from_host): Move ...
8926 * arch-utils.c: ... here.
8927 * arch-utils.h (default_target_signal_to_host)
8928 (default_target_signal_from_host): Declare.
8929
8930 * common/signals.c (target_signal_from_command): Move ...
8931 * infrun.c: ... here.
8932 * inferior.h (target_signal_from_command): Declare.
8933 * target.h (target_signal_from_command)
8934 (default_target_signal_from_host, default_target_signal_to_host):
8935 Delete declarations.
8936
8937 * common/signals.c (_initialize_signals): Delete.
8938
c9b87335
PA
89392012-03-01 Pedro Alves <palves@redhat.com>
8940
8941 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
8942 both __cplusplus and !__cplusplus.
8943
9340a6c0
PA
89442012-03-01 Pedro Alves <palves@redhat.com>
8945
8946 * psymtab.c (find_and_open_source): Delete declaration.
8947 * source.c (find_and_open_source): Move comment ...
8948 * source.h (find_and_open_source): ... to this new declaration.
8949
e451c4a1
PA
89502012-03-01 Pedro Alves <palves@redhat.com>
8951
8952 * inline-frame.c: Include inline-frame.h.
8953
983fb104
PA
89542012-03-01 Pedro Alves <palves@redhat.com>
8955
8956 * tui/tui-data.c (set_gen_win_origin): Delete.
8957 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
8958 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
8959
5fbce5df
PA
89602012-03-01 Pedro Alves <palves@redhat.com>
8961
8962 * remote.c (encode_actions): Delete declaration.
8963 * tracepoint.c (encode_actions): Make extern.
8964 * tracepoint.h (encode_actions): Declare.
8965
49a8461d
PA
89662012-03-01 Pedro Alves <palves@redhat.com>
8967
8968 * python/py-breakpoint.c: Include python.h.
8969 * python/py-continueevent.c (create_continue_event_object): Make
8970 static.
8971 * python/py-lazy-string.c (stpy_get_type): Make static.
8972 * python/py-newobjfileevent.c (create_new_objfile_event_object):
8973 Make static.
8974 * python/py-utils.c (unicode_to_target_python_string): Make
8975 static.
8976 * python/py-value.c: Include python.h.
8977
9079102f
PA
89782012-03-01 Pedro Alves <palves@redhat.com>
8979
8980 * inferior.c (delete_threads_of_inferior): Delete.
8981
a298c5e8
PA
89822012-03-01 Pedro Alves <palves@redhat.com>
8983
8984 Import fallback definitions from glibc.
8985
8986 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
8987 ps_prochandle): Forward declare.
8988 (ps_err_e): Use glibc's comments.
8989 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
8990 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
8991 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
8992 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
8993 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
8994 (struct ps_prochandle): Adjust comment.
8995
e3084549
PA
89962012-03-01 Pedro Alves <palves@redhat.com>
8997
8998 * ada-lang.c (ada_modulus_from_name): Delete.
8999 * ada-lex.l (lexer_init): Make static.
9000
ad5f7d6e
PA
90012012-03-01 Pedro Alves <palves@redhat.com>
9002
9003 PR gdb/13767
9004
9005 * frame.c (read_frame_register_unsigned): New.
9006 * frame.h (read_frame_register_unsigned): Declare.
9007 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
9008 Handle it.
9009 (print_i387_control_word): New parameter `control_p'. Handle it.
9010 (i387_print_float_info): Handle unavailable float registers.
9011
e0a4d108
KS
90122012-03-01 Keith Seitz <keiths@redhat.com>
9013
9014 * linespec.c (decode_line_2): Sort the list of methods
9015 alphabetically before presenting the user with a selection
9016 menu.
9017
122d1940
DE
90182012-03-01 Doug Evans <dje@google.com>
9019
9020 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
9021 has_namespace_info.
9022 (dwarf2_read_abbrevs): Remove corresponding initialization.
9023
7d74f244
DE
90242012-03-01 Scott J. Goldman <scottjg@vmware.com>
9025
9026 * NEWS: Mention new python command class gdb.COMMAND_USER.
9027 * cli/cli-cmds.c (show_user): Print error when used on a python
9028 command.
9029 (init_cli_cmds): Update documentation strings for "show user" and
9030 "set/show max-user-call-depth" to clarify that it does not apply to
9031 python commands.
9032 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
9033 error check.
9034 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
9035 gdb python api.
9036 * top.c (execute_command): Only execute a user-defined command as a
9037 legacy macro if c->user_commands is set.
9038
e88acd96
TT
90392012-03-01 Tom Tromey <tromey@redhat.com>
9040
9041 * valprint.h (struct generic_val_print_decorations): New.
9042 (generic_val_print): Declare.
9043 * valprint.c (generic_val_print): New function.
9044 * p-valprint.c (p_decorations): New global.
9045 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
9046 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
9047 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
9048 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
9049 * m2-valprint.c (m2_decorations): New global.
9050 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
9051 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
9052 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
9053 TYPE_CODE_ERROR>: Call generic_val_print.
9054 * f-valprint.c (f_decorations): New global.
9055 (f_val_print): Use print_function_pointer_address.
9056 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
9057 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
9058 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
9059 generic_val_print.
9060 * c-valprint.c (c_decorations): New global.
9061 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
9062 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
9063 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
9064 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
9065 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
9066 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
9067 case.
9068
d3eab38a
TT
90692012-03-01 Tom Tromey <tromey@redhat.com>
9070
9071 * valprint.c (val_print): Update.
9072 * p-valprint (pascal_val_print): Return void.
9073 * p-lang.h (pascal_val_print): Return void.
9074 * m2-valprint.c (m2_val_print): Return void.
9075 * m2-lang.h (m2_val_print): Return void.
9076 * language.h (struct language_defn) <la_val_print>: Return void.
9077 * language.c (unk_lang_val_print): Return void.
9078 * jv-valprint.c (java_val_print): Return void.
9079 * jv-lang.h (java_val_print): Return void.
9080 * f-valprint.c (f_val_print): Return void.
9081 * f-lang.h (f_val_print): Return void.
9082 * d-valprint.c (d_val_print): Return void.
9083 (dynamic_array_type): Update.
9084 * d-lang.h (d_val_print): Return void.
9085 * c-valprint.c (c_val_print): Return void.
9086 * c-lang.h (c_val_print): Return void.
9087 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
9088 void.
9089 * ada-lang.h (ada_val_print): Return void.
9090
35c0084b
TT
90912012-03-01 Tom Tromey <tromey@redhat.com>
9092
9093 * value.h (val_print): Return void.
9094 * valprint.c (val_print): Return void.
9095
a1f5dd1b
TT
90962012-03-01 Tom Tromey <tromey@redhat.com>
9097
9098 * value.h (common_val_print): Return void.
9099 * valprint.c (common_val_print): Return void.
9100
8e069a98
TT
91012012-03-01 Tom Tromey <tromey@redhat.com>
9102
9103 * value.h (value_print): Return void.
9104 * valprint.c (value_print): Return void.
9105 * p-valprint.c (pascal_value_print): Return void.
9106 * p-lang.h (pascal_value_print): Return void.
9107 * language.h (struct language_defn) <la_value_print>: Return
9108 void.
9109 * language.c (unk_lang_value_print): Return void.
9110 * jv-valprint.c (java_value_print): Return void.
9111 * jv-lang.h (java_value_print): Return void.
9112 * f-valprint.c (c_value_print): Don't declare.
9113 Include c-lang.h.
9114 * c-valprint.c (c_value_print): Return void.
9115 * c-lang.h (c_value_print): Return void.
9116 * ada-valprint.c (ada_value_print): Return void.
9117 * ada-lang.h (ada_value_print): Return void.
9118
be335936
TT
91192012-03-01 Tom Tromey <tromey@redhat.com>
9120
9121 * value.c (value_primitive_field): Handle virtual base classes.
9122
b0db66a7
TT
91232012-03-01 Tom Tromey <tromey@redhat.com>
9124
9125 * gdbtypes.h (struct vbase): Remove.
9126
132c57b4
TT
91272012-03-01 Tom Tromey <tromey@redhat.com>
9128
9129 * c-valprint.c (print_function_pointer_address): Move...
9130 * valprint.c: ... here. Make non-static.
9131 * m2-valprint.c (print_function_pointer_address): Remove.
9132 * valprint.h (print_function_pointer_address): Declare.
9133
e41eec66
JB
91342012-03-01 Joel Brobecker <brobecker@adacore.com>
9135
9136 * NEWS: Document the fact that one can provide a condition when
9137 creating an Ada exception catchpoint.
9138
19c37f24
TT
91392012-03-01 Tom Tromey <tromey@redhat.com>
9140
9141 * valprint.c (val_print_type_code_flags): Fix placement of
9142 trailing brace.
9143
f0fed3a3
JB
91442012-03-01 Joel Brobecker <brobecker@adacore.com>
9145
9146 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
9147 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
9148 environment variable before calling update-copyright.
9149
8ba85d85
JB
91502012-03-01 Joel Brobecker <brobecker@adacore.com>
9151
9152 * gnulib/extra/update-copyright: Update to the latest from
9153 gnulib's git repository.
9154 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
9155 variable to 2 instead of 1.
9156
8219b1e8
JB
91572012-02-29 Joel Brobecker <brobecker@adacore.com>
9158
9159 * varobj.c (c_value_of_variable): Remove dead code.
9160
718cb7da
JB
91612012-02-29 Joel Brobecker <brobecker@adacore.com>
9162
9163 * ada-lex.p (processId): Do not modify already encoded IDs.
9164 Update function documentation.
9165
739593e0
JB
91662012-02-29 Joel Brobecker <brobecker@adacore.com>
9167
9168 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
9169 "name" with "struct symbol *name_sym".
9170 * ada-exp.y (write_var_or_type): Update call to
9171 ada_find_renaming_symbol.
9172 "name" with "struct symbol *name_sym". Adjust Implementation
9173 accordingly. Adjust the function documentation.
9174
852dff6c
JB
91752012-02-29 Joel Brobecker <brobecker@adacore.com>
9176
9177 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
9178 * ada-lang.c (ada_find_any_type): Add advance declaration.
9179 Make static. Replace ada_find_any_symbol by
9180 ada_find_any_type_symbol.
9181 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
9182 Improve function description. Make static.
9183 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
9184 Replace ada_find_any_symbol by ada_find_any_type_symbol.
9185
1b611343
JB
91862012-02-29 Joel Brobecker <brobecker@adacore.com>
9187
9188 * ada-lang.c (struct tag_args): Delete.
9189 (ada_get_tsd_type): Function body moved up in source file.
9190 (ada_tag_name_1, ada_tag_name_2): Delete.
9191 (ada_get_tsd_from_tag): New function.
9192 (ada_tag_name_from_tsd): New function.
9193 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
9194 to determine the tag name.
9195
41246937
JB
91962012-02-29 Joel Brobecker <brobecker@adacore.com>
9197
9198 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
9199 declaration.
9200 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
9201 function.
9202
ffde82bf
JB
92032012-02-29 Joel Brobecker <brobecker@adacore.com>
9204
9205 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
9206
2ad01556
JB
92072012-02-29 Joel Brobecker <brobecker@adacore.com>
9208
9209 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
9210 full searches.
9211
99b1c762
JB
92122012-02-29 Joel Brobecker <brobecker@adacore.com>
9213
9214 * ada-lang.c (constrained_packed_array_type): If there is a
9215 parallel XA type, use it to determine the array index type.
9216
2d4a02ee
JB
92172012-02-29 Joel Brobecker <brobecker@adacore.com>
9218
9219 * ada-valprint.c (ada_val_print_1): If our value is a reference
9220 to an array descriptor, dereference it before converting it
9221 to a simple array.
9222
c48db5ca
JB
92232012-02-29 Joel Brobecker <brobecker@adacore.com>
9224
9225 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
9226 creating fixed value.
9227 (ada_value_ind, ada_coerce_ref, assign_component)
9228 (ada_evaluate_subexp): Remove call to unwrap_value before
9229 call to ada_to_fixed_value.
9230
2e6fda7d
JB
92312012-02-29 Joel Brobecker <brobecker@adacore.com>
9232
9233 * ada-lang.c (to_fixed_array_type): Set result's type name.
9234
5845583d
JB
92352012-02-29 Joel Brobecker <brobecker@adacore.com>
9236
9237 * ada-lang.c (catch_ada_exception_command_split): Add new
9238 argument cond_string. Add support for condition at end of
9239 "catch exception" commands.
9240 (ada_decode_exception_location): Add new argument cond_string.
9241 Update call to catch_ada_exception_command_split.
9242 (create_ada_exception_catchpoint): Add new argument cond_string.
9243 Set the breakpoint condition if needed.
9244 (catch_ada_exception_command): Update call to
9245 ada_decode_exception_location.
9246 (ada_decode_assert_location): Add function documentation.
9247 Add support for condition at end of "catch assert" command.
9248 (catch_assert_command): Update calls to ada_decode_assert_location
9249 and create_ada_exception_catchpoint.
9250
9a7f938f
JK
92512012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9252
9253 Fix disp-step-syscall.exp: fork: single step over fork.
9254 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
9255 (i386_linux_get_syscall_number_from_regcache): ... here, new function
9256 comment, change parameters gdbarch and ptid to regcache. Remove
9257 parameter regcache, initialize gdbarch from regcache here.
9258 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
9259 New functions.
9260 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
9261 instead.
9262 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
9263 'syscall'. Make the 'int' check more strict.
9264
ffdf6de5
JK
92652012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9266
9267 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
9268 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
9269 (i386_linux_intx80_sysenter_syscall_record): ... here.
9270 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
9271 Use the renamed function name.
9272
c70a6932
JK
92732012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9274
9275 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
9276 * breakpoint.c (until_break_command): Likewise.
9277 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
9278 * infcall.c (call_function_by_hand): Likewise.
9279 * infcmd.c (finish_forward): Likewise.
9280 * infrun.c (insert_exception_resume_breakpoint): Likewise.
9281
05b8a789 92822012-02-28 Tristan Gingold <gingold@adacore.com>
d4cd3da9 9283
d4cd3da9
JB
9284 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
9285 avoid variable assignments inside condition.
9286
6425366c
JK
92872012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9288
9289 Fix static analysis issue found by cppcheck.
9290 * microblaze-tdep.c (microblaze_extract_return_value): Fix
9291 uninitialized BUF for size 2.
9292
c8cef75f 92932012-02-27 Chris Dearman <chris@mips.com>
a09130f9
PA
9294 Nathan Froyd <froydnj@codesourcery.com>
9295 Maciej W. Rozycki <macro@codesourcery.com>
c8cef75f
MR
9296
9297 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
9298 (mips16_instruction_has_delay_slot): Likewise.
9299 (mips_segment_boundary): Likewise.
9300 (mips_adjust_breakpoint_address): Likewise.
9301 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
9302
473347ad 93032012-02-27 Maciej W. Rozycki <macro@mips.com>
a09130f9 9304 Maciej W. Rozycki <macro@codesourcery.com>
473347ad
MR
9305
9306 * infrun.c (handle_inferior_event): Don't proceed through
9307 shared library trampolines if stepping at the machine
9308 instruction level.
9309
cf233303
MR
93102012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
9311
9312 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
9313 too.
9314
cb2cf4ce
TS
93152012-02-27 Thomas Schwinge <thomas@codesourcery.com>
9316
9317 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
9318 (sh_stub_unwind_sniffer): New functions.
9319 (sh_stub_unwind): New variable.
9320 (sh_gdbarch_init): Wire everything.
9321
644cebc9
PA
93222012-02-27 Pedro Alves <palves@redhat.com>
9323
9324 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
9325 (linux_nat_post_attach_wait): Adjust to use
9326 linux_proc_pid_is_stopped.
9327 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
9328 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
9329 based on pid_is_stopped from both linux-nat.c and
9330 gdbserver/linux-low.c, and renamed.
9331
283002cf
MR
93322012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9333
9334 * remote.c (remote_watchpoint_addr_within_range): New function.
9335 (init_remote_ops): Use it.
9336
9b3e86b1
MR
93372012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9338
9339 * target.h (target_watchpoint_addr_within_range): Document macro.
9340
e36930bb
PA
93412012-02-24 Pedro Alves <palves@redhat.com>
9342
9343 * stack.c (set_last_displayed_sal): Issue internal_error instead
9344 of warning, and issue it after clearing the last displayed sal.
9345
883bc8d1
PA
93462012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9347 Pedro Alves <palves@redhat.com>
9348
9349 * breakpoint.c (until_break_command): Install breakpoints after
9350 all frame manipulations.
9351
b775012e
LM
93522012-02-24 Luis Machado <lgustavo@codesourcery.com>
9353
9354 * remote.c (remote_supports_cond_breakpoints): New forward
9355 declaration.
9356 (remote_add_target_side_condition): New function.
9357 (remote_insert_breakpoint): Add target-side breakpoint
9358 conditional if supported.
9359 (remote_insert_hw_breakpoint): Likewise.
9360 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
9361 hook.
9362
9363 * target.c (update_current_target): Inherit
9364 to_supports_evaluation_of_breakpoint_conditions.
9365 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
9366
9367 * target.h (struct target_ops)
9368 <to_supports_evaluation_of_breakpoint_conditions>: New field.
9369 (target_supports_evaluation_of_breakpoint_conditions): New #define.
9370
9371 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
9372 (condition_evaluation_both, condition_evaluation_auto,
9373 condition_evaluation_host, condition_evaluation_target,
9374 condition_evaluation_enums, condition_evaluation_mode_1,
9375 condition_evaluation_mode): New static globals.
9376 (translate_condition_evaluation_mode): New function.
9377 (breakpoint_condition_evaluation_mode): New function.
9378 (gdb_evaluates_breakpoint_condition_p): New function.
9379 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
9380 (mark_breakpoint_modified): New function.
9381 (mark_breakpoint_location_modified): New function.
9382 (set_condition_evaluation_mode): New function.
9383 (show_condition_evaluation_mode): New function.
9384 (bp_location_compare_addrs): New function.
9385 (get_first_location_gte_addr): New helper function.
9386 (set_breakpoint_condition): Free condition bytecode if locations
9387 has become unconditional. Call mark_breakpoint_modified (...).
9388 (condition_command): Call update_global_location_list (1) for
9389 breakpoints.
9390 (breakpoint_xfer_memory): Use is_breakpoint (...).
9391 (is_breakpoint): New function.
9392 (parse_cond_to_aexpr): New function.
9393 (build_target_condition_list): New function.
9394 (insert_bp_location): Handle target-side conditional
9395 breakpoints and call build_target_condition_list (...).
9396 (update_inserted_breakpoint_locations): New function.
9397 (insert_breakpoint_locations): Handle target-side conditional
9398 breakpoints.
9399 (bpstat_check_breakpoint_conditions): Add comment.
9400 (bp_condition_evaluator): New function.
9401 (bp_location_condition_evaluator): New function.
9402 (print_breakpoint_location): Print information on where the condition
9403 will be evaluated.
9404 (print_one_breakpoint_location): Likewise.
9405 (init_bp_location): Call mark_breakpoint_location_modified (...) for
9406 breakpoint location.
9407 (force_breakpoint_reinsertion): New functions.
9408 (update_global_location_list): Handle target-side breakpoint
9409 conditions.
9410 Reinsert locations that are already inserted if conditions have
9411 changed.
9412 (bp_location_dtor): Free agent expression bytecode.
9413 (disable_breakpoint): Call mark_breakpoint_modified (...).
9414 Call update_global_location_list (...) with parameter 1 for breakpoints.
9415 (disable_command): Call mark_breakpoint_location_modified (...).
9416 Call update_global_location_list (...) with parameter 1 for breakpoints.
9417 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
9418 (enable_command): mark_breakpoint_location_modified (...).
9419 (_initialize_breakpoint): Update documentation and add
9420 condition-evaluation breakpoint subcommand.
9421
9422 * breakpoint.h: Include ax.h.
9423 (condition_list): New data structure.
9424 (condition_status): New enum.
9425 (bp_target_info) <cond_list>: New field.
9426 (bp_location) <condition_changed, cond_bytecode>: New fields.
9427 (is_breakpoint): New prototype.
9428
3788aec7
LM
94292012-02-24 Luis Machado <lgustavo@codesourcery.com>
9430
9431 * remote.c (remote_state) <cond_breakpoints>: New field.
9432 (PACKET_ConditionalBreakpoints): New enum.
9433 (remote_cond_breakpoint_feature): New function.
9434 (remote_protocol_features): Add new ConditionalBreakpoints entry.
9435 (remote_supports_cond_breakpoints): New function.
9436 (_initialize_remote): Add new packet configuration for
9437 target-side conditional breakpoints.
9438
72895ff6
LM
94392012-02-24 Luis Machado <lgustavo@codesourcery.com>
9440
9441 * NEWS: Mention target-side conditional breakpoint support,
9442 new condition-evaluation breakpoint subcommand and remote
9443 packet extensions.
9444
dea2aa5f
LM
94452012-02-24 Luis Machado <lgustavo@codesourcery.com>
9446
9447 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
9448 number.
9449
8a8bc27f
TS
94502012-02-24 Thomas Schwinge <thomas@codesourcery.com>
9451
9452 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
9453 (after_prologue): Remove.
9454
6b446fdf
TT
94552012-02-23 Tom Tromey <tromey@redhat.com>
9456
9457 * jv-valprint.c (java_val_print): Remove dead code.
9458
ef59abfb
TG
94592012-02-23 Tristan Gingold <gingold@adacore.com>
9460
a09130f9
PA
9461 * ada-tasks.c (struct ada_tasks_inferior_data): Add
9462 known_tasks_element and known_tasks_length fields.
9463 (read_known_tasks_array): Change argument type. Use pointer type
9464 and number of elements from DATA. Adjust.
9465 (read_known_tasks_list): Likewise.
9466 (get_known_tasks_addr): Remove.
9467 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
9468 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
9469 type and array length. Merge former get_known_tasks_addr code.
ef59abfb 9470
def166f6
JK
94712012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9472
9473 PR backtrace/13716
9474 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
9475 it after set_momentary_breakpoint.
9476
aeaa2474
SA
94772012-02-22 Sterling Augustine <saugustine@google.com>
9478
9479 PR 13689:
9480 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
9481
feea76c2
GB
94822012-02-22 Gary Benson <gbenson@redhat.com>
9483
9484 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
9485 (find_slot_in_mapped_hash): Likewise.
9486
f06e05e0
JK
94872012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9488
9489 PR build/13638
9490 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
9491 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
9492 * configure: Regenerate.
9493
b54a8fd7
PA
94942012-02-21 Tristan Gingold <gingold@adacore.com>
9495 Pedro Alves <palves@redhat.com>
9496
9497 * ia64-tdep.c: Do not include libunwind-ia64.h.
9498 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
9499 Include libunwind-ia64.h instead of libunwind.h.
9500 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
9501 for libunwind.h existence.
9502 * configure, config.in: Regenerate.
9503
dfcee124
AG
95042012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9505
9506 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
9507 instead of value_rtti_target_type.
9508 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
9509 instead of value_rtti_target_type.
9510 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
9511 value_rtti_target_type.
9512 * valops.c (value_ind): Extract function readjust_indirect_value_type.
9513 (value_rtti_target_type): Rename to ...
9514 (value_rtti_indirect_type): ... here and make it indirect. Update
9515 function comment.
9516 * value.c (readjust_indirect_value_type): New function.
9517 (coerce_ref): Support for enclosing type setting for references
9518 with readjust_indirect_value_type.
9519 * value.h (readjust_value_type): New declaration.
9520 (value_rtti_target_type): Rename to ...
9521 (value_rtti_indirect_type): ... here.
9522
02568277
AG
95232012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9524
9525 * MAINTAINERS (Write After Approval): Add myself to the list.
9526
10c07b7e 95272012-02-20 Doug Evans <dje@google.com>
28ee876a 9528
d82ea6a8
DE
9529 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
9530 Rename objfile_p_char parameter to objfilep.
9531 (build_objfile_section_table): Result is now void. All callers
9532 updated.
9533 * objfiles.h (struct objfile): Tweak comments, whitespace.
9534 (build_objfile_section_table): Update.
9535
28ee876a
DE
9536 * elfread.c (elf_symfile_segments): Fix warning text.
9537
24c79950
TT
95382012-02-20 Tom Tromey <tromey@redhat.com>
9539
9540 PR gdb/13498:
9541 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
9542 particular set of file names once.
9543 (dw2_map_symbol_filenames): Likewise.
9544
3a9b40b6
JK
95452012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9546
9547 Code cleanup.
9548 * main.c (write_files): Remove the declaration.
9549 (external_editor_command): Move the declaration ...
9550 [GDBTK] (external_editor_command): ... here. Fix the comment.
9551
4d0795ca
TT
95522012-02-20 Tom Tromey <tromey@redhat.com>
9553
9554 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
9555 extraneous block.
9556
637fd620
TG
95572012-02-20 Tristan Gingold <gingold@adacore.com>
9558
9559 * darwin-nat.h (enum darwin_msg_state): Add comments.
9560
6f124894
TG
95612012-02-20 Tristan Gingold <gingold@adacore.com>
9562
9563 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
9564 value.
9565
2e6e3d9c
JB
95662012-20-18 Joel Brobecker <brobecker@adacore.com>
9567
9568 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
9569 between function description and implementation.
9570
2e8265fd
TT
95712012-02-17 Tom Tromey <tromey@redhat.com>
9572
9573 PR python/12070:
9574 * python/py-event.c (event_object_getset): New global.
9575 (event_object_type): Reference it.
9576 * python/py-type.c (field_object_getset): New global.
9577 (field_object_type): Reference it.
9578 * python/python-internal.h (gdb_py_generic_dict): Declare.
9579 * python/py-utils.c (gdb_py_generic_dict): New function.
9580
8544a150 95812012-02-17 Tristan Gingold <gingold@adacore.com>
6f124894 9582
8544a150 9583 * solib-darwin.c (darwin_current_sos): Check magic and filetype
6f124894 9584
ca193e27
TS
95852012-02-17 Thomas Schwinge <thomas@codesourcery.com>
9586
9587 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
9588 TYPE_CALLING_CONVENTION annotation.
9589
e5586183
KB
95902012-02-16 Kevin Buettner <kevinb@redhat.com>
9591
9592 * MAINTAINERS: Add rx to target ISA section.
9593 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
9594 (ALLDEPFILES): Add rx-tdep.c.
9595
7dcd53a0
TT
95962012-02-16 Tom Tromey <tromey@redhat.com>
9597
9598 * symfile.c (symbol_file_add_main_1): Use inferior's
9599 symfile_flags.
9600 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
9601 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
9602 inferior.
9603 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
9604 inferior.
9605 (follow_exec): Use inferior's symfile_flags.
9606 * inferior.h (struct inferior) <symfile_flags>: New field.
9607
ddd60447
MF
96082012-02-16 Mike Frysinger <vapier@gentoo.org>
9609
9610 PR gdb/9734:
9611 * remote-sim.c (gdbsim_create_inferior): Call error() when
9612 sim_create_inferior() fails.
9613
b0d32fb6
TG
96142012-02-16 Josh Matthews <josh@joshmatthews.net>
9615
9616 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
9617
9addecb9
TT
96182012-02-16 Tom Tromey <tromey@redhat.com>
9619
9620 PR c++/13653:
9621 * thread.c (struct current_thread_cleanup) <was_removable>: New
9622 field.
9623 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
9624 (make_cleanup_restore_current_thread): Initialize new field.
9625
a58b110a
KB
96262012-02-15 Kevin Buettner <kevinb@redhat.com>
9627
9628 * MAINTAINERS: Add rl78 to target ISA section.
9629 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
9630 (ALLDEPFILES): Add rl78-tdep.c.
9631 * NEWS: Mention rl78 as a new target.
9632
4cb6da1c
AR
96332012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
9634
9635 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
9636 data.
9637 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
9638
3af2590d
TT
96392012-02-15 Tom Tromey <tromey@redhat.com>
9640
9641 PR gdb/12659:
9642 * infcmd.c (registers_info): Print just the current register's
9643 name.
9644
c6910659
TT
96452012-02-15 Tom Tromey <tromey@redhat.com>
9646
9647 * python/py-symbol.c (sympy_value): Use _().
9648
7cee1e54
PA
96492012-02-15 Pedro Alves <palves@redhat.com>
9650
9651 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
9652 output to be like native targets'.
9653 (remote_pid_to_str): Special case the null ptid.
9654
816338b5
SS
96552012-02-14 Stan Shebs <stan@codesourcery.com>
9656
9657 * NEWS: Mention enable count command.
9658 * breakpoint.h (struct breakpoint): New field enable_count.
9659 * breakpoint.c (enable_breakpoint_disp): Add count argument.
9660 (enable_breakpoint): Add arg to call.
9661 (struct disp_data): New struct.
9662 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
9663 (do_map_enable_once_breakpoint): Create a struct and pass it.
9664 (do_map_enable_delete_breakpoint): Ditto.
9665 (do_map_enable_count_breakpoint): New function.
9666 (enable_count_command): New function.
9667 (bpstat_stop_status): Decrement enable_count.
9668 (print_one_breakpoint_location): Report enable count.
9669 (_initialize_breakpoint): Add enable count command.
9670
c47a44f4
KB
96712012-02-14 Kevin Buettner <kevinb@redhat.com>
9672
9673 * rl78-tdep.c (reggroups.h): Include.
9674 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
9675 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
9676 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
9677 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
9678 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
9679 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
9680 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
9681 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
9682 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
9683 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
9684 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
9685 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
9686 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
9687 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
9688 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
9689 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
9690 beginning of register list.
9691 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
9692 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
9693 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
9694 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
9695 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
9696 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
9697 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
9698 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
9699 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
9700 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
9701 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
9702 the pseudo registers. Rearrange other pseudo registers too so
9703 that the bank registers appear at the end.
9704 (rl78_register_type): Account for the fact that the byte sized
9705 bank registers are now pseudo-registers.
9706 (rl78_register_name): Rearrange the register name array. Make
9707 initial set of raw banked registers inaccessible.
9708 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
9709 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
9710 case for copying bytes back and forth between raw and pseudo
9711 versions of the banked registers. Update other cases to reflect
9712 the changed names.
9713 (rl78_return_value): Update to account for changed names of
9714 raw registers.
9715 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
9716 rl78_register_sim_regno().
9717
e4569f1e
KB
97182012-02-14 Kevin Buettner <kevinb@redhat.com>
9719
9720 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
9721 the name parameter being passed to find_pc_partial_function().
9722
7a05aae7
JK
97232012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9724
9725 * MAINTAINERS: Step down from being ia64 target maintainer.
9726
11fde611
JK
97272012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9728
9729 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
9730 compilation warning.
9731
57008375
JK
97322012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9733
9734 Fix crash on loaded shlibs without loaded exec_bfd.
9735 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
9736 (set_section_command): Replace exec_bfd by p->bfd.
9737
ff3c9849
TT
97382012-02-10 Tom Tromey <tromey@redhat.com>
9739
9740 * linespec.c (decode_line_internal): Skip symtabs_from_filename
9741 when we have a C++ qualified name.
9742
db2b9fdd
PA
97432012-02-10 Pedro Alves <palves@redhat.com>
9744
9745 * inferior.c (inferior_pid_to_str): New.
9746 (print_inferior, inferior_command): Use it.
9747
12cd34f3
PA
97482012-02-10 Pedro Alves <palves@redhat.com>
9749
9750 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
9751 the test CFLAGS.
9752 * configure: Regenerate.
9753
e871429d
JK
97542012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9755
9756 * linespec.c (decode_line_internal): Fix comment correctness.
9757
1916efaf
PA
97582012-02-09 Valery Khromov <valery.khromov@gmail.com>
9759
9760 PR gdb/12953
9761 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
9762 * amd64bsd-nat.c: Add support for debug registers (adapted from
9763 i386bsd-nat.c).
9764 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
9765 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
9766 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
9767 (amd64bsd_dr_get_control): New functions.
9768 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
9769 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
9770 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
9771 watchpoints initialization.
9772 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
9773
f4859d94
JK
97742012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9775
9776 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
9777 flds_bnds.fields.
9778 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
9779
c56a97f9
JK
97802012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9781
9782 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
9783
1a119f36
JB
97842012-02-08 Joel Brobecker <brobecker@adacore.com>
9785
9786 * language.h (symbol_name_cmp_ftype): Renames
9787 symbol_name_match_p_ftype.
9788 (struct language_defn)[la_get_symbol_name_cmp]: Renames
9789 la_get_symbol_name_match_p.
9790 * ada-lang.c (ada_get_symbol_name_cmp): Renames
9791 ada_get_symbol_name_match_p. Update comment.
9792 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
9793 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
9794 Renames symbol_name_match_p. Update field type.
9795 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
9796 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
9797 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
9798 "la_get_symbol_name_cmp" in comments.
9799 * language.c: Likewise.
9800
c71bb1cf
RO
98012012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9802
9803 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
9804 %eflags offset.
9805 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
9806 (amd64_sol2_gregset32_reg_offs): Likewise.
9807
4b2d20a5
TG
98082012-02-08 Joel Brobecker <brobecker@adacore.com>
9809
9810 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
9811 of the returned BFD is allocated by GDB.
9812
f0823d2c
TT
98132012-02-07 Tom Tromey <tromey@redhat.com>
9814
9815 PR python/12027:
9816 * python/python-internal.h (frame_object_type): Declare.
9817 * python/py-symbol.c (sympy_needs_frame): New function.
9818 (sympy_value): New function.
9819 (symbol_object_getset): Add "needs_frame".
9820 (symbol_object_methods): Add "value".
9821 * python/py-frame.c (frame_object_type): No longer static.
9822
64e7d9dd
TT
98232012-02-07 Tom Tromey <tromey@redhat.com>
9824
9825 PR python/13599:
9826 * python/py-symbol.c (sympy_line): New function.
9827 (symbol_object_getset): Add "line".
9828
1d6b2d2b
TT
98292012-02-07 Tom Tromey <tromey@redhat.com>
9830
9831 * charset.c (find_charset_names): Check 'in' against NULL.
9832
0d5cff50
DE
98332012-02-06 Doug Evans <dje@google.com>
9834
9835 * gdbtypes.h (struct main_type): Change type of name,tag_name,
9836 and fields.name members from char * to const char *. All uses updated.
9837 (struct cplus_struct_type): Change type of fn_fieldlists.name member
9838 from char * to const char *. All uses updated.
9839 (type_name_no_tag): Update.
9840 (lookup_unsigned_typename, lookup_signed_typename): Update.
9841 * gdbtypes.c (type_name_no_tag): Change result type
9842 from char * to const char *. All callers updated.
9843 (lookup_unsigned_typename, lookup_signed_typename): Change type of
9844 name parameter from char * to const char *.
9845 * symtab.h (struct cplus_specific): Change type of demangled_name
9846 member from char * to const char *. All uses updated.
9847 (struct general_symbol_info): Change type of name and
9848 mangled_lang.demangled_name members from char * to const char *.
9849 All uses updated.
9850 (symbol_get_demangled_name, symbol_natural_name): Update.
9851 (symbol_demangled_name, symbol_search_name): Update.
9852 * symtab.c (symbol_get_demangled_name): Change result type
9853 from char * to const char *. All callers updated.
9854 (symbol_natural_name, symbol_demangled_name): Ditto.
9855 (symbol_search_name): Ditto.
9856 (completion_list_add_name): Change type of symname,sym_text,
9857 text,word parameters from char * to const char *.
9858 (completion_list_objc_symbol): Change type of sym_text,
9859 text,word parameters from char * to const char *.
9860 * ada-lang.c (find_struct_field): Change type of name parameter
9861 from char * to const char *.
9862 (encoded_ordered_before): Similarly for N0,N1 parameters.
9863 (old_renaming_is_invisible): Similarly for function_name parameter.
9864 (ada_type_name): Change result type from char * to const char *.
9865 All callers updated.
9866 * ada-lang.h (ada_type_name): Update.
9867 * buildsym.c (hashname): Change type of name parameter
9868 from char * to const char *.
9869 * buildsym.h (hashname): Update.
9870 * dbxread.c (end_psymtab): Change type of include_list parameter
9871 from char ** to const char **.
9872 * dwarf2read.c (determine_prefix): Change result type
9873 from char * to const char *. All callers updated.
9874 * f-lang.c (find_common_for_function): Change type of name, funcname
9875 parameters from char * to const char *.
9876 * f-lang.c (find_common_for_function): Update.
9877 * f-valprint.c (list_all_visible_commons): Change type of funcname
9878 parameters from char * to const char *.
9879 * gdbarch.sh (static_transform_name): Change type of name parameter
9880 and result from char * to const char *.
9881 * gdbarch.c: Regenerate.
9882 * gdbarch.h: Regenerate.
9883 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
9884 of name parameter from char * to const char *.
9885 * jv-lang.c (java_primitive_type_from_name): Ditto.
9886 (java_demangled_signature_length): Similarly for signature parameter.
9887 (java_demangled_signature_copy): Ditto.
9888 (java_demangle_type_signature): Ditto.
9889 * jv-lang.h (java_primitive_type_from_name): Update.
9890 (java_demangle_type_signature): Update.
9891 * objc-lang.c (specialcmp): Change type of a,b parameters
9892 from char * to const char *.
9893 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
9894 from char * to const char *. All callers updated.
9895 * p-lang.h (is_pascal_string_type): Update.
9896 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
9897 of name parameter from char * to const char *.
9898 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
9899 * utils.c (fprintf_symbol_filtered): Ditto.
9900 * defs.h (fprintf_symbol_filtered): Update.
9901 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
9902 * stabsread.h (end_psymtab): Update.
9903 * stack.c (find_frame_funname): Change type of funname parameter
9904 from char ** to const char **.
9905 * stack.h (find_frame_funname): Update.
9906 * typeprint.c (type_print): Change type of varstring parameter
9907 from char * to const char *.
9908 * value.h (type_print): Update.
9909 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
9910 from char * to const char *. All callers updated.
9911 (xcoff_end_psymtab): Change type of include_list parameter
9912 from char ** to const char **. All callers updated.
9913 (swap_sym): Similarly for name parameter. All callers updated.
9914 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
9915 Use xstrdup.
9916 (process_coff_symbol): Use xstrdup.
9917 * stabsread.c (stabs_method_name_from_physname): Renamed from
9918 update_method_name_from_physname. Change result type from void
9919 to char *. All callers updated.
9920 (read_member_functions): In has_destructor case, store name in objfile
9921 obstack instead of malloc space. In !has_stub case, fix mem leak.
9922
5579a92e
TT
99232012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
9924
9925 * configure: Rebuild.
9926 * configure.ac: Put -L../bfd and -L../libiberty at the front of
9927 LDFLAGS.
9928
9058f767
KB
99292012-02-03 Kevin Buettner <kevinb@redhat.com>
9930
9931 * configure.tgt (rl78-*-elf): New target.
9932 * rl78-tdep.c: New file.
9933
5b37825d
PW
99342012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9935
9936 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
9937 and continue the loop. Add QUIT statement.
9938
e009ee71
TT
99392012-02-03 Tom Tromey <tromey@redhat.com>
9940
9941 PR gdb/13596:
9942 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
9943 bfd_lookup_symbol_from_symtab.
9944 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
9945 gdb_bfd_lookup_symbol_from_symtab.
9946
f7e44f65
JB
99472012-02-03 Joel Brobecker <brobecker@adacore.com>
9948
9949 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
9950 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
9951 symbol. Add assertion that sym2 is never NULL.
9952
2c02bd72
DE
99532012-02-02 Doug Evans <dje@google.com>
9954
9955 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
9956 "name" parameter to const char ** from char **. All callers updated.
9957 (find_pc_partial_function): Ditto.
9958 (cache_pc_function_name): Change type to const char * from char *.
9959 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
9960 (find_pc_partial_function): Update.
9961 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
9962 type of "name" parameter to const char * from char *.
9963 All uses updated.
9964 * arch-utils.c (generic_in_solib_return_trampoline): Change
9965 type of "name" parameter to const char * from char *.
9966 * arch-utils.h (generic_in_solib_return_trampoline): Update.
9967 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
9968 type of "name" parameter to const char * from char *.
9969 * gdbarch.sh (in_solib_return_trampoline): Ditto.
9970 * gdbarch.c: Regenerate.
9971 * gdbarch.h: Regenerate.
9972 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
9973 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
9974 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
9975 type of "name" parameter to const char * from char *.
9976 * skip.c (skip_function_pc): Ditto.
9977 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
9978 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
9979 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
9980 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
9981 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
9982 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
9983 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
9984 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
9985 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
9986
e886a173
PA
99872012-02-02 Pedro Alves <palves@redhat.com>
9988
9989 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
9990 the current inferior has no execution. Make sure the current
9991 remote process matches gdb's current inferior.
9992
c709a7c2
TT
99932012-02-02 Tom Tromey <tromey@redhat.com>
9994
9995 PR gdb/13405:
9996 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
9997 read-only memory.
9998
f149aabd
TT
99992012-02-02 Tom Tromey <tromey@redhat.com>
10000
10001 PR gdb/9307:
10002 * symtab.c (lookup_language_this): Set block_found.
10003
03bef283
TT
100042012-02-01 Tom Tromey <tromey@redhat.com>
10005
10006 PR gdb/13431:
10007 * jit.c (struct jit_inferior_data): Rewrite.
10008 (struct jit_objfile_data): New.
10009 (get_jit_objfile_data): New function.
10010 (add_objfile_entry): Update.
10011 (jit_read_descriptor): Return int. Replace descriptor_addr
10012 argument with inf_data. Update. Don't call error.
10013 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
10014 descriptor here.
10015 (jit_inferior_init): Don't look up descriptor. Don't call error.
10016 (jit_reset_inferior_data_and_breakpoints)
10017 (jit_inferior_created_observer): Remove.
10018 (jit_inferior_exit_hook): Update.
10019 (jit_executable_changed_observer): Remove.
10020 (jit_event_handler): Update.
10021 (free_objfile_data): Reset inferior data if needed.
10022 (_initialize_jit): Update.
10023
f0bbc364
TT
100242012-02-01 Tom Tromey <tromey@redhat.com>
10025
10026 * jit.c (bfd_open_from_target_memory): Move higher in file.
10027
47c1316c
TG
100282012-02-01 Tristan Gingold <gingold@adacore.com>
10029
10030 * libunwind-frame.c (libunwind_load): Display message if dlopen
10031 failed.
10032
8e704927
GB
100332012-02-01 Gary Benson <gbenson@redhat.com>
10034
09c7a31f 10035 * symtab.h (symbol_found_callback_ftype): New typedef.
8e704927
GB
10036 (iterate_over_symbols): Use the above.
10037 * symtab.c (iterate_over_symbols): Likewise.
10038 * language.h (language_defn->la_iterate_over_symbols): Likewise.
10039 * ada-lang.c (ada_iterate_over_symbols): Likewise.
10040 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
10041 (iterate_name_matcher): Document return values.
10042 (collect_one_symbol): Likewise.
10043 (collect_function_symbols): Likewise.
10044 (collect_symbols): Likewise.
10045
d9680e73
TT
100462012-02-01 Tom Tromey <tromey@redhat.com>
10047
10048 * ada-lang.c (resolve_subexp): Update.
10049 (ada_lookup_symbol_list): Add 'full_search' argument.
10050 (ada_iterate_over_symbols): Pass 0 as full_search argument to
10051 ada_lookup_symbol_list.
10052 (ada_lookup_encoded_symbol): Update.
10053 (get_var_value): Update.
10054 * ada-exp.y (block_lookup): Update.
10055 (write_var_or_type): Update.
10056 (write_name_assoc): Update.
10057 * ada-lang.h (ada_lookup_symbol_list): Update.
10058
72e1143f
TT
100592012-01-31 Tom Tromey <tromey@redhat.com>
10060
10061 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
10062 comment.
10063
ab2d2ad3
DE
100642012-01-31 Doug Evans <dje@google.com>
10065
10066 * symtab.h: Remove outdated comment.
e9111bf7 10067 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
ab2d2ad3 10068
bc884eba
JB
100692012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
10070
10071 Fix build error in Darwin port.
10072 * i386-darwin-nat.c: Include i386-nat.h.
10073
8fc3fc34
TT
100742012-01-30 Tom Tromey <tromey@redhat.com>
10075
10076 PR breakpoints/13568:
10077 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
10078 argument. Check for recursive includes.
10079 (dwarf_decode_macros): Create an include hash.
10080
5d853008
ME
100812012-01-30 Michael Eager <eager@eagercon.com>
10082
10083 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
10084 * ppc-linux-tdep.c: Include glibc-tdep.h.
ab2d2ad3 10085 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
5d853008
ME
10086 (powerpc_linux_in_plt_stub): New function.
10087 (powerpc_linux_in_dynsym_resolve_code): New function.
10088 (ppc_skip_trampoline_code): New function.
10089 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
10090 Use glibc_skip_solib_resolver.
10091
40478521
JK
100922012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10093
10094 Code cleanup: Make 1440 bytes of data segment read-only.
10095 * arch-utils.c (endian_enum): Make it const char *const [].
10096 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
10097 Likewise.
10098 * breakpoint.c (always_inserted_enums): Likewise.
10099 * cli/cli-cmds.c (script_ext_enums): Likewise.
10100 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
10101 enumlist parameter const char *const *.
10102 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
10103 const char *const *.
10104 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
10105 parameter const char *const *.
10106 * cris-tdep.c (cris_modes): Make it const char *const [].
10107 * filesystem.c (target_file_system_kinds): Likewise.
10108 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
10109 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
10110 (can_use_displaced_stepping_enum, scheduler_enums)
10111 (exec_direction_names): Likewise.
10112 * language.c (_initialize_language): Make the type_or_range_names and
10113 case_sensitive_names variables const char *const [].
10114 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
10115 * python/python.c (python_excp_enums): Likewise.
10116 * remote.c (interrupt_sequence_modes): Likewise.
10117 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
10118 * serial.c (logbase_enums): Likewise.
10119 * sh-tdep.c (sh_cc_enum): Likewise.
10120 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
10121 Likewise.
10122 * symtab.c (multiple_symbols_modes): Likewise.
10123 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
10124 Likewise.
10125 * utils.c (internal_problem_modes): Likewise.
10126
b3b8b934
JK
101272012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10128
10129 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
10130 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
10131 result.
10132
8c85a4e2
DE
101332012-01-27 Doug Evans <dje@google.com>
10134
10135 * configure.ac (with_python): Fix absolute path handling for win32.
10136 * configure: Regenerate.
10137
78d8b4d7
DE
101382012-01-26 Doug Evans <dje@google.com>
10139
eca864fe
DE
10140 * symtab.c: Whitespace cleanup, no code changes.
10141
7e082072
DE
10142 * symtab.c (lookup_symbol_in_language): Improve comment.
10143 (lookup_symbol_aux): Fix comment.
10144
7dc25483
DE
10145 * psymtab.c (add_psymbol_to_list): Result is now "void".
10146 * psympriv.h (add_psymbol_to_list): Update.
10147
78d8b4d7
DE
10148 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
10149
4c63965b
JK
101502012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10151
10152 Do not open script filenames twice.
10153 * cli/cli-cmds.c (source_script_from_stream): Pass to
10154 source_python_script also STREAM.
10155 * python/py-auto-load.c (source_section_scripts): Pass to
10156 source_python_script_for_objfile also STREAM.
10157 (auto_load_objfile_script): Pass to source_python_script_for_objfile
10158 also INPUT.
10159 * python/python-internal.h (source_python_script_for_objfile): New
10160 parameter file, rename parameter file to filename.
10161 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
10162 instead if !_WIN32. Update the function comment.
10163 (source_python_script, source_python_script_for_objfile)
10164 (source_python_script): New parameter file, rename parameter file to
10165 filename. Pass FILENAME to python_run_simple_file.
10166 * python/python.h (source_python_script): New parameter file, rename
10167 parameter file to filename.
10168
88f38a04
PA
101692012-01-26 Pedro Alves <palves@redhat.com>
10170
10171 * corelow.c (core_has_fake_pid): Delete.
10172 (core_close): Delete references to `core_has_fake_pid'.
10173 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
10174 (core_open): Delete references to `core_has_fake_pid'.
10175 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
10176 the removed global.
10177
e078317b
JB
101782012-01-26 Joel Brobecker <brobecker@adacore.com>
10179
10180 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
10181 Remove language parameter from name_matcher. Adjust the comment.
10182 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
10183 Remove language parameter.
10184 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
10185 * linespec.c (iterate_name_matcher): Likewise.
10186 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
10187 name_matcher. Adjust call accordingly.
10188 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
10189 (maintenance_check_symtabs): Adjust type of parameter "fun".
10190 * psymtab.h (maintenance_check_symtabs): Likewise.
10191
74ccd7f5
JB
101922012-01-26 Joel Brobecker <brobecker@adacore.com>
10193
10194 * language.h (symbol_name_match_p_ftype): New typedef.
10195 (struct language_defn): Replace field la_symbol_name_compare
10196 by la_get_symbol_name_match_p.
10197 * ada-lang.c (ada_get_symbol_name_match_p): New function.
10198 (ada_language_defn): Use it.
10199 * linespec.c (struct symbol_matcher_data): New type.
10200 (iterate_name_matcher): Rewrite.
10201 (iterate_over_all_matching_symtabs): Pass a pointer to
10202 a symbol_matcher_data struct to expand_symtabs_matching
10203 instead of just the lookup name.
10204 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10205 opencl-lang.c, p-lang.c, language.c: Delete field
10206 la_symbol_name_compare, and replace by NULL for new field
10207 la_get_symbol_name_match_p.
10208 * symfile.h (struct quick_symbol_functions): Update comment.
10209
5d268276
TT
102102012-01-25 Tom Tromey <tromey@redhat.com>
10211
10212 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
10213 dereferencing.
10214
edcc5120
TT
102152012-01-24 Tom Tromey <tromey@redhat.com>
10216
10217 PR symtab/12406:
10218 * solib.c (update_solib_list): Update the program space's
10219 added_solibs and deleted_solibs fields.
10220 * progspace.h (struct program_space) <added_solibs,
10221 deleted_solibs>: New fields.
10222 (clear_program_space_solib_cache): Declare.
10223 * progspace.c (release_program_space): Call
10224 clear_program_space_solib_cache.
10225 (clear_program_space_solib_cache): New function.
10226 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
10227 bpstat_stop_status. Use handle_solib_event.
10228 * breakpoint.c: Include gdb_regex.h.
10229 (print_solib_event): New function.
10230 (bpstat_print): Use print_solib_event.
10231 (bpstat_stop_status): Add special case for bp_shlib_event.
10232 (handle_solib_event): New function.
10233 (bpstat_what): Use handle_solib_event.
10234 (struct solib_catchpoint): New.
10235 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
10236 (breakpoint_hit_catch_solib, check_status_catch_solib)
10237 (print_it_catch_solib, print_one_catch_solib)
10238 (print_mention_catch_solib, print_recreate_catch_solib): New
10239 functions.
10240 (catch_solib_breakpoint_ops): New global.
10241 (catch_load_or_unload, catch_load_command_1)
10242 (catch_unload_command_1): New functions.
10243 (internal_bkpt_check_status): Add special case for
10244 bp_shlib_event.
10245 (internal_bkpt_print_it): Use print_solib_event.
10246 (initialize_breakpoint_ops): Initialize
10247 catch_solib_breakpoint_ops.
10248 (_initialize_breakpoint): Register "catch load" and "catch
10249 unload".
10250 * breakpoint.h (handle_solib_event): Declare.
10251 * NEWS: Add entry for "catch load" and "catch unload".
10252
fa864999
TT
102532012-01-24 Tom Tromey <tromey@redhat.com>
10254
10255 * ada-lang.c: Include gdb_vecs.h.
10256 * charset.c: Include gdb_vecs.h.
10257 * tracepoint.h: Include gdb_vecs.h.
10258 * gdb_vecs.h: New file.
10259
f90263c1
TT
102602012-01-24 Pedro Alves <pedro@codesourcery.com>
10261
10262 * breakpoint.c (breakpoint_hit_catch_fork)
10263 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
10264 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
10265 * infrun.c (inferior_has_forked, inferior_has_vforked)
10266 (inferior_has_execd, inferior_has_called_syscall): Delete.
10267 (handle_syscall_event): Get syscall_number from the execution
10268 control state's wait status.
10269 (wait_for_inferior): Don't clear syscall_number.
10270
09ac7c10
TT
102712012-01-24 Pedro Alves <palves@redhat.com>
10272
10273 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
10274 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
10275 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
10276 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
10277 `ws' parameter.
10278 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
10279 false for events other than TARGET_SIGNAL_TRAP.
10280 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
10281 Add `ws' parameter.
10282 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
10283 events other than TARGET_SIGNAL_TRAP.
10284 (tracepoint_breakpoint_hit): Add `ws' parameter.
10285 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
10286 parameter.
10287 (bpstat_stop_status): Same.
10288 (pc_at_non_inline_function): Same.
10289 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
10290 to pass the current event's waitstatus to bpstat_stop_status
10291 and pc_at_non_inline_function.
10292
86eb7e95
JK
102932012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10294
10295 Code cleanup.
10296 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
10297 Update the function comment for it.
10298 (source_script_with_search): Call make_cleanup_fclose for STREAM.
10299 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
10300 for STREAM.
10301
a9b3a50f
PA
103022012-01-24 Pedro Alves <palves@redhat.com>
10303
10304 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
10305 outside `bs->stop' block.
10306 (bpstat_what): Rework bp_shlib_event handling.
10307 (internal_bkpt_check_status): If the breakpoint is a
10308 bp_shlib_event, then set bs->stop and bs->print if
10309 stop_on_solib_events is set.
10310
53fe1783
GB
103112012-01-24 Gary Benson <gbenson@redhat.com>
10312
10313 Delete #if 0'd out code.
10314 * stack.c (print_frame_label_vars): Remove.
10315 (catch_info): Likewise.
10316 (_initialize_stack): Remove "info catch" command.
10317 * NEWS: Mention the above.
10318
49c62f2e
PA
103192012-01-24 Pedro Alves <palves@redhat.com>
10320
10321 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
10322 it.
10323 (remote_notice_new_inferior): If the remote end doesn't support
10324 the multiprocess extensions, then the PID is fake.
10325 (add_current_inferior_and_thread): New.
10326 (remote_start_remote): Use it.
10327 (extended_remote_attach_1): Adjust.
10328 (extended_remote_create_inferior_1): Use
10329 add_current_inferior_and_thread.
10330
d0d8b0c6
JK
103312012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10332
10333 Fix watchpoints to be specific for each inferior.
10334 * breakpoint.c (watchpoint_in_thread_scope): Verify also
10335 current_program_space.
10336 * i386-nat.c (i386_inferior_data_cleanup): New.
10337 (i386_inferior_data_get): Replace variable inf_data_local by an
10338 inferior_data call.
10339 (i386_use_watchpoints): Initialize i386_inferior_data.
10340 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
10341 specific iterate_over_lwps.
10342
4403d8e9
JK
103432012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10344
10345 Fix watchpoints across inferior fork.
10346 * amd64-linux-nat.c (update_debug_registers_callback): Update the
10347 comment for linux_nat_iterate_watchpoint_lwps.
10348 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10349 linux_nat_iterate_watchpoint_lwps.
10350 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
10351 * i386-linux-nat.c (update_debug_registers_callback): Update the
10352 comment for linux_nat_iterate_watchpoint_lwps.
10353 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10354 linux_nat_iterate_watchpoint_lwps.
10355 (i386_linux_prepare_to_resume): New comment on Linux kernel.
10356 * i386-nat.c: Include inferior.h.
10357 (dr_mirror): Remove.
10358 (i386_inferior_data, struct i386_inferior_data)
10359 (i386_inferior_data_get): New.
10360 (i386_debug_reg_state): Use i386_inferior_data_get.
10361 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
10362 (i386_insert_watchpoint, i386_remove_watchpoint)
10363 (i386_stopped_data_address, i386_insert_hw_breakpoint)
10364 (i386_remove_hw_breakpoint): New variable state, use
10365 i386_debug_reg_state instead of DR_MIRROR.
10366 * linux-nat.c (delete_lwp): New declaration.
10367 (num_lwps): Move here from downwards.
10368 (delete_lwp_cleanup): New.
10369 (linux_child_follow_fork): Create new child_lp, call
10370 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
10371 PTRACE_DETACH.
10372 (num_lwps): Move upwards.
10373 (linux_nat_iterate_watchpoint_lwps): New.
10374 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
10375 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
10376
2992c9a7 103772012-01-24 Joel Brobecker <brobecker@adacore.com>
10378
10379 GDB 7.4 released.
10380
e360902b
PA
103812012-01-23 Pedro Alves <palves@redhat.com>
10382
10383 * top.c (caution): Rename to ...
10384 (confirm): ... this.
10385 (show_caution): Rename to ...
10386 (show_confirm): ... this.
10387 (quit_cover): Adjust.
10388 (init_main): Adjust.
10389 * top.h (caution): Rename to ...
10390 (confirm): ... this.
10391 * utils.c (internal_vproblem, defaulted_query): Adjust.
10392
050a2e1d
PA
103932012-01-23 Pedro Alves <palves@redhat.com>
10394
10395 * top.c (caution): Update comment.
10396 (execute_command): Don't consider the current value of `caution'.
10397
77a35dd8
JK
103982012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10399
10400 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
10401
a71b5a38
UW
104022012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
10403
10404 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
10405 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
10406 * target.c (target_fileio_pwrite): Remove buffer address from
10407 debug output.
10408 (target_fileio_pread): Likewise.
10409
d99bd577
UW
104102012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10411
10412 * NEWS: Document remote "info proc" and "generate-core-file".
10413
35c2fab7
UW
104142012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10415
10416 * gdbarch.sh (find_memory_regions): New callback.
10417 * gdbarch.c, gdbarch.h: Regenerate.
10418
10419 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
10420 callback before falling back to target method.
10421
10422 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
10423 (linux_target_install_ops): No longer install it.
10424
10425 * linux-tdep.c (linux_find_memory_regions): New function.
10426 (linux_init_abi): Install it.
10427
6432734d
UW
104282012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10429
10430 * gdbarch.sh (make_corefile_notes): New architecture callback.
10431 * gdbarch.c: Regenerate.
10432 * gdbarch.h: Likewise.
10433
10434 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
10435 before target_make_corefile_notes. If NULL is returned, the
10436 target does not support core file generation.
10437
10438 * linux-nat.c: Include "linux-tdep.h".
10439 (find_signalled_thread, find_stop_signal): Remove.
10440 (linux_nat_do_thread_registers): Likewise.
10441 (struct linux_nat_corefile_thread_data): Likewise.
10442 (linux_nat_corefile_thread_callback): Likewise.
10443 (iterate_over_spus): Likewise.
10444 (struct linux_spu_corefile_data): Likewise.
10445 (linux_spu_corefile_callback): Likewise.
10446 (linux_spu_make_corefile_notes): Likewise.
10447 (linux_nat_collect_thread_registers): New function.
10448 (linux_nat_make_corefile_notes): Replace contents by call to
10449 linux_make_corefile_notes passing linux_nat_collect_thread_registers
10450 as native-only callback.
10451
10452 * linux-tdep.h: Include "bfd.h".
10453 (struct regcache): Add forward declaration.
10454 (linux_collect_thread_registers_ftype): New typedef.
10455 (linux_make_corefile_notes): Add prototype.
10456 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
10457 "regset.h", and "elf-bfd.h".
10458 (find_signalled_thread, find_stop_signal): New functions.
10459 (linux_spu_make_corefile_notes): Likewise.
10460 (linux_collect_thread_registers): Likewise.
10461 (struct linux_corefile_thread_data): New data structure.
10462 (linux_corefile_thread_callback): New funcion.
10463 (linux_make_corefile_notes): Likewise.
10464 (linux_make_corefile_notes_1): Likewise.
10465 (linux_init_abi): Install it.
10466
3030c96e
UW
104672012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10468
10469 * gdbarch.sh (info_proc): New callback.
10470 * gdbarch.c, gdbarch.h: Regenerate.
10471
10472 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
10473 before falling back to the target info_proc callback.
10474
10475 * linux-nat.c: Do not include "cli/cli-utils.h".
10476 (linux_nat_info_proc): Remove.
10477 (linux_target_install_ops): No longer install it.
10478
10479 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
10480 (read_mapping): New function.
10481 (linux_info_proc): Likewise.
10482 (linux_init_abi): Install it.
10483
145b16a9
UW
104842012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10485
10486 * defs.h (enum info_proc_what): Moved here from linux-nat.c
10487 * infcmd.c: (info_proc_cmd_1): New function.
10488 (info_proc_cmd): New function, moved here from equivalent routine
10489 orignally in linux-nat.c.
10490 (info_proc_cmd_mappings): Likewise.
10491 (info_proc_cmd_stat): Likewise.
10492 (info_proc_cmd_status): Likewise.
10493 (info_proc_cmd_cwd): Likewise.
10494 (info_proc_cmd_cmdline): Likewise.
10495 (info_proc_cmd_exe): Likewise.
10496 (info_proc_cmd_all): Likewise.
10497 (_initialize_infcmd): Install "info proc" command and subcommands.
10498
10499 * target.h (struct target_ops): Add to_info_proc.
10500 (target_info_proc): Add prototype.
10501 * target.c (target_info_proc): New function.
10502
10503 * procfs.c (procfs_info_proc): Add prototype.
10504 (info_proc_cmd): Rename into ...
10505 (procfs_info_proc): ... this. Update argument types as appropriate
10506 for a to_info_proc implementation. Handle "what" argument.
10507 (procfs_target): Install procfs_info_proc.
10508 (_initialize_procfs): No longer install "info proc" command.
10509
10510 * linux-nat.c: (enum info_proc_what): Remove.
10511 (linux_nat_info_proc_cmd_1): Rename into ...
10512 (linux_nat_info_proc): ... this. Update argument types as appropriate
10513 for a to_info_proc implementation.
10514 (linux_nat_info_proc_cmd): Remove.
10515 (linux_nat_info_proc_cmd_mappings): Likewise.
10516 (linux_nat_info_proc_cmd_stat): Likewise.
10517 (linux_nat_info_proc_cmd_status): Likewise.
10518 (linux_nat_info_proc_cmd_cwd): Likewise.
10519 (linux_nat_info_proc_cmd_cmdline): Likewise.
10520 (linux_nat_info_proc_cmd_exe): Likewise.
10521 (linux_nat_info_proc_cmd_all): Likewise.
10522 (linux_target_install_ops): Install linux_nat_info_proc.
10523 (_initialize_linux_nat): No longer install "info proc" command
10524 and subcommands.
10525
b9e7b9c3
UW
105262012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10527
10528 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
10529 * config.in, configure: Regenerate.
10530
10531 * target.h (struct target_ops): Add to_fileio_readlink.
10532 (target_fileio_readlink): Add prototype.
10533 * target.c (target_fileio_readlink): New function.
10534
10535 * inf-child.c: Conditionally include <sys/param.h>.
10536 (inf_child_fileio_readlink): New function.
10537 (inf_child_target): Install it.
10538
10539 * remote.c (PACKET_vFile_readlink): New enum value.
10540 (remote_hostio_readlink): New function.
10541 (init_remote_ops): Install it.
10542 (_initialize_remote): Handle vFile:readlink packet type.
10543
7313baad
UW
105442012-01-20 Pedro Alves <palves@redhat.com>
10545 Ulrich Weigand <ulrich.weigand@linaro.org>
10546
10547 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
10548 * config.in, configure: Regenerate.
10549
10550 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
10551 to_fileio_pread, to_fileio_close, to_fileio_unlink.
10552 (target_fileio_open): Add prototype.
10553 (target_fileio_pwrite): Likewise.
10554 (target_fileio_pread): Likewise.
10555 (target_fileio_close): Likewise.
10556 (target_fileio_unlink): Likewise.
10557 (target_fileio_read_alloc): Likewise.
10558 (target_fileio_read_stralloc): Likewise.
10559
10560 * target.c: Include "gdb/fileio.h".
10561 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
10562 (default_fileio_target): New function.
10563 (target_fileio_open): Likewise.
10564 (target_fileio_pwrite): Likewise.
10565 (target_fileio_pread): Likewise.
10566 (target_fileio_close): Likewise.
10567 (target_fileio_unlink): Likewise.
10568 (target_fileio_close_cleanup): Likewise.
10569 (target_fileio_read_alloc_1): Likewise.
10570 (target_fileio_read_alloc): Likewise.
10571 (target_fileio_read_stralloc): Likewise.
10572
10573 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
10574 <fcntl.h>, and <unistd.h>.
10575 (inf_child_fileio_open_flags_to_host): New function.
10576 (inf_child_errno_to_fileio_error): Likewise.
10577 (inf_child_fileio_open): Likewise.
10578 (inf_child_fileio_pwrite): Likewise.
10579 (inf_child_fileio_pread): Likewise.
10580 (inf_child_fileio_close): Likewise.
10581 (inf_child_fileio_unlink): Likewise.
10582 (inf_child_target): Install to_fileio routines.
10583
10584 * remote.c (init_remote_ops): Install to_fileio routines.
10585
901f9912
UW
105862012-01-20 Pedro Alves <palves@redhat.com>
10587 Ulrich Weigand <ulrich.weigand@linaro.org>
10588
10589 * remote.c (remote_multi_process_p): Only check for multi-process
10590 protocol feature, do not check for extended protocol.
10591 (remote_supports_multi_process): Check for extended protocol here.
10592 (set_general_process): Likewise.
10593 (extended_remote_kill): Likewise.
10594 (remote_pid_to_str): Likewise.
10595 (remote_query_supported): Always query multiprocess mode.
10596
e714e1bf
UW
105972012-01-20 Pedro Alves <palves@redhat.com>
10598 Ulrich Weigand <ulrich.weigand@linaro.org>
10599
10600 * inferior.h (struct inferior): Add fake_pid_p.
10601 * inferior.c (exit_inferior_1): Clear fake_pid_p.
10602 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
10603 magic_null_ptid since the remote side doesn't provide a real PID.
10604
50897289
TT
106052012-01-19 Tom Tromey <tromey@redhat.com>
10606
10607 * NEWS: Combine the two Python sections.
10608
1afc2033
JK
106092012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10610
10611 * target.h (target_close): Update comment on the target's unpush state.
10612
305436e0
PA
106132012-01-19 Pedro Alves <palves@redhat.com>
10614
10615 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
10616 linux_nat_async directly instead of going through the target
10617 vector.
10618 * target.c (unpush_target): Close target after unpushing it, not
10619 before.
10620
49323895
GB
106212012-01-19 Gary Benson <gbenson@redhat.com>
10622
10623 * mdebugread.c (sort_blocks): Replace integer constants with ones
10624 derived from FIRST_LOCAL_BLOCK.
10625
1db33378
PP
106262012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
10627 Jan Kratochvil <jan.kratochvil@redhat.com>
10628
10629 PR gdb/9538
10630 * symfile.c (find_separate_debug_file): New function.
10631 (terminate_after_last_dir_separator): Likewise.
10632 (find_separate_debug_file_by_debuglink): Also try realpath.
10633 * configure.ac (AC_CHECK_FUNCS): Add lstat.
10634 * configure: Regenerate.
10635 * config.in: Regenerate.
10636
f83d8a90
DE
106372012-01-18 Doug Evans <dje@google.com>
10638
10639 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
10640 (main.o): Remove rule.
10641 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
10642 (--with-sysroot): Rewrite.
10643 * configure: Regenerate.
10644 * config.in: Regenerate.
10645
2dbca4d6
SDJ
106462012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
10647
10648 * parse.c (initialize_expout): New function.
10649 (reallocate_expout): Likewise.
10650 (parse_exp_in_context): Use `initialize_expout' and
10651 `reallocate_expout' when appropriate.
10652
0695b514
PA
106532012-01-18 Pedro Alves <palves@redhat.com>
10654
10655 * record.c (struct record_breakpoint, record_breakpoint_p)
10656 (record_breakpoints): New.
10657 (record_insert_breakpoint, record_remove_breakpoint): Manage
10658 record breakpoints list. Only remove breakpoints from the
10659 inferior if they had been inserted there in the first place.
10660
136e1c30
DE
106612012-01-17 Doug Evans <dje@google.com>
10662
10663 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
10664 if we know we don't have a file name to look for.
10665
c0bf857d
PA
106662012-01-17 Pedro Alves <palves@redhat.com>
10667
10668 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
10669 the frame's stop reason is UNWIND_UNAVAILABLE.
10670
b486de60
JK
106712012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10672
10673 Fix compilation error.
10674 * m2-exp.y (yyerror): Use ANSI C prototype.
10675
d04550a6
SDJ
106762012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
10677
10678 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
10679 (growbuf_by_size): Likewise.
10680 (yyerror): Likewise.
10681 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
10682 (modblock): Remove variable (was #if 0'ed).
10683 (parse_number): Convert prototype from K&R to ANSI C.
10684 (yyerror): Likewise.
10685 * objc-exp.y (parse_number): Likewise.
10686 (yyerror): Likewise.
10687 (yylex): Remove #if 0'ed code.
10688 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
10689 (yyerror): Likewise.
10690
4aac40c8
TT
106912012-01-16 Tom Tromey <tromey@redhat.com>
10692
10693 * NEWS: Add item.
10694 * symtab.h (compare_filenames_for_search): Declare.
10695 * symtab.c (compare_filenames_for_search): New function.
10696 (iterate_over_some_symtabs): Use it.
10697 * symfile.h (struct quick_symbol_functions)
10698 <map_symtabs_matching_filename>: Change spec.
10699 * psymtab.c (partial_map_symtabs_matching_filename): Use
10700 compare_filenames_for_search. Update for new spec.
10701 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
10702 compare_filenames_for_search. Update for new spec.
10703 * breakpoint.c (clear_command): Use compare_filenames_for_search.
10704
cafec441
TT
107052012-01-16 Tom Tromey <tromey@redhat.com>
10706
10707 PR python/13281:
10708 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
10709 (struct main_type) <flag_flag_enum>: New field.
10710 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
10711 * NEWS: Add entries.
10712 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
10713 enums.
10714 * python/lib/gdb/printing.py (_EnumInstance): New class.
10715 (FlagEnumerationPrinter): Likewise.
10716
983af33b
SDJ
107172012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
10718
10719 * breakpoint.c (create_sals_from_address_default): New function.
10720 (create_breakpoints_sal_default): Likewise.
10721 (decode_linespec_default): Likewise.
10722 (is_marker_spec): Removed.
10723 (strace_marker_p): New function.
10724 (init_breakpoint_sal): Using `strace_marker_p' instead of
10725 `is_marker_spec'.
10726 (create_breakpoint): Call method `create_sals_from_address' from
10727 breakpoint_ops, replacing code that created SALs conditionally
10728 on the type of the breakpoint. Call method `create_breakpoints_sal',
10729 replacing code that created breakpoints conditionally on the type
10730 wanted.
10731 (base_breakpoint_create_sals_from_address): New function.
10732 (base_breakpoint_create_breakpoints_sal): Likewise.
10733 (base_breakpoint_decode_linespec): Likewise.
10734 (base_breakpoint_ops): Add methods
10735 `base_breakpoint_create_sals_from_address',
10736 `base_breakpoint_create_breakpoints_sal' and
10737 `base_breakpoint_decode_linespec'.
10738 (bkpt_create_sals_from_address): New function.
10739 (bkpt_create_breakpoints_sal): Likewise.
10740 (bkpt_decode_linespec): Likewise.
10741 (tracepoint_create_sals_from_address): Likewise.
10742 (tracepoint_create_breakpoints_sal): Likewise.
10743 (tracepoint_decode_linespec): Likewise.
10744 (strace_marker_create_sals_from_address): Likewise.
10745 (strace_marker_create_breakpoints_sal): Likewise.
10746 (strace_marker_decode_linespec): Likewise.
10747 (strace_marker_breakpoint_ops): New variable.
10748 (addr_string_to_sals): Remove `marker_spec'. Call method
10749 `decode_linespec' from breakpoint_ops, replacing code that decoded
10750 an address string into a SAL. Use `strace_marker_p' instead of
10751 `marker_spec'.
10752 (strace_command): Decide whether we are dealing with a static
10753 tracepoint with marker or not. Use the appropriate breakpoint_ops.
10754 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
10755 * breakpoint.h (linespec_result, linespec_sals): New forward
10756 declarations.
10757 (breakpoint_ops) <create_sals_from_address>,
10758 <create_breakpoints_sal>, <decode_linespec>: New methods.
10759
4795f398
DE
107602012-01-14 Doug Evans <dje@google.com>
10761
10762 * NEWS: Update text for "maint set python print-stack".
10763 It is deprecated in gdb 7.4 and deleted in 7.5.
10764
ee5106fe
EZ
107652012-01-13 Eli Zaretskii <eliz@gnu.org>
10766
10767 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
10768 including curses.h.
10769
b161e06f
JK
107702012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10771
10772 * configure: Regenerate.
10773 * config.in: Regenerate.
10774
85254831
KS
107752012-01-12 Keith Seitz <keiths@redhat.com>
10776
10777 PR mi/10586
10778 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
10779 (ANONYMOUS_UNION_NAME): Define.
10780 (is_path_expr_parent): New function.
10781 (get_path_expr_parent): New function.
10782 (is_anonymous_child): New function.
10783 (create_child_with_value): If the child is anonymous and without
10784 a name, assign an object name to it.
10785 (c_describe_child): Use get_path_expr_parent to determine
10786 the parent expression.
10787 If there field represents an anonymous struct or union and
10788 has no name, set an appropriate display name and expression.
10789 (cplus_describe_child): Likewise.
10790
620fa63a
PA
107912012-01-12 Pedro Alves <palves@redhat.com>
10792
10793 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
10794 available when %ebp is found to be zero (outermost).
10795
2efa2c79
AT
107962012-01-11 Andreas Tobler <andreast@fgznet.ch>
10797
10798 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
10799 an internal gdb_static_assert.
10800 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
10801
88e7d25d
TT
108022012-01-11 Tom Tromey <tromey@redhat.com>
10803
10804 PR gdb/9598:
10805 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
10806 catch" and "catch throw".
10807
72384ba3
PH
108082012-01-11 Paul Hilfinger <hilfingr@adacore.com>
10809
10810 * blockframe.c (block_innermost_frame): Start search from selected
10811 frame, if present, or otherwise the current frame.
10812
10813 * c-exp.y (variable): Update innermost_block for
10814 'block COLONCOLON NAME' clause.
10815 * m2-exp.y (variable): Ditto.
10816 * objc-exp.y (variable): Ditto.
10817
065a711f
TT
108182012-01-10 Tom Tromey <tromey@redhat.com>
10819
10820 PR python/13199:
10821 * python/python.c (finish_python_initialization): Set sys.argv.
10822
f3f5162e
DE
108232012-01-10 Doug Evans <dje@google.com>
10824
10825 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
10826 "want_line_info". All callers updated.
10827 (dwarf_decode_lines_1): New function.
10828 (handle_DW_AT_stmt_list): Add function comment.
10829 New arg "want_line_info". All callers updated.
10830 (read_file_scope,read_type_unit_scope): Move comment from
10831 handle_DW_AT_stmt_list to here.
10832
9934703b
JK
108332012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10834
10835 Fix regression after libiberty/ update for GCC PR 6057 and others.
10836 * c-exp.y (operator) <OPERATOR DELETE>
10837 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10838 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
10839 (make_builtin_type, make_name): New variable i, add gdb_assert.
10840 (operator) <OPERATOR NEW>: Update ARGS to 3.
10841 (operator) <OPERATOR DELETE>: Add trailing space.
10842 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
10843 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10844 * cp-support.c (cp_canonicalize_string): Check NULL from
10845 cp_comp_to_string, call warning and return.
10846
06b9f45f
JK
108472012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10848
10849 Fix duplicate .o files after omitting libbfd.a.
10850 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
10851 (SFILES): Add corelow.c.
10852 (COMMON_OBS): Add corelow.o.
10853 (ALLDEPFILES): Remove corelow.c.
10854 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
10855 * config/alpha/alpha-osf3.mh: Likewise.
10856 * config/alpha/fbsd.mh: Likewise.
10857 * config/arm/nbsdaout.mh: Likewise.
10858 * config/arm/nbsdelf.mh: Likewise.
10859 * config/i386/i386gnu.mh: Likewise.
10860 * config/ia64/hpux.mh: Likewise.
10861 * config/ia64/linux.mh: Likewise.
10862 * config/m32r/linux.mh: Likewise.
10863 * config/m68k/linux.mh: Likewise.
10864 * config/mips/irix5.mh: Likewise.
10865 * config/mips/irix6.mh: Likewise.
10866 * config/pa/hpux.mh: Likewise.
10867 * config/pa/linux.mh: Likewise.
10868 * config/powerpc/aix.mh: Likewise.
10869 * config/sparc/linux.mh: Likewise.
10870 * config/sparc/linux64.mh: Likewise.
10871 * config/sparc/sol2.mh: Likewise.
10872 * config/vax/vax.mh: Likewise.
10873 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
10874 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
10875 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
10876 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
10877 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
10878 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
10879 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
10880 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
10881 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
10882 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
10883 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
10884 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
10885 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
10886 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
10887 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
10888 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
10889 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
10890 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
10891 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
10892 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
10893 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
10894 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
10895 corelow.o from gdb_target_obs.
10896 * corefile.c (core_target): Update the comment on NULL value.
10897 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
10898 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
10899 MATCHES. Drop YUMMY set on NULL.
10900 (core_close): Do not call exit_inferior_silent on zero PID. Do not
10901 reclaim CORE_DATA if it is already NULL.
10902
34365054
DE
109032012-01-09 Doug Evans <dje@google.com>
10904
10905 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
10906 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
10907
696166a3
KS
109082012-01-09 Keith Seitz <keiths@redhat.com>
10909
10910 * breakpoint.c (wrapper.h): Don't include.
10911
8e7b59a5
KS
109122012-01-09 Keith Seitz <keiths@redhat.com>
10913
10914 * Makefile.in (SFILES): Remove wrapper.c.
10915 (HFILES_NO_SRCDIR): Remove wrapper.h.
10916 (COMMON_OBS): Remove wrapper.o.
10917 * cli/cli-interp.c: Don't inlude wrapper.h.
10918 * corelow.c: Likewise.
10919 (core_open): Replace gdb_target_find_new_threads with
10920 TRY_CATCH around target_find_new_threads.
10921 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
10922 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
10923 * varobj.c (varobj_create): Likewise for parse_exp_1 and
10924 evaluate_expression.
10925 (varobj_set_value): Likewise for evaluate_expression and
10926 value_assign.
10927 (install_new_variable): Likewise for value_fetch_lazy.
10928 (adjust_value_for_child_access): Likewise for value_ind.
10929 (c_describe_child): Likewise for value_subscript and
10930 value_ind.
10931 (c_value_of_root): Likewise for evaluate_expression.
10932 * wrapper.c: Remove.
10933 * wrapper.h: Remove.
10934
1a4eeb98
DE
109352012-01-09 Doug Evans <dje@google.com>
10936
9ff913ba
DE
10937 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
10938 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
10939 "abfd" args with "section". All callers updated.
10940 Error checking code moved ...
10941 (error_check_comp_unit_head): ... here. New function.
10942 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
10943 Delete arg "abfd". New arg "type_offset". All callers updated.
10944 (create_debug_types_hash_table): Simplify by using
10945 read_and_check_type_unit_head.
10946
1a4eeb98
DE
10947 * parser-defs.h (namecopy): Delete.
10948 * parse.c (namecopy, namecopy_size): Move into copy_name.
10949
2e6af8c0
JK
109502012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10951
10952 Partially fix duplicate .o files after omitting libbfd.a.
10953 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
10954 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10955 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
10956 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10957 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
10958 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
10959 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10960
9f2f828a
PA
109612012-01-09 Pedro Alves <palves@redhat.com>
10962
10963 * MAINTAINERS: Update my email address.
10964
4d72c0bc
DE
109652012-01-08 Doug Evans <dje@google.com>
10966
d467dd73
DE
10967 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
10968 n_type_units. Rename type_comp_units to all_type_units.
10969 All uses updated.
10970 (add_signatured_type_cu_to_table): Renamed from
10971 add_signatured_type_cu_to_list. All callers updated.
10972
4d72c0bc
DE
10973 * gdbtypes.h (struct cplus_struct_type): Delete member
10974 nfn_fields_total. All uses removed.
10975
21b2bd31
DE
109762012-01-06 Doug Evans <dje@google.com>
10977
10978 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
10979 to top of file.
10980 (dwarf2_find_comp_unit): Delete.
10981 (process_psymtab_comp_unit): Make result "void".
10982 Delete args buffer, info_ptr, buffer_size, and replace with
10983 "section". All callers updated.
10984 (dwarf2_build_psymtabs_hard): Simplify.
10985
bfd189b1
SDJ
109862012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
10987 Thiago Jung Bauermann <bauerman@br.ibm.com>
10988
10989 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
10990 before `struct gdb_exception'.
10991 * breakpoint.c (update_global_location_list_nothrow)
10992 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
10993 * cp-abi.c (value_rtti_type): Likewise.
10994 * cp-support.c (cp_validate_operator): Likewise.
10995 * infrun.c (insert_exception_resume_breakpoint)
10996 (check_exception_resume, keep_going): Likewise.
10997 * mi-interp.c (mi_breakpoint_created)
10998 (mi_breakpoint_modified): Likewise.
10999 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
11000 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
11001 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
11002
6b07635f
DE
110032012-01-05 Doug Evans <dje@google.com>
11004
0b30b85c
DE
11005 * dwarf2read.c (statement_prologue): Delete, unused.
11006
98714339
DE
11007 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
11008 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
11009
6b07635f
DE
11010 * dwarf2read.c (comp_unit_header): Delete, unused.
11011
761f4555
UW
110122012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
11013
11014 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
11015 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
11016
2ca0b532
PA
110172012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
11018
11019 * infrun.c (normal_stop): Don't skip calling the normal_stop
11020 observers if the thread was doing a multi-step, but stopped for
11021 some reason other than stepping.
11022
50aeff07
PA
110232012-01-05 Pedro Alves <alves.ped@gmail.com>
11024
11025 * cli/cli-decode.h: Add comments.
11026 (CMD_LIST_AMBIGUOUS): Moved to command.h
11027 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
11028 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
11029 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
11030 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
11031 (add_com, add_com_alias, add_info, add_info_alias)
11032 (complete_on_cmdlist, complete_on_enum, help_list): Remove
11033 declarations.
11034 * command.h: Add and adjust comments.
11035 (CMD_LIST_AMBIGUOUS): Moved here.
11036 (help_cmd, help_cmd_list): Delete declarations.
11037
5953832c
DE
110382012-01-04 Doug Evans <dje@google.com>
11039
e5fe5e75
DE
11040 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
11041 All callers updated.
11042 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
11043 Replace all arguments with "per_cu". All callers updated.
11044
28dee7f5
DE
11045 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
11046
23745b47
DE
11047 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
11048 New arg "per_cu". All callers updated.
11049
5953832c
DE
11050 Delete #if 0'd out code.
11051 * language.c (binop_result_type): Delete.
11052 (simple_type, ordered_type, same_type, integral_type): Delete.
11053 (numeric_type, character_type, string_type, boolean_type): Delete.
11054 (float_type, structured_type): Delete.
11055 * language.h: Update.
11056
0f5b7562
TT
110572012-01-04 Tom Tromey <tromey@redhat.com>
11058
11059 * python/py-value.c (valpy_binop): Initialize 'res_val'.
11060
78218f56
JB
110612012-01-04 Joel Brobecker <brobecker@adacore.com>
11062
11063 * corefile.c (close_exec_file): Delete.
11064 (reopen_exec_file): Remove commented out code that seems related
11065 to close_exec_file, which is being deleted here.
11066 * inferior.h (close_exec_file): Delete.
11067 * fork-child.c (fork_inferior): Remove call to fork_inferior.
11068
0fcd72ba
JB
110692012-01-04 Joel Brobecker <brobecker@adacore.com>
11070
11071 * ada-lang.c: #include "cli/cli-utils.h".
11072 (get_selections): Use skip_spaces.
11073 (ada_get_next_arg): Use skip_spaces and skip_to_space.
11074 (catch_ada_exception_command_split): Use skip_spaces.
11075 (ada_decode_assert_location): Likewise.
11076
1dabb4c4
JB
110772012-01-04 Joel Brobecker <brobecker@adacore.com>
11078
11079 * linespec.c (decode_line_internal): Check for C++ or Java
11080 compound constructs only if the current language is C, C++
11081 or Java.
11082
5931a2fa
JK
110832012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11084
11085 Revert:
11086 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11087 Joel Brobecker <brobecker@adacore.com>
11088 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11089 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11090 3 times.
11091 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11092 fall through into AT_ENTRY_POINT.
11093 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
11094 DUMMY_ADDR with it.
11095 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11096 PPC_INSN_SIZE skip to 3 times.
11097
1a2da5ee
JB
110982012-01-04 Joel Brobecker <brobecker@adacore.com>
11099
11100 * linespec.c (add_minsym): Preserve function descriptors.
11101
8645ff69
UW
111022012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11103
11104 * breakpoint.c (all_locations_are_pending): Consider locations
11105 in program spaces executing during startup pending as well.
11106
0b302171
JB
111072012-01-04 Joel Brobecker <brobecker@adacore.com>
11108
11109 Copyright year update in most files of the GDB Project.
11110
8ba098ad
JB
111112012-01-04 Joel Brobecker <brobecker@adacore.com>
11112
11113 * copyright.sh: Delete.
11114 * copyright.py: Rewrite.
11115
09c01c30
JB
111162012-01-04 Joel Brobecker <brobecker@adacore.com>
11117
11118 * gnulib/extra/update-copyright: New file, imported from gnulib.
11119
3c36c0af
JB
111202012-01-04 Joel Brobecker <brobecker@adacore.com>
11121
11122 * README (Copyright and License Notices): New section.
11123
888fe1e1
TT
111242012-01-03 Tom Tromey <tromey@redhat.com>
11125
11126 PR python/12533:
11127 * python/py-value.c (valpy_dereference, valpy_get_address
11128 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
11129 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
11130 (valpy_absolute, valpy_richcompare): Free intermediate values.
11131
6e681866
JB
111322011-01-03 Joel Brobecker <brobecker@adacore.com>
11133
11134 * ada-lang.c: Reformat the copyright notice.
11135
0cd09acb
JK
111362012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11137
11138 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
11139 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
11140 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
11141 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
11142 Revert this part of:
11143 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11144 Build gdb directly from *.o files not using libgdb.a.
11145 * Makefile.in (COMMON_OBS): Remove solib-target.o.
11146
12c3e59c
JB
111472012-01-02 Joel Brobecker <brobecker@adacore.com>
11148
11149 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
11150 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
11151 Reformat the copyright header.
11152
11bf1490
JK
111532012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11154
11155 Revert this part of:
11156 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11157 Remove the gdbtui binary.
11158 * gdb.c (main): Remove args.interpreter_p initialization.
11159 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11160 * main.h (struct captured_main_args): Remove interpreter_p.
11161
1fef196f
JB
111622012-01-02 Joel Brobecker <brobecker@adacore.com>
11163
11164 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
11165
67827812
JB
111662012-01-02 Joel Brobecker <brobecker@adacore.com>
11167
11168 * top.c (print_gdb_version): Update copyright year.
11169
a4d0b831
YQ
111702012-01-02 Yao Qi <yao@codesourcery.com>
11171
11172 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
11173
b5914469
JK
111742012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11175 Joel Brobecker <brobecker@adacore.com>
11176
11177 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11178 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11179 3 times.
11180 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11181 fall through into AT_ENTRY_POINT.
11182 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
11183 DUMMY_ADDR with it.
11184 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11185 PPC_INSN_SIZE skip to 3 times.
11186
8da828f7
JK
111872012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11188
11189 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
11190 the return value.
11191 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
11192
8574e74b
JK
111932012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11194
11195 Build gdb directly from *.o files not using libgdb.a.
11196 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
11197 (COMMON_OBS): Remove solib-target.o.
11198 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
11199 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
11200 (LIBGDB_OBS, libgdb.a): Move it above.
11201 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
11202 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
11203 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
11204 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
11205 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
11206 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
11207 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
11208 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
11209 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
11210 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
11211 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
11212 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
11213 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
11214 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
11215 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11216 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
11217 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
11218 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11219 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
11220 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
11221 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
11222 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
11223 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
11224 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
11225 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
11226 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
11227 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
11228
217bff3e
JK
112292012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11230
11231 Remove the gdbtui binary.
11232 * .gitignore (/gdbtui): Remove.
11233 * Makefile.in (TUI): Remove.
11234 (SUBDIR_TUI_OBS): Remove tui-main.o.
11235 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
11236 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
11237 (tui-main.o): Remove.
11238 (all_object_files): Remove tui-main.o.
11239 * NEWS: New note for the gdbtui removal.
11240 * configure: Rebuilt.
11241 * configure.ac: No longer add all-tui, clean-tui, install-tui and
11242 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
11243 CONFIG_UNINSTALL respectively.
11244 * gdb.c (main): Remove args.interpreter_p initialization.
11245 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11246 * main.h (struct captured_main_args): Remove interpreter_p.
11247 * tui/tui-main.c: Remove.
11248
9cdd5dbd
DE
112492012-01-01 Doug Evans <dje@google.com>
11250
bb5ed363
DE
11251 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
11252 (dwarf2_physname, read_import_statement): Ditto.
11253 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
11254 (process_structure_scope read_subroutine_type): Ditto.
11255 (read_typedef, load_partial_dies, read_partial_die): Ditto.
11256 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
11257 (dwarf2_fetch_die_location_block): Ditto.
11258 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
11259
a0f42c21
DE
11260 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
11261 All callers updated.
11262 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
11263 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
11264 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
11265
2dc860c0
DE
11266 * dwarf2read.c (load_cu): Move assert to more useful location.
11267
68dc6402
DE
11268 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
11269 All callers updated.
11270
9cdd5dbd
DE
11271 * dwarf2read.c (dwarf2_per_objfile): Add comment.
11272 (dwarf2_elf_names): Minor reformat.
11273 (dwarf2_per_cu_data): Tweak comment.
11274 (dwarf2_read_section): Fix comment.
11275 (create_all_comp_units): Fix comment.
11276 (load_full_comp_unit): Fix comment.
11277 (process_full_comp_unit): Fix comment.
11278 (read_signatured_type): Fix comment.
11279
0c10e53e 11280For older changes see ChangeLog-2011.
c906108c
SS
11281\f
11282Local Variables:
11283mode: change-log
11284left-margin: 8
11285fill-column: 74
11286version-control: never
57da7796 11287coding: utf-8
c906108c 11288End:
This page took 2.363378 seconds and 4 git commands to generate.