[Ada] Pointers to unconstrained arrays inside variant record.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
5ded5331
JB
12012-10-24 Joel Brobecker <brobecker@adacore.com>
2
3 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
4 strip typedef layer when computing the fixed type's field type,
5 only when computing its size.
6
2445fd7b
MK
72012-10-24 Mark Kettenis <kettenis@gnu.org>
8
9 PR gdb/12783
10 * i386-tdep.c (i386_return_value): Handle complex double and long
11 double.
12
8f205f9c
JB
132012-10-24 Joel Brobecker <brobecker@adacore.com>
14
15 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
16 New local variable args_len.
17 Quote the name of the executable when computing the command line.
18
7f7930dd
MK
192012-10-23 Mark Kettenis <kettenis@gnu.org>
20
21 PR gdb/12796
22 PR gdb/12798
23 PR gdb/12800
24 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
25 AMD64_FTAG_REGNUM.
26 * amd64-tdep.c (amd64_classify): Classify complex types.
27 (amd64_return_value): Handle the COMPLEX_X87 class.
28
38a69d0a
JB
292012-10-23 Joel Brobecker <brobecker@adacore.com>
30
31 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
32 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
33
83ab93c6
JB
342012-10-23 Joel Brobecker <brobecker@adacore.com>
35
36 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
37 function.
38 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
39 to amd64_windows_auto_wide_charset.
40
f6fbab7d
YQ
412012-10-23 Yao Qi <yao@codesourcery.com>
42
43 * event-top.c (mark_async_signal_handler_wrapper): Remove.
44 * event-top.h: Remove its declaration.
45 (async_request_quit): Call mark_async_signal_handler instead of
46 mark_async_signal_handler_wrapper.
47 (async_do_nothing, async_disconnect): Likewise.
48 (async_stop_sig): Likewise.
49 * remote.c (handle_remote_sigint): Likewise.
50 (handle_remote_sigint_twice): Likewise.
51
05fa9251
YQ
522012-10-23 Yao Qi <yao@codesourcery.com>
53
54 * event-top.c (sigint_token, sighup_token): Replace 'void *'
55 with 'static struct async_signal_handler *'.
56 (sighup_token, sigquit_token, sigstp_token): Likewise.
57
08af7a40
AA
582012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
59
60 * gdbarch.sh (function_list): Use 'pstring' when printing
61 a variable which could return NULL.
62 * gdbarch.c: Regenerate.
63
beb4b03c
JB
642012-10-10 Joel Brobecker <brobecker@adacore.com>
65 Tom Tromey <tromey@redhat.com>
66
67 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
68 inneffective if condition by gdb assertion. Add function
69 description comment.
70
a5b12627
JB
712012-10-19 Joel Brobecker <brobecker@adacore.com>
72
73 * parser-defs.h (struct exp_descriptor): Document constraint
74 on return value for "op_name" callbacks.
75
0b0865da
TT
762012-10-18 Tom Tromey <tromey@redhat.com>
77
78 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
79 * symtab.c (iterate_over_some_symtabs): Constify.
80 * source.h (symtab_to_fullname): Return 'const char *'.
81 * source.c (symtab_to_fullname): Return 'const char *'.
82 * python/py-symtab.c (stpy_fullname): Constify.
83 * cli/cli-cmds.c (edit_command): Constify.
84 * breakpoint.c (print_breakpoint_location)
85 (update_static_tracepoint): Constify.
86
94b0e70d
TT
872012-10-18 Tom Tromey <tromey@redhat.com>
88
89 * breakpoint.c (compare_breakpoints): Fix comparison.
90
fff10684
TT
912012-10-18 Tom Tromey <tromey@redhat.com>
92
93 * valprint.c (generic_emit_char, generic_printstr): Pass size of
94 gdb_wchar_t to convert_between_encodings.
95
8de0566d
YQ
962012-10-17 Yao Qi <yao@codesourcery.com>
97
98 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
99 more parameter 'inferior'.
100 * corefile.c (write_memory_with_notification): Caller update.
101
102 * mi/mi-cmd-var.c: Include "mi-main.h".
103 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
104 to 1 and restore it later.
105 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
106 and "data-write-memory-bytes.
107 * mi/mi-interp.c: Include objfiles.h.
108 (mi_interpreter_init): Call observer_attach_memory_changed.
109 (mi_memory_changed): New.
110 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
111 New field.
112
113 * NEWS: Mention new MI notification "memory-changed".
114
6235cdd1
JK
1152012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
116
117 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
118
07540c15
DE
1192012-10-15 Doug Evans <dje@google.com>
120
121 New option -nh: inhibit loading of ~/.gdbinit.
122 * NEWS: Mention -nh.
123 * main.c (captured_main): Recognize and process -nh.
124 (print_gdb_help): Mention -nh.
125 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
126
eab09350
L
1272012-10-15 H.J. Lu <hongjiu.lu@intel.com>
128
129 PR backtrace/14646
130 PR gdb/14647
131 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
132 pc_regnum_from_eax.
133 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
134 nor pc_regnum_from_eax.
135 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
136 nor pc_regnum_from_eax.
137
9e3a7d65
JK
1382012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
139
140 Fix entry values resolving in inlined frames.
141 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
142 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
143 entries of FRAME.
144
c83393b9
JB
1452012-10-15 Joel Brobecker <brobecker@adacore.com>
146
147 * configure.ac: Build with -DMS_WIN64 if building with Python
148 enabled using GCC on amd64-windows.
149 * configure: Regenerate.
150
801e4185
TT
1512012-10-15 Tom Tromey <tromey@redhat.com>
152
153 PR python/14635:
154 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
155 to Py_None.
156
74f910c8
TT
1572012-10-15 Tom Tromey <tromey@redhat.com>
158
159 PR python/14634:
160 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
161
2a7c8fd5
AB
1622012-10-11 Andrew Burgess <aburgess@broadcom.com>
163
164 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
165 reset thread numbering back to 1.
166
7c09e5a0
DE
1672012-10-11 Doug Evans <dje@google.com>
168
169 PR breakpoints/14643.
170 * linespec.c (struct ls_parser): New member keyword_ok.
171 (linespec_lexer_lex_string): Add comment.
172 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
173 for one.
174 (parse_linespec): Set keyword_ok.
175
a1855c1d
DE
1762012-10-10 Doug Evans <dje@google.com>
177
844226d6
DE
178 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
179 "0x" prefix on address in log message.
180
a1855c1d
DE
181 * dwarf2read.c (read_1_byte): Add const to buf parameter.
182 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
183 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
184 (lookup_dwo_file): Add const to dwo_name parameter.
185 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
186
2e24f4aa
JK
1872012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
188
189 Fix crash during stepping on ppc32.
190 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
191 SYM.
192
aa14df25
DE
1932012-10-03 Doug Evans <dje@google.com>
194
195 PR symtab/14601
196 * buildsym.c (buildsym_init): Reset using_directives to NULL.
197
3d468296
AB
1982012-10-02 Andrew Burgess <aburgess@broadcom.com>
199
200 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
201 output and use uint32_t not long to ensure 4 byte size.
202
8f0ee2eb
JB
2032012-10-02 Joel Brobecker <brobecker@adacore.com>
204
205 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
206 unref'ed it.
207
b3dc46ff
AB
2082012-10-01 Andrew Burgess <aburgess@broadcom.com>
209
210 * target.c (simple_search_memory): Include access length in
211 warning message.
212
f712f01f
EBM
2132012-09-28 Nathan Miller <nathanm2@us.ibm.com>
214 Edjunior Machado <emachado@linux.vnet.ibm.com>
215
216 PR gdb/13989
217 * solib.c (solib_find): Prevent GDB from loading native libraries when
218 debugging a cross-target corefile.
219
39181896
PA
2202012-09-28 selven <pcthegreat@gmail.com>
221
222 Make definition match declaration.
223
224 * regcache.c (regcache_register_status): Change return type to
225 enum register_status.
226
4c2786ba
YQ
2272012-09-28 Yao Qi <yao@codesourcery.com>
228
229 * mi/mi-main.c (mi_cmd_data_write_memory): Call
230 write_memory_with_notification instead of write_memory.
231 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
232 instead of target_write_memory.
233
1ae0c35e
YQ
2342012-09-28 Yao Qi <yao@codesourcery.com>
235
236 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
237 when the length of content is not an even number.
238
7977e5d2
TT
2392012-09-27 Tom Tromey <tromey@redhat.com>
240
241 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
242 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
243
807160da
JB
2442012-09-27 Joel Brobecker <brobecker@adacore.com>
245
246 * sol-thread.c (sol_thread_fetch_registers)
247 (sol_thread_store_registers): Delete commented out code.
248
43c75337
JB
2492012-09-27 Joel Brobecker <brobecker@adacore.com>
250
251 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
252 Move these functions to sparc-sol-thread.c.
253 * sparc-sol-thread.c: New file.
254 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
255 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
256 configurations.
257 * configure: Regenerate.
258
d292a972
JB
2592012-09-27 Joel Brobecker <brobecker@adacore.com>
260
261 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
262 Remove commented-out code.
263
8c3da003
JB
2642012-09-27 Joel Brobecker <brobecker@adacore.com>
265
266 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
267 Enable this code for sparc hosts only.
268
f00482b6
JB
2692012-09-27 Joel Brobecker <brobecker@adacore.com>
270
271 * procfs.h (procfs_find_LDT_entry): Add declaration.
272 * sol-thread.c (ps_lgetLDT): Delete local declaration of
273 function procfs_find_LDT_entry.
274
337c776f
JB
2752012-09-27 Joel Brobecker <brobecker@adacore.com>
276
277 * procfs.c (proc_get_LDT_entry): Make static.
278
1a04d88f
JB
2792012-09-27 Joel Brobecker <brobecker@adacore.com>
280
281 * procfs.c (proc_find_memory_regions): Fix declaration.
282
bad43aa5
SP
2832012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
284
285 * amd64-tdep.c (amd64_return_value): Revert previous change
286 that used TYPE_LENGTH directly.
287 * bfin-tdep.c (bfin_extract_return_value): Likewise.
288 (bfin_store_return_value): Likewise.
289 * cris-tdep.c (cris_store_return_value): Likewise.
290 (cris_extract_return_value): Likewise.
291 * h8300-tdep.c (h8300_extract_return_value): Likewise.
292 * hppa-tdep.c (hppa64_return_value): Likewise.
293 * lm32-tdep.c (lm32_store_return_value): Likewise.
294 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
295 * spu-tdep.c (spu_value_from_register): Likewise.
296 * vax-tdep.c (vax_return_value): Likewise.
297
63375b74
SP
2982012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
299
300 * gdbtypes.c (lookup_array_range_type): Expand parameters
301 LOW_BOUND and HIGH_BOUND to LONGEST.
302 (lookup_string_range_type): Likewise.
303 * gdbtypes.h (lookup_array_range_type): Likewise.
304 (lookup_string_range_type): Likewise.
305 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
306 Expand HIGHBOUND to ssize_t.
307 (value_string): Likewise.
308 * value.h (value_cstring): Expand parameter LEN to ssize_t.
309 (value_string): Likewise.
310
19ca11c5
YQ
3112012-09-27 Yao Qi <yao@codesourcery.com>
312
313 PR breakpoints/13898
314 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
315 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
316 per breakpoint type.
317
92107356
PM
3182012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
319
320 * procfs.c: Add gdb_bfd header.
321 * rs6000-nat.c: Likewise.
322 * solib-pa64.c: Likewise.
323 * spu-linux-nat.c: Likewise.
324 * windows-nat.c: Likewise.
325
9742094a
TT
3262012-09-26 Tom Tromey <tromey@redhat.com>
327
328 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
329
0971de02
TT
3302012-09-26 Tom Tromey <tromey@redhat.com>
331
332 * dwarf2read.c (mark_common_block_symbol_computed): New function.
333 (read_common_block): Handle child DIEs with
334 DW_AT_data_member_location.
335 (new_symbol_full): Add special case for common blocks.
336
4357ac6c
TT
3372012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
338 Tom Tromey <tromey@redhat.com>
339
340 * dwarf2read.c (read_common_block): Rewrite.
341 (new_symbol_full): Handle DW_TAG_common_block.
342 * f-lang.c (head_common_list, find_common_for_function):
343 Remove.
344 * f-lang.h (struct common_entry, struct saved_f77_common,
345 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
346 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
347 BLANK_COMMON_NAME_LOCAL): Remove.
348 (struct common_block): New.
349 * f-valprint.c (list_all_visible_commons): Remove.
350 (info_common_command_for_block): New function.
351 (info_common_command): Use it.
352 * stack.c (iterate_over_block_locals): Special case for
353 COMMON_BLOCK_DOMAIN.
354 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
355 constant.
356 (struct general_symbol_info) <value.common_block>: New field.
357 (SYMBOL_VALUE_COMMON_BLOCK): New define.
358
965f07a8
TT
3592012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
360 Tom Tromey <tromey@redhat.com>
361
362 * f-lang.c (allocate_saved_bf_node,
363 allocate_saved_function_node, allocate_saved_f77_common_node,
364 allocate_common_entry_node, tail_common_list, current_common,
365 saved_bf_list, saved_bf_list_end, current_head_bf_list,
366 tmp_bf_ptr, add_common_block, add_common_entry,
367 find_first_common_named, patch_common_entries,
368 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
369 global_remote_debug, get_bf_for_fcn, saved_function_list,
370 saved_function_list_end, clear_function_list, struct saved_fcn,
371 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
372 SAVED_BF, SAVED_BF_PTR): Remove.
373 * f-lang.h (tail_common_list, current_common,
374 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
375 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
376 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
377 real_main_c_value): Remove.
378 * f-valprint.c (there_is_a_visible_common_named): Remove.
379
6f380991
AB
3802012-09-26 Andrew Burgess <aburgess@broadcom.com>
381
382 * breakpoint.c (update_global_location_list): Ignore previous
383 duplicate status of a breakpoint when starting a new scan for
384 duplicate breakpoints.
385
9ead7ae4 3862012-09-26 Karthik Bhat <kv.bhat@samsung.com>
8b3d5494 387 PR breakpoints/14419
2536b51c
YQ
388 * arm-tdep.c (arm_skip_prologue): Extending producer check to
389 support LLVM compiler.
9ead7ae4 390
8f8a23a2
SP
3912012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
392
393 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
394 * bfin-tdep.c (bfin_extract_return_value): Likewise.
395 (bfin_store_return_value): Likewise.
396 * cris-tdep.c (cris_store_return_value): Likewise.
397 (cris_extract_return_value): Likewise.
398 * h8300-tdep.c (h8300_extract_return_value): Likewise.
399 * hppa-tdep.c (hppa64_return_value): Likewise.
400 * lm32-tdep.c (lm32_store_return_value): Likewise.
401 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
402 * spu-tdep.c (spu_value_from_register): Likewise.
403 * vax-tdep.c (vax_return_value): Likewise.
404
d7019589
SP
4052012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
406
407 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
408 parameter LEN to ssize_t.
409
744a8059
SP
4102012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
411
412 * ada-valprint.c (ada_val_print_1): Eliminate single-use
413 variable LEN.
414 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
415 directly.
416 (alpha_store_return_value): Likewise.
417 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
418 (amd64_push_arguments): Likewise.
419 * ax-gdb.c (gen_trace_static_fields): Likewise.
420 (gen_traced_pop): Likewise.
421 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
422 * breakpoint.c (update_watchpoint): Likewise.
423 * findcmd.c (parse_find_args): Use local variable for type
424 instead of length.
425 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
426 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
427 (h8300_store_return_value): Likewise.
428 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
429 Use i386_darwin_arg_type_alignment directly.
430 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
431 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
432 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
433 (m68hc11_extract_return_value): Likewise.
434 * mep-tdep.c (mep_push_dummy_call): Likewise.
435 * printcmd.c (float_type_from_length): Likewise.
436 * s390-tdep.c (s390_value_from_register): Likewise.
437 * stack.c (read_frame_arg): Likewise.
438 * tracepoint.c (encode_actions_1): Likewise.
439 * valops.c (value_fetch_lazy): Use local variable for type
440 instead of length. Use TYPE_LENGTH directly.
441 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
442
a4b411d6
JB
4432012-09-25 Joel Brobecker <brobecker@adacore.com>
444
445 * symtab.c (skip_prologue_sal): Fix typo in comment.
446
11dba07a
JB
4472012-09-25 Joel Brobecker <brobecker@adacore.com>
448
449 * linespec.c (create_sals_line_offset): Fix typo in comment.
450
318102b9
SP
4512012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
452
453 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
454 use plongest to print the array size.
455
b4aa388a
SP
4562012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
457
458 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
459 * p-valprint.c (pascal_type_print_base): Likewise.
460
84cebc4a
YQ
4612012-09-22 Yao Qi <yao@codesourcery.com>
462
463 * remote.c (remote_get_trace_status): Remove setting default
464 values of fields of 'ts'.
465
04e7407c
JK
4662012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
467
468 Fix internal error on canonicalization of clang types.
469 * cp-name-parser.y (operator): New comment at make_operator call for
470 new, delete, new[] and delete[].
471 (exp): Use "sizeof ". Add new comment at make_operator call.
472
9bf4bce9
JK
4732012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
474
475 Fix disassemble without parameters in tailcall frame.
476 * cli/cli-cmds.c (disassemble_current_function): Use
477 get_frame_address_in_block.
478
1c5b7826
TT
4792012-09-21 Tom Tromey <tromey@redhat.com>
480
481 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
482 TYPE_CODE_UNION>: Unify, removing a goto.
483
62a49610
TT
4842012-09-21 Tom Tromey <tromey@redhat.com>
485
486 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
487
2603f7ee
AB
4882012-09-21 Andrew Burgess <aburgess@broadcom.com>
489
490 * findvar.c (read_frame_register_value): Mark the result value as
491 optimized out if any of the input registers have been optimized out.
492
810849a3
AS
4932012-09-21 Andreas Schwab <schwab@linux-m68k.org>
494
495 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
496
0953dec1
SP
4972012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
498
499 * eval.c (evaluate_subexp_standard): Eliminate single-use
500 variable LOWER.
501
82a90ccf
YQ
5022012-09-21 Yao Qi <yao@codesourcery.com>
503
504 * mi/mi-interp.c: Declare mi_record_changed.
505 (mi_interpreter_init): Call observer_attach_record_changed.
506 (mi_record_changed): New.
507 * record.c (record_open): Call observer_notify_record_changed.
508 (cmd_record_stop): Call observer_notify_record_changed.
509 * NEWS: Mention it.
510
d7de8e3c
TT
5112012-09-20 Tom Tromey <tromey@redhat.com>
512
513 * NEWS: Update.
514 * python/python.c (finalize_python): New function.
515 (_initialize_python): Make a final cleanup.
516
43c7c83d
DE
5172012-09-19 Doug Evans <dje@google.com>
518
519 * buildsym.h (param_symbols): Delete, unused.
520 (context_stack): Delete member "params", unused.
521 * buildsym.c (push_context): Update.
522 * dwarf2read.c (read_func_scope): Update.
523
aa9259cc
TS
5242012-09-19 Thomas Schwinge <thomas@codesourcery.com>
525
a6521d9a
TS
526 * sh-tdep.c (sh_register_convert_to_virtual)
527 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
528 all callers. Just do a memcpy if not the little-endian case.
529
f92589cb
TS
530 * h8300-tdep.c (h8300_gdbarch_init): Invoke
531 set_gdbarch_double_format and set_gdbarch_long_double_format.
532 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
533 set_gdbarch_double_format.
534 * sh-tdep.c (sh_gdbarch_init): Likewise.
535
aa9259cc
TS
536 * NEWS: Document the removal of SH's 'regs' command.
537 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
538 command.
539
c1d780c2
SDJ
5402012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
541
542 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
543 `jump'.
544
4ae24af0
JB
5452012-09-18 Joel Brobecker <brobecker@adacore.com>
546
547 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
548 language when iterating over symbols.
549
bb25a15c
YQ
5502012-09-18 Yao Qi <yao@codesourcery.com>
551
552 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
553 (mi_interpreter_init): Call observer_attach_tsv_created and
554 observer_attach_tsv_deleted.
555 (mi_tsv_created, mi_tsv_deleted): New.
556 * tracepoint.c (delete_trace_state_variable): Call
557 observer_notify_tsv_deleted.
558 (trace_variable_command): Call observer_notify_tsv_created.
559 (delete_trace_variable_command): Call
560 observer_notify_tsv_deleted.
561 (create_tsv_from_upload): Call observer_notify_tsv_created.
562 * NEWS: Mention it.
563
201b4506
YQ
5642012-09-18 Yao Qi <yao@codesourcery.com>
565
566 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
567 if traceframe changed.
568 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
569 "trace-find".
570 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
571 (mi_interpreter_init): Hook mi_traceframe_changed to observer
572 'traceframe_changed'.
573 (mi_traceframe_changed): New.
574 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
575 New field.
576 * NEWS: Mention the new MI notification.
577
eaeb12db
MW
5782012-09-17 Mike Wrighton <wrighton@codesourcery.com>
579
580 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
581
6e3c039e
JK
5822012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
583
584 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
585 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
586 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
587 Extend code also for PaX support. Convert all gdb_assert to warning
588 calls.
589
9a950c7c
JK
5902012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
591
592 Implement auto-load user conveniences suggested by Doug Evans.
593 * auto-load.c: Include top.h.
594 (file_is_auto_load_safe): New variable advice_printed. Print advice.
595 (_initialize_auto_load): New variable scripts_directory_help. Mention
596 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
597 scripts-directory. Document in online help one can use also files for
598 set auto-load safe-path.
599 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
600 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
601
deec9a9d
SP
6022012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
603
604 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
605 of LEN.
606
354ecfd5
SP
6072012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
608
609 * m2-valprint.c (m2_print_array_contents): Eliminate variable
610 ELTLEN and use TYPE_LENGTH directly.
611 (m2_val_print): Likewise.
612 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
613 variable LEN and use TYPE_LENGTH directly.
614 (m68k_svr4_store_return_value): Likewise.
615 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
616 ARGLEN and use TYPE_LENGTH directly.
617 (mips_o64_push_dummy_call): Likewise.
618 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
619 variable LENGTH and use TYPE_LENGTH directly.
620 (s390_function_arg_float): Likewise.
621 (s390_function_arg_integer): Likewise.
622 (s390_push_dummy_call): Likewise.
623 (s390_return_value_convention): Likewise.
624 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
625 TYPE_LENGTH directly.
626
6fc1c773
YQ
6272012-09-17 Yao Qi <yao@codesourcery.com>
628
629 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
630 Update comment to add_setshow_integer_cmd.
631 * cli/cli-setshow.c (do_set_command): Handle case
632 'var_zuinteger_unlimited'.
633 (do_show_command): Likewise.
634 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
635 for command 'remotetimeout'.
636 * command.h (enum var_types): New zuinteger_unlimited. Update comment
637 to var_integer.
638 * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
639 for command 'set listsize'.
640
6acef6cd
SP
6412012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
642
643 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
644 variable LEN.
645
1ab3b62c
JK
6462012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
647
648 PR 14119
649 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
650 (frame_pop): Drop also TAILCALL_FRAME frames.
651 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
652
acf9414f
JK
6532012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
654 Pedro Alves <palves@redhat.com>
655
656 PR 14548
657 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
658 function start if we are already at function start. Both for
659 reverse-next and for reverse-step into function without line number
660 info.
661
193facb3
JK
6622012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
663
664 Code cleanup - rename 'inline' depth to 'artificial' depth.
665 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
666 frame_id_artificial_p, extend the comment.
667 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
668 * frame.c (fprint_frame_id): Rename at a user, change debug output
669 text to "artificial=".
670 (skip_inlined_frames): Rename to ...
671 (skip_artificial_frames): ... here. Extend the comment.
672 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
673 (frame_id_inlined_p): Rename to ...
674 (frame_id_artificial_p): ... here. Rename at a user.
675 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
676 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
677 at a user.
678 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
679 Extend the comment.
680 (frame_id_inlined_p): Rename to ...
681 (frame_id_artificial_p): ... here.
682 * inline-frame.c (inline_frame_this_id): Rename at a user.
683
42056501
AB
6842012-09-14 Andrew Burgess <aburgess@broadcom.com>
685
686 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
687 vector variables using vector_size syntax rather than array
688 syntax.
689
84c47588
SP
6902012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
691
692 * valarith.c (value_concat): Replace unsafe ALLOCA with
693 XMALLOC/XFREE.
694
f4045bcb
PA
6952012-09-14 Pedro Alves <palves@redhat.com>
696
697 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
698
63b46266
YPK
6992012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
700
701 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
702 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
703 data-directory as appropriate.
704
ddd7a8e7
SP
7052012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
706
707 * printcmd.c (ui_printf): Eliminate single-use variable
708 PARAM_LEN.
709
d649a38e
YQ
7102012-09-14 Yao Qi <yao@codesourcery.com>
711 Pedro Alves <palves@redhat.com>
712
713 * valops.c (value_assign): Move observer_notify_target_changed
714 below to replace reinit_frame_cache.
715
b9516fa1
YPK
7162012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
717
718 Refactor Python "gdb" module into a proper Python package, by
719 introducing a new "_gdb" module for code implemented in C, and
720 using reload/__import__ instead of exec.
721 * python/lib/gdb/__init__.py: Import * from _gdb.
722 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
723 prompt_hook, sys.argv): Moved from finish_python_initialization.
724 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
725 (packages, auto_load_packages): New list and function replacing
726 module_dict and auto-loading code, using __file__ instead of
727 gdb.PYTHONDIR and reload/__import__ instead of exec.
728 (GdbSetPythonDirectory): Replacing function of the same name
729 from finish_python_initialization, using reload/__import__ instead
730 of exec, as well as call auto_load_packages.
731 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
732 gdb_python_module and not gdb_module.
733 * python/python-internal.h (gdb_python_module): Declare.
734 * python/python.c (gdb_python_module): New global.
735 (before_prompt_hook): Check gdb_python_module and not gdb_module.
736 (_initialize_python): Rename gdb module to _gdb.
737 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
738 (finish_python_initialization): Move Python code to
739 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
740 __main__.
741
aa0fbdd8
PA
7422012-09-13 Pedro Alves <palves@redhat.com>
743
744 * Makefile.in (COMMON_OBS): Add registry.o.
745 * registry.c: New file.
746 * registry.h (struct registry_container): Declare.
747 (registry_data_callback): New typedef.
748 (struct registry_data, struct registry_data_registration, struct
749 registry_data_registry): New type.
750 (register_data_with_cleanup, registry_alloc_data)
751 (registry_callback_adaptor, registry_clear_data)
752 (registry_container_free_data, registry_set_data, registry_data):
753 Declare.
754 (DEFINE_REGISTRY): Refactor structures and functions as shims over
755 the new common structures and functions.
756 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
757 callback typedefs.
758
42b5c53d
MW
7592012-09-12 Mike Wrighton <wrighton@codesourcery.com>
760
761 * remote.c (remote_insert_hw_breakpoint): Throw exception if
762 there is an error inserting hardware breakpoints and use the
763 error message from the target.
764
765 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
766 Catch this exception and print the error message contained within. Do not
767 print the default hardware error breakpoint message in this case.
768
a1b64ce1
DE
7692012-09-12 Doug Evans <dje@google.com>
770
771 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
772 cu == NULL.
773
83a788b8
DE
7742012-09-11 Doug Evans <dje@google.com>
775
776 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
777 .gdb_index symbol attributes if there are none.
778
d9eaeb59
JB
7792012-09-11 Joel Brobecker <brobecker@adacore.com>
780
781 * symtab.h (struct minimal_symbol) [has_size]: New field.
782 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
783 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
784 * printcmd.c (build_address_symbolic): Only filter out zero-sized
785 minimal symbols if the symbol's size is actually known.
786 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
787 of msymbol's size field. Add comment.
788 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
789 SET_MSYMBOL_SIZE to set the minimal symbol size.
790
a83e9154
JB
7912012-09-11 Joel Brobecker <brobecker@adacore.com>
792
793 * minsyms.c (install_minimal_symbols): Use memset to fill entire
794 minimal_symbol struct object, rather than setting some of its
795 fields one by one.
796
350b1b26
AB
7972012-09-11 Andrew Burgess <aburgess@broadcom.com>
798
799 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
800 passed_a_ptr flag when displaying typedef types.
801
2fa15f23
JB
8022012-09-10 Joel Brobecker <brobecker@adacore.com>
803
804 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
805 the optimized_out flag is preserved.
806
5152ff90
AG
8072012-09-10 Anthony Green <green@moxielogic.com>
808
809 * moxie-tdep.c (moxie_analyze_prologue): Update for function
810 prologue changes in GCC.
811
5b4f6e25
KS
8122012-09-10 Keith Seitz <keiths@redhat.com>
813
814 PR gdb/13483
815 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
816 (BOOL_CONVERSION_BADNESS): ... this.
817 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
818 (rank_one_type): Allow all boolean conversions
819 permitted by the standard.
820
f1070426
TT
8212012-09-06 Tom Tromey <tromey@redhat.com>
822
823 * python/py-newobjfileevent.c (create_new_objfile_event_object):
824 Don't decref py_objfile.
825
a8db4212
YPK
8262012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
827
828 Do not enable -lmcheck by default when Python is enabled with
829 threading support.
830 * configure.ac: (python_has_threads) New variable, by testing
831 if WITH_THREAD is defined in Python.h.
832 Move --enable-lmcheck after --with-python.
833 Do not enable -lmcheck by default if python_has_threads=yes.
834 Warn if --enable-lmcheck and python_has_threads=yes.
835 * configure: Regenerate.
836
648beb2b
YQ
8372012-08-31 Yao Qi <yao@codesourcery.com>
838
839 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
840 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
841 Update some commands.
842 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
843 * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
844 to 1.
845
ef07a9f7
YQ
8462012-08-31 Yao Qi <yao@codesourcery.com>
847
848 * mi/mi-cmds.c (mi_cmds): Add 'static'.
849
fda395cf
YPK
8502012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
851
852 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
853
8efd8e78
DE
8542012-08-29 Doug Evans <dje@google.com>
855
856 * main.c (print_gdb_help): Remove reference to
857 --use-deprecated-index-sections.
858
883b9c6c
YQ
8592012-08-28 Yao Qi <yao@codesourcery.com>
860
861 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
862 (init_cmds): Call add_setshow_uinteger_cmd for command
863 'max-user-call-depth'.
864 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
865 declaration of 'max_user_call_depth'.
866 * frame.c (backtrace_limit): Add 'unsigned'.
867 (_initialize_frame): Call add_setshow_uinteger_cmd for command
868 'limit'.
869 * remote.c (remoteaddresssize): Add 'unsigned'.
870 (remote_address_masked): Change local var 'address_size' to
871 'unsigned'.
872 (_initialize_remote): Call add_setshow_uinteger_cmd for
873 'remoteaddresssize'.
874 * top.c (history_size): Add 'unsigned'.
875 (show_commands): Change local variables to 'unsigned'.
876 (set_history_size_command): Don't check history_size is negative.
877 Adjust the condition to call unstifle_history and set history_size
878 to UNIT_MAX.
879
1292279a
PA
8802012-08-28 Pedro Alves <palves@redhat.com>
881
882 PR gdb/14428
883
884 * infcmd.c (default_print_one_register_info): New, factored out
885 from default_print_registers_info.
886 (default_print_registers_info): Use it. Mark value unavailable if
887 necessary.
888 (registers_info): Print user registers with
889 default_print_one_register_info.
890
f629cd75
L
8912010-08-27 H.J. Lu <hongjiu.lu@intel.com>
892
893 PR tui/14486
894 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
895 is not NULL before referencing it.
896
1c8cdcb1
JK
8972012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
898
899 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
900 variable pc. Call find_pc_line instead of find_pc_overlay, restore
901 original PC for it.
902
e9687799
JK
9032012-08-27 Eli Zaretskii <eliz@gnu.org>
904 Jan Kratochvil <jan.kratochvil@redhat.com>
905
906 * auto-load.c (auto_load_objfile_script): Rename to ...
907 (auto_load_objfile_script_1): ... here, change variable realname to
908 parameter realname, document it, add return value, add variable retval.
909 (auto_load_objfile_script): New function.
910
7afa1642
JK
9112012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
912
913 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
914 followed by a whitespace.
915
dc7650b8
JK
9162012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
917
28e66c70 918 PR gdb/14494.
dc7650b8
JK
919 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
920 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
921 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
922 here.
923
1591a1e8
PA
9242012-08-27 Wei-cheng Wang <cole945@gmail.com>
925
926 * memattr.c (create_mem_region): Fix memory region overlapping
927 checking.
928
ecfb0d68
SP
9292012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
930
931 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
932 with xmalloc/cleanup.
933 * mt-tdep.c (mt_push_dummy_call): Likewise.
934 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
935 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
936
8c56c1b9
YQ
9372012-08-24 Yao Qi <yao@codesourcery.com>
938
939 * jv-exp.y (push_expression_name): Add "." at the end of error
940 message.
941
e3480f4a
YPK
9422012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
943
944 Document how to return from "python-interactive" to GDB.
e3480f4a
YPK
945 * python/python.c (_initialize_python): Update documentation.
946
dfbd5e7b
PA
9472012-08-23 Pedro Alves <palves@redhat.com>
948
949 * infrun.c (_initialize_infrun) <handle command help text>:
950 Mention that multiple signals are supported.
951
2edda2ff
PA
9522012-08-23 Pedro Alves <palves@redhat.com>
953
954 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
955 string.
956
8d735b87
YQ
9572012-08-23 Yao Qi <yao@codesourcery.com>
958
959 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
960 (tfind_1): Don't call registers_changed, set_traceframe_num,
961 and clear_traceframe_info.
962 Call set_current_traceframe.
963 (set_current_traceframe): call set_traceframe_num.
964
c5d9b215
SDJ
9652012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
966
967 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
968 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
969
037bbc8e
YPK
9702012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
971
972 Enable readline in Python in a GDB-specific way and block the
973 standard Python readline module to prevent conflicts with GDB.
974 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
975 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
976 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
977 * python/py-gdb-readline.c: New file.
978 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
979 prototype.
980 * python/python.c (_initialize_python): Call
981 gdbpy_initialize_gdb_readline.
982
406b1477
KS
9832012-08-22 Keith Seitz <keiths@redhat.com>
984
985 * defs.h: Include build-gnulib/config.h
986
6ca1b147
JM
9872012-08-22 Joseph Myers <joseph@codesourcery.com>
988
989 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
990 and blx pc.
991
8315665e
YPK
9922012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
993
994 Add a new "python-interactive" command that starts a standard
995 Python interactive prompt with "pi" as alias, and add "py" as
996 an alias to "python".
997 * NEWS: Mention the new commands.
8315665e
YPK
998 * python/python.c (eval_python_command): New function.
999 (python_interactive_command): For "python-interactive" with
1000 arguments, call eval_python_command. For "python-interactive"
1001 without arguments, call PyRun_InteractiveLoop.
1002 (_initialize_python): Add "python-interactive" command with
1003 "pi" as alias, and add "py" as an alias to "python".
1004
522002f9
TT
10052012-08-22 Tom Tromey <tromey@redhat.com>
1006
1007 * defs.h (quit_flag): Don't declare.
1008 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
1009 (QUIT): Use new functions.
1010 * event-top.c (command_handler): Use clear_quit_flag.
1011 (handle_sigint): Use set_quit_flag.
1012 (async_request_quit): Use check_quit_flag. Don't check
1013 immediate_quit.
1014 * exceptions.c (throw_exception): Use clear_quit_flag.
1015 * main.c (captured_main): Use clear_quit_flag.
1016 * python/python.c (clear_quit_flag, set_quit_flag)
1017 (check_quit_flag): New functions.
1018 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
1019 clear_quit_flag.
1020 * remote.c (remote_wait_as): Use check_quit_flag,
1021 clear_quit_flag.
1022 (remote_start_remote): Call QUIT.
1023 * symfile.c (load_progress): Use check_quit_flag.
1024 * top.c (command_loop): Use clear_quit_flag.
1025 (command_line_input): Call QUIT.
1026 * utils.c (quit_flag): Conditionally define.
1027 (clear_quit_flag, check_quit_flag, set_quit_flag): New
1028 functions.
1029 (prompt_for_continue): Call QUIT. Use quit, not
1030 async_request_quit.
1031 * remote-mips.c (mips_expect_timeout): Call QUIT.
1032 * monitor.c (monitor_expect): Call QUIT.
1033
b583003e
TT
10342012-08-22 Tom Tromey <tromey@redhat.com>
1035
1036 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
1037 (async_init_signals): Update.
1038 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
1039 (SIGWINCH_HANDLER_BODY): Remove.
1040
e1507e95
TT
10412012-08-22 Tom Tromey <tromey@redhat.com>
1042
1043 * jit.c (jit_object_close_impl): Don't malloc the objfile
1044 name.
1045 * objfiles.c (allocate_objfile): Don't malloc the objfile
1046 name.
1047 (free_objfile): Don't free the objfile name.
1048 * objfiles.h (struct objfile) <name>: Update comment.
1049 * symfile.c (reread_symbols): Fix reference counting. Don't
1050 malloc objfile name.
1051
1c00ec6b
TT
10522012-08-22 Tom Tromey <tromey@redhat.com>
1053
1054 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
1055 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
1056 (symfile_bfd_open): Likewise.
1057 (generic_load): Likewise.
1058 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
1059 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1060 gdb_bfd_open.
1061 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1062 Use gdb_bfd_open.
1063 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
1064 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
1065 (pmon_load_fast): Likewise.
1066 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
1067 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
1068 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
1069 (macho_check_dsym): Likewise.
1070 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
1071 (m32r_upload_command): Likewise.
1072 * gdb_bfd.h (gdb_bfd_cache): Declare.
1073 * gdb_bfd.c (struct gdb_bfd_data): New.
1074 (gdb_bfd_cache): New global.
1075 (struct gdb_bfd_cache_search): New.
1076 (hash_bfd): New function.
1077 (eq_bfd): Likewise.
1078 (gdb_bfd_open): Likewise.
1079 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
1080 (gdb_bfd_unref): Remove closed BFD from cache. Update for
1081 gdb_bfd_data.
1082 * exec.c (exec_file_attach): Use gdb_bfd_open.
1083 * dsrec.c (load_srec): Use gdb_bfd_open.
1084
6532ff36
TT
10852012-08-22 Tom Tromey <tromey@redhat.com>
1086
1087 * dwarf2read.c (macro_start_file): Update.
1088 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
1089 (free_objfile_per_bfd_storage): Destroy macro_cache.
1090 (allocate_objfile, free_objfile): Update.
1091 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
1092 New field.
1093 (struct objfile) <macro_cache>: Remove.
1094 * symfile.c (reread_symbols): Update.
1095 * symmisc.c (print_symbol_bcache_statistics): Update.
1096 (print_objfile_statistics): Update.
1097
706e3705
TT
10982012-08-22 Tom Tromey <tromey@redhat.com>
1099
1100 * elfread.c (elf_symtab_read): Update.
1101 * objfiles.c (objfiles_bfd_data): New global.
1102 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
1103 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
1104 (allocate_objfile, free_objfile): Update.
1105 (_initialize_objfiles): Initialize objfiles_bfd_data.
1106 * objfiles.h (struct objfile_per_bfd_storage): New.
1107 (struct objfile) <per_bfd>: New field.
1108 <filename_cache>: Remove.
1109 (set_objfile_per_bfd): Declare.
1110 * symfile.c (reread_symbols): Update. Call
1111 set_objfile_per_bfd.
1112 (allocate_symtab): Update.
1113 * symmisc.c (print_symbol_bcache_statistics): Update.
1114 (print_objfile_statistics): Print the size of the BFD obstack.
1115
e992eda4
TT
11162012-08-22 Tom Tromey <tromey@redhat.com>
1117
1118 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
1119 * gdb_bfd.c: Use DEFINE_REGISTRY.
1120 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
1121 (gdb_bfd_ref): Call bfd_alloc_data.
1122 (gdb_bfd_unref): Call bfd_free_data.
1123
6b81941e
TT
11242012-08-22 Tom Tromey <tromey@redhat.com>
1125
1126 * registry.h (struct registry_fields): New.
1127 (REGISTRY_FIELDS): Redefine.
1128 (REGISTRY_ACCESS_FIELD): New macro.
1129 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
1130 functions.
1131
8e260fc0
TT
11322012-08-22 Tom Tromey <tromey@redhat.com>
1133
1134 * auto-load.c (_initialize_auto_load): Update.
1135 * solib-svr4.c (_initialize_svr4_solib): Update
1136 * solib-dsbt.c (_initialize_dsbt_solib): Update.
1137 * solib-darwin.c (_initialize_darwin_solib): Update.
1138 * registry.h: New file.
1139 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
1140 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
1141 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
1142 (register_program_space_data_with_cleanup)
1143 (register_program_space_data, program_space_alloc_data)
1144 (clear_program_space_data, set_program_space_data)
1145 (program_space_data): Don't declare.
1146 * progspace.c: Use DEFINE_REGISTRY.
1147 (struct program_space_data, struct
1148 program_space_data_registration, struct
1149 program_space_data_registry, program_space_data_registry)
1150 (register_program_space_data_with_cleanup)
1151 (register_program_space_data, program_space_alloc_data)
1152 (program_space_free_data, clear_program_space_data)
1153 (set_program_space_data, program_space_data): Remove.
1154 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
1155 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
1156 (register_objfile_data_with_cleanup, register_objfile_data)
1157 (clear_objfile_data, set_objfile_data, objfile_data): Don't
1158 declare.
1159 * objfiles.c: Use DEFINE_REGISTRY.
1160 (struct objfile_data, struct objfile_data_registration, struct
1161 objfile_data_registry, objfile_data_registry)
1162 (register_objfile_data_with_cleanup, register_objfile_data)
1163 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
1164 (set_objfile_data, objfile_data): Remove.
1165 (_initialize_objfiles): Update.
1166 * jit.c (_initialize_jit): Update.
1167 * inflow.c (_initialize_inflow): Update.
1168 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
1169 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
1170 (register_inferior_data_with_cleanup, register_inferior_data)
1171 (clear_inferior_data, set_inferior_data, inferior_data): Don't
1172 declare.
1173 * inferior.c: Use DEFINE_REGISTRY.
1174 (struct inferior_data, struct inferior_data_registration, struct
1175 inferior_data_registry, inferior_data_registry)
1176 (register_inferior_data_with_cleanup, register_inferior_data)
1177 (inferior_alloc_data, inferior_free_data clear_inferior_data)
1178 (set_inferior_data, inferior_data): Remove.
1179 * auxv.c (_initialize_auxv): Update.
1180 * ada-lang.c (_initialize_ada_language): Update.
1181 * breakpoint.c (_initialize_breakpoint): Update.
1182 * i386-nat.c (i386_use_watchpoints): Update.
1183
ed9eebaf
TT
11842012-08-22 Tom Tromey <tromey@redhat.com>
1185
1186 * exec.c (exec_close, exec_file_attach): Update.
1187 (add_to_section_table): Initialize 'key' field.
1188 (add_target_sections, remove_target_sections): Add 'key' argument.
1189 * exec.h (add_target_sections, remove_target_sections): Add
1190 'key' argument.
1191 * solib.c (solib_map_sections, update_solib_list, clear_solib)
1192 (reload_shared_libraries_1): Update.
1193 * target.h (struct target_section) <key>: New field.
1194
2f2e97fa
TT
11952012-08-22 Tom Tromey <tromey@redhat.com>
1196
1197 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
1198
b3dbbd6f
PM
11992012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
1200
1201 * symfile.c (allocate_symtab): Use host_address_to_string
1202 function instead of cast of pointer to long which is not
1203 compatible with x86_64-w64-mingw32 build.
1204
f94363d7
AP
12052012-08-19 Andrew Pinski <apinski@cavium.com>
1206
1207 * mips-tdep.c (is_octeon): New function.
1208 (is_octeon_bbit_op): New function.
1209 (mips32_next_pc): Handle Octeon's bbit instructions.
1210 (mips32_instruction_has_delay_slot): Likewise.
1211
78a59c2f
AP
12122012-08-19 Andrew Pinski <apinski@cavium.com>
1213
1214 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
1215 before the function.
1216
4f5bcb50
AP
12172012-08-19 Andrew Pinski <apinski@cavium.com>
1218
1219 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
1220
e5afdbd7
KS
12212012-08-19 Keith Seitz <keiths@redhat.com>
1222
1223 PR c++/14365
1224 * c-typeprint.c (c_type_print_varspec_prefix): Pass
1225 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
1226
13c9750e
EZ
12272012-08-18 Eli Zaretskii <eliz@gnu.org>
1228
1229 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
1230 The typo broke "make TAGS".
1231
db761810 12322012-08-17 Joel Brobecker <brobecker@adacore.com>
1233
1234 GDB 7.5 released.
1235
a451cb65
KS
12362012-08-17 Keith Seitz <keiths@redhat.com>
1237
1238 PR c++/13356
1239 * gdbtypes.c (strict_type_checking): New variable.
1240 (show_strict_type_checking): New function.
1241 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
1242 if strict type checking is disabled.
1243 (_initialize_gdbtypes): Add "check type" subcommand.
1244 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
1245
12462012-08-17 Keith Seitz <keiths@redhat.com>
1247
1248 * language.h (type_mode): Remove.
1249 (type_check): Remove.
1250 (struct language_defn): Remove la_type_check.
1251 (STRICT_TYPE): Remove unused macro.
1252 (type_error): Remove.
1253 * language.c (set_type_range_case): Renamed to ...
1254 (set_range_case): ... this. Update all callers.
1255 Remove type_mode/type_check.
1256 (type_mode): Remove.
1257 (type_check): Remove.
1258 (show_type_command): Remove.
1259 (set_type_command): Remove.
1260 (language_info): Remove type checking output.
1261 (type_error): Remove unused function.
1262 (range_error): Update comment.
1263 (unknown_language_defn): Remove la_type_check.
1264 (auto_language_defn): Likewise.
1265 (local_language_defn): Likewise.
1266 (_initialize_language): Remove "check type" subcommand.
1267 * ada-lang.c (ada_language_defn): Remove la_type_check.
1268 * c-lang.c (c_language_defn): Likewise.
1269 (cplus_language_defn): Likewise.
1270 (asm_language_defn): Likewise.
1271 (minimal_language_defn): Likewise.
1272 * d-lang.c (d_language_defn): Likewise.
1273 * f-lang.c (f_language_defn): Likewise.
1274 * go-lang.c (go_language_defn): Likewise.
1275 * jv-lang.c (java_language_defn): Likewise.
1276 * m2-lang.c (m2_language_defn): Likewise.
1277 * objc-lang.c (objc_language_defn): Likewise.
1278 * opencl-lang.c (opencl_language_defn): Likewise.
1279 * p-lang.c (pascal_language_defn): Likewise.
1280
dbf6a605
MF
12812012-08-16 Mike Frysinger <vapier@gentoo.org>
1282
1283 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
1284
973e3cf7
JB
12852012-08-16 Joel Brobecker <brobecker@adacore.com>
1286
1287 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
1288 New function.
1289 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
1290 using the regache. Use ia64_hpux_get_register_from_save_state_t
1291 to access the bsp and bspstore registers if not.
1292
d80ee84f
JB
12932012-08-16 Joel Brobecker <brobecker@adacore.com>
1294
1295 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
1296 * breakpoint.c (detach_breakpoints): Change pid parameter into
1297 a ptid. Adjust code accordingly.
1298 * infrun.c (handle_inferior_event): Delete variable child_pid.
1299 Update call to detach_breakpoints to pass the child ptid for
1300 fork events.
1301 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
1302 assert that inferior_ptid's lwp is zero.
1303 (linux_handle_extended_wait): Update call to detach_breakpoints.
1304 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
1305 detach_breakpoints.
1306
2dcc6086
JB
13072012-08-16 Joel Brobecker <brobecker@adacore.com>
1308
1309 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
1310 parent, only call detach_breakpoints if tts.tts_event ==
1311 TTEVT_VFORK.
1312
0c92d8c1
JB
13132012-08-16 Joel Brobecker <brobecker@adacore.com>
1314
1315 * dwarf2-frame.c (dwarf2_frame_cache): Use
1316 get_frame_address_in_block instead of get_frame_pc as
1317 the bound for executing the frame's FDE.
1318
6b1755ce
YQ
13192012-08-16 Yao Qi <yao@codesourcery.com>
1320
1321 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
1322 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
1323 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
1324 (c_type_print_varspec_suffix): Likewise.
1325 * eval.c (evaluate_subexp_standard): Likewise.
1326 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
1327 (f_type_print_varspec_suffix): Likewise.
1328 * gdbtypes.c (is_scalar_type): Likewise.
1329 (recursive_dump_type): Likewise.
1330 * infcall.c (value_arg_coerce): Likewise.
1331 * m2-valprint.c (m2_val_print): Likewise.
1332 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
1333 (pascal_type_print_varspec_suffix): Likewise.
1334 (pascal_type_print_base): Likewise.
1335 * p-valprint.c (pascal_val_print): Likewise.
1336 (pascal_val_print): Likewise.
1337 * valops.c (value_slice): Likewise.
1338 * valprint.c (scalar_type_p): Likewise.
1339 * valarith.c (value_bitstring_subscript): Remove.
1340 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
1341 Remove comment on TYPE_CODE_BITSTRING.
1342
1343 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
1344 TYPE_CODE_BITSTRING.
1345
1346 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
1347 slot 0.
1348
8acc4065
YQ
13492012-08-16 Yao Qi <yao@codesourcery.com>
1350
1351 * tracepoint.c (trace_find_none_command): Remove.
1352 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
1353
8128fd8e
YQ
13542012-08-16 Yao Qi <yao@codesourcery.com>
1355
1356 * remote.c (handle_notification): Remove parameter 'length'.
1357 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
1358
2873700e
KS
13592012-08-15 Keith Seitz <keiths@redhat.com>
1360
1361 * gdbtypes.c (opaque_type_resolution): Make static.
1362 Add missing comment.
1363 (overload_debug): Add missing comment.
1364 (show_opaque_type_resolution): Likewise.
1365 (show_overload_debug): Likewise.
1366 (print_bit_vector): Remove unnecessary forward declaration.
1367 (print_arg_types): Likewise.
1368 (dump_fn_fieldlists): Likewise.
1369 (print_cplus_stuff): Likewise.
1370
b82d08cd
TT
13712012-08-15 Tom Tromey <tromey@redhat.com>
1372
1373 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
1374 (gdb_bfd_ref): Initialize new field.
1375 (gdb_bfd_unref): Unref the archive BFD.
1376 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
1377 parent archive.
1378
db6573d6
TT
13792012-08-15 Tom Tromey <tromey@redhat.com>
1380
1381 PR python/14387:
1382 * python/py-bpevent.c (create_breakpoint_event_object): Update
1383 comment.
1384 * python/py-event.c (evpy_add_attribute): Update comment.
1385 * python/py-exitedevent.c (create_exited_event_object): Fix
1386 reference counting and error handling.
1387 * python/py-newobjfileevent.c (create_new_objfile_event_object):
1388 Fix reference counting.
1389 * python/py-signalevent.c (create_signal_event_object): Fix
1390 reference counting and error handling.
1391 * python/py-stopevent.c (emit_stop_event): Fix reference
1392 counting.
1393 * python/py-threadevent.c (get_event_thread): Return a
1394 borrowed reference.
1395 * python/py-type.c (convert_field): Fix reference counting.
1396
a036ba48
TT
13972012-08-15 Tom Tromey <tromey@redhat.com>
1398
1399 * dwarf2read.c (dwarf_decode_macro_bytes)
1400 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
1401 as hash key.
1402
486c7739
MF
14032012-08-14 Mike Frysinger <vapier@gentoo.org>
1404
1405 * infcmd.c (_initialize_infcmd): Update help text for the signal,
1406 stepi, nexti, finish, next, step, jump, and continue commands.
1407 * infrun.c (_initialize_infrun): Update help text for the handle
1408 command.
1409
4cf93a03
DE
14102012-08-14 Doug Evans <dje@google.com>
1411
70b099cf
DE
1412 * gdbtypes.c (struct extra): Delete, unused.
1413
5212577a
DE
1414 * gdbtypes.c: Whitespace cleanup.
1415 (address_space_name_to_int): Remove "extern" from definition.
1416 (_initialize_gdbtypes): Declare with initialize_file_ftype.
1417
4cf93a03
DE
1418 * gdbtypes.c (make_pointer_type): Remove redundant setting of
1419 TYPE_POINTER_TYPE (type).
1420
3756ef7e
GB
14212012-08-14 Gary Benson <gbenson@redhat.com>
1422
1423 * solib-svr4.c (svr4_free_library_list): Use free_so.
1424
40d72643
MF
14252012-08-13 Mike Frysinger <vapier@gentoo.org>
1426
1427 * .gitignore: Add go-exp.c.
1428
f47f77df
DE
14292012-08-13 Doug Evans <dje@google.com>
1430
1431 * value.c (show_convenience): Tweak comment.
1432 (_initialize_values): Mention convenience functions in the help text
1433 for "show convenience".
1434
7507c54a
YQ
14352012-08-13 Yao Qi <yao@codesourcery.com>
1436
1437 * std-operator.def: Remove TERNOP_SLICE_COUNT.
1438 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
1439 TERNOP_SLICE_COUNT.
1440 * eval.c (evaluate_subexp_standard): Likewise.
1441 * expprint.c (print_subexp_standard): Likewise.
1442 (dump_subexp_body_standard): Likewise.
1443 * parse.c (operator_length_standard): Likewise.
1444
5cad9736
YQ
14452012-08-13 Yao Qi <yao@codesourcery.com>
1446
1447 * std-operator.def: Remove OP_BITSTRING.
1448 * breakpoint.c (watchpoint_exp_is_const): Update.
1449 * eval.c (evaluate_subexp_standard): Remove handling to
1450 OP_BITSTRING.
1451 * expprint.c (print_subexp_standard): Likewise.
1452 (dump_subexp_body_standard): Likewise.
1453 * parse.c (operator_length_standard): Likewise.
1454 * valops.c (value_bitstring): Remove.
1455 * value.h: Remove the declaration of 'value_bitstring'.
1456
bad7670a
SDJ
14572012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
1458
1459 * linespec.c (find_methods): Remove unused variables `i1' and
1460 `name_len'.
1461 (decode_line_full): Likewise for `arg_start'.
1462
d9dce7fa
SDJ
14632012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
1464
1465 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
1466 (zlib_decompress_section): Likewise for `section_data'.
1467 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
1468
a72c3253
DE
14692012-08-10 Doug Evans <dje@google.com>
1470
1471 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
1472 * NEWS: Document them.
1473 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
1474 function/strfns.py.
1475 * python/py-type.c (typy_array_1): New function.
1476 (typy_array): Call it.
1477 (typy_vector): New function.
1478 (type_object_methods): Add "vector".
1479 * python/lib/gdb/function/__init__.py: New file.
1480 * python/lib/gdb/function/strfns.py: New file.
1481
200bc880
SP
14822012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
1483
1484 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
1485 for TYPE_FIELD_BITPOS.
1486 (typy_get_sizeof): Likewise for TYPE_LENGTH.
1487
de0bea00
MF
14882012-08-10 Mike Frysinger <vapier@gentoo.org>
1489
1490 PR cli/10436:
1491 * common/vec.h (VEC_merge): Define.
1492 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
1493 (DEF_VEC_ALLOC_FUNC_P): Likewise.
1494 (DEF_VEC_ALLOC_FUNC_O): Likewise.
1495 * completer.c: Include gdb_signals.h.
1496 (signal_completer): Define.
1497 * completer.h (signal_completer): Add prototype.
1498 * infcmd.c (_initialize_infcmd): Assign the command
1499 completer for "signal" to handle_completer.
1500 * infrun.c: Include completer.h.
1501 (handle_completer): Define.
1502 (_initialize_infrun): Declare a new local variable c. Store the
1503 result of add_com("handle") to it. Assign the command
1504 completer for "handle" to handle_completer.
1505
5b9afe8a
YQ
15062012-08-09 Yao Qi <yao@codesourcery.com>
1507
1508 * cli/cli-decode.c (set_cmd_prefix): New.
1509 (lookup_cmd_for_prefixlist): New.
1510 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
1511 of each cmd_list_element in *prefixlist.
1512 (add_setshow_cmd_full): set_cmd_prefix.
1513 (add_alias_cmd): Likewise.
1514 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
1515 Declare 'auto_boolean_enums'.
1516 * cli/cli-setshow.c: Include "observer.h".
1517 (notify_command_param_changed_p): New.
1518 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
1519 Remove 'static'.
1520 (do_setshow_command): Split it to ...
1521 (do_set_command, do_show_command): ... them. New.
1522 (do_set_command): Call observer_notify_command_param_changed if
1523 notify_command_param_changed_p returns true.
1524 (cmd_show_list): Caller update.
1525 * auto-load.c (set_auto_load_cmd): Likewise.
1526 * remote.c (show_remote_cmd): Likewise.
1527 * cli/cli-setshow.h: Update declarations.
1528 * top.c (execute_command): Call do_set_command and do_show_command.
1529
1530 * NEWS: Mention new MI notification.
1531 * mi/mi-interp.c: Declare mi_command_param_changed.
1532 (mi_interpreter_init): Attach mi_command_param_changed to
1533 observer command_param_changed.
1534 (mi_command_param_changed): New.
1535 Remove mi_suppress_breakpoint_notifications.
1536 Define global variable mi_suppress_notification.
1537 (mi_breakpoint_created): Update.
1538 (mi_breakpoint_deleted): Likewise.
1539 (mi_breakpoint_modified): Likewise.
1540 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
1541 'gdb-set' and set mi_suppress_notification.
1542 * mi/mi-main.h: (mi_suppress_notification): New struct.
1543
1969df89
JK
15442012-08-09 Andreas Tobler <andreast@fgznet.ch>
1545 Jan Kratochvil <jan.kratochvil@redhat.com>
1546
1547 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
1548
8bfd80db
YQ
15492012-08-09 Yao Qi <yao@codesourcery.com>
1550
1551 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
1552 (skiplist): Move it to skip.c.
1553 (init_cmd_lists): Remove code setting enablebreaklist and
1554 skiplist to NULL.
1555 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
1556 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
1557 skiplist.
1558 * gdbcmd.h: Likewise.
1559 * skip.c (_initialize_step_skip): Move 'skiplist' from
1560 cli/cli-cmds.c.
1561
28578e6b
YQ
15622012-08-09 Yao Qi <yao@codesourcery.com>
1563
1564 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
1565 * gnu-nat.c, symfile.c: Likewise.
1566
260c0b2a
DE
15672012-08-08 Aaron Gamble <agamble@google.com>
1568
1569 * utils.c (prompt_for_continue_wait_time): New static global.
1570 (make_command_stats_cleanup): Initialize it.
1571 (report_command_stats): Subtract time waiting for user.
1572 (prompt_for_continue): Track time waiting for user.
1573 (defaulted_query): Track time waiting for user.
1574
4f485ebc
DE
15752012-08-08 Doug Evans <dje@google.com>
1576
1577 * eval.c (evaluate_subexp_standard): Fix thinko in handling
1578 UNOP_MEMVAL_TYPE.
1579 * expprint.c (print_subexp_standard, case OP_TYPE): New.
1580 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
1581 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
1582 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
1583 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
1584 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
1585 elt.
1586 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
1587 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
1588 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
1589 (dump_prefix_expression): Handle OP_TYPE.
1590
2acf2b39
KS
15912012-08-08 Keith Seitz <keiths@redhat.com>
1592
1593 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
1594 addr_start.
1595
e6712ff1
DE
15962012-08-08 Doug Evans <dje@google.com>
1597
1598 * linux-thread-db.c: #include "gdb_vecs.h".
1599 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
1600 updated.
1601 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
1602 (thread_db_load_search): Use a vector to iterate over path elements.
1603 Handle text appearing after "$pdir".
1604
1605 * gdb_string.h: Moved to ...
1606 * common/gdb_string.h: ... here.
1607 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
1608 gdb_string.h and gdb_assert.h.
1609
ab854e54
YQ
16102012-08-08 Yao Qi <yao@codesourcery.com>
1611
1612 * tic6x-tdep.c (tic6x_register_to_value): Remove.
1613 (tic6x_value_to_register): Likewise.
1614 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
1615 and set_gdbarch_value_to_register.
1616
4f69f4c2
JK
16172012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1618 Jean-Marc Saffroy <saffroy@gmail.com>
1619
1620 PR 11804
1621 * defs.h (find_memory_region_ftype): New comment. New arg modified.
1622 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
1623 * gcore.c (gcore_create_callback): New function comment. Add modified
1624 parameter. Only write modified regions. Set SEC_READONLY exactly
1625 according to MODIFIED.
1626 (objfile_find_memory_regions): Ignore separate debug info files. Ass
1627 the passed modified value to FUNC.
1628 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
1629 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
1630 first. New variables modified and has_anonymous. Parse the lines of
1631 smaps file. Add the passed MODIFIED value to FUNC.
1632 * procfs.c (find_memory_regions_callback): Add the passed modified
1633 value.
1634
78ac5f83
TT
16352012-08-06 Tom Tromey <tromey@redhat.com>
1636
1637 * dwarf2-frame.c (clear_pointer_cleanup): New function.
1638 (dwarf2_frame_cache): Use it.
1639 * frame-unwind.h (frame_sniffer_ftype): Document prologue
1640 cache initialization constraint.
1641
2c12abee
TT
16422012-08-06 Tom Tromey <tromey@redhat.com>
1643
1644 PR python/14386:
1645 * varobj.c (update_dynamic_varobj_children): Don't call
1646 PyIter_Check.
1647
4979d7f0
TT
16482012-08-06 Tom Tromey <tromey@redhat.com>
1649
1650 PR cli/14392:
1651 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
1652
f3c8a52a
JK
16532012-08-06 Nathaniel Flath <flat0103@gmail.com>
1654
1655 * NEWS: New entry for 'cd' default parameters.
1656 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
1657
5a1cf4d6
TT
16582012-08-03 Tom Tromey <tromey@redhat.com>
1659
1660 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
1661 return.
1662
7c3270ae
UW
16632012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
1664
1665 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
1666 to attempting lseek/write.
1667 (inf_child_fileio_pread): Likewise for pread.
1668
ccce17b0
YQ
16692012-08-02 Yao Qi <yao@codesourcery.com>
1670
1671 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
1672 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
1673 add_setshow_zinteger_cmd.
1674 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
1675 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
1676 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
1677 instead of add_setshow_zinteger_cmd.
1678 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
1679 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
1680 instead of add_setshow_zinteger_cmd.
1681 * frame.c (frame_debug): Add 'unsigned'.
1682 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
1683 add_setshow_zinteger_cmd.
1684 * frame.h: Update the declaration of 'frame_debug'.
1685 * gdbtypes.c (overload_debug): Add 'unsigned'.
1686 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
1687 add_setshow_zinteger_cmd.
1688 * inferior.h: Update declaration of 'debug_infrun'.
1689 * infrun.c (debug_infrun): Add 'unsigned'.
1690 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
1691 add_setshow_zinteger_cmd.
1692 * jit.c (jit_debug): Add 'unsigned'.
1693 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
1694 add_setshow_zinteger_cmd.
1695 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
1696 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
1697 instead of add_setshow_zinteger_cmd.
1698 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
1699 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
1700 add_setshow_zinteger_cmd.
1701 * machoread.c (mach_o_debug_level): Add 'unsigned'.
1702 (_initialize_machoread): Call add_setshow_zuinteger_cmd
1703 instead of add_setshow_zinteger_cmd.
1704 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
1705 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
1706 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
1707 intead of add_setshow_zinteger_cmd.
1708 * mips-tdep.c (mips_debug): Add 'unsigned'.
1709 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
1710 instead of add_setshow_zinteger_cmd.
1711 * monitor.c (monitor_debug): Add 'unsigned'.
1712 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
1713 add_setshow_zinteger_cmd.
1714 * observer.c (observer_debug): Add 'unsigned'.
1715 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
1716 add_setshow_zinteger_cmd.
1717 * parse.c (expressiondebug): Add 'unsigned'.
1718 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
1719 add_setshow_zinteger_cmd.
1720 * record.c (record_debug): Add 'unsigned'.
1721 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
1722 add_setshow_zinteger_cmd.
1723 * record.h: Update the declaration of 'record_debug'.
1724 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
1725 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
1726 add_setshow_zinteger_cmd.
1727 * serial.c (global_serial_debug_p): Add 'unsigned'.
1728 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
1729 add_setshow_zinteger_cmd.
1730 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
1731 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
1732 add_setshow_zinteger_cmd.
1733 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
1734 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
1735 add_setshow_zinteger_cmd.
1736 * target.c (targetdebug): Add 'unsigned'.
1737 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
1738 add_setshow_zinteger_cmd.
1739 * valops.c (overload_debug): Add 'unsigned'.
1740 * varobj.c (varobjdebug): Add 'unsigned'.
1741 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
1742 add_setshow_zinteger_cmd.
1743 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
1744 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
1745 instead of add_setshow_zinteger_cmd.
1746
1747 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
1748 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
1749 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
1750 instead of add_setshow_zinteger_cmd.
1751 * gdbarch.c, gdbarch.h: Re-generated.
1752
95b07c96
YQ
17532012-08-02 Yao Qi <yao@codesourcery.com>
1754
1755 * nto-tdep.c: Don't include cli/cli-decode.h and
1756 cli/cli-cmds.h.
1757 (_initialize_nto_tdep): Remove.
1758 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
1759 Remove field.
1760 Remove macro nto_internal_debugging.
1761
57295b0b
RH
17622012-08-01 Richard Henderson <rth@redhat.com>
1763
1764 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
1765 (mep-*-*) [gdb_target_obs]: Likewise.
1766
f782ad9b
AS
17672012-07-31 Andreas Schwab <schwab@linux-m68k.org>
1768
1769 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
1770 linux_get_siginfo_type.
1771
a14dd77e
JK
17722012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1773
1774 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
1775 AT_ENTRY_POINT.
1776 (call_function_by_hand) <ON_STACK>: Call write_memory with
1777 gdbarch_breakpoint_from_pc, if possible.
1778 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
1779 here.
1780
1467929f
YQ
17812012-07-31 Yao Qi <yao@codesourcery.com>
1782
1783 * tracepoint.c: Add 'static' for some variables.
1784
70976b65
YQ
17852012-07-31 Yao Qi <yao@codesourcery.com>
1786
1787 * go32-nat.c: Declare _initialize_go32_nat.
1788 * ser-go32.c: Declare _initialize_ser_dos.
1789 * top.c (do_chdir_cleanup): Add 'static'.
1790
eff9c3e6
KS
17912012-07-30 Keith Seitz <keiths@redhat.com>
1792
1793 * linespec.c (linespec_lex_number): A number followed
1794 by quotes is a valid number, too.
1795
728400d7
TT
17962012-07-30 Tom Tromey <tromey@redhat.com>
1797
1798 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
1799
fcf303ab
UW
18002012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
1801
1802 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
1803 attempt to 4-byte-align HW breakpoint addresses for Thumb.
1804
4e969b4f
AB
18052012-07-30 Andrew Burgess <aburgess@broadcom.com>
1806
1807 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
1808 invalid or reevaluated to prevent prevent references to possibly
1809 delete'd type objects being left in the varobj.
1810
c4bfde41
JK
18112012-07-27 Tom Tromey <tromey@redhat.com>
1812 Jan Kratochvil <jan.kratochvil@redhat.com>
1813
1814 * copying.awk: Print buffer-read-only and vi ro markers.
1815 * copying.c: Rebuild.
1816 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
1817 * gdbarch.c, gdbarch.h: Rebuild.
1818 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
1819 buffer-read-only and vi ro markers.
1820 * features/arm-with-iwmmxt.c: Rebuild.
1821 * features/arm-with-m-fpa-layout.c: Rebuild.
1822 * features/arm-with-m-vfp-d16.c: Rebuild.
1823 * features/arm-with-m.c: Rebuild.
1824 * features/arm-with-neon.c: Rebuild.
1825 * features/arm-with-vfpv2.c: Rebuild.
1826 * features/arm-with-vfpv3.c: Rebuild.
1827 * features/i386/amd64-avx-linux.c: Rebuild.
1828 * features/i386/amd64-avx.c: Rebuild.
1829 * features/i386/amd64-linux.c: Rebuild.
1830 * features/i386/amd64.c: Rebuild.
1831 * features/i386/i386-avx-linux.c: Rebuild.
1832 * features/i386/i386-avx.c: Rebuild.
1833 * features/i386/i386-linux.c: Rebuild.
1834 * features/i386/i386-mmx-linux.c: Rebuild.
1835 * features/i386/i386-mmx.c: Rebuild.
1836 * features/i386/i386.c: Rebuild.
1837 * features/i386/x32-avx-linux.c: Rebuild.
1838 * features/i386/x32-avx.c: Rebuild.
1839 * features/i386/x32-linux.c: Rebuild.
1840 * features/i386/x32.c: Rebuild.
1841 * features/mips-dsp-linux.c: Rebuild.
1842 * features/mips-linux.c: Rebuild.
1843 * features/mips64-dsp-linux.c: Rebuild.
1844 * features/mips64-linux.c: Rebuild.
1845 * features/rs6000/powerpc-32.c: Rebuild.
1846 * features/rs6000/powerpc-32l.c: Rebuild.
1847 * features/rs6000/powerpc-403.c: Rebuild.
1848 * features/rs6000/powerpc-403gc.c: Rebuild.
1849 * features/rs6000/powerpc-405.c: Rebuild.
1850 * features/rs6000/powerpc-505.c: Rebuild.
1851 * features/rs6000/powerpc-601.c: Rebuild.
1852 * features/rs6000/powerpc-602.c: Rebuild.
1853 * features/rs6000/powerpc-603.c: Rebuild.
1854 * features/rs6000/powerpc-604.c: Rebuild.
1855 * features/rs6000/powerpc-64.c: Rebuild.
1856 * features/rs6000/powerpc-64l.c: Rebuild.
1857 * features/rs6000/powerpc-7400.c: Rebuild.
1858 * features/rs6000/powerpc-750.c: Rebuild.
1859 * features/rs6000/powerpc-860.c: Rebuild.
1860 * features/rs6000/powerpc-altivec32.c: Rebuild.
1861 * features/rs6000/powerpc-altivec32l.c: Rebuild.
1862 * features/rs6000/powerpc-altivec64.c: Rebuild.
1863 * features/rs6000/powerpc-altivec64l.c: Rebuild.
1864 * features/rs6000/powerpc-cell32l.c: Rebuild.
1865 * features/rs6000/powerpc-cell64l.c: Rebuild.
1866 * features/rs6000/powerpc-e500.c: Rebuild.
1867 * features/rs6000/powerpc-e500l.c: Rebuild.
1868 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
1869 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
1870 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
1871 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
1872 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
1873 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
1874 * features/rs6000/powerpc-vsx32.c: Rebuild.
1875 * features/rs6000/powerpc-vsx32l.c: Rebuild.
1876 * features/rs6000/powerpc-vsx64.c: Rebuild.
1877 * features/rs6000/powerpc-vsx64l.c: Rebuild.
1878 * features/rs6000/rs6000.c: Rebuild.
1879 * features/s390-linux32.c: Rebuild.
1880 * features/s390-linux32v1.c: Rebuild.
1881 * features/s390-linux32v2.c: Rebuild.
1882 * features/s390-linux64.c: Rebuild.
1883 * features/s390-linux64v1.c: Rebuild.
1884 * features/s390-linux64v2.c: Rebuild.
1885 * features/s390x-linux64.c: Rebuild.
1886 * features/s390x-linux64v1.c: Rebuild.
1887 * features/s390x-linux64v2.c: Rebuild.
1888 * features/tic6x-c62x-linux.c: Rebuild.
1889 * features/tic6x-c62x.c: Rebuild.
1890 * features/tic6x-c64x-linux.c: Rebuild.
1891 * features/tic6x-c64x.c: Rebuild.
1892 * features/tic6x-c64xp-linux.c: Rebuild.
1893 * features/tic6x-c64xp.c: Rebuild.
1894
826f0041
TT
18952012-07-27 Tom Tromey <tromey@redhat.com>
1896
1897 * c-exp.y (classify_name): Avoid assignment in condition.
1898
84552b16
PA
18992012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
1900
1901 * amd64-windows-tdep.c: Include "frame.h".
1902 (amd64_windows_skip_trampoline_code): New function.
1903 (amd64_windows_init_abi): Add trampoline registration.
1904
a8a64aa8
YQ
19052012-07-27 Yao Qi <yao@codesourcery.com>
1906
1907 * tracepoint.c (cur_traceframe_number): Remove.
1908 (set_tfile_traceframe): Remove.
1909 (tfile_trace_find, tfile_fetch_registers): Update callers.
1910 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
1911 (tfile_open, tfile_trace_find): Likewise.
1912
d99067cb
YQ
19132012-07-27 Yao Qi <yao@codesourcery.com>
1914
1915 * thread.c (switch_to_thread): Don't call registers_changed.
1916
f2e8016f
TT
19172012-07-26 Tom Tromey <tromey@redhat.com>
1918
f782ad9b
AS
1919 * Makefile.in (SFILES): Remove objc-exp.y.
1920 (YYFILES): Remove objc-exp.c.
1921 (YYOBJ): Remove objc-exp.o.
1922 (local-maintainer-clean): Don't mention objc-exp.c.
1923 * c-exp.y: Include objc-lang.h.
1924 (%union) <class>: New field.
1925 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
1926 (exp): Clone subscript production for OBJC_LBRAC. Add various
1927 Objective C productions.
1928 (msglist, msgarglist, msgarg): New productions.
1929 (array_mod, func_mod, operator): Clone productions for
1930 OBJC_LBRAC.
1931 (parse_string_or_char): Handle '@' strings.
1932 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
1933 (classify_name): Check la_name_of_this. Recognize ObjC class
1934 names.
1935 * objc-exp.y: Remove.
1936 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
1937 * objc-lang.h (objc_parse, objc_error): Don't declare.
f2e8016f 1938
f66713d2
JK
19392012-07-26 Markus Metzger <markus.t.metzger@intel.com>
1940
1941 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
1942
7cfe01b4
JK
19432012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1944
1945 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
1946 and decrement.
1947
5ba19b4c
TT
19482012-07-26 Tom Tromey <tromey@redhat.com>
1949
1950 * copying.c: Rebuild.
1951 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
1952 'no_class'.
1953
27618ce4
TT
19542012-07-26 Tom Tromey <tromey@redhat.com>
1955
1956 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
1957 immediate_quit.
1958 (print_objfile_statistics): Likewise.
1959 (maintenance_print_symbols): Likewise.
1960 (maintenance_print_msymbols): Likewise.
1961 (maintenance_print_objfiles): Likewise.
1962 * psymtab.c (print_partial_symbols): Call QUIT.
1963 (maintenance_print_psymbols): Likewise. Don't modify
1964 immediate_quit.
1965 * copying.c (show_copying_command): Don't modify immediate_quit.
1966 (show_warranty_command): Likewise.
1967 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
1968
dd3818c8
KS
19692012-07-26 Keith Seitz <keiths@redhat.com>
1970
1971 * linespec.c (linespec_lexer_lex_number): The input
1972 is also a valid number if the next character is a comma
1973 or colon.
1974
23a80689
JB
19752012-07-26 Joel Brobecker <brobecker@adacore.com>
1976
1977 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
1978 configure options.
1979
29f77997
TG
19802012-07-26 Tristan Gingold <gingold@adacore.com>
1981
1982 * machoread.c: Include gdb_bfd.h.
1983
a55c1f32
TG
19842012-07-26 Tristan Gingold <gingold@adacore.com>
1985
1986 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
1987 offset.
1988
56eb65bd
SP
19892012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1990
1991 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
1992 SIZE to size_t.
1993 (dwarf2_evaluate_loc_desc): Likewise.
1994 (dwarf2_loc_desc_needs_frame): Likewise.
1995 (locexpr_describe_location_1): Likewise.
1996 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
1997 size_t.
1998 (struct dwarf2_loclist_baton): Likewise.
1999 * dwarf2read.c (struct dwarf_block): Likewise.
2000 (dump_die_shallow): Use pulongest to print dwarf_block.size.
2001 (decode_locdesc): Expand SIZE and I to size_t.
2002
aec8845c
JK
20032012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2004
2005 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
2006
33d7655b
JB
20072012-07-25 Joel Brobecker <brobecker@adacore.com>
2008
2009 * doublest.c (convert_doublest_to_floatformat): If the exponent
2010 is too small, treat the value as zero. If the exponent is too
2011 large, treat the value as infinity.
2012
a22d44ff
JB
20132012-07-25 Joel Brobecker <brobecker@adacore.com>
2014
2015 * configure.ac: Add --enable-lmcheck configure option.
2016 * configure: Regenerate.
2017
d6b28940
TT
20182012-07-25 Tom Tromey <tromey@redhat.com>
2019
f782ad9b
AS
2020 * NEWS: Mention maint info bfds.
2021 * gdb_bfd.c (all_bfds): New global.
2022 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
2023 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
2024 New functions.
d6b28940 2025
6e73ba20
RC
20262012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
2027
2028 * configure.tgt: Add v850*-*-rtems*.
2029
d560eebd
TT
20302012-07-25 Tom Tromey <tromey@redhat.com>
2031
2032 * macrotab.c (macro_bcache_str): Remove cast.
2033
d7cbec71
HZ
20342012-07-25 Hui Zhu <hui_zhu@mentor.com>
2035
2036 * linespec.c (linespec_lexer_lex_number): Update comments,
2037 change the return and add check to make sure the input is
2038 the decimal numbers.
2039 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
2040 false, call linespec_lexer_lex_string.
2041
882f447f
TT
20422012-07-24 Tom Tromey <tromey@redhat.com>
2043
2044 * symfile.c (symbol_file_add): Don't open BFD twice.
2045
53ab4066 20462012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
e12c7713
MK
2047
2048 * breakpoint.c (create_breakpoint): Store condition for pending
2049 breakpoints.
2050
108fb0f7
AS
20512012-07-24 Andreas Schwab <schwab@linux-m68k.org>
2052
2053 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
2054 (m68k_return_value): Handle complex types like structures.
2055 (m68k_svr4_return_value): Likewise.
2056
1634dcbe
JK
20572012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
2058
2059 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
2060 parameters to bfd_get_section_name.
2061
e2d12c21
YQ
20622012-07-24 Yao Qi <yao@codesourcery.com>
2063
2064 * cli/cli-setshow.c: Handle case 'var_uinteger'
2065 and 'var_zuninteger' together. Handle case 'var_integer' and
2066 'var_zinteger' together.
2067
64b92e45
KS
20682012-07-23 Keith Seitz <keiths@redhat.com>
2069
2070 * linespec.c (convert_linespec_to_sal): Don't add
2071 any symbols to the result vector if symbol_to_sal
2072 returns zero.
2073
0f5f4ffe
KS
20742012-07-23 Keith Seitz <keiths@redhat.com>
2075
2076 * linespec.c (decode_objc): Record the function name
2077 in the linespec.
2078
da1cc82f
TT
20792012-07-23 Tom Tromey <tromey@redhat.com>
2080
2081 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
2082 counting.
2083 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
2084 (map_vmap): Acquire a reference to the BFD.
2085
6c18f3e0
SP
20862012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
2087
2088 * p-valprint.c (pascal_object_print_value): Replace potentially
2089 unsafe alloca with xmalloc/xfree.
2090 * valops.c (search_struct_method): Likewise.
2091
695c3173
TT
20922012-07-23 Tom Tromey <tromey@redhat.com>
2093
2094 * solib-svr4.c (enable_break): Update.
2095 * bfd-target.h (target_bfd_reopen): Update documentation.
2096
08d2cd74
TT
20972012-07-23 Tom Tromey <tromey@redhat.com>
2098
2099 * symfile.c (separate_debug_file_exists): Update.
2100 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
2101 (reread_symbols): Update.
2102 * elfread.c (build_id_verify): Update.
2103 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
2104 bfd_open_maybe_remote.
2105
596f7d67
TT
21062012-07-23 Tom Tromey <tromey@redhat.com>
2107
2108 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
2109
8ac244b4
TT
21102012-07-23 Tom Tromey <tromey@redhat.com>
2111
2112 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
2113 and 'abfd'.
2114 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
2115 and 'abfd'.
2116 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
2117 * machoread.c (macho_add_oso_symfile): Make a cleanup for
2118 'abfd'.
2119 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
2120 * objfiles.c (allocate_objfile): Acquire a new reference.
2121 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
2122 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
2123 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
2124 a cleanup for 'nbfd'.
2125 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
2126 for 'nbfd'.
2127 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
2128 make a cleanup for 'abfd'.
2129 (symbol_file_add): Make a BFD cleanup.
2130
64c31149
TT
21312012-07-23 Tom Tromey <tromey@redhat.com>
2132
2133 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
2134 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
2135 * corelow.c (core_open): Use gdb_bfd_fopen.
2136 * dsrec.c (load_srec): Use gdb_bfd_openr.
2137 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
2138 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
2139 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2140 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2141 (gdb_bfd_fdopenr): New functions.
2142 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2143 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2144 (gdb_bfd_fdopenr): Declare.
2145 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
2146 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
2147 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
2148 gdb_bfd_openr_next_archived_file.
2149 (macho_check_dsym): Use gdb_bfd_openr.
2150 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
2151 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
2152 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
2153 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
2154 gdb_bfd_openr.
2155 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
2156 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
2157 gdb_bfd_openr_next_archived_file.
2158 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2159 Use gdb_bfd_openr.
2160 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2161 gdb_bfd_openr.
2162 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
2163 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
2164 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
2165 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
2166 (symfile_bfd_open): Use gdb_bfd_fopen.
2167 (generic_load): Use gdb_bfd_openr.
2168 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
2169
520b0001
TT
21702012-07-23 Tom Tromey <tromey@redhat.com>
2171
2172 * bfd-target.c (target_bfd_reopen): Update.
2173 * cli/cli-dump.c (bfd_openr_with_cleanup)
2174 (bfd_openw_with_cleanup): Update.
2175 * corelow.c (core_open): Update.
2176 * dsrec.c (load_srec): Update.
2177 * exec.c (exec_file_attach): Update.
2178 * gcore.c (create_gcore_bfd): Update.
2179 * gdb_bfd.c (gdb_bfd_ref): Return void.
2180 (gdb_bfd_open): Update.
2181 * gdb_bfd.h (gdb_bfd_ref): Return void.
2182 Update comments.
2183 * jit.c (jit_bfd_try_read_symtab): Update.
2184 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2185 * machoread.c (macho_symfile_read_all_oso): Update.
2186 (macho_check_dsym): Update.
2187 * procfs.c (insert_dbx_link_bpt_in_file): Update.
2188 * remote-m32r-sdi.c (m32r_load): Update.
2189 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
2190 * rs6000-nat.c (add_vmap): Update.
2191 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2192 Update.
2193 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
2194 * solib-spu.c (spu_bfd_open): Update.
2195 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
2196 * spu-linux-nat.c (spu_bfd_open): Update.
2197 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
2198 (generic_load): Update.
2199 * windows-nat.c (windows_make_so): Update.
2200
2322ff16
SP
22012012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
2202
2203 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
2204
3def0b36
PA
22052012-07-20 Jeff Kenton <jkenton@tilera.com>
2206
2207 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
2208 SIGTRAMP_FRAME unwinding.
2209
e615022a
DE
22102012-07-20 Doug Evans <dje@google.com>
2211
2212 * NEWS: Document new options "set/show use-deprecated-index-sections",
2213 and delete reference to --use-deprecated-index-sections.
2214 * symfile.h (use_deprecated_index_sections): Delete.
2215 * dwarf2read.c (use_deprecated_index_sections): Make static.
2216 (read_index_from_section): Update wording of how to load
2217 deprecated index sections.
2218 (_initialize_dwarf2_read): New options
2219 "set/show use-deprecated-index-sections".
2220 * main.c (captured_main): Delete --use-deprecated-index-sections.
2221
64776a0b
PA
22222012-07-20 Pedro Alves <palves@redhat.com>
2223
2224 PR threads/11692
2225 PR gdb/12203
2226
2227 * infrun.c (handle_inferior_event) <new thread>: Don't special
2228 case minus_one_ptid.
2229 <TARGET_WAITKIND_SPURIOUS>: Ditto.
2230 * linux-thread-db.c (thread_get_info_callback): Don't return early
2231 if the thread is zombie.
2232 (thread_from_lwp): Change return type to void. Rewrite stale
2233 comment.
2234 (attach_thread): Don't return early if the thread is zombie,
2235 instead set its "dying" flag.
2236 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
2237 (find_new_threads_callback): Don't return early if the thread is
2238 zombie.
2239
09826ec5
PA
22402012-07-20 Pedro Alves <palves@redhat.com>
2241
2242 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
2243 * target.c (target_wait): Likewise.
2244 (str_comma_list_concat_elem, do_option, target_options_to_string):
2245 New functions.
2246 * target.h (target_options_to_string): Declare.
2247
f7a35f02
TT
22482012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2249 Tom Tromey <tromey@redhat.com>
2250
2251 * dwarf2read.c (dwarf_decode_macros)
2252 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
2253 DW_MACRO_GNU_transparent_include_alt>: New cases.
2254 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
2255 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
2256
b81e1ee0
TT
22572012-07-20 Tom Tromey <tromey@redhat.com>
2258
2259 * dwarf2read.c (try_open_dwo_file): Don't call
2260 gdb_bfd_stash_filename.
2261
99c1624c
PA
22622012-07-20 Pedro Alves <palves@redhat.com>
2263
2264 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2265 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
2266 (i386_process_record): Tweak description comments.
2267
4ffa4fc7
PA
22682012-07-20 Pedro Alves <palves@redhat.com>
2269
2270 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2271 (i386_process_record): Use record_read_memory.
2272 * record.c (record_read_memory): New function.
2273 (record_arch_list_add_mem, record_exec_insn): Use
2274 record_read_memory.
2275 * record.h (record_read_memory): Declare.
2276
c24343e2
YQ
22772012-07-20 Yao Qi <yao@codesourcery.com>
2278
2279 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
2280 NULL for xfree.
2281
90f47860
PA
22822012-07-19 Pedro Alves <palves@redhat.com>
2283
2284 * record.c (record_resume): Ask the target beneath to report all
2285 signals.
2286
01093045
DE
22872012-07-19 Doug Evans <dje@google.com>
2288
2289 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
2290 there's no section at address zero.
2291 (dwarf2_record_block_ranges): Ditto.
2292
a7c3d162
YQ
22932012-07-19 Yao Qi <yao@codesourcery.com>
2294
2295 * command.h, remote.c: Fix a typo in comment.
2296
608b4967
TT
22972012-07-19 Tom Tromey <tromey@redhat.com>
2298
2299 PR exp/13206:
2300 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
2301 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
2302 OP_DECLTYPE>: New cases.
2303 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
2304 (type_exp): Add new productions.
2305 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
2306 and decltype.
2307 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
2308 New case.
2309 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
2310 OP_DECLTYPE>: New case.
2311 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
2312 New case.
2313 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
2314 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
2315
274b54d7
TT
23162012-07-19 Tom Tromey <tromey@redhat.com>
2317
2318 * c-exp.y (enum token_flags): New.
2319 (struct token) <cxx_only>: Remove.
2320 <flags>: New field.
2321 (tokentab3, tokentab2, ident_tokens): Update.
2322 (lex_one_token): Update. Handle FLAG_SHADOW.
2323
9eaf6705
TT
23242012-07-19 Tom Tromey <tromey@redhat.com>
2325
2326 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
2327 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
2328 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
2329 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
2330 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
2331 type_exp production where appropriate.
2332 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
2333 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
2334 <UNOP_MEMVAL_TYPE>: New case.
2335 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
2336 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
2337 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
2338 <UNOP_MEMVAL_TYPE>: New case.
2339 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
2340 UNOP_REINTERPRET_CAST>: Update.
2341 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2342 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
2343 UNOP_REINTERPRET_CAST>: Update.
2344 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2345 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
2346 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
2347 constants.
2348
6ace3df1
YQ
23492012-07-19 Yao Qi <yao@codesourcery.com>
2350 Jan Kratochvil <jan.kratochvil@redhat.com>
2351
2352 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
2353 and case 'var_optional_filename' together.
2354 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
2355 instead of add_setshow_optional_filename_cmd for setshow command
2356 'args'. Set completer for 'set args'.
2357
48faced0
DE
23582012-07-18 Doug Evans <dje@google.com>
2359
2360 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
2361 * common/gdb_vecs.c: New file, contents from utils.c.
2362 * common/host-defs.h: New file, contents from defs.h.
2363 * utils.h: New file, contents from defs.h.
2364 * defs.h: Move all declarations of objects defined in utils.c
2365 to utils.h (except QUIT() and related).
2366 #include "utils.h", "host-defs.h".
2367 * probe.h (probe_p): Move here from gdb_vecs.h.
2368 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
2369 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
2370 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
2371 * Makefile.in (SFILES): Add common/gdb_vecs.c.
2372 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
2373 (COMMON_OBS): Add gdb_vecs.o.
2374 (gdb_vecs.o): New rule.
2375
66f1999b
KS
23762012-07-18 Keith Seitz <keiths@redhat.com>
2377
2378 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
2379 parameter. If non-zero, use SYMNAME as the canonical name
2380 for the SaL.
2381 Update all callers.
2382 (convert_linespec_to_sals): Use add_sal_to_sals for
2383 expressions, too.
2384 (decode_line_full): No need to "fill in missing canonical names"
2385 anymore. Simply make cleanups for the allocated names.
2386
5d94e27b
KS
23872012-07-18 Keith Seitz <keiths@redhat.com>
2388
2389 * linespec.c (struct linespec): Constify expression,
2390 source_filename, function_name, and label_name.
2391 (symbol_not_found_error): Make all parameters const.
2392 (linespec_parser_delete): No need to check for NULL
2393 when using xfree. Cast const char * to char * for xfree.
2394
af4908ba
KS
23952012-07-18 Keith Seitz <keiths@redhat.com>
2396
2397 * breakpoint.c (invalid_thread_id_error): New function.
2398 (find_condition_and_thread): Use invalid_thread_id_error.
2399 (watch_command_1): Likewise.
2400
853254db
TT
24012012-07-18 Tom Tromey <tromey@redhat.com>
2402
2403 * cc-with-index.sh, cc-with-dwz.sh: Remove.
2404 * contrib/cc-with-tweaks.sh: New file.
2405
2ec9a5e0
TT
24062012-07-18 Tom Tromey <tromey@redhat.com>
2407
2408 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
2409 (locate_dwz_sections): Recognize .gdb_index.
2410 (create_cus_from_index_list): New function.
2411 (create_cus_from_index): Use it. Handle .dwz data.
2412 (read_index_from_section): New function, extracted from
2413 dwarf2_read_index.
2414 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
2415 if needed.
2416
36586728
TT
24172012-07-18 Tom Tromey <tromey@redhat.com>
2418
2419 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
2420 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
2421 <is_dwz>: New field.
2422 (struct dwz_file): New.
2423 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
2424 (locate_dwz_sections, dwarf2_get_dwz_file)
2425 (get_abbrev_section_for_cu): New functions.
2426 (error_check_comp_unit_head, read_and_check_comp_unit_head)
2427 (read_and_check_type_unit_head): Add abbrev_section argument.
2428 (create_debug_types_hash_table): Update.
2429 (init_cutu_and_read_dies): Use proper abbrev section.
2430 (init_cutu_and_read_dies_no_follow): Likewise.
2431 (set_partial_user): Do nothing if PST==NULL.
2432 (read_comp_units_from_section): New function.
2433 (create_all_comp_units): Use it.
2434 (scan_partial_symbols, partial_die_parent_scope): Update.
2435 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2436 (process_imported_unit_die, read_partial_die): Handle .dwz files.
2437 (find_partial_die): Add offset_in_dwz argument. Update.
2438 (guess_partial_die_structure_name, fixup_partial_die): Update.
2439 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
2440 DW_FORM_GNU_strp_alt.
2441 (read_indirect_string_from_dwz): New function.
2442 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
2443 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2444 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
2445 (follow_die_offset): Add offset_in_dwz argument.
2446 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
2447 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
2448 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
2449 Handle new macro forms.
2450 (dwarf_decode_macros): Update.
2451 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
2452 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
2453 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
2454 (create_debug_types_hash_table): Use correct abbrev section.
2455 (get_debug_line_section): New function.
2456 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
2457 (process_full_comp_unit): Pass 'required' argument to
2458 end_symtab_get_static_block.
2459 * buildsym.h (end_symtab_get_static_block): Update.
2460 * buildsym.c (end_symtab_get_static_block): Add 'required'
2461 argument.
2462 (end_symtab, end_expandable_symtab): Update.
2463
4bf44c1c
TT
24642012-07-18 Tom Tromey <tromey@redhat.com>
2465
2466 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
2467 (pagesize): Remove.
2468 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
2469 (zlib_decompress_section): Remove.
2470 (dwarf2_read_section): Use gdb_bfd_map_section.
2471 (munmap_section_buffer): Remove.
2472 (free_dwo_file, dwarf2_per_objfile_free): Don't use
2473 munmap_section_buffer.
2474 * gdb_bfd.c: Include zlib.h, sys/mman.h.
2475 (struct gdb_bfd_section_data): New.
2476 (free_one_bfd_section): New function.
2477 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
2478 (get_section_descriptor, zlib_decompress_section)
2479 (gdb_bfd_map_section): New functions.
2480 * gdb_bfd.h (gdb_bfd_map_section): Declare.
2481
bb397797
TT
24822012-07-18 Tom Tromey <tromey@redhat.com>
2483
2484 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
2485
6ec53d05
TT
24862012-07-18 Tom Tromey <tromey@redhat.com>
2487
2488 * gdb_bfd.c (struct gdb_bfd_data): New.
2489 (gdb_bfd_cache): New global.
2490 (struct gdb_bfd_cache_search): New.
2491 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
2492 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
2493 * gdb_bfd.h (gdb_bfd_open): Declare.
2494
f9a062ff
TT
24952012-07-18 Tom Tromey <tromey@redhat.com>
2496
2497 * utils.c (make_cleanup_bfd_unref): Rename from
2498 make_cleanup_bfd_close.
2499 * defs.h (make_cleanup_bfd_unref): Rename from
2500 make_cleanup_bfd_close.
2501 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
2502 (bfd_openw_with_cleanup): Update.
2503 * corelow.c (core_open): Update.
2504 * dsrec.c (load_srec): Update.
2505 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2506 * remote-m32r-sdi.c (m32r_load): Update.
2507 * remote-mips.c (mips_load_srec): Update.
2508 (pmon_load_fast): Update.
2509 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2510 Update.
2511 (darwin_bfd_open): Update.
2512 * solib.c (solib_bfd_fopen): Update.
2513 * symfile-mem.c (symbol_file_add_from_memory): Update.
2514 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
2515 (symfile_bfd_open): Update.
2516 (generic_load): Update.
2517
d6ad71ba
TT
25182012-07-18 Tom Tromey <tromey@redhat.com>
2519
2520 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
2521 (pmon_load_fast): Likewise.
2522 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
2523 (m32r_upload_command): Likewise.
2524 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
2525 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2526 Use make_cleanup_bfd_close.
2527
a4453b7e
TT
25282012-07-18 Tom Tromey <tromey@redhat.com>
2529
2530 * symfile.c (symfile_bfd_open): Don't copy name. Call
2531 gdb_bfd_stash_filename.
2532 (load_command): Open the new BFD before freeing the old.
2533 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
2534 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
2535 Call gdb_bfd_stash_filename.
2536 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
2537 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
2538 gdb_bfd_stash_filename.
2539 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2540 Free found_pathname.
2541 * rs6000-nat.c (add_vmap): Don't copy filename. Call
2542 gdb_bfd_stash_filename.
2543 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
2544 * machoread.c (macho_add_oso_symfile): Call
2545 gdb_bfd_stash_filename.
2546 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
2547 gdb_bfd_stash_filename.
2548 (macho_check_dsym): Don't copy filename. Call
2549 gdb_bfd_stash_filename.
2550 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
2551 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
2552 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
2553 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
2554 * exec.c (exec_close): Don't free the BFD's filename.
2555 (exec_file_attach): Don't copy the filename. Call
2556 gdb_bfd_stash_filename.
2557 * corelow.c (core_close): Don't free the BFD's filename.
2558 (core_open): Call gdb_bfd_stash_filename.
2559 * corefile.c (reopen_exec_file): Remove #if 0 code.
2560 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
2561 pathname.
2562 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
2563
cbb099e8
TT
25642012-07-18 Tom Tromey <tromey@redhat.com>
2565
2566 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
2567 gdb_bfd_unref.
2568 (free_dwo_file): Use gdb_bfd_unref.
2569 * cli/cli-dump.c: Include gdb_bfd.h.
2570 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
2571 (bfd_openr_with_cleanup): Likewise.
2572 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
2573 gdb_bfd_unref.
2574 * utils.c: Include gdb_bfd.h.
2575 (do_bfd_close_cleanup): Use gdb_bfd_unref.
2576 * symfile.c: Include gdb_bfd.h.
2577 (separate_debug_file_exists): Use gdb_bfd_unref.
2578 (bfd_open_maybe_remote): Use gdb_bfd_ref.
2579 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2580 (generic_load): Use gdb_bfd_ref.
2581 (reread_symbols): Use gdb_bfd_unref.
2582 * symfile-mem.c: Include gdb_bfd.h.
2583 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
2584 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2585 * solib.c: Include gdb_bfd.h.
2586 (solib_bfd_fopen): Use gdb_bfd_ref.
2587 (solib_bfd_open): Use gdb_bfd_unref.
2588 (free_so_symbols): Use gdb_bfd_unref.
2589 (reload_shared_libraries_1): Use gdb_bfd_unref.
2590 * solib-spu.c: Include gdb_bfd.h.
2591 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
2592 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
2593 gdb_bfd_unref.
2594 * solib-frv.c: Include gdb_bfd.h.
2595 (enable_break2): Use gdb_bfd_unref.
2596 * solib-dsbt.c: Include gdb_bfd.h.
2597 (enable_break2): Use gdb_bfd_unref.
2598 * solib-darwin.c: Include gdb_bfd.h.
2599 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
2600 gdb_bfd_unref.
2601 (darwin_bfd_open): Use gdb_bfd_unref.
2602 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
2603 * remote-mips.c: Include gdb_bfd.h.
2604 (mips_load_srec): Use gdb_bfd_ref.
2605 (pmon_load_fast): Use gdb_bfd_ref.
2606 * remote-m32r-sdi.c: Include gdb_bfd.h.
2607 (m32r_load): Use gdb_bfd_ref.
2608 * record.c: Include gdb_bfd.h.
2609 (record_save_cleanups): Use gdb_bfd_unref.
2610 (cmd_record_save): Use gdb_bfd_unref.
2611 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
2612 gdb_bfd_unref.
2613 * objfiles.h (gdb_bfd_close_or_warn): Remove.
2614 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
2615 * objfiles.c: Include gdb_bfd.h.
2616 (free_objfile): Use gdb_bfd_unref.
2617 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
2618 gdb_bfd.c.
2619 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
2620 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
2621 (macho_check_dsym): Likewise.
2622 * m32r-rom.c: Include gdb_bfd.h.
2623 (m32r_load): Use gdb_bfd_ref.
2624 (m32r_upload_command): Use gdb_bfd_ref.
2625 * jit.c: Include gdb_bfd.h.
2626 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
2627 * gdb_bfd.h: New file.
2628 * gdb_bfd.c: New file.
2629 * gcore.c: Include gdb_bfd.h.
2630 (create_gcore_bfd): Use gdb_bfd_ref.
2631 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
2632 (gcore_command): Use gdb_bfd_unref.
2633 * exec.c: Include gdb_bfd.h.
2634 (exec_close): Use gdb_bfd_unref.
2635 (exec_close_1): Use gdb_bfd_unref.
2636 (exec_file_attach): Use gdb_bfd_ref.
2637 * elfread.c: Include gdb_bfd.h.
2638 (build_id_verify): Use gdb_bfd_unref.
2639 * dsrec.c: Include gdb_bfd.h.
2640 (load_srec): Use gdb_bfd_ref.
2641 * corelow.c: Include gdb_bfd.h.
2642 (core_close): Use gdb_bfd_unref.
2643 (core_open): Use gdb_bfd_ref.
2644 * bfd-target.c: Include gdb_bfd.h.
2645 (target_bfd_xclose): Use gdb_bfd_unref.
2646 (target_bfd_reopen): Use gdb_bfd_ref.
2647 * Makefile.in (SFILES): Add gdb_bfd.c.
2648 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
2649 (COMMON_OBS): Add gdb_bfd.o.
2650
ed1d1739
KS
26512012-07-18 Keith Seitz <keiths@redhat.com>
2652
2653 * breakpoint.c (find_condition_and_thread): Initialize
2654 TASK and REST.
2655 (create_breakpiont): find_condition_and_thread will now
2656 initialize COND_STRING, THREAD, and REST (and TASK).
2657 (addr_string_to_sals): Likewise.
2658
eab402df
PA
26592012-07-18 Pedro Alves <palves@redhat.com>
2660
2661 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
2662 Pull the single step breakpoints out of the target.
2663
2b963b68
SDJ
26642012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
2665
2666 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
2667 * stap-probe.c (compile_probe_arg): Likewise.
2668
6bac7473
SDJ
26692012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
2670
2671 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
2672 (elf_compile_to_ax): Likewise.
2673 * infrun.c (insert_exception_resume_from_probe): Likewise.
2674 (check_exception_resume): Remove `objfile' variable.
2675 * probe.c (find_probe_by_pc): Remove `objfile' argument.
2676 (struct probe_and_objfile, probe_and_objfile_s): Delete.
2677 (collect_probes): Adjust return value to `VEC (probe_p) *'.
2678 (compare_entries): Rename to...
2679 (compare_probes): ...this. Adjust function to work with
2680 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
2681 respectively.
2682 (gen_ui_out_table_header_info): Adjust `probes' argument to be
2683 `VEC (probe_p) *'.
2684 (print_ui_out_info): Adjust argument to be `struct probe *'.
2685 (info_probes_for_ops): Adjust internal computations to use
2686 `VEC (probe_p) *'.
2687 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
2688 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
2689 gen_info_probes_table_values>: Remove `objfile' argument.
2690 (struct probe) <objfile>: New field.
2691 (find_probe_by_pc): Remove `objfile' argument.
2692 * stap-probe.c (stap_parse_probe_arguments): Likewise.
2693 (stap_get_probe_argument_count): Likewise.
2694 (stap_get_arg): Likewise.
2695 (stap_evaluate_probe_argument): Likewise.
2696 (stap_compile_to_ax): Likewise.
2697 (compile_probe_arg): Refactor not to pass `objfile' anymore.
2698 (handle_stap_probe): Fill `objfile' field from `struct probe'.
2699 (stap_gen_info_probes_table_header): Remove `objfile' argument.
2700 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
2701 sym_compile_to_ax>: Likewise.
2702
3347eb1a 27032012-07-18 Terry Guo <terry.guo@arm.com>
2704
2705 PR 14329
2706 * defs.h (GDB_MI_MSG_WIDTH): New.
2707 * ser_base (ser_base_read_error_fd): New function.
2708 (do_ser_base_readchar): Poll error file descriptor as well as
2709 standard output.
f782ad9b 2710 (generic_readchar): Refactor error handling.
3347eb1a 2711
80c8d323
JB
27122012-07-18 Joel Brobecker <brobecker@adacore.com>
2713
2714 * NEWS: Create a new section for the next release branch.
2715 Rename the section of the current branch, now that it has
2716 been cut.
2717
b45a0664 27182012-07-18 Joel Brobecker <brobecker@adacore.com>
2719
2720 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
2721 * version.in: Bump version to 7.5.50.20120718-cvs.
2722
09cf2b22
KS
27232012-07-17 Keith Seitz <keiths@redhat.com>
2724
2725 * linespec.c (linespec_parse_line_offset): Make parameter
2726 const.
2727
8f043999
JK
27282012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2729
2730 PR 11914
2731 * f-valprint.c (info_common_command): New variable frame_id.
2732 Reinitialize FI form FRAME_ID after each print_variable_and_value.
2733 * printcmd.c (print_variable_and_value): Extend function comment.
2734 Add comment for invalidated FRAME.
2735 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
2736 FI form FRAME_ID after each print_frame_local_vars.
2737 (struct print_variable_and_value_data): Change frame to frame_id.
2738 (do_print_variable_and_value): New variable frame, initialize it from
2739 p->frame_id. Add comment for invalidated FRAME.
2740 (print_frame_local_vars, print_frame_arg_vars): New function comment.
2741 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
2742 for invalidated FRAME.
2743
ae5e0686
MK
27442012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
2745 Pedro Alves <palves@redhat.com>
2746
2747 * linux-nat.c (linux_nat_detach): Don't unregister from the event
2748 loop.
2749
5049c5be
TT
27502012-07-16 Tom Tromey <tromey@redhat.com>
2751
2752 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
2753
2908cac6
DE
27542012-07-15 Doug Evans <dje@google.com>
2755
094b34ac
DE
2756 * dwarf2read.c (stmt_list_hash): New struct.
2757 (type_unit_group): Embed "per_cu" member, remove pointer.
2758 New union member "t", move member "tus" into it, all uses updated.
2759 New member "hash", replaces member "line_offset, all uses updated.
2760 (quick_file_names): Replace member "offset" with "hash", all uses
2761 updated.
2762 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
2763 (hash_file_name_entry, eq_file_name_entry): Call them.
2764 (hash_type_unit_group, eq_type_unit_group): Ditto.
2765 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
2766 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
2767 (dw2_get_file_names): Update.
2768 (create_type_unit_group): Replace "per_cu" arg with "cu".
2769 All callers updated. Fix "quick" (.gdb_index) handling.
2770 (get_type_unit_group): Replace "per_cu" arg with "cu".
2771 All callers updated.
2772 (build_type_unit_groups): Don't reset tu_stats.
2773
2908cac6
DE
2774 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
2775 "tab_cur_size". Change member "tab" to be a htab_t.
2776 (create_filename_seen_cache): Update.
2777 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
2778 (filename_seen): Update.
2779
a2b6eff5
DE
27802012-07-13 Doug Evans <dje@google.com>
2781
2782 * symtab.c (filename_seen): Update comment.
2783
4359dff1
JK
27842012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2785 Doug Evans <dje@google.com>
2786
2787 * buildsym.c (end_symtab_1): Split it to ...
2788 (end_symtab_get_static_block): ... this ...
2789 (end_symtab_from_static_block): ... and this function.
2790 (end_symtab, end_expandable_symtab): Call them.
2791 * buildsym.h (end_symtab_get_static_block)
2792 (end_symtab_from_static_block): New declarations.
2793 * dwarf2read.c (process_full_comp_unit): New variable static_block.
2794 Set its valid CU ranges.
2795
a24f71ab
JK
27962012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2797
2798 * dwarf2loc.c (disassemble_dwarf_expression): Handle
2799 DW_OP_GNU_parameter_ref.
2800
d76b7dbc
JK
28012012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2802
2803 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
2804 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
2805
9fdc877b
DE
28062012-07-13 Doug Evans <dje@google.com>
2807
2808 * symtab.c (output_source_filename): Delete unnecessary forward decl.
2809 (filename_seen_cache): New struct.
2810 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
2811 (create_filename_seen_cache): New function.
2812 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
2813 (filename_seen): Delete arg "first". New arg "cache". All callers
2814 updated.
2815 (output_source_filename_data): New struct.
2816 (output_source_filename): Delete arg "first". New arg "data".
2817 All callers updated.
2818 (sources_info): Delete local "first". New locals "data", "cleanups".
2819 Rewrite to use filename_seen_cache.
2820 (add_partial_filename_data): Delete member "first". New member
2821 "filename_seen_cache". All uses updated.
2822 (make_source_files_completion_list): Rewrite to use
2823 filename_seen_cache.
2824
f80c6f3f
DE
28252012-07-12 Doug Evans <dje@google.com>
2826
2827 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
2828
0bfa869d
DE
28292012-07-10 Doug Evans <dje@google.com>
2830
f4dc4d17
DE
2831 PR gdb/13498
2832 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
2833 all_type_unit_groups, type_unit_groups, tu_stats.
2834 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
2835 All uses updated. Add type_unit_group to union "s".
2836 (type_unit_group): New struct.
2837 (IS_TYPE_UNIT_GROUP): New macro.
2838 (abbrev_table): Delete unused member "section".
2839 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
2840 (dw2_get_cu): Assert not used with type_unit_group.
2841 (dw2_get_primary_cu): New function.
2842 (dw2_build_type_unit_groups_reader): New function.
2843 (dw2_build_type_unit_groups): New function.
2844 (dw2_get_file_names): Assert not called on type units.
2845 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
2846 Redo loop to iterate over type unit groups instead of type units.
2847 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
2848 (read_abbrev_offset): New function.
2849 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
2850 updated.
2851 (create_partial_symtab): New function.
2852 (process_psymtab_comp_unit_reader): Assert not used with type units.
2853 Call create_partial_symtab.
2854 (process_psymtab_type_unit): Delete.
2855 (hash_type_unit_group, eq_type_unit_group): New functions.
2856 (allocate_type_unit_groups_table): New function.
2857 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
2858 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
2859 (create_type_unit_group, get_type_unit_group): New functions.
2860 (tu_abbrev_offset): New struct.
2861 (sort_tu_by_abbrev_offset): New function.
2862 (add_type_unit_group_to_table): New function.
2863 (build_type_unit_groups): New function.
2864 (build_type_psymtabs_reader): New function.
2865 (build_type_psymtab_dependencies): New function.
2866 (build_type_psymtabs): Rewrite.
2867 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
2868 is seen in a type unit.
2869 (process_queue): Move symtab expansion debugging printfs here.
2870 Call process_full_type_unit for type units.
2871 (compute_symtab_includes): Assert not called for type units.
2872 (process_cu_includes): Don't call compute_symtab_includes for
2873 type units.
2874 (process_full_type_unit): New function.
2875 (process_imported_unit_die): Flag an error if called for type units.
2876 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
2877 updated. Assert not called for type units.
2878 (read_file_scope): Call dwarf2_start_symtab.
2879 (setup_type_unit_groups): New function.
2880 (read_type_unit_scope): Rewrite.
2881 (abbrev_table_read_table): Initialize abbrev_table->offset.
2882 (abbrev_table_free_cleanup): New function.
2883 (dwarf2_start_symtab): New function.
2884 (load_full_type_unit): Assert not called for type unit groups.
6d30eef8
DE
2885 * buildsym.c (finish_block_internal): New arg "expandable".
2886 All callers updated.
2887 (start_symtab): Move most contents to ...
2888 (restart_symtab): ... here. New function.
2889 (reset_symtab_globals): New function.
2890 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
2891 Call reset_symtab_globals.
2892 (end_symtab, end_expandable_symtab): New functions.
2893 (set_missing_symtab, augment_type_symtab): New functions.
2894 * buildsym.h (end_expandable_symtab): Declare.
2895 (augment_type_symtab, restart_symtab): Declare.
b4c41fc7
DE
2896 * psympriv.h (struct partial_symtab): New member "anonymous".
2897 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
2898 anonymous psymtabs.
2899 (read_psymtabs_with_filename): Ditto.
2900 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
2901 (expand_symtabs_matching_via_partial): Ditto.
2902 (dump_psymtab): Update.
0bfa869d
DE
2903 * dictionary.c (dict_add_pending): New function.
2904 * dictionary.h (dict_add_pending): Declare.
2905
45e58e77
DE
29062012-07-09 Doug Evans <dje@google.com>
2907
b74db436
DE
2908 * buildsym.c (start_subfile): Remove unnecessary check for
2909 name == NULL.
2910
fd55216c
DE
2911 * psymtab.c (allocate_psymtab): Use host_address_to_string.
2912
6721b2ec
DE
2913 * dwarf2read.c (load_full_type_unit): Simplify.
2914
b4dd5633
DE
2915 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
2916 to struct signatured_type **. All uses updated.
2917
45e58e77
DE
2918 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
2919 All callers updated.
2920
e314d629
TT
29212012-07-09 Tom Tromey <tromey@redhat.com>
2922
2923 * c-exp.y (check_parameter_typelist): New function.
2924 (parameter_typelist): Call it.
2925 * eval.c (make_params): Handle '(void)' case.
2926 * gdbtypes.c (lookup_function_type_with_arguments): Handle
2927 '(void)' case.
2928
aa7c7447
JK
29292012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2930
2931 * common/linux-ptrace.c: Include gdb_assert.h.
2932 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
2933 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
2934 stdint.h.
2935 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
2936 functions.
2937 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
2938 * linux-nat.c (linux_child_post_attach)
2939 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
2940
889003ed
JK
29412012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2942
2943 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
2944 nptl <2.7 bug workaround for core files.
2945
da559b09
JK
29462012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2947
2948 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
2949 clearing.
2950 (save_siginfo): Remove.
2951 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
2952 call.
2953 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
2954 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
2955 * linux-nat.h (struct lwp_info): Remove field siginfo.
2956
f865ee35
JK
29572012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2958
2959 Code cleanup for the next patch.
2960 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
2961 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
2962 call for it.
2963 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
2964 (ia64_linux_stopped_data_address):
2965 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
2966 the return value.
2967 * linux-nat.h (linux_nat_get_siginfo): Likewise.
2968 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
2969 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
2970 call for it.
2971
76b83c51
JK
29722012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2973
2974 PR 14321
2975 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
2976 Increase buffer sizes to 2x we need, not just 2x of the previous size.
2977
a6fb9c08
TT
29782012-07-06 Tom Tromey <tromey@redhat.com>
2979
2980 * c-exp.y (DOTDOTDOT): New token.
2981 (func_mod, exp): Use parameter_typelist.
2982 (parameter_typelist): New production.
2983 (tokentab3): Add "..." token.
2984 * eval.c (make_params): Handle varargs.
2985 * gdbtypes.c (lookup_function_type_with_arguments): Handle
2986 varargs.
2987
71918a86
TT
29882012-07-06 Tom Tromey <tromey@redhat.com>
2989
2990 PR exp/9608:
2991 * c-exp.y (%union) <tvec>: Change type.
2992 (func_mod): Now uses <tvec> type.
2993 (exp): Update for tvec change.
2994 (direct_abs_decl): Push the typelist.
2995 (func_mod): Return a typelist.
2996 (nonempty_typelist): Update for tvec change.
2997 * gdbtypes.c (lookup_function_type_with_arguments): New function.
2998 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
2999 * parse.c (pop_type_list): New function.
3000 (push_typelist): New function.
3001 (follow_types): Handle tp_function_with_arguments.
3002 * parser-defs.h (type_ptr): New typedef. Define a VEC.
3003 (enum type_pieces) <tp_function_with_arguments>: New constant.
3004 (union type_stack_elt) <typelist_val>: New field.
3005 (push_typelist): Declare.
3006
fcde5961
TT
30072012-07-06 Tom Tromey <tromey@redhat.com>
3008
3009 * c-exp.y (%union) <type_stack>: New field.
3010 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
3011 (ptr_operator_ts): New production.
3012 (ptype): Update.
3013 * parse.c (type_stack_reserve): New function.
3014 (check_type_stack_depth): Use it.
3015 (pop_type_stack, append_type_stack, push_type_stack)
3016 (get_type_stack, type_stack_cleanup): New functions.
3017 (follow_types): Handle tp_type_stack.
3018 (_initialize_parse): Simplify initialization.
3019 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
3020 constant.
3021 (union type_stack_elt) <stack_val>: New field.
3022 (get_type_stack, append_type_stack, push_type_stack)
3023 (type_stack_cleanup): Declare.
3024
1a7d0ce4
TT
30252012-07-06 Tom Tromey <tromey@redhat.com>
3026
3027 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
3028 Remove.
3029 (struct type_stack): New.
3030 * parse.c (type_stack, type_stack_size, type_stack_depth):
3031 Remove.
3032 (type_stack): New global.
3033 (parse_exp_in_context, check_type_stack_depth)
3034 (insert_into_type_stack, insert_type, push_type, push_type_int)
3035 (insert_type_address_space, pop_type, pop_type_int)
3036 (_initialize_parse): Update.
3037
16d01384
TT
30382012-07-06 Tom Tromey <tromey@redhat.com>
3039
3040 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
3041 Remove %type.
3042
9bfc60bf
SP
30432012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3044
3045 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
3046
d5161074
SP
30472012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3048 Jan Kratochvil <jan.kratochvil@redhat.com>
3049
3050 * cp-valprint.c (cp_print_value): Replace potentially unsafe
3051 alloca with xmalloc/xfree.
3052
a74bc576
SP
30532012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3054
3055 * MAINTAINERS (Write After Approval): Add myself to the list.
3056
667e0a4b
DE
30572012-07-05 Doug Evans <dje@google.com>
3058
3059 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
3060
34b536a8
HZ
30612012-07-05 Hui Zhu <hui_zhu@mentor.com>
3062
3063 * ax-gdb.c (cli/cli-utils.h): New include.
3064 (linespec.h): Ditto.
3065 (agent_eval_command_one): New function.
3066 (agent_command_1): Ditto.
3067 (agent_command): Call function agent_command_1.
3068 (agent_eval_command): Ditto.
3069 (_initialize_ax_gdb): Change help for "maint agent"
3070 and "maint agent-eval".
3071
e6f0bce7
HZ
30722012-07-05 Hui Zhu <hui_zhu@mentor.com>
3073
3074 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
3075 * cli/cli-utils.c (check_for_argument): New function.
3076 * cli/cli-utils.h (check_for_argument): Ditto.
3077
1b3371b1
L
30782012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3079
3080 * NEWS: Mention x32 ABI support.
3081
23e2d720
L
30822012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3083
3084 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
3085 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
3086
3087 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
3088 and pc_regnum_from_eax to -1. Update SP regnum from
3089 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
3090 needed.
3091
3092 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
3093 pc_regnum_from_eax.
3094
836bf454
JK
30952012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3096
3097 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
3098 * dwarf2expr.h: Include gdbtypes.h.
3099 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
3100 these forward declarations.
3101 (cu_offset, sect_offset): Move these ...
3102 * gdbtypes.h: Remove include dwarf2expr.h.
3103 (cu_offset, sect_offset): ... here.
3104
1e55e04f
L
31052012-07-03 H.J. Lu <hongjiu.lu@intel.com>
3106
3107 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
3108 (amd64_linux_sigtramp_code): This.
3109 (amd64_x32_linux_sigtramp_code): New.
3110 (LINUX_SIGTRAMP_LEN): Updated.
3111 (amd64_linux_sigtramp_start): Check x32 sigtramp.
3112
7d0e21ad
JK
31132012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3114
3115 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
3116
8775fd2d
JK
31172012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3118
3119 * config.in: Regenerate.
3120 * configure: Regenerate.
3121 * configure.ac: Remove check for gnu/libc-version.h.
3122 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
3123 gnu/libc-version.h.
3124 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
3125 variables libc_version, libc_major and libc_minor. Replace sscanf by
3126 inferior_has_bug. Extend the comment.
3127
fcb44371
JK
31282012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3129
3130 * linux-thread-db.c (inferior_has_bug): New function.
3131 (thread_db_find_new_threads_silently): Return boolean as checked by
3132 inferior_has_bug, describe it in the comments.
3133 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
3134 earlier. Abort the initialization if it returned non-zero.
7d0e21ad 3135 (thread_db_new_objfile): Exclude debug files.
fcb44371
JK
3136 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
3137 if UNTIL_NO_NEW,
3138
09406207
DE
31392012-07-02 Doug Evans <dje@google.com>
3140
0907af0c
DE
3141 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
3142 related to queue management.
3143
09406207
DE
3144 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
3145 instead of "debug dwarf2-die" in debugging printfs.
3146 (create_debug_info_hash_table_reader): Ditto.
3147 (create_debug_info_hash_table): Ditto.
3148 (init_dwo_file): Ditto.
3149 (init_cutu_and_read_dies): Add debugging printf.
3150 (init_cutu_and_read_dies_no_follow): Ditto.
3151 (process_psymtab_comp_unit_reader): Ditto.
3152
d3ce09f5
SS
31532012-07-02 Stan Shebs <stan@codesourcery.com>
3154
3155 Add target-side support for dynamic printf.
3156 * NEWS: Mention the additional style.
3157 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
3158 (struct bp_location): New field cmd_bytecode.
3159 * breakpoint.c: Include format.h.
3160 (disconnected_dprintf): New global.
3161 (parse_cmd_to_aexpr): New function.
3162 (build_target_command_list): New function.
3163 (insert_bp_location): Call it.
3164 (remove_breakpoints_pid): Skip dprintf breakpoints.
3165 (print_one_breakpoint_location): Ditto.
3166 (dprintf_style_agent): New global.
3167 (dprintf_style_enums): Add dprintf_style_agent.
3168 (update_dprintf_command_list): Add agent case.
3169 (agent_printf_command): New function.
3170 (_initialize_breakpoint): Add new commands.
3171 * common/ax.def (printf): New bytecode.
3172 * ax.h (ax_string): Declare.
3173 * ax-gdb.h (gen_printf): Declare.
3174 * ax-gdb.c: Include cli-utils.h, format.h.
3175 (gen_printf): New function.
3176 (maint_agent_print_command): New function.
3177 (_initialize_ax_gdb): Add maint agent-printf command.
3178 * ax-general.c (ax_string): New function.
3179 (ax_print): Add printf disassembly.
3180 * Makefile.in (SFILES): Add format.c
3181 (COMMON_OBS): Add format.o.
3182 * common/format.h: New file.
3183 * common/format.c: New file.
3184 * printcmd.c: Include format.h.
3185 (ui_printf): Call parse_format_string.
3186 * remote.c (remote_state): New field breakpoint_commands.
3187 (PACKET_BreakpointCommands): New enum.
3188 (remote_breakpoint_commands_feature): New function.
3189 (remote_protocol_features): Add new BreakpointCommands entry.
3190 (remote_can_run_breakpoint_commands): New function.
3191 (remote_add_target_side_commands): New function.
3192 (remote_insert_breakpoint): Call it.
3193 (remote_insert_hw_breakpoint): Ditto.
3194 (_initialize_remote): Add new packet configuration for
3195 target-side breakpoint commands.
3196 * target.h (struct target_ops): New field
3197 to_can_run_breakpoint_commands.
3198 (target_can_run_breakpoint_commands): New macro.
3199 * target.c (update_current_target): Handle
3200 to_can_run_breakpoint_commands.
3201
2d7b58e8
JK
32022012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3203
3204 Execute -ix and -iex only after system and user gdbinit files.
3205 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
3206 processing down after gdbinit files.
3207
8690e634
JK
32082012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3209
3210 Add fnmatch-gnu module.
3211 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
3212 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
3213 * gnulib/aclocal.m4: Regenerate.
3214 * gnulib/config.in: Regenerate.
3215 * gnulib/configure: Regenerate.
3216 * gnulib/import/dummy.c: Remove.
3217 * gnulib/import/Makefile.am: Regenerate.
3218 * gnulib/import/Makefile.in: Likewise.
3219 * gnulib/import/m4/gnulib-cache.m4: Likewise.
3220 * gnulib/import/m4/gnulib-comp.m4: Likewise.
3221 * gnulib/import/alloca.c: New file.
3222 * gnulib/import/alloca.in.h: Likewise.
3223 * gnulib/import/config.charset: Likewise.
3224 * gnulib/import/fnmatch.c: Likewise.
3225 * gnulib/import/fnmatch.in.h: Likewise.
3226 * gnulib/import/fnmatch_loop.c: Likewise.
3227 * gnulib/import/localcharset.c: Likewise.
3228 * gnulib/import/localcharset.h: Likewise.
3229 * gnulib/import/m4/alloca.m4: Likewise.
3230 * gnulib/import/m4/codeset.m4: Likewise.
3231 * gnulib/import/m4/configmake.m4: Likewise.
3232 * gnulib/import/m4/fcntl-o.m4: Likewise.
3233 * gnulib/import/m4/fnmatch.m4: Likewise.
3234 * gnulib/import/m4/glibc21.m4: Likewise.
3235 * gnulib/import/m4/localcharset.m4: Likewise.
3236 * gnulib/import/m4/locale-fr.m4: Likewise.
3237 * gnulib/import/m4/locale-ja.m4: Likewise.
3238 * gnulib/import/m4/locale-zh.m4: Likewise.
3239 * gnulib/import/m4/mbrtowc.m4: Likewise.
3240 * gnulib/import/m4/mbsinit.m4: Likewise.
3241 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
3242 * gnulib/import/m4/mbstate_t.m4: Likewise.
3243 * gnulib/import/m4/stdbool.m4: Likewise.
3244 * gnulib/import/m4/wchar_h.m4: Likewise.
3245 * gnulib/import/m4/wctype_h.m4: Likewise.
3246 * gnulib/import/m4/wint_t.m4: Likewise.
3247 * gnulib/import/mbrtowc.c: Likewise.
3248 * gnulib/import/mbsinit.c: Likewise.
3249 * gnulib/import/mbsrtowcs-impl.h: Likewise.
3250 * gnulib/import/mbsrtowcs-state.c: Likewise.
3251 * gnulib/import/mbsrtowcs.c: Likewise.
3252 * gnulib/import/ref-add.sin: Likewise.
3253 * gnulib/import/ref-del.sin: Likewise.
3254 * gnulib/import/stdbool.in.h: Likewise.
3255 * gnulib/import/streq.h: Likewise.
3256 * gnulib/import/strnlen1.c: Likewise.
3257 * gnulib/import/strnlen1.h: Likewise.
3258 * gnulib/import/verify.h: Likewise.
3259 * gnulib/import/wchar.in.h: Likewise.
3260 * gnulib/import/wctype.in.h: Likewise.
3261
202cbf1c
JK
32622012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3263
3264 Support shell wildcards for 'set auto-load safe-path'.
3265 * auto-load.c: Include fnmatch.h.
3266 (filename_is_in_dir): Rename to ...
3267 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
3268 it. Update function comment. Rename dir_len to pattern_len. New
3269 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
3270 messages. Use gdb_filename_fnmatch.
3271 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
3272 pattern.
3273 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
3274 * defs.h (gdb_filename_fnmatch): New declaration.
3275 * utils.c: Include fnmatch.h.
3276 (gdb_filename_fnmatch): New function.
3277
fb7b5af4
SDJ
32782012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
3279
3280 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
3281 `-probe' and `-probe-stap' options.
3282
72d0e2c5
YQ
32832012-07-01 Yao Qi <yao@codesourcery.com>
3284
3285 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
3286 always_inserted_off, and always_inserted_enums.
3287 Change always_inserted_mode's type to 'enum auto_boolean'.
3288 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
3289 callers.
3290 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
3291 of add_setshow_enum_cmd.
3292 * infrun.c: Remove can_use_displaced_stepping_auto,
3293 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
3294 can_use_displaced_stepping_enum.
3295 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
3296 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
3297 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
3298 add_setshow_enum_cmd.
3299
42e7ad6c
DE
33002012-06-30 Doug Evans <dje@google.com>
3301
3302 * dwarf2read.c (signatured_type): Make "per_cu" member first.
3303 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
3304 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
3305
39cf75f7
DE
33062012-06-29 Doug Evans <dje@google.com>
3307
3308 * linespec.c: #include "stack.h".
3309 (decode_line_with_current_source): Moved here from symtab.c and
3310 renamed from decode_line_spec. All callers updated.
3311 (decode_line_with_last_displayed): Moved here from breakpoint.c and
3312 renamed from decode_line_spec_1. All callers updated.
3313 * linespec.h (decode_line_with_current_source): Move declaration here
3314 from symtab.h and renamed from decode_line_spec.
3315 (decode_line_with_last_displayed): Move declaration here from symtab.h
3316 and renamed from decode_line_spec_1.
3317 * macrocmd.c: #include "linespec.h".
3318 * symtab.c: Remove #include "linespec.h".
3319
433df2d4
DE
33202012-06-28 Doug Evans <dje@google.com>
3321
1ce1cefd
DE
3322 * dwarf2read.c (get_cu_length): New function.
3323 (offset_in_cu_p, error_check_comp_unit_head): Call it.
3324 (create_debug_types_hash_table): Ditto.
3325 (init_cutu_and_read_dies): Ditto.
3326 (init_cutu_and_read_dies_no_follow): Ditto.
3327
3b80fe9b
DE
3328 * dwarf2read.c (dwarf2_find_base_address): Move definition.
3329
433df2d4
DE
3330 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
3331 (struct abbrev_table): Define.
3332 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
3333 abbrev_table.
3334 (init_cutu_and_read_dies): Update.
3335 (abbrev_table_alloc_abbrev): New function. Replaces
3336 dwarf_alloc_abbrev. All callers updated.
3337 (abbrev_table_add_abbrev): New function.
3338 (abbrev_table_lookup_abbrev): New function. Replaces
3339 dwarf2_lookup_abbrev. All callers updated.
3340 (abbrev_table_read_table): New function. Contents moved here from
3341 dwarf2_read_abbrevs.
3342 (dwarf2_read_abbrevs): Call it.
3343 (abbrev_table_free): New function.
3344 (dwarf2_free_abbrev_table): Call it.
3345
71caed83
SS
33462012-06-28 Stan Shebs <stan@codesourcery.com>
3347
3348 * osdata.c (info_osdata_command): Filter out "Title" columns
3349 from non-MI uses.
3350 * common/linux-osdata.c (struct osdata_type): Add title field.
3351 (osdata_table): Add titles to each entry.
3352 (linux_command_xfer_osdata): Add a column for title data.
3353
37ce89eb
SS
33542012-06-28 Stan Shebs <stan@codesourcery.com>
3355
3356 Make logging work for MI.
3357 * NEWS: Mention it.
3358 * interps.h (interp_set_logging_ftype): New typedef.
3359 (struct interp_procs): New field set_logging_proc.
3360 (current_interp_set_logging): Declare.
3361 * interps.c (current_interp_set_logging): New function.
3362 * cli/cli-logging.c: Include interps.h.
3363 (set_logging_redirect): Call current_interp_set_logging.
3364 (pop_output_files): Ditto.
3365 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
3366 * mi/mi-console.h (mi_console_set_raw): Declare.
3367 * mi/mi-console.c (mi_console_set_raw): New function.
3368 * mi/mi-interp.c (saved_raw_stdout): New global.
3369 (mi_set_logging): New function.
3370 (_initialize_mi_interp): Add it to interp procs.
3371
659c9f3a
DE
33722012-06-28 Doug Evans <dje@google.com>
3373
a743abeb
DE
3374 * symtab.c (lookup_symbol_aux_objfile): Use
3375 ALL_OBJFILE_PRIMARY_SYMTABS.
3376
659c9f3a
DE
3377 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
3378
da2d6d3d
JK
33792012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3380
3381 * common/buffer.c: Include inttypes.h and stdint.h.
3382 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
3383
e5ef252a
PA
33842012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3385 Pedro Alves <palves@redhat.com>
3386
3387 * gdbthread.h (ALL_THREADS): New macro.
3388 (thread_list): Declare.
3389 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
3390 going, but instead fall through to the stepping handling.
3391 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
3392 the passed in signal. Adjust debug output.
3393 (resume_callback): Rename to ...
3394 (linux_nat_resume_callback): ... this. Pass the thread's last
3395 stop signal, if in "pass" state.
3396 (linux_nat_resume): Adjust to rename.
3397 (stop_wait_callback): New assertion. Don't respawn signals;
3398 instead let the LWP remain with SIGNALLED set.
3399 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
3400 * remote.c (append_pending_thread_resumptions): New.
3401 (remote_vcont_resume): Call it.
3402 * target.h (target_resume): Extend comment.
3403
1d7975eb
IS
34042012-06-28 Iain Sandoe <iain@codesourcery.com>
3405
3406 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
3407
2e3cf129
DE
34082012-06-27 Doug Evans <dje@google.com>
3409
3410 * dwarf2read.c (dwarf2_cu): Add ranges_base.
3411 Delete have_addr_base, unused. All uses updated.
3412 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
3413 (dwarf2_get_pc_bounds): Add ranges_base.
3414 (dwarf2_record_block_ranges): Ditto.
3415
1bb9788d
TT
34162012-06-27 Tom Tromey <tromey@redhat.com>
3417
3418 PR macros/7961:
3419 * varobj.c (varobj_create): Update.
3420 (varobj_set_value): Update.
3421 * tracepoint.c (validate_actionline): Update.
3422 (encode_actions_1): Update.
3423 * parse.c (parse_exp_1): Add 'pc' argument.
3424 (parse_exp_in_context): Add 'pc' argument. Change how
3425 expression_context_pc is set.
3426 (parse_expression): Update.
3427 (parse_field_expression): Update.
3428 * expression.h (parse_exp_1): Update.
3429 * eval.c (parse_to_comma_and_eval): Update.
3430 * breakpoint.c (set_breakpoint_condition): Update.
3431 (update_watchpoint): Update.
3432 (init_breakpoint_sal): Update
3433 (find_condition_and_thread): Update.
3434 (watch_command_1): Update.
3435 (update_breakpoint_locations): Update.
3436 * ada-lang.c (ada_read_renaming_var_value): Update.
3437 (create_excep_cond_exprs): Update.
3438
0bc3a05c
DE
34392012-06-27 Doug Evans <dje@google.com>
3440
3441 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
3442 type units.
3443
4bdcc0c1
DE
34442012-06-26 Doug Evans <dje@google.com>
3445
3446 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
3447 prototype.
3448 (error_check_comp_unit_head): New arg abbrev_section. All callers
3449 updated.
3450 (read_and_check_comp_unit_head): Ditto.
3451 (read_and_check_type_unit_head): Ditto.
3452
ee0bf529
SCR
34532012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3454
3455 New attribute 'last' for gdb.Symtab_and_line.
3456 * NEWS (Python Scripting): Add entry about the new attribute.
3457 * python/py-symtab.c (salpy_get_last): New function which
3458 implements the get method for the 'last' attribute of
3459 gdb.Symtab_and_line.
3460 (sal_object_getset): Add entry for the 'last' attribute.
3461
1c658ad5
DE
34622012-06-26 Doug Evans <dje@google.com>
3463
09262596
DE
3464 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
3465 (dwo_sections): Add macinfo, macro.
3466 (dwarf2_locate_dwo_sections): Watch for macro sections.
3467 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
3468 All callers updated. Handle DWO files.
3469
45cfd468
DE
3470 * NEWS: Mention new options "set debug dwarf2-read" and
3471 "set debug symtab-create".
3472 * dwarf2read.c (dwarf2_read_debug): New static global.
3473 (dwarf2_build_psymtabs_hard): Add debugging printfs.
3474 (process_queue): Ditto.
3475 (process_full_comp_unit): Ditto.
3476 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
3477 * elfread.c (elf_symfile_read): Add debugging printf.
3478 * minsyms.c (install_minimal_symbols): Ditto.
3479 * psymtab.c (allocate_psymtab): Ditto.
3480 * symfile.c (allocate_symtab): Ditto.
3481 * symtab.c (symtab_create_debug): New global.
3482 (_initialize_symtab): Add new option "set debug symtab-create".
3483 * symtab.h (symtab_create_debug): Declare.
3484
1c658ad5
DE
3485 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
3486 (lookup_dwo_type_unit): Ditto.
3487
6fea9e18
L
34882012-06-26 Roland McGrath <roland@hack.frob.com>
3489 H.J. Lu <hongjiu.lu@intel.com>
3490
3491 * amd64-linux-nat.c: Include <sys/user.h>.
3492 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
3493 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
3494 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
3495
3496 * configure.ac: Check if the fs_base and gs_base members of
3497 `struct user_regs_struct' exist.
3498 * config.in: Regenerated.
3499 * configure: Likewise.
3500
adb4fe3b
ME
35012012-06-25 Michael Eager <eager@eagercon.com>
3502
3503 PR python/14291
f782ad9b 3504 * python/python.c (gdbpy_write): Check for interrupted output.
adb4fe3b 3505
fc51cce1
MGD
35062012-06-25 Greta Yorsh <greta.yorsh@arm.com>
3507
3508 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
3509 register as a stack alignment in ARM mode.
3510
40a73391
JK
35112012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3512
3513 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
3514 * gnulib/config.in: Regenerate.
3515 * gnulib/configure: Likewise.
3516 * gnulib/import/m4/extensions.m4: Update it.
3517 * gnulib/import/m4/gnulib-common.m4: Likewise.
3518 * gnulib/import/m4/memmem.m4: Likewise.
3519 * gnulib/import/m4/mmap-anon.m4: Likewise.
3520 * gnulib/import/m4/multiarch.m4: Likewise.
3521 * gnulib/import/stdint.in.h: Likewise.
3522
972daa01
YQ
35232012-06-24 Yao Qi <yao@codesourcery.com>
3524
3525 * corefile.c (write_memory_with_notification): New.
3526 * gdbcore.h: Declare write_memory_with_notification.
3527 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
3528 'observer_notify_memory_changed' with 'write_memory_with_notification'.
3529 * valops.c (value_assign): Likewise.
3530 * python/py-inferior.c (infpy_write_memory): Call
3531 'write_memory_with_notification'.
3532
8d6e0714
JK
35332012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3534
3535 * cc-with-index.sh: Use also -ex "set auto-load no".
3536
156942c7
DE
35372012-06-23 Doug Evans <dje@google.com>
3538
3539 PR 14125
3540 * NEWS: Document additions to .gdb_index.
3541 * dwarf2read.c: #include "gdb/gdb-index.h".
3542 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
3543 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
3544 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
3545 (dwarf2_read_index): Recognize version 7.
3546 (dw2_do_expand_symtabs_matching): New args want_specific_block,
3547 block_kind, domain): All callers updated.
3548 (dw2_find_symbol_file): Handle new index CU values.
3549 (dw2_expand_symtabs_matching): Match symbol kind if requested.
3550 (add_index_entry): New args is_static, kind. All callers updated.
3551 (offset_type_compare, uniquify_cu_indices): New functions
3552 (symbol_kind): New function.
3553 (write_psymtabs_to_index): Remove duplicate CU values.
3554 (write_psymtabs_to_index): Write .gdb_index version 7.
3555
352b3eda
JB
35562012-06-22 Joel Brobecker <brobecker@adacore.com>
3557
3558 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
3559 * configure: Regenerate.
3560
2678e2af
YQ
35612012-06-20 Yao Qi <yao@codesourcery.com>
3562
3563 * python/py-inferior.c: Update comments of infpy_read_memory
3564 and infpy_write_memory.
3565
95c391b6
TT
35662012-06-19 Tom Tromey <tromey@redhat.com>
3567
3568 PR exp/9514:
3569 * parser-defs.h (insert_type, insert_type_address_space): Declare.
3570 (push_type_address_space): Remove.
3571 * parse.c (insert_into_type_stack): New function.
3572 (insert_type): Likewise.
3573 (insert_type_address_space): Rename from push_type_address_space.
3574 Insert tp_space_identifier.
3575 * c-exp.y (ptr_operator): New production.
3576 (abs_decl): Use ptr_operator.
3577 (space_identifier): Call insert_type_address_space.
3578 (ptype): Don't use const_or_volatile_or_space_identifier.
3579 (const_or_volatile_noopt): Call insert_type.
3580 (conversion_type_id, conversion_declarator): New productions.
3581 (operator): Use conversion_type_id.
3582
6ac9ef80
DE
35832012-06-18 Doug Evans <dje@google.com>
3584
422d65e7
DE
3585 * symtab.h (minimal_symbol): New member created_by_gdb.
3586 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
3587 created by gdb.
3588 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
3589 (search_symbols): Call it instead of lookup_symbol.
3590 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
3591
49f6c839
DE
3592 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
3593 Adjust address for DW_OP_GNU_addr_index.
3594 * dwarf2expr.h (dwarf_expr_context): Update comment.
3595 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
3596 all callers updated. Handle TLS vars described with
3597 DW_OP_GNU_const_index.
3598 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
3599 and DW_OP_GNU_const_index.
3600 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
3601
6ac9ef80
DE
3602 * block.c (find_block_in_blockvector): Make explicit the fact that we
3603 ignore GLOBAL_BLOCK.
3604
4cd18215
TT
36052012-06-18 Tom Tromey <tromey@redhat.com>
3606
3607 * c-exp.y (operator): Remove trailing space after "delete" and
3608 "delete[]".
3609
a9b8d892
JK
36102012-06-18 Mark Kettenis <kettenis@gnu.org>
3611 Jan Kratochvil <jan.kratochvil@redhat.com>
3612
3613 Switch i386 and derived targets to ON_STACK.
3614 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
3615 (amd64_dicos_init_abi): Remove its installment.
3616 * dicos-tdep.c (dicos_init_abi): Remove the
3617 set_gdbarch_call_dummy_location call. Update the comment here.
3618 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
3619 (i386_dicos_init_abi): Remove its installment.
3620 * i386-tdep.c (i386_push_dummy_code): New function.
3621 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
3622 i386_push_dummy_code.
3623
e2e4d78b
JK
36242012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3625
3626 Remove stale dummy frames.
3627 * breakpoint.c: Include dummy-frame.h.
3628 (longjmp_breakpoint_ops): New variable.
3629 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
3630 bp_longjmp_call_dummy.
3631 (bpstat_what, bptype_string, print_one_breakpoint_location)
3632 (init_bp_location): Support bp_longjmp_call_dummy.
3633 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
3634 (set_longjmp_breakpoint_for_call_dummy)
3635 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
3636 functions.
3637 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
3638 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
3639 FIXME comment and extend the other comment for bp_call_dummy.
3640 (set_longjmp_breakpoint_for_call_dummy)
3641 (check_longjmp_breakpoint_for_call_dummy): New declarations.
3642 * dummy-frame.c: Include gdbthread.h.
3643 (pop_dummy_frame_bpt): New function.
3644 (pop_dummy_frame): Call pop_dummy_frame_bpt.
3645 (dummy_frame_discard): New function.
3646 (cleanup_dummy_frames): Update the comment about longjmps.
3647 * dummy-frame.h (dummy_frame_discard): New declaration.
3648 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
3649 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
3650 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
3651 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
3652 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
3653 keep_going if IS_LONGJMP and there is no other reason to stop.
3654
09d5912c
TT
36552012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
3656
3657 * remote-sim.c (sim_command_completer): Initialize
3658 variable 'result'.
3659
1788b2d3
JK
36602012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3661
3662 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
3663 * dwarf2loc.c (call_site_parameter_matches): Support
3664 CALL_SITE_PARAMETER_PARAM_OFFSET.
3665 (needs_dwarf_reg_entry_value): Push stub value.
3666 * dwarf2read.c (read_call_site_scope): New variable origin. Support
3667 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
3668 * gdbtypes.h (enum call_site_parameter_kind): New item
3669 CALL_SITE_PARAMETER_PARAM_OFFSET.
3670 (struct call_site.parameter.u): New field param_offset.
3671
24c5c679
JK
36722012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3673
3674 Code cleanup: Generalize call_site.parameter key.
3675 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
3676 variable dwarf_reg. New variable kind_u. Update parameters to
3677 push_dwarf_reg_entry_value.
3678 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3679 * dwarf2expr.h (enum call_site_parameter_kind)
3680 (union call_site_parameter_u): Forward declarations.
3681 (struct dwarf_expr_context_funcs): Update parameters and their
3682 description for push_dwarf_reg_entry_value.
3683 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3684 * dwarf2loc.c (call_site_parameter_matches): New function.
3685 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
3686 description. Use call_site_parameter_matches.
3687 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
3688 Update parameters and their description.
3689 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
3690 New variable kind_u. Adjust the caller for updated parameters.
3691 (needs_dwarf_reg_entry_value): Update parameters.
3692 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
3693 instead of attr. Update for the changed fields of struct
3694 call_site_parameter.
3695 * gdbtypes.h: Include dwarf2expr.h.
3696 (enum call_site_parameter_kind): New.
3697 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
3698 fb_offset into new union u.
3699
ac142d96
L
37002012-06-16 H.J. Lu <hongjiu.lu@intel.com>
3701
3702 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
3703 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
3704 for x32.
3705
ba224c70
L
37062012-06-16 H.J. Lu <hongjiu.lu@intel.com>
3707
3708 * amd64-linux-nat.c (compat_x32_clock_t): New.
3709 (compat_x32_siginfo_t): Likewise.
3710 (compat_x32_siginfo_from_siginfo): Likewise.
3711 (siginfo_from_compat_x32_siginfo): Likewise.
3712 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
3713 and siginfo_from_compat_x32_siginfo for x32.
3714
7ecbc825
HZ
37152012-06-15 Hui Zhu <hui_zhu@mentor.com>
3716
3717 * tracepoint.c (tfile_xfer_partial): Add a lseek.
3718
233dfcf0
L
37192012-06-15 H.J. Lu <hongjiu.lu@intel.com>
3720
3721 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
3722 instead of gdbarch_ptr_bit.
3723 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
3724 (amd64_supply_native_gregset): Likewise.
3725 (amd64_collect_native_gregset): Likewise.
3726 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
3727 (amd64_supply_xsave): Likewise.
3728 (amd64_collect_fxsave): Likewise.
3729 (amd64_collect_xsave): Likewise.
3730
6da38f42
L
37312012-06-15 H.J. Lu <hongjiu.lu@intel.com>
3732
3733 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
3734 (amd64_linux_read_description): Check DS segment register for
3735 x32 process.
3736
663b969e
TT
37372012-06-15 Tom Tromey <tromey@redhat.com>
3738
3739 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
3740 init_cutu_and_read_dies.
3741
d6f05027
IS
37422012-06-15 Iain Sandoe <iain@codesourcery.com>
3743
3744 * MAINTAINERS (Write After Approval): Add myself to the list.
3745
6598ed07
TT
37462012-06-15 Tom Tromey <tromey@redhat.com>
3747
3748 * valops.c (value_find_oload_method_list): Now static.
3749 * value.h (value_find_oload_method_list): Don't declare.
3750
2b214ea6
TT
37512012-06-15 Tom Tromey <tromey@redhat.com>
3752
3753 * valops.c (find_overload_match): Use value_ind.
3754
a210c238
MR
37552012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
3756
3757 * infrun.c (handle_inferior_event): Correct indentation.
3758
3771a44c
DE
37592012-06-14 Doug Evans <dje@google.com>
3760
3761 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
3762 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
3763 All uses updated.
3764 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
3765 updated. Handle DEBUG_LOC_START_LENGTH.
3766 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
3767 (loclist_describe_location): Ditto.
3768
1c5a993e
MR
37692012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
3770
3771 PR backtrace/13866
3772 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
3773 after hiding inline functions.
3774
0b155465
JB
37752012-06-13 Joel Brobecker <brobecker@adacore.com>
3776
3777 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
3778 _initialize_inf_ttrace.
3779
45717bac
JB
37802012-06-13 Joel Brobecker <brobecker@adacore.com>
3781
3782 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
3783 _initialize_hppa_hpux_nat.
3784
34370865
JB
37852012-06-13 Joel Brobecker <brobecker@adacore.com>
3786
3787 * remote-sim.c (sim_command_completer): Change type of return
3788 value to "VEC (char_ptr) *". Adjust implementation accordingly.
3789
284c5a60
MK
37902012-06-13 Mark Kettenis <kettenis@gnu.org>
3791 Jan Kratochvil <jan.kratochvil@redhat.com>
3792
3793 PR tdep/14222
3794 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
3795 stack on a 16-byte boundary.
3796
2535757a
TT
37972012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
3798
3799 * jit.c (finalize_symtab): Set function's return type to 'void' by
3800 default.
3801
fff4548b
MK
38022012-06-13 Mark Kettenis <kettenis@gnu.org>
3803 H.J. Lu <hongjiu.lu@intel.com>
3804
5a83521a
MK
3805 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
3806 Move bits common to both the classic LP64 and the new x32 ILP32
3807 ABI here.
3808 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
3809 (amd64_x32_linux_init_abi): New function.
3810 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
3811 subtype.
3812
fff4548b
MK
3813 * i386-tdep.h (i386_pseudo_register_name): New prototype.
3814 * i386-tdep.c (i386_pseudo_register_name): Make public.
3815 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
3816 * amd64-tdep.c (amd64_dword_names): Add "eip".
3817 (amd64_x32_pseudo_register_type): New function
3818 (amd64_x32_init_abi): New function.
3819
dd80ea3c
JK
38202012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3821
3822 PR build/14003
3823 * inferior.h (struct inferior_suspend_state): Comment out.
3824 (struct inferior): Comment out the field suspend.
3825 * infrun.c (struct infcall_suspend_state): Comment out the field
3826 inferior_suspend.
3827 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
3828 out its assignment.
3829
50af5481
JK
38302012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3831
3832 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
3833 * c-exp.y (classify_inner_name): Remove caller assumptions in the
3834 function comment. Return ERROR for unresolved cases. Implement
3835 returning proper NAME.
3836 (yylex): Accept also NAME from classify_inner_name.
3837 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
3838 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
3839 LOC_TYPEDEF type.
3840 * cp-support.h (cp_lookup_nested_type): Update its declaration.
3841
d55637df
TT
38422012-06-13 Tom Tromey <tromey@redhat.com>
3843
3844 * breakpoint.c (condition_completer): New function.
3845 (_initialize_breakpoint): Use it.
3846 * value.c (complete_internalvar): New function.
3847 * value.h (complete_internalvar): Declare.
3848
49c4e619
TT
38492012-06-13 Tom Tromey <tromey@redhat.com>
3850
3851 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
3852 * breakpoint.c (catch_syscall_completer): Return a VEC.
3853 * cli/cli-cmds.c (complete_command): Update.
3854 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
3855 (complete_on_enum): Likewise.
3856 * command.h: Include gdb_vecs.h.
3857 (completer_ftype): Change return type.
3858 (complete_on_cmdlist, complete_on_enum): Likewise.
3859 * completer.c (noop_completer, filename_completer)
3860 (location_completer): Return a VEC.
3861 (add_struct_fields): Remove 'nextp' argument. Change 'output'
3862 to a VEC.
3863 (expression_completer, complete_line_internal, complete_line)
3864 (command_completer): Return a VEC.
3865 (gdb_completion_word_break_characters, line_completion_function):
3866 Update.
3867 * completer.h: Include gdb_vecs.h.
3868 (complete_line, noop_completer, filename_completer)
3869 (expression_completer, location_completer, command_completer):
3870 Update.
3871 * f-lang.c (f_word_break_characters): Return a VEC.
3872 * interps.c (interpreter_completer): Return a VEC.
3873 * language.h (struct language_defn)
3874 <la_make_symbol_completion_list>: Return a VEC.
3875 * python/py-cmd.c (cmdpy_completer): Return a VEC.
3876 * symtab.c (free_completion_list): Take a VEC.
3877 (return_val_size, return_val_index): Remove.
3878 (return_val): Now a VEC.
3879 (completion_list_add_name): Update.
3880 (default_make_symbol_completion_list_break_on)
3881 (default_make_symbol_completion_list, make_symbol_completion_list)
3882 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
3883 Return a VEC.
3884 (add_filename_to_list): Update.
3885 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
3886 <list>: Now a VEC.
3887 (maybe_add_partial_symtab_filename): Update.
3888 (make_source_files_completion_list): Return a VEC.
3889 * symtab.h (default_make_symbol_completion_list_break_on)
3890 (default_make_symbol_completion_list, make_symbol_completion_list)
3891 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
3892 (make_source_files_completion_list): Update.
3893
625e8578
TT
38942012-06-13 Tom Tromey <tromey@redhat.com>
3895
3896 * breakpoint.c (add_catch_command): Use completer_ftype.
3897 * breakpoint.h: Include command.h.
3898 (add_catch_command): Use completer_ftype.
3899 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
3900 * cli/cli-decode.h (struct cmd_list_element) <completer>:
3901 Use completer_ftype.
3902 * command.h (completer_ftype): New typedef.
3903 (set_cmd_completer): Use it.
3904 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
3905 completer_ftype.
3906
5eb3b062
PA
39072012-06-13 Pedro Alves <palves@redhat.com>
3908
3909 Partial revert of previous change.
3910
3911 * serial.c (scb_base): New global.
3912 (serial_for_fd): New.
3913 (serial_open, serial_fdopen_ops): Link new serial in open serials
3914 chain.
3915 (do_serial_close): Unlink serial from the open serials chain.
3916
8b3ee56d
PA
39172012-06-12 Pedro Alves <palves@redhat.com>
3918
3919 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
3920 threads here.
3921 (prepare_for_detach): No longer context switch here in non-stop
3922 mode.
3923 (fetch_inferior_event): Ditto.
3924 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
3925 to the event thread before removing breakpoints. Switch to the
3926 event thread before inserting breakpoints and resuming.
3927 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
3928 event thread before resuming.
3929 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
3930 Switch to the event thread before removing breakpoints.
3931
5d60742e
EZ
39322012-06-12 Eli Zaretskii <eliz@gnu.org>
3933
3934 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
3935 special characters correctly for the Windows shells. See
3936 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
3937 report.
3938 [!__MINGW32__]: Remove extra double quote character from special
3939 characters.
3940
a6feecf7
SS
39412012-06-11 Stan Shebs <stan@codesourcery.com>
3942
3943 * ui-out.h: Remove #if 0 declarations.
3944 * ui-out.c: Remove #if 0 functions.
3945
ddefb60f
PA
39462012-06-11 Pedro Alves <palves@redhat.com>
3947
3948 * ser-base.c (run_async_handler_and_reschedule): New.
3949 (fd_event, push_event): Use it.
3950 * serial.c (serial_open, serial_fdopen_ops): Set the initial
3951 reference count to 1.
3952 (do_serial_close): Set the bufp field to NULL. Use serial_unref
3953 instead of xfree.
3954 (serial_is_open, serial_ref, serial_unref): New.
3955 * serial.h (serial_open): Adjust comment.
3956 (serial_is_open): Declare.
3957 (serial_close): Adjust comment.
3958 (serial_ref, serial_unref) Declare.
3959 (struct serial): New field 'refcnt'.
3960
d5ad6aa5
PA
39612012-06-11 Pedro Alves <palves@redhat.com>
3962
3963 Remove #if 0'd "connect" command, and unnecessary associated
3964 refcounting and serial reuse bits.
3965
3966 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
3967 * serial.c (last_serial_opened): Delete.
3968 (scb_base): Delete.
3969 (serial_open): Adjust.
3970 (serial_for_fd): Delete.
3971 (serial_fdopen_ops, do_serial_close): Adjust.
3972 (serial_fdopen_ops): Adjust.
3973
318aa544
PA
39742012-06-11 Pedro Alves <palves@redhat.com>
3975
3976 * serial.c (do_serial_close): Remove early return when SCB is
3977 null.
3978
07261596
TT
39792012-06-11 Tom Tromey <tromey@redhat.com>
3980
3981 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
3982
cc80f267
JK
39832012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3984
3985 Fix regression by the "ambiguous linespec" series.
3986 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
3987 get_last_displayed_symtab and get_last_displayed_line and depending
3988 on CURSAL.
3989
356d9f9d
TT
39902012-06-11 Tom Tromey <tromey@redhat.com>
3991
3992 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
3993 (dw2_find_symbol_file): Use it.
3994
232b8704
ME
39952012-06-11 Michael Eager <eager@eagercon.com>
3996
3997 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
3998 * mips-linux-tdep.h (mips_signals): New
3999
e81a37f7
TT
40002012-06-11 Tom Tromey <tromey@redhat.com>
4001
4002 * infrun.c (handle_inferior_event)
4003 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
4004 breakpoint.
4005 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
4006 exception logic in all cases. Update comments.
4007 (insert_longjmp_resume_breakpoint): Set the exception resume
4008 breakpoint.
4009
2e81047f
MR
40102012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
4011
4012 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
4013
4e32eda7
SCR
40142012-06-09 Siva Chandra Reddy <sivachandra@google.com>
4015
4016 * valarith.c (binop_types_user_defined_p): Fix a typo.
4017
18648a37 40182012-06-08 Yao Qi <yao@codesourcery.com>
f782ad9b 4019 Chung-Lin Tang <cltang@codesourcery.com>
18648a37
YQ
4020
4021 * arch-utils.c (default_return_in_first_hidden_param_p): New.
4022 * arch-utils.h: Declare.
4023 * gdbarch.sh: Add return_in_first_hidden_param_p.
4024 * gdbarch.c, gdbarch.h: Regenerated.
4025 * infcall.c (call_function_by_hand): Call
4026 gdbarch_return_in_first_hidden_param_p instead of
4027 language_pass_by_reference.
4028
4029 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
4030 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
4031 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
4032 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
4033 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
4034 `cplus_return_struct_by_reference'.
4035 (tic6x_return_value): Handle language cplusplus.
4036 (tic6x_return_in_first_hidden_param_p): New.
4037 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
4038
034e5797
DE
40392012-06-07 Doug Evans <dje@google.com>
4040
4041 * dwarf2read.c (dwarf2_cu): Add comment.
4042
6a00aa1e
MR
40432012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4044
4045 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
4046 variable.
4047 (mips_eabi_push_dummy_call): Likewise.
4048 (mips_n32n64_push_dummy_call): Likewise.
4049 (mips_o32_push_dummy_call): Likewise.
4050 (mips_o64_push_dummy_call): Likewise.
4051
eaa05d59
MR
40522012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4053
4054 * mips-tdep.c (mips_convert_register_p): Correct coding style.
4055
de13fcf2
MR
40562012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4057
4058 * mips-tdep.c (mips_pseudo_register_type): Use
4059 mips_float_register_p.
4060
c3a01a22
PA
40612012-06-06 Pedro Alves <palves@redhat.com>
4062
4063 * infrun.c (handle_inferior_event): Remove calls to
4064 reinit_frame_cache that follow a context_switch call.
4065
d25f45d9
PA
40662012-06-06 Pedro Alves <palves@redhat.com>
4067
4068 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
4069 context_switch and remove stale comment.
4070
359f5fe6
PA
40712012-06-06 Pedro Alves <palves@redhat.com>
4072
4073 * infrun.c (struct execution_control_state): Remove
4074 `new_thread_event' field.
4075 (handle_inferior_event): Simplify new threads handling; don't
4076 resume the inferior if we find a new thread.
4077
2d4c29c5
TS
40782012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4079
4080 * NEWS: Document the deprecation of SH's 'regs' command.
4081 * inferior.h (all_registers_info): Add function declaration.
4082 * sh-tdep.c (sh_show_regs): Remove variable.
4083 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
4084 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
4085 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
4086 (sh_show_regs_command): Remove functions.
4087 (sh_gdbarch_init): Don't set sh_show_regs.
4088 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
4089 'info all-registers'.
4090 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
4091 (sh64_show_regs): Remove functions.
4092 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
4093
f5f1cdb6
JK
40942012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4095
4096 * configure.ac: Move development=true below AC_INIT.
4097 * configure: Regenerate.
4098
bf6309af
SS
40992012-06-05 Stan Shebs <stan@codesourcery.com>
4100
4101 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
4102 gdb_stdout.
4103
45aa4659
JK
41042012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
4105
4106 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
4107 argument as ssize_t.
4108 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
4109 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
4110 * target.c (target_read_stack, target_write_memory)
4111 (target_write_raw_memory): Likewise.
4112 * target.h (target_read_stack, target_write_memory)
4113 (target_write_raw_memory): Likewise.
4114
1b162304
JK
41152012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4116
4117 * symfile-mem.c: Change gdb_static_assert to ssize_t.
4118 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
4119 * target.c (target_read_memory): Change LEN to ssize_t.
4120 * target.h (target_read_memory): Change LEN to ssize_t.
4121
8556afb4
PA
41222012-06-05 Pedro Alves <palves@redhat.com>
4123
4124 PR backtrace/13866
4125
4126 * breakpoint.c (until_break_command): Only fetch the selected
4127 frame after decode_line_1.
4128
fb139f32
PA
41292012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4130
4131 * solib-svr4.c (enable_break): Don't fallback to setting the solib
4132 event breakpoint at _start, __start or main if a program
4133 interpreter is not found.
4134
a8e1bb34
JB
41352012-06-05 Joel Brobecker <brobecker@adacore.com>
4136
4137 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
4138 Add declaration.
4139 * windows-tdep.c: #include "objfiles.h".
4140 (windows_iterate_over_objfiles_in_search_order): New function.
4141 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
4142 iterate_over_objfiles_in_search_order gdbarch method to
4143 windows_iterate_over_objfiles_in_search_order.
4144 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
4145
19630284
JB
41462012-06-05 Joel Brobecker <brobecker@adacore.com>
4147
4148 * gdbarch.sh: Add generation of
4149 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
4150 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
4151 (iterate_over_objfiles_in_search_order): New gdbarch method.
4152 * gdbarch.h, gdbarch.c: Regenerate.
4153 * objfiles.h (default_iterate_over_objfiles_in_search_order):
4154 Add declaration.
4155 * objfiles.c (default_iterate_over_objfiles_in_search_order):
4156 New function.
4157 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4158 out of lookup_symbol_aux_symtabs.
4159 (lookup_symbol_aux_symtabs): Replace extracted-out code by
4160 call to lookup_symbol_aux_objfile.
4161 (struct global_sym_lookup_data): New type.
4162 (lookup_symbol_global_iterator_cb): New function.
4163 (lookup_symbol_global): Search for symbol using
4164 gdbarch_iterate_over_objfiles_in_search_order and
4165 lookup_symbol_global_iterator_cb.
4166 * findvar.c (struct minsym_lookup_data): New type.
4167 (minsym_lookup_iterator_cb): New function.
4168 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
4169 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
4170 and minsym_lookup_iterator_cb.
4171
67ff19f7
JB
41722012-06-05 Joel Brobecker <brobecker@adacore.com>
4173
4174 Revert the following patch:
4175 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4176 try locating the symbol in the symbol's own objfile first, before
4177 extending the search to all objfiles.
4178 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4179 out of lookup_symbol_aux_symtabs.
4180 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4181 Replace extracted-out code by call to lookup_symbol_aux_objfile.
4182 Do not search EXCLUDE_OBJFILE.
4183 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
4184 (lookup_symbol_global): Search for matches in the block's objfile
4185 first, before searching all other objfiles.
4186
ccab2054
JB
41872012-06-05 Joel Brobecker <brobecker@adacore.com>
4188
4189 * breakpoint.c (find_condition_and_thread): Stop parsing
4190 as soon as the first invalid keyword is found.
4191
e23d4a9c
JB
41922012-06-05 Joel Brobecker <brobecker@adacore.com>
4193
4194 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
4195
70160166
JB
41962012-06-05 Joel Brobecker <brobecker@adacore.com>
4197
4198 * config/djgpp/djcheck.sh: Add copyright header.
4199
399501a5
JB
42002012-06-05 Joel Brobecker <brobecker@adacore.com>
4201
4202 * copyright.py (update_files, main): Fix path to update-copyright
4203 script.
4204
3770a159
JB
42052012-06-05 Joel Brobecker <brobecker@adacore.com>
4206
4207 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
4208 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
4209 for which a reminder to update by hand is printed.
4210
4aad0dfc
DE
42112012-06-04 Doug Evans <dje@google.com>
4212
4213 * buildsym.c (make_blockvector): Add comment.
4214
1f8cf220
PA
42152012-06-04 Pedro Alves <palves@redhat.com>
4216
4217 * arch-utils.c (default_gdb_signal_from_target): Delete.
4218 * arch-utils.h (default_gdb_signal_from_target): Delete.
4219 * corelow.c (core_open) <signal mapping>: Extended comment. Check
4220 gdbarch_gdb_signal_from_target_p.
4221 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
4222 predicate).
4223 * gdbarch.h: Regenerate.
4224 * gdbarch.c: Regenerate.
4225
86b49880
PA
42262012-06-04 Pedro Alves <palves@redhat.com>
4227
4228 * gdbarch.sh (gdb_signal_from_target): Mention that the
4229 implementation of the method must be host independent.
4230 * gdbarch.h: Regenerate.
4231
fe78531d
JK
42322012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4233
4234 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
4235 parameters.
4236 (target_read_memory_bfd): New function.
4237 (symbol_file_add_from_memory): Use it.
4238
d790cf0a
DE
42392012-06-03 Doug Evans <dje@google.com>
4240
78e5175a
DE
4241 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
4242 of primary symtab.
4243 (basic_lookup_transparent_type): Ditto.
4244
d790cf0a
DE
4245 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
4246 (ALL_PRIMARY_SYMTABS): Use it.
4247 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
4248 * dwarf2read.c (dw2_find_symbol_file): Ditto.
4249 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
4250 * symtab.c (lookup_symbol_aux_objfile): Ditto.
4251 (basic_lookup_transparent_type): Ditto.
4252
c6e5ee5e
SDJ
42532012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
4254
4255 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
4256 it to optimize resolution of demangled name.
4257
a68ffae9
JK
42582012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4259
4260 * configure.ac (development): Define new variable.
4261 Call AC_CHECK_LIB for mcheck if $development.
4262 (ERROR_ON_WARNING): Enable it by default only if $development.
4263 * config.in: Regenerate.
4264 * configure: Regenerate.
4265
5299c1c4
JK
42662012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
4267
4268 * target.c (target_read_memory): Make LEN argument as size_t.
4269 * target.h (target_read_memory): Likewise.
4270
42712012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7c71816c
JK
4272
4273 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
4274
0c56f59b
EBM
42752012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
4276
4277 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
4278 BookE interface for PowerPC server processors if not available
4279 in the Linux Kernel.
4280
71bdabee
KS
42812012-05-31 Keith Seitz <keiths@redhat.com>
4282
4283 * linespec.c (decode_objc): Add cleanup to free
4284 INFO.FILE_SYMTABS.
4285 (find_linespec_symbols): Add cleanup to free CLASSES.
4286 * symfile.c (find_separate_debug_file_by_debuglink): Add
4287 cleanup to free DEBUGLINK.
4288 * ui-out.c (clear_header_list): No need to check if
4289 HEADER_NEXT.COLHDR is NULL.
4290 Free HEADER_NEXT.COL_NAME.
4291
acbd605d
MGD
42922012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4293
4294 * ada-lang.c (standard_lookup): Prevent uninitialized variable
4295 warning.
4296
65662cde
PA
42972012-05-30 Jeff Kenton <jkenton@tilera.com>
4298
4299 * configure.host (gdb_host_cpu): Handle tilegx*.
4300 (gdb_host): Handle tilegx-*-linux*.
4301 * tilegx-linux-nat.c: New file.
4302 * config/tilegx/linux.mh: New file.
4303
ade64f0e
PA
43042012-05-30 Jeff Kenton <jkenton@tilera.com>
4305
4306 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
4307 tilegx-linux-tdep.o.
4308 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
4309 tilegx-linux-tdep.c.
4310 * configure.tgt: Handle tilegx-*-linux*.
4311 * tilegx-tdep.h: New file.
4312 * tilegx-tdep.c: New file.
4313 * tilegx-linux-tdep.c: New file.
4314 * regformats/reg-tilegx.dat: New file.
4315
bb08bdbd
EBM
43162012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
4317
4318 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
4319 accounting of hw watchpoints on ppc.
4320
ebd86fb5
TJB
43212012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4322
4323 * source.c (openp): Expand tilde in path entries.
4324
0a0edcd5
DE
43252012-05-29 Doug Evans <dje@google.com>
4326
98cc87bd
DE
4327 * buildsym.c (block_compar): Fix comment.
4328 (end_symtab): Fix and clarify some comments.
4329
0a0edcd5
DE
4330 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
4331 cleanup_undefined_types.
4332 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
4333 All callers updated.
4334
6f0c7050
TT
43352012-05-29 Tom Tromey <tromey@redhat.com>
4336
4337 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
4338 fails.
4339 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
4340 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
4341 fails.
4342 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
4343 fails.
4344
ec95993c
TG
43452012-05-29 Tristan Gingold <gingold@adacore.com>
4346
4347 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
4348 (struct darwin_info): ... New struct.
4349 (solib_darwin_pspace_data): New variable.
4350 (darwin_pspace_data_cleanup): New function.
4351 (get_darwin_info): Likewise.
4352 (darwin_dyld_version_ok, darwin_load_image_infos)
4353 (darwin_solib_get_all_image_info_addr_at_init)
4354 (darwin_solib_read_all_image_info_addr): Add info argument.
4355 Adjust code.
4356 (darwin_current_sos): Use per pspace structure.
4357 (darwin_solib_create_inferior_hook): Likewise.
4358 (darwin_clear_solib): Likewise.
4359 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
4360
ae25568b
PA
43612012-05-28 Pedro Alves <palves@redhat.com>
4362
4363 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
4364 block that uses them. Clear ecss before handling each event.
4365
0c5bf5a9
JK
43662012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4367
4368 * solib-svr4.c (svr4_current_sos): New comment on
4369 svr4_current_sos_via_xfer_libraries fall back.
4370
bfb05775
JK
43712012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4372
4373 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
4374 it as a fallback for TYPE_IS_OPAQUE.
4375 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
4376 symbols for lookup_symbol.
4377
685b1105
JK
43782012-05-24 John Steele Scott <toojays@toojays.net>
4379
4380 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
4381 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
4382 (producer_is_gxx_lt_4_6): Move the checking and caching to...
4383 (check_producer): ... this new function, which also checks for ICC
4384 and caches the result.
4385 (producer_is_icc): New function.
4386 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
4387 producer was ICC.
4388
22203bbf
PA
43892012-05-24 Pedro Alves <palves@redhat.com>
4390
4391 PR gdb/7205
4392
4393 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
4394 (default_gdb_signal_to_target): ... this. Add comment.
4395 (default_gdb_signal_from_host): Rename to ...
4396 (default_gdb_signal_from_target): ... this. Add comment.
4397 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
4398 (default_gdb_signal_to_target): ... this.
4399 (default_gdb_signal_from_host): Rename to ...
4400 (default_gdb_signal_from_target): ... this.
4401 * corelow.c (core_open): Adjust to naming change. Replace comment.
4402 * gdbarch.sh (gdb_signal_from_host): Rename to ...
4403 (gdb_signal_from_target): ... this. Adjust to
4404 default_gdb_signal_from_host naming change. Extend comment.
4405 (gdb_signal_to_host): Rename to ...
4406 (gdb_signal_to_target): ... this. Adjust to
4407 default_gdb_signal_to_host naming change.
4408 * gdbarch.h, gdbarch.c: Renegerate.
4409
a493e3e2
PA
44102012-05-24 Pedro Alves <palves@redhat.com>
4411
4412 PR gdb/7205
4413
f782ad9b 4414 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
a493e3e2 4415
2ea28649
PA
44162012-05-24 Pedro Alves <palves@redhat.com>
4417
4418 PR gdb/7205
4419
4420 Replace target_signal with gdb_signal throughout.
4421
b09846a9
PA
44222012-05-24 Pedro Alves <palves@redhat.com>
4423
4424 PR tui/14159
4425
4426 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
4427 string, instead of reusing the va_list argument.
4428
e77c107e
TT
44292012-05-24 Tom Tromey <tromey@redhat.com>
4430
4431 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
4432 Remove.
4433
9fccedf7
DE
44342012-05-23 Doug Evans <dje@google.com>
4435
d50bd42b
DE
4436 * symtab.c (search_symbols): Formatting fixes.
4437 (print_symbol_info): Formatting fixes.
4438
9fccedf7
DE
4439 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
4440 int64_t change to leb128 API.
4441 (read_encoded_value, decode_frame_entry_1): Ditto.
4442 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
4443 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
4444 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4445 (execute_stack_op): Ditto.
4446 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
4447 (safe_read_uleb128, safe_read_sleb128): Ditto.
4448 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
4449 (dwarf2_compile_expr_to_ax): Ditto.
4450 (locexpr_describe_location_piece): Ditto.
4451 (disassemble_dwarf_expression): Ditto.
4452 (locexpr_describe_location_1): Ditto.
4453
f3e0e960
SS
44542012-05-23 Stan Shebs <stan@codesourcery.com>
4455 Kwok Cheung Yeung <kcy@codesourcery.com>
4456
4457 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
4458 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
4459 (mi-cmd-info.o): New rule.
4460 * osdata.h (info_osdata_command): New declaration.
4461 * osdata.c (info_osdata_command): Change to non-static.
4462 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
4463 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
4464 * mi/mi-cmd-info.c: New file.
4465
c51fe631
DE
44662012-05-23 Doug Evans <dje@google.com>
4467
71cddcc1
DE
4468 * symtab.c (search_symbols): Pass NULL for file_matcher to
4469 expand_symtabs_matching if there are no files to match.
4470
c51fe631
DE
4471 * gdbtypes.c (lookup_typename): Simplify.
4472
a79378d4
PA
44732012-05-23 Pedro Alves <palves@redhat.com>
4474
4475 * arch-utils.h (default_target_signal_to_host): Delete.
4476 * arch-utils.c (default_target_signal_to_host): Delete.
4477 * gdbarch.sh (target_signal_to_host): Remove.
4478 * gdbarch.h, gdbarch.c: Regenerate.
4479
f664829e
DE
44802012-05-22 Doug Evans <dje@google.com>
4481
4482 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
4483 "const gdb_byte *".
4484 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
4485 (execute_cfa_program): Update to match API of leb128 functions.
4486 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
4487 "const gdb_byte *".
4488 (read_unsigned_leb128, read_signed_leb128): Delete.
4489 (read_initial_length): Change type of buf argument to
4490 "const gdb_byte *".
4491 (read_encoded_value): Update to match API of leb128 functions.
4492 (decode_frame_entry): Change result to "const gdb_byte *", and
4493 similarly for "start" parameter.
4494 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
4495 (dwarf2_build_frame_info): Change local frame_ptr to
4496 "const gdb_byte *".
4497 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
4498 read_uleb128, read_sleb128. All callers updated.
4499 (safe_skip_leb128): New function.
4500 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
4501 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
4502 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
4503 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
4504 read_uleb128, read_sleb128.
4505 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4506 (execute_stack_op): Update to match API of leb128 functions.
4507 * dwarf2expr.h: #include "leb128.h".
4508 (read_uleb128, read_sleb128): Delete.
4509 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
4510 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
4511 * dwarf2loc.c (debug_loc_kind): New enum.
4512 (decode_debug_loc_addresses): New function.
4513 (decode_debug_loc_dwo_addresses): New function.
4514 (dwarf2_find_location_expression): Rewrite.
4515 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
4516 (locexpr_describe_location_piece): Ditto.
4517 (disassemble_dwarf_expression): Ditto.
4518 (locexpr_describe_location_1): Ditto.
4519 (loclist_describe_location): Rewrite.
4520 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
4521 * dwarf2read.c (die_reader_specs): New member "buffer_end".
4522 (dwarf2_section_buffer_overflow_complaint): Renamed from
4523 dwarf2_macros_too_long_complaint. All callers updated.
4524 (skip_leb128): Delete.
4525 (init_cu_die_reader): Initialize reader->buffer_end.
4526 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
4527 (skip_form_bytes): New arg buffer_end. All callers updated.
4528 Replace call to skip_leb128 with gdb_skip_leb128.
4529 (skip_unknown_opcode): New arg mac_end. All callers updated.
4530 (fill_in_loclist_baton): Initialize baton->from_dwo.
4531
837a1b32
MR
45322012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4533
4534 * mips-linux-nat.c (mips_linux_read_description): Use a more
4535 verbose error message.
4536
d0e64392
MR
45372012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4538
4539 * NEWS: Add MIPS/Linux DSP support.
4540 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
4541 (SIGCONTEXT_DSPCTL): New macro.
4542 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
4543 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
4544 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
4545 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
4546 (N64_SIGCONTEXT_HI3): Likewise.
4547 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
4548 (N64_SIGCONTEXT_LO3): Likewise.
4549 (N64_SIGCONTEXT_DSPCTL): Likewise.
4550 (N64_SIGCONTEXT_FPCSR): Clarify definition.
4551 (mips_linux_o32_sigframe_init): Handle DSP registers.
4552 (mips_linux_n32n64_sigframe_init): Likewise.
4553
8bea7ed1
PM
45542012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
4555
4556 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
4557 call to abort.
4558
dab06dbe
PA
45592012-05-22 Pedro Alves <palves@redhat.com>
4560
4561 * target.h (store_waitstatus): Move declaration ...
4562 * inf-child.h (store_waitstatus): ... here.
4563 * target.c: Move inclusion of gdb_wait.h, and ...
4564 (store_waitstatus): ... this ...
4565 * inf-child.c: ... here.
4566 * linux-nat.c: Include inf-child.h.
4567 * rs6000-nat.c: Include inf-child.h.
4568 * spu-linux-nat.c: Include inf-child.h.
4569
43011e52
PM
45702012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
4571
4572 * tracepoint.c (start_tracing): Add missing i18n markup.
4573 (stop_tracing, set_trace_user): Ditto.
4574 (set_trace_notes, set_trace_stop_notes): Ditto.
4575
b1af9e97
TT
45762012-05-21 Tom Tromey <tromey@redhat.com>
4577
4578 PR c++/7173:
4579 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
4580 types.
4581 * value.h (value_cast_pointers): Update.
4582 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
4583 (value_cast): Update.
4584 (update_search_result): New function.
4585 (do_search_struct_field): New, from search_struct_field. Check
4586 for ambiguous results.
4587 (search_struct_field): Rewrite.
4588 * infcall.c (value_arg_coerce): Update.
4589 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
4590 value_cast_pointers.
4591 * ada-lang.c (ada_convert_actual): Update.
4592
e9e5e6b3
TT
45932012-05-21 Tom Tromey <tromey@redhat.com>
4594
4595 * macroexp.c (macro_stringify): Terminate the string.
4596
1564a261
JK
45972012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4598
4599 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
4600 Describe it.
4601 * auto-load.c (auto_load_expand_dir_vars): New function.
4602 (auto_load_safe_path_vec_update): Use it, remove the
4603 substitute_path_component call thanks to it.
4604 (auto_load_objfile_script): Remove the debug_file_directory processing.
4605 Use auto_load_expand_dir_vars, remove the substitute_path_component
4606 call thanks to it.
4607 * configure: Regenerate.
4608 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
4609 path. Escape $ also for $debugdir.
4610 (--with_auto_load_safe_path): Escape $ also for $debugdir.
4611 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
4612
a3ec0bb1
DE
46132012-05-20 Doug Evans <dje@google.com>
4614
4615 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
4616 before use. Check for symtab->includes == NULL before scanning it.
4617
d467df4e
MR
46182012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4619
4620 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
4621
4cc0665f
MR
46222012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4623
4624 * NEWS: Add microMIPS support and "set mips compression",
4625 "show mips compression" commands.
4626 * mips-tdep.h (mips_isa): New enum.
4627 (gdbarch_tdep): Add mips_isa.
4628 (mips_pc_is_mips16): Update prototype.
4629 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
4630 * mips-tdep.c (mips_compression_mips16): New variable.
4631 (mips_compression_micromips): Likewise.
4632 (mips_compression_strings): Likewise.
4633 (mips_compression_string): Likewise.
4634 (is_mips16_isa, is_micromips_isa): New functions.
4635 (is_mips16_addr): Rename to...
4636 (is_compact_addr): ... this.
4637 (unmake_mips16_addr): Likewise to...
4638 (unmake_compact_addr): ... this.
4639 (make_mips16_addr): Likewise to...
4640 (make_compact_addr): ... this.
4641 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
4642 functions.
4643 (mips_elf_make_msymbol_special): Handle microMIPS code.
4644 (msymbol_is_special): Rename to...
4645 (msymbol_is_mips16): ... this.
4646 (mips_make_symbol_special, mips_pc_is_mips16): Update
4647 accordingly.
4648 (msymbol_is_mips, msymbol_is_micromips): New functions.
4649 (mips16_to_32_reg): Rename to...
4650 (mips_reg3_to_reg): ... this.
4651 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
4652 (mips_pc_isa): Likewise.
4653 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
4654 code.
4655 (mips_fetch_instruction): Pass return status instead of printing
4656 an error message if requested. Handle microMIPS code. Bail out
4657 on an invalid ISA.
4658 (micromips_op): New macro.
4659 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
4660 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
4661 (b6s4_op, b7s3_reg): Likewise.
4662 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
4663 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
4664 (mips_insn_size): New function.
4665 (mips32_next_pc): Update mips_fetch_instruction call.
4666 (micromips_relative_offset7): New function.
4667 (micromips_relative_offset10): Likewise.
4668 (micromips_relative_offset16): Likewise.
4669 (micromips_pc_insn_size): Likewise.
4670 (micromips_bc1_pc): Likewise.
4671 (micromips_next_pc): Likewise.
4672 (unpack_mips16): Update mips_fetch_instruction call.
4673 (extended_mips16_next_pc): Update according to change to
4674 mips16_to_32_reg.
4675 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
4676 code.
4677 (mips16_scan_prologue): Update mips_fetch_instruction call.
4678 Update according to change to mips16_to_32_reg.
4679 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
4680 (mips_insn16_frame_base_sniffer): Likewise.
4681 (micromips_decode_imm9): New function.
4682 (micromips_scan_prologue): Likewise.
4683 (mips_micro_frame_cache): Likewise.
4684 (mips_micro_frame_this_id): Likewise.
4685 (mips_micro_frame_prev_register): Likewise.
4686 (mips_micro_frame_sniffer): Likewise.
4687 (mips_micro_frame_unwind): New variable.
4688 (mips_micro_frame_base_address): New function.
4689 (mips_micro_frame_base): New variable.
4690 (mips_micro_frame_base_sniffer): New function.
4691 (mips32_scan_prologue): Update mips_fetch_instruction call.
4692 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
4693 rather than for MIPS16.
4694 (mips_insn32_frame_base_sniffer): Likewise.
4695 (mips_addr_bits_remove): Handle microMIPS code.
4696 (deal_with_atomic_sequence): Rename to...
4697 (mips_deal_with_atomic_sequence): ... this. Update the type
4698 of the variable used to hold an instruction. Remove the ISA bit
4699 check. Update mips_fetch_instruction call.
4700 (micromips_deal_with_atomic_sequence): New function.
4701 (deal_with_atomic_sequence): Likewise.
4702 (mips_about_to_return): Handle microMIPS code. Update
4703 mips_fetch_instruction call.
4704 (heuristic_proc_start): Check for the standard MIPS ISA rather
4705 than for MIPS16. Update mips_pc_is_mips16 and
4706 mips_fetch_instruction calls. Handle microMIPS code.
4707 (mips_push_dummy_code): Handle microMIPS code.
4708 (mips_eabi_push_dummy_call): Likewise.
4709 (mips_o32_return_value): Update mips_pc_is_mips16 call.
4710 (mips_o64_push_dummy_call): Handle microMIPS code.
4711 (mips_o64_return_value): Update mips_pc_is_mips16 call.
4712 (is_delayed): Remove function.
4713 (mips_single_step_through_delay): Replace the call to is_delayed
4714 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
4715 Handle microMIPS code.
4716 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
4717 microMIPS code.
4718 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
4719 call.
4720 (micromips_in_function_epilogue_p): New function.
4721 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
4722 call.
4723 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
4724 Handle microMIPS.
4725 (gdb_print_insn_mips): Likewise.
4726 (mips_breakpoint_from_pc): Likewise.
4727 (mips_remote_breakpoint_from_pc): New function.
4728 (mips32_instruction_has_delay_slot): Simplify making use of the
4729 updated mips_fetch_instruction interface.
4730 (micromips_instruction_has_delay_slot): New function.
4731 (mips16_instruction_has_delay_slot): Simplify making use of the
4732 updated mips_fetch_instruction interface.
4733 (mips_adjust_breakpoint_address): Check for the standard MIPS
f782ad9b 4734 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
4cc0665f
MR
4735 calls. Handle microMIPS code.
4736 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
4737 (mips_skip_trampoline_code): Handle microMIPS code.
4738 (global_mips_compression): New function.
4739 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
4740 file flags. Register the microMIPS remote breakpoint handler
4741 and heuristic frame unwinder.
4742 (show_mips_compression): New function.
4743 (_initialize_mips_tdep): Add the "set mips compression" and
4744 "show mips compression" commands.
4745
22e048c9
SDJ
47462012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
4747
4748 * ada-lang.c:
4749 * ada-tasks.c:
4750 * ada-varobj.c:
4751 * amd64-darwin-tdep.c:
4752 * arm-symbian-tdep.c:
4753 * arm-tdep.c:
4754 * avr-tdep.c:
4755 * ax-gdb.c:
4756 * bfin-linux-tdep.c:
4757 * breakpoint.c:
4758 * c-valprint.c:
4759 * cli/cli-cmds.c:
4760 * coffread.c:
4761 * cp-support.c:
4762 * cris-tdep.c:
4763 * dwarf2-frame-tailcall.c:
4764 * dwarf2-frame.c:
4765 * dwarf2expr.c:
4766 * dwarf2loc.c:
4767 * dwarf2read.c:
4768 * elfread.c:
4769 * eval.c:
4770 * expprint.c:
4771 * f-valprint.c:
4772 * frv-tdep.c:
4773 * h8300-tdep.c:
4774 * hppa-hpux-tdep.c:
4775 * hppa-tdep.c:
4776 * hppanbsd-tdep.c:
4777 * i386-nto-tdep.c:
4778 * i386-tdep.c:
4779 * i387-tdep.c:
4780 * ia64-tdep.c:
4781 * jit.c:
4782 * linespec.c:
4783 * linux-tdep.c:
4784 * lm32-tdep.c:
4785 * m2-valprint.c:
4786 * m32c-tdep.c:
4787 * m32r-rom.c:
4788 * m32r-tdep.c:
4789 * m68k-tdep.c:
4790 * m68klinux-tdep.c:
4791 * mi/mi-main.c:
4792 * microblaze-tdep.c:
4793 * mips-linux-tdep.c:
4794 * mips-tdep.c:
4795 * mn10300-tdep.c:
4796 * p-valprint.c:
4797 * parse.c:
4798 * ppc-linux-tdep.c:
4799 * ppc-sysv-tdep.c:
4800 * printcmd.c:
4801 * python/py-finishbreakpoint.c:
4802 * python/py-inferior.c:
4803 * python/py-infthread.c:
4804 * python/py-type.c:
4805 * python/python.c:
4806 * remote-fileio.c:
4807 * remote-m32r-sdi.c:
4808 * remote-mips.c:
4809 * reverse.c:
4810 * rl78-tdep.c:
4811 * rs6000-aix-tdep.c:
4812 * rs6000-tdep.c:
4813 * s390-tdep.c:
4814 * score-tdep.c:
4815 * sh64-tdep.c:
4816 * skip.c:
4817 * solib-darwin.c:
4818 * solib-dsbt.c:
4819 * solib-frv.c:
4820 * sparc-tdep.c:
4821 * spu-multiarch.c:
4822 * spu-tdep.c:
4823 * stack.c:
4824 * symfile.c:
4825 * symtab.c:
4826 * tic6x-tdep.c:
4827 * tracepoint.c:
4828 * v850-tdep.c:
4829 * valarith.c:
4830 * valprint.c:
4831 * value.c:
4832 * xcoffread.c:
4833 * xtensa-tdep.c:
4834 * ada-lang.c:
4835 * ada-tasks.c:
4836 * ada-varobj.c:
4837 * amd64-darwin-tdep.c:
4838 * arm-symbian-tdep.c:
4839 * arm-tdep.c: Delete unused variables.
4840
aff139ff
JK
48412012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4842
4843 Rename $ddir to $datadir.
4844 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
4845 * auto-load.c (auto_load_safe_path_vec_update)
4846 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
4847 * configure: Regenerate.
4848 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
4849 Likewise. Remove the 'use $ddir' help string.
4850
f7bfa992
JK
48512012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4852
4853 * auto-load.c (show_auto_load_safe_path): Accept any combination of
4854 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
4855
9cb709b6
TT
48562012-05-18 Tom Tromey <tromey@redhat.com>
4857
4858 PR exp/13907:
4859 * valprint.h (struct value_print_options) <symbol_print>: New
4860 field.
4861 * valprint.c (user_print_options): Add default for symbol_print.
4862 (show_symbol_print): New function.
4863 (generic_val_print): Respect symbol_print.
4864 (_initialize_valprint): Add "print symbol" setting.
4865 * f-valprint.c (f_val_print): Respect symbol_print.
4866 * c-valprint.c (c_val_print): Respect symbol_print.
4867 * NEWS: Update.
4868 * printcmd.c (print_address_symbolic): Return int. Ignore some
4869 zero-size symbols.
4870 (print_address_demangle): Return int.
4871 * defs.h: (print_address_symbolic): Return int.
4872 * value.h (print_address_demangle): Return int.
4873
b012acdd
TT
48742012-05-18 Tom Tromey <tromey@redhat.com>
4875
4876 * valprint.c (val_print_string): Don't print leading space.
4877 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
4878 print space before string or vtbl.
4879 * m2-valprint.c (print_unpacked_pointer): Optionally print space
4880 before string.
4881 * jv-valprint.c (java_value_print): Print space before string.
4882 * go-valprint.c (print_go_string): Print space before string.
4883 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
4884 space before string.
4885 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
4886 space before string or vtbl.
4887 * auxv.c (fprint_target_auxv): Print space after address.
4888
1d51a733
TT
48892012-05-18 Tom Tromey <tromey@redhat.com>
4890
4891 * printcmd.c (print_address_demangle): Remove special case for 0.
4892
edf0c1b7
TT
48932012-05-18 Tom Tromey <tromey@redhat.com>
4894
4895 * printcmd.c (print_address_demangle): Add 'opts' argument.
4896 * p-valprint.c (pascal_val_print): Update.
4897 * jv-valprint.c (java_val_print): Update.
4898 * value.h: Update.
4899 * valprint.c (generic_val_print): Update.
4900 (print_function_pointer_address): Add 'options' argument. Remove
4901 'addressprint' argument. Update.
4902 * m2-valprint.c (print_unpacked_pointer): Update.
4903 * gnu-v3-abi.c (print_one_vtable): Update.
4904 (gnuv3_print_method_ptr): Update.
4905 * f-valprint.c (f_val_print): Update.
4906 * cp-valprint.c (cp_print_value_fields): Update.
4907 * valprint.h (print_function_pointer_address): Update.
4908 * c-valprint.c (c_val_print): Update.
4909
9703b513
TT
49102012-05-18 Tom Tromey <tromey@redhat.com>
4911
4912 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
4913 directly corresponding to the found psymtab.
4914 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
4915 (dw2_find_pc_sect_symtab): Use it.
4916 * block.h (blockvector_contains_pc): Declare.
4917 * block.c (find_block_in_blockvector): New function.
4918 (blockvector_for_pc_sect): Use it.
4919 (blockvector_contains_pc): New function.
4920
5a439849
MR
49212012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4922
4923 * mips-tdep.h (mips_write_pc): New prototype.
4924 * mips-tdep.c (mips_write_pc): Make external, add description.
4925 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
4926 add description.
4927
8376de04
MR
49282012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4929
4930 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
4931 mips_regnum->pc.
4932 (mips_unwind_pc, mips_write_pc): Likewise.
4933 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
4934 gdbarch_read_pc.
4935
d3581e61
JB
49362012-05-17 Joel Brobecker <brobecker@adacore.com>
4937
4938 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
4939 proc_warn, proc_error, proc_get_status, proc_flags,
4940 proc_why, proc_what, proc_nsysarg, proc_sysargs,
4941 proc_set_run_on_last_close, proc_unset_run_on_last_close,
4942 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
4943 proc_stop_process, proc_wait_for_stop, proc_run_process,
4944 proc_set_traced_signals, proc_set_traced_faults,
4945 proc_set_traced_sysentry, proc_set_traced_sysexit,
4946 proc_set_held_signals, proc_get_held_signals,
4947 proc_get_traced_signals, proc_get_traced_faults,
4948 proc_get_traced_sysentry, proc_get_traced_sysexit,
4949 proc_clear_current_fault, proc_set_current_signal,
4950 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
4951 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
4952 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
4953 proc_get_current_thread, proc_get_current_thread,
4954 proc_get_current_thread, proc_update_threads,
4955 proc_update_threads, proc_update_threads, proc_update_threads,
4956 proc_iterate_over_threads, procfs_find_new_threads,
4957 procfs_pid_to_str): Make static. Remove advance declaration.
4958 (proc_cursig): Make static. Conditionalized defintion on
4959 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
4960 (proc_syscall, proc_set_kill_on_last_close,
4961 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
4962 proc_get_pending_signals, proc_get_signal_actions,
4963 proc_trace_signal, proc_ignore_signal): Delete.
4964
81b9b86e
SDJ
49652012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
4966
4967 * coffread.c (cs_section_address): Passing proper argument for
4968 `bfd_get_section_vma'.
4969 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
4970 `bfd_get_section_flags'.
4971 * remote.c (remote_trace_set_readonly_regions): Likewise, for
4972 `bfd_get_section_vma'.
4973
abc9d0dc
TT
49742012-05-16 Tom Tromey <tromey@redhat.com>
4975
4976 PR macros/13205:
4977 * macrotab.h: (macro_define_special): Declare.
4978 (enum macro_special_kind): New.
4979 (struct macro_definition) <argc, replacement>: Update comments.
4980 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
4981 (macro_define_object_internal): New function.
4982 (macro_define_object): Use it.
4983 (macro_define_special): New function.
4984 (fixup_definition): New function.
4985 (macro_lookup_definition, foreach_macro_in_scope)
4986 (foreach_macro): Use fixup_definition.
4987 * macroexp.h (macro_stringify): Declare.
4988 * macroexp.c (free_buffer_return_text): New function.
4989 (stringify): Constify "arg".
4990 (macro_stringify): New function.
4991 * dwarf2read.c (macro_start_file): Call macro_define_special.
4992
6a3a010b 49932012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
f782ad9b 4994 Maciej W. Rozycki <macro@mips.com>
6a3a010b
MR
4995
4996 * breakpoint.h (bp_location): Add related_address member.
4997 * inferior.h (get_return_value): Take a pointer to struct value
4998 instead of struct type for the function requested.
4999 * value.h (using_struct_return): Likewise.
5000 * gdbarch.sh (return_value): Take a pointer to struct value
5001 instead of struct type for the function requested.
5002 * breakpoint.c (set_breakpoint_location_function): Initialize
5003 related_address for bp_gnu_ifunc_resolver breakpoints.
5004 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
5005 requested function's address to gdbarch_return_value.
5006 * eval.c (evaluate_subexp_standard): Pass the requested
5007 function's address to using_struct_return.
5008 * infcall.c (call_function_by_hand): Pass the requested
5009 function's address to using_struct_return and
5010 gdbarch_return_value.
5011 * infcmd.c (get_return_value): Take a pointer to struct value
5012 instead of struct type for the function requested.
5013 (print_return_value): Update accordingly.
5014 (finish_command_continuation): Likewise.
5015 * stack.c (return_command): Pass the requested function's
5016 address to using_struct_return and gdbarch_return_value.
5017 * value.c (using_struct_return): Take a pointer to struct value
5018 instead of struct type for the function requested. Pass the
5019 requested function's address to gdbarch_return_value.
5020 * python/py-finishbreakpoint.c (finish_breakpoint_object):
5021 New function_value member, replacing function_type.
5022 (bpfinishpy_dealloc): Update accordingly.
5023 (bpfinishpy_pre_stop_hook): Likewise.
5024 (bpfinishpy_init): Likewise. Record the requested function's
5025 address.
5026 * mips-tdep.c (mips_fval_reg): New enum.
5027 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
5028 words put in GP registers.
5029 (mips_o64_push_dummy_call): Update a comment.
5030 (mips_o32_return_value): Take a pointer to struct value instead
5031 of struct type for the function requested and use it to check if
5032 using the MIPS16 calling convention. Return the designated
5033 general purpose registers for floating-point values returned in
5034 MIPS16 mode.
5035 (mips_o64_return_value): Likewise.
5036 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
5037 (ppc_sysv_abi_broken_return_value): Likewise.
5038 (ppc64_sysv_abi_return_value): Likewise.
5039 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
5040 value instead of struct type for the function requested.
5041 * amd64-tdep.c (amd64_return_value): Likewise.
5042 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
5043 * arm-tdep.c (arm_return_value): Likewise.
5044 * avr-tdep.c (avr_return_value): Likewise.
5045 * bfin-tdep.c (bfin_return_value): Likewise.
5046 * cris-tdep.c (cris_return_value): Likewise.
5047 * frv-tdep.c (frv_return_value): Likewise.
5048 * h8300-tdep.c (h8300_return_value): Likewise.
5049 (h8300h_return_value): Likewise.
5050 * hppa-tdep.c (hppa32_return_value): Likewise.
5051 (hppa64_return_value): Likewise.
5052 * i386-tdep.c (i386_return_value): Likewise.
5053 * ia64-tdep.c (ia64_return_value): Likewise.
5054 * iq2000-tdep.c (iq2000_return_value): Likewise.
5055 * lm32-tdep.c (lm32_return_value): Likewise.
5056 * m32c-tdep.c (m32c_return_value): Likewise.
5057 * m32r-tdep.c (m32r_return_value): Likewise.
5058 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
5059 * m68k-tdep.c (m68k_return_value): Likewise.
5060 (m68k_svr4_return_value): Likewise.
5061 * m88k-tdep.c (m88k_return_value): Likewise.
5062 * mep-tdep.c (mep_return_value): Likewise.
5063 * microblaze-tdep.c (microblaze_return_value): Likewise.
5064 * mn10300-tdep.c (mn10300_return_value): Likewise.
5065 * moxie-tdep.c (moxie_return_value): Likewise.
5066 * mt-tdep.c (mt_return_value): Likewise.
5067 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
5068 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
5069 (ppc_sysv_abi_broken_return_value): Likewise.
5070 (ppc64_sysv_abi_return_value): Likewise.
5071 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
5072 * rl78-tdep.c (rl78_return_value): Likewise.
5073 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
5074 * rx-tdep.c (rx_return_value): Likewise.
5075 * s390-tdep.c (s390_return_value): Likewise.
5076 * score-tdep.c (score_return_value): Likewise.
5077 * sh-tdep.c (sh_return_value_nofpu): Likewise.
5078 (sh_return_value_fpu): Likewise.
5079 * sh64-tdep.c (sh64_return_value): Likewise.
5080 * sparc-tdep.c (sparc32_return_value): Likewise.
5081 * sparc64-tdep.c (sparc64_return_value): Likewise.
5082 * spu-tdep.c (spu_return_value): Likewise.
5083 * tic6x-tdep.c (tic6x_return_value): Likewise.
5084 * v850-tdep.c (v850_return_value): Likewise.
5085 * vax-tdep.c (vax_return_value): Likewise.
5086 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
5087 * xtensa-tdep.c (xtensa_return_value): Likewise.
5088 * gdbarch.c: Regenerate.
5089 * gdbarch.h: Regenerate.
5090
29ca12b3
TT
50912012-05-15 Tom Tromey <tromey@redhat.com>
5092
5093 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
5094
588ae58c
JB
50952012-05-15 Joel Brobecker <brobecker@adacore.com>
5096
5097 * breakpoint.c (init_breakpoint_sal): Add quotes around part
5098 of command in two error message.
5099
855a6e68
JB
51002012-05-15 Joel Brobecker <brobecker@adacore.com>
5101
5102 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
5103
d634f2de
JB
51042012-05-15 Joel Brobecker <brobecker@adacore.com>
5105
5106 * breakpoint.c (find_condition_and_thread): Minor reformatting.
5107
9cc815f5
JK
51082012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5109
5110 * NEWS (show auto-load scripts-directory): Add forgotten command.
5111
6a609e58
JK
51122012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5113
5114 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
5115 parameters.
5116
ac1438b5
L
51172012-05-14 H.J. Lu <hongjiu.lu@intel.com>
5118
5119 * amd64-tdep.c: Include features/i386/x32.c and
5120 features/i386/x32-avx.c.
5121 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
5122 initialize_tdesc_x32_avx.
5123
e7e0cddf
SS
51242012-05-14 Stan Shebs <stan@codesourcery.com>
5125
5126 Add dynamic printf.
5127 * breakpoint.h (enum bptype): New type bp_dprintf.
5128 (struct breakpoint): New field extra_string.
5129 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
5130 (create_breakpoint): Add extra_string arg.
5131 * breakpoint.c (dprintf_breakpoint_ops): New.
5132 (is_breakpoint): Add bp_dprintf.
5133 (bpstat_what): Add dprintf case.
5134 (bptype_string): Ditto.
5135 (print_one_breakpoint_location): Ditto.
5136 (init_bp_location): Ditto.
5137 (bkpt_print_mention): Ditto.
5138 (dprintf_style_enums): New array.
5139 (dprintf_style): New global.
5140 (dprintf_function): New global.
5141 (dprintf_channel): New global.
5142 (update_dprintf_command_list): New function.
5143 (update_dprintf_commands): New function.
5144 (init_breakpoint_sal): Add extra_string argument, handle it.
5145 (create_breakpoint_sal): Add extra_string argument.
5146 (create_breakpoints_sal): Add extra_string argument, update callers.
5147 (find_condition_and_thread): Add extra argument.
5148 (create_breakpoint): Add extra_string argument, record it.
5149 (dprintf_command): New function.
5150 (break_command_1): Add arg to create_breakpoint call.
5151 (handle_gnu_v3_exceptions): Ditto.
5152 (trace_command): Ditto.
5153 (ftrace_command): Ditto.
5154 (strace_command): Ditto.
5155 (bkpt_print_mention): Add dprintf case.
5156 (create_breakpoint_sal_default): Add extra_string argument.
5157 (_initialize_breakpoint): Add new commands.
5158 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
5159 * python/py-breakpoint.c (bppy_init): Ditto.
5160 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
5161
8ae38c14
MR
51622012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
5163
5164 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
5165
9f676e66
SCR
51662012-05-14 Siva Chandra Reddy <sivachandra@google.com>
5167
5168 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
5169 unsigned long long.
5170
7efc75aa
SCR
51712012-05-13 Siva Chandra Reddy <sivachandra@google.com>
5172
5173 Add a new function gdb.find_pc_line to the Python API.
5174 * NEWS (Python Scripting): Add entry about the new function.
5175 * python/python.c (gdbpy_find_pc_line): New function which
5176 implements gdb.find_pc_line.
5177 (GdbMethods): Add entry for the new function.
5178
70af3797
PA
51792012-05-12 Pedro Alves <palves@redhat.com>
5180
5181 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
5182 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
5183
06da564e
EZ
51842012-05-12 Eli Zaretskii <eliz@gnu.org>
5185
5186 * inferior.c: Include completer.h
5187 (initialize_inferiors): Set completer of add-inferior to
5188 filename_completer.
5189
0288cee2
L
51902012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5191
5192 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
5193 gdbarch_ptr_bit for x32 core dump.
5194
f6537a2c
L
51952012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5196
5197 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
5198 and features/i386/x32-avx-linux.c.
5199
85d4a676
SS
52002012-05-11 Stan Shebs <stan@codesourcery.com>
5201 Kwok Cheung Yeung <kcy@codesourcery.com>
5202
5203 * NEWS: Describe new info os commands.
5204 * common/linux-osdata.c (PID_T, TIME_T): Define.
5205 (MAX_PID_T_STRLEN): New.
5206 (linux_common_core_of_thread): Add comment. Change to use PID_T and
5207 MAX_PID_T_STRLEN.
5208 (command_from_pid): Add comment. Change to use PID_T.
5209 (commandline_from_pid): Change to use PID_T.
5210 (user_from_pid): Add comment.
5211 (get_process_owner): Add comment. Change to use PID_T and
5212 MAX_PID_T_STRLEN.
5213 (get_number_of_cpu_cores): Add comment.
5214 (get_cores_used_by_process): Add comment. Change to use PID_T and
5215 MAX_PID_T_STRLEN.
5216 (linux_xfer_osdata_processes): Change to use PID_T and
5217 MAX_PID_T_STRLEN.
5218 (compare_processes): New function.
5219 (linux_xfer_osdata_processgroups): New function.
5220 (linux_xfer_osdata_threads): Change to use PID_T.
5221 (linux_xfer_osdata_fds): New function.
5222 (format_socket_state, print_sockets): New functions.
5223 (union socket_addr): New union.
5224 (linux_xfer_osdata_isockets): New function.
5225 (time_from_time_t, group_from_gid): New functions.
5226 (linux_xfer_osdata_shm): New function.
5227 (linux_xfer_osdata_sem): New function.
5228 (linux_xfer_osdata_msg): New function.
5229 (linux_xfer_osdata_modules): New function.
5230 (osdata_table): Add new entries.
5231 * common/buffer.c (buffer_xml_printf): Add support for long and
5232 long long format specifiers.
5233
f24afd6d
L
52342012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5235
5236 * amd64-linux-tdep.h (tdesc_x32_linux): New.
5237 (tdesc_x32_avx_linux): Likewise.
5238
7349ff92
JK
52392012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5240
5241 Implement multi-component --with-auto-load-dir.
5242 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
5243 entries.
5244 (--with-auto-load-safe-path): Update the default value description.
5245 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
5246 New.
5247 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
5248 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
5249 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
5250 (_initialize_auto_load): Initialize also auto_load_dir. Install new
5251 "set auto-load scripts-directory".
5252 * config.in: Regenerate.
5253 * configure: Regenerate.
5254 * configure.ac (--with-auto-load-dir): New configure option.
5255 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
5256
6dea1fbd
JK
52572012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5258
5259 Provide $ddir substitution for --with-auto-load-safe-path.
5260 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
5261 entries.
5262 * auto-load.c: Include observer.h.
5263 (auto_load_safe_path_vec_update): Call substitute_path_component for
5264 each component. New variable ddir_subst.
5265 (auto_load_gdb_datadir_changed): New function.
5266 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5267 AUTO_LOAD_SAFE_PATH. New comment.
5268 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5269 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
5270 * config.in: Regenerate.
5271 * configure: Regenerate.
5272 * configure.ac (--auto-load-safe-path): Rename
5273 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
5274 GDB_DATADIR/auto-load.
5275 * defs.h (substitute_path_component): New declaration.
5276 * top.c: Include observer.h.
5277 (set_gdb_datadir): New function.
5278 (init_main): Install it for "set data-directory".
5279 * utils.c (substitute_path_component): New function.
5280
b09aca3a
JK
52812012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5282
5283 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
5284 * auto-load.c (auto_load_objfile_script): Remove check for NULL
5285 DEBUG_FILE_DIRECTORY. Handle multiple components of
5286 DEBUG_FILE_DIRECTORY.
5287
95554aad
TT
52882012-05-10 Tom Tromey <tromey@redhat.com>
5289
5290 * dwarf2read.c (recursively_write_psymbols): New function.
5291 (write_psymtabs_to_index): Use it.
5292
5293 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
5294 field.
5295 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
5296 (load_partial_comp_unit): Update.
5297 (queue_comp_unit): Add argument 'pretend_language'.
5298 (process_queue): Update.
5299 (psymtab_to_symtab_1): Skip dependencies that have a user.
5300 (load_partial_comp_unit_reader): Give meaning to the 'data'
5301 argument.
5302 (load_full_comp_unit): Add 'pretend_language' argument.
5303 (process_full_comp_unit): Add 'pretend_language' argument. Set
5304 language on CU.
5305 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
5306 Update.
5307 (maybe_queue_comp_unit): Add 'pretend_language' argument.
5308 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
5309 Update.
5310 (prepare_one_comp_unit): Add 'pretend_language' argument.
5311
5312 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
5313 (struct dwarf2_per_objfile) <just_read_cus>: New field.
5314 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
5315 (dw2_do_instantiate_symtab): Check whether symtab was read in
5316 before queueing.
5317 (dw2_instantiate_symtab): Add assertion. Call
5318 process_cu_includes.
5319 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
5320 (partial_symtab_p): New typedef.
5321 (set_partial_user): New function.
5322 (dwarf2_build_psymtabs_hard): Use set_partial_user.
5323 (scan_partial_symbols): Add imported CU to imported_symtabs.
5324 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
5325 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
5326 (get_symtab, recursively_compute_inclusions)
5327 (compute_symtab_includes, process_cu_includes)
5328 (process_imported_unit_die): New functions.
5329 (process_die) <DW_TAG_imported_unit>: New case.
5330 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
5331
5332 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
5333 comment.
5334 (struct partial_die_info) <locdesc>: Remove.
5335 <d>: New field.
5336 (process_psymtab_comp_unit): Add 'read_partial' argument.
5337 Update.
5338 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
5339 (scan_partial_symbols): Handle DW_TAG_imported_unit.
5340 (add_partial_symbol): Update.
5341 (process_die): Handle DW_TAG_partial_unit.
5342 (read_file_scope): Update comment.
5343 (load_partial_dies): Handle DW_TAG_imported_unit.
5344 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
5345 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
5346
e871fbb9
TT
53472012-05-10 Tom Tromey <tromey@redhat.com>
5348
5349 * cc-with-dwz.sh: New file.
5350
b5b04b5b
TT
53512012-05-10 Tom Tromey <tromey@redhat.com>
5352
5353 * symtab.h (struct symtab) <includes, user>: New fields.
5354 * block.h (struct block_iterator) <d, idx, which>: New fields.
5355 * block.c (initialize_block_iterator, find_iterator_symtab)
5356 (block_iterator_step, block_iter_name_step)
5357 (block_iter_match_step): New functions.
5358 (block_iterator_first, block_iterator_next)
5359 (block_iter_name_first, block_iter_name_next)
5360 (block_iter_match_first, block_iter_match_next): Rewrite.
5361 (get_block_symtab): New function.
5362
84a146c9
TT
53632012-05-10 Tom Tromey <tromey@redhat.com>
5364
5365 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
5366 set_block_symtab.
5367 * jit.c (finalize_symtab): Use allocate_global_block,
5368 set_block_symtab.
5369 * buildsym.c (finish_block_internal): New function, from old
5370 finish_block.
5371 (finish_block): Rewrite.
5372 (end_symtab): Use finish_block_internal, set_block_symtab.
5373 * block.h (struct global_block): New.
5374 (allocate_global_block, set_block_symtab): Declare.
5375 * block.c (allocate_global_block, set_block_symtab): New
5376 functions.
5377
9439a077
TT
53782012-05-10 Tom Tromey <tromey@redhat.com>
5379
5380 * psymtab.c (partial_map_expand_apply): Add assertion.
5381 (partial_map_symtabs_matching_filename): Skip included psymtabs.
5382 (psymtab_to_symtab): Find unshared psymtab.
5383 (dump_psymtab): Print including psymtabs.
5384 (recursively_search_psymtabs): New function.
5385 (expand_symtabs_matching_via_partial): Use it.
5386 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
5387 fields.
5388 (enum psymtab_search_status): New.
5389
8157b174
TT
53902012-05-10 Tom Tromey <tromey@redhat.com>
5391
5392 * tracepoint.c (scope_info): Update.
5393 * symtab.c (lookup_block_symbol, iterate_over_symbols)
5394 (find_pc_sect_symtab, search_symbols)
5395 (default_make_symbol_completion_list_break_on)
5396 (make_file_symbol_completion_list): Update.
5397 * symmisc.c (dump_symtab_1): Update.
5398 * stack.c (print_frame_args, iterate_over_block_locals)
5399 (print_frame_labels, iterate_over_block_arg_vars): Update.
5400 * python/py-block.c (block_object) <dict>: Remove.
5401 <block>: New field.
5402 <iter>: Change type.
5403 (blpy_iter): Update.
5404 (blpy_block_syms_iternext): Update.
5405 * psymtab.c (map_block): Use block iterators.
5406 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
5407 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
5408 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
5409 * infrun.c (check_exception_resume): Update.
5410 * cp-support.c (make_symbol_overload_list_block): Update.
5411 * coffread.c (patch_opaque_types): Update.
5412 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
5413 * block.h (struct block_iterator): New.
5414 (block_iterator_first, block_iterator_next, block_iter_name_first)
5415 (block_iter_name_next, block_iter_match_first)
5416 (block_iter_match_next): Declare.
5417 (ALL_BLOCK_SYMBOLS): Redefine.
5418 * block.c (block_iterator_first, block_iterator_next)
5419 (block_iter_name_first, block_iter_name_next)
5420 (block_iter_match_first, block_iter_match_next): New functions.
5421 * ada-lang.c (ada_add_block_symbols)
5422 (ada_make_symbol_completion_list): Use block iterator.
5423
a2ca7a52
TT
54242012-05-10 Tom Tromey <tromey@redhat.com>
5425
5426 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
5427 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
5428 (lookup_partial_symbol, find_last_source_symtab_from_partial)
5429 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
5430 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
5431 Update.
5432
64ea88dc
JB
54332012-05-10 Joel Brobecker <brobecker@adacore.com>
5434
5435 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
5436 print-file-var-lib2.c, print-file-var-main.c and
5437 print-file-var.exp (located in gdb/testsuite/gdb.base).
5438
99a547d6
JB
54392012-05-10 Joel Brobecker <brobecker@adacore.com>
5440
5441 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5442 try locating the symbol in the symbol's own objfile first, before
5443 extending the search to all objfiles.
5444 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5445 out of lookup_symbol_aux_symtabs.
5446 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5447 Replace extracted-out code by call to lookup_symbol_aux_objfile.
5448 Do not search EXCLUDE_OBJFILE.
5449 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5450 (lookup_symbol_global): Search for matches in the block's objfile
5451 first, before searching all other objfiles.
5452
0ece64fd
TG
54532012-05-10 Tristan Gingold <gingold@adacore.com>
5454
5455 * printcmd.c (set_command): Add pre/post inc/dec.
5456
3d16a105
FCE
54572012-05-09 Frank Ch. Eigler <fche@redhat.com>
5458
5459 * gdb.1: Document -ex option.
5460
2efbc0f7
JB
54612012-05-09 Joel Brobecker <brobecker@adacore.com>
5462
5463 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
5464 * inferior.h (AT_SYMBOL): Delete.
5465
2c76a0c7
JB
54662012-05-09 Joel Brobecker <brobecker@adacore.com>
5467
5468 * mips-tdep.c (mips_push_dummy_code): New function.
5469 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
5470 ON_STACK and install mips_push_dummy_code as our gdbarch
5471 push_dummy_code routine.
5472
9401a810
PA
54732012-05-09 Pedro Alves <palves@redhat.com>
5474
5475 * target.c (set_maintenance_target_async_permitted): Rename to ...
5476 (set_target_async_command): ... this.
5477 (show_maintenance_target_async_permitted): Rename to ...
5478 (show_target_async_command): ... this.
5479 (initialize_targets): Adjust.
5480
3929b321
DE
54812012-05-08 Doug Evans <dje@google.com>
5482
5483 * go-exp.y (classify_name): Add missing assignment of fields of
5484 yylval.ssym.
5485
c41535fd
EZ
54862012-05-08 Eli Zaretskii <eliz@gnu.org>
5487
5488 Display the ">" prompt in interactive mode while reading canned
5489 commands, even when the current interpreter is MI.
5490
5491 * interps.c (interp_set_temp): New function.
5492
5493 * interps.h (interp_set_temp): Add prototype.
5494
5495 * cli/cli-script.c (restore_interp): New cleanup function.
5496 (read_command_lines): Temporarily override the current interpreter
5497 with CLI and arrange for restoring the original one.
5498
c0749c4d
JS
54992012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
5500
5501 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
5502
d7333987
SDJ
55032012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
5504
5505 * probe.c (parse_probes): Move conditional to check for
5506 debuginfo files from here...
5507 * stap-probe.c (stap_get_probes): ... to here.
5508
649e6d92
MK
55092012-05-07 Mark Kettenis <kettenis@gnu.org>
5510 H.J. Lu <hongjiu.lu@intel.com>
5511
5512 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
5513 `movl %esp, %ebp' for the X32 ABI.
5514
f39c6ffd
TT
55152012-05-07 Tom Tromey <tromey@redhat.com>
5516
5517 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
5518 get_DW_TAG_name.
5519 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
5520 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
5521 (dwarf_stack_op_name): Remove.
5522 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
5523 (decode_locdesc): Use get_DW_OP_name.
5524 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
5525 (dwarf2_compile_expr_to_ax): Likewise.
5526 (disassemble_dwarf_expression): Likewise.
5527 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
5528
1e1f6591
CLT
55292012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
5530
5531 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
5532 (sh_linux_sigtramp_cache): New function.
5533 (sh_linux_sigreturn_init): New function.
5534 (sh_linux_rt_sigreturn_init): New function.
5535 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
5536 patterns.
5537 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
5538 syscall codes.
5539 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
5540 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
5541 (sh_linux_init_abi): Add init calls to register new tramp_frame
5542 definitions under 32-bit SH, update comments.
5543
545c08b4
PA
55442012-05-07 Pedro Alves <palves@redhat.com>
5545
daac165e
PA
5546 PR gdb/10952
5547
545c08b4
PA
5548 * amd64-linux-tdep.c: Include glibc-tdep.h.
5549 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
5550 gdbarch_skip_solib_resolver callback.
5551
af2c1515
JK
55522012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5553
5554 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
5555 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
5556 (show_auto_load_safe_path): Check any-directory by comparison with "/".
5557 (add_auto_load_safe_path): Change the error message.
5558 (_initialize_auto_load): Change the "safe-path" help text.
5559 * configure: Regenerate
5560 * configure.ac (--without-auto-load-safe-path): Set
5561 WITH_AUTO_LOAD_SAFE_PATH to /.
5562
1067f998
SDJ
55632012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
5564
5565 * stap-probe.h: Do not include unecessary `probe.h'.
5566
45dfa85a
AM
55672012-05-05 Alan Modra <amodra@gmail.com>
5568
5569 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
5570 bfd_und_section_ptr.
5571 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
5572 and bfd_com_section_ptr.
5573
cf093994
JB
55742012-05-04 Joel Brobecker <brobecker@adacore.com>
5575
762ebb75 5576 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
cf093994 5577
d40dc7a8
JB
55782012-05-04 Joel Brobecker <brobecker@adacore.com>
5579
5580 * windows-nat.h (segment_register_p_ftype): New typedef.
5581 (windows_set_segment_register_p): Add declaration.
5582 * windows-nat.c (segment_register_p): New static global.
5583 (windows_set_segment_register_p): New function.
5584 (do_windows_fetch_inferior_registers): Add special handling
5585 for segment registers.
5586 * amd64-windows-nat.c: #include "amd64-tdep.h".
5587 (amd64_windows_segment_register_p): New function.
5588 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
5589 * i386-windows-nat.c: #include "i386-tdep.h".
5590 (i386_windows_segment_register_p): New function.
5591 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
5592
52b3699b
TG
55932012-05-04 Tristan Gingold <gingold@adacore.com>
5594
5595 * printcmd.c (set_command): Emit a warning if the expression is not
5596 an assignment.
5597
94c74239
JB
55982012-05-03 Joel Brobecker <brobecker@adacore.com>
5599
5600 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
5601 Make static.
5602
fcf57f19
SDJ
56032012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
5604
5605 * stap-probe.c (stap_is_operator): Change declaration.
5606 (stap_get_opcode): Change return value.
5607 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
5608 `stap_parse_argument_1'.
5609
27d2932e
PA
56102012-05-03 Pedro Alves <pedro@codesourcery.com>
5611
5612 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
5613 debug log.
5614
a20ee7a4
SCR
56152012-05-03 Siva Chandra Reddy <sivachandra@google.com>
5616
5617 Add two new methods global_block and static_block to gdb.Symtab
5618 objects.
5619 * NEWS (Python scripting): Add entry about the new methods.
5620 * python/py-symtab.c (stpy_global_block): New function which
5621 implements the gdb.Symtab.global_block() method.
5622 (stpy_static_block): New function which implements the
5623 gdb.Symtab.static_block() method.
5624 (symtab_object_methods): Add entries for the two new methods.
5625
943cb756
DE
56262012-05-03 Doug Evans <dje@google.com>
5627
5628 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
5629 files.
5630
f4644a3f
YQ
56312012-05-03 Yao Qi <yao@codesourcery.com>
5632
5633 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
5634 space.
5635 (i386_process_record): Ditto.
5636
ef61f180
JB
56372012-05-02 Joel Brobecker <brobecker@adacore.com>
5638
5639 * infcall.c (unwind_on_signal_p): Make static.
5640
02f1df11
JB
56412012-05-02 Joel Brobecker <brobecker@adacore.com>
5642
5643 * sol-thread.c (solaris_pid_to_str): Make static.
5644 (_initialize_sol_thread): Add prototype.
5645
39023530
JB
56462012-05-02 Joel Brobecker <brobecker@adacore.com>
5647
5648 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
5649
c6b0c501
CF
56502012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
5651
5652 * MAINTAINERS: Remove myself.
5653
1ef71717
JK
56542012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5655
5656 Fix --without-auto-load-safe-path for MS-Windows host platform.
5657 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
5658
b31b86a7
EZ
56592012-05-02 Eli Zaretskii <eliz@gnu.org>
5660
5661 * gdb_curses.h: Undefine KEY_EVENT before including curses
5662 headers. Move "#undef MOUSE_MOVED" before any curses header
5663 inclusion.
5664
777532fc
SDJ
56652012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
5666
5667 * features/i386/i386-mmx-linux.c: Regenerate.
5668 * features/rs6000/powerpc-32.c: Likewise.
5669 * features/rs6000/powerpc-32l.c: Likewise.
5670 * features/rs6000/powerpc-403.c: Likewise.
5671 * features/rs6000/powerpc-403gc.c: Likewise.
5672 * features/rs6000/powerpc-405.c: Likewise.
5673 * features/rs6000/powerpc-505.c: Likewise.
5674 * features/rs6000/powerpc-601.c: Likewise.
5675 * features/rs6000/powerpc-602.c: Likewise.
5676 * features/rs6000/powerpc-603.c: Likewise.
5677 * features/rs6000/powerpc-604.c: Likewise.
5678 * features/rs6000/powerpc-64.c: Likewise.
5679 * features/rs6000/powerpc-64l.c: Likewise.
5680 * features/rs6000/powerpc-750.c: Likewise.
5681 * features/rs6000/powerpc-860.c: Likewise.
5682 * features/rs6000/powerpc-e500.c: Likewise.
5683 * features/rs6000/powerpc-e500l.c: Likewise.
5684 * features/rs6000/powerpc-isa205-32l.c: Likewise.
5685 * features/rs6000/powerpc-isa205-64l.c: Likewise.
5686 * features/rs6000/rs6000.c: Likewise.
5687
d71871bc
SDJ
56882012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
5689
5690 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
5691 variable.
5692 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
5693 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
5694 (stap_parse_argument) <e>: Likewise.
5695 (handle_stap_probe) <byte_order>: Likewise.
5696
fd820528
DE
56972012-04-30 Doug Evans <dje@google.com>
5698
5699 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
5700 init_and_read_dies_worker. All callers updated.
5701 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
5702 replaced with init_cutu_and_read_dies.
5703 (load_partial_comp_unit): Pass 1 for use_existing_cu.
5704 (find_partial_die): Remove FIXME. Don't free current CU.
5705
ec3f619d 57062012-04-30 Sterling Augustine <saugustine@google.com>
be36f02d
SA
5707
5708 * contrib: New directory.
5709 * contrib/test_pubnames_and_indexes.py: New file.
5710
fceca515
DE
57112012-04-30 Doug Evans <dje@google.com>
5712
5713 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
5714 All callers updated.
5715 (init_cu_die_reader): Verify the section is non-empty.
5716 (dwarf_decode_line_header): Don't dereference section->asection
5717 until we know the section is present.
5718
311fe7e1
SDJ
57192012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
5720
5721 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
5722 probes.
5723
5977971a
YQ
57242012-04-29 Yao Qi <yao@codesourcery.com>
5725
5726 * gdb-code-style.el: New hook gdb-markup-hook
5727 and gdb-comment-hook.
5728
dee91e82
DE
57292012-04-28 Doug Evans <dje@google.com>
5730
3019eac3
DE
5731 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
5732 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
5733 objfile->obfd.
5734 * symfile.h (dwarf2_debug_sections): New member addr.
5735 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
5736 (ctx_no_get_addr_index): New function.
5737 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
5738 (ctx_no_get_addr_index): Declare.
5739 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
5740 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
5741 (dwarf_expr_ctx_funcs): Update.
5742 (needs_get_addr_index): New function.
5743 (needs_frame_ctx_funcs): Update.
5744 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
5745 * dwarf2read.c: #include "gdbcore.h".
5746 (dwarf2_per_objfile): New members addr, dwo_files.
5747 (dwarf2_elf_names): Add entry for addr.
5748 (struct dwo_section_names): New type.
5749 (dwo_section_names): New static global.
5750 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
5751 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
5752 old debug_types_section member updated to use this.
5753 Rename member debug_types_section to info_or_types_section,
5754 all uses updated.
5755 (signatured_type): Rename member type_offset to type_offset_in_tu,
5756 all uses updated. New member type_offset_in_section.
5757 (struct dwo_sections): New type.
5758 (struct dwo_unit): New type.
5759 (struct dwo_file): New type.
5760 (die_reader_specs): New member dwo_file.
5761 (dwarf2_locate_sections): Watch for .debug_addr.
5762 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
5763 (dwarf2_read_section): Get bfd of section from bfd's asection,
5764 instead of objfile.
5765 (create_cus_from_index): Initialize the_cu->info_or_types_section.
5766 (create_signatured_type_table_from_index): Initialize
5767 sig_type->info_or_types_section.
5768 (dw2_get_file_names): Statement lists for type units with DWO files
5769 live in the DWO file.
5770 (create_debug_types_hash_table): New function.
5771 (create_all_type_units): Rewrite.
5772 (init_cu_die_reader): New arg dwo_file, all callers updated.
5773 (init_and_read_dies_worker): Get section from
5774 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
5775 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
5776 continue reading the CU/TU from there.
5777 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
5778 updated. Get section from this_cu->info_or_types_section.
5779 (create_all_comp_units): Initialize this_cu->info_or_types_section.
5780 (skip_one_die): New cases DW_FORM_GNU_addr_index,
5781 DW_FORM_GNU_str_index.
5782 (hash_dwo_file, eq_dwo_file): New functions.
5783 (allocate_dwo_file_hash_table): New function.
5784 (hash_dwo_unit, eq_dwo_unit): New functions.
5785 (allocate_dwo_unit_table): New function.
5786 (dwarf2_locate_dwo_sections): New function.
5787 (struct create_dwo_info_table_data): New type.
5788 (create_debug_info_hash_table_reader): New function.
5789 (create_debug_info_hash_table): New function.
5790 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
5791 (lookup_dwo_file): New function.
5792 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
5793 (free_dwo_file, free_dwo_file_cleanup): New functions.
5794 (free_dwo_file_from_slot, free_dwo_files): New functions.
5795 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
5796 (dwarf2_record_block_ranges): Ditto.
5797 (read_partial_die): Ditto.
5798 (process_enumeration_scope): Update to use type_offset_in_section.
5799 (read_full_die_1): New function.
5800 (read_full_die): Rewrite.
5801 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
5802 DW_FORM_GNU_str_index.
5803 (read_addr_index_1, read_addr_index): New functions.
5804 (read_addr_index_from_leb128): New function.
5805 (struct dwarf2_read_addr_index_data): New type.
5806 (dwarf2_read_addr_index_reader): New function.
5807 (dwarf2_read_addr_index): New function.
5808 (read_str_index): New function.
5809 (leb128_size): New function.
5810 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
5811 If processing a type unit from a DWO file, get the line section
5812 from the DWO file.
5813 (var_decode_location): Watch for DW_OP_GNU_addr_index.
5814 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
5815 DW_FORM_GNU_str_index.
5816 (lookup_die_type): Check whether section offset of type's die is
5817 known before looking it up. Remove assert. Condition can
5818 legimately happen for inter-cu type references.
5819 (dwarf_attr_name): Handle Fission attributes.
5820 (dwarf_form_name): Handle Fission forms.
5821 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
5822 DW_FORM_GNU_str_index.
5823 (follow_die_sig): Update to use type_offset_in_section.
5824 (decode_locdesc): New case DW_OP_GNU_addr_index.
5825 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
5826 DW_FORM_GNU_str_index.
5827 (cu_debug_loc_section): New function.
5828 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
5829 (dwarf2_per_objfile_free): Unmap .debug_addr section.
5830 Free DWO files if present.
5831 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
5832
dee91e82
DE
5833 Refactor DIE reading.
5834 * dwarf2read.c (dwarf2_per_objfile): Replace members
5835 debug_info_type_hash and debug_types_type_hash with die_type_hash.
5836 (die_reader_specs): New member "die_section". Temporarily make
5837 member "buffer" non-const, pending constifying all info_ptr uses.
5838 (die_reader_func_ftype): New typedef.
5839 (dw2_get_file_names_reader): New function.
5840 (dw2_get_file_names): Rewrite.
5841 (read_and_check_type_unit_head): Rename arg type_offset to
5842 type_offset_in_tu.
5843 (create_all_type_units): Improve debugging message.
5844 Improve dummy type unit check.
5845 (init_cu_die_reader): New arg "section". All callers updated.
5846 (init_and_read_dies_worker): New function.
5847 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
5848 (init_cutu_and_read_dies_no_follow): New function.
5849 (init_cutu_and_read_dies_simple): New function.
5850 (process_psymtab_comp_unit_reader): New function.
5851 (process_psymtab_comp_unit): Delete args section,
5852 is_debug_types_section. Rewrite. All callers updated.
5853 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
5854 All callers updated. Rewrite.
5855 (load_partial_comp_unit_reader): New function.
5856 (load_partial_comp_unit): Rewrite.
5857 (skip_children): New arg reader. Delete args buffer, cu.
5858 All callers updated.
5859 (skip_one_die): New arg reader. Delete args buffer, cu.
5860 All callers updated.
5861 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
5862 All callers updated.
5863 (load_full_comp_unit_reader): New function.
5864 (load_full_comp_unit): Rewrite.
5865 (read_comp_unit): Delete.
5866 (read_die_and_children_1): Delete, contents moved ...
5867 (read_die_and_children): ... here.
5868 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
5869 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
5870 All callers updated.
5871 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
5872 All callers updated.
5873 (find_partial_die): Rewrite load_all_dies support.
5874 (read_attribute_value): New arg reader. Delete args abfd, cu.
5875 All callers updated.
5876 (read_attribute): New arg reader. Delete args abfd, cu.
5877 All callers updated.
5878 (load_full_type_unit): Add assert.
5879 (read_signatured_type_reader): New function.
5880 (read_signatured_type): Rewrite.
5881 (free_stack_comp_unit): Remove call to age_cached_comp_units.
5882 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
5883 All callers updated. Set per_cu->cu = NULL after freeing it.
5884 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
5885 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
5886 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
5887 (set_die_type): Update.
5888 (get_die_type_at_offset): Update.
5889 (read_file_scope): Call prepare_one_comp_unit.
5890 (read_type_unit_scope): Ditto.
5891 (prepare_one_comp_unit): Set producer if present.
5892
72d59e0d
SDJ
58932012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5894
5895 * probe.c (compile_rx_or_error): Silence ARI warning about missing
5896 gettext function on `error'.
5897
0fefef59
DE
58982012-04-27 Doug Evans <dje@google.com>
5899
5900 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
5901 is empty.
5902
28106bc2
SDJ
59032012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5904 Tom Tromey <tromey@redhat.com>
5905
5906 * breakpoint.c (struct breakpoint_objfile_data)
5907 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
5908 <exception_probes>: New fields.
5909 (free_breakpoint_probes): New function.
5910 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
5911 `_Unwind_DebugHook'.
5912 (create_exception_master_breakpoint): Likewise.
5913 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
5914 * infrun.c: Including necessary header files for handling SystemTap
5915 probes.
5916 (handle_inferior_event): Handling longjmp breakpoint and exceptions
5917 via SystemTap probes.
5918 (check_exception_resume): Remove `func' argument. Handle exception
5919 unwinding breakpoint set via a SystemTap probe.
5920 (insert_exception_resume_from_probe): New function.
5921
55aa24fb
SDJ
59222012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5923 Tom Tromey <tromey@redhat.com>
5924 Jan Kratochvil <jan.kratochvil@redhat.com>
5925
5926 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
5927 (COMMON_OBS): Likewise.
5928 (HFILES_NO_SRCDIR): Add `probe'.
5929 * NEWS: Mention support for static and SystemTap probes.
5930 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
5931 SystemTap probes' arguments parser.
5932 * arm-linux-tdep.c: Including headers needed to perform the parsing
5933 of SystemTap probes' arguments.
5934 (arm_stap_is_single_operand): New function.
5935 (arm_stap_parse_special_token): Likewise.
5936 (arm_linux_init_abi): Initializing proper fields used by SystemTap
5937 probes' arguments parser.
5938 * ax-gdb.c (require_rvalue): Removing static declaration.
5939 (gen_expr): Likewise.
5940 * ax-gdb.h (gen_expr): Declaring function.
5941 (require_rvalue): Likewise.
5942 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
5943 (bkpt_probe_breakpoint_ops): New variable.
5944 (momentary_breakpoint_from_master): Set the `probe' value.
5945 (add_location_to_breakpoint): Likewise.
5946 (break_command_1): Using proper breakpoint_ops according to the
5947 argument passed by the user in the command line.
5948 (bkpt_probe_insert_location): New function.
5949 (bkpt_probe_remove_location): Likewise.
5950 (bkpt_probe_create_sals_from_address): Likewise.
5951 (bkpt_probe_decode_linespec): Likewise.
5952 (tracepoint_probe_create_sals_from_address): Likewise.
5953 (tracepoint_probe_decode_linespec): Likewise.
5954 (tracepoint_probe_breakpoint_ops): New variable.
5955 (trace_command): Using proper breakpoint_ops according to the
5956 argument passed by the user in the command line.
5957 (initialize_breakpoint_ops): Initializing breakpoint_ops for
5958 static probes on breakpoints and tracepoints.
5959 * breakpoint.h (struct bp_location) <probe>: New field.
5960 * cli-utils.c (skip_spaces_const): New function.
5961 (extract_arg): Likewise.
5962 * cli-utils.h (skip_spaces_const): Likewise.
5963 (extract_arg): Likewise.
5964 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
5965 * configure.ac: Append `stap-probe.o' to be generated when ELF
5966 support is present.
5967 * configure: Regenerate.
5968 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
5969 * elfread.c: Include `probe.h' and `arch-utils.h'.
5970 (probe_key): New variable.
5971 (elf_get_probes): New function.
5972 (elf_get_probe_argument_count): Likewise.
5973 (elf_evaluate_probe_argument): Likewise.
5974 (elf_compile_to_ax): Likewise.
5975 (elf_symfile_relocate_probe): Likewise.
5976 (stap_probe_key_free): Likewise.
5977 (elf_probe_fns): New variable.
5978 (elf_sym_fns): Add `sym_probe_fns' value.
5979 (elf_sym_fns_lazy_psyms): Likewise.
5980 (elf_sym_fns_gdb_index): Likewise.
5981 (_initialize_elfread): Initialize objfile cache for static
5982 probes.
5983 * gdb_vecs.h (struct probe): New forward declaration.
5984 (probe_p): New VEC declaration.
5985 * gdbarch.c: Regenerate.
5986 * gdbarch.h: Regenerate.
5987 * gdbarch.sh (stap_integer_prefix): New variable.
5988 (stap_integer_suffix): Likewise.
5989 (stap_register_prefix): Likewise.
5990 (stap_register_suffix): Likewise.
5991 (stap_register_indirection_prefix): Likewise.
5992 (stap_register_indirection_suffix): Likewise.
5993 (stap_gdb_register_prefix): Likewise.
5994 (stap_gdb_register_suffix): Likewise.
5995 (stap_is_single_operand): New function.
5996 (stap_parse_special_token): Likewise.
5997 (struct stap_parse_info): Forward declaration.
5998 * i386-tdep.c: Including headers needed to perform the parsing
5999 of SystemTap probes' arguments.
6000 (i386_stap_is_single_operand): New function.
6001 (i386_stap_parse_special_token): Likewise.
6002 (i386_elf_init_abi): Initializing proper fields used by SystemTap
6003 probes' arguments parser.
6004 * i386-tdep.h (i386_stap_is_single_operand): New function.
6005 (i386_stap_parse_special_token): Likewise.
6006 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
6007 * mipsread.c (ecoff_sym_fns): Likewise.
6008 * objfiles.c (objfile_relocate1): Support relocation for static
6009 probes.
6010 * parse.c (prefixify_expression): Remove static declaration.
6011 (initialize_expout): Likewise.
6012 (reallocate_expout): Likewise.
6013 * parser-defs.h (initialize_expout): Declare function.
6014 (reallocate_expout): Likewise.
6015 (prefixify_expression): Likewise.
6016 * ppc-linux-tdep.c: Including headers needed to perform the parsing
6017 of SystemTap probes' arguments.
6018 (ppc_stap_is_single_operand): New function.
6019 (ppc_stap_parse_special_token): Likewise.
6020 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
6021 probes' arguments parser.
6022 * probe.c: New file, for generic statically defined probe support.
6023 * probe.h: Likewise.
6024 * s390-tdep.c: Including headers needed to perform the parsing of
6025 SystemTap probes' arguments.
6026 (s390_stap_is_single_operand): New function.
6027 (s390_gdbarch_init): Initializing proper fields used by SystemTap
6028 probes' arguments parser.
6029 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
6030 * stap-probe.c: New file, for SystemTap probe support.
6031 * stap-probe.h: Likewise.
6032 * symfile.h: Include `gdb_vecs.h'.
6033 (struct sym_probe_fns): New struct.
6034 (struct sym_fns) <sym_probe_fns>: New field.
6035 * symtab.c (init_sal): Initialize `probe' field.
6036 * symtab.h (struct probe): Forward declaration.
6037 (struct symtab_and_line) <probe>: New field.
6038 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
6039 locations.
6040 (stop_tracing): Likewise.
6041 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
6042
22d2b532
SDJ
60432012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6044 Tom Tromey <tromey@redhat.com>
6045
6046 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
6047 and to compile agent expressions.
6048 * infrun.c (siginfo_make_value): New argument `ignore'.
6049 (siginfo_funcs): New struct.
6050 (_initialize_infrun): New argument when calling
6051 `create_internalvar_type_lazy'.
6052 * thread.c (thread_id_make_value): New argument `ignore'.
6053 (thread_funcs): New struct.
6054 (_initialize_thread): New argument when calling
6055 `create_internalvar_type_lazy'.
6056 * tracepoint.c (sdata_make_value): New argument `ignore'.
6057 (sdata_funcs): New struct.
6058 (_initialize_tracepoint): New argument when calling
6059 `create_internalvar_type_lazy'.
6060 * value.c (make_value): New struct.
6061 (create_internalvar_type_lazy): New argument `data'.
6062 (compile_internalvar_to_ax): New function.
6063 (value_of_internalvar): Properly handling `make_value' case.
6064 (clear_internalvar): Likewise.
6065 (show_convenience): Adding `TRY_CATCH' block.
6066 * value.h (internalvar_make_value): Delete, replace by...
6067 (struct internalvar_funcs): ... this.
6068 (create_internalvar_type_lazy) <fun>: Delete argument.
6069 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
6070 (compile_internalvar_to_ax): New function.
6071 * windows-tdep.c (tlb_make_value): New argument `ignore'.
6072 (tlb_funcs): New struct.
6073 (_initialize_windows_tdep): New argument when calling
6074 `create_internalvar_type_lazy'.
6075
91da1414
MW
60762012-04-27 Mark Wielaard <mjw@redhat.com>
6077
6078 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
6079 see whether it is an address or a constant offset from DW_AT_low_pc.
6080 (dwarf2_record_block_ranges): Likewise.
6081 (read_partial_die): Likewise.
6082
4ab9d8ec
MW
60832012-04-26 Mark Wielaard <mjw@redhat.com>
6084
6085 * MAINTAINERS (Write After Approval): Add myself to the list.
6086
a0911fd0
MR
60872012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6088
6089 * proc-utils.h (proc_prettyprint_signalset): New prototype.
6090 (proc_prettyprint_signal): Likewise.
6091 (proc_prettyprint_faultset): Likewise.
6092 (proc_prettyprint_fault): Likewise.
6093 (proc_prettyprint_actionset): Likewise.
6094 (proc_prettyprint_flags): Move to new proc-flags.c section.
6095 (proc_prettyfprint_flags): New prototype.
6096 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
6097 (proc_syscall, proc_cursig): Likewise.
6098 (proc_set_kill_on_last_close): Likewise.
6099 (proc_unset_kill_on_last_close): Likewise.
6100 (proc_set_watchpoint): Make static.
6101 (proc_delete_dead_threads): Likewise.
6102 (procfs_set_watchpoint): Likewise.
6103 (_initialize_procfs): Add prototype.
6104 * proc-events.c: Include proc-utils.h.
6105 (init_syscall_table): Make static.
6106 * proc-api.c (_initialize_proc_api): Add prototype.
6107 * proc-flags.c: Include proc-utils.h.
6108
9009e1ae
MR
61092012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6110
6111 * configure.ac: Add AC_ARG_PROGRAM.
6112 * configure: Regenerate.
6113
4fae6e18
JK
61142012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6115
6116 Fix DW_AT_lower_bound defaults for DWARF-4+.
6117 * dwarf2read.c (read_subrange_type): Remove initialization of low and
6118 high. New variable low_default_is_valid. Implement DWARF-4+
6119 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
6120 no default by the DWARF standard.
6121
14132e89 61222012-04-26 Maciej W. Rozycki <macro@mips.com>
f782ad9b 6123 Maciej W. Rozycki <macro@codesourcery.com>
14132e89
MR
6124
6125 * infrun.c (handle_inferior_event): Move the check for return
6126 trampolines ahead of the check for function trampolines.
6127 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
6128 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
6129 (mips_str_mips16_ret_stub): Likewise.
6130 (mips_str_call_fp_stub): Likewise.
6131 (mips_str_call_stub): Likewise.
6132 (mips_str_fn_stub): Likewise.
6133 (mips_str_pic): Likewise.
6134 (mips_in_frame_stub): New function.
6135 (mips_unwind_pc): Return the return address rather than the PC
6136 if the PC of an intermediate frame is inside a call thunk.
6137 (mips_is_stub_suffix): New function.
6138 (mips_is_stub_mode): Likewise.
6139 (mips_get_mips16_fn_stub_pc): Likewise.
6140 (mips_skip_mips16_trampoline_code): Update to handle all the
6141 currently generated stub types. Don't recurse into __fn_stub
6142 thunks. Remove heuristics to handle stubs beyond etext/_etext.
6143 Use cooked register accesses.
6144 (mips_in_return_stub): Reintroduce function.
6145 (mips_skip_trampoline_code): Traverse trampolines recursively.
6146 (mips_gdbarch_init): Handle MIPS16 return trampolines.
6147
518f0db5 61482012-04-26 Joel Brobecker <brobecker@adacore.com>
6149
6150 GDB 7.4.1 released.
6151
3184d3f9
JL
61522012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
6153
6154 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
6155 * features/arm-with-m-vfp-d16.xml: New file. Describes
6156 Cortex-M with VFPv4-sp-d16 FPU register layout.
6157 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
6158 * features/arm-with-m-vfp-d16.c: New. Generated from above.
6159 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
6160 (arm-register_g_packet_guesses): Add vfp-d16 guess.
6161 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
6162
b6201d44
DE
61632012-04-25 Doug Evans <dje@google.com>
6164
6165 * cli/cli-decode.c (print_doc_line): Use stream instead of
6166 current_uiout.
6167
4e2f8df6
SDJ
61682012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
6169
6170 * features/arm-with-iwmmxt.c: Regenerate.
6171 * features/arm-with-m-fpa-layout.c: Likewise.
6172 * features/arm-with-m.c: Likewise.
6173 * features/arm-with-neon.c: Likewise.
6174 * features/arm-with-vfpv2.c: Likewise.
6175 * features/arm-with-vfpv3.c: Likewise.
6176 * features/mips-dsp-linux.c: Likewise.
6177 * features/mips-linux.c: Likewise.
6178 * features/mips64-dsp-linux.c: Likewise.
6179 * features/mips64-linux.c: Likewise.
6180 * features/s390-linux32.c: Likewise.
6181 * features/s390-linux32v1.c: Likewise.
6182 * features/s390-linux32v2.c: Likewise.
6183 * features/s390-linux64.c: Likewise.
6184 * features/s390-linux64v1.c: Likewise.
6185 * features/s390-linux64v2.c: Likewise.
6186 * features/s390x-linux64.c: Likewise.
6187 * features/s390x-linux64v1.c: Likewise.
6188 * features/s390x-linux64v2.c: Likewise.
6189 * features/tic6x-c62x-linux.c: Likewise.
6190 * features/tic6x-c62x.c: Likewise.
6191 * features/tic6x-c64x-linux.c: Likewise.
6192 * features/tic6x-c64x.c: Likewise.
6193 * features/tic6x-c64xp-linux.c: Likewise.
6194 * features/tic6x-c64xp.c: Likewise.
6195 * target-descriptions.c: Only generate `field_type' and `type'
6196 variables when needed.
6197
2def3e66
JB
61982012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
6199
6200 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
6201
a766d390
DE
62022012-04-25 Doug Evans <dje@google.com>
6203
6204 Initial pass at Go language support.
6205 * NEWS: Mention Go.
6206 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
6207 go-valprint.c.
6208 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
6209 (YYFILES): Add go-exp.c.
6210 (YYOBJ): Add go-exp.o.
6211 (local-maintainer-clean): Delete go-exp.c.
6212 * defs.h (enum language): Add language_go.
6213 * dwarf2read.c: #include "go-lang.h".
6214 (fixup_go_packaging): New function.
6215 (process_full_comp_unit): Call it when processing Go CUs.
6216 (dwarf2_physname): Add Go support.
6217 (read_file_scope): Handle missing language spec for GNU Go.
6218 (set_cu_language): Handle DW_LANG_Go.
6219 * go-exp.y: New file.
6220 * go-lang.h: New file.
6221 * go-lang.c: New file.
6222 * go-typeprint.c: New file.
6223 * go-valprint.c: New file.
6224 * symtab.c: #include "go-lang.h".
6225 (symbol_set_language): Handle language_go.
6226 (symbol_find_demangled_name, symbol_set_names): Ditto.
6227 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
6228
4e2af517
JM
62292012-04-24 Jim Meyering <meyering@redhat.com>
6230
6231 avoid a few strncpy-induced buffer overruns
6232 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
6233 fname and psargs before trying to concatenate.
6234 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
6235 "name" before applying strchr.
6236
b77b7f52
SCR
62372012-04-25 Siva Chandra Reddy <sivachandra@google.com>
6238
6239 * CONTRIBUTE: Use unified diff instead of context diff when
6240 generating patches.
6241
6321c22a
MR
62422012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6243
6244 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
6245 code. Handle JR.HB correctly.
6246
742c84f6
MR
62472012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6248
6249 * mips-tdep.c
6250 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
6251 with the other MIPS16 helpers.
6252
7fc7e0c3
SDJ
62532012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
6254
6255 * observer.sh: Conditionally declare `args', thus cleaning up
6256 unused instances of this variable.
6257
20388dd6
YQ
62582012-04-24 Yao Qi <yao@codesourcery.com>
6259
6260 Revert this patch to allow breakpoint always-inserted
6261 in record target.
6262 2011-12-05 Pedro Alves <pedro@codesourcery.com>
f782ad9b
AS
6263 * breakpoint.c: Include record.h.
6264 (breakpoints_always_inserted_mode): Return false when the record
6265 target is in use.
20388dd6
YQ
6266
6267 * breakpoint.c (iterate_over_bp_locations): New.
6268 * breakpoint.h: Declare.
6269 New typedef walk_bp_location_callback.
6270 * record.c (record_open): Call record_init_record_breakpoints.
6271 (record_sync_record_breakpoints): New.
6272 (record_init_record_breakpoints): New.
6273 * NEWS: Mention supporting breakpoint always-inserted mode in
6274 record target.
6275
4734f50e
MK
62762012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
6277
6278 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
6279 any thread.
6280
c326b90e
YQ
62812012-04-24 Yao Qi <yao@codesourcery.com>
6282
6283 * breakpoint.c (ep_is_catchpoint): Renamed to ...
6284 (is_catchpoint): ... it.
6285 (print_one_breakpoint_location): Caller update.
6286 * breakpoint.h: Update declaration.
6287
d8fb5a1e
DM
62882012-04-23 David S. Miller <davem@davemloft.net>
6289
6290 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
6291
34431a2a
TT
62922012-04-23 Tom Tromey <tromey@redhat.com>
6293
6294 * buildsym.c (add_free_pendings): Remove.
6295 * buildsym.h (add_free_pendings): Remove.
6296
4568ecf9
DE
62972012-04-23 Doug Evans <dje@google.com>
6298
6299 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
6300 attr.u.unsnd instead of attr.u.addr.
6301 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
6302 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
6303 DW_FORM_ref_udata.
6304 (dump_die_shallow): Update cases DW_FORM_ref_addr,
6305 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
6306 DW_FORM_ref_udata.
6307 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
6308
dca9aa3a
MR
63092012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
6310
6311 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
6312 (mips_o32_return_value): Likewise.
6313 (mips_o64_return_value): Likewise.
6314
c8ea1972
PH
63152012-04-21 Paul Hilfinger <hilfinger@adacore.com>
6316
6317 * ada-lang.c (ada_evaluate_subexp): Add cases for
f782ad9b
AS
6318 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
6319 their treatment in eval.c.
c8ea1972 6320
8d1b3521
DM
63212012-04-21 David S. Miller <davem@davemloft.net>
6322
6323 * sparc-tdep.c (X_DISP10): Define.
6324 (sparc_analyze_control_transfer): Handle compare-and-branch.
6325
03145bf4
JL
63262012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
6327
6328 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
6329 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
6330
004159a2 63312012-04-20 Nigel Stephens <nigel@mips.com>
f782ad9b 6332 Maciej W. Rozycki <macro@codesourcery.com>
004159a2
MR
6333
6334 * mips-tdep.c (mips_float_register_p): New function.
6335 (mips_convert_register_float_case_p): Use mips_float_register_p.
6336 (mips_register_type): Likewise.
6337 (mips_print_register): Likewise.
6338 (print_gp_register_row): Likewise.
6339 (mips_print_registers_info): Likewise.
6340
7f0e6aae
MR
63412012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
6342
6343 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
6344 of mips16 symbols.
6345
bc17beea
AP
63462012-04-20 Andrew Pinski <apinski@cavium.com>
6347
6348 * MAINTAINERS (Write After Approval): Add myself to the list.
6349
1730a5a5
SDJ
63502012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6351
6352 * MAINTAINERS: Update my e-mail address.
6353
38ea300a
PA
63542012-04-20 Pedro Alves <palves@redhat.com>
6355
6356 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
6357 $srcdir.
6358 * configure: Regenerate.
6359
111dfaae
SDJ
63602012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6361
6362 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
6363 declaration.
6364 * gdb_vecs.h: Declare `const_char_ptr' VEC.
6365
4fb2c64a
JK
63662012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6367
6368 Fix compilation compatibility with python-2.4
6369 * python/py-type.c (convert_field): Cast ADDRSTRING for
6370 PyObject_SetAttrString as non-const. New comment.
6371
6328eb38
TT
63722012-04-19 Tom Tromey <tromey@redhat.com>
6373
6374 * top.c (quit_target): Use all_cleanups.
6375 * main.c (captured_command_loop): Use all_cleanups.
6376 * exceptions.c (throw_exception): Use all_cleanups.
6377
c971b7fa
PA
63782012-04-19 Pedro Alves <palves@redhat.com>
6379
6380 * Makefile.in (GNULIB_BUILDDIR): New.
6381 (LIBGNU, INCGNU, GNULIB_H): Adjust.
6382 (SUBDIRS): Add $(GNULIB_BUILDDIR).
6383 (CLEANDIRS). Remove gnulib/import.
6384 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
6385 (all-lib): Ditto.
6386 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
6387 (gnulib/import/Makefile): Replace gnulib/import with
6388 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
6389 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
6390 (aclocal_m4_deps): Remove the gnulib dependencies. Add
6391 acx_configure_dir.m4.
6392 * acinclude.m4: Include acx_configure_dir.m4.
6393 * acx_configure_dir.m4: New file.
6394 * aclocal.m4: Regenerate.
a09130f9
PA
6395 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
6396 calls. Configure gnulib using ACX_CONFIGURE_DIR.
6397 (GNULIB): New variable.
6398 (GNULIB_STDINT_H): Adjust.
6399 (AC_OUTPUT): Don't output gnulib/Makefile.
6400 * gdb/defs.h: Include build-gnulib/config.h.
6401 * aclocal.m4: Regenerate.
6402 * config.in: Regenerate.
6403 * configure: Regenerate.
6404
6405 * gnulib/Makefile.in: New file.
6406 * gnulib/configure.ac: New file.
6407 * gnulib/aclocal.m4: New file.
6408 * gnulib/config.in: New file.
6409 * gnulib/configure: New file.
c971b7fa
PA
6410 * gnulib/: Re-run gnulib-tool to adjust.
6411
b10faa68
DE
64122012-04-19 Doug Evans <dje@google.com>
6413
6414 * cleanups.h (struct cleanup): Move to cleanups.c.
6415 (make_cleanup_dtor_ftype): New typedef.
6416 (make_cleanup_dtor): Use it.
6417 (ALL_CLEANUPS): Replace with ...
6418 (all_cleanups): ... this. Declare. All uses updated.
6419 * cleanups.c: #include "gdb_assert.h".
6420 (sentinel_cleanup): New static global.
6421 (SENTINEL_CLEANUP): Define.
6422 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
6423 (make_my_cleanup2): Assert result is non-NULL.
6424 (all_cleanups): New function.
6425 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
6426 of NULL.
6427
d8c267cc
PA
64282012-04-19 Pedro Alves <palves@redhat.com>
6429
6430 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
6431 Adjust paths to gnulib imported files.
6432
809277f8
PA
64332012-04-19 Pedro Alves <palves@redhat.com>
6434
6435 * gnulib/: Move whole directory ...
6436 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
6437 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
6438 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
6439 (aclocal_m4_deps): Adjust.
6440 * aclocal.m4: Regenerate.
6441 * configure: Regenerate.
6442 * configure.ac: Adjust AC_OUTPUT output.
6443
aad9eab9
YQ
64442012-04-19 Yao Qi <yao@codesourcery.com>
6445
6446 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
6447 (vec.o): New rule.
6448 * vec.c: Move it ...
6449 * common/vec.c: ... here.
6450 * vec.h: Move it ...
6451 * common/vec.h: ... here.
6452
48fe4669
YQ
64532012-04-19 Yao Qi <yao@codesourcery.com>
6454
6455 * gdb-code-style.el: New.
6456
770d76d7
PA
64572012-04-18 Pedro Alves <palves@redhat.com>
6458
6459 Update gnulib from latest git.
6460 (639ea5ae15e39fe48d43e04864b2997301e4b969)
6461
6462 * gnulib/Makefile.am: Update.
6463 * gnulib/dummy.c: Update.
6464 * gnulib/extra/arg-nonnull.h: Update.
6465 * gnulib/extra/c++defs.h: Update.
6466 * gnulib/extra/update-copyright: Update.
6467 * gnulib/extra/warn-on-use.h: Update.
6468 * gnulib/inttypes.in.h: Update.
6469 * gnulib/m4/00gnulib.m4: Update.
6470 * gnulib/m4/extensions.m4: Update.
6471 * gnulib/m4/gnulib-cache.m4: Update.
6472 * gnulib/m4/gnulib-common.m4: Update.
6473 * gnulib/m4/gnulib-comp.m4: Update.
6474 * gnulib/m4/gnulib-tool.m4: Update.
6475 * gnulib/m4/include_next.m4: Update.
6476 * gnulib/m4/inttypes-pri.m4: Update.
6477 * gnulib/m4/inttypes.m4: Update.
6478 * gnulib/m4/longlong.m4: Update.
6479 * gnulib/m4/memchr.m4: Update.
6480 * gnulib/m4/memmem.m4: Update.
6481 * gnulib/m4/mmap-anon.m4: Update.
6482 * gnulib/m4/multiarch.m4: Update.
6483 * gnulib/m4/onceonly.m4: Update.
6484 * gnulib/m4/stddef_h.m4: Update.
6485 * gnulib/m4/stdint.m4: Update.
6486 * gnulib/m4/string_h.m4: Update.
6487 * gnulib/m4/warn-on-use.m4: Update.
6488 * gnulib/m4/wchar_h.m4: Update.
6489 * gnulib/m4/wchar_t.m4: Update.
6490 * gnulib/m4/wint_t.m4: Update.
6491 * gnulib/memchr.c: Update.
6492 * gnulib/memmem.c: Update.
6493 * gnulib/stddef.in.h: Update.
6494 * gnulib/stdint.in.h: Update.
6495 * gnulib/str-two-way.h: Update.
6496 * gnulib/string.in.h: Update.
6497 * gnulib/wchar.in.h: Update.
6498
6499 * gnulib/extra/arg-nonnull.h: Delete.
6500 * gnulib/extra/c++defs.h: Delete.
6501 * gnulib/extra/warn-on-use.h: Delete.
6502 * gnulib/m4/wchar_h.m4: Delete.
6503 * gnulib/m4/wint_t.m4: Delete.
6504 * gnulib/wchar.in.h: Delete.
6505
6506 * gnulib/extra/snippets/arg-nonnull.h: New.
6507 * gnulib/extra/snippets/c++defs.h: New.
6508 * gnulib/extra/snippets/warn-on-use.h: New.
6509
6510 * aclocal.m4: Regenerate.
6511 * config.in: Regenerate.
6512 * configure: Regenerate.
6513 * gnulib/Makefile.in: Regenerate.
6514
174e088e
PA
65152012-04-18 Pedro Alves <palves@redhat.com>
6516
6517 Reimport the update-copyright module from gnulib
6518 (250b80067c1e1d8faa0c42fb572f721975b929c5).
6519
6520 * configure: Regenerate.
6521 * gnulib/Makefile.am: Update.
6522 * gnulib/Makefile.in: Regenerate.
6523 * gnulib/extra/update-copyright: Update.
6524 * gnulib/m4/gnulib-cache.m4: Update.
6525 * gnulib/m4/gnulib-comp.m4: Update.
6526
7f533142
JB
65272012-04-18 Tristan Gingold <gingold@adacore.com>
6528
6529 * configure.ac (aix): Put -lpthread into libs.
6530 * configure: Regenerate.
6531
001822aa
TT
65322012-04-18 Tom Tromey <tromey@redhat.com>
6533
6534 * linespec.c (convert_linespec_to_sals): Don't use
6535 SYMBOL_OBJ_SECTION.
6536 (compare_msymbols): Arguments are minsym_and_objfile, not
6537 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
6538
db026a31
PA
65392012-04-18 Pedro Alves <palves@redhat.com>
6540
6541 Revert gnulib/ part of:
6542 2011-01-01 Joel Brobecker <brobecker@adacore.com>
6543 Copyright year update in most files (performed by copyright.sh).
6544
12df843f
JK
65452012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6546
6547 Fix 64-bit constants on 32-bit hosts.
6548 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
6549 from unsigned long to ULONGEST.
6550 (read_signed_leb128): Change declaration return type from long to
6551 LONGEST.
6552 (dwarf2_const_value_attr): Change declaration parameter value from long
6553 to LONGEST.
6554 (dwarf2_compute_name): Change variable value from long to LONGEST.
6555 (read_unsigned_leb128): Change return type, variable result and some
6556 casts from unsigned long to ULONGEST.
6557 (read_signed_leb128): Change return type, variable result and some
6558 casts from long to LONGEST.
6559 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
6560 value from long to LONGEST.
6561 (dwarf2_const_value): Change variable value from long to LONGEST.
6562 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
6563 plongest and hex_string.
6564 * symtab.h (struct general_symbol_info): Change ivalue from long to
6565 LONGEST, remove the comment.
6566 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
6567 Change SYMBOL_VALUE format strings to use plongest and hex_string.
6568
14e75d8e
JK
65692012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
6570
6571 PR symtab/7259:
6572 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
6573 * ada-lang.c (ada_discrete_type_high_bound)
ac4ea3c2
JK
6574 (ada_discrete_type_low_bound): Fix function comment. Use
6575 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
14e75d8e
JK
6576 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
6577 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6578 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
6579 Use TYPE_FIELD_ENUMVAL.
6580 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
6581 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6582 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
6583 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
6584 TYPE_CODE_ENUM.
6585 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
6586 * dwarf2read.c (process_enumeration_scope): Likewise.
6587 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
6588 field.bitpos.
6589 (class StructMainTypePrettyPrinter): Support also
6590 FIELD_LOC_KIND_ENUMVAL.
6591 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
6592 TYPE_CODE_ENUM.
6593 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6594 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
6595 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
6596 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
6597 field enumval.
6598 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
6599 accommodate enumval.
6600 (struct call_site): Adjust loc_kind to accommodate enumval.
6601 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
6602 (TYPE_FIELD_ENUMVAL): New macros.
6603 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
6604 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
6605 TYPE_CODE_ENUM.
6606 * p-typeprint.c (pascal_type_print_base): Likewise.
6607 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
6608 enumval.
6609 * python/lib/gdb/types.py (make_enum_dict): Likewise.
6610 * python/py-type.c (convert_field): New variable addrstring. Use
6611 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6612 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
6613 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
6614 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
6615 TYPE_CODE_ENUM.
6616 * valprint.c (generic_val_print): Likewise.
6617
380bca97
DE
66182012-04-17 Doug Evans <dje@google.com>
6619
dcc07052
DE
6620 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
6621
380bca97
DE
6622 * dwarf2read.c: Whitespace fixes.
6623 (lookup_signatured_type): Tweak comment.
6624 (get_die_type_at_offset): Fix comment.
6625
ec92004f
JB
66262012-04-17 Joel Brobecker <brobecker@adacore.com>
6627
6628 * xcoffread.c (xcoff_secnum_to_sections): New function.
6629 (secnum_to_section, secnum_to_bfd_section): Reimplement
6630 using xcoff_secnum_to_sections. Rename "secnum" parameter
6631 into "n_scnum".
6632 (RECORD_MINIMAL_SYMBOL): Delete.
6633 (record_minimal_symbol): New function.
6634 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
6635 by call to record_minimal_symbol and set misc_func_recorded
6636 to 1. Set last_csect_sec to the XCOFF section index instead
6637 of GDB's section_offset index. Update calls to
6638 prim_record_minimal_symbol_and_info to pass the BFD section
6639 as well.
6640
40301fb7
JB
66412012-04-17 Joel Brobecker <brobecker@adacore.com>
6642
6643 * xcoffread.c (read_xcoff_symtab): Delete variables
6644 last_csect_val and last_csect_sec and associated code.
6645
e0088cfd
DE
66462012-04-17 Doug Evans <dje@google.com>
6647
58d5e2c3
DE
6648 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
6649 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6650 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
6651 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
6652
c27f5738
DE
6653 * cleanups.h: New file.
6654 * cleanups.c: New file.
6655 * Makefile.in (SFILES): Add cleanups.c.
6656 (HFILES_NO_SRCDIR): Add cleanups.h.
6657 (COMMON_OBS): Add cleanups.o.
6658 * defs.h (struct cleanup): Moved to cleanups.h.
6659 (do_cleanups,do_final_cleanups): Ditto.
6660 (discard_cleanups,discard_final_cleanups): Ditto
6661 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6662 (save_cleanups,save_final_cleanups): Ditto.
6663 (restore_cleanups,restore_final_cleanups): Ditto.
6664 (null_cleanup): Ditto.
6665 (make_my_cleanup,make_my_cleanup2): Ditto.
6666 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6667 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
6668 (do_cleanups,do_final_cleanups): Ditto.
6669 (discard_cleanups,discard_final_cleanups): Ditto
6670 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6671 (save_cleanups,save_final_cleanups): Ditto.
6672 (restore_cleanups,restore_final_cleanups): Ditto.
6673 (null_cleanup): Ditto.
6674 (make_my_cleanup,make_my_cleanup2): Ditto.
6675 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6676
e0088cfd
DE
6677 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
6678 make_my_cleanup.
6679 (make_cleanup_dyn_string_delete): Ditto.
6680 (make_cleanup_ui_file_delete): Ditto.
6681 (make_cleanup_ui_out_redirect_pop): Ditto.
6682 (make_cleanup_free_section_addr_info): Ditto.
6683 (make_cleanup_restore_integer): Ditto.
6684 (make_cleanup_unpush_target): Ditto.
6685 (make_cleanup_value_free_to_mark): Ditto.
6686 (make_cleanup_value_free): Ditto.
6687 (make_cleanup_free_so): Ditto.
6688
4dc84fd1
JK
66892012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6690
6691 New option "set debug auto-load".
6692 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
6693 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
6694 (auto_load_safe_path_vec_update)
6695 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
6696 if DEBUG_AUTO_LOAD.
6697 (file_is_auto_load_safe): New parameters debug_fmt and ....
6698 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
6699 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
6700 caller by explanatory string.
6701 (_initialize_auto_load): Register "set debug auto-load".
6702 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
6703 and ....
6704 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6705 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
6706 by explanatory string.
6707 * main.c (captured_main): Likewise.
6708 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
6709 (source_section_scripts): Likewise.
6710
bccbefd2
JK
67112012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6712
6713 New option "set auto-load safe-path".
6714 * NEWS: New commands "set auto-load safe-path"
6715 and "show auto-load safe-path".
6716 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
6717 (auto_load_safe_path, auto_load_safe_path_vec)
6718 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
6719 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
6720 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
6721 (source_gdb_script_for_objfile): New variable is_safe. Call
6722 file_is_auto_load_safe. Return if it is not.
6723 (struct loaded_script): New field loaded.
6724 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
6725 (print_script): Use LOADED indicator instead of FULL_PATH. Change
6726 output "Missing" to "No".
6727 (_initialize_auto_load): New variable cmd. Initialize
6728 auto_load_safe_path. Register "set auto-load safe-path",
6729 "show auto-load safe-path" and "add-auto-load-safe-path".
6730 * auto-load.h (maybe_add_script): Add parameter loaded.
6731 (file_is_auto_load_safe): New declaration.
6732 * config.in: Regenerate.
6733 * configure: Regenerate.
6734 * configure.ac: New parameters --with-auto-load-safe-path
6735 and --without-auto-load-safe-path.
6736 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6737 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
6738 * main.c (captured_main): Check file_is_auto_load_safe for
6739 LOCAL_GDBINIT.
6740 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
6741 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
6742 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
6743 not.
6744
bf88dd68
JK
67452012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6746
6747 auto-load: Implementation.
6748 * NEWS: New descriptions for "info auto-load",
6749 "info auto-load gdb-scripts", "info auto-load python-scripts",
6750 "info auto-load local-gdbinit" and "info auto-load libthread-db".
6751 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
6752 and "show auto-load-scripts". New description for "set auto-load",
6753 "show auto-load", "set auto-load gdb-scripts",
6754 "show auto-load gdb-scripts", "set auto-load python-scripts",
6755 "show auto-load python-scripts", "set auto-load local-gdbinit",
6756 "show auto-load local-gdbinit", "set auto-load libthread-db" and
6757 "show auto-load libthread-db".
6758 * auto-load.c: Remove include python/python-internal.h. Add includes
6759 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
6760 cli/cli-setshow.h.
6761 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
6762 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
6763 (gdbpy_global_auto_load): Rename to ...
6764 (global_auto_load): ... here.
6765 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
6766 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
6767 (script_language_gdb, source_gdb_script_for_objfile): New.
6768 (struct loaded_script): New field language.
6769 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
6770 LANGUAGE.
6771 (maybe_add_script): Add parameter language. Drop redundant
6772 entry.full_path initialization. Initialize entry.language and
6773 (*slot)->language.
6774 (auto_load_objfile_script): Change parameter suffix to language.
6775 Remove the call of maybe_add_script.
6776 Call language->source_script_for_objfile.
6777 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
6778 New.
6779 (collect_matching_scripts): Adjust it for
6780 struct collect_matching_scripts_data.
6781 (auto_load_info_scripts_pattern_nl): New variable.
6782 (info_auto_load_scripts): Rename to ...
6783 (auto_load_info_scripts): ... here, add parameter language. Adjust it
6784 for struct collect_matching_scripts_data.
6785 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
6786 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
6787 (auto_load_show_cmdlist_get, info_auto_load_cmd)
6788 (auto_load_info_cmdlist_get): New.
6789 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
6790 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
6791 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
6792 "info auto-load local-gdbinit".
6793 * auto-load.h (struct script_language): New.
6794 (gdbpy_global_auto_load): Rename to ...
6795 (global_auto_load): ... here.
6796 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
6797 (auto_load_local_gdbinit_loaded): New declarations.
6798 (maybe_add_script): New parameter language.
6799 (auto_load_objfile_script): Change parameter suffix to language.
6800 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
6801 (auto_load_info_scripts, auto_load_set_cmdlist_get)
6802 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
6803 declarations.
6804 * linux-thread-db.c: Include auto-load.h and ctype.h.
6805 (auto_load_thread_db, show_auto_load_thread_db): New.
6806 (struct thread_db_info): New field filename.
6807 (delete_thread_db_info): Call xfree for FILENAME.
6808 (try_thread_db_load): Initialize FILENAME.
6809 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
6810 if !AUTO_LOAD_THREAD_DB.
6811 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
6812 (_initialize_thread_db): Install auto_load_thread_db
6813 as "set auto-load libthread-db" and install info_auto_load_libthread_db
6814 as "info auto-load libthread-db".
6815 * main.c (captured_main): Rename gdbpy_global_auto_load to
6816 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
6817 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
6818 (print_gdb_help): Extend the help for 'local init file'.
6819 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
6820 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
6821 (auto_load_scripts): Rename to ...
6822 (auto_load_python_scripts): ... here, update the comment.
6823 (gdbpy_load_auto_script_for_objfile): New declaration.
6824 (show_auto_load_python_scripts, script_language_python)
6825 (gdbpy_load_auto_script_for_objfile): New.
6826 (source_section_scripts): Refactor the code.
6827 (load_auto_scripts_for_objfile): Rename to ...
6828 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
6829 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
6830 (info_auto_load_python_scripts): New.
6831 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
6832 Rename "set auto-load-scripts" to "set auto-load python-scripts".
6833 Register "set auto-load-scripts" as its deprecated alias. Register
6834 "info auto-load python-scripts". Register "info auto-load-scripts" as
6835 its deprecated alias.
6836 (load_auto_scripts_for_objfile): Rename to ...
6837 (gdbpy_load_auto_scripts_for_objfile): ... here.
6838 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
6839 (gdbpy_load_auto_scripts_for_objfile): ... here.
6840
e2207b9a
JK
68412012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6842
6843 auto-load: Move files.
6844 * Makefile.in (SFILES): Add auto-load.c.
6845 (HFILES_NO_SRCDIR): Add auto-load.h.
6846 (COMMON_OBS): Add auto-load.o.
6847 (distclean): Change .gdbinit for gdb-gdb.gdb.
6848 * auto-load.c: New file, with parts from python/py-auto-load.c.
6849 * auto-load.h: New file, with parts from python/python.h.
6850 * configure: Regenerate.
6851 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
6852 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
6853 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
6854 * main.c: Include auto-load.h.
6855 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
6856 command.h, observer.h and progspace.h to auto-load.c. Add include
6857 auto-load.h.
6858 (gdbpy_global_auto_load, struct auto_load_pspace_info)
6859 (struct loaded_script, auto_load_pspace_data)
6860 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
6861 (hash_loaded_script_entry, eq_loaded_script_entry)
6862 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
6863 (maybe_add_script): Move to auto-load.c.
6864 (source_section_scripts): Change maybe_add_script parameters passing,
6865 use script_not_found_warning_print.
6866 (clear_section_scripts, auto_load_objfile_script)
6867 (auto_load_new_objfile, loaded_script_ptr)
6868 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
6869 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
6870 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
6871 auto_load_new_objfile and info_auto_load_scripts initizations to
6872 auto-load.c.
6873 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
6874
e4ab2fad
JK
68752012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6876
6877 Code cleanup.
6878 * charset.c (find_charset_names): Remove variables ix and elt.
6879 Use free_char_ptr_vec.
6880 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
6881 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
6882 debugdir_end. New variable debugdir_len.
6883 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
6884 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
6885 declarations.
6886 * progspace.c (clear_program_space_solib_cache): Remove variables ix
6887 and elt. Use free_char_ptr_vec.
6888 * source.c (add_path): Remove variables argv, arg and argv_index.
6889 New variables dir_vec, back_to, ix and name.
6890 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
6891 make_cleanup_freeargv. Remove variable separator. Simplify the code
6892 no longer expecting DIRNAME_SEPARATOR.
6893 (openp): Remove variable p, p1 and len. New variables dir_vec,
6894 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
6895 no longer expecting DIRNAME_SEPARATOR.
6896 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
6897 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
6898 debugdir_end.
6899 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
6900 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
6901 (dirnames_to_char_ptr_vec): New functions.
6902
5ee4ed9f
JK
69032012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6904
6905 Code cleanup.
6906 * source.c (add_path): Remove always true conditional 'p == 0' and
6907 unindent its code block.
6908
f41f5e61
PA
69092012-04-17 Pedro Alves <palves@redhat.com>
6910
6911 * gdbtypes.h (FIELD_BITPOS): Rename to ...
6912 (FIELD_BITPOS_LVAL): ... this.
6913 (FIELD_BITPOS): New.
6914 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
6915 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
6916 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
6917 SET_FIELD_BITPOS.
6918 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
6919 SET_FIELD_BITPOS.
6920 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
6921 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
6922 * target-descriptions.c (tdesc_gdb_type): Adjust to use
6923 SET_FIELD_BITPOS.
6924
945b3a32
JK
69252012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6926
6927 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
6928 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
6929 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
6930 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
6931 * jv-lang.c (java_link_class_type): Likewise, once.
6932 * stabsread.c (read_enum_type): Likewise.
6933
42476b70
YQ
69342012-04-16 Yao Qi <yao@codesourcery.com>
6935
6936 * common/agent.c (agent_run_command): Add one more parameter `len'.
6937 Update callers.
6938 * common/agent.h: Update declaration.
6939 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
6940 Update.
6941 (linux_child_static_tracepoint_markers_by_strid): Ditto.
6942
8264ba82
AG
69432012-04-14 Anton Gorenkov <xgsa@yandex.ru>
6944
6945 PR mi/13393
6946 * value.c (value_actual_type): New function.
6947 * value.h (value_actual_type): New declaration.
6948 * varobj.c (update_type_if_necessary): New function.
6949 (varobj_create): Call value_actual_type instead of
6950 value_type.
6951 (install_dynamic_child): distinct changed and type changed MI variable
6952 objects.
6953 (update_dynamic_varobj_children): Updated for install_dynamic_child
6954 change. All callers updated.
a09130f9 6955 (varobj_update): Support for MI variable object type change if
8264ba82
AG
6956 the value changed and RTTI is used to determine the type.
6957 (create_child_with_value): Call value_actual_type instead of
6958 value_type.
a09130f9 6959 (adjust_value_for_child_access): Extended with a new parameter which
8264ba82
AG
6960 specify whether the given value should be casted to enclosing type.
6961 All callers updated.
6962
55a8c076
YQ
69632012-04-14 Yao Qi <yao@codesourcery.com>
6964
6965 Import gnulib module inttypes from git
6966 (250b80067c1e1d8faa0c42fb572f721975b929c5)
6967 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
a09130f9
PA
6968 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
6969 gnulib/m4/inttypes-pri.m4
55a8c076
YQ
6970 * aclocal.m4, config.in, configure: Regenerated.
6971 * gnulib/Makefile.am: Update.
6972 * gnulib/Makefile.in: Update.
6973 * gnulib/m4/gnulib-cache.m4: Update.
6974 * gnulib/m4/gnulib-comp.m4: Update.
6975 * gnulib/inttypes.in.h: New.
6976 * gnulib/m4/inttypes-pri.m4: New.
a09130f9 6977 * gnulib/m4/inttypes.m4: New.
55a8c076 6978
ca7781d2
LM
69792012-04-13 Luis Machado <lgustavo@codesourcery.com>
6980
6981 * infrun.c (resume): Update PC address to the real PC after
6982 preparing to do displaced stepping.
6983
e319fa28
DE
69842012-04-12 Doug Evans <dje@google.com>
6985
6986 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
6987 All callers updated.
6988
15add3f5
MK
69892012-04-12 Mark Kettenis <kettenis@gnu.org>
6990
6991 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
6992
52dc124a
DE
69932012-04-12 Doug Evans <dje@google.com>
6994
0e50663e
DE
6995 * dwarf2read.c (create_all_type_units): Renamed from
6996 create_debug_types_hash_table. All callers updated.
6997
52dc124a
DE
6998 * dwarf2read.c (create_signatured_type_table_from_index): Rename
6999 local type_sig to sig_type, type_offset to type_offset_in_tu.
7000 (hash_signatured_type): Renamed from hash_type_signature,
7001 all callers updated.
7002 (eq_signatured_type): Renamed from eq_type_signature,
7003 all callers updated.
7004 (create_debug_types_hash_table): Rename local type_sig to sig_type.
7005 (process_enumeration_scope): Ditto.
7006 (lookup_signatured_type_at_offset): Ditto.
7007 (load_full_type_unit, read_signatured_type): Ditto.
7008
248fd3bf
YQ
70092012-04-12 Yao Qi <yao@codesourcery.com>
7010
7011 * remote.c (async_remote_interrupt): Correct function name in
7012 debug message.
7013 (async_remote_interrupt_twice): Ditto.
7014
bc3aa6c3
DE
70152012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
7016
7017 * source.c (find_and_open_source): Consistently pass resulting
7018 full path through xfullpath.
7019
9e529e1d
JK
70202012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7021
7022 Provide more specific displaced-stepping memory error message.
7023 * infrun.c (displaced_step_prepare): New variable status. Call
7024 target_read_memory instead of read_memory, provide more specific
7025 error message.
7026
82e0cec1
TG
70272012-04-11 Tristan Gingold <gingold@adacore.com>
7028
7029 PR gdb/13901
7030 * darwin-nat.c (darwin_execvp): Revert previous patch.
7031
d987a266
TG
70322012-04-11 Tristan Gingold <gingold@adacore.com>
7033
7034 PR gdb/13901
7035 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
7036 in case of change.
7037
016b7430
TG
70382012-04-11 Tristan Gingold <gingold@adacore.com>
7039
7040 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7041 warning.
7042
06fc020f
SCR
70432012-04-11 Siva Chandra Reddy <sivachandra@google.com>
7044
7045 New command 'explore' which helps explore values and types in
7046 scope.
7047 * NEWS: Add an entry about the new 'explore' command.
7048 * data-directory/Makefile.in: Add gdb/command/explore.py
7049 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
a09130f9 7050 command using the GDB Python API.
06fc020f 7051
de0919f8 70522012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
34b192ce
MR
7053
7054 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
7055 extension in jump target calculation.
7056
de0919f8 70572012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
9e8da49c
MR
7058
7059 * mips-tdep.c (mips32_next_pc): Handle JALX.
7060
2f26ef89
YQ
70612012-04-10 Yao Qi <yao@codesourcery.com>
7062
7063 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
7064
2e505b66
YQ
70652012-04-10 Yao Qi <yao@codesourcery.com>
7066
7067 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
7068 and gnulib/m4/gnulib-tool.m4.
7069
0d99eb77
DE
70702012-04-10 Doug Evans <dje@google.com>
7071
7072 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
7073 (load_partial_dies): Clarify comment.
7074 (find_partial_die): Support rereading type units.
7075 Clarify CU handling, if we know offset is in CU, don't search for the
7076 containing CU. Add comment regarding memory waste.
7077
9a82b8ff
L
70782012-04-10 H.J. Lu <hongjiu.lu@intel.com>
7079
7080 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
7081 i386/x32-avx and i386/x32-avx-linux.
7082 (i386/x32-expedite): New.
7083 (i386/x32-linux-expedite): Likewise.
7084 (i386/x32-avx-expedite): Likewise.
7085 (i386/x32-avx-linux-expedite): Likewise.
7086 ($(outdir)/i386/x32.dat): Likewise.
7087 ($(outdir)/i386/x32-linux.dat): Likewise.
7088 ($(outdir)/i386/x32-avx.dat): Likewise.
7089 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
7090
7091 * features/i386/x32-avx-linux.xml: New file.
7092 * features/i386/x32-avx.xml: Likewise.
7093 * features/i386/x32-core.xml: Likewise.
7094 * features/i386/x32-linux.xml: Likewise.
7095 * features/i386/x32.xml: Likewise.
7096
7097 * features/i386/x32-avx-linux.c: New. Generated.
7098 * features/i386/x32-avx.c: Likewise.
7099 * features/i386/x32-linux.c: Likewise.
7100 * features/i386/x32.c: Likewise.
7101 * regformats/i386/x32-avx-linux.dat: Likewise.
7102 * regformats/i386/x32-avx.dat: Likewise.
7103 * regformats/i386/x32-linux.dat: Likewise.
7104 * regformats/i386/x32.dat: Likewise.
7105
ee41036f
TG
71062012-04-10 Tristan Gingold <gingold@adacore.com>
7107
7108 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
7109 code to kill the inferior.
7110
a7aa5b8a
MK
71112012-04-09 Mark Kettenis <kettenis@gnu.org>
7112
7113 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7114 defines.
7115 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7116 defines.
a09130f9 7117 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
a7aa5b8a
MK
7118 (yyvsp): New defines.
7119 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7120 defines.
7121 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7122 defines.
7123 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7124 defines.
7125 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7126 defines.
7127 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7128 defines.
7129
fb57d452
MK
71302012-04-09 Mark Kettenis <kettenis@gnu.org>
7131
a09130f9 7132 * sparc64-tdep.c (sparc64_store_arguments)
fb57d452
MK
7133 (sparc64_store_arguments): Fix coding style.
7134
cdc7b32f
MK
71352012-04-07 Mark Kettenis <kettenis@gnu.org>
7136
7137 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
7138 complex floats, adjust some related comments and tighten a related
7139 assertion.
7140 (sparc64_extract_return_value): Handle complex floats.
7141
7adf1e79
DE
71422012-04-07 Doug Evans <dje@google.com>
7143
7144 * dwarf2read.c (load_partial_dies): Change condition to assert.
7145
50f1ae7b
DE
71462012-04-06 Doug Evans <dje@google.com>
7147
7148 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
7149 "mov %rsp,%rbp".
7150
55fa75c3
KB
71512012-04-05 Kevin Buettner <kevinb@redhat.com>
7152
7153 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
7154 fencepost error.
7155 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
7156 (v850_gdbarch_init): Set `num_regs' as appropriate for the
7157 architecture.
7158
40e084e1
KS
71592012-04-05 Keith Seitz <keiths@redhat.com>
7160
7161 * linespec.c (decode_compound): Remove.
7162 (enum offset_relative_sign): New enum.
7163 (struct line_offset): New struct.
7164 (struct linespec): New struct.
7165 (struct linespec_state): Move file_symtabs,
7166 user_filename, and user_function into struct linespec.
7167 Make result an anonymous struct holding vectors of
7168 symbolp and minsym_and_objfile_d.
7169 Add language member.
7170 (enum ls_token_type): New enum.
7171 (linespec_keywords): New array.
7172 (struct ls_token): New struct.
7173 (struct ls_parser): New struct.
7174 (linespec_lexer_lex_number): New function.
7175 (linespec_lexer_lex_keyword): New function.
7176 (is_ada_operator): New function.
7177 (skip_quote_char): New function.
7178 (copy_token_string): New function.
7179 (is_closing_quote_enclosed): New function.
7180 (find_parameter_list_end): New function.
7181 (linespec_lexer_lex_string): New function.
7182 (linespec_lexer_lex_one): New function.
7183 (linespec_lexer_consume_token): New function.
7184 (linespec_lexer_peek_token): New function.
7185 (cplusplus_error): Remove unused function.
7186 (find_methods): Update comment.
7187 (find_toplevel_char): Return const.
7188 (is_objc_method_format): Remove unused function.
7189 (find_toplevel_string): New function.
7190 (is_linespec_boundary): Remove.
7191 (symbol_not_found_error): New function.
7192 (find_method_overload_end): Remove function.
7193 (unexpected_linespec_error): New function.
7194 (keep_name_info): Remove.
7195 (linespec_parse_line_offset): New function.
7196 (linespec_parse_basic): New function.
7197 (canonicalize_linespec): New function.
7198 (decode_line_internal): Remove.
7199 (create_sals_line_offset): New function adapted from
7200 decode_all_digits.
7201 (convert_linespec_to_sals): New function.
7202 (parse_linespec): New function.
7203 (linespec_parser_new): New function.
7204 (linespec_state_destructor): Change parameter type to
7205 struct linespec_state *.
7206 Add language parameter.
7207 Remove freeing of moved members.
7208 (linespec_parser_delete): New function.
7209 (decode_line_full): Use parse_linespec and linespec_parser_new.
7210 (decode_line_1): Likewise.
7211 (decode_indirect): Rename to ...
7212 (linespec_expression_to_pc): ... this and rewrite
7213 to simply find CORE_ADDR, storing this result for later
7214 conversion to SALs.
7215 (locate_first_half): Remove.
7216 (deocde_objc): Add parameter LS.
7217 Initialize new struct collect_info members.
7218 Handle minimal symbols, too.
7219 (decode_compound): Delete.
7220 (lookup_prefix_sym): Rewrite.
7221 (compare_msymbols): New function.
7222 (find_method): Rewrite.
7223 Do not call cplusplus_error.
7224 (symtabs_from_filename): Rewrite.
7225 (collect_function_symbols): Delete.
7226 (find_function_symbols): Rewrite without ARGPTR-style
7227 processing.
7228 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
7229 (decode_dollar): Adapted and renamed to ...
7230 (linespec_parse_variable): ... this.
7231 (find_linespec_symbols): New function.
7232 (decode_label): Adapted and renamed to ...
7233 (find_label_symbols): ... this.
7234 (decode_digits_list_mode): Add and use LS argument.
7235 (decode_digits_ordinary): Likewise.
7236 (collect_symbols): Do not collect SALs, just symbols and msymbols.
7237 If in list mode, allow any symbol class. Otherwise, only
7238 permit LOC_BLOCK symbols.
7239 (minsym_found): Update comments.
7240 (search_minsyms_for_name): Do not convert the matching symbol
7241 into a SAL. Simply push the symbol and objfile into the
7242 result vector.
7243 (decode_variable): Delete. Contents adapted into
7244 find_linespec_symbols.
7245
7246 * cp-support.c (SKIP_SPACE): Remove.
7247 (operator_tokens): Remove unused global.
7248 (cp_validate_operator): Remove.
7249 * cp-support.h (cp_validate_operator): Remove declaration.
7250
a72c8f6a
JK
72512012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7252
7253 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
7254 for TYPE_VPTR_FIELDNO.
7255 * valprint.c (valprint_check_validity): Make it global, move the
7256 function comment ...
7257 * value.h (valprint_check_validity): ... to this new declaration.
7258
cf9bb588
TG
72592012-04-02 Tristan Gingold <gingold@adacore.com>
7260
7261 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
7262 the STATE32 api for i386 state.
7263 (i386_darwin_store_inferior_registers): Likewise.
7264
17092398
TG
72652012-04-02 Tristan Gingold <gingold@adacore.com>
7266
7267 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
7268 SS offset.
7269 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7270 format_string.
7271
ece0061f
TG
72722012-04-02 Tristan Gingold <gingold@adacore.com>
7273
7274 PR gdb/13901
d987a266 7275 * darwin-nat.c (darwin_execvp): Set binary preference.
ece0061f 7276
cf65ecd3
JK
72772012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7278
7279 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
7280
9bc3523d
TT
72812012-03-30 Tom Tromey <tromey@redhat.com>
7282
7283 * python/python.c (gdbpy_decode_line): Move cleanup creation out
7284 of TRY_CATCH. Fix error handling.
7285 * python/py-value.c (convert_value_from_python): Move 'old'
7286 declaration to innermost scope.
7287
b1ed564a
JB
72882012-03-29 Joel Brobecker <brobecker@adacore.com>
7289 Andrey Smirnov <andrew.smirnov@gmail.com>
7290
7291 -Wshadow warning fix.
7292 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
7293 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
7294 Adjust code accordingly.
7295
cb8e9b97
JB
72962012-03-29 Joel Brobecker <brobecker@adacore.com>
7297
7298 * ada-lang.c (symbol_completion_add): Rename parameter
7299 "encoded" into "encoded_p". Ajust code and documentation
7300 accordingly.
7301
c0af1706
JB
73022012-03-29 Joel Brobecker <brobecker@adacore.com>
7303 Andrey Smirnov <andrew.smirnov@gmail.com>
7304
7305 -Wshadow warning fix.
7306 * ada-lang.c (symbol_completion_add): Rename parameter
7307 "wild_match" into wild_match_p. Update code and documentation
7308 accordingly.
7309
6ea35997
JB
73102012-03-29 Joel Brobecker <brobecker@adacore.com>
7311
7312 * ada-lang.c (symbol_completion_match): Rename parameter
7313 "encoded" into "encoded_p". Ajust code and documentation
7314 accordingly.
7315
e701b3c0
JB
73162012-03-29 Joel Brobecker <brobecker@adacore.com>
7317 Andrey Smirnov <andrew.smirnov@gmail.com>
7318
7319 -Wshadow warning fix.
7320 * ada-lang.c (symbol_completion_match): Rename parameter
7321 "wild_match" into "wild_match_p". Adjust code and function
7322 documentation accordingly.
7323
5e2336be
JB
73242012-03-29 Joel Brobecker <brobecker@adacore.com>
7325 Andrey Smirnov <andrew.smirnov@gmail.com>
7326
7327 -Wshadow warning fix.
7328 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
7329 "symbol_info" into "info". Adjust code accordingly.
7330 (ada_lookup_symbol): Likewise.
7331
9f88c959
JB
73322012-03-29 Joel Brobecker <brobecker@adacore.com>
7333
7334 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
7335 of this function's documentation.
7336
82ccd55e
JB
73372012-03-29 Joel Brobecker <brobecker@adacore.com>
7338 Andrey Smirnov <andrew.smirnov@gmail.com>
7339
7340 -Wshadow warning fix.
7341 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
7342 variable into "wild_match_p". Adjust code accordingly.
7343
d0a8ab18
JB
73442012-03-29 Joel Brobecker <brobecker@adacore.com>
7345 Andrey Smirnov <andrew.smirnov@gmail.com>
7346
7347 -Wshadow warning fix.
7348 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
7349 parameter into "wild_match_p". Adjust code accordingly.
7350 Document this parameter in the function description.
7351
48b78332
JB
73522012-03-29 Joel Brobecker <brobecker@adacore.com>
7353 Andrey Smirnov <andrew.smirnov@gmail.com>
7354
7355 -Wshadow warning fix.
7356 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
7357 "wild_match" parameter to "wild_match_p" (-Wshadow).
7358
2e6e0353
JB
73592012-03-29 Joel Brobecker <brobecker@adacore.com>
7360
7361 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
7362 in function documentation.
7363
dc4024cd
JB
73642012-03-29 Joel Brobecker <brobecker@adacore.com>
7365 Andrey Smirnov <andrew.smirnov@gmail.com>
7366
7367 -Wshadow warning fix.
7368 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
7369 variable into wild_match_p. Adjust code accordingly.
7370
6c88661c
JB
73712012-03-29 Joel Brobecker <brobecker@adacore.com>
7372 Andrey Smirnov <andrew.smirnov@gmail.com>
7373
7374 * ada-valprint.c (ada_val_print_1): Move the code handling
7375 TYPE_CODE_ENUM inside its own lexical block. Declare
7376 variables len and val there, instead of in the function's
7377 top level block. Avoid declaring deref_val again in a way
7378 that shadows another variable of the same name declared
7379 in one of the up-level blocks. Just re-use the up-level
7380 variable instead.
7381
4e5c77fe
JB
73822012-03-29 Joel Brobecker <brobecker@adacore.com>
7383
7384 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
7385 Replace block_found argument by symbol_info. Adjust
7386 implementation accordingly. Add function documentation.
7387 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
7388 Fix documentation.
7389 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
7390 * ada-exp.y (write_object_renaming): Adjust to new
7391 ada_lookup_encoded_symbol API.
7392
1c0ac8c7
JB
73932012-03-29 Joel Brobecker <brobecker@adacore.com>
7394
7395 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
7396 documentation.
7397
2aaed979
KB
73982012-03-28 Rathish C <rathish.c@kpitcummins.com>
7399
7400 * v850-tdep.c: Add the enum values for mpu and fpu registers.
7401 (v850_register_name): Add the mpu and fpu register names.
7402 (v850e_register_name): Add the mpu and fpu register names.
7403 (v850e2_register_name): New function.
a09130f9 7404 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
2aaed979
KB
7405 bfd_mach_v850e2v3.
7406
927fbba6
JB
74072012-03-28 Joel Brobecker <brobecker@adacore.com>
7408
7409 * NEWS: Add entry for Ada varobj support.
7410
d32cafc7
JB
74112012-03-28 Joel Brobecker <brobecker@adacore.com>
7412
7413 * varobj.c (default_value_is_changeable_p): New function,
7414 extracted from varobj_value_is_changeable_p. Add declaration.
7415 (ada_value_is_changeable_p): New function, extracted from
7416 varobj_value_is_changeable_p. Add declaration.
7417 (struct language_specific): New field "value_is_changeable_p".
7418 (languages): Add entries for new field.
7419 (varobj_create): Set language before calling install_new_value.
7420 (varobj_value_is_changeable_p): Reimplement to call the varobj's
7421 "value_is_changeable_p" language callback.
7422
181875a4
JB
74232012-03-28 Joel Brobecker <brobecker@adacore.com>
7424
7425 * ada-varobj.h, ada-varobj.c: New files.
7426 * Makefile.in (SFILES): Add ada-varobj.c.
7427 (HFILES_NO_SRCDIR): Add ada-varobj.h.
7428 (COMMON_OBS): Add ada-varobj.o.
7429
7a290c40
JB
74302012-03-28 Joel Brobecker <brobecker@adacore.com>
7431
7432 * varobj.c (ada_value_has_mutated): Add declaration. New function.
7433 (struct language_specific): New field "value_has_mutated".
7434 (languages): Set field "value_has_mutated" in each entry of array.
7435 (varobj_value_has_mutated): New function.
7436 (varobj_udpdate): Add handling of type mutation.
7437 (value_of_root): Add handling of type mutation.
7438 (ada_value_has_mutated): New function.
7439
ca9b8b9c
PA
74402012-03-28 Pedro Alves <palves@redhat.com>
7441
7442 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
7443 Always supply $fr0 as 0.0 and $fr1 as 1.0.
7444
cc0265cd
TT
74452012-03-28 Tom Tromey <tromey@redhat.com>
7446
7447 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
7448 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
7449 before returning.
7450
3ad2ec6f
TT
74512012-03-28 Tom Tromey <tromey@redhat.com>
7452
7453 * .dir-locals.el: New file.
7454
4a6510ba
PA
74552012-03-28 Pedro Alves <palves@redhat.com>
7456
7457 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
7458
5a75128f
JB
74592012-03-28 Joel Brobecker <brobecker@adacore.com>
7460
7461 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
7462 handling for r0.
7463
f99d8bf4
PA
74642012-03-27 Pedro Alves <palves@redhat.com>
7465
7466 Eliminate struct ui_stream.
7467
7468 * ui-out.h (struct ui_stream): Delete.
7469 (ui_out_field_stream): Adjust prototype.
7470 (ui_out_stream_new, ui_out_stream_delete)
7471 (make_cleanup_ui_out_stream_delete): Delete declarations.
7472 * ui-out.c (ui_out_field_stream): Change prototype to take a
7473 ui_file instead of a ui_stream. Adjust.
7474 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
7475 (make_cleanup_ui_out_stream_delete): Delete.
7476 * breakpoint.c (print_breakpoint_location)
7477 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
7478 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7479 * disasm.c (dump_insns): Ditto.
7480 (do_mixed_source_and_assembly, do_assembly_only): Adjust
7481 prototype.
7482 (gdb_disassembly): Use ui_file/mem_fileopen instead of
7483 ui_stream/ui_out_stream_new.
7484 * infcmd.c (print_return_value): Ditto.
7485 * osdata.c (info_osdata_command): Don't allocate a local
7486 ui_stream.
7487 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
7488 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7489 * tracepoint.c (print_one_static_tracepoint_marker): Don't
7490 allocate a local ui_stream.
7491 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
7492 instead of ui_stream/ui_out_stream_new.
7493 (list_args_or_locals): Don't allocate a local ui_stream.
7494 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
7495 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
7496 ui_stream/ui_out_stream_new.
7497 * cli/cli-setshow.c (do_setshow_command): Ditto.
7498
6350a066 74992012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
72508ac0 7500
6350a066
PA
7501 * arm-linux-tdep.c (arm_linux_init_abi): Call
7502 set_gdbarch_process_record. Initialize `arm_swi_record' field.
7503 * arm-tdep.c (arm_process_record): New function.
7504 (deallocate_reg_mem): New function.
7505 (decode_insn): New function.
7506 (thumb_record_branch): New function.
7507 (thumb_record_ldm_stm_swi(): New function.
7508 (thumb_record_misc): New function.
7509 (thumb_record_ld_st_stack): New function.
7510 (thumb_record_ld_st_imm_offset): New function.
7511 (thumb_record_ld_st_reg_offset(): New function.
7512 (thumb_record_add_sub_cmp_mov): New function.
7513 (thumb_record_shift_add_sub): New function.
7514 (arm_record_coproc_data_proc): New function.
7515 (arm_record_coproc): New function.
7516 (arm_record_b_bl): New function.
7517 (arm_record_ld_st_multiple): New function.
7518 (arm_record_ld_st_reg_offset): New function.
7519 (arm_record_ld_st_imm_offset): New function.
7520 (arm_record_data_proc_imm): New function.
7521 (arm_record_data_proc_misc_ld_str): New function.
7522 (arm_record_extension_space): New function.
7523 (arm_record_strx): New function.
7524 (sbo_sbz): New function.
7525 (struct insn_decode_record): New structure for arm insn record.
7526 (REG_ALLOC): New macro for reg allocations.
7527 (MEM_ALLOC): New macro for memory allocations.
7528 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
72508ac0 7529
89e028e2
AS
75302012-03-27 Andreas Schwab <schwab@linux-m68k.org>
7531
7532 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
7533 (store_register): Likewise.
7534
6350a066 75352012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
3d9a9eb0 7536
6350a066 7537 * MAINTAINERS (Write After Approval): Add myself to the list.
3d9a9eb0 7538
5b43fab2
JK
75392012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7540
7541 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
7542 Describe also the option "auto".
7543
b5453b95
RH
75442012-03-22 Richard Henderson <rth@redhat.com>
7545
7546 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
7547 * sparc-nat.c (sparc_xfer_wcookie): Make static.
7548
227ee7fc
RH
75492012-03-22 Richard Henderson <rth@redhat.com>
7550
7551 * jit.c (jit_read_code_entry): Compute alignment and offset of
7552 int64_t member before computing entry_size.
7553
7b282c5a
SCR
75542012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7555
7556 Python scripting: Add new method Value.referenced_value to
7557 gdb.Value which can dereference pointer as well as reference
7558 values.
7559 * NEWS: Add entry under 'Python scripting' about the new method
7560 Value.referenced_value on gdb.Value objects.
7561 * python/py-value.c (valpy_referenced_value): New function
7562 defining a new method on gdb.Value objects which can dereference
7563 pointer and reference values.
7564
0c83539f
SCR
75652012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7566
7567 * MAINTAINERS (Write After Approval): Add myself to the list.
7568
7ccffd7c
KB
75692012-03-21 Kevin Buettner <kevinb@redhat.com>
7570
7571 * symtab.c (skip_prologue_sal): Change test to check for "main()"
7572 in addition to "main".
7573
bd0b9f9e
JB
75742012-03-21 Joel Brobecker <brobecker@adacore.com>
7575
7576 * expression.h (op_name): Add declaration.
7577 * expprint.c (op_name): Remove declaration. Make non-static.
7578 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
7579
a5362b9a
TS
75802012-03-21 Thomas Schwinge <thomas@codesourcery.com>
7581
7582 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
7583 of struct siginfo.
7584 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
7585 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
7586 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
7587 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
7588 (linux_nat_get_siginfo): Likewise.
7589 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
7590 (linux_nat_get_siginfo): Likewise.
7591 * linux-tdep.c (linux_get_siginfo_type): Likewise.
7592 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
7593 * procfs.c (gdb_siginfo_t): Likewise.
7594
adcadaab
MF
75952012-03-21 Mike Frysinger <vapier@gentoo.org>
7596
7597 * .gitignore: Ignore more files.
7598
e278ad5b
PA
75992012-03-20 Pedro Alves <palves@redhat.com>
7600
7601 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
7602 returns.
7603
741e63d7
YQ
76042012-03-20 Yao Qi <yao@codesourcery.com>
7605
7606 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
7607 comment.
7608
b64f50a1
JK
76092012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7610
7611 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
7612 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
7613 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
7614 sect_offset.
7615 * dwarf2expr.h (cu_offset, sect_offset): New types.
7616 (struct dwarf_expr_context_funcs) <dwarf_call>
7617 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
7618 sect_offset.
7619 (struct dwarf_expr_context) <len>: Improve the comment.
7620 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
7621 cu_offset and sect_offset.
7622 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
7623 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
7624 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
7625 * dwarf2loc.h: Include dwarf2expr.h.
7626 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
7627 and sect_offset.
7628 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
7629 Improve the comment.
7630 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
7631 (struct signatured_type, struct line_header, struct partial_die_info)
7632 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
7633 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
7634 (get_die_type_at_offset, create_cus_from_index)
7635 (create_signatured_type_table_from_index, dw2_get_file_names)
7636 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
7637 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
7638 (create_debug_types_hash_table, process_psymtab_comp_unit)
7639 (load_partial_comp_unit, create_all_comp_units)
7640 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
7641 (load_full_comp_unit, dwarf2_physname, read_import_statement)
7642 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
7643 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
7644 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
7645 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
7646 (find_partial_die, read_attribute_value, lookup_die_type)
7647 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
7648 (is_ref_attr): New function comment.
7649 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
7650 Use cu_offset and sect_offset.
7651 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
7652 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
7653 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
7654 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
7655 (offset_and_type_hash, offset_and_type_eq, set_die_type)
7656 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
7657 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
7658 sect_offset.
7659
e97a38f7
JK
76602012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7661
7662 Code cleanup.
7663 * python/py-auto-load.c (source_section_scripts): New variable back_to.
7664 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
7665 with xfree.
7666 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
7667
8320cc4f
JK
76682012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7669
7670 * NEWS: Describe new options --init-command=FILE, -ix and
7671 --init-eval-command=COMMAND, -iex.
7672 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
7673 CMDARG_INIT_COMMAND.
7674 (captured_main): New enum items OPT_IX and OPT_IEX. Add
7675 "init-command", "init-eval-command", "ix" and "iex" to the variable
7676 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
7677 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
7678 (print_gdb_help): Describe --init-command=FILE, -ix and
7679 --init-eval-command=COMMAND, -iex.
7680
26743505
JK
76812012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7682
7683 Code cleanup.
7684 * main.c (struct cmdarg): Move it here from main. Add more comments.
7685 (cmdarg_s, VEC (cmdarg_s)): New.
7686 (main): Move struct cmdarg from here. New variables cmdarg_vec and
7687 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
7688 Install cleanup for cmdarg_vec. Update filling for options 'x' and
7689 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
7690 of CMDARG.
7691
5ff5c7b4
TT
76922012-03-19 Tom Tromey <tromey@redhat.com>
7693
7694 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
7695
ab260dad
JK
76962012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7697
7698 PR symtab/13777
7699 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
7700 GCC >=4.5.
7701
c366c1f0
TT
77022012-03-16 Chris January <chris.january@allinea.com>
7703
7704 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
7705 of clear.
7706
e16edb45
TT
77072012-03-16 Chris January <chris.january@allinea.com>
7708
7709 * source.c (add_path): Use memmove instead of strcpy because the
7710 strings overlap.
7711
53ba8333
JB
77122012-03-16 Joel Brobecker <brobecker@adacore.com>
7713
7714 * value.h (set_value_parent): Add declaration.
7715 * value.c (set_value_parent): New function.
7716 (value_address): If VALUE->PARENT is not NULL, then use it as
7717 the base address instead of VALUE->LOCATION.address.
7718 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
7719 the same as OBJ's address. Adjust V's offset accordingly.
7720 Set V's parent.
7721
481860b3
GB
77222012-03-16 Gary Benson <gbenson@redhat.com>
7723
7724 PR breakpoints/10738
7725 * dwarf2read.c (use_deprecated_index_sections): New global.
7726 (struct partial_die_info): New member may_be_inlined.
7727 (read_partial_die): Set may_be_inlined where appropriate.
7728 (add_partial_subprogram): Add partial symbols for partial
7729 DIEs that may be inlined.
7730 (new_symbol_full): Add inlined subroutines to the current
7731 scope.
7732 (write_psymtabs_to_index): Bump version number.
7733 (dwarf2_read_index): Read only version 6 indices unless
7734 use_deprecated_index_sections is set.
7735 * linespec.c (symbol_and_data_callback): New structure.
7736 (iterate_inline_only): New function.
7737 (iterate_over_all_matching_symtabs): New argument
7738 "include_inline". If nonzero, also call the callback for
7739 symbols representing inlined subroutines.
7740 (lookup_prefix_sym): Pass extra argument to the above.
7741 (find_function_symbols): Likewise.
7742 (add_matching_symbols_to_info): Likewise.
7743 * NEWS: Mention that GDB can now set breakpoints on inlined
7744 functions.
7745
d0e7e15a
PM
77462012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
7747
7748 * p-typeprint.c (pascal_type_print_method_args):
7749 Fix display of parameter of methods.
7750
3d354654
PM
77512012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
7752
7753 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
7754 Add missing prototype.
7755
cafe75b0
JK
77562012-03-16 Yao Qi <yao@codesourcery.com>
7757 Jan Kratochvil <jan.kratochvil@redhat.com>
7758
7759 Fix false compilation warning.
7760 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
7761
25f8c692
JL
77622012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
7763 Pedro Alves <pedro@codesourcery.com>
7764
7765 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
7766 (arm_register_g_packet_guesses): New function.
7767 (arm_gdbarch_init): Don't force a target description with
7768 registers when the executable is detected as M-profile. Instead
7769 set gdbarch->tdep->is_m. Register `g' packet guesses.
7770 (_initialize_arm_tdep): Initialize the new target description.
7771 * features/arm-with-m-fpa-layout.xml: New description.
7772 * features/arm-with-m-fpa-layout.c: New, generated.
7773
35c63cd8
JB
77742012-03-15 Joel Brobecker <brobecker@adacore.com>
7775
7776 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
7777 Update function description.
7778 (insert_bp_location): Do not wipe bl->target_info out.
7779 * mem-break.c: #include "gdb_string.h".
7780 (default_memory_insert_breakpoint): Do not call target_read_memory
7781 with a pointer to the breakpoint's shadow_contents buffer. Use
7782 a local buffer instead.
7783 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
7784
57651221
TT
77852012-03-15 Tom Tromey <tromey@redhat.com>
7786
7787 * NEWS: Mention "info vtbl", not "info vtable".
7788 * cp-support.c (info_vtbl_command): Fix comment.
7789 (_initialize_cp_support): Fix text.
7790
410528f0
TT
77912012-03-15 Tom Tromey <tromey@redhat.com>
7792
7793 * cp-valprint.c (cp_print_value_fields): Use
7794 print_function_pointer_address for vtable slot.
7795
c4aeac85
TT
77962012-03-15 Tom Tromey <tromey@redhat.com>
7797
7798 * gnu-v3-abi.c (struct value_and_voffset): New.
7799 (hash_value_and_voffset, eq_value_and_voffset)
7800 (compare_value_and_voffset, compute_vtable_size)
7801 (print_one_vtable, gnuv3_print_vtable): New functions.
7802 (init_gnuv3_ops): Initialize 'print_vtable' field.
7803 * cp-support.c (info_vtbl_command): New function.
7804 (_initialize_cp_support): Add "info vtbl".
7805 * cp-abi.h (cplus_print_vtable): Declare.
7806 (struct cp_abi_ops) <print_vtable>: New field.
7807 * cp-abi.c (cplus_print_vtable): New function.
7808 * NEWS: Update.
7809
95cbceff
TT
78102012-03-15 Tom Tromey <tromey@redhat.com>
7811
7812 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
7813 iterate_over_symbols.
7814
589b4a32
DE
78152012-03-14 Doug Evans <dje@google.com>
7816
7817 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
7818 DW_OP_GNU_parameter_ref.
7819
e837f12a
JK
78202012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7821
7822 Fix double prompt of 'interpreter-exec mi'.
7823 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
7824 (mi_interpreter_resume): use it.
7825 (mi_execute_command_input_handler): New function.
7826 * mi/mi-main.c (mi_execute_command): Move prompt printing to
7827 mi_execute_command_input_handler.
7828
ff1e4526 78292012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
c381a3f6
JB
7830
7831 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
7832 prototype.
7833 (darwin_debug_port_info): Make static.
7834 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
7835 * machoread.c (_initialize_machoread): Add prototype.
7836 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
7837 (i386_darwin_set_control, i386_darwin_get_control)
7838 i386_darwin_dr_set_addr, i386_darwin_get_addr)
7839 i386_darwin_get_status, i386_darwin_get_control):
7840 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
7841
d8a5d6ee
JB
78422012-03-13 Joel Brobecker <brobecker@adacore.com>
7843
7844 * ax-gdb.c (gen_usual_unary): Remove special handling of
7845 enum and bool types.
7846
af381b8c
JB
78472012-03-13 Joel Brobecker <brobecker@adacore.com>
7848
7849 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
7850
786c562f
JB
78512012-03-13 Joel Brobecker <brobecker@adacore.com>
7852
7853 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
7854
e3ebf1bb
JB
78552012-03-13 Chris January <chris.january@allinea.com>
7856
7857 * aix-thread.c (fill_sprs): Store the floating point registers
7858 at the correct offsets into vals.
7859
c5b7e1cb
DE
78602012-03-13 Doug Evans <dje@google.com>
7861
16899756
DE
7862 * NEWS: Mention symbol-reloading has been deleted.
7863 * symfile.c (symbol_reloading): Delete.
7864 (show_symbol_reloading): Delete.
7865 (_initialize_symfile): Delete set/show symbol-reloading.
7866
c5b7e1cb
DE
7867 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
7868 read_in_chain until we have successfully read it in.
7869 (load_full_comp_unit): Ditto.
7870 (read_signatured_type): Add comment.
7871
46cb6474
JB
78722012-03-13 Chris January <chris.january@allinea.com>
7873
7874 * stabsread.c (fix_common_block): Change type of valu argument
7875 to CORE_ADDR.
7876
76219d77
JB
78772012-03-13 Chris January <chris.january@allinea.com>
7878
7879 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
7880 instruction.
7881
87b0bb13
JK
78822012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7883
7884 * common/linux-procfs.c (linux_proc_get_int): New, from
7885 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
7886 field.
7887 (linux_proc_get_tgid): Only call linux_proc_get_int.
7888 (linux_proc_get_tracerpid): New.
7889 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
7890 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
7891 linux_proc_pid_has_state.
7892 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
7893 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
7894 (linux_ptrace_attach_warnings): New.
7895 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
7896 New declaration.
7897 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
7898 (linux_nat_attach): New variables ex, buffer, message and message_s.
7899 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
7900
5f572dec
JK
79012012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7902
7903 * Makefile.in (linux-ptrace.o): New.
7904 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
7905 from linux-nat.c.
7906 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
7907 * common/linux-ptrace.c: New file.
7908 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
7909 * config/arm/linux.mh: Likewise.
7910 * config/i386/linux.mh: Likewise.
7911 * config/i386/linux64.mh: Likewise.
7912 * config/ia64/linux.mh: Likewise.
7913 * config/m32r/linux.mh: Likewise.
7914 * config/m68k/linux.mh: Likewise.
7915 * config/mips/linux.mh: Likewise.
7916 * config/pa/linux.mh: Likewise.
7917 * config/powerpc/linux.mh: Likewise.
7918 * config/powerpc/ppc64-linux.mh: Likewise.
7919 * config/powerpc/spu-linux.mh: Likewise.
7920 * config/s390/s390.mh: Likewise.
7921 * config/sparc/linux.mh: Likewise.
7922 * config/sparc/linux64.mh: Likewise.
7923 * config/xtensa/linux.mh: Likewise.
7924 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
7925 common/linux-procfs.c.
7926 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
7927
44f238bb
PA
79282012-03-13 Hui Zhu <teawater@gmail.com>
7929 Pedro Alves <palves@redhat.com>
7930
7931 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
7932 CREATE_BREAKPOINT_FLAGS_INSERTED.
7933 (create_breakpoint_sal, create_breakpoints_sal)
7934 (base_breakpoint_create_breakpoints_sal)
7935 (tracepoint_create_breakpoints_sal)
7936 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
7937 down.
7938 (break_command_1, handle_gnu_v3_exceptions, trace_command)
7939 (ftrace_command, strace_command): Adjust.
7940 (create_tracepoint_from_upload): Pass
7941 CREATE_BREAKPOINT_FLAGS_INSERTED.
7942 * breakpoint.h (enum breakpoint_create_flags): New.
7943 (create_breakpoint): New flags parameter.
7944 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
7945 * python/py-breakpoint.c (bppy_init): Adjust.
7946 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
7947 * spu-tdep.c (spu_catch_start): Adjust.
7948
1e51243a
PA
79492012-03-13 Pedro Alves <palves@redhat.com>
7950 Hui Zhu <teawater@gmail.com>
7951 Yao Qi <yao@codesourcery.com>
7952
7953 * remote.c (struct remote_state): New field `starting_up'.
7954 (remote_start_remote): Set and clear it.
7955 (remote_can_download_tracepoint): If starting up, return false.
7956
fa3064dd
YQ
79572012-03-13 Yao Qi <yao@codesourcery.com>
7958
7959 * inferior.h (struct inferior): Remove fields any_syscall_count,
7960 syscalls_counts and total_syscalls_count. Move them to new
7961 struct catch_syscall_inferior_data in breakpoint.c.
7962 * breakpoint.c: Call DEF_VEC_I(int).
7963 (struct catch_syscall_inferior_data): New.
7964 (get_catch_syscall_inferior_data): New.
7965 (catch_syscall_inferior_data_cleanup): New.
7966 (insert_catch_syscall): Update to access data in
7967 struct catch_syscall_inferior_data.
7968 (insert_catch_syscall): Likewise.
7969 (remove_catch_syscall): Likewise.
7970 (remove_catch_syscall): Likewise.
7971 (is_syscall_catchpoint_enabled): Likewise.
7972 (add_catch_command): Likewise.
7973 (_initialize_breakpoint): Register cleanup.
7974 * breakpoint.h: Removed DEF_VEC_I(int).
7975 * dwarf2loc.c: Call DEF_VEC_I(int).
7976 * mi/mi-main.c: Likewise.
7977
460fac3c
MK
79782012-03-12 Mark Kettenis <kettenis@gnu.org>
7979
7980 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
7981
e1aca11e
JB
79822012-03-12 Chris January <chris.january@allinea.com>
7983
7984 * aix-thread.c (_initialize_aix_thread): Add prototype.
7985 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
7986 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
7987
649c7061
JB
79882012-03-12 Joel Brobecker <brobecker@adacore.com>
7989
7990 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
7991 include of "amd64-nat.h".
7992
0b49e518
TT
79932012-03-12 Tom Tromey <tromey@redhat.com>
7994
7995 * buildsym.c (record_pending_block): Now static.
7996 * buildsym.h: (record_pending_block): Remove.
7997
fd24fa94
AT
79982012-03-12 Andreas Tobler <andreast@fgznet.ch>
7999
8000 * amd64bsd-nat.c: Include amd64bsd-nat.h.
8001
ba919b58
TT
80022012-03-09 Tom Tromey <tromey@redhat.com>
8003
8004 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
8005 producer_is_gxx_lt_4_6>: New fields.
8006 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
8007
a48e046c
TT
80082012-03-09 Tom Tromey <tromey@redhat.com>
8009
8010 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
8011
6f5e9362
JB
80122012-03-08 Joel Brobecker <brobecker@adacore.com>
8013
8014 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
8015 prototype.
8016
8d037db9
JB
80172012-03-08 Joel Brobecker <brobecker@adacore.com>
8018
8019 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
8020
4e841acf
JK
80212012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8022
8023 Fix -Wmissing-prototypes build.
8024 * arm-linux-nat.c (get_thread_id): Make it static.
8025 * xtensa-linux-nat.c (get_thread_id): Likewise.
8026
c6030312
JB
80272012-03-08 Joel Brobecker <brobecker@adacore.com>
8028
8029 * server.c (process_point_options): If a conditional expression
8030 is found, only print a message if remote_debug is nonzero.
8031
52323be9
LM
80322012-03-08 Luis Machado <lgustavo@codesourcery.com>
8033
8034 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
8035 of internal error for unknown/unsupported types.
8036
7fe25d9b
JK
80372012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8038
8039 Fix CU relative vs. absolute DIE offsets.
8040 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
8041 offset to offset_in_cu.
8042 * dwarf2read.c (process_enumeration_scope): Add CU offset to
8043 TYPE_OFFSET.
8044 (dwarf2_fetch_die_location_block): Rename parameter offset to
8045 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
8046
05e7c244
JK
80472012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8048
8049 * libunwind-frame.c: Rename to ...
8050 * ia64-libunwind-tdep.c: ... here.
8051 * libunwind-frame.h: Rename to ...
8052 * ia64-libunwind-tdep.h: ... here.
8053 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
8054 ia64-libunwind-tdep.h.
8055 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
8056 * README (--with-libunwind): Rename to ...
8057 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
8058 * config.in: Regenerate.
8059 * configure: Regenerate.
8060 * configure.ac: New option --with-libunwind-ia64, make the
8061 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
8062 Remove AC_DEFINE for HAVE_LIBUNWIND.
8063 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
8064 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
8065 Rename libunwind-frame in the general comment.
8066 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
8067 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
8068 Move forward declarations inside #ifndef. Rename libunwind-frame in
8069 the general comment.
8070 * ia64-tdep.c: Rename libunwind-frame.h #include to
8071 ia64-libunwind-tdep.h.
8072 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
8073 (ia64_libunwind_descr): Rename libunwind-frame to
8074 ia64-libunwind-tdep in these function comments.
8075 * ia64-tdep.h: Rename libunwind-frame.h #include to
8076 ia64-libunwind-tdep.h.
8077 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
8078 ia64-libunwind-tdep in that data comment.
8079
3755cbfd
JK
80802012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8081
8082 * libunwind-frame.h (struct frame_unwind): New declaration.
8083
d1cda5d9
JB
80842012-03-08 Joel Brobecker <brobecker@adacore.com>
8085
8086 * breakpoint.c (_initialize_breakpoint): Fix error in help of
8087 "set breakpoint condition-evaluation" command.
8088
a0ba0aa2
TG
80892012-03-08 Tristan Gingold <gingold@adacore.com>
8090
8091 * sparc-stub.c: Move to stubs/
8092 * sh-stub.c: Likewise.
8093 * m68k-stub.c: Likewise.
8094 * m32r-stub.c: Likewise.
8095 * i386-stub.c: Likewise.
8096
7b8b6d6d
AS
80972012-03-08 Andreas Schwab <schwab@linux-m68k.org>
8098
007cafee
AS
8099 * m68klinux-tdep.c (m68k_linux_init_abi): Register
8100 linux_get_siginfo_type.
8101
7b8b6d6d
AS
8102 * m68klinux-nat.c: Include "gdb_proc_service.h".
8103 (PTRACE_GET_THREAD_AREA): Define.
8104 (ps_get_thread_area): New function.
8105
bba74b36
YQ
81062012-03-08 Yao Qi <yao@codesourcery.com>
8107
8108 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
8109 `xsnprintf'.
8110 (remote_query_attached): Likewise.
8111 (remote_static_tracepoint_marker_at): Likewise.
8112 (remote_set_permissions): Likewise.
8113 (remote_detach_1, extended_remote_attach_1): Likewise.
8114 (send_g_packet, remote_vkill): Likewise.
8115 (extended_remote_disable_randomization): Likewise.
8116 (remote_add_target_side_condition): Likewise.
8117 (remote_insert_breakpoint): Likewise.
8118 (remote_remove_breakpoint): Likewise.
8119 (remote_insert_watchpoint): Likewise.
8120 (remote_remove_watchpoint): Likewise.
8121 (remote_insert_hw_breakpoint): Likewise.
8122 (remote_insert_hw_breakpoint): Likewise.
8123 (remote_remove_hw_breakpoint): Likewise.
8124 (remote_download_command_source): Likewise.
8125 (remote_download_tracepoint): Likewise.
8126 (remote_download_trace_state_variable): Likewise.
8127 (remote_disable_tracepoint): Likewise.
8128 (remote_trace_set_readonly_regions): Likewise.
8129 (remote_get_tracepoint_status): Likewise.
8130 (remote_trace_find): Likewise.
8131 (remote_get_trace_state_variable_value): Likewise.
8132 (remote_set_disconnected_tracing): Likewise.
8133 (remote_set_circular_trace_buffer): Likewise.
8134 (remote_get_min_fast_tracepoint_insn_len): Likewise.
8135 (remote_use_agent): Likewise.
8136 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
8137 Update callers.
8138
9b224c5e
PA
81392012-03-07 Pedro Alves <palves@redhat.com>
8140
8141 * NEWS: Mention QProgramSignals.
8142 * inferior.h (update_signals_program_target): Declare.
8143 * infrun.c: (update_signals_program_target): New.
8144 (handle_command): Update the target of the new program signals
8145 array changes.
8146 * remote.c (PACKET_QProgramSignals): New enum.
8147 (last_program_signals_packet): New global.
8148 (remote_program_signals): New.
8149 (remote_start_remote): Update the target with the program signals
8150 list.
8151 (remote_protocol_features): Add entry for QPassSignals.
8152 (remote_open_1): Free anc clear last_program_signals_packet.
8153 (init_remote_ops): Install remote_program_signals.
8154 * target.c (update_current_target): Adjust.
8155 (target_program_signals): New.
8156 * target.h (struct target_ops) <to_program_signals>: New field.
8157 (target_program_signals): Declare.
8158
74c48cbb
PA
81592012-03-07 Pedro Alves <palves@redhat.com>
8160
8161 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
8162 extensions.
8163
0c13fc49
AS
81642012-03-07 Andreas Schwab <schwab@linux-m68k.org>
8165
8166 * m68klinux-nat.c (getregs_supplies): Make static.
8167 (getfpregs_supplies): Likewise.
8168 (have_ptrace_getregs): Likewise.
8169
1281d2a3
JB
81702012-03-06 Joel Brobecker <brobecker@adacore.com>
8171
8172 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
8173 in call to get_die_type_at_offset.
8174
2b03b41d
SS
81752012-03-06 Stan Shebs <stan@codesourcery.com>
8176
8177 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
8178 * mi/mi-cmd-disas.c: Ditto.
8179 * mi/mi-cmd-env.c: Ditto.
8180 * mi/mi-cmd-file.c: Ditto.
8181 * mi/mi-cmd-stack.c: Ditto.
8182 * mi/mi-cmd-target.c: Ditto.
8183 * mi/mi-cmd-var.c: Ditto.
8184 * mi/mi-cmds.c: Ditto.
8185 * mi/mi-cmds.h: Ditto.
8186 * mi/mi-console.c: Ditto.
8187 * mi/mi-getopt.c: Ditto.
8188 * mi/mi-getopt.h: Ditto.
8189 * mi/mi-interp.c: Ditto.
8190 * mi/mi-main.c: Ditto.
8191 * mi/mi-out.c: Ditto.
8192 * mi/mi-parse.c: Ditto.
8193 * mi/mi-parse.h: Ditto.
8194 * mi/mi-symbol-cmds.c: Ditto.
8195
8196 * mi/mi-getopt.h: Move mi_opt struct up.
8197 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
8198 return.
8199 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
8200
c988ad87
TT
82012012-03-06 Tom Tromey <tromey@redhat.com>
8202
8203 * proc-service.c (ps_pglobal_lookup): Set the current program
8204 space.
8205
1b7c1b10
PA
82062012-03-06 Pedro Alves <palves@redhat.com>
8207
8208 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
8209
3c182069
JB
82102012-03-05 Joel Brobecker <brobecker@adacore.com>
8211
8212 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
8213
2e794194
JK
82142012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8215
8216 Code cleanup.
8217 * common/linux-osdata.c (linux_common_core_of_thread): New function
8218 comment.
8219 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
8220 call by linux_common_core_of_thread.
8221 (linux_nat_core_of_thread_1): Remove.
8222 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
8223 * linux-thread-db.c: Include linux-osdata.h.
8224 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
8225 linux_common_core_of_thread.
8226
9f9f1f31
TT
82272012-03-05 Tom Tromey <tromey@redhat.com>
8228
8229 * value.c (value_primitive_field): Don't fetch contents for
8230 non-virtual bases.
8231
b7b189f3
TT
82322012-03-05 Tom Tromey <tromey@redhat.com>
8233
8234 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
8235
05b8a789 82362012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
5538f557 8237
5538f557
JB
8238 * s390-nat.c: Include "gregset.h".
8239
75528772
JK
82402012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8241
8242 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
8243 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
8244 (libunwind_load): New variable so_error, use it for dlerror. Try to
8245 load also LIBUNWIND_SO_7.
8246
275418ae
PA
82472012-03-05 Pedro Alves <palves@redhat.com>
8248
8249 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
8250 is not NULL, and remove resulting dead code.
8251
5cbb9812
TS
82522012-03-05 Thomas Schwinge <thomas@codesourcery.com>
8253
8254 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
8255 prologue to sh_analyze_prologue.
8256 (sh_analyze_prologue): Make better use of such an upper limit, and
8257 generally be more cautious about accessing memory.
8258
541515ad
TT
82592012-03-05 Tom Tromey <tromey@redhat.com>
8260
8261 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
8262 _initialize_ia64_hpux_tdep.
8263
b4d36fb8
PA
82642012-03-05 Pedro Alves <palves@redhat.com>
8265
24490249
PA
8266 PR gdb/13766
8267
b4d36fb8
PA
8268 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
8269 the register state is clear, supply explicit zero, instead of
8270 marking the register unavailable.
8271
60c9a3c0
TG
82722012-03-05 Tristan Gingold <gingold@adacore.com>
8273
8274 * NEWS: Mention OpenVMS ia64 new target.
8275
696759ad
TG
82762012-03-05 Tristan Gingold <gingold@adacore.com>
8277
8278 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
8279 (ia64_unw_accessors, ia64_unw_rse_accessors)
8280 (ia64_libunwind_descr): Declare.
8281 * ia64-vms-tdep.c: New file.
8282 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
8283 (ia64_libunwind_descr): Make them public.
8284 * configure.tgt: Add ia64-*-*vms*.
8285 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
8286 (ALLDEPFILES): Add ia64-vms-tdep.c
8287
34864976
TG
82882012-03-05 Tristan Gingold <gingold@adacore.com>
8289
169081d0
TG
8290 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
8291 * remote.c (PACKET_qXfer_uib): New enum value.
8292 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
8293 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
8294 (_initialize_remote): Call add_packet_config_cmd for
8295 xfer:uib packet.
8296
82972012-03-05 Tristan Gingold <gingold@adacore.com>
8298
8299 * osabi.c (gdb_osabi_names): Add OpenVMS.
8300 (generic_elf_osabi_sniffer): Likewise.
8301 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
34864976 8302
6597b100
JK
83032012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8304
8305 Removed unused code.
8306 * libunwind-frame.c (libunwind_frame_unwind)
8307 (libunwind_frame_base_address): Remove.
8308 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
8309
87399aa1
YQ
83102012-03-04 Yao Qi <yao@codesourcery.com>
8311
8312 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
8313 remove trailing new line.
8314 (agent_run_command, agent_run_command): Add _ markup.
8315 (agent_capability_check): Likewise.
8316
abf1152a
JK
83172012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8318
8319 * breakpoint.c (set_condition_evaluation_mode): Set
8320 CONDITION_EVALUATION_MODE unconditionally.
8321
5808517f
YQ
83222012-03-03 Yao Qi <yao@codesourcery.com>
8323
8324 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
8325 * common/agent.h: Update declaration.
8326 * inf-child.c (inf_child_use_agent): New.
8327 (inf_child_can_use_agent): New.
8328 (inf_child_target): Initialize fields `to_use_agent'
8329 and `to_can_use_agent'.
8330 * agent.c (agent_new_objfile): New.
89b7509a 8331 (_initialize_agent): Add agent_new_objfile to new_objfile
5808517f
YQ
8332 observer.
8333
8334 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8335 New.
89b7509a 8336 (linux_target_install_ops): Initialize field
5808517f
YQ
8337 `to_static_tracepoint_markers_by_strid'.
8338 * remote.c (free_current_marker): Move it to ...
8339 * tracepoint.c (free_current_marker): ... here. New.
8340 (cleanup_target_stop): New.
8341 * tracepoint.h: Declare free_current_marker.
8342 * NEWS: Add one entry about `info static-tracepoint-marker'.
8343
58b4daa5
YQ
83442012-03-03 Yao Qi <yao@codesourcery.com>
8345
8346 * common/agent.c (agent_loaded_p): New.
89b7509a 8347 (agent_look_up_symbols): New global.
58b4daa5
YQ
8348 * common/agent.h: Declare agent_loaded_p.
8349
8ffcbaaf
YQ
83502012-03-03 Yao Qi <yao@codesourcery.com>
8351
8352 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
8353 (agent_capability_check, agent_capability_invalidate): New.
8354 (symbol_list): New array element.
8355 * common/agent.h (enum agent_capa): New.
8356 * target.c (target_pre_inferior): Call agent_capability_invalidate.
8357
d1feda86
YQ
83582012-03-03 Yao Qi <yao@codesourcery.com>
8359
8360 * target.h (struct target_ops) <to_use_agent>: New field.
8361 (struct target_ops) <to_can_use_agent>: New field.
8362 (target_use_agent, target_can_use_agent): New macro.
8363 * target.c (update_current_target): Update.
8364 * remote.c: New enum `PACKET_QAgent'.
8365 (remote_protocol_features): Add a new element.
8366 (remote_use_agent, remote_can_use_agent): New.
8367 (init_remote_ops): Initialize field `can_use_agent' with
8368 remote_can_use_agent. Intiailize field `use_agent' with
8369 remote_use_agent.
8370 * common/agent.c (use_agent): New global.
8371 * common/agent.h: Declare it.
8372 * tracepoint.c (info_static_tracepoint_markers_command): Add
8373 comment.
8374 * Makefile.in (SFILES): Add common/agent.c and agent.c.
8375 (COMMON_OBS): Add common/agent.o and agent.o
8376 (common-agent.o): New rule.
8377 * agent.c: New.
8378
2fa291ac
YQ
83792012-03-03 Yao Qi <yao@codesourcery.com>
8380
8381 * common/agent.c: New.
8382 * common/agent.h: New.
8383 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
8384 AC_CHECK_HEADERS.
8385 * configure, configh.in: Regenerated.
8386
9fc05685
KB
83872012-03-02 Kevin Buettner <kevinb@redhat.com>
8388
8389 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
8390 unless it exists for this architecture.
8391
a5ee536b
JB
83922012-03-02 Joel Brobecker <brobecker@adacore.com>
8393
8394 * language.h (struct language_defn): New "method" la_read_var_value.
8395 * findvar.c: #include "language.h".
8396 (default_read_var_value): Renames read_var_value. Rewrite
8397 function description.
8398 (read_var_value): New function.
8399 * value.h (default_read_var_value): Add prototype.
8400 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
8401 New functions.
8402 (ada_language_defn): Add entry for la_read_var_value.
8403 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
8404 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
8405 language_defn structures to add entry for new la_read_var_value
8406 field.
8407
f59f708a
PA
84082012-03-02 Tom Tromey <tromey@redhat.com>
8409 Pedro Alves <palves@redhat.com>
8410
8411 PR breakpoints/13776:
8412 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
8413 breakpoints.
8414 (delete_longjmp_breakpoint_at_next_stop): New.
8415 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
8416 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
8417 before deleting the inferior. Add comments.
8418 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
8419 breakpoints immediately, but only on next stop. Move that code
8420 next to where we mark other breakpoints for deletion.
8421
44099a67
JB
84222012-03-02 Joel Brobecker <brobecker@adacore.com>
8423
8424 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
8425 marker.
8426 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
8427 violation.
8428
2a2ef594
PA
84292012-03-02 Pedro Alves <palves@redhat.com>
8430
8431 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
8432
b261e0c5
UW
84332012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
8434
8435 Fix -Wmissing-prototypes build.
8436 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
8437 * remote-sim.c (gdbsim_has_all_memory): Likewise.
8438 (gdbsim_has_memory): Likewise.
8439
a95babbf
YQ
84402012-03-02 Yao Qi <yao@codesourcery.com>
8441
8442 Fix -Wmissing-prototypes build.
8443 * charset.c (phony_iconv_open): Make static.
8444 (phony_iconv_close, phony_iconv): Likewise.
8445 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
8446 * i386-windows-nat.c (_initialize_i386_windows_nat): New
8447 prototype.
8448 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
8449 * ser-mingw.c (create_select_thread): Make static.
8450 * windows-termcap.c (tgetent): New prototype.
8451 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
8452
d603d4b3
JK
84532012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
8454
8455 Fix -Wmissing-prototypes build.
8456 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
8457 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
8458 (_initialize_loadable): New prototypes.
8459
7fb3ad1f
DE
84602012-03-02 Doug Evans <dje@google.com>
8461
8462 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
8463 abbrev table, read_comp_unit will do it.
8464
693be288
JK
84652012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8466
8467 Fix -Wmissing-prototypes build.
8468 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
8469 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
8470 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
8471 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
8472 (_initialize_arm_symbian_tdep): New prototype.
8473 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
8474 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
8475 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
8476 static.
8477 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
8478 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
8479 prototype.
8480 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
8481 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
8482 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
8483 static.
8484 * moxie-tdep.c (moxie_process_record): Likewise.
8485 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
8486 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
8487 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
8488 (_initialize_rl78_tdep): New prototype.
8489 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
8490 (_initialize_rx_tdep): New prototype.
8491 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
8492 (_initialize_darwin_solib): New prototype.
8493 * solib-spu.c: Include solib-spu.h.
8494 (_initialize_spu_solib): New prototype.
8495 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
8496 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
8497 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
8498 (tic6x_software_single_step): Make it static.
8499 (_initialize_tic6x_tdep): New prototype.
8500
638234e5
JK
85012012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8502
8503 Fix -Wmissing-prototypes build.
8504 * cris-tdep.c (cris_can_use_hardware_watchpoint)
8505 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
8506
f4a6f16d
JK
85072012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8508
8509 Fix -Wmissing-prototypes build.
8510 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
8511 (frv_have_stopped_data_address): Remove.
8512
04dcf5fa
JK
85132012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8514
8515 Fix -Wmissing-prototypes build.
8516 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
8517 * sh-tdep.c: Include sh64-tdep.h.
8518 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
8519 * sh64-tdep.c: Include sh64-tdep.h.
8520 * sh64-tdep.h: New file.
8521
19080931
MR
85222012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8523
8524 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
8525
9aac7884
MR
85262012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8527
8528 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
8529 sp_regnum once the gdbarch_init_osabi hook has been called.
8530
a385295e
MR
85312012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8532
8533 * mips-tdep.c (mips32_bc1_pc): New function.
8534 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
8535 BPOSGE32 and BPOSGE64 instructions.
8536 (deal_with_atomic_sequence): Likewise.
8537 (mips32_instruction_has_delay_slot): Likewise.
8538
1faeff08 85392012-03-01 Maciej W. Rozycki <macro@mips.com>
a09130f9
PA
8540 Chris Dearman <chris@mips.com>
8541 Maciej W. Rozycki <macro@codesourcery.com>
8542 Joseph Myers <joseph@codesourcery.com>
1faeff08
MR
8543
8544 * features/mips-dsp.xml: New file.
8545 * features/mips64-dsp.xml: New file.
8546 * features/mips-dsp-linux.xml: New file.
8547 * features/mips64-dsp-linux.xml: New file.
8548 * features/Makefile (WHICH): Add mips-dsp-linux and
8549 mips64-dsp-linux.
8550 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
8551 * features/mips-dsp-linux.c: New file.
8552 * features/mips64-dsp-linux.c: New file.
8553 * regformats/mips-dsp-linux.dat: New file.
8554 * regformats/mips64-dsp-linux.dat: New file.
8555 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
8556 registers.
8557 (mips64_linux_register_addr): Likewise.
8558 (mips64_linux_regsets_fetch_registers): Likewise.
8559 (mips64_linux_regsets_store_registers): Likewise.
8560 (mips64_linux_fetch_registers): Update call to
8561 mips64_linux_regsets_fetch_registers.
8562 (mips64_linux_store_registers): Update call to
8563 mips64_linux_regsets_store_registers.
8564 (mips_linux_read_description): Probe for DSP registers.
8565 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
8566 and initialize_tdesc_mips64_dsp_linux.
8567 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
8568 Remove padding of no longer used embedded register slots.
8569 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
8570 (MIPS_RESTART_REGNUM): Redefine enum value.
8571 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
8572 strings.
8573 (mips_tx39_reg_names): Likewise.
8574 (mips_linux_reg_names): New array of register names for Linux
8575 targets.
8576 (mips_register_name): Check for a null pointer in
8577 mips_processor_reg_names and return an empty string.
8578 (mips_register_type): Exclude embedded registers for the IRIX
8579 and Linux ABIs.
8580 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
8581 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
8582 DSP registers.
8583 (mips_stab_reg_to_regnum): Handle DSP accumulators.
8584 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
8585 (mips_gdbarch_init): Likewise. Initialize internal register
8586 indices for the Linux ABI. Use dynamic numbers to refer to
8587 registers, as applicable, while parsing the target description.
8588 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
8589
263689d8
JB
85902012-03-01 Joel Brobecker <brobecker@adacore.com>
8591
8592 * frame.h (read_frame_register_unsigned): Fix typo in function
8593 description.
8594
f3b4f45c
PA
85952012-03-01 Pedro Alves <palves@redhat.com>
8596
8597 * jit-reader.in [!__cplusplus]
8598 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
8599
b03a2011
PA
86002012-03-01 Pedro Alves <palves@redhat.com>
8601
8602 * configure.ac (build_warnings): Add -Wmissing-prototypes.
8603 * configure: Regenerate.
8604
70221824
PA
86052012-03-01 Pedro Alves <palves@redhat.com>
8606
8607 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
8608 * breakpoint.c (create_exception_master_breakpoint, trace_command)
8609 (ftrace_command, strace_command): Make static.
8610 * d-lang.c (_initialize_d_language): Declare.
8611 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
8612 * dwarf2loc.c (_initialize_dwarf2loc):
8613 * dwarf2read.c (process_psymtab_comp_unit): Make static.
8614 * exec.c (exec_get_section_table): Make static.
8615 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
8616 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
8617 * inferior.c (remove_inferior_command, add_inferior_command)
8618 (clone_inferior_command): Make static.
8619 * linux-nat.c (linux_nat_thread_address_space)
8620 (linux_nat_core_of_thread): Make static.
8621 * linux-tdep.c (_initialize_linux_tdep): Declare.
8622 * objc-lang.c (_initialize_objc_lang): Declare.
8623 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
8624 Make static.
8625 (_initialize_opencl_language): Declare.
8626 * record.c (_initialize_record): Declare.
8627 * remote.c (demand_private_info, remote_get_tib_address)
8628 (remote_supports_cond_tracepoints)
8629 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
8630 Make static.
8631 * skip.c (_initialize_step_skip): Declare.
8632 * symtab.c (skip_prologue_using_lineinfo): Make static.
8633 * tracepoint.c (delete_trace_state_variable)
8634 (trace_variable_command, delete_trace_variable_command)
8635 (get_uploaded_tsv, find_matching_tracepoint_location)
8636 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
8637 Make static.
8638 * value.c (pack_unsigned_long): Make static.
8639 * varobj.c (varobj_ensure_python_env): Make static.
8640 * windows-tdep.c (_initialize_windows_tdep): Declare.
8641 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
8642
33fbcbee
PA
86432012-03-01 Pedro Alves <palves@redhat.com>
8644
8645 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
8646 gdbarch parameter.
8647 (linux_init_abi): Install it as has_shared_address_space gdbarch
8648 callback.
8649
44d0cd3b
PA
86502012-03-01 Pedro Alves <palves@redhat.com>
8651
8652 * observer.c (observer_test_first_notification_function)
8653 (observer_test_second_notification_function)
8654 (observer_test_third_notification_function): Add declarations.
8655
ed01b82c
PA
86562012-03-01 Pedro Alves <palves@redhat.com>
8657
8658 * common/signals.c (default_target_signal_to_host)
8659 (default_target_signal_from_host): Move ...
8660 * arch-utils.c: ... here.
8661 * arch-utils.h (default_target_signal_to_host)
8662 (default_target_signal_from_host): Declare.
8663
8664 * common/signals.c (target_signal_from_command): Move ...
8665 * infrun.c: ... here.
8666 * inferior.h (target_signal_from_command): Declare.
8667 * target.h (target_signal_from_command)
8668 (default_target_signal_from_host, default_target_signal_to_host):
8669 Delete declarations.
8670
8671 * common/signals.c (_initialize_signals): Delete.
8672
c9b87335
PA
86732012-03-01 Pedro Alves <palves@redhat.com>
8674
8675 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
8676 both __cplusplus and !__cplusplus.
8677
9340a6c0
PA
86782012-03-01 Pedro Alves <palves@redhat.com>
8679
8680 * psymtab.c (find_and_open_source): Delete declaration.
8681 * source.c (find_and_open_source): Move comment ...
8682 * source.h (find_and_open_source): ... to this new declaration.
8683
e451c4a1
PA
86842012-03-01 Pedro Alves <palves@redhat.com>
8685
8686 * inline-frame.c: Include inline-frame.h.
8687
983fb104
PA
86882012-03-01 Pedro Alves <palves@redhat.com>
8689
8690 * tui/tui-data.c (set_gen_win_origin): Delete.
8691 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
8692 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
8693
5fbce5df
PA
86942012-03-01 Pedro Alves <palves@redhat.com>
8695
8696 * remote.c (encode_actions): Delete declaration.
8697 * tracepoint.c (encode_actions): Make extern.
8698 * tracepoint.h (encode_actions): Declare.
8699
49a8461d
PA
87002012-03-01 Pedro Alves <palves@redhat.com>
8701
8702 * python/py-breakpoint.c: Include python.h.
8703 * python/py-continueevent.c (create_continue_event_object): Make
8704 static.
8705 * python/py-lazy-string.c (stpy_get_type): Make static.
8706 * python/py-newobjfileevent.c (create_new_objfile_event_object):
8707 Make static.
8708 * python/py-utils.c (unicode_to_target_python_string): Make
8709 static.
8710 * python/py-value.c: Include python.h.
8711
9079102f
PA
87122012-03-01 Pedro Alves <palves@redhat.com>
8713
8714 * inferior.c (delete_threads_of_inferior): Delete.
8715
a298c5e8
PA
87162012-03-01 Pedro Alves <palves@redhat.com>
8717
8718 Import fallback definitions from glibc.
8719
8720 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
8721 ps_prochandle): Forward declare.
8722 (ps_err_e): Use glibc's comments.
8723 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
8724 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
8725 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
8726 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
8727 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
8728 (struct ps_prochandle): Adjust comment.
8729
e3084549
PA
87302012-03-01 Pedro Alves <palves@redhat.com>
8731
8732 * ada-lang.c (ada_modulus_from_name): Delete.
8733 * ada-lex.l (lexer_init): Make static.
8734
ad5f7d6e
PA
87352012-03-01 Pedro Alves <palves@redhat.com>
8736
8737 PR gdb/13767
8738
8739 * frame.c (read_frame_register_unsigned): New.
8740 * frame.h (read_frame_register_unsigned): Declare.
8741 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
8742 Handle it.
8743 (print_i387_control_word): New parameter `control_p'. Handle it.
8744 (i387_print_float_info): Handle unavailable float registers.
8745
e0a4d108
KS
87462012-03-01 Keith Seitz <keiths@redhat.com>
8747
8748 * linespec.c (decode_line_2): Sort the list of methods
8749 alphabetically before presenting the user with a selection
8750 menu.
8751
122d1940
DE
87522012-03-01 Doug Evans <dje@google.com>
8753
8754 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
8755 has_namespace_info.
8756 (dwarf2_read_abbrevs): Remove corresponding initialization.
8757
7d74f244
DE
87582012-03-01 Scott J. Goldman <scottjg@vmware.com>
8759
8760 * NEWS: Mention new python command class gdb.COMMAND_USER.
8761 * cli/cli-cmds.c (show_user): Print error when used on a python
8762 command.
8763 (init_cli_cmds): Update documentation strings for "show user" and
8764 "set/show max-user-call-depth" to clarify that it does not apply to
8765 python commands.
8766 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
8767 error check.
8768 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
8769 gdb python api.
8770 * top.c (execute_command): Only execute a user-defined command as a
8771 legacy macro if c->user_commands is set.
8772
e88acd96
TT
87732012-03-01 Tom Tromey <tromey@redhat.com>
8774
8775 * valprint.h (struct generic_val_print_decorations): New.
8776 (generic_val_print): Declare.
8777 * valprint.c (generic_val_print): New function.
8778 * p-valprint.c (p_decorations): New global.
8779 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
8780 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
8781 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
8782 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
8783 * m2-valprint.c (m2_decorations): New global.
8784 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
8785 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
8786 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
8787 TYPE_CODE_ERROR>: Call generic_val_print.
8788 * f-valprint.c (f_decorations): New global.
8789 (f_val_print): Use print_function_pointer_address.
8790 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
8791 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
8792 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
8793 generic_val_print.
8794 * c-valprint.c (c_decorations): New global.
8795 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
8796 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
8797 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
8798 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
8799 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
8800 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
8801 case.
8802
d3eab38a
TT
88032012-03-01 Tom Tromey <tromey@redhat.com>
8804
8805 * valprint.c (val_print): Update.
8806 * p-valprint (pascal_val_print): Return void.
8807 * p-lang.h (pascal_val_print): Return void.
8808 * m2-valprint.c (m2_val_print): Return void.
8809 * m2-lang.h (m2_val_print): Return void.
8810 * language.h (struct language_defn) <la_val_print>: Return void.
8811 * language.c (unk_lang_val_print): Return void.
8812 * jv-valprint.c (java_val_print): Return void.
8813 * jv-lang.h (java_val_print): Return void.
8814 * f-valprint.c (f_val_print): Return void.
8815 * f-lang.h (f_val_print): Return void.
8816 * d-valprint.c (d_val_print): Return void.
8817 (dynamic_array_type): Update.
8818 * d-lang.h (d_val_print): Return void.
8819 * c-valprint.c (c_val_print): Return void.
8820 * c-lang.h (c_val_print): Return void.
8821 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
8822 void.
8823 * ada-lang.h (ada_val_print): Return void.
8824
35c0084b
TT
88252012-03-01 Tom Tromey <tromey@redhat.com>
8826
8827 * value.h (val_print): Return void.
8828 * valprint.c (val_print): Return void.
8829
a1f5dd1b
TT
88302012-03-01 Tom Tromey <tromey@redhat.com>
8831
8832 * value.h (common_val_print): Return void.
8833 * valprint.c (common_val_print): Return void.
8834
8e069a98
TT
88352012-03-01 Tom Tromey <tromey@redhat.com>
8836
8837 * value.h (value_print): Return void.
8838 * valprint.c (value_print): Return void.
8839 * p-valprint.c (pascal_value_print): Return void.
8840 * p-lang.h (pascal_value_print): Return void.
8841 * language.h (struct language_defn) <la_value_print>: Return
8842 void.
8843 * language.c (unk_lang_value_print): Return void.
8844 * jv-valprint.c (java_value_print): Return void.
8845 * jv-lang.h (java_value_print): Return void.
8846 * f-valprint.c (c_value_print): Don't declare.
8847 Include c-lang.h.
8848 * c-valprint.c (c_value_print): Return void.
8849 * c-lang.h (c_value_print): Return void.
8850 * ada-valprint.c (ada_value_print): Return void.
8851 * ada-lang.h (ada_value_print): Return void.
8852
be335936
TT
88532012-03-01 Tom Tromey <tromey@redhat.com>
8854
8855 * value.c (value_primitive_field): Handle virtual base classes.
8856
b0db66a7
TT
88572012-03-01 Tom Tromey <tromey@redhat.com>
8858
8859 * gdbtypes.h (struct vbase): Remove.
8860
132c57b4
TT
88612012-03-01 Tom Tromey <tromey@redhat.com>
8862
8863 * c-valprint.c (print_function_pointer_address): Move...
8864 * valprint.c: ... here. Make non-static.
8865 * m2-valprint.c (print_function_pointer_address): Remove.
8866 * valprint.h (print_function_pointer_address): Declare.
8867
e41eec66
JB
88682012-03-01 Joel Brobecker <brobecker@adacore.com>
8869
8870 * NEWS: Document the fact that one can provide a condition when
8871 creating an Ada exception catchpoint.
8872
19c37f24
TT
88732012-03-01 Tom Tromey <tromey@redhat.com>
8874
8875 * valprint.c (val_print_type_code_flags): Fix placement of
8876 trailing brace.
8877
f0fed3a3
JB
88782012-03-01 Joel Brobecker <brobecker@adacore.com>
8879
8880 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
8881 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
8882 environment variable before calling update-copyright.
8883
8ba85d85
JB
88842012-03-01 Joel Brobecker <brobecker@adacore.com>
8885
8886 * gnulib/extra/update-copyright: Update to the latest from
8887 gnulib's git repository.
8888 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
8889 variable to 2 instead of 1.
8890
8219b1e8
JB
88912012-02-29 Joel Brobecker <brobecker@adacore.com>
8892
8893 * varobj.c (c_value_of_variable): Remove dead code.
8894
718cb7da
JB
88952012-02-29 Joel Brobecker <brobecker@adacore.com>
8896
8897 * ada-lex.p (processId): Do not modify already encoded IDs.
8898 Update function documentation.
8899
739593e0
JB
89002012-02-29 Joel Brobecker <brobecker@adacore.com>
8901
8902 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
8903 "name" with "struct symbol *name_sym".
8904 * ada-exp.y (write_var_or_type): Update call to
8905 ada_find_renaming_symbol.
8906 "name" with "struct symbol *name_sym". Adjust Implementation
8907 accordingly. Adjust the function documentation.
8908
852dff6c
JB
89092012-02-29 Joel Brobecker <brobecker@adacore.com>
8910
8911 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
8912 * ada-lang.c (ada_find_any_type): Add advance declaration.
8913 Make static. Replace ada_find_any_symbol by
8914 ada_find_any_type_symbol.
8915 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
8916 Improve function description. Make static.
8917 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
8918 Replace ada_find_any_symbol by ada_find_any_type_symbol.
8919
1b611343
JB
89202012-02-29 Joel Brobecker <brobecker@adacore.com>
8921
8922 * ada-lang.c (struct tag_args): Delete.
8923 (ada_get_tsd_type): Function body moved up in source file.
8924 (ada_tag_name_1, ada_tag_name_2): Delete.
8925 (ada_get_tsd_from_tag): New function.
8926 (ada_tag_name_from_tsd): New function.
8927 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
8928 to determine the tag name.
8929
41246937
JB
89302012-02-29 Joel Brobecker <brobecker@adacore.com>
8931
8932 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
8933 declaration.
8934 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
8935 function.
8936
ffde82bf
JB
89372012-02-29 Joel Brobecker <brobecker@adacore.com>
8938
8939 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
8940
2ad01556
JB
89412012-02-29 Joel Brobecker <brobecker@adacore.com>
8942
8943 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
8944 full searches.
8945
99b1c762
JB
89462012-02-29 Joel Brobecker <brobecker@adacore.com>
8947
8948 * ada-lang.c (constrained_packed_array_type): If there is a
8949 parallel XA type, use it to determine the array index type.
8950
2d4a02ee
JB
89512012-02-29 Joel Brobecker <brobecker@adacore.com>
8952
8953 * ada-valprint.c (ada_val_print_1): If our value is a reference
8954 to an array descriptor, dereference it before converting it
8955 to a simple array.
8956
c48db5ca
JB
89572012-02-29 Joel Brobecker <brobecker@adacore.com>
8958
8959 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
8960 creating fixed value.
8961 (ada_value_ind, ada_coerce_ref, assign_component)
8962 (ada_evaluate_subexp): Remove call to unwrap_value before
8963 call to ada_to_fixed_value.
8964
2e6fda7d
JB
89652012-02-29 Joel Brobecker <brobecker@adacore.com>
8966
8967 * ada-lang.c (to_fixed_array_type): Set result's type name.
8968
5845583d
JB
89692012-02-29 Joel Brobecker <brobecker@adacore.com>
8970
8971 * ada-lang.c (catch_ada_exception_command_split): Add new
8972 argument cond_string. Add support for condition at end of
8973 "catch exception" commands.
8974 (ada_decode_exception_location): Add new argument cond_string.
8975 Update call to catch_ada_exception_command_split.
8976 (create_ada_exception_catchpoint): Add new argument cond_string.
8977 Set the breakpoint condition if needed.
8978 (catch_ada_exception_command): Update call to
8979 ada_decode_exception_location.
8980 (ada_decode_assert_location): Add function documentation.
8981 Add support for condition at end of "catch assert" command.
8982 (catch_assert_command): Update calls to ada_decode_assert_location
8983 and create_ada_exception_catchpoint.
8984
9a7f938f
JK
89852012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8986
8987 Fix disp-step-syscall.exp: fork: single step over fork.
8988 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
8989 (i386_linux_get_syscall_number_from_regcache): ... here, new function
8990 comment, change parameters gdbarch and ptid to regcache. Remove
8991 parameter regcache, initialize gdbarch from regcache here.
8992 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
8993 New functions.
8994 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
8995 instead.
8996 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
8997 'syscall'. Make the 'int' check more strict.
8998
ffdf6de5
JK
89992012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9000
9001 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
9002 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
9003 (i386_linux_intx80_sysenter_syscall_record): ... here.
9004 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
9005 Use the renamed function name.
9006
c70a6932
JK
90072012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9008
9009 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
9010 * breakpoint.c (until_break_command): Likewise.
9011 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
9012 * infcall.c (call_function_by_hand): Likewise.
9013 * infcmd.c (finish_forward): Likewise.
9014 * infrun.c (insert_exception_resume_breakpoint): Likewise.
9015
05b8a789 90162012-02-28 Tristan Gingold <gingold@adacore.com>
d4cd3da9 9017
d4cd3da9
JB
9018 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
9019 avoid variable assignments inside condition.
9020
6425366c
JK
90212012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9022
9023 Fix static analysis issue found by cppcheck.
9024 * microblaze-tdep.c (microblaze_extract_return_value): Fix
9025 uninitialized BUF for size 2.
9026
c8cef75f 90272012-02-27 Chris Dearman <chris@mips.com>
a09130f9
PA
9028 Nathan Froyd <froydnj@codesourcery.com>
9029 Maciej W. Rozycki <macro@codesourcery.com>
c8cef75f
MR
9030
9031 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
9032 (mips16_instruction_has_delay_slot): Likewise.
9033 (mips_segment_boundary): Likewise.
9034 (mips_adjust_breakpoint_address): Likewise.
9035 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
9036
473347ad 90372012-02-27 Maciej W. Rozycki <macro@mips.com>
a09130f9 9038 Maciej W. Rozycki <macro@codesourcery.com>
473347ad
MR
9039
9040 * infrun.c (handle_inferior_event): Don't proceed through
9041 shared library trampolines if stepping at the machine
9042 instruction level.
9043
cf233303
MR
90442012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
9045
9046 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
9047 too.
9048
cb2cf4ce
TS
90492012-02-27 Thomas Schwinge <thomas@codesourcery.com>
9050
9051 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
9052 (sh_stub_unwind_sniffer): New functions.
9053 (sh_stub_unwind): New variable.
9054 (sh_gdbarch_init): Wire everything.
9055
644cebc9
PA
90562012-02-27 Pedro Alves <palves@redhat.com>
9057
9058 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
9059 (linux_nat_post_attach_wait): Adjust to use
9060 linux_proc_pid_is_stopped.
9061 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
9062 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
9063 based on pid_is_stopped from both linux-nat.c and
9064 gdbserver/linux-low.c, and renamed.
9065
283002cf
MR
90662012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9067
9068 * remote.c (remote_watchpoint_addr_within_range): New function.
9069 (init_remote_ops): Use it.
9070
9b3e86b1
MR
90712012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9072
9073 * target.h (target_watchpoint_addr_within_range): Document macro.
9074
e36930bb
PA
90752012-02-24 Pedro Alves <palves@redhat.com>
9076
9077 * stack.c (set_last_displayed_sal): Issue internal_error instead
9078 of warning, and issue it after clearing the last displayed sal.
9079
883bc8d1
PA
90802012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9081 Pedro Alves <palves@redhat.com>
9082
9083 * breakpoint.c (until_break_command): Install breakpoints after
9084 all frame manipulations.
9085
b775012e
LM
90862012-02-24 Luis Machado <lgustavo@codesourcery.com>
9087
9088 * remote.c (remote_supports_cond_breakpoints): New forward
9089 declaration.
9090 (remote_add_target_side_condition): New function.
9091 (remote_insert_breakpoint): Add target-side breakpoint
9092 conditional if supported.
9093 (remote_insert_hw_breakpoint): Likewise.
9094 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
9095 hook.
9096
9097 * target.c (update_current_target): Inherit
9098 to_supports_evaluation_of_breakpoint_conditions.
9099 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
9100
9101 * target.h (struct target_ops)
9102 <to_supports_evaluation_of_breakpoint_conditions>: New field.
9103 (target_supports_evaluation_of_breakpoint_conditions): New #define.
9104
9105 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
9106 (condition_evaluation_both, condition_evaluation_auto,
9107 condition_evaluation_host, condition_evaluation_target,
9108 condition_evaluation_enums, condition_evaluation_mode_1,
9109 condition_evaluation_mode): New static globals.
9110 (translate_condition_evaluation_mode): New function.
9111 (breakpoint_condition_evaluation_mode): New function.
9112 (gdb_evaluates_breakpoint_condition_p): New function.
9113 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
9114 (mark_breakpoint_modified): New function.
9115 (mark_breakpoint_location_modified): New function.
9116 (set_condition_evaluation_mode): New function.
9117 (show_condition_evaluation_mode): New function.
9118 (bp_location_compare_addrs): New function.
9119 (get_first_location_gte_addr): New helper function.
9120 (set_breakpoint_condition): Free condition bytecode if locations
9121 has become unconditional. Call mark_breakpoint_modified (...).
9122 (condition_command): Call update_global_location_list (1) for
9123 breakpoints.
9124 (breakpoint_xfer_memory): Use is_breakpoint (...).
9125 (is_breakpoint): New function.
9126 (parse_cond_to_aexpr): New function.
9127 (build_target_condition_list): New function.
9128 (insert_bp_location): Handle target-side conditional
9129 breakpoints and call build_target_condition_list (...).
9130 (update_inserted_breakpoint_locations): New function.
9131 (insert_breakpoint_locations): Handle target-side conditional
9132 breakpoints.
9133 (bpstat_check_breakpoint_conditions): Add comment.
9134 (bp_condition_evaluator): New function.
9135 (bp_location_condition_evaluator): New function.
9136 (print_breakpoint_location): Print information on where the condition
9137 will be evaluated.
9138 (print_one_breakpoint_location): Likewise.
9139 (init_bp_location): Call mark_breakpoint_location_modified (...) for
9140 breakpoint location.
9141 (force_breakpoint_reinsertion): New functions.
9142 (update_global_location_list): Handle target-side breakpoint
9143 conditions.
9144 Reinsert locations that are already inserted if conditions have
9145 changed.
9146 (bp_location_dtor): Free agent expression bytecode.
9147 (disable_breakpoint): Call mark_breakpoint_modified (...).
9148 Call update_global_location_list (...) with parameter 1 for breakpoints.
9149 (disable_command): Call mark_breakpoint_location_modified (...).
9150 Call update_global_location_list (...) with parameter 1 for breakpoints.
9151 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
9152 (enable_command): mark_breakpoint_location_modified (...).
9153 (_initialize_breakpoint): Update documentation and add
9154 condition-evaluation breakpoint subcommand.
9155
9156 * breakpoint.h: Include ax.h.
9157 (condition_list): New data structure.
9158 (condition_status): New enum.
9159 (bp_target_info) <cond_list>: New field.
9160 (bp_location) <condition_changed, cond_bytecode>: New fields.
9161 (is_breakpoint): New prototype.
9162
3788aec7
LM
91632012-02-24 Luis Machado <lgustavo@codesourcery.com>
9164
9165 * remote.c (remote_state) <cond_breakpoints>: New field.
9166 (PACKET_ConditionalBreakpoints): New enum.
9167 (remote_cond_breakpoint_feature): New function.
9168 (remote_protocol_features): Add new ConditionalBreakpoints entry.
9169 (remote_supports_cond_breakpoints): New function.
9170 (_initialize_remote): Add new packet configuration for
9171 target-side conditional breakpoints.
9172
72895ff6
LM
91732012-02-24 Luis Machado <lgustavo@codesourcery.com>
9174
9175 * NEWS: Mention target-side conditional breakpoint support,
9176 new condition-evaluation breakpoint subcommand and remote
9177 packet extensions.
9178
dea2aa5f
LM
91792012-02-24 Luis Machado <lgustavo@codesourcery.com>
9180
9181 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
9182 number.
9183
8a8bc27f
TS
91842012-02-24 Thomas Schwinge <thomas@codesourcery.com>
9185
9186 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
9187 (after_prologue): Remove.
9188
6b446fdf
TT
91892012-02-23 Tom Tromey <tromey@redhat.com>
9190
9191 * jv-valprint.c (java_val_print): Remove dead code.
9192
ef59abfb
TG
91932012-02-23 Tristan Gingold <gingold@adacore.com>
9194
a09130f9
PA
9195 * ada-tasks.c (struct ada_tasks_inferior_data): Add
9196 known_tasks_element and known_tasks_length fields.
9197 (read_known_tasks_array): Change argument type. Use pointer type
9198 and number of elements from DATA. Adjust.
9199 (read_known_tasks_list): Likewise.
9200 (get_known_tasks_addr): Remove.
9201 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
9202 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
9203 type and array length. Merge former get_known_tasks_addr code.
ef59abfb 9204
def166f6
JK
92052012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9206
9207 PR backtrace/13716
9208 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
9209 it after set_momentary_breakpoint.
9210
aeaa2474
SA
92112012-02-22 Sterling Augustine <saugustine@google.com>
9212
9213 PR 13689:
9214 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
9215
feea76c2
GB
92162012-02-22 Gary Benson <gbenson@redhat.com>
9217
9218 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
9219 (find_slot_in_mapped_hash): Likewise.
9220
f06e05e0
JK
92212012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9222
9223 PR build/13638
9224 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
9225 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
9226 * configure: Regenerate.
9227
b54a8fd7
PA
92282012-02-21 Tristan Gingold <gingold@adacore.com>
9229 Pedro Alves <palves@redhat.com>
9230
9231 * ia64-tdep.c: Do not include libunwind-ia64.h.
9232 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
9233 Include libunwind-ia64.h instead of libunwind.h.
9234 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
9235 for libunwind.h existence.
9236 * configure, config.in: Regenerate.
9237
dfcee124
AG
92382012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9239
9240 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
9241 instead of value_rtti_target_type.
9242 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
9243 instead of value_rtti_target_type.
9244 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
9245 value_rtti_target_type.
9246 * valops.c (value_ind): Extract function readjust_indirect_value_type.
9247 (value_rtti_target_type): Rename to ...
9248 (value_rtti_indirect_type): ... here and make it indirect. Update
9249 function comment.
9250 * value.c (readjust_indirect_value_type): New function.
9251 (coerce_ref): Support for enclosing type setting for references
9252 with readjust_indirect_value_type.
9253 * value.h (readjust_value_type): New declaration.
9254 (value_rtti_target_type): Rename to ...
9255 (value_rtti_indirect_type): ... here.
9256
02568277
AG
92572012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9258
9259 * MAINTAINERS (Write After Approval): Add myself to the list.
9260
10c07b7e 92612012-02-20 Doug Evans <dje@google.com>
28ee876a 9262
d82ea6a8
DE
9263 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
9264 Rename objfile_p_char parameter to objfilep.
9265 (build_objfile_section_table): Result is now void. All callers
9266 updated.
9267 * objfiles.h (struct objfile): Tweak comments, whitespace.
9268 (build_objfile_section_table): Update.
9269
28ee876a
DE
9270 * elfread.c (elf_symfile_segments): Fix warning text.
9271
24c79950
TT
92722012-02-20 Tom Tromey <tromey@redhat.com>
9273
9274 PR gdb/13498:
9275 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
9276 particular set of file names once.
9277 (dw2_map_symbol_filenames): Likewise.
9278
3a9b40b6
JK
92792012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9280
9281 Code cleanup.
9282 * main.c (write_files): Remove the declaration.
9283 (external_editor_command): Move the declaration ...
9284 [GDBTK] (external_editor_command): ... here. Fix the comment.
9285
4d0795ca
TT
92862012-02-20 Tom Tromey <tromey@redhat.com>
9287
9288 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
9289 extraneous block.
9290
637fd620
TG
92912012-02-20 Tristan Gingold <gingold@adacore.com>
9292
9293 * darwin-nat.h (enum darwin_msg_state): Add comments.
9294
6f124894
TG
92952012-02-20 Tristan Gingold <gingold@adacore.com>
9296
9297 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
9298 value.
9299
2e6e3d9c
JB
93002012-20-18 Joel Brobecker <brobecker@adacore.com>
9301
9302 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
9303 between function description and implementation.
9304
2e8265fd
TT
93052012-02-17 Tom Tromey <tromey@redhat.com>
9306
9307 PR python/12070:
9308 * python/py-event.c (event_object_getset): New global.
9309 (event_object_type): Reference it.
9310 * python/py-type.c (field_object_getset): New global.
9311 (field_object_type): Reference it.
9312 * python/python-internal.h (gdb_py_generic_dict): Declare.
9313 * python/py-utils.c (gdb_py_generic_dict): New function.
9314
8544a150 93152012-02-17 Tristan Gingold <gingold@adacore.com>
6f124894 9316
8544a150 9317 * solib-darwin.c (darwin_current_sos): Check magic and filetype
6f124894 9318
ca193e27
TS
93192012-02-17 Thomas Schwinge <thomas@codesourcery.com>
9320
9321 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
9322 TYPE_CALLING_CONVENTION annotation.
9323
e5586183
KB
93242012-02-16 Kevin Buettner <kevinb@redhat.com>
9325
9326 * MAINTAINERS: Add rx to target ISA section.
9327 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
9328 (ALLDEPFILES): Add rx-tdep.c.
9329
7dcd53a0
TT
93302012-02-16 Tom Tromey <tromey@redhat.com>
9331
9332 * symfile.c (symbol_file_add_main_1): Use inferior's
9333 symfile_flags.
9334 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
9335 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
9336 inferior.
9337 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
9338 inferior.
9339 (follow_exec): Use inferior's symfile_flags.
9340 * inferior.h (struct inferior) <symfile_flags>: New field.
9341
ddd60447
MF
93422012-02-16 Mike Frysinger <vapier@gentoo.org>
9343
9344 PR gdb/9734:
9345 * remote-sim.c (gdbsim_create_inferior): Call error() when
9346 sim_create_inferior() fails.
9347
b0d32fb6
TG
93482012-02-16 Josh Matthews <josh@joshmatthews.net>
9349
9350 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
9351
9addecb9
TT
93522012-02-16 Tom Tromey <tromey@redhat.com>
9353
9354 PR c++/13653:
9355 * thread.c (struct current_thread_cleanup) <was_removable>: New
9356 field.
9357 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
9358 (make_cleanup_restore_current_thread): Initialize new field.
9359
a58b110a
KB
93602012-02-15 Kevin Buettner <kevinb@redhat.com>
9361
9362 * MAINTAINERS: Add rl78 to target ISA section.
9363 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
9364 (ALLDEPFILES): Add rl78-tdep.c.
9365 * NEWS: Mention rl78 as a new target.
9366
4cb6da1c
AR
93672012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
9368
9369 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
9370 data.
9371 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
9372
3af2590d
TT
93732012-02-15 Tom Tromey <tromey@redhat.com>
9374
9375 PR gdb/12659:
9376 * infcmd.c (registers_info): Print just the current register's
9377 name.
9378
c6910659
TT
93792012-02-15 Tom Tromey <tromey@redhat.com>
9380
9381 * python/py-symbol.c (sympy_value): Use _().
9382
7cee1e54
PA
93832012-02-15 Pedro Alves <palves@redhat.com>
9384
9385 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
9386 output to be like native targets'.
9387 (remote_pid_to_str): Special case the null ptid.
9388
816338b5
SS
93892012-02-14 Stan Shebs <stan@codesourcery.com>
9390
9391 * NEWS: Mention enable count command.
9392 * breakpoint.h (struct breakpoint): New field enable_count.
9393 * breakpoint.c (enable_breakpoint_disp): Add count argument.
9394 (enable_breakpoint): Add arg to call.
9395 (struct disp_data): New struct.
9396 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
9397 (do_map_enable_once_breakpoint): Create a struct and pass it.
9398 (do_map_enable_delete_breakpoint): Ditto.
9399 (do_map_enable_count_breakpoint): New function.
9400 (enable_count_command): New function.
9401 (bpstat_stop_status): Decrement enable_count.
9402 (print_one_breakpoint_location): Report enable count.
9403 (_initialize_breakpoint): Add enable count command.
9404
c47a44f4
KB
94052012-02-14 Kevin Buettner <kevinb@redhat.com>
9406
9407 * rl78-tdep.c (reggroups.h): Include.
9408 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
9409 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
9410 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
9411 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
9412 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
9413 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
9414 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
9415 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
9416 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
9417 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
9418 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
9419 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
9420 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
9421 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
9422 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
9423 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
9424 beginning of register list.
9425 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
9426 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
9427 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
9428 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
9429 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
9430 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
9431 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
9432 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
9433 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
9434 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
9435 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
9436 the pseudo registers. Rearrange other pseudo registers too so
9437 that the bank registers appear at the end.
9438 (rl78_register_type): Account for the fact that the byte sized
9439 bank registers are now pseudo-registers.
9440 (rl78_register_name): Rearrange the register name array. Make
9441 initial set of raw banked registers inaccessible.
9442 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
9443 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
9444 case for copying bytes back and forth between raw and pseudo
9445 versions of the banked registers. Update other cases to reflect
9446 the changed names.
9447 (rl78_return_value): Update to account for changed names of
9448 raw registers.
9449 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
9450 rl78_register_sim_regno().
9451
e4569f1e
KB
94522012-02-14 Kevin Buettner <kevinb@redhat.com>
9453
9454 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
9455 the name parameter being passed to find_pc_partial_function().
9456
7a05aae7
JK
94572012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9458
9459 * MAINTAINERS: Step down from being ia64 target maintainer.
9460
11fde611
JK
94612012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9462
9463 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
9464 compilation warning.
9465
57008375
JK
94662012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9467
9468 Fix crash on loaded shlibs without loaded exec_bfd.
9469 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
9470 (set_section_command): Replace exec_bfd by p->bfd.
9471
ff3c9849
TT
94722012-02-10 Tom Tromey <tromey@redhat.com>
9473
9474 * linespec.c (decode_line_internal): Skip symtabs_from_filename
9475 when we have a C++ qualified name.
9476
db2b9fdd
PA
94772012-02-10 Pedro Alves <palves@redhat.com>
9478
9479 * inferior.c (inferior_pid_to_str): New.
9480 (print_inferior, inferior_command): Use it.
9481
12cd34f3
PA
94822012-02-10 Pedro Alves <palves@redhat.com>
9483
9484 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
9485 the test CFLAGS.
9486 * configure: Regenerate.
9487
e871429d
JK
94882012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9489
9490 * linespec.c (decode_line_internal): Fix comment correctness.
9491
1916efaf
PA
94922012-02-09 Valery Khromov <valery.khromov@gmail.com>
9493
9494 PR gdb/12953
9495 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
9496 * amd64bsd-nat.c: Add support for debug registers (adapted from
9497 i386bsd-nat.c).
9498 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
9499 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
9500 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
9501 (amd64bsd_dr_get_control): New functions.
9502 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
9503 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
9504 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
9505 watchpoints initialization.
9506 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
9507
f4859d94
JK
95082012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9509
9510 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
9511 flds_bnds.fields.
9512 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
9513
c56a97f9
JK
95142012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9515
9516 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
9517
1a119f36
JB
95182012-02-08 Joel Brobecker <brobecker@adacore.com>
9519
9520 * language.h (symbol_name_cmp_ftype): Renames
9521 symbol_name_match_p_ftype.
9522 (struct language_defn)[la_get_symbol_name_cmp]: Renames
9523 la_get_symbol_name_match_p.
9524 * ada-lang.c (ada_get_symbol_name_cmp): Renames
9525 ada_get_symbol_name_match_p. Update comment.
9526 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
9527 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
9528 Renames symbol_name_match_p. Update field type.
9529 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
9530 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
9531 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
9532 "la_get_symbol_name_cmp" in comments.
9533 * language.c: Likewise.
9534
c71bb1cf
RO
95352012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9536
9537 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
9538 %eflags offset.
9539 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
9540 (amd64_sol2_gregset32_reg_offs): Likewise.
9541
4b2d20a5
TG
95422012-02-08 Joel Brobecker <brobecker@adacore.com>
9543
9544 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
9545 of the returned BFD is allocated by GDB.
9546
f0823d2c
TT
95472012-02-07 Tom Tromey <tromey@redhat.com>
9548
9549 PR python/12027:
9550 * python/python-internal.h (frame_object_type): Declare.
9551 * python/py-symbol.c (sympy_needs_frame): New function.
9552 (sympy_value): New function.
9553 (symbol_object_getset): Add "needs_frame".
9554 (symbol_object_methods): Add "value".
9555 * python/py-frame.c (frame_object_type): No longer static.
9556
64e7d9dd
TT
95572012-02-07 Tom Tromey <tromey@redhat.com>
9558
9559 PR python/13599:
9560 * python/py-symbol.c (sympy_line): New function.
9561 (symbol_object_getset): Add "line".
9562
1d6b2d2b
TT
95632012-02-07 Tom Tromey <tromey@redhat.com>
9564
9565 * charset.c (find_charset_names): Check 'in' against NULL.
9566
0d5cff50
DE
95672012-02-06 Doug Evans <dje@google.com>
9568
9569 * gdbtypes.h (struct main_type): Change type of name,tag_name,
9570 and fields.name members from char * to const char *. All uses updated.
9571 (struct cplus_struct_type): Change type of fn_fieldlists.name member
9572 from char * to const char *. All uses updated.
9573 (type_name_no_tag): Update.
9574 (lookup_unsigned_typename, lookup_signed_typename): Update.
9575 * gdbtypes.c (type_name_no_tag): Change result type
9576 from char * to const char *. All callers updated.
9577 (lookup_unsigned_typename, lookup_signed_typename): Change type of
9578 name parameter from char * to const char *.
9579 * symtab.h (struct cplus_specific): Change type of demangled_name
9580 member from char * to const char *. All uses updated.
9581 (struct general_symbol_info): Change type of name and
9582 mangled_lang.demangled_name members from char * to const char *.
9583 All uses updated.
9584 (symbol_get_demangled_name, symbol_natural_name): Update.
9585 (symbol_demangled_name, symbol_search_name): Update.
9586 * symtab.c (symbol_get_demangled_name): Change result type
9587 from char * to const char *. All callers updated.
9588 (symbol_natural_name, symbol_demangled_name): Ditto.
9589 (symbol_search_name): Ditto.
9590 (completion_list_add_name): Change type of symname,sym_text,
9591 text,word parameters from char * to const char *.
9592 (completion_list_objc_symbol): Change type of sym_text,
9593 text,word parameters from char * to const char *.
9594 * ada-lang.c (find_struct_field): Change type of name parameter
9595 from char * to const char *.
9596 (encoded_ordered_before): Similarly for N0,N1 parameters.
9597 (old_renaming_is_invisible): Similarly for function_name parameter.
9598 (ada_type_name): Change result type from char * to const char *.
9599 All callers updated.
9600 * ada-lang.h (ada_type_name): Update.
9601 * buildsym.c (hashname): Change type of name parameter
9602 from char * to const char *.
9603 * buildsym.h (hashname): Update.
9604 * dbxread.c (end_psymtab): Change type of include_list parameter
9605 from char ** to const char **.
9606 * dwarf2read.c (determine_prefix): Change result type
9607 from char * to const char *. All callers updated.
9608 * f-lang.c (find_common_for_function): Change type of name, funcname
9609 parameters from char * to const char *.
9610 * f-lang.c (find_common_for_function): Update.
9611 * f-valprint.c (list_all_visible_commons): Change type of funcname
9612 parameters from char * to const char *.
9613 * gdbarch.sh (static_transform_name): Change type of name parameter
9614 and result from char * to const char *.
9615 * gdbarch.c: Regenerate.
9616 * gdbarch.h: Regenerate.
9617 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
9618 of name parameter from char * to const char *.
9619 * jv-lang.c (java_primitive_type_from_name): Ditto.
9620 (java_demangled_signature_length): Similarly for signature parameter.
9621 (java_demangled_signature_copy): Ditto.
9622 (java_demangle_type_signature): Ditto.
9623 * jv-lang.h (java_primitive_type_from_name): Update.
9624 (java_demangle_type_signature): Update.
9625 * objc-lang.c (specialcmp): Change type of a,b parameters
9626 from char * to const char *.
9627 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
9628 from char * to const char *. All callers updated.
9629 * p-lang.h (is_pascal_string_type): Update.
9630 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
9631 of name parameter from char * to const char *.
9632 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
9633 * utils.c (fprintf_symbol_filtered): Ditto.
9634 * defs.h (fprintf_symbol_filtered): Update.
9635 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
9636 * stabsread.h (end_psymtab): Update.
9637 * stack.c (find_frame_funname): Change type of funname parameter
9638 from char ** to const char **.
9639 * stack.h (find_frame_funname): Update.
9640 * typeprint.c (type_print): Change type of varstring parameter
9641 from char * to const char *.
9642 * value.h (type_print): Update.
9643 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
9644 from char * to const char *. All callers updated.
9645 (xcoff_end_psymtab): Change type of include_list parameter
9646 from char ** to const char **. All callers updated.
9647 (swap_sym): Similarly for name parameter. All callers updated.
9648 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
9649 Use xstrdup.
9650 (process_coff_symbol): Use xstrdup.
9651 * stabsread.c (stabs_method_name_from_physname): Renamed from
9652 update_method_name_from_physname. Change result type from void
9653 to char *. All callers updated.
9654 (read_member_functions): In has_destructor case, store name in objfile
9655 obstack instead of malloc space. In !has_stub case, fix mem leak.
9656
5579a92e
TT
96572012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
9658
9659 * configure: Rebuild.
9660 * configure.ac: Put -L../bfd and -L../libiberty at the front of
9661 LDFLAGS.
9662
9058f767
KB
96632012-02-03 Kevin Buettner <kevinb@redhat.com>
9664
9665 * configure.tgt (rl78-*-elf): New target.
9666 * rl78-tdep.c: New file.
9667
5b37825d
PW
96682012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9669
9670 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
9671 and continue the loop. Add QUIT statement.
9672
e009ee71
TT
96732012-02-03 Tom Tromey <tromey@redhat.com>
9674
9675 PR gdb/13596:
9676 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
9677 bfd_lookup_symbol_from_symtab.
9678 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
9679 gdb_bfd_lookup_symbol_from_symtab.
9680
f7e44f65
JB
96812012-02-03 Joel Brobecker <brobecker@adacore.com>
9682
9683 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
9684 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
9685 symbol. Add assertion that sym2 is never NULL.
9686
2c02bd72
DE
96872012-02-02 Doug Evans <dje@google.com>
9688
9689 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
9690 "name" parameter to const char ** from char **. All callers updated.
9691 (find_pc_partial_function): Ditto.
9692 (cache_pc_function_name): Change type to const char * from char *.
9693 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
9694 (find_pc_partial_function): Update.
9695 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
9696 type of "name" parameter to const char * from char *.
9697 All uses updated.
9698 * arch-utils.c (generic_in_solib_return_trampoline): Change
9699 type of "name" parameter to const char * from char *.
9700 * arch-utils.h (generic_in_solib_return_trampoline): Update.
9701 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
9702 type of "name" parameter to const char * from char *.
9703 * gdbarch.sh (in_solib_return_trampoline): Ditto.
9704 * gdbarch.c: Regenerate.
9705 * gdbarch.h: Regenerate.
9706 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
9707 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
9708 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
9709 type of "name" parameter to const char * from char *.
9710 * skip.c (skip_function_pc): Ditto.
9711 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
9712 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
9713 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
9714 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
9715 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
9716 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
9717 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
9718 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
9719 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
9720
e886a173
PA
97212012-02-02 Pedro Alves <palves@redhat.com>
9722
9723 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
9724 the current inferior has no execution. Make sure the current
9725 remote process matches gdb's current inferior.
9726
c709a7c2
TT
97272012-02-02 Tom Tromey <tromey@redhat.com>
9728
9729 PR gdb/13405:
9730 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
9731 read-only memory.
9732
f149aabd
TT
97332012-02-02 Tom Tromey <tromey@redhat.com>
9734
9735 PR gdb/9307:
9736 * symtab.c (lookup_language_this): Set block_found.
9737
03bef283
TT
97382012-02-01 Tom Tromey <tromey@redhat.com>
9739
9740 PR gdb/13431:
9741 * jit.c (struct jit_inferior_data): Rewrite.
9742 (struct jit_objfile_data): New.
9743 (get_jit_objfile_data): New function.
9744 (add_objfile_entry): Update.
9745 (jit_read_descriptor): Return int. Replace descriptor_addr
9746 argument with inf_data. Update. Don't call error.
9747 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
9748 descriptor here.
9749 (jit_inferior_init): Don't look up descriptor. Don't call error.
9750 (jit_reset_inferior_data_and_breakpoints)
9751 (jit_inferior_created_observer): Remove.
9752 (jit_inferior_exit_hook): Update.
9753 (jit_executable_changed_observer): Remove.
9754 (jit_event_handler): Update.
9755 (free_objfile_data): Reset inferior data if needed.
9756 (_initialize_jit): Update.
9757
f0bbc364
TT
97582012-02-01 Tom Tromey <tromey@redhat.com>
9759
9760 * jit.c (bfd_open_from_target_memory): Move higher in file.
9761
47c1316c
TG
97622012-02-01 Tristan Gingold <gingold@adacore.com>
9763
9764 * libunwind-frame.c (libunwind_load): Display message if dlopen
9765 failed.
9766
8e704927
GB
97672012-02-01 Gary Benson <gbenson@redhat.com>
9768
09c7a31f 9769 * symtab.h (symbol_found_callback_ftype): New typedef.
8e704927
GB
9770 (iterate_over_symbols): Use the above.
9771 * symtab.c (iterate_over_symbols): Likewise.
9772 * language.h (language_defn->la_iterate_over_symbols): Likewise.
9773 * ada-lang.c (ada_iterate_over_symbols): Likewise.
9774 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
9775 (iterate_name_matcher): Document return values.
9776 (collect_one_symbol): Likewise.
9777 (collect_function_symbols): Likewise.
9778 (collect_symbols): Likewise.
9779
d9680e73
TT
97802012-02-01 Tom Tromey <tromey@redhat.com>
9781
9782 * ada-lang.c (resolve_subexp): Update.
9783 (ada_lookup_symbol_list): Add 'full_search' argument.
9784 (ada_iterate_over_symbols): Pass 0 as full_search argument to
9785 ada_lookup_symbol_list.
9786 (ada_lookup_encoded_symbol): Update.
9787 (get_var_value): Update.
9788 * ada-exp.y (block_lookup): Update.
9789 (write_var_or_type): Update.
9790 (write_name_assoc): Update.
9791 * ada-lang.h (ada_lookup_symbol_list): Update.
9792
72e1143f
TT
97932012-01-31 Tom Tromey <tromey@redhat.com>
9794
9795 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
9796 comment.
9797
ab2d2ad3
DE
97982012-01-31 Doug Evans <dje@google.com>
9799
9800 * symtab.h: Remove outdated comment.
e9111bf7 9801 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
ab2d2ad3 9802
bc884eba
JB
98032012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
9804
9805 Fix build error in Darwin port.
9806 * i386-darwin-nat.c: Include i386-nat.h.
9807
8fc3fc34
TT
98082012-01-30 Tom Tromey <tromey@redhat.com>
9809
9810 PR breakpoints/13568:
9811 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
9812 argument. Check for recursive includes.
9813 (dwarf_decode_macros): Create an include hash.
9814
5d853008
ME
98152012-01-30 Michael Eager <eager@eagercon.com>
9816
9817 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
9818 * ppc-linux-tdep.c: Include glibc-tdep.h.
ab2d2ad3 9819 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
5d853008
ME
9820 (powerpc_linux_in_plt_stub): New function.
9821 (powerpc_linux_in_dynsym_resolve_code): New function.
9822 (ppc_skip_trampoline_code): New function.
9823 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
9824 Use glibc_skip_solib_resolver.
9825
40478521
JK
98262012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9827
9828 Code cleanup: Make 1440 bytes of data segment read-only.
9829 * arch-utils.c (endian_enum): Make it const char *const [].
9830 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
9831 Likewise.
9832 * breakpoint.c (always_inserted_enums): Likewise.
9833 * cli/cli-cmds.c (script_ext_enums): Likewise.
9834 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
9835 enumlist parameter const char *const *.
9836 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
9837 const char *const *.
9838 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
9839 parameter const char *const *.
9840 * cris-tdep.c (cris_modes): Make it const char *const [].
9841 * filesystem.c (target_file_system_kinds): Likewise.
9842 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
9843 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
9844 (can_use_displaced_stepping_enum, scheduler_enums)
9845 (exec_direction_names): Likewise.
9846 * language.c (_initialize_language): Make the type_or_range_names and
9847 case_sensitive_names variables const char *const [].
9848 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
9849 * python/python.c (python_excp_enums): Likewise.
9850 * remote.c (interrupt_sequence_modes): Likewise.
9851 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
9852 * serial.c (logbase_enums): Likewise.
9853 * sh-tdep.c (sh_cc_enum): Likewise.
9854 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
9855 Likewise.
9856 * symtab.c (multiple_symbols_modes): Likewise.
9857 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
9858 Likewise.
9859 * utils.c (internal_problem_modes): Likewise.
9860
b3b8b934
JK
98612012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9862
9863 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
9864 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
9865 result.
9866
8c85a4e2
DE
98672012-01-27 Doug Evans <dje@google.com>
9868
9869 * configure.ac (with_python): Fix absolute path handling for win32.
9870 * configure: Regenerate.
9871
78d8b4d7
DE
98722012-01-26 Doug Evans <dje@google.com>
9873
eca864fe
DE
9874 * symtab.c: Whitespace cleanup, no code changes.
9875
7e082072
DE
9876 * symtab.c (lookup_symbol_in_language): Improve comment.
9877 (lookup_symbol_aux): Fix comment.
9878
7dc25483
DE
9879 * psymtab.c (add_psymbol_to_list): Result is now "void".
9880 * psympriv.h (add_psymbol_to_list): Update.
9881
78d8b4d7
DE
9882 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
9883
4c63965b
JK
98842012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9885
9886 Do not open script filenames twice.
9887 * cli/cli-cmds.c (source_script_from_stream): Pass to
9888 source_python_script also STREAM.
9889 * python/py-auto-load.c (source_section_scripts): Pass to
9890 source_python_script_for_objfile also STREAM.
9891 (auto_load_objfile_script): Pass to source_python_script_for_objfile
9892 also INPUT.
9893 * python/python-internal.h (source_python_script_for_objfile): New
9894 parameter file, rename parameter file to filename.
9895 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
9896 instead if !_WIN32. Update the function comment.
9897 (source_python_script, source_python_script_for_objfile)
9898 (source_python_script): New parameter file, rename parameter file to
9899 filename. Pass FILENAME to python_run_simple_file.
9900 * python/python.h (source_python_script): New parameter file, rename
9901 parameter file to filename.
9902
88f38a04
PA
99032012-01-26 Pedro Alves <palves@redhat.com>
9904
9905 * corelow.c (core_has_fake_pid): Delete.
9906 (core_close): Delete references to `core_has_fake_pid'.
9907 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
9908 (core_open): Delete references to `core_has_fake_pid'.
9909 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
9910 the removed global.
9911
e078317b
JB
99122012-01-26 Joel Brobecker <brobecker@adacore.com>
9913
9914 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
9915 Remove language parameter from name_matcher. Adjust the comment.
9916 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
9917 Remove language parameter.
9918 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
9919 * linespec.c (iterate_name_matcher): Likewise.
9920 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
9921 name_matcher. Adjust call accordingly.
9922 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
9923 (maintenance_check_symtabs): Adjust type of parameter "fun".
9924 * psymtab.h (maintenance_check_symtabs): Likewise.
9925
74ccd7f5
JB
99262012-01-26 Joel Brobecker <brobecker@adacore.com>
9927
9928 * language.h (symbol_name_match_p_ftype): New typedef.
9929 (struct language_defn): Replace field la_symbol_name_compare
9930 by la_get_symbol_name_match_p.
9931 * ada-lang.c (ada_get_symbol_name_match_p): New function.
9932 (ada_language_defn): Use it.
9933 * linespec.c (struct symbol_matcher_data): New type.
9934 (iterate_name_matcher): Rewrite.
9935 (iterate_over_all_matching_symtabs): Pass a pointer to
9936 a symbol_matcher_data struct to expand_symtabs_matching
9937 instead of just the lookup name.
9938 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
9939 opencl-lang.c, p-lang.c, language.c: Delete field
9940 la_symbol_name_compare, and replace by NULL for new field
9941 la_get_symbol_name_match_p.
9942 * symfile.h (struct quick_symbol_functions): Update comment.
9943
5d268276
TT
99442012-01-25 Tom Tromey <tromey@redhat.com>
9945
9946 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
9947 dereferencing.
9948
edcc5120
TT
99492012-01-24 Tom Tromey <tromey@redhat.com>
9950
9951 PR symtab/12406:
9952 * solib.c (update_solib_list): Update the program space's
9953 added_solibs and deleted_solibs fields.
9954 * progspace.h (struct program_space) <added_solibs,
9955 deleted_solibs>: New fields.
9956 (clear_program_space_solib_cache): Declare.
9957 * progspace.c (release_program_space): Call
9958 clear_program_space_solib_cache.
9959 (clear_program_space_solib_cache): New function.
9960 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
9961 bpstat_stop_status. Use handle_solib_event.
9962 * breakpoint.c: Include gdb_regex.h.
9963 (print_solib_event): New function.
9964 (bpstat_print): Use print_solib_event.
9965 (bpstat_stop_status): Add special case for bp_shlib_event.
9966 (handle_solib_event): New function.
9967 (bpstat_what): Use handle_solib_event.
9968 (struct solib_catchpoint): New.
9969 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
9970 (breakpoint_hit_catch_solib, check_status_catch_solib)
9971 (print_it_catch_solib, print_one_catch_solib)
9972 (print_mention_catch_solib, print_recreate_catch_solib): New
9973 functions.
9974 (catch_solib_breakpoint_ops): New global.
9975 (catch_load_or_unload, catch_load_command_1)
9976 (catch_unload_command_1): New functions.
9977 (internal_bkpt_check_status): Add special case for
9978 bp_shlib_event.
9979 (internal_bkpt_print_it): Use print_solib_event.
9980 (initialize_breakpoint_ops): Initialize
9981 catch_solib_breakpoint_ops.
9982 (_initialize_breakpoint): Register "catch load" and "catch
9983 unload".
9984 * breakpoint.h (handle_solib_event): Declare.
9985 * NEWS: Add entry for "catch load" and "catch unload".
9986
fa864999
TT
99872012-01-24 Tom Tromey <tromey@redhat.com>
9988
9989 * ada-lang.c: Include gdb_vecs.h.
9990 * charset.c: Include gdb_vecs.h.
9991 * tracepoint.h: Include gdb_vecs.h.
9992 * gdb_vecs.h: New file.
9993
f90263c1
TT
99942012-01-24 Pedro Alves <pedro@codesourcery.com>
9995
9996 * breakpoint.c (breakpoint_hit_catch_fork)
9997 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
9998 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
9999 * infrun.c (inferior_has_forked, inferior_has_vforked)
10000 (inferior_has_execd, inferior_has_called_syscall): Delete.
10001 (handle_syscall_event): Get syscall_number from the execution
10002 control state's wait status.
10003 (wait_for_inferior): Don't clear syscall_number.
10004
09ac7c10
TT
100052012-01-24 Pedro Alves <palves@redhat.com>
10006
10007 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
10008 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
10009 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
10010 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
10011 `ws' parameter.
10012 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
10013 false for events other than TARGET_SIGNAL_TRAP.
10014 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
10015 Add `ws' parameter.
10016 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
10017 events other than TARGET_SIGNAL_TRAP.
10018 (tracepoint_breakpoint_hit): Add `ws' parameter.
10019 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
10020 parameter.
10021 (bpstat_stop_status): Same.
10022 (pc_at_non_inline_function): Same.
10023 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
10024 to pass the current event's waitstatus to bpstat_stop_status
10025 and pc_at_non_inline_function.
10026
86eb7e95
JK
100272012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10028
10029 Code cleanup.
10030 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
10031 Update the function comment for it.
10032 (source_script_with_search): Call make_cleanup_fclose for STREAM.
10033 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
10034 for STREAM.
10035
a9b3a50f
PA
100362012-01-24 Pedro Alves <palves@redhat.com>
10037
10038 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
10039 outside `bs->stop' block.
10040 (bpstat_what): Rework bp_shlib_event handling.
10041 (internal_bkpt_check_status): If the breakpoint is a
10042 bp_shlib_event, then set bs->stop and bs->print if
10043 stop_on_solib_events is set.
10044
53fe1783
GB
100452012-01-24 Gary Benson <gbenson@redhat.com>
10046
10047 Delete #if 0'd out code.
10048 * stack.c (print_frame_label_vars): Remove.
10049 (catch_info): Likewise.
10050 (_initialize_stack): Remove "info catch" command.
10051 * NEWS: Mention the above.
10052
49c62f2e
PA
100532012-01-24 Pedro Alves <palves@redhat.com>
10054
10055 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
10056 it.
10057 (remote_notice_new_inferior): If the remote end doesn't support
10058 the multiprocess extensions, then the PID is fake.
10059 (add_current_inferior_and_thread): New.
10060 (remote_start_remote): Use it.
10061 (extended_remote_attach_1): Adjust.
10062 (extended_remote_create_inferior_1): Use
10063 add_current_inferior_and_thread.
10064
d0d8b0c6
JK
100652012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10066
10067 Fix watchpoints to be specific for each inferior.
10068 * breakpoint.c (watchpoint_in_thread_scope): Verify also
10069 current_program_space.
10070 * i386-nat.c (i386_inferior_data_cleanup): New.
10071 (i386_inferior_data_get): Replace variable inf_data_local by an
10072 inferior_data call.
10073 (i386_use_watchpoints): Initialize i386_inferior_data.
10074 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
10075 specific iterate_over_lwps.
10076
4403d8e9
JK
100772012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10078
10079 Fix watchpoints across inferior fork.
10080 * amd64-linux-nat.c (update_debug_registers_callback): Update the
10081 comment for linux_nat_iterate_watchpoint_lwps.
10082 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10083 linux_nat_iterate_watchpoint_lwps.
10084 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
10085 * i386-linux-nat.c (update_debug_registers_callback): Update the
10086 comment for linux_nat_iterate_watchpoint_lwps.
10087 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10088 linux_nat_iterate_watchpoint_lwps.
10089 (i386_linux_prepare_to_resume): New comment on Linux kernel.
10090 * i386-nat.c: Include inferior.h.
10091 (dr_mirror): Remove.
10092 (i386_inferior_data, struct i386_inferior_data)
10093 (i386_inferior_data_get): New.
10094 (i386_debug_reg_state): Use i386_inferior_data_get.
10095 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
10096 (i386_insert_watchpoint, i386_remove_watchpoint)
10097 (i386_stopped_data_address, i386_insert_hw_breakpoint)
10098 (i386_remove_hw_breakpoint): New variable state, use
10099 i386_debug_reg_state instead of DR_MIRROR.
10100 * linux-nat.c (delete_lwp): New declaration.
10101 (num_lwps): Move here from downwards.
10102 (delete_lwp_cleanup): New.
10103 (linux_child_follow_fork): Create new child_lp, call
10104 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
10105 PTRACE_DETACH.
10106 (num_lwps): Move upwards.
10107 (linux_nat_iterate_watchpoint_lwps): New.
10108 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
10109 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
10110
2992c9a7 101112012-01-24 Joel Brobecker <brobecker@adacore.com>
10112
10113 GDB 7.4 released.
10114
e360902b
PA
101152012-01-23 Pedro Alves <palves@redhat.com>
10116
10117 * top.c (caution): Rename to ...
10118 (confirm): ... this.
10119 (show_caution): Rename to ...
10120 (show_confirm): ... this.
10121 (quit_cover): Adjust.
10122 (init_main): Adjust.
10123 * top.h (caution): Rename to ...
10124 (confirm): ... this.
10125 * utils.c (internal_vproblem, defaulted_query): Adjust.
10126
050a2e1d
PA
101272012-01-23 Pedro Alves <palves@redhat.com>
10128
10129 * top.c (caution): Update comment.
10130 (execute_command): Don't consider the current value of `caution'.
10131
77a35dd8
JK
101322012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10133
10134 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
10135
a71b5a38
UW
101362012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
10137
10138 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
10139 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
10140 * target.c (target_fileio_pwrite): Remove buffer address from
10141 debug output.
10142 (target_fileio_pread): Likewise.
10143
d99bd577
UW
101442012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10145
10146 * NEWS: Document remote "info proc" and "generate-core-file".
10147
35c2fab7
UW
101482012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10149
10150 * gdbarch.sh (find_memory_regions): New callback.
10151 * gdbarch.c, gdbarch.h: Regenerate.
10152
10153 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
10154 callback before falling back to target method.
10155
10156 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
10157 (linux_target_install_ops): No longer install it.
10158
10159 * linux-tdep.c (linux_find_memory_regions): New function.
10160 (linux_init_abi): Install it.
10161
6432734d
UW
101622012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10163
10164 * gdbarch.sh (make_corefile_notes): New architecture callback.
10165 * gdbarch.c: Regenerate.
10166 * gdbarch.h: Likewise.
10167
10168 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
10169 before target_make_corefile_notes. If NULL is returned, the
10170 target does not support core file generation.
10171
10172 * linux-nat.c: Include "linux-tdep.h".
10173 (find_signalled_thread, find_stop_signal): Remove.
10174 (linux_nat_do_thread_registers): Likewise.
10175 (struct linux_nat_corefile_thread_data): Likewise.
10176 (linux_nat_corefile_thread_callback): Likewise.
10177 (iterate_over_spus): Likewise.
10178 (struct linux_spu_corefile_data): Likewise.
10179 (linux_spu_corefile_callback): Likewise.
10180 (linux_spu_make_corefile_notes): Likewise.
10181 (linux_nat_collect_thread_registers): New function.
10182 (linux_nat_make_corefile_notes): Replace contents by call to
10183 linux_make_corefile_notes passing linux_nat_collect_thread_registers
10184 as native-only callback.
10185
10186 * linux-tdep.h: Include "bfd.h".
10187 (struct regcache): Add forward declaration.
10188 (linux_collect_thread_registers_ftype): New typedef.
10189 (linux_make_corefile_notes): Add prototype.
10190 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
10191 "regset.h", and "elf-bfd.h".
10192 (find_signalled_thread, find_stop_signal): New functions.
10193 (linux_spu_make_corefile_notes): Likewise.
10194 (linux_collect_thread_registers): Likewise.
10195 (struct linux_corefile_thread_data): New data structure.
10196 (linux_corefile_thread_callback): New funcion.
10197 (linux_make_corefile_notes): Likewise.
10198 (linux_make_corefile_notes_1): Likewise.
10199 (linux_init_abi): Install it.
10200
3030c96e
UW
102012012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10202
10203 * gdbarch.sh (info_proc): New callback.
10204 * gdbarch.c, gdbarch.h: Regenerate.
10205
10206 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
10207 before falling back to the target info_proc callback.
10208
10209 * linux-nat.c: Do not include "cli/cli-utils.h".
10210 (linux_nat_info_proc): Remove.
10211 (linux_target_install_ops): No longer install it.
10212
10213 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
10214 (read_mapping): New function.
10215 (linux_info_proc): Likewise.
10216 (linux_init_abi): Install it.
10217
145b16a9
UW
102182012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10219
10220 * defs.h (enum info_proc_what): Moved here from linux-nat.c
10221 * infcmd.c: (info_proc_cmd_1): New function.
10222 (info_proc_cmd): New function, moved here from equivalent routine
10223 orignally in linux-nat.c.
10224 (info_proc_cmd_mappings): Likewise.
10225 (info_proc_cmd_stat): Likewise.
10226 (info_proc_cmd_status): Likewise.
10227 (info_proc_cmd_cwd): Likewise.
10228 (info_proc_cmd_cmdline): Likewise.
10229 (info_proc_cmd_exe): Likewise.
10230 (info_proc_cmd_all): Likewise.
10231 (_initialize_infcmd): Install "info proc" command and subcommands.
10232
10233 * target.h (struct target_ops): Add to_info_proc.
10234 (target_info_proc): Add prototype.
10235 * target.c (target_info_proc): New function.
10236
10237 * procfs.c (procfs_info_proc): Add prototype.
10238 (info_proc_cmd): Rename into ...
10239 (procfs_info_proc): ... this. Update argument types as appropriate
10240 for a to_info_proc implementation. Handle "what" argument.
10241 (procfs_target): Install procfs_info_proc.
10242 (_initialize_procfs): No longer install "info proc" command.
10243
10244 * linux-nat.c: (enum info_proc_what): Remove.
10245 (linux_nat_info_proc_cmd_1): Rename into ...
10246 (linux_nat_info_proc): ... this. Update argument types as appropriate
10247 for a to_info_proc implementation.
10248 (linux_nat_info_proc_cmd): Remove.
10249 (linux_nat_info_proc_cmd_mappings): Likewise.
10250 (linux_nat_info_proc_cmd_stat): Likewise.
10251 (linux_nat_info_proc_cmd_status): Likewise.
10252 (linux_nat_info_proc_cmd_cwd): Likewise.
10253 (linux_nat_info_proc_cmd_cmdline): Likewise.
10254 (linux_nat_info_proc_cmd_exe): Likewise.
10255 (linux_nat_info_proc_cmd_all): Likewise.
10256 (linux_target_install_ops): Install linux_nat_info_proc.
10257 (_initialize_linux_nat): No longer install "info proc" command
10258 and subcommands.
10259
b9e7b9c3
UW
102602012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10261
10262 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
10263 * config.in, configure: Regenerate.
10264
10265 * target.h (struct target_ops): Add to_fileio_readlink.
10266 (target_fileio_readlink): Add prototype.
10267 * target.c (target_fileio_readlink): New function.
10268
10269 * inf-child.c: Conditionally include <sys/param.h>.
10270 (inf_child_fileio_readlink): New function.
10271 (inf_child_target): Install it.
10272
10273 * remote.c (PACKET_vFile_readlink): New enum value.
10274 (remote_hostio_readlink): New function.
10275 (init_remote_ops): Install it.
10276 (_initialize_remote): Handle vFile:readlink packet type.
10277
7313baad
UW
102782012-01-20 Pedro Alves <palves@redhat.com>
10279 Ulrich Weigand <ulrich.weigand@linaro.org>
10280
10281 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
10282 * config.in, configure: Regenerate.
10283
10284 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
10285 to_fileio_pread, to_fileio_close, to_fileio_unlink.
10286 (target_fileio_open): Add prototype.
10287 (target_fileio_pwrite): Likewise.
10288 (target_fileio_pread): Likewise.
10289 (target_fileio_close): Likewise.
10290 (target_fileio_unlink): Likewise.
10291 (target_fileio_read_alloc): Likewise.
10292 (target_fileio_read_stralloc): Likewise.
10293
10294 * target.c: Include "gdb/fileio.h".
10295 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
10296 (default_fileio_target): New function.
10297 (target_fileio_open): Likewise.
10298 (target_fileio_pwrite): Likewise.
10299 (target_fileio_pread): Likewise.
10300 (target_fileio_close): Likewise.
10301 (target_fileio_unlink): Likewise.
10302 (target_fileio_close_cleanup): Likewise.
10303 (target_fileio_read_alloc_1): Likewise.
10304 (target_fileio_read_alloc): Likewise.
10305 (target_fileio_read_stralloc): Likewise.
10306
10307 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
10308 <fcntl.h>, and <unistd.h>.
10309 (inf_child_fileio_open_flags_to_host): New function.
10310 (inf_child_errno_to_fileio_error): Likewise.
10311 (inf_child_fileio_open): Likewise.
10312 (inf_child_fileio_pwrite): Likewise.
10313 (inf_child_fileio_pread): Likewise.
10314 (inf_child_fileio_close): Likewise.
10315 (inf_child_fileio_unlink): Likewise.
10316 (inf_child_target): Install to_fileio routines.
10317
10318 * remote.c (init_remote_ops): Install to_fileio routines.
10319
901f9912
UW
103202012-01-20 Pedro Alves <palves@redhat.com>
10321 Ulrich Weigand <ulrich.weigand@linaro.org>
10322
10323 * remote.c (remote_multi_process_p): Only check for multi-process
10324 protocol feature, do not check for extended protocol.
10325 (remote_supports_multi_process): Check for extended protocol here.
10326 (set_general_process): Likewise.
10327 (extended_remote_kill): Likewise.
10328 (remote_pid_to_str): Likewise.
10329 (remote_query_supported): Always query multiprocess mode.
10330
e714e1bf
UW
103312012-01-20 Pedro Alves <palves@redhat.com>
10332 Ulrich Weigand <ulrich.weigand@linaro.org>
10333
10334 * inferior.h (struct inferior): Add fake_pid_p.
10335 * inferior.c (exit_inferior_1): Clear fake_pid_p.
10336 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
10337 magic_null_ptid since the remote side doesn't provide a real PID.
10338
50897289
TT
103392012-01-19 Tom Tromey <tromey@redhat.com>
10340
10341 * NEWS: Combine the two Python sections.
10342
1afc2033
JK
103432012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10344
10345 * target.h (target_close): Update comment on the target's unpush state.
10346
305436e0
PA
103472012-01-19 Pedro Alves <palves@redhat.com>
10348
10349 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
10350 linux_nat_async directly instead of going through the target
10351 vector.
10352 * target.c (unpush_target): Close target after unpushing it, not
10353 before.
10354
49323895
GB
103552012-01-19 Gary Benson <gbenson@redhat.com>
10356
10357 * mdebugread.c (sort_blocks): Replace integer constants with ones
10358 derived from FIRST_LOCAL_BLOCK.
10359
1db33378
PP
103602012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
10361 Jan Kratochvil <jan.kratochvil@redhat.com>
10362
10363 PR gdb/9538
10364 * symfile.c (find_separate_debug_file): New function.
10365 (terminate_after_last_dir_separator): Likewise.
10366 (find_separate_debug_file_by_debuglink): Also try realpath.
10367 * configure.ac (AC_CHECK_FUNCS): Add lstat.
10368 * configure: Regenerate.
10369 * config.in: Regenerate.
10370
f83d8a90
DE
103712012-01-18 Doug Evans <dje@google.com>
10372
10373 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
10374 (main.o): Remove rule.
10375 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
10376 (--with-sysroot): Rewrite.
10377 * configure: Regenerate.
10378 * config.in: Regenerate.
10379
2dbca4d6
SDJ
103802012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
10381
10382 * parse.c (initialize_expout): New function.
10383 (reallocate_expout): Likewise.
10384 (parse_exp_in_context): Use `initialize_expout' and
10385 `reallocate_expout' when appropriate.
10386
0695b514
PA
103872012-01-18 Pedro Alves <palves@redhat.com>
10388
10389 * record.c (struct record_breakpoint, record_breakpoint_p)
10390 (record_breakpoints): New.
10391 (record_insert_breakpoint, record_remove_breakpoint): Manage
10392 record breakpoints list. Only remove breakpoints from the
10393 inferior if they had been inserted there in the first place.
10394
136e1c30
DE
103952012-01-17 Doug Evans <dje@google.com>
10396
10397 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
10398 if we know we don't have a file name to look for.
10399
c0bf857d
PA
104002012-01-17 Pedro Alves <palves@redhat.com>
10401
10402 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
10403 the frame's stop reason is UNWIND_UNAVAILABLE.
10404
b486de60
JK
104052012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10406
10407 Fix compilation error.
10408 * m2-exp.y (yyerror): Use ANSI C prototype.
10409
d04550a6
SDJ
104102012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
10411
10412 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
10413 (growbuf_by_size): Likewise.
10414 (yyerror): Likewise.
10415 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
10416 (modblock): Remove variable (was #if 0'ed).
10417 (parse_number): Convert prototype from K&R to ANSI C.
10418 (yyerror): Likewise.
10419 * objc-exp.y (parse_number): Likewise.
10420 (yyerror): Likewise.
10421 (yylex): Remove #if 0'ed code.
10422 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
10423 (yyerror): Likewise.
10424
4aac40c8
TT
104252012-01-16 Tom Tromey <tromey@redhat.com>
10426
10427 * NEWS: Add item.
10428 * symtab.h (compare_filenames_for_search): Declare.
10429 * symtab.c (compare_filenames_for_search): New function.
10430 (iterate_over_some_symtabs): Use it.
10431 * symfile.h (struct quick_symbol_functions)
10432 <map_symtabs_matching_filename>: Change spec.
10433 * psymtab.c (partial_map_symtabs_matching_filename): Use
10434 compare_filenames_for_search. Update for new spec.
10435 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
10436 compare_filenames_for_search. Update for new spec.
10437 * breakpoint.c (clear_command): Use compare_filenames_for_search.
10438
cafec441
TT
104392012-01-16 Tom Tromey <tromey@redhat.com>
10440
10441 PR python/13281:
10442 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
10443 (struct main_type) <flag_flag_enum>: New field.
10444 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
10445 * NEWS: Add entries.
10446 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
10447 enums.
10448 * python/lib/gdb/printing.py (_EnumInstance): New class.
10449 (FlagEnumerationPrinter): Likewise.
10450
983af33b
SDJ
104512012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
10452
10453 * breakpoint.c (create_sals_from_address_default): New function.
10454 (create_breakpoints_sal_default): Likewise.
10455 (decode_linespec_default): Likewise.
10456 (is_marker_spec): Removed.
10457 (strace_marker_p): New function.
10458 (init_breakpoint_sal): Using `strace_marker_p' instead of
10459 `is_marker_spec'.
10460 (create_breakpoint): Call method `create_sals_from_address' from
10461 breakpoint_ops, replacing code that created SALs conditionally
10462 on the type of the breakpoint. Call method `create_breakpoints_sal',
10463 replacing code that created breakpoints conditionally on the type
10464 wanted.
10465 (base_breakpoint_create_sals_from_address): New function.
10466 (base_breakpoint_create_breakpoints_sal): Likewise.
10467 (base_breakpoint_decode_linespec): Likewise.
10468 (base_breakpoint_ops): Add methods
10469 `base_breakpoint_create_sals_from_address',
10470 `base_breakpoint_create_breakpoints_sal' and
10471 `base_breakpoint_decode_linespec'.
10472 (bkpt_create_sals_from_address): New function.
10473 (bkpt_create_breakpoints_sal): Likewise.
10474 (bkpt_decode_linespec): Likewise.
10475 (tracepoint_create_sals_from_address): Likewise.
10476 (tracepoint_create_breakpoints_sal): Likewise.
10477 (tracepoint_decode_linespec): Likewise.
10478 (strace_marker_create_sals_from_address): Likewise.
10479 (strace_marker_create_breakpoints_sal): Likewise.
10480 (strace_marker_decode_linespec): Likewise.
10481 (strace_marker_breakpoint_ops): New variable.
10482 (addr_string_to_sals): Remove `marker_spec'. Call method
10483 `decode_linespec' from breakpoint_ops, replacing code that decoded
10484 an address string into a SAL. Use `strace_marker_p' instead of
10485 `marker_spec'.
10486 (strace_command): Decide whether we are dealing with a static
10487 tracepoint with marker or not. Use the appropriate breakpoint_ops.
10488 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
10489 * breakpoint.h (linespec_result, linespec_sals): New forward
10490 declarations.
10491 (breakpoint_ops) <create_sals_from_address>,
10492 <create_breakpoints_sal>, <decode_linespec>: New methods.
10493
4795f398
DE
104942012-01-14 Doug Evans <dje@google.com>
10495
10496 * NEWS: Update text for "maint set python print-stack".
10497 It is deprecated in gdb 7.4 and deleted in 7.5.
10498
ee5106fe
EZ
104992012-01-13 Eli Zaretskii <eliz@gnu.org>
10500
10501 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
10502 including curses.h.
10503
b161e06f
JK
105042012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10505
10506 * configure: Regenerate.
10507 * config.in: Regenerate.
10508
85254831
KS
105092012-01-12 Keith Seitz <keiths@redhat.com>
10510
10511 PR mi/10586
10512 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
10513 (ANONYMOUS_UNION_NAME): Define.
10514 (is_path_expr_parent): New function.
10515 (get_path_expr_parent): New function.
10516 (is_anonymous_child): New function.
10517 (create_child_with_value): If the child is anonymous and without
10518 a name, assign an object name to it.
10519 (c_describe_child): Use get_path_expr_parent to determine
10520 the parent expression.
10521 If there field represents an anonymous struct or union and
10522 has no name, set an appropriate display name and expression.
10523 (cplus_describe_child): Likewise.
10524
620fa63a
PA
105252012-01-12 Pedro Alves <palves@redhat.com>
10526
10527 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
10528 available when %ebp is found to be zero (outermost).
10529
2efa2c79
AT
105302012-01-11 Andreas Tobler <andreast@fgznet.ch>
10531
10532 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
10533 an internal gdb_static_assert.
10534 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
10535
88e7d25d
TT
105362012-01-11 Tom Tromey <tromey@redhat.com>
10537
10538 PR gdb/9598:
10539 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
10540 catch" and "catch throw".
10541
72384ba3
PH
105422012-01-11 Paul Hilfinger <hilfingr@adacore.com>
10543
10544 * blockframe.c (block_innermost_frame): Start search from selected
10545 frame, if present, or otherwise the current frame.
10546
10547 * c-exp.y (variable): Update innermost_block for
10548 'block COLONCOLON NAME' clause.
10549 * m2-exp.y (variable): Ditto.
10550 * objc-exp.y (variable): Ditto.
10551
065a711f
TT
105522012-01-10 Tom Tromey <tromey@redhat.com>
10553
10554 PR python/13199:
10555 * python/python.c (finish_python_initialization): Set sys.argv.
10556
f3f5162e
DE
105572012-01-10 Doug Evans <dje@google.com>
10558
10559 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
10560 "want_line_info". All callers updated.
10561 (dwarf_decode_lines_1): New function.
10562 (handle_DW_AT_stmt_list): Add function comment.
10563 New arg "want_line_info". All callers updated.
10564 (read_file_scope,read_type_unit_scope): Move comment from
10565 handle_DW_AT_stmt_list to here.
10566
9934703b
JK
105672012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10568
10569 Fix regression after libiberty/ update for GCC PR 6057 and others.
10570 * c-exp.y (operator) <OPERATOR DELETE>
10571 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10572 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
10573 (make_builtin_type, make_name): New variable i, add gdb_assert.
10574 (operator) <OPERATOR NEW>: Update ARGS to 3.
10575 (operator) <OPERATOR DELETE>: Add trailing space.
10576 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
10577 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10578 * cp-support.c (cp_canonicalize_string): Check NULL from
10579 cp_comp_to_string, call warning and return.
10580
06b9f45f
JK
105812012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10582
10583 Fix duplicate .o files after omitting libbfd.a.
10584 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
10585 (SFILES): Add corelow.c.
10586 (COMMON_OBS): Add corelow.o.
10587 (ALLDEPFILES): Remove corelow.c.
10588 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
10589 * config/alpha/alpha-osf3.mh: Likewise.
10590 * config/alpha/fbsd.mh: Likewise.
10591 * config/arm/nbsdaout.mh: Likewise.
10592 * config/arm/nbsdelf.mh: Likewise.
10593 * config/i386/i386gnu.mh: Likewise.
10594 * config/ia64/hpux.mh: Likewise.
10595 * config/ia64/linux.mh: Likewise.
10596 * config/m32r/linux.mh: Likewise.
10597 * config/m68k/linux.mh: Likewise.
10598 * config/mips/irix5.mh: Likewise.
10599 * config/mips/irix6.mh: Likewise.
10600 * config/pa/hpux.mh: Likewise.
10601 * config/pa/linux.mh: Likewise.
10602 * config/powerpc/aix.mh: Likewise.
10603 * config/sparc/linux.mh: Likewise.
10604 * config/sparc/linux64.mh: Likewise.
10605 * config/sparc/sol2.mh: Likewise.
10606 * config/vax/vax.mh: Likewise.
10607 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
10608 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
10609 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
10610 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
10611 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
10612 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
10613 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
10614 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
10615 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
10616 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
10617 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
10618 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
10619 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
10620 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
10621 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
10622 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
10623 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
10624 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
10625 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
10626 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
10627 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
10628 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
10629 corelow.o from gdb_target_obs.
10630 * corefile.c (core_target): Update the comment on NULL value.
10631 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
10632 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
10633 MATCHES. Drop YUMMY set on NULL.
10634 (core_close): Do not call exit_inferior_silent on zero PID. Do not
10635 reclaim CORE_DATA if it is already NULL.
10636
34365054
DE
106372012-01-09 Doug Evans <dje@google.com>
10638
10639 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
10640 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
10641
696166a3
KS
106422012-01-09 Keith Seitz <keiths@redhat.com>
10643
10644 * breakpoint.c (wrapper.h): Don't include.
10645
8e7b59a5
KS
106462012-01-09 Keith Seitz <keiths@redhat.com>
10647
10648 * Makefile.in (SFILES): Remove wrapper.c.
10649 (HFILES_NO_SRCDIR): Remove wrapper.h.
10650 (COMMON_OBS): Remove wrapper.o.
10651 * cli/cli-interp.c: Don't inlude wrapper.h.
10652 * corelow.c: Likewise.
10653 (core_open): Replace gdb_target_find_new_threads with
10654 TRY_CATCH around target_find_new_threads.
10655 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
10656 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
10657 * varobj.c (varobj_create): Likewise for parse_exp_1 and
10658 evaluate_expression.
10659 (varobj_set_value): Likewise for evaluate_expression and
10660 value_assign.
10661 (install_new_variable): Likewise for value_fetch_lazy.
10662 (adjust_value_for_child_access): Likewise for value_ind.
10663 (c_describe_child): Likewise for value_subscript and
10664 value_ind.
10665 (c_value_of_root): Likewise for evaluate_expression.
10666 * wrapper.c: Remove.
10667 * wrapper.h: Remove.
10668
1a4eeb98
DE
106692012-01-09 Doug Evans <dje@google.com>
10670
9ff913ba
DE
10671 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
10672 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
10673 "abfd" args with "section". All callers updated.
10674 Error checking code moved ...
10675 (error_check_comp_unit_head): ... here. New function.
10676 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
10677 Delete arg "abfd". New arg "type_offset". All callers updated.
10678 (create_debug_types_hash_table): Simplify by using
10679 read_and_check_type_unit_head.
10680
1a4eeb98
DE
10681 * parser-defs.h (namecopy): Delete.
10682 * parse.c (namecopy, namecopy_size): Move into copy_name.
10683
2e6af8c0
JK
106842012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10685
10686 Partially fix duplicate .o files after omitting libbfd.a.
10687 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
10688 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10689 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
10690 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10691 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
10692 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
10693 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10694
9f2f828a
PA
106952012-01-09 Pedro Alves <palves@redhat.com>
10696
10697 * MAINTAINERS: Update my email address.
10698
4d72c0bc
DE
106992012-01-08 Doug Evans <dje@google.com>
10700
d467dd73
DE
10701 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
10702 n_type_units. Rename type_comp_units to all_type_units.
10703 All uses updated.
10704 (add_signatured_type_cu_to_table): Renamed from
10705 add_signatured_type_cu_to_list. All callers updated.
10706
4d72c0bc
DE
10707 * gdbtypes.h (struct cplus_struct_type): Delete member
10708 nfn_fields_total. All uses removed.
10709
21b2bd31
DE
107102012-01-06 Doug Evans <dje@google.com>
10711
10712 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
10713 to top of file.
10714 (dwarf2_find_comp_unit): Delete.
10715 (process_psymtab_comp_unit): Make result "void".
10716 Delete args buffer, info_ptr, buffer_size, and replace with
10717 "section". All callers updated.
10718 (dwarf2_build_psymtabs_hard): Simplify.
10719
bfd189b1
SDJ
107202012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
10721 Thiago Jung Bauermann <bauerman@br.ibm.com>
10722
10723 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
10724 before `struct gdb_exception'.
10725 * breakpoint.c (update_global_location_list_nothrow)
10726 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
10727 * cp-abi.c (value_rtti_type): Likewise.
10728 * cp-support.c (cp_validate_operator): Likewise.
10729 * infrun.c (insert_exception_resume_breakpoint)
10730 (check_exception_resume, keep_going): Likewise.
10731 * mi-interp.c (mi_breakpoint_created)
10732 (mi_breakpoint_modified): Likewise.
10733 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
10734 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
10735 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
10736
6b07635f
DE
107372012-01-05 Doug Evans <dje@google.com>
10738
0b30b85c
DE
10739 * dwarf2read.c (statement_prologue): Delete, unused.
10740
98714339
DE
10741 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
10742 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
10743
6b07635f
DE
10744 * dwarf2read.c (comp_unit_header): Delete, unused.
10745
761f4555
UW
107462012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
10747
10748 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
10749 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
10750
2ca0b532
PA
107512012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
10752
10753 * infrun.c (normal_stop): Don't skip calling the normal_stop
10754 observers if the thread was doing a multi-step, but stopped for
10755 some reason other than stepping.
10756
50aeff07
PA
107572012-01-05 Pedro Alves <alves.ped@gmail.com>
10758
10759 * cli/cli-decode.h: Add comments.
10760 (CMD_LIST_AMBIGUOUS): Moved to command.h
10761 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
10762 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
10763 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
10764 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
10765 (add_com, add_com_alias, add_info, add_info_alias)
10766 (complete_on_cmdlist, complete_on_enum, help_list): Remove
10767 declarations.
10768 * command.h: Add and adjust comments.
10769 (CMD_LIST_AMBIGUOUS): Moved here.
10770 (help_cmd, help_cmd_list): Delete declarations.
10771
5953832c
DE
107722012-01-04 Doug Evans <dje@google.com>
10773
e5fe5e75
DE
10774 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
10775 All callers updated.
10776 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
10777 Replace all arguments with "per_cu". All callers updated.
10778
28dee7f5
DE
10779 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
10780
23745b47
DE
10781 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
10782 New arg "per_cu". All callers updated.
10783
5953832c
DE
10784 Delete #if 0'd out code.
10785 * language.c (binop_result_type): Delete.
10786 (simple_type, ordered_type, same_type, integral_type): Delete.
10787 (numeric_type, character_type, string_type, boolean_type): Delete.
10788 (float_type, structured_type): Delete.
10789 * language.h: Update.
10790
0f5b7562
TT
107912012-01-04 Tom Tromey <tromey@redhat.com>
10792
10793 * python/py-value.c (valpy_binop): Initialize 'res_val'.
10794
78218f56
JB
107952012-01-04 Joel Brobecker <brobecker@adacore.com>
10796
10797 * corefile.c (close_exec_file): Delete.
10798 (reopen_exec_file): Remove commented out code that seems related
10799 to close_exec_file, which is being deleted here.
10800 * inferior.h (close_exec_file): Delete.
10801 * fork-child.c (fork_inferior): Remove call to fork_inferior.
10802
0fcd72ba
JB
108032012-01-04 Joel Brobecker <brobecker@adacore.com>
10804
10805 * ada-lang.c: #include "cli/cli-utils.h".
10806 (get_selections): Use skip_spaces.
10807 (ada_get_next_arg): Use skip_spaces and skip_to_space.
10808 (catch_ada_exception_command_split): Use skip_spaces.
10809 (ada_decode_assert_location): Likewise.
10810
1dabb4c4
JB
108112012-01-04 Joel Brobecker <brobecker@adacore.com>
10812
10813 * linespec.c (decode_line_internal): Check for C++ or Java
10814 compound constructs only if the current language is C, C++
10815 or Java.
10816
5931a2fa
JK
108172012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10818
10819 Revert:
10820 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10821 Joel Brobecker <brobecker@adacore.com>
10822 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
10823 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
10824 3 times.
10825 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
10826 fall through into AT_ENTRY_POINT.
10827 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
10828 DUMMY_ADDR with it.
10829 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
10830 PPC_INSN_SIZE skip to 3 times.
10831
1a2da5ee
JB
108322012-01-04 Joel Brobecker <brobecker@adacore.com>
10833
10834 * linespec.c (add_minsym): Preserve function descriptors.
10835
8645ff69
UW
108362012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
10837
10838 * breakpoint.c (all_locations_are_pending): Consider locations
10839 in program spaces executing during startup pending as well.
10840
0b302171
JB
108412012-01-04 Joel Brobecker <brobecker@adacore.com>
10842
10843 Copyright year update in most files of the GDB Project.
10844
8ba098ad
JB
108452012-01-04 Joel Brobecker <brobecker@adacore.com>
10846
10847 * copyright.sh: Delete.
10848 * copyright.py: Rewrite.
10849
09c01c30
JB
108502012-01-04 Joel Brobecker <brobecker@adacore.com>
10851
10852 * gnulib/extra/update-copyright: New file, imported from gnulib.
10853
3c36c0af
JB
108542012-01-04 Joel Brobecker <brobecker@adacore.com>
10855
10856 * README (Copyright and License Notices): New section.
10857
888fe1e1
TT
108582012-01-03 Tom Tromey <tromey@redhat.com>
10859
10860 PR python/12533:
10861 * python/py-value.c (valpy_dereference, valpy_get_address
10862 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
10863 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
10864 (valpy_absolute, valpy_richcompare): Free intermediate values.
10865
6e681866
JB
108662011-01-03 Joel Brobecker <brobecker@adacore.com>
10867
10868 * ada-lang.c: Reformat the copyright notice.
10869
0cd09acb
JK
108702012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10871
10872 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
10873 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
10874 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
10875 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
10876 Revert this part of:
10877 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10878 Build gdb directly from *.o files not using libgdb.a.
10879 * Makefile.in (COMMON_OBS): Remove solib-target.o.
10880
12c3e59c
JB
108812012-01-02 Joel Brobecker <brobecker@adacore.com>
10882
10883 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
10884 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
10885 Reformat the copyright header.
10886
11bf1490
JK
108872012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10888
10889 Revert this part of:
10890 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10891 Remove the gdbtui binary.
10892 * gdb.c (main): Remove args.interpreter_p initialization.
10893 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
10894 * main.h (struct captured_main_args): Remove interpreter_p.
10895
1fef196f
JB
108962012-01-02 Joel Brobecker <brobecker@adacore.com>
10897
10898 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
10899
67827812
JB
109002012-01-02 Joel Brobecker <brobecker@adacore.com>
10901
10902 * top.c (print_gdb_version): Update copyright year.
10903
a4d0b831
YQ
109042012-01-02 Yao Qi <yao@codesourcery.com>
10905
10906 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
10907
b5914469
JK
109082012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10909 Joel Brobecker <brobecker@adacore.com>
10910
10911 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
10912 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
10913 3 times.
10914 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
10915 fall through into AT_ENTRY_POINT.
10916 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
10917 DUMMY_ADDR with it.
10918 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
10919 PPC_INSN_SIZE skip to 3 times.
10920
8da828f7
JK
109212012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10922
10923 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
10924 the return value.
10925 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
10926
8574e74b
JK
109272012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10928
10929 Build gdb directly from *.o files not using libgdb.a.
10930 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
10931 (COMMON_OBS): Remove solib-target.o.
10932 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
10933 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
10934 (LIBGDB_OBS, libgdb.a): Move it above.
10935 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
10936 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
10937 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
10938 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
10939 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
10940 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
10941 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
10942 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
10943 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
10944 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
10945 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
10946 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
10947 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
10948 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
10949 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
10950 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
10951 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
10952 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
10953 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
10954 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
10955 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
10956 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
10957 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
10958 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
10959 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
10960 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
10961 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
10962
217bff3e
JK
109632012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10964
10965 Remove the gdbtui binary.
10966 * .gitignore (/gdbtui): Remove.
10967 * Makefile.in (TUI): Remove.
10968 (SUBDIR_TUI_OBS): Remove tui-main.o.
10969 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
10970 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
10971 (tui-main.o): Remove.
10972 (all_object_files): Remove tui-main.o.
10973 * NEWS: New note for the gdbtui removal.
10974 * configure: Rebuilt.
10975 * configure.ac: No longer add all-tui, clean-tui, install-tui and
10976 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
10977 CONFIG_UNINSTALL respectively.
10978 * gdb.c (main): Remove args.interpreter_p initialization.
10979 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
10980 * main.h (struct captured_main_args): Remove interpreter_p.
10981 * tui/tui-main.c: Remove.
10982
9cdd5dbd
DE
109832012-01-01 Doug Evans <dje@google.com>
10984
bb5ed363
DE
10985 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
10986 (dwarf2_physname, read_import_statement): Ditto.
10987 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
10988 (process_structure_scope read_subroutine_type): Ditto.
10989 (read_typedef, load_partial_dies, read_partial_die): Ditto.
10990 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
10991 (dwarf2_fetch_die_location_block): Ditto.
10992 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
10993
a0f42c21
DE
10994 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
10995 All callers updated.
10996 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
10997 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
10998 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
10999
2dc860c0
DE
11000 * dwarf2read.c (load_cu): Move assert to more useful location.
11001
68dc6402
DE
11002 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
11003 All callers updated.
11004
9cdd5dbd
DE
11005 * dwarf2read.c (dwarf2_per_objfile): Add comment.
11006 (dwarf2_elf_names): Minor reformat.
11007 (dwarf2_per_cu_data): Tweak comment.
11008 (dwarf2_read_section): Fix comment.
11009 (create_all_comp_units): Fix comment.
11010 (load_full_comp_unit): Fix comment.
11011 (process_full_comp_unit): Fix comment.
11012 (read_signatured_type): Fix comment.
11013
0c10e53e 11014For older changes see ChangeLog-2011.
c906108c
SS
11015\f
11016Local Variables:
11017mode: change-log
11018left-margin: 8
11019fill-column: 74
11020version-control: never
57da7796 11021coding: utf-8
c906108c 11022End:
This page took 2.396955 seconds and 4 git commands to generate.